i18n(ja): restore variable names and clean up heading anchors in system variable docs - #23295
Conversation
|
Skipping CI for Draft Pull Request. |
|
[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 |
There was a problem hiding this comment.
Code Review
This pull request updates the Japanese documentation files system-variable-reference.md and system-variables.md by replacing translated Japanese headings for system variables with their actual English system variable names (for example, changing '自動コミット' to 'autocommit'). This ensures consistency and technical accuracy across the reference documents. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
9861520 to
9d2131f
Compare
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus 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 |
999b7bf to
76577e9
Compare
4a33c62 to
b917f3b
Compare
de1cbc8 to
3ac1ec9
Compare
…iable docs Rebased onto the current i18n-ja-release-8.5 (ce3803c). Variable-name headings are restored to match the English source (English version-mark, explicit anchors removed so the auto-generated anchor matches English); all internal system-variables anchors resolve. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3ac1ec9 to
2300fa1
Compare
[LGTM Timeline notifier]Timeline:
|
What is changed, added or deleted? (Required)
Japanese heading fixes for
system-variable-reference.mdandsystem-variables.md, in two parts:1. Restore English system variable names in headings (original scope)
2. Clean up heading anchors and version marks (follow-up)
The explicit
{#...}anchors on English variable headings had converted underscores to hyphens (e.g.### auto_increment_increment {#auto-increment-increment}), which does not match how the site auto-generates anchors (underscores are preserved) nor the underscore-form links used throughout the docs ([...](#auto_increment_increment)). As a result those cross-references were broken. Since the auto-generated anchor is already correct, the redundant{#...}anchors are removed.For version-marked headings, the anchor only existed because
New in vX.Y.Zhad been translated into Japanese (e.g.vX.Y.Zで追加, or sentence forms leaving a strayは), which changed the auto-anchor. The version-mark text is restored to the EnglishNew in vX.Y.Z(matching the release-8.5 source) and the anchor is dropped. Two corrupted headings (zero-width spaces splitting a variable name, and an anchor that had captured the<span>markup) are also fixed.Verification: all 84 same-file links and 1,642 repo-wide cross-file links into these two files resolve; no residual translated version marks, mangled anchors, or zero-width spaces remain.
This is a Japanese (ja) translation-only fix; no English source content is changed.
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?
Note on scope
A few of the lines in this PR also carry a fix that belongs to one of the sibling ja PRs. Where a later sweep found damage on a line this PR already edits, the fix was applied here rather than duplicated into another PR — otherwise the two PRs would conflict. So a small number of lines go beyond the scope stated above, for example:
Here the stray
1(a translation-tool placeholder) and the word order were repaired alongside this PR's particle insertion.All fifteen ja PRs were verified to merge cleanly in any order (105 pairwise merges, 0 conflicts).