Skip to content

Commit aad8b6b

Browse files
authored
Merge pull request #361 from ola-9/clean-up-new-structure
clean up new structure
2 parents e761dc8 + 17cb09f commit aad8b6b

File tree

383 files changed

+233
-9587
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+233
-9587
lines changed

modules/10-basics/10-hello-world/description.en.yml

-42
This file was deleted.

modules/10-basics/10-hello-world/description.ru.yml

-63
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
---
12
name: Hello, World!

modules/10-basics/10-hello-world/es/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: ¡Hola, Mundo!
23
tips:
34
- >

modules/10-basics/10-hello-world/ru/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Привет, Мир!
23
tips:
34
- >

modules/10-basics/20-tags/description.en.yml

-24
This file was deleted.

modules/10-basics/20-tags/description.ru.yml

-26
This file was deleted.

modules/10-basics/20-tags/en/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Tags
23
tips:
34
- '[Basic Code Writing Standard (PSR-1)](https://www.php-fig.org/psr/psr-1/)'

modules/10-basics/20-tags/es/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Etiquetas
23
tips:
34
- '[PSR-1: Estándar básico de codificación](https://www.php-fig.org/psr/psr-1/)'

modules/10-basics/20-tags/ru/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Теги
23
tips:
34
- >-

modules/10-basics/30-comments/description.en.yml

-60
This file was deleted.

modules/10-basics/30-comments/description.es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Comentarios
44
theory: |
55
## ¿Para qué sirven los comentarios?
6-
6+
77
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.
88
99
Los comentarios en PHP pueden ser de dos tipos:

modules/10-basics/30-comments/description.ru.yml

-50
This file was deleted.

modules/10-basics/30-comments/en/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Comments
23
tips: []
34
definitions:

modules/10-basics/30-comments/es/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Comentarios
23
tips: []
34
definitions:

modules/10-basics/30-comments/ru/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Комментарии
23
tips: []
34
definitions:

modules/10-basics/40-instructions/description.en.yml

-53
This file was deleted.

0 commit comments

Comments
 (0)