Allow configuring localeMatcher
option?
#4577
SimpleCreations
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use polyfills for Intl APIs for React Native. Every Intl constructor uses
LocaleMatcher
internally, which has terrible performance.I noticed though that the
lookup
algorithm is quite fast (as opposed tobest fit
), and it fits my use case. Can we have an option to specify locale matching strategy for all Intl constructors? E.g.Beta Was this translation helpful? Give feedback.
All reactions