summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2026-07-04 13:09:22 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2026-07-04 18:13:34 +0200
commitb0bcb0055c08c36175a056a2724d9e2557a08558 (patch)
tree5d24de6a2f3858578278381d191a27dcd2dc216e /doc
parent6b04cd9533c49ae18f82f382dfcb663dd62fc758 (diff)
nls: Update translations.
* po/doc/guix-cookbook.ta.po: Delete file, as it is based on clearly low-quality machine translation. * po/doc/local.mk: Remove 'ta' cookbook. * po/doc/po4a.cfg (po4a_langs): Remove 'ta'. * doc/local.mk: Remove 'ta' cookbook. * doc/htmlxref.cnf: Update URLs for cookbook. * doc/build.scm (%cookbook-languages): Remove 'ta'. (html-manual-indexes)<language-index>: Do not hide PDF for 'ta'. * doc/guix-cookbook.texi (Top): Do not mention 'ta' cookbook.$
Diffstat (limited to 'doc')
-rw-r--r--doc/build.scm4
-rw-r--r--doc/guix-cookbook.texi5
-rw-r--r--doc/htmlxref.cnf4
-rw-r--r--doc/local.mk1
4 files changed, 5 insertions, 9 deletions
diff --git a/doc/build.scm b/doc/build.scm
index 5d7983c8ffd..19b43d9b8b4 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -72,7 +72,7 @@
72 72
73(define %cookbook-languages 73(define %cookbook-languages
74 ;; Available translations for the 'guix-cookbook' text domain. 74 ;; Available translations for the 'guix-cookbook' text domain.
75 '("de" "en" "es" "fr" "it" "ko" "pt_BR" "ru" "sk" "sv" "ta" "zh_CN")) 75 '("de" "en" "es" "fr" "it" "ko" "pt_BR" "ru" "sk" "sv" "zh_CN"))
76 76
77(define %languages 77(define %languages
78 ;; Available translations for the document being built. 78 ;; Available translations for the document being built.
@@ -1320,7 +1320,7 @@ must be the Guix top-level source directory, from which PO files are taken."
1320 language)) 1320 language))
1321 ".html"))) 1321 ".html")))
1322 "HTML, entirely on one page")) 1322 "HTML, entirely on one page"))
1323 ,@(if (member language '("ko" "ru" "sk" "ta")) 1323 ,@(if (member language '("ko" "ru" "sk"))
1324 '() 1324 '()
1325 `((li (a (@ (href ,(string-append 1325 `((li (a (@ (href ,(string-append
1326 #$manual 1326 #$manual
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index dac75c111ca..7d863d84bfc 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -78,9 +78,8 @@ Italian (@pxref{Top,,, guix-cookbook.it, Ricettario di GNU Guix}),
78Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR, 78Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR,
79Livro de receitas do GNU Guix}), Russian (@pxref{Top,,, guix-cookbook.ru, 79Livro de receitas do GNU Guix}), Russian (@pxref{Top,,, guix-cookbook.ru,
80GNU Guix Рецепты}), Slovak (@pxref{Top,,, guix-cookbook.sk, 80GNU Guix Рецепты}), Slovak (@pxref{Top,,, guix-cookbook.sk,
81Receptár GNU Guix}), Swedish (@pxref{Top,,, guix-cookbook.sv, 81Receptár GNU Guix}), and Swedish (@pxref{Top,,, guix-cookbook.sv,
82Kokbok för GNU Guix}), and Tamil (@pxref{Top,,, guix-cookbook.ta, 82Kokbok för GNU Guix}). If you would like to translate
83GNU Guix கையேடு}). If you would like to translate
84this document in your native language, consider joining 83this document in your native language, consider joining
85@uref{https://translate.codeberg.org/projects/guix/documentation-cookbook, 84@uref{https://translate.codeberg.org/projects/guix/documentation-cookbook,
86Weblate} (@pxref{Translating Guix,,, guix, GNU Guix Reference 85Weblate} (@pxref{Translating Guix,,, guix, GNU Guix Reference
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf
index cd082538f11..2739202a8d0 100644
--- a/doc/htmlxref.cnf
+++ b/doc/htmlxref.cnf
@@ -2,7 +2,7 @@
2# Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. 2# Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual.
3# Further modified by Tomas Volf <~@wolfsden.cz>. 3# Further modified by Tomas Volf <~@wolfsden.cz>.
4 4
5htmlxrefversion=2026-02-23.07; # UTC 5htmlxrefversion=2026-07-04.11; # UTC
6 6
7# Override URLs of manuals provided by the Documentation Center. 7# Override URLs of manuals provided by the Documentation Center.
8 8
@@ -504,8 +504,6 @@ GUIX_COOKBOOK = ${GUIX_ROOT}/cookbook
504 guix-cookbook.sk node ${GUIX_COOKBOOK}/sk/html_node/ 504 guix-cookbook.sk node ${GUIX_COOKBOOK}/sk/html_node/
505 guix-cookbook.sv mono ${GUIX_COOKBOOK}/sv/guix-cookbook.sv.html 505 guix-cookbook.sv mono ${GUIX_COOKBOOK}/sv/guix-cookbook.sv.html
506 guix-cookbook.sv node ${GUIX_COOKBOOK}/sv/html_node/ 506 guix-cookbook.sv node ${GUIX_COOKBOOK}/sv/html_node/
507 guix-cookbook.ta mono ${GUIX_COOKBOOK}/ta/guix-cookbook.ta.html
508 guix-cookbook.ta node ${GUIX_COOKBOOK}/ta/html_node/
509 guix-cookbook mono ${GUIX_COOKBOOK}/en/guix-cookbook.html 507 guix-cookbook mono ${GUIX_COOKBOOK}/en/guix-cookbook.html
510 guix-cookbook node ${GUIX_COOKBOOK}/en/html_node/ 508 guix-cookbook node ${GUIX_COOKBOOK}/en/html_node/
511 guix-cookbook.zh_CN mono ${GUIX_COOKBOOK}/zh-cn/guix-cookbook.zh_CN.html 509 guix-cookbook.zh_CN mono ${GUIX_COOKBOOK}/zh-cn/guix-cookbook.zh_CN.html
diff --git a/doc/local.mk b/doc/local.mk
index 5a10e2e2bb9..07a1d73f83d 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -52,7 +52,6 @@ info_TEXINFOS = %D%/guix.texi \
52 %D%/guix-cookbook.ru.texi \ 52 %D%/guix-cookbook.ru.texi \
53 %D%/guix-cookbook.sk.texi \ 53 %D%/guix-cookbook.sk.texi \
54 %D%/guix-cookbook.sv.texi \ 54 %D%/guix-cookbook.sv.texi \
55 %D%/guix-cookbook.ta.texi \
56 %D%/guix-cookbook.zh_CN.texi 55 %D%/guix-cookbook.zh_CN.texi
57 56
58%C%_guix_TEXINFOS = \ 57%C%_guix_TEXINFOS = \