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(abort): add Turkish, Korean, and Italian abort triggers
Add missing language coverage to the ABORT_TRIGGERS set:
- Turkish (tr): 'dur', 'iptal'
- Korean (ko): '멈춰'
- Italian (it): 'fermati'
These languages were omitted from the multilingual expansion in #25103.
Follows the same conservative pattern: 1-2 entries per language, matching
the baseline established for Arabic (1), Hindi (1), Chinese (1),
and Portuguese (1).
Relates to #26113 (configurable abort triggers) — this is a stopgap
fix for the most-requested missing languages. A proper config-driven
solution is tracked in that issue.
Tests: extended isAbortTrigger and isAbortRequestText coverage for all
three new locales.
0 commit comments