Add Simplified Chinese localization#11452
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @FyMatt on file. In order for us to review and merge your code, each contributor must visit https://cla.warp.dev to read and agree to our CLA. Once you have done so, please comment |
|
This PR is not linked to an issue that is marked with Issue-state enforcement details:
To continue, link this PR to a same-repo issue such as Powered by Oz |
There was a problem hiding this comment.
This PR is not linked to an issue that is marked with ready-to-implement.
Issue-state enforcement details:
-
Associated same-repo issues checked: none
-
Required readiness label:
ready-to-implement
To continue, link this PR to a same-repo issue such as Closes #123 in the PR description, and make sure that issue has ready-to-implement.
Powered by Oz
Summary
Details
The localization layer is wired through shared UI text entry points, including
Text, spans/paragraphs, formatted text, menus, buttons, tooltips, action buttons, and editor placeholders.Simplified Chinese is enabled when:
WARP_FORCE_ZH_CN=1is set.WARP_LOCALEstarts withzh.LC_ALL,LC_MESSAGES, orLANGstarts withzh.zh.Testing
cargo fmt --all --checkcargo check -p warp --bin warp-oss --features guicargo checkwas attempted on Windows and reached dependency build scripts, but the clean checkout currently needsprotocforwarp_multi_agent_api:The same localization patch was previously checked and release-built in the source workspace after the local build prerequisites were present.
Issue
Closes #11462