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'.
6 lines
233 B
Text
6 lines
233 B
Text
# List of source files which contain translatable strings. These should be
|
|
# only package modules. Strings of the tools are in 'po/guix'.
|
|
gnu/packages/base.scm
|
|
gnu/packages/guile.scm
|
|
gnu/packages/lout.scm
|
|
gnu/packages/recutils.scm
|