Skip to content

add i18n zh-CN#6

Merged
GPLaider merged 1 commit into
GPLaider:masterfrom
sky22333:master
Jun 27, 2026
Merged

add i18n zh-CN#6
GPLaider merged 1 commit into
GPLaider:masterfrom
sky22333:master

Conversation

@sky22333

Copy link
Copy Markdown
Contributor

Summary

  • Add Simplified Chinese (values-zh-rCN/strings.xml) for all existing UI strings.
  • Rely on Android’s built-in locale resolution: zh-CN shows Chinese; all other locales fall back to English in values/.
  • No runtime locale switching or code changes; layout and dynamic text already use string resources.

Testing

  • Verified all 61 string keys match between values/strings.xml and values-zh-rCN/strings.xml.
  • Manual: set device language to Simplified Chinese and confirm UI shows Chinese on first launch (no English flash).
  • Manual: set device language to English (or an unsupported locale) and confirm UI stays in English.
  • Manual: change system language while the app is open and confirm the activity recreates with the correct language.

F-Droid / Source Build Impact

  • No new bundled binaries or generated assets
  • Any new generated asset can be built from source
  • No new network dependency, telemetry, ads, or closed-source component

USB Safety Impact

  • No change to destructive USB write behavior
  • Destructive write behavior changed and is described above

@GPLaider GPLaider merged commit abd1956 into GPLaider:master Jun 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants