fd/language-zh_hans_cn

简体中文

安装: 117

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 4

分支: 0

开放问题: 0

类型:magento2-language

100.0.28 2017-06-26 06:04 UTC

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