i18n(ja): remove spurious 番目/目 ordinals mistranslated from "the X <noun>" - #23369
i18n(ja): remove spurious 番目/目 ordinals mistranslated from "the X <noun>"#23369yahonda wants to merge 1 commit into
Conversation
…un>' Rebased onto the current i18n-ja-release-8.5 (ce3803c, includes pingcap#23272). English 'the `X` <noun>' had been rendered as '`X`番目の<noun>' (the X-th) or with a stray 目; the spurious ordinal is removed. Genuine ordinals (n-th value, N-th plan, n-th node) are kept. Co-Authored-By: Claude Opus 4.8 <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 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)
This PR fixes a systematic machine-translation artifact in the Japanese documentation where English "the
X<noun>" (withXa code span — a keyword, column, function, parameter, phase, etc.) was mistranslated as "X番目の<noun>" (which reads "the X-th <noun>") or with a stray 目 (文字目 / 桁目 / 行目). The spurious ordinal reverses or distorts the meaning.For example:
n番目 where the English really says "the n-th value / the N-th physical plan / the n-th node"); only the spurious ones were removed.番目/目text is removed — nothing else on the line is touched.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?