MicrosoftEdge / Status

This repository tracks the roadmap for the Microsoft Edge web platform. This data is used on https://status.microsoftedge.com/ to provide implementation status and forward-looking plans for web standards in Edge and other browsers.
https://status.microsoftedge.com
Other
534 stars 200 forks source link

Intl support (Norwegian) #708

Open josundt opened 3 years ago

josundt commented 3 years ago

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.