Skip to content

fix(i18n): use Simplified Chinese locale label - #823

Open
bluishwu wants to merge 1 commit into
webadderallorg:mainfrom
bluishwu:fix/simplified-chinese-label
Open

fix(i18n): use Simplified Chinese locale label#823
bluishwu wants to merge 1 commit into
webadderallorg:mainfrom
bluishwu:fix/simplified-chinese-label

Conversation

@bluishwu

@bluishwu bluishwu commented Aug 20, 2026

Copy link
Copy Markdown

Pull Request Template

Description

Replace the traditional-form label 簡體中文 with the Simplified Chinese label 简体中文 in both application language selectors.

Motivation

The Simplified Chinese option should identify itself using Simplified Chinese characters.

Type of Change

  • New Feature
  • Bug Fix
  • Refactor / Code Cleanup
  • Documentation Update
  • Other (please specify)

Related Issue(s)

None.

Screenshots / Video

Not applicable for this text-only correction.

Testing Guide

  • Verified both zh-CN label maps now use 简体中文.
  • Ran git diff --check.

Checklist

  • I have performed a self-review of my code.
  • I have added any necessary screenshots or videos.
  • I have linked related issue(s) and updated the changelog if applicable.

Thank you for contributing!

Summary by CodeRabbit

  • Bug Fixes
    • Corrected the Simplified Chinese language label to use the appropriate characters consistently across the application.

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: b1b5b54d-1236-4254-bf5e-3f50d99d6be7

📥 Commits

Reviewing files that changed from the base of the PR and between 72e9724 and edcd854.

📒 Files selected for processing (2)
  • src/components/launch/popovers/MorePopover.tsx
  • src/components/video-editor/SettingsPanel.tsx

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The zh-CN locale label now uses simplified Chinese characters in the launch popover and video editor settings panel.

Changes

Locale label correction

Layer / File(s) Summary
Update Simplified Chinese labels
src/components/launch/popovers/MorePopover.tsx, src/components/video-editor/SettingsPanel.tsx
The zh-CN display label changes from 簡體中文 to 简体中文 in both views.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to edcd8

This change corrects the Simplified Chinese label in both language selectors without altering application behavior; no actionable merge-blocking risk remains beyond normal checks and review.

Suggested reviewers: webadderall

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the i18n fix to the Simplified Chinese locale label.
Description check ✅ Passed The description covers the change, motivation, type, issue status, testing, and checklist items required by the template.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant