diff options
| author | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-04-01 00:54:32 +0200 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-04-01 14:09:20 +0200 |
| commit | fa98837b1d9586b9ca7bf77dae22c3bde0fc59b5 (patch) | |
| tree | 846a9525d06700c3fef386421f9bbe83bb4d78c1 /doc | |
| parent | 6e2db85ca83528199a46b002d2592bd4bef017c8 (diff) | |
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build.scm | 2 | ||||
| -rw-r--r-- | doc/guix-cookbook.texi | 8 | ||||
| -rw-r--r-- | doc/htmlxref.cnf | 6 | ||||
| -rw-r--r-- | doc/local.mk | 3 |
4 files changed, 13 insertions, 6 deletions
diff --git a/doc/build.scm b/doc/build.scm index 9ab2ca32d26..20d66246530 100644 --- a/doc/build.scm +++ b/doc/build.scm | |||
| @@ -70,7 +70,7 @@ | |||
| 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" "fr" "sk")) | 73 | '("de" "en" "fr" "ko" "pt_BR" "sk")) |
| 74 | 74 | ||
| 75 | (define %languages | 75 | (define %languages |
| 76 | ;; Available translations for the document being built. | 76 | ;; Available translations for the document being built. |
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index ae5abecf39b..62efc73fc33 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi | |||
| @@ -64,9 +64,11 @@ its API, and related concepts. | |||
| 64 | @c how to join your own translation team and how to report issues with the | 64 | @c how to join your own translation team and how to report issues with the |
| 65 | @c translation. | 65 | @c translation. |
| 66 | This manual is also available in French (@pxref{Top,,, guix-cookbook.fr, | 66 | This manual is also available in French (@pxref{Top,,, guix-cookbook.fr, |
| 67 | Livre de recettes de GNU Guix}), German (@pxref{Top,,, | 67 | Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de, |
| 68 | guix-cookbook.de, GNU-Guix-Kochbuch}) and Slovak (@pxref{Top,,, | 68 | GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}), |
| 69 | guix-cookbook.sk, Receptár GNU Guix}). If you would like to translate | 69 | Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR, |
| 70 | Livro de Receitas do GNU Guix}) and Slovak (@pxref{Top,,, guix-cookbook.sk, | ||
| 71 | Receptár GNU Guix}). If you would like to translate | ||
| 70 | this document in your native language, consider joining | 72 | this document in your native language, consider joining |
| 71 | @uref{https://translate.fedoraproject.org/projects/guix/documentation-cookbook, | 73 | @uref{https://translate.fedoraproject.org/projects/guix/documentation-cookbook, |
| 72 | Weblate} (@pxref{Translating Guix,,, guix, GNU Guix reference | 74 | Weblate} (@pxref{Translating Guix,,, guix, GNU Guix reference |
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index d8a7aa12c98..73a53e9551e 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # htmlxref.cnf - reference file for free Texinfo manuals on the web. | 1 | # htmlxref.cnf - reference file for free Texinfo manuals on the web. |
| 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 | 3 | ||
| 4 | htmlxrefversion=2022-12-18.15; # UTC | 4 | htmlxrefversion=2024-03-31.22; # UTC |
| 5 | 5 | ||
| 6 | # Copyright 2010-2020, 2022 Free Software Foundation, Inc. | 6 | # Copyright 2010-2020, 2022 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| @@ -436,6 +436,10 @@ GUIX_COOKBOOK = ${GUIX_ROOT}/cookbook | |||
| 436 | guix-cookbook.de node ${GUIX_COOKBOOK}/de/html_node/ | 436 | guix-cookbook.de node ${GUIX_COOKBOOK}/de/html_node/ |
| 437 | guix-cookbook.fr mono ${GUIX_COOKBOOK}/fr/guix-cookbook.fr.html | 437 | guix-cookbook.fr mono ${GUIX_COOKBOOK}/fr/guix-cookbook.fr.html |
| 438 | guix-cookbook.fr node ${GUIX_COOKBOOK}/fr/html_node/ | 438 | guix-cookbook.fr node ${GUIX_COOKBOOK}/fr/html_node/ |
| 439 | guix-cookbook.ko mono ${GUIX_COOKBOOK}/ko/guix-cookbook.ko.html | ||
| 440 | guix-cookbook.ko node ${GUIX_COOKBOOK}/ko/html_node/ | ||
| 441 | guix-cookbook.pt_BR mono ${GUIX_COOKBOOK}/pt-br/guix-cookbook.pt_BR.html | ||
| 442 | guix-cookbook.pt_BR node ${GUIX_COOKBOOK}/pt-br/html_node/ | ||
| 439 | guix-cookbook.sk mono ${GUIX_COOKBOOK}/sk/guix-cookbook.sk.html | 443 | guix-cookbook.sk mono ${GUIX_COOKBOOK}/sk/guix-cookbook.sk.html |
| 440 | guix-cookbook.sk node ${GUIX_COOKBOOK}/sk/html_node/ | 444 | guix-cookbook.sk node ${GUIX_COOKBOOK}/sk/html_node/ |
| 441 | guix-cookbook mono ${GUIX_COOKBOOK}/en/guix-cookbook.html | 445 | guix-cookbook mono ${GUIX_COOKBOOK}/en/guix-cookbook.html |
diff --git a/doc/local.mk b/doc/local.mk index 97f0c3a92ad..0ff317a19e1 100644 --- a/doc/local.mk +++ b/doc/local.mk | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | # If adding a language, update the following variables, and info_TEXINFOS. | 24 | # If adding a language, update the following variables, and info_TEXINFOS. |
| 25 | MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN | 25 | MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN |
| 26 | COOKBOOK_LANGUAGES = de fr ko sk | 26 | COOKBOOK_LANGUAGES = de fr ko pt_BR sk |
| 27 | 27 | ||
| 28 | # Arg1: A list of languages codes. | 28 | # Arg1: A list of languages codes. |
| 29 | # Arg2: The file name stem. | 29 | # Arg2: The file name stem. |
| @@ -42,6 +42,7 @@ info_TEXINFOS = %D%/guix.texi \ | |||
| 42 | %D%/guix-cookbook.de.texi \ | 42 | %D%/guix-cookbook.de.texi \ |
| 43 | %D%/guix-cookbook.fr.texi \ | 43 | %D%/guix-cookbook.fr.texi \ |
| 44 | %D%/guix-cookbook.ko.texi \ | 44 | %D%/guix-cookbook.ko.texi \ |
| 45 | %D%/guix-cookbook.pt_BR.texi \ | ||
| 45 | %D%/guix-cookbook.sk.texi | 46 | %D%/guix-cookbook.sk.texi |
| 46 | 47 | ||
| 47 | %C%_guix_TEXINFOS = \ | 48 | %C%_guix_TEXINFOS = \ |
