1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Mark Stacey f5d4ab1cc1
Include relative time polyfill locale data (#8896)
We were including the polyfill for the `Intl.RelativeTimeFormat` API,
but we weren't including any locale data. This polyfill doesn't work
without the locale data for whichever locale you're formatting.

The data for all locales we support is now included. The locale data
is loaded from disk as-needed (during app startup, and upon each change
in locale).
2020-07-02 21:34:48 -03:00
..
2020-03-09 08:55:02 +08:00
2019-11-19 10:46:10 -05:00
2017-09-29 11:50:24 -07:00
2018-03-14 15:33:22 +02:00

Development

Several files which are needed for developing on(!) MetaMask.

Usually each files contains information about its scope / usage.