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
True! Only downside is it creates duplicate code in the final bundle. Not much but depends on how many formats and languages. Also the compiler complains, in your example that fr and es is missing.
Clear and concise description of the problem
At the moment number formats need to be defined for every locale, but this results in duplicate code:
This is a simple example but imagine having 27 EU countries and defining multiple date formats and all of them are the same.
Suggested solution
Maybe something like this:
Additionally
locales
could be optional: If not defined it applies to all locales.Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: