magentochile / magento2.2-traduccion-chile
Magento 2.2.0 西班牙语语言包 (es_CL)
Requires
- magento/framework: 101.0.*
This package is not auto-updated.
Last update: 2024-09-18 03:22:28 UTC
README
Magento 2 西班牙语语言包智利版 1.0.1
为 Magento 2.2.0 翻译 es_CL(智利西班牙语)
将 Magento 2 翻译为西班牙语。
查看文档:https://www.magentochile.cl/m2-spanish-language-pack.html
支持的版本
- Magento v2.2.0
链接
- 网站:https://www.magentochile.cl/
- Packagist:https://packagist.org.cn/packages/magentochile/magento2-traduccion-chile
- Github:https://github.com/magentochile/magento2-traduccion-chile/
- 官方版本:https://www.magentochile.cl/m2-spanish-language-pack.html
BUG Magento 2 #7502
由于某些奇怪的原因,很可能是 Magento 2 的一个错误,它无法更新购物车。它已经使用 es_CL 测试过,并且不会启动购物车的更新。
BUG #7502 的解决方案?目前,直到 Magento 2 修复 Bug #7502 为止,您应该在 vendor/magento/zendframework1/library/Zend/Locale/Data/es_419.xml 文件中添加以下内容,在 decimalFormats numberSystem="latn" 后面:
<decimalFormats numberSystem="latn">
<!-- Bug Magento 2 reported: https://github.com/magento/magento2/issues/7502 -->
<!-- This part is new -->
<decimalFormatLength>
<decimalFormat>
<pattern>#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength>
<!-- End of the added part -->
<!-- End Bug Magento 2 reported: https://github.com/magento/magento2/issues/7502 -->
官方版本
请注意,如果您想要更完整且适合智利国家的翻译,您可以购买 Magento Chile 的官方语言包,请访问:https://www.magentochile.cl/m2-spanish-language-pack.html
重要提示
此语言包仅包含翻译的框架(未翻译),您可安装后进行翻译 vendor/magentochile/magento2-traduccion-chile/es_CL.csv 文件。
安装
composer require magentochile/magento2.2-traduccion-chile dev-master
php bin/magento cache:clean