Blame po/Makevars

Packit 352660
# Makefile variables for PO directory in any package using GNU gettext.
Packit 352660
Packit 352660
# Usually the message domain is the same as the package name.
Packit 352660
DOMAIN = $(PACKAGE)
Packit 352660
Packit 352660
# These two variables depend on the location of this directory.
Packit 352660
subdir = po
Packit 352660
top_builddir = ..
Packit 352660
Packit 352660
# These options get passed to xgettext.
Packit 352660
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
Packit 352660
Packit 352660
# This is the copyright holder that gets inserted into the header of the
Packit 352660
# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
Packit 352660
# package.  (Note that the msgstr strings, extracted from the package's
Packit 352660
# sources, belong to the copyright holder of the package.)  Translators are
Packit 352660
# expected to transfer the copyright for their translations to this person
Packit 352660
# or entity, or to disclaim their copyright.  The empty string stands for
Packit 352660
# the public domain; in this case the translators are expected to disclaim
Packit 352660
# their copyright.
Packit 352660
COPYRIGHT_HOLDER = Fontconfig Author(s)
Packit 352660
Packit 352660
# This tells whether or not to prepend "GNU " prefix to the package
Packit 352660
# name that gets inserted into the header of the $(DOMAIN).pot file.
Packit 352660
# Possible values are "yes", "no", or empty.  If it is empty, try to
Packit 352660
# detect it automatically by scanning the files in $(top_srcdir) for
Packit 352660
# "GNU packagename" string.
Packit 352660
PACKAGE_GNU = no
Packit 352660
Packit 352660
# This is the email address or URL to which the translators shall report
Packit 352660
# bugs in the untranslated strings:
Packit 352660
# - Strings which are not entire sentences, see the maintainer guidelines
Packit 352660
#   in the GNU gettext documentation, section 'Preparing Strings'.
Packit 352660
# - Strings which use unclear terms or require additional context to be
Packit 352660
#   understood.
Packit 352660
# - Strings which make invalid assumptions about notation of date, time or
Packit 352660
#   money.
Packit 352660
# - Pluralisation problems.
Packit 352660
# - Incorrect English spelling.
Packit 352660
# - Incorrect formatting.
Packit 352660
# It can be your email address, or a mailing list address where translators
Packit 352660
# can write to without being subscribed, or the URL of a web page through
Packit 352660
# which the translators can contact you.
Packit 352660
MSGID_BUGS_ADDRESS = https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig
Packit 352660
Packit 352660
# This is the list of locale categories, beyond LC_MESSAGES, for which the
Packit 352660
# message catalogs shall be used.  It is usually empty.
Packit 352660
EXTRA_LOCALE_CATEGORIES =
Packit 352660
Packit 352660
# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
Packit 352660
# context.  Possible values are "yes" and "no".  Set this to yes if the
Packit 352660
# package uses functions taking also a message context, like pgettext(), or
Packit 352660
# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
Packit 352660
USE_MSGCTXT = no
Packit 352660
Packit 352660
# These options get passed to msgmerge.
Packit 352660
# Useful options are in particular:
Packit 352660
#   --previous            to keep previous msgids of translated messages,
Packit 352660
#   --quiet               to reduce the verbosity.
Packit 352660
MSGMERGE_OPTIONS =
Packit 352660
Packit 352660
# These options get passed to msginit.
Packit 352660
# If you want to disable line wrapping when writing PO files, add
Packit 352660
# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
Packit 352660
# MSGINIT_OPTIONS.
Packit 352660
MSGINIT_OPTIONS =
Packit 352660
Packit 352660
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
Packit 352660
# has changed.  Possible values are "yes" and "no".  Set this to no if
Packit 352660
# the POT file is checked in the repository and the version control
Packit 352660
# program ignores timestamps.
Packit 352660
PO_DEPENDS_ON_POT = yes
Packit 352660
Packit 352660
# This tells whether or not to forcibly update $(DOMAIN).pot and
Packit 352660
# regenerate PO files on "make dist".  Possible values are "yes" and
Packit 352660
# "no".  Set this to no if the POT file and PO files are maintained
Packit 352660
# externally.
Packit 352660
DIST_DEPENDS_ON_UPDATE_PO = yes