mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
Update to the latest version of Gettext
Make po/Makevars closer to the distributed po/Makevars.template.
This commit is contained in:
parent
0bbbd5b23f
commit
f263bb039d
@ -46,6 +46,13 @@ XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --width=132 \
|
|||||||
# $(DOMAIN).pot file.
|
# $(DOMAIN).pot file.
|
||||||
COPYRIGHT_HOLDER = John Zaitseff
|
COPYRIGHT_HOLDER = John Zaitseff
|
||||||
|
|
||||||
|
# This tells whether or not to prepend "GNU " prefix to the package
|
||||||
|
# name that gets inserted into the header of the $(DOMAIN).pot file.
|
||||||
|
# Possible values are "yes", "no", or empty. If it is empty, try to
|
||||||
|
# detect it automatically by scanning the files in $(top_srcdir) for
|
||||||
|
# "GNU packagename" string.
|
||||||
|
PACKAGE_GNU = no
|
||||||
|
|
||||||
# This is the email address or URL to which the translators shall report
|
# This is the email address or URL to which the translators shall report
|
||||||
# bugs in the untranslated strings.
|
# bugs in the untranslated strings.
|
||||||
MSGID_BUGS_ADDRESS = J.Zaitseff@zap.org.au
|
MSGID_BUGS_ADDRESS = J.Zaitseff@zap.org.au
|
||||||
@ -64,7 +71,7 @@ USE_MSGCTXT = yes
|
|||||||
MSGMERGE_OPTIONS = --width=132
|
MSGMERGE_OPTIONS = --width=132
|
||||||
|
|
||||||
# These options get passed to msginit.
|
# These options get passed to msginit.
|
||||||
MSGINIT_OPTIONS =
|
MSGINIT_OPTIONS = --width=132
|
||||||
|
|
||||||
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
|
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
|
||||||
# has changed. Possible values are "yes" and "no". Set this to no if
|
# has changed. Possible values are "yes" and "no". Set this to no if
|
||||||
|
Loading…
Reference in New Issue
Block a user