-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Translations. #6771
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
Translations. #6771
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
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.
Pull Request Overview
This PR moves widget-related strings from the non-translatable resource file to the translatable strings file to enable localization support for widget labels and descriptions.
- Moved 5 widget-related string resources from
donottranslate.xml
tostrings.xml
- Added translation instructions for each moved string to guide localization teams
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
app/src/main/res/values/strings.xml | Added 5 widget strings with translation instructions |
app/src/main/res/values/donottranslate.xml | Removed the same 5 widget strings and their comment section |
Co-authored-by: Copilot <[email protected]>
Translate strings to values-cs
Task/Issue URL: https://app.asana.com/1/137249556945/project/1200905986587319/task/1211341412213240?focus=true ### Description Updated strings file to trigger Smartling translations again. ### Steps to test this PR No QA. ### NO UI changes --------- Co-authored-by: Dax The Translator <[email protected]>
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.
👍
Task/Issue URL: https://app.asana.com/1/137249556945/project/1200905986587319/task/1211302374656672?focus=true
Description
Moved widget-related strings from
donottranslate.xml
tostrings.xml
and added translation instructions to make them available for localization.Steps to test this PR
No QA.
NO UI changes