Blame po/Makevars

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