i18n(ja): use English admonition labels so callouts render correctly - #23384
i18n(ja): use English admonition labels so callouts render correctly#23384yahonda wants to merge 1 commit into
Conversation
…orrectly The machine translation left some callout labels in Japanese (> **注記** / > **警告** / > **ヒント**). Unlike the English markers, these do not render as the localized callout box, so revert them to the English label matching the English source at the same position (preserving each page's exact colon form: **Note:** / **Note** / **Note**:). 86 labels across 38 files. Author templates under resources/doc-templates/ are left as-is. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
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:
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)
The machine-translation pipeline left some callout (admonition) labels in Japanese:
> **注記**,> **警告**,> **ヒント**. Unlike the English markers, these Japanese labels are not picked up as the localized callout box, so they render as plain bold text instead of the Note/Warning/Tip box.This PR reverts those labels to the English form so the site renders and localizes them correctly, matching the English source at the same position — preserving each page's exact colon form (
**Note:**/**Note**/**Note**:, etc.).resources/doc-templates/are intentionally left as-is (their labels carry(オプション)and are meta-instructions, not published content).Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
i18n-ja-release-8.5machine-translation cleanup seriesAI agent involvement
Do your changes match any of the following descriptions?