feat(i18n): extract Chinese translations into dedicated JSON file#3549
feat(i18n): extract Chinese translations into dedicated JSON file#3549cy2311 wants to merge 1 commit into
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Thanks @cy2311 for taking the time to contribute. This repository is observing a maintainer-managed PR intake gate in dry-run mode, so this pull request is staying open. This note helps maintainers prepare the allowlist before any enforcement is considered. Please read |
|
Thanks again @cy2311. I harvested this into a current-main replacement PR so we can keep your dedicated Replacement: #3559 What changed in the harvest:
Verification on the harvest branch:
I will resolve this original conflicted PR after #3559 lands so the public queue points at the clean, credited path. |
Summary
Extract Simplified Chinese translations from the hard-coded localization.rs (5385 lines) into a dedicated locales/zh-Hans.json file. This is Step 1 of the i18n refactoring proposed in issue #3537.
Changes
Next steps