Skip to content

fix(i18n): add missing Cancel translations for Input/ComboBox/MultiComboBox (2.15)#13612

Merged
ilhan007 merged 1 commit into
release-2.15.4from
fix/i18n-cancel-translations-2.15
May 29, 2026
Merged

fix(i18n): add missing Cancel translations for Input/ComboBox/MultiComboBox (2.15)#13612
ilhan007 merged 1 commit into
release-2.15.4from
fix/i18n-cancel-translations-2.15

Conversation

@ilhan007
Copy link
Copy Markdown
Collaborator

What

Backport the missing translations for these three i18n keys to the 2.15.x line:

  • INPUT_SUGGESTIONS_CANCEL_BUTTON
  • MULTICOMBOBOX_DIALOG_CANCEL_BUTTON
  • COMBOBOX_DIALOG_CANCEL_BUTTON

Why

These keys are defined and used in the JS layer in 2.15.x (Input, ComboBox, MultiComboBox dialogs/suggestions on mobile) but they are missing from every messagebundle_*.properties locale file in this release line. As a result, the English fallback "Cancel" is shown regardless of locale.

The translations already exist on main (and were shipped in 2.16+); this PR pulls them verbatim into the 2.15.x locale files so a 2.15.5 patch release can ship them.

How

The translations are taken from main for each messagebundle_*.properties file, including the pseudo-locales (sappsd, saprigi, saptrc) and en. The source messagebundle.properties already contained the keys on 2.15.4, so it was untouched.

Fixes #13587

…MultiComboBox

The keys INPUT_SUGGESTIONS_CANCEL_BUTTON, MULTICOMBOBOX_DIALOG_CANCEL_BUTTON
and COMBOBOX_DIALOG_CANCEL_BUTTON are defined and used in 2.15.x but their
translations are missing from all non-default messagebundle_*.properties
locale files, causing the English fallback Cancel to appear regardless of
the user's locale on mobile suggestion/dialog popovers.

Backport the translations from main, where they already exist in 2.16+.

Fixes #13587
@ilhan007 ilhan007 requested a review from nnaydenow May 29, 2026 09:51
@ilhan007 ilhan007 merged commit 2aeb6a1 into release-2.15.4 May 29, 2026
11 of 19 checks passed
@ilhan007 ilhan007 deleted the fix/i18n-cancel-translations-2.15 branch May 29, 2026 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants