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 | |
| parent | 96bc9420cb83b8a600cff3a2f3ec390802f648c6 (diff) | |
doc: Publish the Slovak translation of the cookbook.
* doc/build.scm (%languages): Add "sk" for "guix-cookbook" (it's
currently at 57%).
| -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 47cff159854..9d79215b988 100644 --- a/doc/build.scm +++ b/doc/build.scm | |||
| @@ -65,7 +65,7 @@ | |||
| 65 | (define %languages | 65 | (define %languages |
| 66 | ;; The cookbook is not translated in the same languages as the manual | 66 | ;; The cookbook is not translated in the same languages as the manual |
| 67 | (if (string=? %manual "guix-cookbook") | 67 | (if (string=? %manual "guix-cookbook") |
| 68 | '("de" "en" "fr") | 68 | '("de" "en" "fr" "sk") |
| 69 | '("de" "en" "es" "fr" "ru" "zh_CN"))) | 69 | '("de" "en" "es" "fr" "ru" "zh_CN"))) |
| 70 | 70 | ||
| 71 | (define (texinfo-manual-images source) | 71 | (define (texinfo-manual-images source) |
