claude-code - 💡(How to fix) Fix [Feature Request] Add i18n/localization support for CLI interface

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

  • Error/status messages

Fix Action

Workaround

Currently, users must rely on AI assistance to translate/explain unfamiliar interface text.


Thank you for considering this feature!

Code Example

// settings.json
{
  "language": "chinese"  // Only affects AI replies, not CLI UI
}
RAW_BUFFERClick to expand / collapse

Problem Description

Claude Code CLI currently displays all interface text in English only, including:

  • /help command descriptions
  • /context reports
  • Command auto-completion hints
  • Error/status messages

The existing language setting in settings.json only affects AI conversation responses, not the CLI interface itself.

Current Behavior

// settings.json
{
  "language": "chinese"  // Only affects AI replies, not CLI UI
}

Users who are not fluent in English face a barrier when navigating the CLI interface.

Proposed Solution

Add internationalization (i18n) support to the CLI:

  1. Extract UI strings into external locale files (e.g., en.json, zh-CN.json, ja.json)
  2. Add a locale or uiLanguage setting in settings.json
  3. Allow community contributions for translations

Use Case

Many developers worldwide use Claude Code but may not be native English speakers. Having localized interface text would:

  • Improve accessibility for non-English users
  • Reduce the learning curve for new users
  • Align with the global reach of Claude as an AI assistant

Additional Context

  • The claude.exe is compiled as a single executable (~244MB)
  • UI strings appear to be hardcoded rather than externalized
  • Similar tools like VS Code have robust localization support

Workaround

Currently, users must rely on AI assistance to translate/explain unfamiliar interface text.


Thank you for considering this feature!

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING