CommandCodeAI / CommandCodeAI/desktop

[Feedback]: Add multi-language (i18n) support to the desktop app

Đang mở
#95 0 bình luận 1 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

enhancement
Ngôn ngữ chính
Shell
Star
80
Fork
2
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.
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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Hướng nghiên cứu

Bắt đầu bằng cách lập bản đồ các cài đặt của ứng dụng desktop và các điểm truy cập UI hướng đến người dùng, sau đó xác định cách lựa chọn ngôn ngữ và phát hiện ngôn ngữ hệ thống hiện đang được xử lý. Công việc được xem là hoàn tất khi có một lớp bản địa hóa có thể mở rộng, hỗ trợ ban đầu cho tiếng Trung giản thể, bộ chọn ngôn ngữ trong Settings, ngày tháng và số được bản địa hóa, cùng tài liệu hướng dẫn đóng góp bản dịch.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Lĩnh vực
desktop-dev, internationalization
Loại issue
Tính năng
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Sôi nổi
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.