Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui5-color-palette): add i18n text for default color button's text #8157

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

hinzzx
Copy link
Contributor

@hinzzx hinzzx commented Jan 22, 2024

Currently in our <ui5-color-palette> and <ui5-color-palette-popover> components the 'More Colors...' button have its text in the i18n Bundle, while in the 'Default Color' button the text was hardcoded, which is inconsistent and leads to a non-translated text in different regions.

With this change we added the text of the 'Default Color' button in the I18N Bundle.

Fixes: #8155

@hinzzx hinzzx merged commit 7b4dac3 into main Jan 22, 2024
8 checks passed
@hinzzx hinzzx deleted the i18n-color-palette branch January 22, 2024 14:20
ilhan007 pushed a commit that referenced this pull request Jan 25, 2024
…#8157)

Currently in our `<ui5-color-palette>` and `<ui5-color-palette-popover>` components the *'More Colors...'* button have its text in the i18n Bundle, while in the *'Default Color'* button the text was hardcoded, which is inconsistent and leads to a non-translated text in different regions.
- With this change we added the text of the *'Default Color'* button in the I18N Bundle.
tsanislavgatev pushed a commit that referenced this pull request Feb 20, 2024
…#8157)

Currently in our `<ui5-color-palette>` and `<ui5-color-palette-popover>` components the *'More Colors...'* button have its text in the i18n Bundle, while in the *'Default Color'* button the text was hardcoded, which is inconsistent and leads to a non-translated text in different regions.
- With this change we added the text of the *'Default Color'* button in the I18N Bundle.
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.

[ui5-color-palette-popover]: Minor Improvement
2 participants