From de712e5286137c297de8270d3396b8daa9a93c66 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 24 Apr 2019 00:26:15 +0200 Subject: doc: Add Simplified Chinese translation. * doc/local.mk (info_TEXINFOS): Add guix.zh_CN.texi. (TRANSLATED_INFO): Add guix.zh_CN.texi and contributing.zh_CN.texi. * po/doc/local.mk (DOC_PO_FILES): Add guix-manual.zh_CN.po. * doc/contributing.zh_CN.texi, doc/guix.zh_CN.texi: New files. --- po/doc/local.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'po/doc') diff --git a/po/doc/local.mk b/po/doc/local.mk index 5dc6698370..6b51c2a071 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -16,10 +16,11 @@ # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . -DOC_PO_FILES= \ - %D%/guix-manual.es.po \ - %D%/guix-manual.de.po \ - %D%/guix-manual.fr.po +DOC_PO_FILES= \ + %D%/guix-manual.es.po \ + %D%/guix-manual.de.po \ + %D%/guix-manual.fr.po \ + %D%/guix-manual.zh_CN.po EXTRA_DIST = \ %D%/guix-manual.pot \ -- cgit v1.2.3