mugar / language-es_ar
Spanish (Argentina) language pack.
Installs: 14 279
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 9
Forks: 13
Open Issues: 0
Type:magento2-language
Requires
- php: ~7.4.0||~8.0||~8.1||~8.2||~8.3
- magento/framework: *
This package is auto-updated.
Last update: 2024-11-14 02:00:02 UTC
README
Magento2 Spanish (Argentina) language pack.
Installation
Use composer to install Mugar Language-es_AR.
composer require mugar/language-es_ar
Then you'll need to pack the translations.
bin/magento i18n:pack --mode=replace -d vendor/mugar/language-es_ar/es_AR.csv es_AR
bin/magento setup:static-content:deploy es_AR
Support
You can request to be added to Slack.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
How to create a PR
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request