anthropics / anthropics/claude-code

German translation: duplicate labels in session feedback prompt

Abierto
#94,461 0 comentarios 0 reacciones 0 asignados Ver en GitHub
invalid
Lenguaje dominante
Python
Estrellas
145k
Forks
23.1k
Métricas de merge de PR
Métricas de PR pendientes

Descripción

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)

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.