fix(localization): normalize em dash formatting in batch A locales

Use literal spaced em dash ( — ) consistent with other locale files
instead of unspaced \u2014 escape sequence.

Assisted-by: claude-sonnet-4-6 via Claude Code
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2026-03-20 11:26:14 +00:00
parent 44873c22f1
commit 6618f5d4bc
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
"js_missing_feature": "Fehlendes Feature",
"js_challenge_error": "Prüfung fehlgeschlagen!",
"js_challenge_error_msg": "Der Prüf-Algorithmus konnte nicht geladen werden. Bitte lade die Seite neu.",
"js_calculating_difficulty": "Berechnung läuft...\u2014Schwierigkeit:",
"js_calculating_difficulty": "Berechnung läuft...Schwierigkeit:",
"js_speed": "Geschwindigkeit:",
"js_verification_longer": "Die Prüfung dauert länger als erwartet. Bitte warte und lade die Seite nicht neu.",
"js_success": "Erfolgreich!",