-
-
Notifications
You must be signed in to change notification settings - Fork 92
chore(resources): refactor resource names and change OLED desc #883
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
chore(resources): refactor resource names and change OLED desc #883
Conversation
PR SummaryRefactored various string resource names for improved clarity and consistency, replacing abbreviations like Changes
autogenerated by presubmit.ai |
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 needs attention.
Review Summary
Commits Considered (1)
- 1129c7c: chore(resources): refactor xml resource names and change OLED setting description
Files Processed (29)
- core/main/src/main/java/com/rk/xededitor/ui/screens/settings/editor/SettingsEditorScreen.kt (5 hunks)
- core/main/src/main/res/menu/menu_main.xml (1 hunk)
- core/resources/src/main/res/values-ar/strings.xml (10 hunks)
- core/resources/src/main/res/values-arq/strings.xml (1 hunk)
- core/resources/src/main/res/values-bn-rIN/strings.xml (1 hunk)
- core/resources/src/main/res/values-bn/strings.xml (1 hunk)
- core/resources/src/main/res/values-cs/strings.xml (9 hunks)
- core/resources/src/main/res/values-de/strings.xml (11 hunks)
- core/resources/src/main/res/values-es/strings.xml (9 hunks)
- core/resources/src/main/res/values-fa/strings.xml (1 hunk)
- core/resources/src/main/res/values-fr/strings.xml (14 hunks)
- core/resources/src/main/res/values-hi/strings.xml (10 hunks)
- core/resources/src/main/res/values-hu/strings.xml (5 hunks)
- core/resources/src/main/res/values-in/strings.xml (12 hunks)
- core/resources/src/main/res/values-it/strings.xml (11 hunks)
- core/resources/src/main/res/values-iw/strings.xml (10 hunks)
- core/resources/src/main/res/values-ja/strings.xml (11 hunks)
- core/resources/src/main/res/values-pl/strings.xml (12 hunks)
- core/resources/src/main/res/values-pt-rBR/strings.xml (12 hunks)
- core/resources/src/main/res/values-pt/strings.xml (2 hunks)
- core/resources/src/main/res/values-ru/strings.xml (11 hunks)
- core/resources/src/main/res/values-sv/strings.xml (7 hunks)
- core/resources/src/main/res/values-ta/strings.xml (11 hunks)
- core/resources/src/main/res/values-tr/strings.xml (12 hunks)
- core/resources/src/main/res/values-uk/strings.xml (9 hunks)
- core/resources/src/main/res/values-vi/strings.xml (5 hunks)
- core/resources/src/main/res/values-zh-rTW/strings.xml (12 hunks)
- core/resources/src/main/res/values-zh/strings.xml (11 hunks)
- core/resources/src/main/res/values/strings.xml (8 hunks)
Actionable Comments (1)
-
core/resources/src/main/res/values-iw/strings.xml [126-126]
typo: "Fix typo in Hebrew translation for unknown error."
Skipped Comments (0)
| <string name="cursor_anim">אנימציית עכבר</string> | ||
| <string name="diagonal_scroll">גלילה אלכסונית</string> | ||
| <string name="u_err">שגיאה לא ידועה ץ</string> | ||
| <string name="unknown_error">שגיאה לא ידועה ץ</string> |
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.
There appears to be an extra character ץ at the end of the unknown_error string. Please remove it for correctness.
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.
This would be the task of the translator
This PR consists of the most important changes proposed in #860.
Changes
wwtoword_wrap)