fix: replace ASCII umlauts with proper German umlauts throughout UI and prompts
- index.html: Wähle, Zurück, Übersicht, zurücksetzen, üben - screens.ts: Üben, Wörter phase labels - companion.ts: All Gemini prompts use proper umlauts - fallbacks.ts: All fallback texts use proper umlauts - parent.ts: löschen, überschreiben confirmations - reward.ts: für, grüner, Eichhörnchen - Tests updated to match Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -108,7 +108,7 @@ const fingerDescriptions: Record<string, string> = {
|
||||
// Encouragement messages for repetition protection
|
||||
const encouragementMessages = [
|
||||
"Magst du sehen, was als Naechstes kommt? Im Wald gibt es noch so viel zu entdecken!",
|
||||
"Der Wald wartet auf dich! Jedes Mal, wenn du uebst, waechst etwas Neues.",
|
||||
"Der Wald wartet auf dich! Jedes Mal, wenn du übst, wächst etwas Neues.",
|
||||
"Schau mal, was sich im Wald versteckt! Probier es einfach noch einmal.",
|
||||
"Dein Wald wird immer schoener. Komm, wir entdecken zusammen weiter!",
|
||||
];
|
||||
@@ -159,8 +159,8 @@ export function initLessonScreen(
|
||||
function setPhase(phase: LessonPhase): void {
|
||||
const labels: Record<LessonPhase, string> = {
|
||||
discover: "Entdecken",
|
||||
practice: "Ueben",
|
||||
words: "Woerter",
|
||||
practice: "Üben",
|
||||
words: "Wörter",
|
||||
};
|
||||
phaseIndicator.textContent = labels[phase];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user