[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)
- branch master updated (209a3274f8 -> be84fb701b), guix-commits, 2022/03/02
- 01/08: shell: Disable caching when '-p' is passed., guix-commits, 2022/03/02
- 08/08: doc: Publish the Slovak translation of the cookbook.,
guix-commits <=
- 04/08: gnu: texlive-latex-listings: Rename to "texlive-listings"., guix-commits, 2022/03/02
- 03/08: gnu: texlive-latex-pgf: Rename to "texlive-pgf"., guix-commits, 2022/03/02
- 06/08: doc: Add "Using TeX and LaTeX" chapter., guix-commits, 2022/03/02
- 02/08: gnu: texlive-bin: Skip faulty tests on armhf-linux., guix-commits, 2022/03/02
- 05/08: gnu: texlive-latex-wrapfig: Rename to "texlive-wrapfig"., guix-commits, 2022/03/02
- 07/08: gnu: hypre: Remove input labels., guix-commits, 2022/03/02