zh: punctuation/symbols in translations use ASCII style (?/:/() etc.) #7737

Closed
opened 2026-02-16 18:08:05 -05:00 by yindo · 0 comments
Owner

Originally created by @MaxMiksa on GitHub (Jan 27, 2026).

Originally assigned to: @jayair on GitHub.

Problem
Some zh translations use ASCII punctuation (?, :, (...)) which reads unnatural in Chinese UI.

Where
Mainly packages/app/src/i18n/zh.ts, plus a couple entries in packages/ui/src/i18n/zh.ts.

Impact
Inconsistent punctuation in Chinese UI.

Suggested fix
Normalize to Chinese punctuation (, , (…)) without touching i18n keys or template placeholders.

Originally created by @MaxMiksa on GitHub (Jan 27, 2026). Originally assigned to: @jayair on GitHub. **Problem** Some zh translations use ASCII punctuation (`?`, `:`, `(...)`) which reads unnatural in Chinese UI. **Where** Mainly `packages/app/src/i18n/zh.ts`, plus a couple entries in `packages/ui/src/i18n/zh.ts`. **Impact** Inconsistent punctuation in Chinese UI. **Suggested fix** Normalize to Chinese punctuation (`?`, `:`, `(…)`) without touching i18n keys or template placeholders.
yindo added the docs label 2026-02-16 18:08:05 -05:00
yindo closed this issue 2026-02-16 18:08:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7737