2012-06-29 22:22:48 +02:00
|
|
|
# Makefile variables for PO directory in any package using GNU gettext.
|
|
|
|
|
2014-06-13 17:30:40 +02:00
|
|
|
DOMAIN = guix
|
2012-06-29 22:22:48 +02:00
|
|
|
|
2014-06-13 16:15:18 +02:00
|
|
|
subdir = po/guix
|
|
|
|
top_builddir = ../..
|
2012-06-29 22:22:48 +02:00
|
|
|
|
2014-01-22 17:09:21 +01:00
|
|
|
# These options get passed to xgettext. We want to catch standard
|
2015-06-10 17:48:16 +02:00
|
|
|
# gettext uses, and SRFI-35 error condition messages. In C++ code
|
|
|
|
# we use 'n_' instead of the more usual 'N_' for no-ops.
|
2014-01-22 17:09:21 +01:00
|
|
|
XGETTEXT_OPTIONS = \
|
2015-06-10 17:48:16 +02:00
|
|
|
--from-code=UTF-8 \
|
2014-09-29 21:16:34 +02:00
|
|
|
--keyword=_ --keyword=N_:1,2 \
|
2014-09-01 02:13:21 +02:00
|
|
|
--keyword=message \
|
2015-06-10 17:48:16 +02:00
|
|
|
--keyword=description \
|
|
|
|
--keyword=n_
|
2012-06-29 22:22:48 +02:00
|
|
|
|
|
|
|
COPYRIGHT_HOLDER = Ludovic Courtès
|
|
|
|
|
|
|
|
MSGID_BUGS_ADDRESS = ludo@gnu.org
|
|
|
|
|
|
|
|
EXTRA_LOCALE_CATEGORIES =
|