7887bcbf56
* nix/nix-daemon/guix-daemon.cc (n_, _): New macros. (guix_textdomain): New variable. (doc): Use 'n_'. (options): Likewise, and lowercase messages. (argp): Add initializer for 'argp_domain' field. (parse_opt): Use '_' for messages. (main): Likewise, and add calls to 'setlocale', 'bindtextdomain', and 'textdomain'. * daemon.am (guix_daemon_CPPFLAGS): Add -DLOCALEDIR. * po/guix/Makevars (XGETTEXT_OPTIONS): Remove '--language' option. Add '--keyword=n_'. * po/guix/POTFILES.in: Add guix-daemon.cc.
24 lines
603 B
Plaintext
24 lines
603 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
|
|
gnu/system.scm
|
|
gnu/services/dmd.scm
|
|
gnu/system/shadow.scm
|
|
guix/scripts/build.scm
|
|
guix/scripts/download.scm
|
|
guix/scripts/package.scm
|
|
guix/scripts/gc.scm
|
|
guix/scripts/hash.scm
|
|
guix/scripts/import.scm
|
|
guix/scripts/pull.scm
|
|
guix/scripts/substitute.scm
|
|
guix/scripts/authenticate.scm
|
|
guix/scripts/system.scm
|
|
guix/scripts/lint.scm
|
|
guix/scripts/publish.scm
|
|
guix/gnu-maintenance.scm
|
|
guix/ui.scm
|
|
guix/http-client.scm
|
|
guix/nar.scm
|
|
nix/nix-daemon/guix-daemon.cc
|