mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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:
parent
96bc9420cb
commit
be84fb701b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ (define %manual
|
||||||
(define %languages
|
(define %languages
|
||||||
;; The cookbook is not translated in the same languages as the manual
|
;; The cookbook is not translated in the same languages as the manual
|
||||||
(if (string=? %manual "guix-cookbook")
|
(if (string=? %manual "guix-cookbook")
|
||||||
'("de" "en" "fr")
|
'("de" "en" "fr" "sk")
|
||||||
'("de" "en" "es" "fr" "ru" "zh_CN")))
|
'("de" "en" "es" "fr" "ru" "zh_CN")))
|
||||||
|
|
||||||
(define (texinfo-manual-images source)
|
(define (texinfo-manual-images source)
|
||||||
|
|
Loading…
Reference in a new issue