claude-code - 💡(How to fix) Fix [FEATURE] Allow spinner/status words to be displayed bilingually (English + local language) [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#48838Fetched 2026-04-16 06:49:32
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Author
Timeline (top)
labeled ×2commented ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Currently the spinner status words shown during processing ("Calculating...", "Creating...", "Doing...", "Thinking...", etc.) are hardcoded in English. Please add an option to display them bilingually — English followed by the local language in parentheses — e.g. Calculating... (계산 중...), Creating... (생성 중...).

Non-English-speaking users would understand the current activity at a glance while still seeing the original term. Keeping the English term preserves familiarity for users who learned the tool in English and helps when sharing screenshots/logs across language boundaries.

Proposed Solution

A settings.json option such as "spinnerLocale": "ko" (or "en+ko") that toggles the bilingual display. Locale could default to the system locale, with "en" keeping the current behavior. Translations could ship for major locales (ko, ja, zh, es, fr, de, ...).

Alternative Solutions

A user-defined map in settings.json (e.g. "spinnerWords": { "Calculating": "계산 중" }) for full customization.

Priority

Medium - Would be very helpful

Feature Category

Other

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Add a "spinnerLocale" option to the settings.json file to enable bilingual display of spinner status words.

Guidance

  • Introduce a new setting "spinnerLocale" with possible values like "en+ko" to toggle bilingual display, defaulting to the system locale.
  • Consider shipping translations for major locales (e.g., ko, ja, zh, es, fr, de) to support a wide range of users.
  • Alternatively, allow users to define a custom map of spinner words in settings.json for full customization.
  • Verify the fix by checking the display of spinner status words in different locales and ensuring that the English term is preserved.

Example

{
  "spinnerLocale": "en+ko"
}

This example shows how the "spinnerLocale" option could be configured in the settings.json file.

Notes

The proposed solution assumes that the system locale can be reliably detected and that translations for major locales can be provided. Additionally, the custom map alternative may add complexity to the settings.json file.

Recommendation

Apply workaround by introducing the "spinnerLocale" option, as it provides a flexible solution that can be easily extended to support multiple locales.

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

claude-code - 💡(How to fix) Fix [FEATURE] Allow spinner/status words to be displayed bilingually (English + local language) [1 comments, 2 participants]