-
Notifications
You must be signed in to change notification settings - Fork 3.2k
📚 add arabic local for V3 #2104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v3
Are you sure you want to change the base?
Conversation
"access-lists.title": { | ||
"defaultMessage": "قوائم الوصول" | ||
}, | ||
"acmesh.dns_acmedns": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's worth noting that if a definition doesn't exist here it will fall back to the en.json
value. For lang keys starting with acmesh.
you don't need to add them here since they should have the same value in each language. However if they are different then sure, add them. I mention it because it will decrease the size of the frontend package if we don't need to repeat this list, and this list of supported DNS providers is definitely going to grow.
Looks good and thanks for contributing here. Just that one comment from me. Since this is an unreleased-dev branch it's not greatly documented, however you can ensure that the language files are happy by running the following: cd frontend
yarn install
yarn check-locales The CI will run this and fail the PR if this script isn't happy. |
|
CI Error:
|
6b05095
to
d94e304
Compare
PR is now considered stale. If you want to keep it open, please comment 👍 |
0f0230f
to
efd47a0
Compare
8213b3a
to
2080379
Compare
PR is now considered stale. If you want to keep it open, please comment 👍 |
Hi there !
thanks for all work, I hope you accept this RP