Add zh-CN localization#9922
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 @later0day 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 |
|
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 @later0day 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 |
|
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 @later0day 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 |
|
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 @later0day 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 |
|
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 @later0day 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 |
|
目前的中文化进度如何?是否可以源码编译 |
覆盖90%左右, 正常运行暂未发现异常崩溃 |
|
能发我一下编译的安装包吗?我的邮箱: [email protected],想要体验熟悉一下功能,mac,Windows 和 linux 的都可以。谢谢❤️ |
没问题,晚点哈老哥 |
Summary
This PR does two things in the same pass:
zh-CN) UI localization across Warp OSS.What changed
Added display-language settings support and i18n plumbing:
app/src/i18n.rsapp/src/settings/language.rsExpanded Chinese coverage across the app:
Synced several upstream behavior chains needed for the branch to stay healthy:
Notes
Validation
Ran:
cargo fmt --allcargo check -p warpcargo test -p warp i18n::tests::all_i18n_keys_have_non_empty_catalog_entriesgit diff --checkFollow-ups