@formatjs/intl-relativetimeformat 11.2.15 → 11.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abstract/FormatRelativeTime.js +1 -2
- package/abstract/FormatRelativeTimeToParts.js +1 -2
- package/abstract/InitializeRelativeTimeFormat.js +1 -2
- package/abstract/MakePartsList.js +1 -2
- package/abstract/PartitionRelativeTimePattern.js +1 -2
- package/abstract/SingularRelativeTimeUnit.js +1 -2
- package/get_internal_slots.js +1 -1
- package/locale-data/be-tarask.js +2 -2
- package/locale-data/bs-Cyrl.js +0 -12
- package/locale-data/ccp-IN.js +0 -41
- package/locale-data/ccp.js +0 -41
- package/locale-data/en-AU.js +16 -16
- package/locale-data/es-MX.js +13 -13
- package/locale-data/es-SV.js +2 -2
- package/locale-data/eu.js +48 -48
- package/locale-data/he.js +0 -20
- package/locale-data/id.js +1 -1
- package/locale-data/kgp.js +0 -32
- package/locale-data/ks-Arab.js +9 -9
- package/locale-data/ks.js +9 -9
- package/locale-data/ku.js +29 -27
- package/locale-data/mgo.js +0 -30
- package/locale-data/mi.js +22 -22
- package/locale-data/ne-IN.js +1 -1
- package/locale-data/ne.js +1 -1
- package/locale-data/nn.js +2 -2
- package/locale-data/sl.js +12 -12
- package/locale-data/sr-Cyrl-BA.js +2 -2
- package/locale-data/sr-Latn-BA.js +2 -2
- package/locale-data/sv-AX.js +1 -1
- package/locale-data/sv-FI.js +1 -1
- package/locale-data/sv.js +1 -1
- package/locale-data/to.js +26 -26
- package/locale-data/uk.js +4 -4
- package/locale-data/ur-IN.js +3 -3
- package/package.json +7 -7
- package/polyfill.iife.js +204 -160
- package/should-polyfill.js +1 -2
package/should-polyfill.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.shouldPolyfill =
|
|
3
|
+
exports.shouldPolyfill = shouldPolyfill;
|
|
4
4
|
var intl_localematcher_1 = require("@formatjs/intl-localematcher");
|
|
5
5
|
var supported_locales_generated_1 = require("./supported-locales.generated");
|
|
6
6
|
function supportedLocalesOf(locale) {
|
|
@@ -30,4 +30,3 @@ function shouldPolyfill(locale) {
|
|
|
30
30
|
return (0, intl_localematcher_1.match)([locale], supported_locales_generated_1.supportedLocales, 'en');
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
exports.shouldPolyfill = shouldPolyfill;
|