2017 © Pedro Peláez
 

magento2-language magento2-traduccion-chile

Magento2 Spanish Language Pack (es_CL)

image

magentochile/magento2-traduccion-chile

Magento2 Spanish Language Pack (es_CL)

  • Friday, October 27, 2017
  • by magentochile
  • Repository
  • 1 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

magento2-traduccion-chile

Magento 2 Spanish Language Pack Chile version 1.0.0

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)

Supported versions

  • 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
  • Website: https://www.magentochile.cl/
  • Packagist: https://packagist.org/packages/magentochile/magento2-traduccion-chile
  • Github: https://github.com/magentochile/magento2-traduccion-chile/
  • Official version: https://www.magentochile.cl/m2-spanish-language-pack.html

BUG Magento 2 #7502

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 -->

Official version

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)

Important Note:

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)

Installation

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)

End

The Versions

27/10 2017

dev-master

9999999-dev https://github.com/magentochile/magento2-traduccion-chile

Magento2 Spanish Language Pack (es_CL)

  Sources   Download

OSL-3.0

The Requires

  • magento/framework 100.*