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
+3-24Lines changed: 3 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,6 @@
1
1
# The Modern JavaScript Tutorial in Lithuanian
2
2
3
-
<<<<<<< HEAD
4
3
This repository hosts the translation of <https://javascript.info> in Lithuanian.
5
-
=======
6
-
This repository hosts the English content of the Modern JavaScript Tutorial, published in [https://javascript.info](https://javascript.info).
7
-
>>>>>>> 29216730a877be28d0a75a459676db6e7f5c4834
8
-
9
4
10
5
**That's how you can contribute:**
11
6
@@ -27,13 +22,7 @@ If maintainers do not respond, or if you'd like to become a maintainer, write us
27
22
28
23
Your name and the contribution size will appear in the "About project" page when the translation gets published.
29
24
30
-
<<<<<<< HEAD
31
25
P.S. The full list of languages can be found at <https://javascript.info/translate>.
32
-
=======
33
-
**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>.
34
-
35
-
The list of contributors is available at <https://javascript.info/about#contributors>.
36
-
>>>>>>> 29216730a877be28d0a75a459676db6e7f5c4834
37
26
38
27
## Structure
39
28
@@ -110,16 +99,9 @@ const text = 'Hola mundo';
110
99
document.querySelector('.hola').innerHTML= text;
111
100
```
112
101
113
-
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.
102
+
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 pictures as well.
114
103
115
-
<<<<<<< HEAD
116
104
In that case it's probably easier not to translate such text. See more about translating images later.
117
-
=======
118
-
-`index.md` stands for a chapter
119
-
-`article.md` stands for an article
120
-
-`task.md` stands for a task (solution must be provided in `solution.md` file as well)
121
-
>>>>>>> 29216730a877be28d0a75a459676db6e7f5c4834
122
-
123
105
124
106
### External Links
125
107
@@ -147,8 +129,6 @@ Some files, usually tasks, have YAML metadata at the top, delimited by `---`:
147
129
148
130
```md
149
131
importance: 5
150
-
151
-
<<<<<<< HEAD
152
132
---
153
133
...
154
134
```
@@ -185,8 +165,7 @@ image.svg: # image file
185
165
You can run the tutorial server locally to see how the translation looks.
186
166
187
167
The server and install instructions are at <https://github.com/javascript-tutorial/server>.
0 commit comments