Skip to content

Commit ac3cbcb

Browse files
committed
fix conflict
1 parent 76df5fd commit ac3cbcb

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

Diff for: README.md

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# The Modern JavaScript Tutorial in Bengali
22

3-
<<<<<<< HEAD
43
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
84

95

106
**That's how you can contribute:**
@@ -18,9 +14,9 @@ This repository hosts the English content of the Modern JavaScript Tutorial, pub
1814
- PR title should match article title, the bot will write it's number into the issue.
1915

2016
Please kindly allow maintainers to review and merge or request changes in your translation.
21-
17+
2218
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+
2420
**Let others know what you're translating, in message boards or chats in your language. Invite them to join!**
2521

2622
🎉 Thank you!
@@ -41,13 +37,13 @@ The folder has one of files:
4137
- `article.md` for an article,
4238
- `task.md` for a task formulation (+`solution.md` with the solution text if any).
4339

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.
4541

4642
Additional resources and examples for the article or the task, are also in the same folder.
4743

4844
## Translation Tips
4945

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.
5147

5248
If you see that the English version can be improved – great, please send a PR to it.
5349

@@ -89,13 +85,12 @@ const text = 'Hola mundo';
8985
document.querySelector('.hola').innerHTML = text;
9086
```
9187

92-
<<<<<<< HEAD
88+
9389
### External Links
94-
=======
90+
9591
- `index.md` stands for a chapter
9692
- `article.md` stands for an article
9793
- `task.md` stands for a task (solution must be provided in `solution.md` file as well)
98-
>>>>>>> d6e88647b42992f204f57401160ebae92b358c0d
9994

10095
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.
10196

@@ -142,4 +137,4 @@ Please don't translate or remove the `[#...]` part, it's for URL anchors.
142137

143138
You can run the tutorial server locally to see how the translation looks.
144139

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

Comments
 (0)