CommandCodeAI / CommandCodeAI/desktop
[Feedback]: Add multi-language (i18n) support to the desktop app
まだ誰も着手していません。
- 主要言語
- Shell
- スター
- 80
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
What problem are you trying to solve?
The desktop app currently ships with an English-only UI. Users who are not fluent in English (Simplified Chinese, Turkish, Japanese, Korean, Spanish, etc.) struggle to discover and understand features, which hurts onboarding and daily usage.
There are already several separate requests asking for individual locales - #43 (Turkish), #47, #53 and #74 (Simplified Chinese) - which clearly shows real demand. But each request only covers one language, and the underlying gap is that the app has no i18n/localization framework at all, so users cannot switch the interface language.
What would improve it?
Add a proper internationalization (i18n) layer to the desktop app:
- Externalize all user-facing strings into locale resource files (e.g. JSON) instead of hardcoding English in components.
-
- Detect the OS/system language on first launch and add a Language selector in Settings to override it, applied without restart if possible.
-
-
- Ship an initial set of locales, at minimum Simplified Chinese (zh-CN), plus a documented way for the community to contribute new translations.
-
-
-
-
- Localize dates, numbers and relative times, not just labels.
-
-
-
-
-
-
- Keep it extensible so more languages (Turkish, Japanese, Korean, Spanish, ...) can be added later.
This single change would resolve the multiple one-off localization requests and give all non-English users a first-class experience.
- Keep it extensible so more languages (Turkish, Japanese, Korean, Spanish, ...) can be added later.
-
-
-
What do you do today?
Today the UI is English-only and there is no language option in Settings. Users either work in English or look for unofficial patches. Related issues: #43, #47, #53, #74.
Product area
Settings
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まずデスクトップアプリの設定とユーザー向けUIの入口を洗い出し、次に言語選択とシステム言語の検出が現在どのように処理されているかを確認します。拡張可能なローカリゼーション層、簡体字中国語の初期サポート、Settingsの言語セレクター、ローカライズされた日付と数値、翻訳への貢献方法のドキュメントが整えば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- desktop-dev, internationalization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 活発
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100