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 9195b088c3
commit e010d605e8
6 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@
"js_missing_feature": "Chybějící funkce",
"js_challenge_error": "Chyba výzvy!",
"js_challenge_error_msg": "Nepodařilo se vyřešit kontrolní algoritmus. Možná budete chtít obnovit stránku.",
"js_calculating_difficulty": "Počítám...\u2014Obtížnost:",
"js_calculating_difficulty": "Počítám...Obtížnost:",
"js_speed": "Rychlost:",
"js_verification_longer": "Ověřování trvá déle, než se očekávalo. Prosím neobnovujte stránku.",
"js_success": "Úspěch!",