summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-08-16 09:05:26 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2016-08-16 09:05:26 +0200
commit5baa2a847970d72ed8baa57e1d32eeecf889f1f7 (patch)
treeea7c65af3fb3dae9a6c2174389fbf1a087cadfb3
parent6f9af883e3ffa89e07ad79a2319c4287bba55f35 (diff)
downloadrygel-5baa2a847970d72ed8baa57e1d32eeecf889f1f7.tar.gz
Add --add-comments to XGETTEXT_OPTIONS in Makevars
So that comments from .desktop file 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 df09a7b1..0c4f2a31 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