Add localization for UI strings in Arabic #11690
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey 👋
This PR adds translations for UI strings we use in GL JS into Arabic. We translated the UI strings automatically using the Google Translate API, and we need to verify that the translation is correct.
To help us verify the translations, you can open the
Files changed
tab on this page and compare the translations with the original filesrc/ui/default_locale.js
.If the translation looks good, you can approve it using the
Review changes
button in theFiles changed
tab and selecting theApprove
radio button when submitting the review.To improve the machine translation, you can click the plus sign next to the line you want to enhance and select the suggestion button on the toolbar.
After making the suggestions, you can mark the review as finished using the
Review changes
button and selecting theRequest changes
radio button.Thanks for helping 🙌