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'.
17 lines
451 B
Plaintext
17 lines
451 B
Plaintext
# List of source files which contain translatable strings.
|
|
# This should be source files of the various tools, and not package modules.
|
|
gnu/packages.scm
|
|
guix/scripts/build.scm
|
|
guix/scripts/download.scm
|
|
guix/scripts/package.scm
|
|
guix/scripts/gc.scm
|
|
guix/scripts/hash.scm
|
|
guix/scripts/pull.scm
|
|
guix/scripts/substitute-binary.scm
|
|
guix/scripts/authenticate.scm
|
|
guix/scripts/system.scm
|
|
guix/gnu-maintenance.scm
|
|
guix/ui.scm
|
|
guix/http-client.scm
|
|
guix/nar.scm
|