summaryrefslogtreecommitdiff
path: root/doc/local.mk
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2024-04-01 00:54:32 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2024-04-01 14:09:20 +0200
commitfa98837b1d9586b9ca7bf77dae22c3bde0fc59b5 (patch)
tree846a9525d06700c3fef386421f9bbe83bb4d78c1 /doc/local.mk
parent6e2db85ca83528199a46b002d2592bd4bef017c8 (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/local.mk')
-rw-r--r--doc/local.mk3
1 files changed, 2 insertions, 1 deletions
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.
25MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN 25MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN
26COOKBOOK_LANGUAGES = de fr ko sk 26COOKBOOK_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 = \