File tree Expand file tree Collapse file tree 3 files changed +2858
-2174
lines changed Expand file tree Collapse file tree 3 files changed +2858
-2174
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -43,6 +43,12 @@ msginit -i po/messages.pot -l xx -o po/xx.po
4343msgmerge --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
4854After generating a translation resource ` po/xx.po ` , you can write translation messages in ` msgstr ` entry of ` po/xx.po ` .
You can’t perform that action at this time.
0 commit comments