CommandCodeAI / CommandCodeAI/desktop
[Feedback]: Add multi-language (i18n) support to the desktop app
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Shell
- Sterne
- 80
- Forks
- 2
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne damit, die Einstellungen der Desktop-App und die Einstiegspunkte der für Benutzer sichtbaren UI zu erfassen, und ermittle anschließend, wie die Sprachauswahl und die Erkennung der Systemsprache derzeit gehandhabt werden. Erledigt ist die Aufgabe, wenn eine erweiterbare Lokalisierungsschicht, anfängliche Unterstützung für vereinfachtes Chinesisch, ein Sprachauswähler in den Einstellungen, lokalisierte Datums- und Zahlenangaben sowie dokumentierte Beiträge zu Übersetzungen vorhanden sind.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Bereich
- desktop-dev, internationalization
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Aktiv
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100