1 Star 0 Fork 0

GDTang1220 / magento-2.3-chinese-language-pack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
HOW-TO-CONTRIBUTE.md 2.21 KB
一键复制 编辑 原始数据 按行查看 历史
GD Tang 提交于 2019-11-04 02:47 . Version 1.0

How to contribute Chinese Language pack

In this tutorial, I will show you how to contribute Chinese language pack

Step 1: Download

First of all, you should fork the repo. In the top-right corner of the page, click Fork. fork

Step 2: Update github_contributions.csv

Let's me explain the workflow:

  • It will automatically pull translated strings from Crowdin daily.

  • github_contributions.csv has been contributed by Mageplaza and Magento community.

  • We will merge github_contributions.csv with zh_Hans_CN.csv. Your Magento 2 store will use this csv file.

So, you should contribute to github_contributions.csv file.

How to edit file github_contributions.csv

The github_contributions.csv is saparated line by line, see:

"Create Order","Crear pedido",module,Magento_AdvancedCheckout
  • "Create Order": Original string
  • "Crear pedido": Translated string
  • module: declare module syntax
  • Magento_AdvancedCheckout: module scope (only translate in this module)

Fom the begining, github_contributions.csv is empty, you guys should add more translations into it.

Suggestions

  • You can copy any part of zh_Hans_CN.csv and paste to github_contributions.csv then translate it.
  • Please do not copy all lines in zh_Hans_CN.csv, we will not approve it in this case.

Step 3: Contribute

  • Now time to contribute, commit your work to this repo.
  • After committing, it will ask you to create a pull request, so please create a pull request, we will check and approve it.

You can install this language package via composer and other people can install / contribute this language pack.

Contact us if we miss your pull request(s).

Happy translating!

PHP
1
https://gitee.com/kwanshing/magento-2.3-chinese-language-pack.git
git@gitee.com:kwanshing/magento-2.3-chinese-language-pack.git
kwanshing
magento-2.3-chinese-language-pack
magento-2.3-chinese-language-pack
master

搜索帮助