Skip to content

fix(i18n): add missing simplified chinese translations - #956

Open
AlanSyue wants to merge 1 commit into
ChatbotXIO:mainfrom
AlanSyue:codex/fix-zh-cn-i18n-parity
Open

fix(i18n): add missing simplified chinese translations#956
AlanSyue wants to merge 1 commit into
ChatbotXIO:mainfrom
AlanSyue:codex/fix-zh-cn-i18n-parity

Conversation

@AlanSyue

Copy link
Copy Markdown
Contributor

Summary

  • add the 79 Simplified Chinese keys introduced by the n8n and Meta Conversions features
  • restore exact key parity between en and zh-CN (3,077 leaf keys each)
  • keep existing Simplified Chinese translations unchanged

Root cause

After #949 merged, apps/builder/messages/zh-CN.json did not include keys added by the newer n8n and Meta Conversions changes. As a result, builder#lint failed at i18n:check on main, and every PR updated to that baseline inherited the same failure.

Validation

  • pnpm lint
  • pnpm --filter builder i18n:check
  • pnpm --filter builder lint
  • pnpm --filter builder check-types
  • targeted i18n tests: 3 files, 97 tests passed
  • full builder suite: 237 files, 1,493 tests passed
  • CI-equivalent gate: CI=true pnpm turbo run check-types lint test --concurrency=4 --output-logs=errors-only (107/107 tasks passed)
  • git diff --check

No existing translation values were modified or removed.

@github-actions github-actions Bot added the bug Something isn't working as expected label Aug 14, 2026
@AlanSyue
AlanSyue marked this pull request as ready for review August 14, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant