diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2011-02-22 23:41:23 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-09 23:52:52 -0800 |
commit | cd5513a7168915b31bb5747216473b618c19679e (patch) | |
tree | d4e3bd61a5e2734ef90d4feb47cac41952776e17 /po | |
parent | i18n: add stub Q_() wrapper for ngettext (diff) | |
download | tgif-cd5513a7168915b31bb5747216473b618c19679e.tar.xz |
i18n: Makefile: "pot" target to extract messages marked for translation
Add rules to generate a template (po/git.pot) listing messages marked
for translation in the C portion of git.
To get started translating, just run "make pot".
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'po')
-rw-r--r-- | po/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000000..a242a86e93 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1 @@ +/git.pot |