build-sys: enable xgettext TRANSLATORS comments
This commit will enable pass comments to translators near gettext directive to .pot file. For example; /* TRANSLATORS: this is visible in .pot file */ printf(_("to be translated")); Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
8795154eac
commit
1a993ca8eb
@ -8,7 +8,7 @@ subdir = po
|
||||
top_builddir = ..
|
||||
|
||||
# These options get passed to xgettext.
|
||||
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=P_:1,2
|
||||
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=P_:1,2 --no-wrap --escape --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
|
||||
|
Loading…
Reference in New Issue
Block a user