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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/build.scm') 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 %manual-languages (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. -- cgit v1.2.3