Skip to content

Commit f64e656

Browse files
Przetłumaczyłem opis repozytorium
1 parent 26893e1 commit f64e656

2 files changed

Lines changed: 9 additions & 42 deletions

File tree

README.md

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,12 @@
11

2-
# The JavaScript Tutorial
2+
# Kurs JavaScript
33

4-
This repository hosts the content of the Modern JavaScript Tutorial, published at [https://javascript.info](https://javascript.info).
4+
Repozytorium przechowuje polską wersję (wolne tłumaczenie) kursu "Modern JavaScript Tutorial", opublikowanego pod adresm: [https://javascript.info](https://javascript.info).
55

6-
## Translations
6+
Oryginalny adres repozytorium: https://github.com/iliakan/javascript-tutorial-en
77

8-
(In alphabetical order):
8+
---
99

10-
| Language | Github | Translation leads | Published |
11-
|----------|--------|-------------------|-----------|
12-
| Chinese | https://github.com/xitu/javascript-tutorial-zh | @leviding ||
13-
| French | https://github.com/SugoiNelson/javascript-tutorial-fr | @SugoiNelson | - |
14-
| German | https://github.com/MartinEls/javascript-tutorial-de | @MartilEls | - |
15-
| Japanese | https://github.com/KenjiI/javascript-tutorial-ja | @KenjiI | - |
16-
| Russian | https://github.com/iliakan/javascript-tutorial-ru | @iliakan | https://learn.javascript.ru |
17-
| Turkish | https://github.com/sahinyanlik/javascript-tutorial-tr | @sahinyanlik | - |
18-
| Uzbek | https://github.com/aruzikulov/javascript-tutorial-uz | @aruzikulov | - |
10+
This repository hosts the Polish translation of the "Modern JavaScript Tutorial", published at [https://javascript.info](https://javascript.info).
1911

20-
If you'd like to translate it into your language, please clone the repository, change its name to `javascript-tutorial-...` (by the language) and [create an issue](https://github.com/iliakan/javascript-tutoria-en/issues/new) for me to add you to the list.
21-
22-
The server to run the tutorial locally is at <https://github.com/iliakan/javascript-tutorial-server/>.
23-
24-
## Structure
25-
26-
Every chapter, article or a task has its folder.
27-
28-
The folder is named like `N-url`, where `N` is a number for the sorting purposes and `url` is the URL part with title of the material.
29-
30-
The type of the material is defined by the file inside the folder:
31-
32-
- `index.md` stands for a chapter
33-
- `article.md` stands for an article
34-
- `task.md` stands for a task (solution must be provided in `solution.md` file aswell)
35-
36-
Each of these files starts from the `# Main header`.
37-
38-
Assets required for the material reside in the same folder.
12+
Orginal version: https://github.com/iliakan/javascript-tutorial-en

TRANSLATION.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11

2-
# The JavaScript Tutorial
3-
4-
This repository hosts the translation of the [Modern JavaScript Tutorial](https://javascript.info).
5-
6-
The full list of translations and leads is at <https://github.com/iliakan/javascript-tutorial-en>.
7-
8-
Please contact the translation lead for any questions.
9-
Contact @iliakan there's no answer or the translation appears to be stalled.
10-
11-
If there are other translators, notify them (create an issue?) when you're taking a chapter.
2+
# Kurs JavaScript
123

4+
Repozytorium przechowuje polskie (wolne) tłumaczenie kursu "Modern JavaScript Tutorial", opublikowanego pod adresm: [https://javascript.info](https://javascript.info).
135

6+
Pełną listę tłumaczeń znajdziesz pod adresem: <https://github.com/iliakan/javascript-tutorial-en>.

0 commit comments

Comments
 (0)