mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Update relative-time-polyfill.js
This commit is contained in:
parent
91c256ad75
commit
14db1428f1
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
// safari <14. These seven account for most uses.
|
||||
// relativetimeformat depends on locale which also needs to be polyfilled in
|
||||
// safari <14
|
||||
// The plural rules is required for safari 12.
|
||||
require('@formatjs/intl-locale/polyfill');
|
||||
require('@formatjs/intl-pluralrules/polyfill');
|
||||
require('@formatjs/intl-relativetimeformat/polyfill');
|
||||
|
|
Loading…
Reference in a new issue