You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yeah I'm open to that as well. Although @sffc brought up a point where certain matching algorithm might require additional CLDR data so I can also see something like:
newIntl.LocaleMatcher({algorithm: 'lookup'})// This is the RFC4647 one that requires no addl data(awaitnewIntl.LocaleMatcher({algorithm: 'unicode'})).match()// This is UTS35 LanguageMatching which needs maximize/minimize
I suggest we add this functionality as a function in Intl instead of adding a new LocaleMatcher object.
Instead of
How about
The text was updated successfully, but these errors were encountered: