cubewebsites / magento2-language-en-gb
Magento2 英国语言包 (en_GB)
103.0.0
2021-04-28 14:42 UTC
Requires
- magento/framework: 100.*|101.*|102.*|103.*
README
分支问题是什么?
这个分支从原始版本创建出来主要有以下三个原因
- 原始版本无法安装
- 当它安装时,无法加载
- 当它加载时,发现由于某种原因,翻译的一半内容是法语!
除了修复上述问题外,我还更新了大量翻译以满足我的要求。
为什么包括第三方主题?
通常,主题包含在主题内部的翻译文件,大部分情况下工作正常。然而,对于传递给JS(Knockout)的主题翻译,Magento无法从主题文件夹中获取它们,因此需要将它们包含在语言包中。
安装
Composer方法
cd <your magento path>
composer require cubewebsites/magento2-language-en-gb:*
php bin/magento cache:clean
更新包
cd <your magento path>
composer update cubewebsites/magento2-language-en-gb
php bin/magento cache:clean
下载仓库方法
下载文件: https://github.com/cubewebsites/magento2-language-en-gb/archive/master.zip
cd <your magento path>
Create folder your-magento-path/app/i18n/cubewebsites/en_gb and extract zip into path.
php bin/magento cache:clean
贡献
请随时提交更新、纠正和其他第三方主题翻译,我会将它们添加进去。