summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-08-21 15:02:59 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2016-08-21 15:02:59 +0200
commit2c817343f8687fc7a1db6a72a72d8a20c7ef02e7 (patch)
tree974d9a74cf1aad53ca3e9095871c6ccef0cc8608
parentc63983ea50b8c224787e9dc1e670d2e2104fbf7d (diff)
downloadgupnp-tools-2c817343f8687fc7a1db6a72a72d8a20c7ef02e7.tar.gz
Add --add-comments to XGETTEXT_OPTIONS in Makevars
So that comments from .desktop files appear in the .po files.
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index df09a7b..0c4f2a3 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -8,7 +8,7 @@ subdir = po
top_builddir = ..
# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 --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