From fa98837b1d9586b9ca7bf77dae22c3bde0fc59b5 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Mon, 1 Apr 2024 00:54:32 +0200 Subject: nls: Update translations. * po/guix/ar.po: New file. * po/guix/LINGUAS: Add 'ar'. * po/doc/guix-cookbook.pt_BR.po: New file. * po/doc/local.mk: Add 'pt_BR' cookbook. * doc/local.mk: Add 'pt_BR' cookbook. * doc/htmlxref.cnf: Update URLs for cookbook. * doc/build.scm (%cookbook-languages): Add 'ko', 'pt_BR'. * doc/guix-cookbook.texi (Top): Mention 'ko', 'pt_BR' cookbook. Change-Id: Id1846ca100263b3fc1fa2ed52654c670270ee809 --- doc/build.scm | 2 +- doc/guix-cookbook.texi | 8 +++++--- doc/htmlxref.cnf | 6 +++++- doc/local.mk | 3 ++- 4 files changed, 13 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/build.scm b/doc/build.scm index 9ab2ca32d2..20d6624653 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -70,7 +70,7 @@ (define %cookbook-languages ;; Available translations for the 'guix-cookbook' text domain. - '("de" "en" "fr" "sk")) + '("de" "en" "fr" "ko" "pt_BR" "sk")) (define %languages ;; Available translations for the document being built. diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index ae5abecf39..62efc73fc3 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -64,9 +64,11 @@ its API, and related concepts. @c how to join your own translation team and how to report issues with the @c translation. 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}) and Slovak (@pxref{Top,,, -guix-cookbook.sk, Receptár GNU Guix}). If you would like to translate +Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de, +GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}), +Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR, +Livro de Receitas do GNU Guix}) and Slovak (@pxref{Top,,, guix-cookbook.sk, +Receptár GNU Guix}). If you would like to translate this document in your native language, consider joining @uref{https://translate.fedoraproject.org/projects/guix/documentation-cookbook, Weblate} (@pxref{Translating Guix,,, guix, GNU Guix reference diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index d8a7aa12c9..73a53e9551 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -1,7 +1,7 @@ # htmlxref.cnf - reference file for free Texinfo manuals on the web. # Modified by Ludovic Courtès for the GNU Guix manual. -htmlxrefversion=2022-12-18.15; # UTC +htmlxrefversion=2024-03-31.22; # UTC # Copyright 2010-2020, 2022 Free Software Foundation, Inc. # @@ -436,6 +436,10 @@ GUIX_COOKBOOK = ${GUIX_ROOT}/cookbook guix-cookbook.de node ${GUIX_COOKBOOK}/de/html_node/ guix-cookbook.fr mono ${GUIX_COOKBOOK}/fr/guix-cookbook.fr.html guix-cookbook.fr node ${GUIX_COOKBOOK}/fr/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 + guix-cookbook.pt_BR node ${GUIX_COOKBOOK}/pt-br/html_node/ guix-cookbook.sk mono ${GUIX_COOKBOOK}/sk/guix-cookbook.sk.html guix-cookbook.sk node ${GUIX_COOKBOOK}/sk/html_node/ guix-cookbook mono ${GUIX_COOKBOOK}/en/guix-cookbook.html diff --git a/doc/local.mk b/doc/local.mk index 97f0c3a92a..0ff317a19e 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -23,7 +23,7 @@ # If adding a language, update the following variables, and info_TEXINFOS. MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN -COOKBOOK_LANGUAGES = de fr ko sk +COOKBOOK_LANGUAGES = de fr ko pt_BR sk # Arg1: A list of languages codes. # Arg2: The file name stem. @@ -42,6 +42,7 @@ info_TEXINFOS = %D%/guix.texi \ %D%/guix-cookbook.de.texi \ %D%/guix-cookbook.fr.texi \ %D%/guix-cookbook.ko.texi \ + %D%/guix-cookbook.pt_BR.texi \ %D%/guix-cookbook.sk.texi %C%_guix_TEXINFOS = \ -- cgit v1.2.3