placetopay / magento2-spanish-chile-language-pack
Spanish (Chile) language package for Magento 2
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-language
Requires
- php: >=7.3
This package is not auto-updated.
Last update: 2025-02-05 13:52:51 UTC
README
PlacetoPay Package to support Chilean language on Magento 2 Stable
Overview
- Install Spanish (Chile) Language Pack
- How to active Spanish (Chile) language pack
- Supported Magento versions
1. How to Install Spanish Language Pack
There are 3 different methods to install this language pack.
✓ Method #1. Composer method (Recommend)
Install the Spanish language pack via composer is never easier.
Install Spanish (Chile) pack:
composer require placetopay/magento2-spanish-chile-language-pack
php bin/magento setup:static-content:deploy es_CL
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
Update Spanish (Chile) pack:
composer update placetopay/magento2-spanish-chile-language-pack
php bin/magento setup:static-content:deploy es_ES
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
✓ Method #2. Copy & Paste method (Not recommended)
This method suitable for non-technical people such as merchants. Just download the package then flush cache.
Overview
- Step 1: Download the Spanish (Chile) language pack
- Step 2: Unzip Spanish (Chile) pack
- Step 3: Flush Magento 2 Cache
Step 1 : Download the Spanish language pack
You can download the language pack from above link
Step 2: Unzip Spanish pack
Unzip the Spanish language pack to Magento 2 root folder. In this guide, we extract to /var/www/html/
Your Magento 2 root folder can be: /home/account_name/yourstore.com/public_html/
unzip master.zip app/i18n/PlacetoPay/
Rename folder magento-2-spanish-chile-language-pack
to es_cl
.
You also can unzip locally and upload them to Magento 2 root folder.
Step 3: Flush Magento 2 Cache
php bin/magento cache:clean
php bin/magento cache:flush
✓ Method #3. Download and install manually (Not recommended)
To download and install Spanish (Chile) pack manually, you have to access to your server via FTP or SFTP.
Step 1: Download the package
Step 1: Unzip and upload
Unzip the compressed file and upload file master.zip
into app/i18n/PlacetoPay/es_cl/
This language pack code is: es_cl
Step 2: Flush cache
php bin/magento cache:clean
php bin/magento cache:flush
2. How to Activate the Spanish (Chile) language pack
Now time to activate the Spanish (Chile) language pack for your Magento 2 store. From Magento 2 admin panel, navigate to Stores > Configuration > General > Locale Options
and select Spanish (Chile) from the list.
3. Supported Magento versions
It supports all Magento 2 versions include Magento 2 open-source (Community), Magento 2 Commerce (EE), Magento Cloud, Magento B2B, Magento MSI.
- Magento v2.0.x
- Magento v2.1.x
- Magento v2.2.x
- Magento v2.3.x