[L10N] New po/git.pot generated for Git 1.7.10-rc1
From: Jiang Xin <hidden>
Date: 2016-06-15 22:53:19
L10n team leaders,
It time to update your translations to the new git.pot for Git 1.7.10-rc1.
A new "po/git.pot" file is generated in the l10 coordinator repository:
https://github.com/git-l10n/git-po/
Updates of "po/git.pot" for this new revision since last update:
* 1 new l10n message at line: 3361
In order to update your translations, l10n team leaders should:
1. Pull from the l10 coordinator repository;
2. update your locale file, make a commit;
3. and then push your commit to the repository of your l10n team.
You can update locale file use this command:
msgmerge --add-location --backup=off -U XX.po git.pot
After push the commits with new translations to your forked repository
of your l10n team, please send a pull request to the 10n coordinator
repository on GitHub. But before that it is helpful to check your locale
file and new commits as follows:
* Do a syntax check on XX.po
msgfmt -o /dev/null --check --statistics XX.po
* Check your commit logs, and make sure that if there are non-ascii
characters, the commit logs must have a proper encode setting.
A helper script can help:
po-helper.sh check commits
The helper script can be found at:
* https://github.com/gotgit/git-po-zh_CN/raw/po-helper/po/po-helper.sh
--
Jiang Xin