mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-16 05:15:03 +00:00
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:
@@ -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!",
|
||||
|
||||
Reference in New Issue
Block a user