guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: doc: Publish the Slovak translation of the cookbook.


From: guix-commits
Subject: 08/08: doc: Publish the Slovak translation of the cookbook.
Date: Wed, 2 Mar 2022 13:27:08 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit be84fb701bf7a36a0eb50147ccbb988aa3f41209
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 2 19:20:14 2022 +0100

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]