Skip to content

i18n(ja): fix dropdown word split by stray bold-span boundary - #23550

Merged
qiancai merged 1 commit into
pingcap:i18n-ja-release-8.5from
yahonda:fix-select-role-dropdown-split-2026-08-18
Aug 18, 2026
Merged

i18n(ja): fix dropdown word split by stray bold-span boundary#23550
qiancai merged 1 commit into
pingcap:i18n-ja-release-8.5from
yahonda:fix-select-role-dropdown-split-2026-08-18

Conversation

@yahonda

@yahonda yahonda commented Aug 18, 2026

Copy link
Copy Markdown
Member

What is changed

In tidb-cloud/changefeed-sink-to-cloud-storage.md, the bold span around the "Select a role" label incorrectly cut through the compound word ドロップダウン (dropdown), trapping ドロップ inside the closing ** and leaving ダウン outside:

**「役割を選択」ドロップ**ダウンリストに、...

This reads as an unnatural mid-word emphasis break. Fixed to bold only the UI label, matching every other ドロップダウンリスト occurrence in the corpus (confirmed via corpus-wide grep — this was the only split instance out of 50+ occurrences):

**「役割を選択」**ドロップダウンリストに、...

EN reference: "In the Select a role drop-down list, type the name of the IAM role you just created, and then choose the name from the filter result."

The bold span in 「役割を選択」ドロップ**ダウンリスト incorrectly cut the compound word ドロップダウン (dropdown) in half, trapping ドロップ inside the bold and leaving ダウン outside. The bold should wrap only the UI label 「役割を選択」 (EN: **Select a role**), with ドロップダウンリスト as plain text after it, matching every other ドロップダウンリスト instance in the corpus.
@ti-chi-bot

ti-chi-bot Bot commented Aug 18, 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 tangenta 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

@coderabbitai

coderabbitai Bot commented Aug 18, 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: 976a741a-2dcb-4031-8d28-8f24098187ed

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 added missing-translation-status This PR does not have translation status info. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 18, 2026
@qiancai qiancai added translation/no-need No need to translate this PR. and removed missing-translation-status This PR does not have translation status info. labels Aug 18, 2026
@ti-chi-bot

ti-chi-bot Bot commented Aug 18, 2026

Copy link
Copy Markdown

[LGTM Timeline notifier]

Timeline:

  • 2026-08-18 06:14:21.753679349 +0000 UTC m=+3718247.789774395: ☑️ agreed by qiancai.

@ti-chi-bot ti-chi-bot Bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Aug 18, 2026
@qiancai
qiancai merged commit 255c6ae into pingcap:i18n-ja-release-8.5 Aug 18, 2026
4 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-1-more-lgtm Indicates a PR needs 1 more LGTM. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. translation/no-need No need to translate this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants