Blame po/Makevars

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