https://github.com/saulmoralespa/magento2-es_co
https://github.com/saulmoralespa/magento2-es_co
colombia magento2 spanish spanish-language
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulmoralespa/magento2-es_co
- Owner: saulmoralespa
- License: mit
- Created: 2019-04-08T22:18:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T22:48:47.000Z (over 6 years ago)
- Last Synced: 2025-05-18T23:18:55.636Z (5 months ago)
- Topics: colombia, magento2, spanish, spanish-language
- Language: PHP
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spanish (español Colombia) language for magento 2
============================================================## Installation ##
Use composer package manager
```bash
composer require saulmoralespa/magento2-es_co
```Execute the commands
```bash
php bin/magento setup:static-content:deploy es_CO
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
```