|
Packit |
6ef888 |
# Makefile variables for PO directory in any package using GNU gettext.
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
DOMAIN = $(PACKAGE)
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
subdir = po
|
|
Packit |
6ef888 |
top_builddir = ..
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
# These options get passed to xgettext.
|
|
Packit |
6ef888 |
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --add-comments=Translators:
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
# expected to transfer the copyright for their translations to this person
|
|
Packit |
6ef888 |
# or entity, or to disclaim their copyright. The empty string stands for
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
# their copyright.
|
|
Packit |
6ef888 |
COPYRIGHT_HOLDER = Red Hat, Inc.
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
# bugs in the untranslated strings:
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
# in the GNU gettext documentation, section 'Preparing Strings'.
|
|
Packit |
6ef888 |
# - Strings which use unclear terms or require additional context to be
|
|
Packit |
6ef888 |
# understood.
|
|
Packit |
6ef888 |
# - Strings which make invalid assumptions about notation of date, time or
|
|
Packit |
6ef888 |
# money.
|
|
Packit |
6ef888 |
# - Pluralisation problems.
|
|
Packit |
6ef888 |
# - Incorrect English spelling.
|
|
Packit |
6ef888 |
# - Incorrect formatting.
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
MSGID_BUGS_ADDRESS = cluster-devel@redhat.com
|
|
Packit |
6ef888 |
|
|
Packit |
6ef888 |
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
|
Packit |
6ef888 |
# message catalogs shall be used. It is usually empty.
|
|
Packit |
6ef888 |
EXTRA_LOCALE_CATEGORIES =
|