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
I see the code uses the ECMA Intl module to get Number / Date Formatters. At the moment, it seems the hardcoded 'en_US' locale value is passed. We should be able to specify the locale of our application somehow.
I see the code uses the ECMA Intl module to get Number / Date Formatters. At the moment, it seems the hardcoded 'en_US' locale value is passed. We should be able to specify the locale of our application somehow.
Thanks!