Skip to content

Commit e386be5

Browse files
authored
Merge pull request #1943 from rust-lang-cn/zh
Update Chinese translations
2 parents 288b4e4 + 5633506 commit e386be5

File tree

3 files changed

+2858
-2174
lines changed

3 files changed

+2858
-2174
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,13 @@ Please see the [TRANSLATING.md] file for more details.
6161

6262
[TRANSLATING_JA.md]: https://github.com/rust-lang/rust-by-example/blob/master/TRANSLATING_JA.md
6363

64+
* Chinese/中文: [TRANSLATING_ZH.md]
65+
66+
[TRANSLATING_ZH.md]: https://github.com/rust-lang/rust-by-example/blob/master/TRANSLATING_ZH.md
67+
6468
## Translations to other languages
6569

6670
* [Bulgarian](https://github.com/kberov/rust-by-example-bg)
67-
* [Chinese](https://github.com/rust-lang-cn/rust-by-example-cn)
6871
* [French](https://github.com/Songbird0/FR_RBE)
6972
* [Russian](https://github.com/ruRust/rust-by-example)
7073
* [Vietnamese](https://github.com/EyesCrypto-Insights/rust-by-example-vn)

TRANSLATING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ msginit -i po/messages.pot -l xx -o po/xx.po
4343
msgmerge --update po/xx.po po/messages.pot
4444
```
4545

46+
#### Tracking translation progress
47+
48+
```bash
49+
msgfmt --statistics po/xx.po
50+
```
51+
4652
### Editing translation resources
4753

4854
After generating a translation resource `po/xx.po`, you can write translation messages in `msgstr` entry of `po/xx.po`.

0 commit comments

Comments
 (0)