Skip to content

fix(app): fill missing zh keys to avoid English fallback#10841

Merged
adamdotdevin merged 1 commit intoanomalyco:devfrom
MaxMiksa:pr-zh-missing-keys
Jan 28, 2026
Merged

fix(app): fill missing zh keys to avoid English fallback#10841
adamdotdevin merged 1 commit intoanomalyco:devfrom
MaxMiksa:pr-zh-missing-keys

Conversation

@MaxMiksa
Copy link
Copy Markdown
Contributor

Fixes #10836

  • Adds missing zh entries that exist in en.ts (text-only).
  • bun run --cwd packages/app build passed locally.

@github-actions
Copy link
Copy Markdown
Contributor

Hey! Your PR title i18n(zh): fill missing keys to avoid English fallback doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions
Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@MaxMiksa MaxMiksa changed the title i18n(zh): fill missing keys to avoid English fallback fix(app): fill missing zh keys to avoid English fallback Jan 27, 2026
@MaxMiksa
Copy link
Copy Markdown
Contributor Author

Updated PR title to match the repo's conventional commit format (per the bot comment).

@adamdotdevin adamdotdevin merged commit 40d5d14 into anomalyco:dev Jan 28, 2026
3 checks passed
Colin4k1024 pushed a commit to Colin4k1024/opencode that referenced this pull request Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants