X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=po%2FMakevars;h=22a3fa9c88aaaef2dd2d0f947bd64ab94d7ba0f8;hb=5bfd1c22d25e992ff0519931e1fb5590fc1e9024;hp=7d4fa6fc643549f694002c4ac43cfb6fb2799ade;hpb=6c1388bb48fe87530f84b1eb9000518119980cf9;p=lyx.git diff --git a/po/Makevars b/po/Makevars index 7d4fa6fc64..22a3fa9c88 100644 --- a/po/Makevars +++ b/po/Makevars @@ -39,3 +39,15 @@ MSGID_BUGS_ADDRESS = lyx-devel@lists.lyx.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 =