MicroFish/scripts
Dominik Seemann 081de636f1 ci(i18n): add cjk regression guard for every pull request
Adds a stdlib-only Python script and a new GitHub Actions workflow
that fail any pull request which reintroduces CJK characters into
locales/en.json or which raises the total CJK match count under
backend/app or frontend/src above a committed per-path baseline.

The guard captures the two highest-signal checks of the larger
i18n-e2e-english-verification audit so it can run on every PR with a
sub-second budget and without depending on that pipeline being on
main. The committed baseline lets the codebase ratchet down toward
English-only without blocking unrelated PRs on pre-existing CJK
content; refresh it intentionally via the documented flag.

Closes #26
2026-05-08 00:39:34 +00:00
..
ci ci(i18n): add cjk regression guard for every pull request 2026-05-08 00:39:34 +00:00
_apply_translations.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00
_codemod_i18n.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00
_merge_locale_keys.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00
check_i18n_logs.py feat(i18n): externalize chinese log and api response strings 2026-05-07 13:52:22 +00:00