summaryrefslogtreecommitdiff
path: root/doc/build.scm
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2025-02-28 16:06:40 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2025-02-28 17:05:36 +0100
commit3c6bcbad213ad88e7574da14ed005a8b764e2d7e (patch)
tree142241901c5a87ee5034479f17b859df5cd6dc4a /doc/build.scm
parent73ceab22af8c0c35b4f89d75740c6b745f8d9ba6 (diff)
nls: Update translations.
* po/doc/guix-cookbook.ru.po: New file. * po/doc/local.mk: Add 'ru' cookbook. * doc/local.mk: Add 'ru' cookbook. * doc/htmlxref.cnf: Update URLs for cookbook. * doc/build.scm (%cookbook-languages): Add 'ru'. * doc/guix-cookbook.texi (Top): Mention 'ru' cookbook. Change-Id: I5d59db90e23facbacd2b7ebe4a0847d0c44eb709
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 7a2b562028..fde0a19227 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" "sk" "sv"))
+ '("de" "en" "fr" "ko" "pt_BR" "ru" "sk" "sv"))
(define %languages
;; Available translations for the document being built.