summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2014-05-07 09:29:16 +0200
committerJaroslav Kysela <perex@perex.cz>2014-05-07 10:55:58 +0200
commit3f9712b9cdb7320452f457805286b8e15632312e (patch)
treec668b1552b5b4bac17fa261d4fc0374bf03af15d
parent24a7b2fec2fdac87aa3594daa2b3ed979dd45706 (diff)
update the gettext configuration
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--po/Makevars12
1 files changed, 12 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars
index 779d8ac..4618f48 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -39,3 +39,15 @@ MSGID_BUGS_ADDRESS =
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
EXTRA_LOCALE_CATEGORIES =
+
+# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
+# context. Possible values are "yes" and "no". Set this to yes if the
+# package uses functions taking also a message context, like pgettext(), or
+# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
+USE_MSGCTXT = no
+
+# These options get passed to msgmerge.
+# Useful options are in particular:
+# --previous to keep previous msgids of translated messages,
+# --quiet to reduce the verbosity.
+MSGMERGE_OPTIONS =