Skip to content

i18n: some UI fields remain English after switching to Simplified Chinese #1051

Description

@wang93wei

Bug description

After switching CodexBar's app language to Simplified Chinese, some visible UI fields still remain in English.

This looks like an i18n coverage gap: strings added after the Chinese localization landed may not have been added to the zh-Hans resources, or some UI surfaces may still be using hardcoded English strings instead of localization keys.

Steps to reproduce

  1. Open CodexBar.
  2. Go to Settings and switch the app language to Simplified Chinese.
  3. Reopen the menu/settings/provider UI surfaces.
  4. Check recently added fields and labels.

Actual behavior

Some fields are still displayed in English even though the app language is set to Simplified Chinese.

Expected behavior

All user-facing fields covered by the app language setting should be shown in Simplified Chinese, or fall back consistently only when a translation is intentionally missing.

Notes

I can attach screenshots showing the specific untranslated fields after filing this issue.

This may be related to new strings being added without corresponding Simplified Chinese entries, so a localization coverage check for recently added keys would likely help.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions