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.
61
61
62
62
[ TRANSLATING_JA.md ] : https://github.com/rust-lang/rust-by-example/blob/master/TRANSLATING_JA.md
63
63
64
+ * Chinese/中文: [ TRANSLATING_ZH.md]
65
+
66
+ [ TRANSLATING_ZH.md ] : https://github.com/rust-lang/rust-by-example/blob/master/TRANSLATING_ZH.md
67
+
64
68
## Translations to other languages
65
69
66
70
* [ Bulgarian] ( https://github.com/kberov/rust-by-example-bg )
67
- * [ Chinese] ( https://github.com/rust-lang-cn/rust-by-example-cn )
68
71
* [ French] ( https://github.com/Songbird0/FR_RBE )
69
72
* [ Russian] ( https://github.com/ruRust/rust-by-example )
70
73
* [ 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
43
43
msgmerge --update po/xx.po po/messages.pot
44
44
```
45
45
46
+ #### Tracking translation progress
47
+
48
+ ``` bash
49
+ msgfmt --statistics po/xx.po
50
+ ```
51
+
46
52
### Editing translation resources
47
53
48
54
After 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