Add more options to XGETTEXT_OPTIONS in Makevars

This commit is contained in:
Piotr Drąg 2016-09-12 19:46:09 +02:00
parent a5fcde9b5f
commit c7f2d19b5e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ subdir = po
top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword --keyword=P_ --from-code=UTF-8
XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword --keyword=P_ --add-comments
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding

View File

@ -8,7 +8,7 @@ subdir = po
top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3
XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding