2017-11-07 02:47:28 +03:00
|
|
|
## Docs Translations
|
|
|
|
|
|
|
|
This directory once contained unstructured translations of Electron's
|
|
|
|
documentation, but has been deprecated in favor of a new translation process
|
|
|
|
using [Crowdin], a GitHub-friendly platform for collaborative translation.
|
|
|
|
|
2018-03-02 23:05:49 +03:00
|
|
|
For more details, visit the [electron/i18n] repo.
|
2017-11-07 02:47:28 +03:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
If you're interested in helping translate Electron's docs, visit
|
2017-11-22 11:40:37 +03:00
|
|
|
[Crowdin] and log in with your GitHub account. And thanks!
|
2017-11-07 02:47:28 +03:00
|
|
|
|
|
|
|
## Offline Docs
|
|
|
|
|
|
|
|
If you miss having access to Electron's raw markdown files in your preferred
|
|
|
|
language, don't fret! You can still get raw docs, they're just in a
|
2018-03-02 23:05:49 +03:00
|
|
|
different place now. See [electron/i18n/tree/master/content]
|
2017-11-07 02:47:28 +03:00
|
|
|
|
|
|
|
To more easily view and browse offline docs in your language, clone the repo and use [vmd],
|
|
|
|
an Electron-based GitHub-styled markdown viewer:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm i -g vmd
|
2018-03-02 23:05:49 +03:00
|
|
|
git clone https://github.com/electron/i18n
|
2017-11-07 02:47:28 +03:00
|
|
|
vmd electron-i18n/content/zh-CN
|
|
|
|
```
|
|
|
|
|
2017-11-11 02:08:03 +03:00
|
|
|
[crowdin.com/project/electron]: https://crowdin.com/project/electron
|
|
|
|
[Crowdin]: https://crowdin.com/project/electron
|
2018-03-02 23:05:49 +03:00
|
|
|
[electron/i18n]: https://github.com/electron/i18n#readme
|
|
|
|
[electron/i18n/tree/master/content]: https://github.com/electron/i18n/tree/master/content
|
2017-11-22 09:42:17 +03:00
|
|
|
[vmd]: http://ghub.io/vmd
|