Magento2 Spanish (Argentina) language pack.
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
You can request to be added to Slack.
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.
- 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