Do you recommend passing default locale's messages to an intl object? #4546
Unanswered
BlueCutOfficial
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's assume my default locale is
en-us
. If I use this in production:then formatjs fallbacks on the default locale after executing a couple of instructions. Does this approach has downsides compare to compiling the
en-us.json
file and defining themessages
field like for any other language? or is it even better?Beta Was this translation helpful? Give feedback.
All reactions