diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-04-30 12:35:02 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-05-03 00:21:43 +0200 |
commit | 1678ebf86d213ca5918a0dcafbfa0e2e7b9d75c9 (patch) | |
tree | 92dbb77399526e3538c1fc73a4fd56896f864399 /doc/build.scm | |
parent | 9884b1358aac92a8870c5ed6eeca3e27bbf24b54 (diff) |
nls: Update translations.
* po/guix/kab.po: New file.
* po/guix/LINGUAS: Add 'kab'.
* po/doc/guix-cookbook.es.po: New file.
* po/doc/local.mk: Add 'es' cookbook.
* doc/local.mk: Add 'es' cookbook.
* doc/htmlxref.cnf: Update URLs for cookbook.
* doc/build.scm (%cookbook-languages): Add 'es'.
* doc/guix-cookbook.texi (Top): Mention 'es' cookbook.
Change-Id: I795563ee78c930248ff860a03d9ce970099429da
Diffstat (limited to 'doc/build.scm')
-rw-r--r-- | doc/build.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.scm b/doc/build.scm index fde0a19227..4fbaa0fa11 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -70,7 +70,7 @@ (define %cookbook-languages ;; Available translations for the 'guix-cookbook' text domain. - '("de" "en" "fr" "ko" "pt_BR" "ru" "sk" "sv")) + '("de" "en" "es" "fr" "ko" "pt_BR" "ru" "sk" "sv")) (define %languages ;; Available translations for the document being built. |