diff options
| author | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-02-28 16:06:40 +0100 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-02-28 17:05:36 +0100 |
| commit | 3c6bcbad213ad88e7574da14ed005a8b764e2d7e (patch) | |
| tree | 142241901c5a87ee5034479f17b859df5cd6dc4a /doc | |
| parent | 73ceab22af8c0c35b4f89d75740c6b745f8d9ba6 (diff) | |
nls: Update translations.
* po/doc/guix-cookbook.ru.po: New file.
* po/doc/local.mk: Add 'ru' cookbook.
* doc/local.mk: Add 'ru' cookbook.
* doc/htmlxref.cnf: Update URLs for cookbook.
* doc/build.scm (%cookbook-languages): Add 'ru'.
* doc/guix-cookbook.texi (Top): Mention 'ru' cookbook.
Change-Id: I5d59db90e23facbacd2b7ebe4a0847d0c44eb709
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build.scm | 2 | ||||
| -rw-r--r-- | doc/guix-cookbook.texi | 7 | ||||
| -rw-r--r-- | doc/htmlxref.cnf | 4 | ||||
| -rw-r--r-- | doc/local.mk | 3 |
4 files changed, 10 insertions, 6 deletions
diff --git a/doc/build.scm b/doc/build.scm index 7a2b562028b..fde0a192278 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" "ko" "pt_BR" "sk" "sv")) | 73 | '("de" "en" "fr" "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. |
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 789130528a7..d9b98a2ab3f 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi | |||
| @@ -68,13 +68,14 @@ This manual is also available in French (@pxref{Top,,, guix-cookbook.fr, | |||
| 68 | Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de, | 68 | Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de, |
| 69 | GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}), | 69 | GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}), |
| 70 | Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR, | 70 | Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR, |
| 71 | Livro de receitas do GNU Guix}), Slovak (@pxref{Top,,, guix-cookbook.sk, | 71 | Livro de receitas do GNU Guix}), Russian (@pxref{Top,,, guix-cookbook.ru, |
| 72 | GNU Guix Рецепты}), Slovak (@pxref{Top,,, guix-cookbook.sk, | ||
| 72 | Receptár GNU Guix}), and Swedish (@pxref{Top,,, guix-cookbook.sv, | 73 | Receptár GNU Guix}), and Swedish (@pxref{Top,,, guix-cookbook.sv, |
| 73 | Kokbok för GNU Guix}). If you would like to translate | 74 | Kokbok för GNU Guix}). If you would like to translate |
| 74 | this document in your native language, consider joining | 75 | this document in your native language, consider joining |
| 75 | @uref{https://translate.fedoraproject.org/projects/guix/documentation-cookbook, | 76 | @uref{https://translate.fedoraproject.org/projects/guix/documentation-cookbook, |
| 76 | Weblate} (@pxref{Translating Guix,,, guix, GNU Guix reference | 77 | Weblate} (@pxref{Translating Guix,,, guix, GNU Guix Reference |
| 77 | manual}). | 78 | Manual}). |
| 78 | 79 | ||
| 79 | @menu | 80 | @menu |
| 80 | * Scheme tutorials:: Meet your new favorite language! | 81 | * Scheme tutorials:: Meet your new favorite language! |
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index 34e1745e512..06bce87dd66 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 | ||
| 5 | htmlxrefversion=2025-01-22.18; # UTC | 5 | htmlxrefversion=2025-02-28.13; # UTC |
| 6 | 6 | ||
| 7 | # Copyright 2010-2020, 2022 Free Software Foundation, Inc. | 7 | # Copyright 2010-2020, 2022 Free Software Foundation, Inc. |
| 8 | # | 8 | # |
| @@ -441,6 +441,8 @@ GUIX_COOKBOOK = ${GUIX_ROOT}/cookbook | |||
| 441 | guix-cookbook.ko node ${GUIX_COOKBOOK}/ko/html_node/ | 441 | guix-cookbook.ko node ${GUIX_COOKBOOK}/ko/html_node/ |
| 442 | guix-cookbook.pt_BR mono ${GUIX_COOKBOOK}/pt-br/guix-cookbook.pt_BR.html | 442 | guix-cookbook.pt_BR mono ${GUIX_COOKBOOK}/pt-br/guix-cookbook.pt_BR.html |
| 443 | guix-cookbook.pt_BR node ${GUIX_COOKBOOK}/pt-br/html_node/ | 443 | guix-cookbook.pt_BR node ${GUIX_COOKBOOK}/pt-br/html_node/ |
| 444 | guix-cookbook.ru mono ${GUIX_COOKBOOK}/ru/guix-cookbook.ru.html | ||
| 445 | guix-cookbook.ru node ${GUIX_COOKBOOK}/ru/html_node/ | ||
| 444 | guix-cookbook.sk mono ${GUIX_COOKBOOK}/sk/guix-cookbook.sk.html | 446 | guix-cookbook.sk mono ${GUIX_COOKBOOK}/sk/guix-cookbook.sk.html |
| 445 | guix-cookbook.sk node ${GUIX_COOKBOOK}/sk/html_node/ | 447 | guix-cookbook.sk node ${GUIX_COOKBOOK}/sk/html_node/ |
| 446 | guix-cookbook.sv mono ${GUIX_COOKBOOK}/sv/guix-cookbook.sv.html | 448 | guix-cookbook.sv mono ${GUIX_COOKBOOK}/sv/guix-cookbook.sv.html |
diff --git a/doc/local.mk b/doc/local.mk index b81172939bf..4daea03cf77 100644 --- a/doc/local.mk +++ b/doc/local.mk | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | # If adding a language, update the following variables, and info_TEXINFOS. | 27 | # If adding a language, update the following variables, and info_TEXINFOS. |
| 28 | MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN | 28 | MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN |
| 29 | COOKBOOK_LANGUAGES = de fr ko pt_BR sk sv | 29 | COOKBOOK_LANGUAGES = de fr ko pt_BR ru sk sv |
| 30 | 30 | ||
| 31 | # Arg1: A list of languages codes. | 31 | # Arg1: A list of languages codes. |
| 32 | # Arg2: The file name stem. | 32 | # Arg2: The file name stem. |
| @@ -46,6 +46,7 @@ info_TEXINFOS = %D%/guix.texi \ | |||
| 46 | %D%/guix-cookbook.fr.texi \ | 46 | %D%/guix-cookbook.fr.texi \ |
| 47 | %D%/guix-cookbook.ko.texi \ | 47 | %D%/guix-cookbook.ko.texi \ |
| 48 | %D%/guix-cookbook.pt_BR.texi \ | 48 | %D%/guix-cookbook.pt_BR.texi \ |
| 49 | %D%/guix-cookbook.ru.texi \ | ||
| 49 | %D%/guix-cookbook.sk.texi \ | 50 | %D%/guix-cookbook.sk.texi \ |
| 50 | %D%/guix-cookbook.sv.texi | 51 | %D%/guix-cookbook.sv.texi |
| 51 | 52 | ||
