##// END OF EJS Templates
i18n: updated zh_CN instructions
Martin Geisler -
r7925:c84df11b default
parent child Browse files
Show More
@@ -8,20 +8,20 b''
8 # $Id: zh.po 1217 2009-03-11 09:20:30Z dongsheng.song@gmail.com $
8 # $Id: zh.po 1217 2009-03-11 09:20:30Z dongsheng.song@gmail.com $
9 #
9 #
10 # Update with pot file:
10 # Update with pot file:
11 # msgmerge --update zh.po hg.pot
11 # msgmerge --update zh_CN.po hg.pot
12 # msgfmt --statistics -c zh.po
12 # msgfmt --statistics -c zh_CN.po
13 #
13 #
14 # Please test your translation before commit:
14 # Please test your translation before commit:
15 # python setup.py build_py -c -d . build_ext -i build_mo
15 # python setup.py build_py -c -d . build_ext -i build_mo
16 # LC_ALL=zh_CN.UTF-8 ./hg
16 # LC_ALL=zh_CN.UTF-8 ./hg
17 #
17 #
18 # Please format your translation before commit:
18 # Please format your translation before commit:
19 # msgcat --width=80 --sort-by-file -o zh_new.po zh.po
19 # msgcat --width=80 --sort-by-file -o zh_CN_new.po zh_CN.po
20 # mv -f zh_new.po zh.po
20 # mv -f zh_CN_new.po zh_CN.po
21 #
21 #
22 # Please remove '#: filename:line' lines before submit to hg:
22 # Please remove '#: filename:line' lines before submit to hg:
23 # msgcat --width=80 --no-location -o zh_new.po zh.po
23 # msgcat --width=80 --no-location -o zh_CN_new.po zh_CN.po
24 # mv -f zh_new.po zh.po
24 # mv -f zh_CN_new.po zh_CN.po
25 #
25 #
26 # Dictionary:
26 # Dictionary:
27 # blame 追溯
27 # blame 追溯
@@ -51,7 +51,7 b' msgstr ""'
51 "Project-Id-Version: Mercurial 1.2\n"
51 "Project-Id-Version: Mercurial 1.2\n"
52 "Report-Msgid-Bugs-To: \n"
52 "Report-Msgid-Bugs-To: \n"
53 "POT-Creation-Date: 2009-03-20 14:26+0800\n"
53 "POT-Creation-Date: 2009-03-20 14:26+0800\n"
54 "PO-Revision-Date: 2009-02-17 23:05+0800\n"
54 "PO-Revision-Date: 2009-03-31 20:38+0200\n"
55 "Last-Translator: Dongsheng Song <dongsheng.song@gmail.com>\n"
55 "Last-Translator: Dongsheng Song <dongsheng.song@gmail.com>\n"
56 "Language-Team: Chinese translation team <i18n-zh@googlegroups.com>\n"
56 "Language-Team: Chinese translation team <i18n-zh@googlegroups.com>\n"
57 "MIME-Version: 1.0\n"
57 "MIME-Version: 1.0\n"
General Comments 0
You need to be logged in to leave comments. Login now