|
4 | 4 |
|
5 | 5 | ## Developing
|
6 | 6 |
|
7 |
| -:warning: You must at least use `node >= 7` to start the server. |
| 7 | +:warning: You must at least use `node >= 8.0.0` (supports async/await) to start the server. |
8 | 8 |
|
9 |
| -Start a dev server on `localhost:4000` |
| 9 | +:warning: You must also have the main [nuxtjs.org](https://github.com/nuxt/nuxtjs.org) website repo up and running on localhost to be able to run the docs... |
| 10 | + |
| 11 | +Start a dev server on `localhost:4000`: |
10 | 12 |
|
11 | 13 | ```bash
|
12 | 14 | npm install
|
13 | 15 | npm run dev
|
14 | 16 | ```
|
15 | 17 |
|
| 18 | +Then access the docs via the website running on `http://nuxt:3000` (see instructions on [nuxtjs.org](https://github.com/nuxt/nuxtjs.org) repo). |
| 19 | + |
16 | 20 | ## On Translations
|
17 | 21 |
|
18 | 22 | ### Russian
|
19 | 23 |
|
20 | 24 | Russian translation is maintained by Translation Gang.
|
21 |
| -* Translation Repo — [/translation-gang/ru.docs.nuxtjs](https://github.com/translation-gang/ru.docs.nuxtjs) |
| 25 | + |
| 26 | +* Translation Repo - [/translation-gang/ru.docs.nuxtjs](https://github.com/translation-gang/ru.docs.nuxtjs) |
22 | 27 | * Primary maintainer - [Grigoriy Beziuk](https://gbezyuk.github.io)
|
23 | 28 | * Primary translator - [Nicholas Shachmatov](https://github.com/theOnlyBoy)
|
24 | 29 |
|
25 | 30 | ### Chinese
|
26 | 31 |
|
27 | 32 | Chinese translation is maintained by AOTU Labs from China, Shenzhen.
|
28 |
| -* Translation Repo — [/o2team/i18n-cn-nuxtjs-docs](https://github.com/o2team/i18n-cn-nuxtjs-docs) |
| 33 | + |
| 34 | +* Translation Repo - [/o2team/i18n-cn-nuxtjs-docs](https://github.com/o2team/i18n-cn-nuxtjs-docs) |
29 | 35 | * Primary maintainer - [AOTU Labs](https://aotu.io)
|
30 | 36 | * Primary translator - [Levin Wong](http://faso.me), [Edward Chu](https://github.com/chuyik)
|
31 | 37 |
|
| 38 | +### Japanese |
| 39 | + |
| 40 | +Japanese translation team is using a translation tool called [GitLocalize](https://gitlocalize.com) in principle. See the following "Want to help with the translation?" section. |
| 41 | + |
| 42 | +Japanese translation is maintained by INOUE Takuya. |
| 43 | + |
| 44 | +* Translation Repo - [https://gitlocalize.com/repo/100/ja](https://gitlocalize.com/repo/100/ja) |
| 45 | +* Primary maintainer - [INOUE Takuya](http://blog.inouetakuya.info/) |
| 46 | +* Primary translator - [INOUE Takuya](https://github.com/inouetakuya) |
| 47 | + |
| 48 | +### Korean |
| 49 | + |
| 50 | +Korean translation is maintained by Taewoong La. |
| 51 | + |
| 52 | +* Translation Repo - [/DiyLecko/ko.docs.nuxtjs](https://github.com/DiyLecko/ko.docs.nuxtjs) |
| 53 | +* Primary maintainer - [Taewoong La](http://blog.naver.com/diy_lecko) |
| 54 | +* Primary translator - [june](http://jicjjang.github.io), [wanybae](https://github.com/wanybae), [rellario](https://github.com/rellario) |
| 55 | + |
| 56 | +### French |
| 57 | + |
| 58 | +French translation is maintained by [Vuejs-FR](https://github.com/vuejs-fr/nuxt/issues/1) Team. |
| 59 | + |
| 60 | +* Translation Repo - [/vuejs-fr/nuxt](https://github.com/vuejs-fr/nuxt) |
| 61 | +* Primary maintainer - [Bruno Lesieur](https://www.lesieur.name/) ([Orchard ID](https://www.orchard-id.com/)) |
| 62 | +* Primary translator - [Julien Grünhagel](https://rspt.io/) ([laruche](https://laruche.io)) |
| 63 | + |
| 64 | +### Indonesian |
| 65 | + |
| 66 | +Indonesian translation is maintained by [Nuxt.js Indonesian Community](https://github.com/nuxtjs-id) Team. |
| 67 | + |
| 68 | +* Translation Repo - [https://gitlocalize.com/repo/100/id](https://gitlocalize.com/repo/100/id) |
| 69 | +* Primary maintainer - [Achan](http://achan.id/) |
| 70 | +* Primary translator - [afrianjunior](https://github.com/afrianjunior), [fikrizufri](https://github.com/fikrizufri), [huiralb](https://github.com/huiralb), [jefrydco](https://github.com/jefrydco), [muhibbudins](https://github.com/muhibbudins), [nusendra](https://github.com/nusendra), [perjakasunda](https://github.com/perjakasunda), [tapitapeh](https://github.com/tapitapeh), [wahwahid](https://github.com/wahwahid) |
| 71 | + |
| 72 | + |
| 73 | + |
32 | 74 | ### Want to help with the translation?
|
33 | 75 |
|
34 |
| -If you feel okay with translating sorta alone, just fork the repo, create a "work-in-progress" pull request (mark it with [WIP], see [Russian translation](https://github.com/nuxt/docs/pull/3) if you need an example) — and just go on. |
| 76 | +[gl]: https://gitlocalize.com |
| 77 | +[gl-help]: https://docs.gitlocalize.com/ |
| 78 | +[gl-issue-tracker]: https://github.com/gitlocalize/feedback |
| 79 | +[gl-repo]: https://gitlocalize.com/repo/100 |
| 80 | + |
| 81 | +We are using a translation tool called [GitLocalize][gl]. |
| 82 | + |
| 83 | +Follow these steps to get started with your contribution: |
35 | 84 |
|
36 |
| -If you are more of a team player, maybe Translation Gang is for you? Then just let us know somehow that you're ready to join this international open-source translators community. Feel free to contact [Grigoriy Beziuk](https://gbezyuk.github.io) or anybody else from the team. |
| 85 | +1. Go to [GitLocalize's nuxt/docs repository][gl-repo]. |
| 86 | +1. Sign up using your GitHub account :octocat:. |
| 87 | +1. Find the document you are going to translate. |
| 88 | +1. Happy translating :sparkles: . |
| 89 | +1. When you are done, send the translation for reviews. |
| 90 | +1. Reviewed translation will be sent as a Pull Request to GitHub by language admin in the community. |
37 | 91 |
|
38 |
| -And thank you in advance ;) |
| 92 | +To learn more about how GitLocalize works, visit their [help page][gl-help]. If you find any issues or feature requests, please file them in [GitLocalize's issue tracker][gl-issue-tracker]. |
0 commit comments