diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 18:28:01 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 18:29:00 +0100 |
commit | 8391a99d089322a39cbacb1e6dc2979d8b2ef7c9 (patch) | |
tree | 5c13480aab59e6966dda6e10293f214e1c3157b9 /doc/local.mk | |
parent | d7e1c5acb3c8282c6a568d97ab164db82e33324f (diff) |
nls: Update translations.
* po/doc/guix-cookbook.pt_BR.po: New file.
* po/doc/local.mk: Add it.
* doc/local.mk: Add pt_BR cookbook.
Diffstat (limited to 'doc/local.mk')
-rw-r--r-- | doc/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/local.mk b/doc/local.mk index 9619971296..2f26cdceff 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -23,7 +23,7 @@ # If adding a language, update the following variables, and info_TEXINFOS. MANUAL_LANGUAGES = de es fa fi fr it ko pt_BR ru sk zh_CN -COOKBOOK_LANGUAGES = de es fa fi fr ko ru sk zh_Hans +COOKBOOK_LANGUAGES = de es fa fi fr ko pt_BR ru sk zh_Hans # Arg1: A list of languages codes. # Arg2: The file name stem. @@ -50,6 +50,7 @@ info_TEXINFOS = %D%/guix.texi \ %D%/guix-cookbook.fi.texi \ %D%/guix-cookbook.fr.texi \ %D%/guix-cookbook.ko.texi \ + %D%/guix-cookbook.pt_BR.texi \ %D%/guix-cookbook.ru.texi \ %D%/guix-cookbook.sk.texi \ %D%/guix-cookbook.zh_Hans.texi |