diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2015-03-15 09:58:00 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2015-03-15 09:58:00 +0100 |
commit | 29dcfd4300a801e9c704e02fd520b3713070cdd0 (patch) | |
tree | f9b5f5f069a9d379c6a6029885257909211caa08 /po/Makevars | |
parent | 2dac50bf0f002033cfa72a213bac6ee2fa74640e (diff) | |
download | fetchmail-29dcfd4300a801e9c704e02fd520b3713070cdd0.tar.gz fetchmail-29dcfd4300a801e9c704e02fd520b3713070cdd0.tar.bz2 fetchmail-29dcfd4300a801e9c704e02fd520b3713070cdd0.zip |
Update gettext infrastructure.
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars index 66d10d1d..7b1d5df7 100644 --- a/po/Makevars +++ b/po/Makevars @@ -46,3 +46,15 @@ MSGID_BUGS_ADDRESS = fetchmail-devel@lists.sourceforge.net # 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 = |