anthropics / anthropics/claude-code
German translation: duplicate labels in session feedback prompt
- Dominant language
- Python
- Stars
- 145k
- Forks
- 23.1k
- PR merge metrics
- PR metrics pending
Description
In the German UI (`de-DE`), the session feedback prompt ("Wie läuft Claude in dieser Sitzung?") shows two buttons both labelled **"Gut"**, so there is no way to tell them apart.
Looking at `Claude.app/Contents/Resources/ion-dist/i18n/de-DE.json` against `en-US.json`, two distinct rating steps collapse into the same German word — and the same happens at the other end of the scale:
```
6xap9LaOTG en: "Good" de: "Gut"
x4AKsMHB+Z en: "Fine" de: "Gut"
eoV49s48Fm en: "Poor" de: "Schlecht"
yF+5T2PFuf en: "Bad" de: "Schlecht"
```
Suggested wording:
- "Fine" → "Passt schon" (or "Okay")
- "Poor" → "Mäßig"
This is cosmetic, but it also affects the data you collect: with two identical labels the choice between them is effectively random.
**Environment**
- Claude Desktop 1.52386.6, macOS
- UI language: German (de-DE)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.