]> git.alsa-project.org Git - alsa-utils.git/commitdiff
update the gettext configuration
authorJaroslav Kysela <perex@perex.cz>
Wed, 7 May 2014 07:29:16 +0000 (09:29 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 7 May 2014 08:55:58 +0000 (10:55 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
po/Makevars

index 779d8ac910e6e20a9195c7d956d746c38c1d137b..4618f48df0a36a3f31308af169ff502966c4d4ff 100644 (file)
@@ -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 =