doc: Publish the Slovak translation of the cookbook.

* doc/build.scm (%languages): Add "sk" for "guix-cookbook" (it's
currently at 57%).
This commit is contained in:
Ludovic Courtès 2022-03-02 19:20:14 +01:00
parent 96bc9420cb
commit be84fb701b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -65,7 +65,7 @@ (define %manual
(define %languages
;; The cookbook is not translated in the same languages as the manual
(if (string=? %manual "guix-cookbook")
'("de" "en" "fr")
'("de" "en" "fr" "sk")
'("de" "en" "es" "fr" "ru" "zh_CN")))
(define (texinfo-manual-images source)