diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-03-02 19:20:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-03-02 19:26:16 +0100 |
commit | be84fb701bf7a36a0eb50147ccbb988aa3f41209 (patch) | |
tree | 9058aa2121c41a304bc1126b5fc2584d6c52448c /doc | |
parent | 96bc9420cb83b8a600cff3a2f3ec390802f648c6 (diff) | |
download | guix-be84fb701bf7a36a0eb50147ccbb988aa3f41209.tar.gz |
doc: Publish the Slovak translation of the cookbook.
* doc/build.scm (%languages): Add "sk" for "guix-cookbook" (it's currently at 57%).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.scm b/doc/build.scm index 47cff15985..9d79215b98 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -65,7 +65,7 @@ (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) |