i18n(ja): restore lost code fences (batch 5, 25 files) - #23530
Conversation
…ub 2/2) data-service-manage-endpoint.md needed no fix: its EN/JA count gap is fully explained by 6 EN lines using inline triple-backtick delimiters around short path examples, which JA correctly renders with single backticks for the same content.
Also fixes 3 pre-existing indentation mismatches found during verification in ticdc-sink-to-kafka.md (already-fenced --sink-uri examples using 4-space indent instead of EN's 2-space, unrelated to the lost-fence blocks this batch restored on the same file).
|
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 |
|
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 |
What is changed, added or deleted? (Required)
Continues the lost-code-fences sweep (batch 5 of the remaining files after batches 1-4: #23505, #23506, #23511, #23529). Restores dropped ``` fence markers around code/config/log examples across 25 files (mostly
ticdc/*.mdand `tidb-cloud/*.md`), purely structural — no visible text reworded.Verified with 3 layers: (1) total ``` count matches EN exactly, (2) block count matches EN exactly, (3) every restored block's line-by-line content, after stripping leading blockquote
>markers, has indentation identical to EN wherever the stripped content matches.data-service-manage-endpoint.mdneeded no fix: its apparent EN/JA count gap is fully explained by 6 EN lines using inline triple-backtick delimiters around short path examples (e.g.```/var/{var}```), which JA correctly renders with single backticks for the same content — not a lost fence.Also fixed 3 pre-existing indentation mismatches found during verification in
ticdc-sink-to-kafka.md(already-fenced--sink-uriexamples using a 4-space indent instead of EN's 2-space; unrelated to the lost-fence blocks restored on the same file, caught by the same verification pass).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?