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(localization): fix JS error upon "sh" locale set #4905

Merged
merged 2 commits into from
Mar 16, 2022
Merged

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented Mar 16, 2022

Support for Serbian Latin has been added in UI5, now we add support for the same in UI5 Web Components.
For Serbian, there are Cyrillic and Latin scripts - "sr" maps to Cyrillic (supported prior to the change), while "sh" and "sr_latn" map to "Latin" (now supported with the current change).

FIXES: #4904

@ilhan007 ilhan007 merged commit 979bca2 into master Mar 16, 2022
@ilhan007 ilhan007 deleted the fix-sh-locale branch March 16, 2022 13:08
ilhan007 added a commit that referenced this pull request Mar 22, 2022
Support for Serbian Latin has been added in UI5, now we add support for the same in UI5 Web Components.
For Serbian, there are Cyrillic and Latin scripts - "sr" maps to Cyrillic (supported prior to the change), while "sh" and "sr_latn" map to "Latin" (now supported with the current change).

FIXES: #4904
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CLDR Error] Serbian Locale data cannot load
2 participants