aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/dict.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-01-21 12:26:04 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-01-21 14:24:30 +0200
commit3c0f7dcbad41f60eae9db4ade2b5c51bc88799af (patch)
tree52706c9c8782a0e5e00a420938c0b6049c739ee2 /gnu/services/dict.scm
parent55b4120fcc00a5cb7bfb720cac7142ab017f03f8 (diff)
downloadguix-3c0f7dcbad41f60eae9db4ade2b5c51bc88799af.tar.gz
guix-3c0f7dcbad41f60eae9db4ade2b5c51bc88799af.zip
gnu: guile2.2-shepherd: Add missing input.
* gnu/packages/admin.scm (guile2.2-shepherd)[inputs]: Add guile2.2-readline.
Diffstat (limited to 'gnu/services/dict.scm')
0 files changed, 0 insertions, 0 deletions
POT file. * po/doc/po4a.cfg: Add a po4a config file for the POT generation. The po4a command requires a configulation file. [1] https://po4a.org/man/man7/po4a.7.php.en#lbAS Change-Id: Ica39a0d1f77b6a64d37c592ac2e693319443d3c5 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> 2024-05-01nls: Update translations.Florian Pelz * po/packages/sv.po: New file. * po/packages/LINGUAS: Add it. Change-Id: I2ad4dfcb935ba0a4e79c15b86cee6826c6580729 2024-04-14maint: Use reproducible Git timestamp for POT-Creation-Date.Janneke Nieuwenhuizen * po/doc/local.mk (%D%/%.pot): Replace POT-Creation-Date using timestamp from Git. (%D%/guix-manual.pot): Likewise. Change-Id: I1b7f8cc147084c1804deb7be9d36e5eeda2599cb 2024-04-14maint: Use xgettext.scm wrapper to create .PO files reproducibly.Janneke Nieuwenhuizen * build-aux/xgettext.scm: New script. * po/guix/Makevars (XGETTEXT): Set it. (XGETTEXT_OPTIONS): Add --xgettext option to `real' xgettext. * po/packages/Makevars (XGETTEXT): Set it. (XGETTEXT_OPTIONS): Add --xgettext option to `real' xgettext. Change-Id: I71b6b843970090f765f46ac346b92a346560e3f0 2024-04-01nls: Update translations.Florian Pelz * po/guix/ar.po: New file. * po/guix/LINGUAS: Add 'ar'. * po/doc/guix-cookbook.pt_BR.po: New file. * po/doc/local.mk: Add 'pt_BR' cookbook. * doc/local.mk: Add 'pt_BR' cookbook. * doc/htmlxref.cnf: Update URLs for cookbook. * doc/build.scm (%cookbook-languages): Add 'ko', 'pt_BR'. * doc/guix-cookbook.texi (Top): Mention 'ko', 'pt_BR' cookbook. Change-Id: Id1846ca100263b3fc1fa2ed52654c670270ee809 2024-02-29nls: Update translations.Florian Pelz Change-Id: Ic1506db5813880153b6def005011618dc4529e8f 2024-02-01nls: Update translations.Florian Pelz Change-Id: I42b5d41bdd5cd1b096c977e132b7a85992223402 2024-01-28home: Add home-dotfiles-service.Giacomo Leidi * gnu/home/service/dotfiles.scm: New file; * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * po/guix/POTFILES.in: Add it. * doc/guix.texi (Essential Home Services): Document it. Change-Id: I6769169cfacefc3842faa5b31bee081c56c28743 Co-authored-by: Ludovic Courtès <ludo@gnu.org> 2024-01-01nls: Update translations.Florian Pelz Change-Id: Ib407fd37896cc8653f5bfb1f76dba9dc775c8c10 2023-12-01nls: Update translations.Florian Pelz * po/guix/ca.po: New file. * po/guix/LINGUAS: Add ca.$ Change-Id: Ibae3f58ba702d7c5a4fafdd59a19f70aa8e18212 2023-10-31nls: Update translations.Florian Pelz Change-Id: I432aec0ea31ead192d6444c96dc42038f5c7ab9a 2023-10-05doc: Fix channel name typo.Nikolaos Chatzikonstantinou When the manual has "variant-personal-packages", it actually refers to the channel "variant-packages", as it is named so elsewhere. To correct this, I ran the command grep -r -l variant-personal-packages | xargs \ sed -i 's/variang-personal-packages/variant-packages/g' * doc/guix.texi (Specifying Additional Channels): Fix channel name typo. * po/doc/guix-manual.de.po: Fix channel name typo. * po/doc/guix-manual.es.po: Fix channel name typo. * po/doc/guix-manual.fr.po: Fix channel name typo. * po/doc/guix-manual.pt_BR.po: Fix channel name typo. * po/doc/guix-manual.ru.po: Fix channel name typo. * po/doc/guix-manual.zh_CN.po: Fix channel name typo. Signed-off-by: Nikolaos Chatzikonstantinou <nchatz314@gmail.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-09-30nls: Update translations.Florian Pelz 2023-08-31nls: Update translations.Florian Pelz 2023-07-31nls: Update translations.Florian Pelz 2023-06-30nls: Update translations.Florian Pelz * po/packages/ja.po: New file. * po/packages/LINGUAS: Add it. 2023-06-18Add 'guix locate'.Ludovic Courtès * guix/scripts/locate.scm, tests/guix-locate.sh: New files. * Makefile.am (MODULES): Add 'guix/scripts/locate.scm'. (SH_TESTS): Add 'tests/guix-locate.sh'. * po/guix/POTFILES.in: Add it. * doc/guix.texi (Invoking guix locate): New node. Co-authored-by: Antoine R. Dumont <antoine.romain.dumont@gmail.com> 2023-05-31nls: Update translation keys for guix gc.Remco van 't Veer * po/*/*.po (guix/scripts/gc.scm): Round MiBs in user feedback. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> 2023-05-31nls: Update translations.Florian Pelz * doc/guix-cookbook.texi (Top): Mention Slovak. 2023-04-08nls: Make sure gnu/home/services/*.scm files are translatable.Ludovic Courtès * po/guix/POTFILES.in: Add missing gnu/home/services/*.scm files.