CommandCodeAI / CommandCodeAI/command-code

Feature request: Multi-language UI with a language selector (i18n)

未关闭
#781 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
没有语言数据
星标
4k
派生
350
PR 合并指标
30 天内没有已合并 PR

描述

Feature Description
Problem

The entire product surface — website, docs, desktop app, and CLI — is English-only.
There is no language option anywhere in Settings (General / Appearance / Agent /
Taste / MCP / Account), and no way for users to switch the interface language.

For a tool positioned as a frontier coding agent, this is an adoption bottleneck
in non-English markets.

Suggested solution

Add a Language dropdown under Settings → General, letting each user
freely pick their interface language. Suggested launch set:

  • English (default)
  • 简体中文 (zh-CN)
  • 日本語 (ja)
  • Español (es)
  • Português (pt-BR)
  • Deutsch (de) / Français (fr) / 한국어 (ko) as follow-ups

Scope for v1: desktop app UI + the most-visited docs pages.

Implementation notes:

  • Build the i18n layer on a standard framework so adding a language is a
    translation file, not a code change
  • If in-house translation isn't planned, a community workflow (e.g., Crowdin)
    keeps marginal cost near zero — especially if the i18n layer is added early
    rather than retrofitted later

I'm filing this as a product suggestion; happy to help test new languages once
shipped.

Use Case
  • Market size: The majority of the world's ~30M developers are non-native
    English speakers. China alone has ~7M professional developers (the largest
    single population globally), and strong dev communities exist across Japan,
    Brazil, Korea, and Spanish-speaking Latin America.

  • Competitive parity: Cursor, Windsurf, and Trae already ship official
    multi-language / Simplified Chinese UIs. Trae's rapid growth is partly
    attributed to localization. English-only is becoming a visible gap.

  • Brand consistency: Non-English content about Command Code today is almost
    entirely third-party reviews and machine-translated blog posts — mixed
    messaging, no quality control, no positioning leverage. Official localization
    would consolidate all of it.

  • Low cost, compounding return: A language dropdown is a one-time i18n
    investment; each new language after that is just a translation file, often
    community-contributed.

Additional Context

No response

How important is this to you?

Important for my workflow

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先梳理桌面应用的 Settings → General 入口,以及 issue 中提到的访问量最高的文档页面。确定应如何表示语言偏好和翻译,然后定义首发支持的语言和 fallback 行为。当可选择的界面语言能够在 v1 桌面 UI 和范围内的文档页面中正常工作时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

领域
desktop, documentation, internationalization, localization
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
活跃
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。