Skip to content

Commit e9de194

Browse files
committed
update references to renamed i18n repo
1 parent efeabfe commit e9de194

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Join the Electron Community on Slack](https://atom-slack.herokuapp.com/badge.svg)](https://atom-slack.herokuapp.com/)
99

1010
:memo: Available Translations: 🇨🇳 🇹🇼 🇧🇷 🇪🇸 🇰🇷 🇯🇵 🇷🇺 🇫🇷 🇹🇭 🇳🇱 🇹🇷 🇮🇩 🇺🇦 🇨🇿 🇮🇹.
11-
View these docs in other languages at [electron/electron-i18n](https://github.com/electron/electron-i18n/tree/master/content/).
11+
View these docs in other languages at [electron/i18n](https://github.com/electron/i18n/tree/master/content/).
1212

1313
The Electron framework lets you write cross-platform desktop applications
1414
using JavaScript, HTML and CSS. It is based on [Node.js](https://nodejs.org/) and
@@ -85,7 +85,7 @@ const child = proc.spawn(electron)
8585

8686
## Documentation Translations
8787

88-
Find documentation translations in [electron/electron-i18n](https://github.com/electron/electron-i18n).
88+
Find documentation translations in [electron/i18n](https://github.com/electron/i18n).
8989

9090
## Community
9191

Diff for: docs-translations/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory once contained unstructured translations of Electron's
44
documentation, but has been deprecated in favor of a new translation process
55
using [Crowdin], a GitHub-friendly platform for collaborative translation.
66

7-
For more details, visit the [electron/electron-i18n] repo.
7+
For more details, visit the [electron/i18n] repo.
88

99
## Contributing
1010

@@ -15,19 +15,19 @@ If you're interested in helping translate Electron's docs, visit
1515

1616
If you miss having access to Electron's raw markdown files in your preferred
1717
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]
1919

2020
To more easily view and browse offline docs in your language, clone the repo and use [vmd],
2121
an Electron-based GitHub-styled markdown viewer:
2222

2323
```sh
2424
npm i -g vmd
25-
git clone https://github.com/electron/electron-i18n
25+
git clone https://github.com/electron/i18n
2626
vmd electron-i18n/content/zh-CN
2727
```
2828

2929
[crowdin.com/project/electron]: https://crowdin.com/project/electron
3030
[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
3333
[vmd]: http://ghub.io/vmd

Diff for: docs/styleguide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ a module or a class.
230230

231231
## Documentation Translations
232232

233-
See [electron/electron-i18n](https://github.com/electron/electron-i18n#readme)
233+
See [electron/i18n](https://github.com/electron/i18n#readme)

0 commit comments

Comments
 (0)