Blame po/Makevars

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