diff options
| author | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-07-10 11:08:24 +0200 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-07-10 18:43:09 +0200 |
| commit | 13cd6c9a1386533e62780c19a8eb57d01ef4eea8 (patch) | |
| tree | ffc11940a7506c05ee458e9dc1e33b4f9f07e598 /doc | |
| parent | eb0acce967666babf859d77b1f16ae3d9f4fb0ae (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')
| -rw-r--r-- | doc/build.scm | 4 | ||||
| -rw-r--r-- | doc/guix-cookbook.texi | 1 | ||||
| -rw-r--r-- | doc/guix.texi | 1 | ||||
| -rw-r--r-- | doc/htmlxref.cnf | 6 | ||||
| -rw-r--r-- | doc/local.mk | 6 |
5 files changed, 13 insertions, 5 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 @@ (define %manual-languages ;; Available translations for the 'guix-manual' text domain. - '("de" "en" "es" "fr" "pt_BR" "ru" "zh_CN")) + '("de" "en" "es" "fr" "it" "pt_BR" "ru" "zh_CN")) (define %cookbook-languages ;; Available translations for the 'guix-cookbook' text domain. - '("de" "en" "es" "fr" "ko" "pt_BR" "ru" "sk" "sv")) + '("de" "en" "es" "fr" "it" "ko" "pt_BR" "ru" "sk" "sv")) (define %languages ;; Available translations for the document being built. diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index dd34f144fc8..b0567047033 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -69,6 +69,7 @@ This manual is also available in French (@pxref{Top,,, guix-cookbook.fr, Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de, GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}), Spanish (@pxref{Top,,, guix-cookbook.es, Libro de recetas de GNU Guix}), +Italian (@pxref{Top,,, guix-cookbook.it, Ricettario di GNU Guix}), Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR, Livro de receitas do GNU Guix}), Russian (@pxref{Top,,, guix-cookbook.ru, GNU Guix Рецепты}), Slovak (@pxref{Top,,, guix-cookbook.sk, diff --git a/doc/guix.texi b/doc/guix.texi index d2bb38971f5..aa6562e984c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -197,6 +197,7 @@ This manual is also available in Simplified Chinese (@pxref{Top,,, guix.zh_CN, GNU Guix参考手册}), French (@pxref{Top,,, guix.fr, Manuel de référence de GNU Guix}), German (@pxref{Top,,, guix.de, Referenzhandbuch zu GNU Guix}), Spanish (@pxref{Top,,, guix.es, Manual de referencia de GNU Guix}), +Italian (@pxref{Top,,, guix.it, Manuale di riferimento di GNU Guix}), Brazilian Portuguese (@pxref{Top,,, guix.pt_BR, Manual de referência do GNU Guix}), and Russian (@pxref{Top,,, guix.ru, Руководство GNU Guix}). If you would like to translate it in your native language, consider joining diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index 17c29c5f913..1f4c51ffda5 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -2,7 +2,7 @@ # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. # Further modified by Tomas Volf <~@wolfsden.cz>. -htmlxrefversion=2025-04-30.22; # UTC +htmlxrefversion=2025-07-10.09; # UTC # Copyright 2010-2020, 2022 Free Software Foundation, Inc. # @@ -423,6 +423,8 @@ GUIX = ${GUIX_ROOT}/manual guix.es node ${GUIX}/es/html_node/ guix.fr mono ${GUIX}/fr/guix.fr.html guix.fr node ${GUIX}/fr/html_node/ + guix.it mono ${GUIX}/it/guix.it.html + guix.it node ${GUIX}/it/html_node/ guix.pt_BR mono ${GUIX}/pt-br/guix.pt_BR.html guix.pt_BR node ${GUIX}/pt-br/html_node/ guix.ru mono ${GUIX}/ru/guix.ru.html @@ -439,6 +441,8 @@ GUIX_COOKBOOK = ${GUIX_ROOT}/cookbook guix-cookbook.es node ${GUIX_COOKBOOK}/es/html_node/ guix-cookbook.fr mono ${GUIX_COOKBOOK}/fr/guix-cookbook.fr.html guix-cookbook.fr node ${GUIX_COOKBOOK}/fr/html_node/ + guix-cookbook.it mono ${GUIX_COOKBOOK}/it/guix-cookbook.it.html + guix-cookbook.it node ${GUIX_COOKBOOK}/it/html_node/ guix-cookbook.ko mono ${GUIX_COOKBOOK}/ko/guix-cookbook.ko.html guix-cookbook.ko node ${GUIX_COOKBOOK}/ko/html_node/ guix-cookbook.pt_BR mono ${GUIX_COOKBOOK}/pt-br/guix-cookbook.pt_BR.html diff --git a/doc/local.mk b/doc/local.mk index b47e47f78c3..0082989b9f9 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -25,8 +25,8 @@ # along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. # If adding a language, update the following variables, and info_TEXINFOS. -MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN -COOKBOOK_LANGUAGES = de es fr ko pt_BR ru sk sv +MANUAL_LANGUAGES = de es fr it pt_BR ru zh_CN +COOKBOOK_LANGUAGES = de es fr it ko pt_BR ru sk sv # Arg1: A list of languages codes. # Arg2: The file name stem. @@ -38,6 +38,7 @@ info_TEXINFOS = %D%/guix.texi \ %D%/guix.de.texi \ %D%/guix.es.texi \ %D%/guix.fr.texi \ + %D%/guix.it.texi \ %D%/guix.pt_BR.texi \ %D%/guix.ru.texi \ %D%/guix.zh_CN.texi \ @@ -45,6 +46,7 @@ info_TEXINFOS = %D%/guix.texi \ %D%/guix-cookbook.de.texi \ %D%/guix-cookbook.es.texi \ %D%/guix-cookbook.fr.texi \ + %D%/guix-cookbook.it.texi \ %D%/guix-cookbook.ko.texi \ %D%/guix-cookbook.pt_BR.texi \ %D%/guix-cookbook.ru.texi \ |
