diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-12-22 16:37:09 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-03 19:32:07 +0100 |
commit | cde3376b35222f46f8a82e7668a1a6fd42c08754 (patch) | |
tree | 440c61290b06ef03fe69a1fd26e5653e8a603708 /po | |
parent | 2719dfa6319f0fc8a4225a3d98b45a51e32f5200 (diff) | |
download | guix-cde3376b35222f46f8a82e7668a1a6fd42c08754.tar guix-cde3376b35222f46f8a82e7668a1a6fd42c08754.tar.gz |
home: services: Make strings in Gexps translateble.
* gnu/home/services.scm (%initialize-gettext): New variable.
(compute-on-first-login-script): Use it.
(compute-on-change-gexp): Likewise.
* gnu/home/services/symlink-manager.scm (update-symlinks-script): Likewise.
* po/guix/POTFILES.in: Add gnu/home-services.scm and
gnu/home/services/symlink-manager.scm.
Suggested-by: Ludovic Courtès <ludo@gnu.org>
Link: <https://yhetil.org/guix-bugs/87sfvy8k1u.fsf@gnu.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index a8ce6c3e8f..d97ba8c209 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -5,6 +5,8 @@ gnu/packages.scm gnu/services.scm gnu/system.scm gnu/services/shepherd.scm +gnu/home/services.scm +gnu/home/services/symlink-manager.scm gnu/system/file-systems.scm gnu/system/image.scm gnu/system/linux-container.scm |