diff options
Diffstat (limited to 'doc/build.scm')
-rw-r--r-- | doc/build.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build.scm b/doc/build.scm index 63d8fd65de..564b0e1591 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) @@ -948,7 +948,7 @@ from SOURCE." (div (ul (li (a (@ (href "html_node")) - "HTML, with one page per node")) + "HTML, with a separate page per node")) (li (a (@ (href ,(string-append #$manual |