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