Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up new structure #361

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
42 changes: 0 additions & 42 deletions modules/10-basics/10-hello-world/description.en.yml

This file was deleted.

63 changes: 0 additions & 63 deletions modules/10-basics/10-hello-world/description.ru.yml

This file was deleted.

1 change: 1 addition & 0 deletions modules/10-basics/10-hello-world/en/data.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
---
name: Hello, World!
1 change: 1 addition & 0 deletions modules/10-basics/10-hello-world/es/data.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: ¡Hola, Mundo!
tips:
- >
Expand Down
1 change: 1 addition & 0 deletions modules/10-basics/10-hello-world/ru/data.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Привет, Мир!
tips:
- >
Expand Down
24 changes: 0 additions & 24 deletions modules/10-basics/20-tags/description.en.yml

This file was deleted.

26 changes: 0 additions & 26 deletions modules/10-basics/20-tags/description.ru.yml

This file was deleted.

1 change: 1 addition & 0 deletions modules/10-basics/20-tags/en/data.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Tags
tips:
- '[Basic Code Writing Standard (PSR-1)](https://www.php-fig.org/psr/psr-1/)'
Expand Down
1 change: 1 addition & 0 deletions modules/10-basics/20-tags/es/data.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Etiquetas
tips:
- '[PSR-1: Estándar básico de codificación](https://www.php-fig.org/psr/psr-1/)'
Expand Down
1 change: 1 addition & 0 deletions modules/10-basics/20-tags/ru/data.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Теги
tips:
- >-
Expand Down
60 changes: 0 additions & 60 deletions modules/10-basics/30-comments/description.en.yml

This file was deleted.

2 changes: 1 addition & 1 deletion modules/10-basics/30-comments/description.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Comentarios
theory: |
## ¿Para qué sirven los comentarios?

Además del código en los archivos de código fuente, puede haber comentarios. Este texto no es parte del programa. Es útil para los programadores como notas. Con ellos se agregan explicaciones, por ejemplo, cómo funciona el código, qué errores corregir o qué agregar más tarde.

Los comentarios en PHP pueden ser de dos tipos:
Expand Down
50 changes: 0 additions & 50 deletions modules/10-basics/30-comments/description.ru.yml

This file was deleted.

1 change: 1 addition & 0 deletions modules/10-basics/30-comments/en/data.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Comments
tips: []
definitions:
Expand Down
1 change: 1 addition & 0 deletions modules/10-basics/30-comments/es/data.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Comentarios
tips: []
definitions:
Expand Down
1 change: 1 addition & 0 deletions modules/10-basics/30-comments/ru/data.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Комментарии
tips: []
definitions:
Expand Down
53 changes: 0 additions & 53 deletions modules/10-basics/40-instructions/description.en.yml

This file was deleted.

Loading
Loading