Skip to content

i18n(zh-Hans): fix version dropdown labels for v2.13.0/v2.15.0 - #6044

Open
quinn-gaoo wants to merge 1 commit into
wailsapp:masterfrom
quinn-gaoo:fix/zh-hans-version-labels
Open

i18n(zh-Hans): fix version dropdown labels for v2.13.0/v2.15.0#6044
quinn-gaoo wants to merge 1 commit into
wailsapp:masterfrom
quinn-gaoo:fix/zh-hans-version-labels

Conversation

@quinn-gaoo

@quinn-gaoo quinn-gaoo commented Aug 27, 2026

Copy link
Copy Markdown

version.label in these two files was mistranslated as "下个版本 🚧" (the "Next Version" label from current.json), so the docs version dropdown showed duplicate identical entries in Simplified Chinese instead of the actual version numbers.

Use the version numbers as labels, matching the English source and the other versioned label files (v2.3.0-v2.10).

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please select the option that is relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • WEP (proposal only; no implementation)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration using wails doctor.

  • Windows
  • macOS
  • Linux

If you checked Linux, please specify the distro and version.

Test Configuration

Please paste the output of wails doctor. If you are unable to run this command, please describe your environment in as much detail as possible.

Checklist:

  • (v2 only) I have updated website/src/pages/changelog.mdx with details of this PR (v3 changelog entries are added automatically)
  • My code follows the general coding style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Summary by CodeRabbit

  • Documentation
    • Updated Simplified Chinese documentation labels to display the correct versions for v2.13.0 and v2.15.0 instead of the placeholder “Next version.”

version.label in these two files was mistranslated as "下个版本 🚧"
(the "Next Version" label from current.json), so the docs version
dropdown showed duplicate identical entries in Simplified Chinese
instead of the actual version numbers.

Use the version numbers as labels, matching the English source and the
other versioned label files (v2.3.0-v2.10).
@github-actions github-actions Bot added the Documentation Improvements or additions to documentation label Aug 27, 2026
@coderabbitai

coderabbitai Bot commented Aug 27, 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: 7e918c34-f41f-4370-9dd5-5174b942038b

📥 Commits

Reviewing files that changed from the base of the PR and between edd82b8 and a0f081f.

📒 Files selected for processing (2)
  • website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.13.0.json
  • website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.15.0.json

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


Walkthrough

The Simplified Chinese documentation labels for versions v2.13.0 and v2.15.0 changed from the placeholder “下个版本 🚧” to their concrete version strings.

Changes

Localized documentation labels

Layer / File(s) Summary
Update localized version labels
website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.13.0.json, website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.15.0.json
The version.label values now use v2.13.0 and v2.15.0 instead of the placeholder label.

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

Merge Risk: ⚪ Minimal · up to a0f08

This localized documentation change corrects the Simplified Chinese version dropdown labels for v2.13.0 and v2.15.0, preventing duplicate placeholder entries. No actionable merge-blocking risk remains beyond normal checks and review.

Poem

I’m a rabbit by the docs tonight
Two version labels now shine bright
The placeholders hop away
Concrete strings remain in play
Clean translations greet the day

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the defect and the intended fix, but most required template fields remain incomplete. The issue reference, change type, testing details, test configuration, and checklist sele… Complete the required description sections. Provide an issue number or explain why no issue exists, select the applicable change type, document the tests performed and reproduction steps, add the test environment or wails doctor output, and…
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the Simplified Chinese localization fix and the affected documentation versions, v2.13.0 and v2.15.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
Full details: Description check

Explanation

The description explains the defect and the intended fix, but most required template fields remain incomplete. The issue reference, change type, testing details, test configuration, and checklist selections are missing.

Resolution

Complete the required description sections. Provide an issue number or explain why no issue exists, select the applicable change type, document the tests performed and reproduction steps, add the test environment or wails doctor output, and update all applicable checklist items.

Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.)

  • Fix all pre-merge checks with AI
✨ 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

Documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant