Skip to content

Commit

Permalink
Merge pull request #361 from ola-9/clean-up-new-structure
Browse files Browse the repository at this point in the history
clean up new structure
  • Loading branch information
ola-9 authored Jun 21, 2024
2 parents e761dc8 + 17cb09f commit aad8b6b
Show file tree
Hide file tree
Showing 383 changed files with 233 additions and 9,587 deletions.
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

0 comments on commit aad8b6b

Please sign in to comment.