@@ -4,7 +4,7 @@ This directory once contained unstructured translations of Electron's
4
4
documentation, but has been deprecated in favor of a new translation process
5
5
using [ Crowdin] , a GitHub-friendly platform for collaborative translation.
6
6
7
- For more details, visit the [ electron/electron- i18n] repo.
7
+ For more details, visit the [ electron/i18n] repo.
8
8
9
9
## Contributing
10
10
@@ -15,19 +15,19 @@ If you're interested in helping translate Electron's docs, visit
15
15
16
16
If you miss having access to Electron's raw markdown files in your preferred
17
17
language, don't fret! You can still get raw docs, they're just in a
18
- different place now. See [ electron/electron- i18n/tree/master/content]
18
+ different place now. See [ electron/i18n/tree/master/content]
19
19
20
20
To more easily view and browse offline docs in your language, clone the repo and use [ vmd] ,
21
21
an Electron-based GitHub-styled markdown viewer:
22
22
23
23
``` sh
24
24
npm i -g vmd
25
- git clone https://github.com/electron/electron- i18n
25
+ git clone https://github.com/electron/i18n
26
26
vmd electron-i18n/content/zh-CN
27
27
```
28
28
29
29
[ crowdin.com/project/electron ] : https://crowdin.com/project/electron
30
30
[ Crowdin ] : https://crowdin.com/project/electron
31
- [ electron/electron- i18n ] : https://github.com/electron/electron- i18n#readme
32
- [ electron/electron- i18n/tree/master/content ] : https://github.com/electron/electron- i18n/tree/master/content
31
+ [ electron/i18n ] : https://github.com/electron/i18n#readme
32
+ [ electron/i18n/tree/master/content ] : https://github.com/electron/i18n/tree/master/content
33
33
[ vmd ] : http://ghub.io/vmd
0 commit comments