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.
This commit is contained in:
Ludovic Courtès 2019-04-24 00:26:15 +02:00
parent 3068509ac1
commit de712e5286
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
4 changed files with 26268 additions and 15 deletions

View file

@ -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 \