diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 03:45:44 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 13:18:08 +0200 |
commit | c3eaff8a2179e27e5a1c3ca61d333fabd348082b (patch) | |
tree | 33484a538a05dd40960a7dc05c2f9a04a8cc47ac /doc | |
parent | a36ffecfd764f1c4fec9dd6a404a7faa9f2a0a41 (diff) |
nls: Add Portuguese (Brazil) translation of the manual.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/local.mk b/doc/local.mk index 6e1390a6e2..41e6d6d92c 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -25,6 +25,7 @@ info_TEXINFOS = %D%/guix.texi \ %D%/guix.de.texi \ %D%/guix.es.texi \ %D%/guix.fr.texi \ + %D%/guix.pt_BR.texi \ %D%/guix.ru.texi \ %D%/guix.zh_CN.texi \ %D%/guix-cookbook.texi \ |