Skip to content

feat(i18n): localize zh-CN UI and migrate hardcoded strings - #153

Merged
RykoTheDev merged 8 commits into
RykoTheDev:mainfrom
Stryde01:main
Aug 30, 2026
Merged

feat(i18n): localize zh-CN UI and migrate hardcoded strings#153
RykoTheDev merged 8 commits into
RykoTheDev:mainfrom
Stryde01:main

Conversation

@Stryde01

Copy link
Copy Markdown
Contributor

This PR migrates hardcoded user-facing strings into the project’s i18n resource system and completes the Chinese (zh-CN) translation pass for the affected UI.

Changes
replace hardcoded text with translation keys
add missing Chinese translations for the current UI
improve consistency and maintainability of localized strings
Scope
This change is focused on zh-CN localization and the impacted interface surfaces. It does not attempt to fully complete every other locale in the project.

Validation note
The repository’s i18n validation checks all locales for missing keys, extra keys, and untranslated values that still match the English source. While the zh-CN locale is substantially complete, other locale files and remaining untranslated entries still prevent the full project-wide validation from passing. This is a repository-wide locale completeness issue rather than a functional defect in the current change.

@RykoTheDev
RykoTheDev merged commit 96da97e into RykoTheDev:main Aug 30, 2026
0 of 3 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