You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,13 @@ This is enforced automatically in the root `build.gradle.kts` via
162
162
- Do **not** replace or remove `app/release.keystore`, and do not commit any
163
163
personal keystores or override signing credentials.
164
164
165
+
## String Resources / Localization
166
+
167
+
When adding or modifying string/text resources, please ensure that:
168
+
1.**Alphabetical Sorting**: All resource entries must be sorted alphabetically by their `name` keys.
169
+
2.**Single-Line Format**: Each resource entry must be written entirely on a single line (no manual line wraps or breaks), and do not modify any other unrelated lines.
170
+
3.**Complete Translations**: For any translatable content, make sure to completely supplement the internationalized translations for all supported languages in the project.
171
+
165
172
## CI / Automated Checks
166
173
167
174
GitHub Actions runs on every push to `trunk` and on every pull request:
0 commit comments