diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-04 12:00:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-04 12:00:23 +0000 |
commit | 8daaa11baa70e07f6405ccb4474e97cac9627961 (patch) | |
tree | 2d41f1247187c1337f28f58e6d8453aa69f05d47 /po/Makefile | |
parent | 7aa50b3b2cf11efb09e811b8ffc4d3b8e1b0cc0e (diff) |
added some comments for translators
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 910114e67..2d34c6fe8 100644 --- a/po/Makefile +++ b/po/Makefile @@ -16,7 +16,7 @@ install: all ikiwiki.pot: $(POTFILES) @echo "Rebuilding the pot file" - xgettext $(POTFILES) -o ikiwiki.pot -Lperl + xgettext $(POTFILES) -o ikiwiki.pot -Lperl --add-comments=translators clean: rm -f ikiwiki.pot $(MOFILES) messages messages.mo |