summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-24 00:26:15 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-24 00:27:51 +0200
commitde712e5286137c297de8270d3396b8daa9a93c66 (patch)
treeba61aaf669bc7f9b547df2b6ee56e11631a910b2 /po
parent3068509ac12df6f2fc6e500019a4d8bbf75d32a2 (diff)
downloadpatches-de712e5286137c297de8270d3396b8daa9a93c66.tar
patches-de712e5286137c297de8270d3396b8daa9a93c66.tar.gz
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.
Diffstat (limited to 'po')
-rw-r--r--po/doc/local.mk9
1 files changed, 5 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
-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 \