mugar / language-es_ar
阿根廷西班牙语语言包。
1.1.0
2024-08-09 15:25 UTC
Requires
- php: ~7.4.0||~8.0||~8.1||~8.2||~8.3
- magento/framework: *
This package is auto-updated.
Last update: 2024-09-14 01:40:16 UTC
README
Magento2 阿根廷西班牙语语言包。
安装
使用composer安装Mugar Language-es_AR。
composer require mugar/language-es_ar
然后你需要打包翻译。
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
支持
您可以请求被添加到Slack。
贡献
欢迎Pull请求。对于重大更改,请先提出问题以讨论您想更改的内容。
请确保适当更新测试。
如何创建PR
- 分叉它
- 创建您的功能分支(git checkout -b my-new-feature)
- 提交您的更改(git commit -am '添加一些功能')
- 推送到分支(git push origin my-new-feature)
- 创建新的Pull Request