zh: missing i18n keys cause English fallback in provider/settings dialogs #7738

Closed
opened 2026-02-16 18:08:05 -05:00 by yindo · 1 comment
Owner

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

Originally assigned to: @adamdotdevin on GitHub.

Problem
In Desktop (and App) zh locale, several i18n keys are missing from packages/app/src/i18n/zh.ts, so UI falls back to English for those strings.

Where
packages/app/src/i18n/zh.ts is missing keys that exist in packages/app/src/i18n/en.ts (provider notes + settings strings).

Impact
Mixed-language UI for Chinese users; looks like a translation bug rather than intended.

Suggested fix
Add the missing zh entries (values can follow existing zh wording style).

Originally created by @MaxMiksa on GitHub (Jan 27, 2026). Originally assigned to: @adamdotdevin on GitHub. **Problem** In Desktop (and App) zh locale, several i18n keys are missing from `packages/app/src/i18n/zh.ts`, so UI falls back to English for those strings. **Where** `packages/app/src/i18n/zh.ts` is missing keys that exist in `packages/app/src/i18n/en.ts` (provider notes + settings strings). **Impact** Mixed-language UI for Chinese users; looks like a translation bug rather than intended. **Suggested fix** Add the missing zh entries (values can follow existing zh wording style).
yindo added the webdocs labels 2026-02-16 18:08:05 -05:00
yindo closed this issue 2026-02-16 18:08:06 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 27, 2026):

This issue is part of a series of related Chinese localization issues. While not exact duplicates, please check these related issues to understand the broader context and avoid duplicate efforts:

  • #10837: zh: punctuation/symbols in translations use ASCII style
  • #10838: zh: minor consistency issues (MCPs/LSPs plural, PDF casing, unit spacing)
  • #10840: desktop: hardcoded English strings in system dialogs (updater/CLI/file pickers/startup error)

These issues should be coordinated together for a comprehensive zh locale fix.

@github-actions[bot] commented on GitHub (Jan 27, 2026): This issue is part of a series of related Chinese localization issues. While not exact duplicates, please check these related issues to understand the broader context and avoid duplicate efforts: - #10837: zh: punctuation/symbols in translations use ASCII style - #10838: zh: minor consistency issues (MCPs/LSPs plural, PDF casing, unit spacing) - #10840: desktop: hardcoded English strings in system dialogs (updater/CLI/file pickers/startup error) These issues should be coordinated together for a comprehensive zh locale fix.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7738