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
+7-12
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
# The Modern JavaScript Tutorial in Bengali
2
2
3
-
<<<<<<< HEAD
4
3
This repository hosts the translation of <https://javascript.info> in Bengali.
5
-
=======
6
-
This repository hosts the English content of the Modern JavaScript Tutorial, published in [https://javascript.info](https://javascript.info).
7
-
>>>>>>> d6e88647b42992f204f57401160ebae92b358c0d
8
4
9
5
10
6
**That's how you can contribute:**
@@ -18,9 +14,9 @@ This repository hosts the English content of the Modern JavaScript Tutorial, pub
18
14
- PR title should match article title, the bot will write it's number into the issue.
19
15
20
16
Please kindly allow maintainers to review and merge or request changes in your translation.
21
-
17
+
22
18
If maintainers do not respond, or if you'd like to become a maintainer, write us at the [main repo](https://github.com/javascript-tutorial/en.javascript.info/issues/new).
23
-
19
+
24
20
**Let others know what you're translating, in message boards or chats in your language. Invite them to join!**
25
21
26
22
🎉 Thank you!
@@ -41,13 +37,13 @@ The folder has one of files:
41
37
-`article.md` for an article,
42
38
-`task.md` for a task formulation (+`solution.md` with the solution text if any).
43
39
44
-
A file starts with the `# Title Header`, and then the text in Markdown-like format, editable in a simple text editor.
40
+
A file starts with the `# Title Header`, and then the text in Markdown-like format, editable in a simple text editor.
45
41
46
42
Additional resources and examples for the article or the task, are also in the same folder.
47
43
48
44
## Translation Tips
49
45
50
-
Please keep line breaks and paragraphs "as is": don't add newlines and don't remove existing ones. Makes it easy to merge future changes from the English version into the translation.
46
+
Please keep line breaks and paragraphs "as is": don't add newlines and don't remove existing ones. Makes it easy to merge future changes from the English version into the translation.
51
47
52
48
If you see that the English version can be improved – great, please send a PR to it.
53
49
@@ -89,13 +85,12 @@ const text = 'Hola mundo';
89
85
document.querySelector('.hola').innerHTML= text;
90
86
```
91
87
92
-
<<<<<<< HEAD
88
+
93
89
### External Links
94
-
=======
90
+
95
91
-`index.md` stands for a chapter
96
92
-`article.md` stands for an article
97
93
-`task.md` stands for a task (solution must be provided in `solution.md` file as well)
98
-
>>>>>>> d6e88647b42992f204f57401160ebae92b358c0d
99
94
100
95
If an external link is to Wikipedia, e.g. `https://en.wikipedia.org/wiki/JavaScript`, and a version of that article exists in your language that is of decent quality, link to that version instead.
101
96
@@ -142,4 +137,4 @@ Please don't translate or remove the `[#...]` part, it's for URL anchors.
142
137
143
138
You can run the tutorial server locally to see how the translation looks.
144
139
145
-
The server and install instructions are at <https://github.com/javascript-tutorial/server>.
140
+
The server and install instructions are at <https://github.com/javascript-tutorial/server>.
0 commit comments