3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Build the French HTML cookbook.

* doc/build.scm (%languages): Add 'fr' cookbook translation.
This commit is contained in:
Julien Lepiller 2021-04-18 16:48:53 +02:00
parent 8fc4460889
commit fef2f08bc6
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -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)