aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Konno <joe.konno@intel.com>2016-08-03 16:31:57 -0700
committerJoe Konno <joe.konno@intel.com>2016-08-04 08:52:49 -0700
commit6d56120e04f25a7c756a3ea4756bbfc63b36cd5a (patch)
treef294f0845528c03c248ddae60030e8355dc95028
parentf791afba18ec09cac2861aa6b62ee325c0fe2d30 (diff)
downloadpowertop-2.0-6d56120e04f25a7c756a3ea4756bbfc63b36cd5a.tar.gz
Makevars: align more closely to generated .template
Signed-off-by: Joe Konno <joe.konno@intel.com>
-rw-r--r--po/Makevars14
1 files changed, 13 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index bbb9ebe..fbf0a76 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -18,7 +18,7 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=__
# or entity, or to disclaim their copyright. The empty string stands for
# the public domain; in this case the translators are expected to disclaim
# their copyright.
-COPYRIGHT_HOLDER = Intel Corporation
+COPYRIGHT_HOLDER = Intel Corporation
# This is the email address or URL to which the translators shall report
# bugs in the untranslated strings:
@@ -39,3 +39,15 @@ MSGID_BUGS_ADDRESS = "powertop@lists.01.org"
# 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 =