Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBagas Sanjaya <bagasdotme@gmail.com>2021-03-11 13:57:15 +0300
committerJiang Xin <worldhello.net@gmail.com>2021-06-02 06:21:26 +0300
commit6d09c53001491f67437b2f3ac8b16db86bfd4de1 (patch)
tree77b7a2139a30ee847b5e5e6c89245134ce32a452 /po/README.md
parente54b2715295df8d7174fe5be67b4459fd5b438f8 (diff)
l10n: README: document git-po-helper
Document the PO helper program (git-po-helper) with installation and basic usage. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Diffstat (limited to 'po/README.md')
-rw-r--r--po/README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/po/README.md b/po/README.md
index efd5baaf1d..cafb5cf365 100644
--- a/po/README.md
+++ b/po/README.md
@@ -286,3 +286,34 @@ Testing marked strings
Git's tests are run under LANG=C LC_ALL=C. So the tests do not need be
changed to account for translations as they're added.
+
+
+PO helper
+---------
+
+To make the maintenance of XX.po easier, the l10n coordinator and l10n
+team leaders can use a helper program named "git-po-helper". It is a
+wrapper to gettext suite, specifically written for the purpose of Git
+l10n workflow.
+
+To build and install the helper program from source, see
+[git-po-helper/README][].
+
+Usage for git-po-helper:
+
+ - To start a new language translation:
+
+ git-po-helper init XX.po
+
+ - To update your XX.po file:
+
+ git-po-helper update XX.po
+
+ - To check commit log and syntax of XX.po:
+
+ git-po-helper check-po XX.po
+ git-po-helper check-commits
+
+Run "git-po-helper" without arguments to show usage.
+
+[git-po-helper/README]: https://github.com/git-l10n/git-po-helper#readme