You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i18n(ja): remove stray Japanese quote marks around English UI labels
Corpus-wide sweep for a defect pattern first identified and scoped in
PR #23519: a bolded English UI label wrapped in Japanese kagi-kakko
quotes (**「Label」**) even though EN's own doc has no such quote
decoration at that position (plain **Label**). PR #23519 only fixed
the sites it touched directly; this covers the remaining ~52 files
found via a fresh corpus-wide scan.
Each instance was verified against the release-8.5 (English) source
before fixing. Quotes wrapping genuinely Japanese-translated UI
references were left untouched, since that quoting is normal and
unrelated to this defect.
Also fixed a few adjacent defects found while touching these lines:
particles trapped inside a bold span's closing ** instead of sitting
outside it, and two straddling-bracket cases where an opening 「 landed
outside the ** span while its closing 」 landed inside.
0 commit comments