From ee76417972b3a749a28a627c2858c09311d9c0c5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 13 Jun 2014 17:30:40 +0200 Subject: Separate package description translations from string translations. * 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'. --- po/packages/LINGUAS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 po/packages/LINGUAS (limited to 'po/packages/LINGUAS') diff --git a/po/packages/LINGUAS b/po/packages/LINGUAS new file mode 100644 index 0000000000..dcb16dfaa7 --- /dev/null +++ b/po/packages/LINGUAS @@ -0,0 +1,4 @@ +# Set of available languages. + +en@boldquot +en@quot -- cgit v1.2.3