guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: nls: Fix Chinese cookbook inclusion.


From: guix-commits
Subject: branch master updated: nls: Fix Chinese cookbook inclusion.
Date: Sun, 18 Apr 2021 16:30:04 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1eb26d0  nls: Fix Chinese cookbook inclusion.
1eb26d0 is described below

commit 1eb26d0e07ad439c935b324c1ed858f50e9dcccd
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Apr 18 22:28:06 2021 +0200

    nls: Fix Chinese cookbook inclusion.
    
    * po/doc/local.mk: zh_Hans is for the cookbook, not the manual.
---
 po/doc/local.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/doc/local.mk b/po/doc/local.mk
index 39805b6..a11c74e 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 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]