Summary
Add internationalization (i18n) and localization (l10n) support for Claude Code CLI interface messages, command outputs, and help text.
Current Behavior
- All CLI interface messages are in English only
- Command outputs, error messages, and help text are hardcoded in English
- No configuration option to change display language
Requested Behavior
- Support for multiple languages in CLI interface
- Configurable language setting (e.g., via
claude config set language ja)
- Localized messages for:
- Command outputs and success/error messages
- Help text and documentation
- Agent creation messages
- Progress indicators and status updates
Use Case
Many non-English speaking developers would benefit from having Claude Code interface in their native language, especially for:
- Better understanding of error messages
- Improved onboarding experience
- Enhanced productivity in local development environments
Proposed Implementation
- Add language configuration option
- Implement message localization system
- Support popular languages (Japanese, Spanish, French, German, etc.)
- Maintain English as default fallback
Related Issues
This would complement existing internationalization efforts:
Together with the existing input-related issues, comprehensive internationalization support would greatly benefit the global developer community using Claude Code.
Please let me know if a similar issue already exists - I searched through existing issues but may have missed something.
Summary
Add internationalization (i18n) and localization (l10n) support for Claude Code CLI interface messages, command outputs, and help text.
Current Behavior
Requested Behavior
claude config set language ja)Use Case
Many non-English speaking developers would benefit from having Claude Code interface in their native language, especially for:
Proposed Implementation
Related Issues
This would complement existing internationalization efforts:
Together with the existing input-related issues, comprehensive internationalization support would greatly benefit the global developer community using Claude Code.
Please let me know if a similar issue already exists - I searched through existing issues but may have missed something.