|
1 | 1 |
|
2 | | -# The JavaScript Tutorial |
| 2 | +# Kurs JavaScript |
3 | 3 |
|
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). |
5 | 5 |
|
6 | | -## Translations |
| 6 | +Oryginalny adres repozytorium: https://github.com/iliakan/javascript-tutorial-en |
7 | 7 |
|
8 | | -(In alphabetical order): |
| 8 | +--- |
9 | 9 |
|
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). |
19 | 11 |
|
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 |
0 commit comments