magentochile/magento2-traduccion-chile

Magento2 西班牙语语言包(es_CL)

dev-master 2017-10-27 01:30 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:21:52 UTC


README

Chile版本 1.0.0 的 Magento 2 西班牙语语言包

为 Magento 2 提供的西班牙语翻译。翻译 es_CL(智利西班牙语)。

将 Magento 2 翻译成西班牙语。

查看文档:https://www.magentochile.cl/m2-spanish-language-pack.html

支持的版本

  • Magento v2.0.0
  • Magento v2.0.1
  • Magento v2.0.2
  • Magento v2.0.3
  • Magento v2.0.4
  • Magento v2.0.5
  • Magento v2.0.6
  • Magento v2.0.7
  • Magento v2.0.8
  • Magento v2.1.0
  • Magento v2.1.1
  • Magento v2.1.2
  • Magento v2.1.3

链接

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-traduccion-chile dev-master

php -d memory_limit=-1 bin/magento setup:static-content:deploy es_CL

php bin/magento cache:clean

结束