diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-11-15 12:16:11 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-15 12:16:44 +0100 |
commit | 0be722a0b566e8928bed3cca230ef6527dd98345 (patch) | |
tree | 65dfd0f9fb11540d4b08159a86d5a4c246011a5e /doc/build.scm | |
parent | 8162d207b1a1052d4dc0cd510b28bb2f4af17c44 (diff) |
doc: Build pt_BR manual.
* doc/build.scm (%manual-languages): Add "pt_BR".
Diffstat (limited to 'doc/build.scm')
-rw-r--r-- | doc/build.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |