fix(i18n): translate remaining English labels in zh-CN settings and GitHub Enterprise form - #9778
fix(i18n): translate remaining English labels in zh-CN settings and GitHub Enterprise form#9778Liewzheng wants to merge 1 commit into
Conversation
◈ PR Lens
Architecture 1 component touched across 1 lane. Data flow No data-flow sequence changed in this PR. Drill down
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe zh-CN locale now translates common interface labels and all GitHub Enterprise integration form strings into Simplified Chinese. Existing keys remain unchanged. ChangesSimplified Chinese localization
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to Simplified Chinese labels for shared settings and GitHub Enterprise configuration are now translated without changing locale keys or application behavior. The change is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Several high-visibility labels still render in English in the Simplified Chinese UI:
Administration,Developer,Your profile,Work structure,Execution,Completed on,Forum(common.json). These show on every settings page, mixed into an otherwise fully Chinese navigation.integration.json) —Base URL,Client ID,Client Secret,Webhook Secret,App Slug,App IDand their error messages were in English while the GitLab Enterprise block in the same file is fully translated. Translated following the GitLab block's existing terminology (基础 URL,客户端 ID,客户端密钥,Webhook 密钥, ...).Per
.claude/skills/translate, these are common nouns, not brand marks, so they are translated. A full audit of zh-CN againstenconfirmed everything else English-looking is intentional (placeholders, brand names,Webhooks/Cronkept in English across all locales).Type of Change
Test Scenarios
pnpm --filter @plane/i18n run check:sync— all locales in sync, no issuespnpm --filter @plane/i18n run check:types— passescreated_on→ 创建于,profile→ 个人资料, GitLab Enterprise block terms)References
Summary by CodeRabbit