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
Maybe I'm missing something but it seems like the locale needs to be explicitly imported at build time. Is there a way to select the locale at runtime without exhaustively importing all of them?
The text was updated successfully, but these errors were encountered:
This package is for supporting older browsers where you should ideally know the locale on the server side. For modern browsers, the best solution would be to create a custom "locale" the uses the built-in Intl package.
Maybe I'm missing something but it seems like the locale needs to be explicitly imported at build time. Is there a way to select the locale at runtime without exhaustively importing all of them?
The text was updated successfully, but these errors were encountered: