You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-40Lines changed: 6 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,6 @@
1
1
# The Modern JavaScript Tutorial in German
2
2
3
-
<<<<<<< HEAD
4
-
<<<<<<< HEAD
5
3
This repository hosts the translation of <https://javascript.info> in German.
6
-
=======
7
-
This repository hosts the English content of the Modern JavaScript Tutorial, published in [https://javascript.info](https://javascript.info).
8
-
>>>>>>> a82915575863d33db6b892087975f84dea6cb425
9
-
=======
10
-
This repository hosts the English content of the Modern JavaScript Tutorial, published at [https://javascript.info](https://javascript.info).
11
-
>>>>>>> d694e895efe89922a109702085b6ca1efeffea10
12
4
13
5
14
6
**That's how you can contribute:**
@@ -29,33 +21,15 @@ If maintainers do not respond, or if you'd like to become a maintainer, write us
29
21
30
22
🎉 Thank you!
31
23
32
-
<<<<<<< HEAD
33
24
Your name and the contribution size will appear in the "About project" page when the translation gets published.
34
25
35
-
<<<<<<< HEAD
36
26
P.S. The full list of languages can be found at <https://javascript.info/translate>.
37
-
=======
38
-
**You can edit the text in any editor.** The tutorial uses enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at <https://github.com/javascript-tutorial/server>.
39
-
=======
40
-
Something's wrong? A topic is missing? Explain it to people, add it as PR 👏
41
-
42
-
**You can edit the text in any editor.** The tutorial uses an enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at <https://github.com/javascript-tutorial/server>.
43
-
>>>>>>> d694e895efe89922a109702085b6ca1efeffea10
44
-
45
-
The list of contributors is available at <https://javascript.info/about#contributors>.
46
-
>>>>>>> a82915575863d33db6b892087975f84dea6cb425
47
27
48
28
## Structure
49
29
50
-
<<<<<<< HEAD
51
30
Every chapter, an article or a task resides in its own folder.
52
31
53
32
The folder is named `N-url`, where `N` – is the number for sorting (articles are ordered), and `url` is the URL-slug on the site.
54
-
=======
55
-
Every chapter, article, or task has its folder.
56
-
57
-
The folder is named like `N-url`, where `N` is a number for the sorting purposes and `URL` is the URL part with the title of the material.
58
-
>>>>>>> d694e895efe89922a109702085b6ca1efeffea10
59
33
60
34
The folder has one of files:
61
35
@@ -86,11 +60,15 @@ In English many terms have an obvious meaning. For a person who doesn't understa
86
60
Please keep that in mind, sometimes explanations or additional translations are needed, e.g.
87
61
88
62
```md
89
-
`ReadableStream` objects allows to read data chunk-by-chunk.
63
+
`ReadableStream` allows to read data chunk-by-chunk.
90
64
```
91
65
66
+
The class name `ReadableStream` has an obvious meaning for those who understand English.
67
+
68
+
Some people who read translations may not know English so well. So we can add a translation of `ReadableStream` in parentheses, like this (Spanish below):
69
+
92
70
```md
93
-
`ReadableStream` ("flujo legible") objeto ...
71
+
`ReadableStream` ("flujo legible") permite leer datos fragmento por fragmento.
Please note, that sometimes code is followed by pictures, and if you translate text `Hello` -> `Hola` in the code, you need to translate text in picturess as well.
130
108
131
-
<<<<<<< HEAD
132
109
In that case it's probably easier not to translate such text. See more about translating images later.
133
-
=======
134
-
-`index.md` stands for a chapter
135
-
-`article.md` stands for an article
136
-
-`task.md` stands for a task (solution must be provided in `solution.md` file as well)
137
-
>>>>>>> a82915575863d33db6b892087975f84dea6cb425
138
110
139
111
140
112
### External Links
@@ -164,7 +136,6 @@ Some files, usually tasks, have YAML metadata at the top, delimited by `---`:
164
136
```md
165
137
importance: 5
166
138
167
-
<<<<<<< HEAD
168
139
---
169
140
...
170
141
```
@@ -201,8 +172,3 @@ image.svg: # image file
201
172
You can run the tutorial server locally to see how the translation looks.
202
173
203
174
The server and install instructions are at <https://github.com/javascript-tutorial/server>.
0 commit comments