i18n(ja): restore the pre_split_regions heading so its anchor resolves#23324
i18n(ja): restore the pre_split_regions heading so its anchor resolves#23324yahonda wants to merge 1 commit into
Conversation
The English heading is the identifier itself (`## pre_split_regions`). Translating it to 「分割前リージョン」 changed the generated anchor from `#pre_split_regions` to `#pre-split-regions`, so all nine ja links pointing at `#pre_split_regions` were dead. Restore the identifier as the heading text and pin the anchor. 「分割前」 was also a mistranslation: PRE_SPLIT means splitting the Regions in advance, not "regions before splitting". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
[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 |
What is changed, added or deleted? (Required)
All nine ja links to
#pre_split_regionsare currently dead.The English heading is the identifier itself:
Translating the heading changed the anchor from
pre_split_regionstopre-split-regions, while every link in the ja docs still points at#pre_split_regions. Restoring the identifier as the heading text — and pinning the anchor explicitly — fixes all nine at once.分割前was also a mistranslation of the feature:PRE_SPLIT_REGIONSsplits the Regions in advance, whereas 「分割前の」 reads as "before splitting".The same PR also aligns one link's text with its eight siblings:
Seven of the nine links already read
[`PRE_SPLIT_REGIONS`]; this was the only one rendered as prose.How it was checked
#pre_split_regionsdoes not exist as an anchor anywhere in the ja file, while nine links target it.sql-statement-split-region.md#…link in the ja docs resolves to a heading that exists.### pre_split_regionsの例 {#examples-of-pre-split-regions}was left untouched — nothing links to it, so changing it would be churn.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?