aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-04-18 16:48:53 +0200
committerJulien Lepiller <julien@lepiller.eu>2021-04-18 16:50:18 +0200
commitfef2f08bc640f78cc0a86fc7be3eccbc07b5e98c (patch)
treed26bb1f3266783bd9699c6c1a9d4a099622f750f
parent8fc446088974e749d3e71f888a76fefc4898f8aa (diff)
downloadguix-fef2f08bc640f78cc0a86fc7be3eccbc07b5e98c.tar
guix-fef2f08bc640f78cc0a86fc7be3eccbc07b5e98c.tar.gz
doc: Build the French HTML cookbook.
* doc/build.scm (%languages): Add 'fr' cookbook translation.
-rw-r--r--doc/build.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build.scm b/doc/build.scm
index e96df1991f..b338004b82 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -63,9 +63,9 @@
"guix"))
(define %languages
- ;; The cookbook is currently only translated into German.
+ ;; The cookbook is not translated in the same languages as the manual
(if (string=? %manual "guix-cookbook")
- '("de" "en")
+ '("de" "en" "fr")
'("de" "en" "es" "fr" "ru" "zh_CN")))
(define (texinfo-manual-images source)