diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-24 00:26:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-24 00:27:51 +0200 |
commit | de712e5286137c297de8270d3396b8daa9a93c66 (patch) | |
tree | ba61aaf669bc7f9b547df2b6ee56e11631a910b2 /po/doc | |
parent | 3068509ac12df6f2fc6e500019a4d8bbf75d32a2 (diff) | |
download | guix-de712e5286137c297de8270d3396b8daa9a93c66.tar guix-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/doc')
-rw-r--r-- | po/doc/local.mk | 9 |
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 \ |