summary refs log tree commit diff
path: root/doc/build.scm
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2024-04-01 00:54:32 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2024-04-01 14:09:20 +0200
commitfa98837b1d9586b9ca7bf77dae22c3bde0fc59b5 (patch)
tree846a9525d06700c3fef386421f9bbe83bb4d78c1 /doc/build.scm
parent6e2db85ca83528199a46b002d2592bd4bef017c8 (diff)
downloadguix-fa98837b1d9586b9ca7bf77dae22c3bde0fc59b5.tar.gz
nls: Update translations.
* 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
Diffstat (limited to 'doc/build.scm')
-rw-r--r--doc/build.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.scm b/doc/build.scm
index 9ab2ca32d2..20d6624653 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" "sk"))
+  '("de" "en" "fr" "ko" "pt_BR" "sk"))
 
 (define %languages
   ;; Available translations for the document being built.