dev-master
9999999-dev https://github.com/magentochile/magento2-traduccion-chileMagento2 Spanish Language Pack (es_CL)
OSL-3.0
The Requires
- magento/framework 100.*
Magento2 Spanish Language Pack (es_CL)
Spanish translation for Magento 2. Translation es_CL (Spanish Chile)., (*1)
Traduction de Magento 2 en Spanish., (*2)
See documentation: https://www.magentochile.cl/m2-spanish-language-pack.html, (*3)
For some strange reason, and most likely it is a Magento 2 bug, it is that it does not update the shopping cart. It has been tested with es_CL and does not start the update of the cart., (*4)
The solution the BUG #7502? At the moment, until Magento 2 fixes Bug #7502, you should add the following to your vendor/magento/zendframework1/library/Zend/Locale/Data/es_419.xml file the following, after decimalFormats numberSystem="latn":, (*5)
<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 -->
Remember that for a translation if you want a more complete translation and adapted to the country Chile, you can acquire the official language pack of Magento Chile in: https://www.magentochile.cl/m2-spanish-language-pack.html, (*6)
This pack of languages, only contains the skeleton for translations (Not translated), which you can install and once installed can translate the file vendor/magentochile/magento2-traduccion-chile/es_CL.csv respectively., (*7)
composer require magentochile/magento2-traduccion-chile dev-master, (*8)
php -d memory_limit=-1 bin/magento setup:static-content:deploy es_CL, (*9)
php bin/magento cache:clean, (*10)
Magento2 Spanish Language Pack (es_CL)
OSL-3.0