i18n(ja): repair sentences scrambled by the translation pipeline#23320
i18n(ja): repair sentences scrambled by the translation pipeline#23320yahonda wants to merge 1 commit into
Conversation
|
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 |
46fcc43 to
25d76d2
Compare
Sites where the old MT pipeline transposed or duplicated code spans, tore a list
apart, or left its internal markers ({{B, -E}}) in the text. These cannot be fixed
by inserting a particle — the word order itself is wrong — so each sentence was
rewritten against the English source.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
25d76d2 to
58ed761
Compare
What is changed, added or deleted? (Required)
Sites where the old MT pipeline scrambled the sentence itself — transposed or duplicated code spans, tore a list apart, or left its internal markers in the text. A missing particle can be inserted; these cannot, because the word order is wrong. Each sentence was rewritten against the English source.
25 lines across 18 files, in two groups.
1. Scrambled word order (11 lines)
Three of the six operators had been stranded after the sentence-final period; the word パーティション and the trailing 例: had been swallowed.
Others in this group carried wrong information rather than just bad grammar:
functions-and-operators/window-functions.mdnの場合nが1の場合 — EN "Whennis 1"tiflash/troubleshoot-tiflash.mdticdc/ticdc-open-api-v2.mdsql-statements/sql-statement-drop-index.md`CLUSTERED`型`CLUSTERED`主キー`CLUSTERED`型の主キー— duplicated span2. Leftover tool markers (14 lines)
{{B,{{B-,-E}}— the same pipeline artifact as thePLACEHOLDERstrings fixed in #23315, but in a different surface form that agrep PLACEHOLDERmisses. The English source contains zero occurrences of either, so all of it is garbage; in every case it had swallowed words and shuffled the neighbouring spans.Legitimate
}}in JSON and log samples was excluded from the sweep and left untouched.How it was checked
release-8.5before editing.grep -rn '{{B\|PLACEHOLDER\|-E}}': 0 remaining across the whole tree.Relationship to the sibling PRs
Developed on top of the other open ja PRs and harmonized with them: all fourteen merge cleanly in any order (verified — 91 pairwise merges, 0 conflicts).
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?