Repair mojibake in locale and dashboard-facing text #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created from local project scan after reviewing existing issues #1-#22.
Current status: dashboard-facing locale files contain mojibake for em dashes, bullets, emoji, and French accents. This is visible in
locales/en.jsonand especiallylocales/fr.json, where strings such asFrancaisrendered as mojibake, corrupted dash/bullet sequences, and broken alert emoji sequences will render incorrectly in the UI and bot messages.This is related to inherited documentation cleanup, but it is broader than docs: it affects runtime dashboard text, bot/status copy, glossary copy, and translated labels.
Code references:
locales/en.json: title, boot strings, bot messages, alert descriptions, LLM prompt copy.locales/fr.json: native language name, dashboard labels, accents, bot copy, alert labels.Acceptance criteria:
Taking this now on branch
codex/issue-23-mojibake-locale-check. Scope: repair runtime-facing mojibake and add a lightweight regression check.