Blame po/Makevars

Packit 30c44c
# Makefile variables for PO directory in any package using GNU gettext.
Packit 30c44c
Packit 30c44c
# Usually the message domain is the same as the package name.
Packit 30c44c
DOMAIN = $(PACKAGE)
Packit 30c44c
Packit 30c44c
# These two variables depend on the location of this directory.
Packit 30c44c
subdir = po
Packit 30c44c
top_builddir = ..
Packit 30c44c
Packit 30c44c
# These options get passed to xgettext.
Packit 30c44c
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
Packit 30c44c
Packit 30c44c
# This is the copyright holder that gets inserted into the header of the
Packit 30c44c
# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
Packit 30c44c
# package.  (Note that the msgstr strings, extracted from the package's
Packit 30c44c
# sources, belong to the copyright holder of the package.)  Translators are
Packit 30c44c
# expected to transfer the copyright for their translations to this person
Packit 30c44c
# or entity, or to disclaim their copyright.  The empty string stands for
Packit 30c44c
# the public domain; in this case the translators are expected to disclaim
Packit 30c44c
# their copyright.
Packit 30c44c
COPYRIGHT_HOLDER = Yu Yuwei <acevery@gmail.com>
Packit 30c44c
Packit 30c44c
# This is the email address or URL to which the translators shall report
Packit 30c44c
# bugs in the untranslated strings:
Packit 30c44c
# - Strings which are not entire sentences, see the maintainer guidelines
Packit 30c44c
#   in the GNU gettext documentation, section 'Preparing Strings'.
Packit 30c44c
# - Strings which use unclear terms or require additional context to be
Packit 30c44c
#   understood.
Packit 30c44c
# - Strings which make invalid assumptions about notation of date, time or
Packit 30c44c
#   money.
Packit 30c44c
# - Pluralisation problems.
Packit 30c44c
# - Incorrect English spelling.
Packit 30c44c
# - Incorrect formatting.
Packit 30c44c
# It can be your email address, or a mailing list address where translators
Packit 30c44c
# can write to without being subscribed, or the URL of a web page through
Packit 30c44c
# which the translators can contact you.
Packit 30c44c
MSGID_BUGS_ADDRESS = $(PACKAGE_BUGREPORT)
Packit 30c44c
Packit 30c44c
# This is the list of locale categories, beyond LC_MESSAGES, for which the
Packit 30c44c
# message catalogs shall be used.  It is usually empty.
Packit 30c44c
EXTRA_LOCALE_CATEGORIES =