aboutsummaryrefslogtreecommitdiff
path: root/po/Makevars.template
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makevars.template')
-rw-r--r--po/Makevars.template12
1 files changed, 0 insertions, 12 deletions
diff --git a/po/Makevars.template b/po/Makevars.template
index 4a9ff7d23..32692ab4b 100644
--- a/po/Makevars.template
+++ b/po/Makevars.template
@@ -39,15 +39,3 @@ MSGID_BUGS_ADDRESS =
39# This is the list of locale categories, beyond LC_MESSAGES, for which the 39# This is the list of locale categories, beyond LC_MESSAGES, for which the
40# message catalogs shall be used. It is usually empty. 40# message catalogs shall be used. It is usually empty.
41EXTRA_LOCALE_CATEGORIES = 41EXTRA_LOCALE_CATEGORIES =
42
43# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
44# context. Possible values are "yes" and "no". Set this to yes if the
45# package uses functions taking also a message context, like pgettext(), or
46# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
47USE_MSGCTXT = no
48
49# These options get passed to msgmerge.
50# Useful options are in particular:
51# --previous to keep previous msgids of translated messages,
52# --quiet to reduce the verbosity.
53MSGMERGE_OPTIONS =