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

Intl support (Norwegian) #708

Open
josundt opened this issue Sep 8, 2021 · 0 comments
Open

Intl support (Norwegian) #708

josundt opened this issue Sep 8, 2021 · 0 comments

Comments

@josundt
Copy link

josundt commented Sep 8, 2021

Intl DateTimeFormat/NumberFormat/RelativeTimeFormat support for Norwegian ("nb", "nb-NO") was broken at some point in MS Edge.

This bug has been dealt with in chromium (https://bugs.chromium.org/p/chromium/issues/detail?id=1215606&q=norwegian&can=2).

Google Chrome earlier had the same issue but, has they has been able to fix it in some v92.x release.
I was hoping/expecting for MS Edge to have fixed this in the MS Edge v93 release, but unfortunately it still persists today (v93.0.961.38).

Intl.NumberFormat.supportedLocalesOf(["nb", "nb-NO", "en"])`
> [en]

From the developer console of MS Edge 93.0.961.38

From my findings this relates to a breaking structural change for the Norwegian language in Unicode's release of CLDR v39.
Read more: http://cldr.unicode.org/index/downloads/cldr-39

I am struggling to find the best channel where I can report this quite critical bug to the MS Edge developer team, and I'm quite sure this is not the correct channel.

I still try to reach out here, hoping that someone could relay the information or redirect me to a channel that will give this issue the appropriate attention/priority/escalation.

It should be in Microsoft's interest to start looking into this ASAP.
The company I work for currently have to instruct our Norwegian customers to switch to Google Chrome to get correct Date, Number, Currency and RelativeTime formatting in our web applications.

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

No branches or pull requests

1 participant