diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-06-02 18:34:06 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-06-03 00:27:12 +0200 |
commit | 834a4195241806784d4b321b95f06d85f458ce18 (patch) | |
tree | 68c6d9389609b9b734995add61858b6e7c464efd /doc/local.mk | |
parent | 368e58afcb3b363098e52907c1ea9a385566f7d4 (diff) |
nls: Update translations.
* po/doc/guix-cookbook.sv.po: New file.
* po/doc/local.mk: Add 'sv' cookbook.
* po/doc/po4a.cfg (po4a_langs): Add 'sv'.
* doc/local.mk: Add 'sv' cookbook.
* doc/htmlxref.cnf: Update URLs for cookbook.
* doc/build.scm (%cookbook-languages): Add 'sv'.
* doc/guix-cookbook.texi (Top): Mention 'sv' cookbook.
Change-Id: Ibfeb7254f583f1c8827e8c2756bbb02880bcba46
Diffstat (limited to 'doc/local.mk')
-rw-r--r-- | doc/local.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/local.mk b/doc/local.mk index 389ca098bd..b81172939b 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -26,7 +26,7 @@ # If adding a language, update the following variables, and info_TEXINFOS. MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN -COOKBOOK_LANGUAGES = de fr ko pt_BR sk +COOKBOOK_LANGUAGES = de fr ko pt_BR sk sv # Arg1: A list of languages codes. # Arg2: The file name stem. @@ -46,7 +46,8 @@ info_TEXINFOS = %D%/guix.texi \ %D%/guix-cookbook.fr.texi \ %D%/guix-cookbook.ko.texi \ %D%/guix-cookbook.pt_BR.texi \ - %D%/guix-cookbook.sk.texi + %D%/guix-cookbook.sk.texi \ + %D%/guix-cookbook.sv.texi %C%_guix_TEXINFOS = \ %D%/contributing.texi \ |