mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 08:30:39 +02:00
nls: Update translations.
* po/guix/kab.po: New file. * po/guix/LINGUAS: Add 'kab'. * po/doc/guix-cookbook.es.po: New file. * po/doc/local.mk: Add 'es' cookbook. * doc/local.mk: Add 'es' cookbook. * doc/htmlxref.cnf: Update URLs for cookbook. * doc/build.scm (%cookbook-languages): Add 'es'. * doc/guix-cookbook.texi (Top): Mention 'es' cookbook. Change-Id: I795563ee78c930248ff860a03d9ce970099429da
This commit is contained in:
parent
9884b1358a
commit
1678ebf86d
30 changed files with 205456 additions and 119617 deletions
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
(define %cookbook-languages
|
(define %cookbook-languages
|
||||||
;; Available translations for the 'guix-cookbook' text domain.
|
;; Available translations for the 'guix-cookbook' text domain.
|
||||||
'("de" "en" "fr" "ko" "pt_BR" "ru" "sk" "sv"))
|
'("de" "en" "es" "fr" "ko" "pt_BR" "ru" "sk" "sv"))
|
||||||
|
|
||||||
(define %languages
|
(define %languages
|
||||||
;; Available translations for the document being built.
|
;; Available translations for the document being built.
|
||||||
|
|
|
@ -68,6 +68,7 @@ its API, and related concepts.
|
||||||
This manual is also available in French (@pxref{Top,,, guix-cookbook.fr,
|
This manual is also available in French (@pxref{Top,,, guix-cookbook.fr,
|
||||||
Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de,
|
Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de,
|
||||||
GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}),
|
GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}),
|
||||||
|
Spanish (@pxref{Top,,, guix-cookbook.es, Libro de recetas de GNU Guix}),
|
||||||
Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR,
|
Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR,
|
||||||
Livro de receitas do GNU Guix}), Russian (@pxref{Top,,, guix-cookbook.ru,
|
Livro de receitas do GNU Guix}), Russian (@pxref{Top,,, guix-cookbook.ru,
|
||||||
GNU Guix Рецепты}), Slovak (@pxref{Top,,, guix-cookbook.sk,
|
GNU Guix Рецепты}), Slovak (@pxref{Top,,, guix-cookbook.sk,
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual.
|
# Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual.
|
||||||
# Further modified by Tomas Volf <~@wolfsden.cz>.
|
# Further modified by Tomas Volf <~@wolfsden.cz>.
|
||||||
|
|
||||||
htmlxrefversion=2025-02-28.13; # UTC
|
htmlxrefversion=2025-04-30.22; # UTC
|
||||||
|
|
||||||
# Copyright 2010-2020, 2022 Free Software Foundation, Inc.
|
# Copyright 2010-2020, 2022 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
|
@ -435,6 +435,8 @@ GUIX = ${GUIX_ROOT}/manual
|
||||||
GUIX_COOKBOOK = ${GUIX_ROOT}/cookbook
|
GUIX_COOKBOOK = ${GUIX_ROOT}/cookbook
|
||||||
guix-cookbook.de mono ${GUIX_COOKBOOK}/de/guix-cookbook.de.html
|
guix-cookbook.de mono ${GUIX_COOKBOOK}/de/guix-cookbook.de.html
|
||||||
guix-cookbook.de node ${GUIX_COOKBOOK}/de/html_node/
|
guix-cookbook.de node ${GUIX_COOKBOOK}/de/html_node/
|
||||||
|
guix-cookbook.es mono ${GUIX_COOKBOOK}/es/guix-cookbook.de.html
|
||||||
|
guix-cookbook.es node ${GUIX_COOKBOOK}/es/html_node/
|
||||||
guix-cookbook.fr mono ${GUIX_COOKBOOK}/fr/guix-cookbook.fr.html
|
guix-cookbook.fr mono ${GUIX_COOKBOOK}/fr/guix-cookbook.fr.html
|
||||||
guix-cookbook.fr node ${GUIX_COOKBOOK}/fr/html_node/
|
guix-cookbook.fr node ${GUIX_COOKBOOK}/fr/html_node/
|
||||||
guix-cookbook.ko mono ${GUIX_COOKBOOK}/ko/guix-cookbook.ko.html
|
guix-cookbook.ko mono ${GUIX_COOKBOOK}/ko/guix-cookbook.ko.html
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
# If adding a language, update the following variables, and info_TEXINFOS.
|
# If adding a language, update the following variables, and info_TEXINFOS.
|
||||||
MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN
|
MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN
|
||||||
COOKBOOK_LANGUAGES = de fr ko pt_BR ru sk sv
|
COOKBOOK_LANGUAGES = de es fr ko pt_BR ru sk sv
|
||||||
|
|
||||||
# Arg1: A list of languages codes.
|
# Arg1: A list of languages codes.
|
||||||
# Arg2: The file name stem.
|
# Arg2: The file name stem.
|
||||||
|
@ -43,6 +43,7 @@ info_TEXINFOS = %D%/guix.texi \
|
||||||
%D%/guix.zh_CN.texi \
|
%D%/guix.zh_CN.texi \
|
||||||
%D%/guix-cookbook.texi \
|
%D%/guix-cookbook.texi \
|
||||||
%D%/guix-cookbook.de.texi \
|
%D%/guix-cookbook.de.texi \
|
||||||
|
%D%/guix-cookbook.es.texi \
|
||||||
%D%/guix-cookbook.fr.texi \
|
%D%/guix-cookbook.fr.texi \
|
||||||
%D%/guix-cookbook.ko.texi \
|
%D%/guix-cookbook.ko.texi \
|
||||||
%D%/guix-cookbook.pt_BR.texi \
|
%D%/guix-cookbook.pt_BR.texi \
|
||||||
|
|
File diff suppressed because it is too large
Load diff
8754
po/doc/guix-cookbook.es.po
Normal file
8754
po/doc/guix-cookbook.es.po
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
34934
po/doc/guix-manual.de.po
34934
po/doc/guix-manual.de.po
File diff suppressed because one or more lines are too long
34750
po/doc/guix-manual.es.po
34750
po/doc/guix-manual.es.po
File diff suppressed because one or more lines are too long
35331
po/doc/guix-manual.fr.po
35331
po/doc/guix-manual.fr.po
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -29,6 +29,7 @@ DOC_PO_FILES = \
|
||||||
|
|
||||||
DOC_COOKBOOK_PO_FILES = \
|
DOC_COOKBOOK_PO_FILES = \
|
||||||
%D%/guix-cookbook.de.po \
|
%D%/guix-cookbook.de.po \
|
||||||
|
%D%/guix-cookbook.es.po \
|
||||||
%D%/guix-cookbook.fr.po \
|
%D%/guix-cookbook.fr.po \
|
||||||
%D%/guix-cookbook.ko.po \
|
%D%/guix-cookbook.ko.po \
|
||||||
%D%/guix-cookbook.pt_BR.po \
|
%D%/guix-cookbook.pt_BR.po \
|
||||||
|
|
|
@ -18,6 +18,7 @@ it
|
||||||
lt
|
lt
|
||||||
ja
|
ja
|
||||||
ka
|
ka
|
||||||
|
kab
|
||||||
ko
|
ko
|
||||||
nl
|
nl
|
||||||
oc
|
oc
|
||||||
|
|
2279
po/guix/es.po
2279
po/guix/es.po
File diff suppressed because it is too large
Load diff
823
po/guix/fi.po
823
po/guix/fi.po
File diff suppressed because it is too large
Load diff
751
po/guix/fr.po
751
po/guix/fr.po
File diff suppressed because it is too large
Load diff
1554
po/guix/it.po
1554
po/guix/it.po
File diff suppressed because it is too large
Load diff
11290
po/guix/kab.po
Normal file
11290
po/guix/kab.po
Normal file
File diff suppressed because it is too large
Load diff
732
po/guix/pt_BR.po
732
po/guix/pt_BR.po
File diff suppressed because it is too large
Load diff
1650
po/guix/sv.po
1650
po/guix/sv.po
File diff suppressed because it is too large
Load diff
5395
po/guix/tr.po
5395
po/guix/tr.po
File diff suppressed because it is too large
Load diff
6229
po/packages/es.po
6229
po/packages/es.po
File diff suppressed because it is too large
Load diff
67734
po/packages/it.po
67734
po/packages/it.po
File diff suppressed because it is too large
Load diff
18120
po/packages/pt_BR.po
18120
po/packages/pt_BR.po
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue