From be84fb701bf7a36a0eb50147ccbb988aa3f41209 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 2 Mar 2022 19:20:14 +0100 Subject: doc: Publish the Slovak translation of the cookbook. * doc/build.scm (%languages): Add "sk" for "guix-cookbook" (it's currently at 57%). --- doc/build.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3