i18n(ja): fix false-friend mistranslation of global statistics - #23633
i18n(ja): fix false-friend mistranslation of global statistics#23633yahonda wants to merge 2 commits into
Conversation
"Global" was mistranslated as 世界 (world) instead of グローバル, producing 世界統計 for the EN term "global statistics" — a specific TiDB statistics-collection concept already consistently rendered as グローバル統計情報 elsewhere in this corpus (e.g. statistics.md).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review. 📝 WalkthroughWalkthroughThe documentation for optimizer fix control ChangesOptimizer fix control documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized documentation correction changes one Japanese translation to use the established term for global statistics; no actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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. (1 skipped: 1 unsupported.) ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
…l-fix-global-statistics-mistranslation # Conflicts: # optimizer-fix-controls.md
What is changed, added or deleted? (Required)
optimizer-fix-controls.md: "global" in "global statistics" (a specific TiDB statistics-collection concept, seestatistics.md) was mistranslated as 世界 (world) instead of グローバル, producing 世界統計. Fixed to グローバル統計情報, matching the term already used consistently elsewhere in this corpus for the same concept.Found via the live doc site: https://docs.pingcap.com/ja/tidb/stable/optimizer-fix-controls/
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?
Summary by CodeRabbit