ee76417972
* po/packages/LINGUAS, po/packages/Makevars, po/packages/POTFILES.in: New files. * po/guix/Makevars (DOMAIN): Change to "guix". (XGETTEXT_OPTIONS): Remove "--keyword=synopsis --keyword=description". * po/guix/POTFILES.in: Remove gnu/packages/*.scm. * configure.ac: Change to gettext 0.18.3. Produce po/packages/Makefile.in. * Makefile.am (SUBDIRS): Add po/packages. * guix/ui.scm (%package-text-domain): New variable. (P_): New procedure. (package->recutils): Use 'P_' instead of '_'. * guix/scripts/package.scm (find-packages-by-description): Use 'P_' instead of 'gettext'.
20 lines
533 B
Plaintext
20 lines
533 B
Plaintext
# Makefile variables for PO directory in any package using GNU gettext.
|
|
|
|
# This domain contains only translations of package synopses and descriptions.
|
|
DOMAIN = guix-packages
|
|
|
|
subdir = po/packages
|
|
top_builddir = ../..
|
|
|
|
# These options get passed to xgettext. We want to catch exclusively package
|
|
# synopses and descriptions.
|
|
XGETTEXT_OPTIONS = \
|
|
--language=Scheme --from-code=UTF-8 \
|
|
--keyword=synopsis --keyword=description
|
|
|
|
COPYRIGHT_HOLDER = Ludovic Courtès
|
|
|
|
MSGID_BUGS_ADDRESS = ludo@gnu.org
|
|
|
|
EXTRA_LOCALE_CATEGORIES =
|