summaryrefslogtreecommitdiff
path: root/doc/build.scm
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2025-07-10 11:08:24 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2025-07-10 18:43:09 +0200
commit13cd6c9a1386533e62780c19a8eb57d01ef4eea8 (patch)
treeffc11940a7506c05ee458e9dc1e33b4f9f07e598 /doc/build.scm
parenteb0acce967666babf859d77b1f16ae3d9f4fb0ae (diff)
nls: Update translations.
* po/doc/guix-cookbook.it.po: New file. * po/doc/guix-manual.it.po: New file. * po/doc/local.mk: Add 'it' manual, cookbook. * po/doc/po4a.cfg (po4a_langs): Add 'it'. * po/guix/el.po: New file. * po/guix/LINGUAS: Add 'el'. * doc/local.mk: Add 'it' manual, cookbook. * doc/htmlxref.cnf: Update URLs for manual, cookbook. * doc/build.scm (%cookbook-languages, %manual-languages): Add 'it'. * doc/guix.texi (Top): Mention 'it' manual. * doc/guix-cookbook.texi (Top): Mention 'it' cookbook. Change-Id: I46023fa4b2dbe9db5227292823b4df9e41c3cee0
Diffstat (limited to 'doc/build.scm')
-rw-r--r--doc/build.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build.scm b/doc/build.scm
index d38e41cbf7b..fa71b8cde77 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -66,11 +66,11 @@
66 66
67(define %manual-languages 67(define %manual-languages
68 ;; Available translations for the 'guix-manual' text domain. 68 ;; Available translations for the 'guix-manual' text domain.
69 '("de" "en" "es" "fr" "pt_BR" "ru" "zh_CN")) 69 '("de" "en" "es" "fr" "it" "pt_BR" "ru" "zh_CN"))
70 70
71(define %cookbook-languages 71(define %cookbook-languages
72 ;; Available translations for the 'guix-cookbook' text domain. 72 ;; Available translations for the 'guix-cookbook' text domain.
73 '("de" "en" "es" "fr" "ko" "pt_BR" "ru" "sk" "sv")) 73 '("de" "en" "es" "fr" "it" "ko" "pt_BR" "ru" "sk" "sv"))
74 74
75(define %languages 75(define %languages
76 ;; Available translations for the document being built. 76 ;; Available translations for the document being built.