fd / language-zh_hans_cn
简体中文
100.0.28
2017-06-26 06:04 UTC
Requires
- magento/framework: ~100.0
README
##安装(Composer)
* Require via Composer CLI $ composer require fd/language-zh_hans_cn
* Upgrade Magento installation $ php bin/magento setup:upgrade
* Clear Magento cache$ php bin/magento cache:clean
* Deploy Static Content $ php bin/magento setup:static-content:deploy zh_Hans_CN
##源代码控制安装(Composer VCS)
* composer config repositories.language-zh_hans_cn vcs https://github.com/4dhk/Magento2Language-zh_Hans_CN.git
* composer require fd/language-zh_hans_cn
* php bin/magento cache:clean
* If necessary, Deploy Static Content $ php bin/magento setup:static-content:deploy zh_Hans_CN