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

@@ -54,7 +54,7 @@
"js_missing_feature": "Missing feature",
"js_challenge_error": "Challenge error!",
"js_challenge_error_msg": "Failed to resolve check algorithm. You may want to reload the page.",
"js_calculating_difficulty": "Calculating...\u2014Difficulty:",
"js_calculating_difficulty": "Calculating...Difficulty:",
"js_speed": "Speed:",
"js_verification_longer": "Verification is taking longer than expected. Please do not refresh the page.",
"js_success": "Success!",