Skip to content

i18n(ja): fix redundant or broken verb after get-support/report-a-bug links - #23460

Open
yahonda wants to merge 1 commit into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-get-support-redundant-verb
Open

i18n(ja): fix redundant or broken verb after get-support/report-a-bug links#23460
yahonda wants to merge 1 commit into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-get-support-redundant-verb

Conversation

@yahonda

@yahonda yahonda commented Aug 7, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

Fixes a systematic MT artifact affecting 53 files: the link text [サポートを受ける](/support.md) ("get support") and [バグを報告する](.../support) ("report a bug") already contain a complete verb, but the MT pipeline appended a second, redundant or scrambled trailing verb after the link (e.g. 取得してください, リクエストしてください, 参照してください, お知らせください, に収集します), producing broken or nonsensical sentences.

Fix: move the intended verb form inside the link, matching the two correct patterns already present elsewhere in the corpus:

  • English imperative ("..., get support.") → [サポートを受けて](...)ください。
  • English "you can get support" → [サポートを受ける](...)ことができます。

Same two patterns applied to the 44 sql-statements/*.md MySQL-compatibility "report a bug" footers (38 imperative sites, 5 "you can report a bug" sites; sql-statement-create-table-like.md was already correct and left untouched).

A few tiflash/troubleshoot-tiflash.md sentences also had the log-collection clause and the get-support clause scrambled together across the link boundary; reordered to "collect logs, then get support" to match the English source.

Left out of scope: error-codes.md's one "Contact the developer ... or get support" sentence, which lists three alternatives instead of English's two — not the redundant-trailing-verb defect this PR targets, deferred separately.

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v8.5 (TiDB 8.5 versions)
  • v8.4 (TiDB 8.4 versions)
  • v8.3 (TiDB 8.3 versions)
  • v8.2 (TiDB 8.2 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)

What is the related PR or file link(s)?

N/A

AI agent involvement

  • The changes in this PR were primarily made by an AI agent on behalf of the PR author.

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

… links

The link text "[サポートを受ける](/support.md)" ("get support") and
"[バグを報告する](.../support)" ("report a bug") already contain a complete
verb. In 53 files, the MT pipeline appended (or scrambled in) a second,
unrelated trailing verb after the link (e.g. 取得してください, リクエスト
してください, 参照してください, お知らせください), producing redundant or
grammatically broken sentences.

Fixed by putting the intended verb form inside the link and leaving only a
plain sentence-ending period outside, matching the two correct patterns that
already existed in this corpus:
- imperative EN ("..., get support.") -> [サポートを受けて](...)ください。
- "you can get support" EN -> [サポートを受ける](...)ことができます。

Same two patterns applied to the 44 sql-statements/*.md "report a bug"
compatibility-note footers (38 imperative -> [バグを報告してください](...)。,
5 "you can report a bug" -> [バグを報告する](...)ことができます。;
sql-statement-create-table-like.md was already correct and left untouched).

Several tiflash/troubleshoot-tiflash.md sentences also had the log-collection
clause and the get-support clause scrambled together; reordered to collect
logs first, then get support, matching the English source.

Left out of scope: error-codes.md's one "Contact the developer ... or get
support" sentence, which lists three alternatives instead of English's two
but is not the redundant-trailing-verb defect this PR targets.
@ti-chi-bot

ti-chi-bot Bot commented Aug 7, 2026

Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@ti-chi-bot ti-chi-bot Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 7, 2026
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 02b31ce9-845b-4906-b35a-199130e13ab0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ti-chi-bot

ti-chi-bot Bot commented Aug 7, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign icemap for approval. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot added missing-translation-status This PR does not have translation status info. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 7, 2026
@yahonda
yahonda marked this pull request as ready for review August 7, 2026 01:51
@ti-chi-bot ti-chi-bot Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing-translation-status This PR does not have translation status info. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant