Has Chrome stopped supporting Intl function? Has Chrome stopped supporting Intl function? google-chrome google-chrome

Has Chrome stopped supporting Intl function?


See Intl.ListFormat.supportedLocalesOf()

When I run Intl.ListFormat.supportedLocalesOf(['en', 'de', 'nb']) in Chrome and Firefox:

  • Chrome reports that it supports English and German
  • Firefox reports that it supports English, German and Norwegian

The problem isn't lack of support for Intl (which would throw an error if it wasn't supported) but the nb-NO locale specifically.