Summary
Keep each locale surface in one language. The English README had leftover Chinese Node setup notes. Chinese help copy still named the macOS debug-info menu in English.
This branch starts from main and does not include #398 (perf/lyrics-romanizer-worker-split).
Changes
- Translate the three Chinese fragments in
README.mdto English. Keep the[简体中文](./README_CN.md)language switcher. - Use 帮助 → 复制调试信息 in
README_CN.mdandwebsite/zh/faq.md. - Add
tests/locale-surface.test.tsso English README, English website/contributor docs, anden.jsondo not pick up stray CJK again.
Test plan
-
pnpm exec vitest run tests/locale-surface.test.ts - pre-push lint, format, standards, and coverage
- Rust / i18n / IPC — skipped; no app or contract change
- Language / terminology profile: English and Chinese user-facing docs no longer mix the other language. Native language names in
en.jsonstay as-is.
Related issues
None. Independent of #396 / #398.