[Feature]: Simplified Chinese (zh-CN) localization for web, desktop and mobile apps #6900
Closed
Shunamxiao
started this conversation in
Ideas
Replies: 1 comment
|
Closing as a duplicate of #6789. We are keeping the Simplified Chinese localization proposal and implementation discussion together there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/web, apps/desktop, native (Android / iOS)
Problem or use case
T3 Code's interface is English-only across the web app, the desktop app, and the mobile apps. Verified against the current
maintree: the repository has no i18n infrastructure at all, no locale files, no translation catalogs, and UI strings are hardcoded in components.For Chinese-speaking developers, English-only UI raises the barrier to using and contributing to the project, especially for settings, permission prompts, error messages, and unfamiliar agent terminology. Chinese-speaking developers are a large part of the global developer community, and mobile usage in particular is common among this group, which makes the lack of localization in the Android/iOS apps more visible.
A previous request (#1463) was closed because maintainers did not have capacity for i18n at the time. This issue re-raises the need with a small, community-friendly scope in mind, and acknowledges the maintenance-cost concern.
Proposed solution
Introduce a lightweight localization foundation and add Simplified Chinese (zh-CN) as the first additional locale, ideally covering web, desktop, and mobile surfaces:
Why this matters
Smallest useful scope
First version covers only the core application shell and the most frequently used UI text:
English stays the default. Documentation, marketing pages, uncommon screens, and additional locales are out of scope for the initial PR.
Alternatives considered
Risks or tradeoffs
i18n introduces ongoing maintenance: every new or changed UI string needs a translation entry. Mitigations:
There is also a small architectural and bundle-size cost, which is why the foundation should stay minimal.
Examples or references
Contribution
中文摘要:本 issue 请求为 T3 Code 增加简体中文(zh-CN)界面支持,并搭建轻量多语言(i18n)基础。我已核实当前代码库没有任何 i18n 基础设施。已知存在开放中的 #4082 与本需求相同,本 issue 作为额外的社区需求信号提交,同时覆盖 Web、桌面与移动端 App。若维护者认为重复,可关闭。
All reactions