i18n(ja): restore lost code fences (batch 4, 35 files) - #23529
Conversation
…batch 4, sub 2/3)
Also fixes a dropped particle typo in storage-engine/rocksdb-overview.md (rocksdb/max-background-jobs ~3または4を調整 -> を3または4に調整) and removes a stray <!----> MDX marker artifact in sync-diff-inspector-overview.md left over from the missing fence.
|
Skipping CI for Draft Pull Request. |
|
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)
Continues the lost-code-fences sweep (batch 4 of the remaining files after batches 1-3: #23505, #23506, #23511). A machine-translation pipeline used previously sometimes dropped the ``` fence markers around code/config/log examples when translating EN to JA, leaving the example content bare (sometimes with a leftover 4-space "indented code block" artifact). This is a purely structural fix — no visible text was reworded.
35 files, restored via 3 parallel sub-batches. Every file verified with 3 layers of checking: (1) total ``` count now matches EN exactly, (2) block count matches EN exactly, (3) every restored block's line-by-line content, after stripping any leading blockquote
>markers, has indentation identical to EN wherever the stripped content matches EN's line.Also fixed 2 small adjacent defects found while restoring fences in the same lines:
storage-engine/rocksdb-overview.md: a stray tilde standing in for a dropped particle (`rocksdb/max-background-jobs`~3または4を調整してください→`rocksdb/max-background-jobs`を3または4に調整してください)sync-diff-inspector/sync-diff-inspector-overview.md: a stray<!---->MDX marker artifact left over from the missing fence, removed to match EN's plain blank lineRe-scanned the corpus fresh before starting this batch (per lessons from prior batches that the candidate list can go stale) — confirmed no new regressions from the daily translation-sync bot; the previously-flagged inline-triple-backtick-escape false positives (
dm/deploy-a-dm-cluster-using-tiup*.md,dm/handle-failed-ddl-statements.md,production-deployment-using-tiup.md) are still correctly excluded.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?