i18n(zh-Hans): fix version dropdown labels for v2.13.0/v2.15.0 - #6044
i18n(zh-Hans): fix version dropdown labels for v2.13.0/v2.15.0#6044quinn-gaoo wants to merge 1 commit into
Conversation
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).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus 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. WalkthroughThe Simplified Chinese documentation labels for versions v2.13.0 and v2.15.0 changed from the placeholder “下个版本 🚧” to their concrete version strings. ChangesLocalized documentation labels
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to 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
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Description checkExplanation 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 CoverageExplanation 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.)
✨ 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 |
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.
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.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:
website/src/pages/changelog.mdxwith details of this PR (v3 changelog entries are added automatically)Summary by CodeRabbit