civodul pushed a commit to branch master
in repository guix.
commit 0be722a0b566e8928bed3cca230ef6527dd98345
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Nov 15 12:16:11 2022 +0100
doc: Build pt_BR manual.
* doc/build.scm (%manual-languages): Add "pt_BR".
---
doc/build.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/build.scm b/doc/build.scm
index 7d0db8621f..8b8eed639f 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -66,7 +66,7 @@
(define %manual-languages
;; Available translations for the 'guix-manual' text domain.
- '("de" "en" "es" "fr" "ru" "zh_CN"))
+ '("de" "en" "es" "fr" "pt_BR" "ru" "zh_CN"))
(define %cookbook-languages
;; Available translations for the 'guix-cookbook' text domain.