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 @@ (define %manual "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)