Blame po/Makevars

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