diff options
Diffstat (limited to 'po/guix')
-rw-r--r-- | po/guix/Makevars | 6 | ||||
-rw-r--r-- | po/guix/POTFILES.in | 5 |
2 files changed, 3 insertions, 8 deletions
diff --git a/po/guix/Makevars b/po/guix/Makevars index 3f85141efb..87bb438418 100644 --- a/po/guix/Makevars +++ b/po/guix/Makevars @@ -1,17 +1,15 @@ # Makefile variables for PO directory in any package using GNU gettext. -DOMAIN = $(PACKAGE) +DOMAIN = guix subdir = po/guix top_builddir = ../.. # These options get passed to xgettext. We want to catch standard -# gettext uses, package synopses and descriptions, and SRFI-35 error -# condition messages. +# gettext uses, and SRFI-35 error condition messages. XGETTEXT_OPTIONS = \ --language=Scheme --from-code=UTF-8 \ --keyword=_ --keyword=N_ \ - --keyword=synopsis --keyword=description \ --keyword=message COPYRIGHT_HOLDER = Ludovic Courtès diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index ef864fe817..bf2d31306a 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -1,9 +1,6 @@ # List of source files which contain translatable strings. +# This should be source files of the various tools, and not package modules. gnu/packages.scm -gnu/packages/base.scm -gnu/packages/guile.scm -gnu/packages/lout.scm -gnu/packages/recutils.scm guix/scripts/build.scm guix/scripts/download.scm guix/scripts/package.scm |