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
msglist [nfc]: Remove a hard-coded 'en_US' which is the default
See the doc:
https://pub.dev/documentation/intl/latest/intl/DateFormat-class.html
> Formatting dates in the default 'en_US' format does not require
> any initialization.
(And we haven't been doing the described initialization for 'en_US'
or any other locale; it's asynchronous, and we have a better plan
for international formatting described in #45, using ffi.)
0 commit comments