diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-08-04 14:37:11 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-08-04 14:49:53 +0200 |
commit | 6c10c96fedf707d7be059aeb79bd5c8e2d2fa210 (patch) | |
tree | e4c64ca4582404c4f44f89022c15f65eb28d6df2 /doc | |
parent | a715e93a095a413a7f09d41ae5b315be39a9abda (diff) |
nls: Update translations.
* po/doc/guix-cookbook.ru.po: New file.
* po/doc/guix-cookbook.sk.po: New file.
* po/*/*.po: Update translations.
* doc/local.mk (COOKBOOK_LANGUAGES): Add ru and sk.
(info_TEXINFOS): Add Russian and Slovak cookbooks.
* po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add Russian and Slovak po
files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/local.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/local.mk b/doc/local.mk index 34321d6656..8340b75a87 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 fr it ko pt_BR ru sk zh_CN -COOKBOOK_LANGUAGES = de fa fr ko zh_Hans +COOKBOOK_LANGUAGES = de fa fr ko ru sk zh_Hans # Arg1: A list of languages codes. # Arg2: The file name stem. @@ -47,6 +47,8 @@ info_TEXINFOS = %D%/guix.texi \ %D%/guix-cookbook.fa.texi \ %D%/guix-cookbook.fr.texi \ %D%/guix-cookbook.ko.texi \ + %D%/guix-cookbook.ru.texi \ + %D%/guix-cookbook.sk.texi \ %D%/guix-cookbook.zh_Hans.texi %C%_guix_TEXINFOS = \ |