diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 22:28:06 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 22:29:44 +0200 |
commit | 1eb26d0e07ad439c935b324c1ed858f50e9dcccd (patch) | |
tree | 87dc52592a0597ce3a1622eaeeddc8eda46ad048 /po/doc | |
parent | a209c597e2e4e030bbaeb449779b311736026aa1 (diff) | |
download | guix-1eb26d0e07ad439c935b324c1ed858f50e9dcccd.tar.gz |
nls: Fix Chinese cookbook inclusion.
* po/doc/local.mk: zh_Hans is for the cookbook, not the manual.
Diffstat (limited to 'po/doc')
-rw-r--r-- | po/doc/local.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk index 39805b6efe..a11c74e536 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -26,14 +26,14 @@ DOC_PO_FILES= \ %D%/guix-manual.pt_BR.po \ %D%/guix-manual.ru.po \ %D%/guix-manual.sk.po \ - %D%/guix-manual.zh_CN.po \ - %D%/guix-manual.zh_Hans.po + %D%/guix-manual.zh_CN.po DOC_COOKBOOK_PO_FILES= \ %D%/guix-cookbook.de.po \ %D%/guix-cookbook.fa.po \ %D%/guix-cookbook.fr.po \ - %D%/guix-cookbook.ko.po + %D%/guix-cookbook.ko.po \ + %D%/guix-cookbook.zh_Hans.po EXTRA_DIST = \ %D%/guix-manual.pot \ |