@formatjs/intl-listformat 7.4.2 → 7.5.1
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/lib/index.js +33 -31
- package/lib/polyfill-force.js +5 -2
- package/lib/polyfill.js +7 -4
- package/lib/should-polyfill.js +8 -4
- package/lib/supported-locales.generated.js +4 -1
- package/locale-data/brx.js +12 -12
- package/locale-data/ca-AD.js +2 -2
- package/locale-data/ca-ES-valencia.js +2 -2
- package/locale-data/ca-FR.js +2 -2
- package/locale-data/ca-IT.js +2 -2
- package/locale-data/ca.js +2 -2
- package/locale-data/cs.js +7 -7
- package/locale-data/ff-Adlm-BF.js +10 -10
- package/locale-data/ff-Adlm-CM.js +10 -10
- package/locale-data/ff-Adlm-GH.js +10 -10
- package/locale-data/ff-Adlm-GM.js +10 -10
- package/locale-data/ff-Adlm-GW.js +10 -10
- package/locale-data/ff-Adlm-LR.js +10 -10
- package/locale-data/ff-Adlm-MR.js +10 -10
- package/locale-data/ff-Adlm-NE.js +10 -10
- package/locale-data/ff-Adlm-NG.js +10 -10
- package/locale-data/ff-Adlm-SL.js +10 -10
- package/locale-data/ff-Adlm-SN.js +10 -10
- package/locale-data/ff-Adlm.js +10 -10
- package/locale-data/ga-GB.js +1 -1
- package/locale-data/ga.js +1 -1
- package/locale-data/he.js +2 -2
- package/locale-data/ks-Arab.js +24 -24
- package/locale-data/ks.js +24 -24
- package/locale-data/ml.js +6 -6
- package/locale-data/ta-LK.js +4 -4
- package/locale-data/ta-MY.js +4 -4
- package/locale-data/ta-SG.js +4 -4
- package/locale-data/ta.js +4 -4
- package/locale-data/ur-IN.js +8 -8
- package/locale-data/yo-BJ.js +9 -9
- package/locale-data/yo.js +9 -9
- package/locale-data/zh-Hans-HK.js +2 -2
- package/locale-data/zh-Hans-MO.js +2 -2
- package/locale-data/zh-Hans-SG.js +2 -2
- package/locale-data/zh-Hans.js +2 -2
- package/locale-data/zh.js +2 -2
- package/package.json +6 -6
- package/polyfill.iife.js +7855 -641
- package/index.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/polyfill-force.d.ts.map +0 -1
- package/lib/polyfill.d.ts.map +0 -1
- package/lib/should-polyfill.d.ts.map +0 -1
- package/lib/supported-locales.generated.d.ts.map +0 -1
- package/polyfill-force.d.ts.map +0 -1
- package/polyfill.d.ts.map +0 -1
- package/should-polyfill.d.ts.map +0 -1
- package/supported-locales.generated.d.ts.map +0 -1
package/locale-data/ta-MY.js
CHANGED
|
@@ -45,9 +45,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
45
45
|
},
|
|
46
46
|
"unit": {
|
|
47
47
|
"long": {
|
|
48
|
-
"end": "{0}
|
|
48
|
+
"end": "{0}, {1}",
|
|
49
49
|
"middle": "{0}, {1}",
|
|
50
|
-
"pair": "{0}
|
|
50
|
+
"pair": "{0}, {1}",
|
|
51
51
|
"start": "{0}, {1}"
|
|
52
52
|
},
|
|
53
53
|
"narrow": {
|
|
@@ -57,9 +57,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
57
57
|
"start": "{0} {1}"
|
|
58
58
|
},
|
|
59
59
|
"short": {
|
|
60
|
-
"end": "{0}
|
|
60
|
+
"end": "{0}, {1}",
|
|
61
61
|
"middle": "{0}, {1}",
|
|
62
|
-
"pair": "{0}
|
|
62
|
+
"pair": "{0}, {1}",
|
|
63
63
|
"start": "{0}, {1}"
|
|
64
64
|
}
|
|
65
65
|
}
|
package/locale-data/ta-SG.js
CHANGED
|
@@ -45,9 +45,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
45
45
|
},
|
|
46
46
|
"unit": {
|
|
47
47
|
"long": {
|
|
48
|
-
"end": "{0}
|
|
48
|
+
"end": "{0}, {1}",
|
|
49
49
|
"middle": "{0}, {1}",
|
|
50
|
-
"pair": "{0}
|
|
50
|
+
"pair": "{0}, {1}",
|
|
51
51
|
"start": "{0}, {1}"
|
|
52
52
|
},
|
|
53
53
|
"narrow": {
|
|
@@ -57,9 +57,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
57
57
|
"start": "{0} {1}"
|
|
58
58
|
},
|
|
59
59
|
"short": {
|
|
60
|
-
"end": "{0}
|
|
60
|
+
"end": "{0}, {1}",
|
|
61
61
|
"middle": "{0}, {1}",
|
|
62
|
-
"pair": "{0}
|
|
62
|
+
"pair": "{0}, {1}",
|
|
63
63
|
"start": "{0}, {1}"
|
|
64
64
|
}
|
|
65
65
|
}
|
package/locale-data/ta.js
CHANGED
|
@@ -45,9 +45,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
45
45
|
},
|
|
46
46
|
"unit": {
|
|
47
47
|
"long": {
|
|
48
|
-
"end": "{0}
|
|
48
|
+
"end": "{0}, {1}",
|
|
49
49
|
"middle": "{0}, {1}",
|
|
50
|
-
"pair": "{0}
|
|
50
|
+
"pair": "{0}, {1}",
|
|
51
51
|
"start": "{0}, {1}"
|
|
52
52
|
},
|
|
53
53
|
"narrow": {
|
|
@@ -57,9 +57,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
57
57
|
"start": "{0} {1}"
|
|
58
58
|
},
|
|
59
59
|
"short": {
|
|
60
|
-
"end": "{0}
|
|
60
|
+
"end": "{0}, {1}",
|
|
61
61
|
"middle": "{0}, {1}",
|
|
62
|
-
"pair": "{0}
|
|
62
|
+
"pair": "{0}, {1}",
|
|
63
63
|
"start": "{0}, {1}"
|
|
64
64
|
}
|
|
65
65
|
}
|
package/locale-data/ur-IN.js
CHANGED
|
@@ -45,21 +45,21 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
45
45
|
},
|
|
46
46
|
"unit": {
|
|
47
47
|
"long": {
|
|
48
|
-
"end": "{
|
|
48
|
+
"end": "{0}، اور {1}",
|
|
49
49
|
"middle": "{0}, {1}",
|
|
50
|
-
"pair": "{
|
|
50
|
+
"pair": "{0}، {1}",
|
|
51
51
|
"start": "{0}, {1}"
|
|
52
52
|
},
|
|
53
53
|
"narrow": {
|
|
54
|
-
"end": "{
|
|
55
|
-
"middle": "{
|
|
56
|
-
"pair": "{
|
|
57
|
-
"start": "{
|
|
54
|
+
"end": "{0}، اور {1}",
|
|
55
|
+
"middle": "{0}، {1}",
|
|
56
|
+
"pair": "{0} اور {1}",
|
|
57
|
+
"start": "{0}، {1}"
|
|
58
58
|
},
|
|
59
59
|
"short": {
|
|
60
|
-
"end": "{
|
|
60
|
+
"end": "{0}، اور {1}",
|
|
61
61
|
"middle": "{0}، {1}",
|
|
62
|
-
"pair": "{
|
|
62
|
+
"pair": "{0} اور {1}",
|
|
63
63
|
"start": "{0}، {1}"
|
|
64
64
|
}
|
|
65
65
|
}
|
package/locale-data/yo-BJ.js
CHANGED
|
@@ -25,22 +25,22 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
25
25
|
},
|
|
26
26
|
"disjunction": {
|
|
27
27
|
"long": {
|
|
28
|
-
"end": "{0},
|
|
28
|
+
"end": "{0}, tabi {1}",
|
|
29
29
|
"middle": "{0}, {1}",
|
|
30
|
-
"pair": "{0}
|
|
31
|
-
"start": "{0}
|
|
30
|
+
"pair": "{0} tàbí {1}",
|
|
31
|
+
"start": "{0} pɛ̀lú {1}"
|
|
32
32
|
},
|
|
33
33
|
"narrow": {
|
|
34
|
-
"end": "{0},
|
|
34
|
+
"end": "{0}, tabi {1}",
|
|
35
35
|
"middle": "{0}, {1}",
|
|
36
|
-
"pair": "{0}
|
|
37
|
-
"start": "{0}
|
|
36
|
+
"pair": "{0} tàbí {1}",
|
|
37
|
+
"start": "{0} pɛ̀lú {1}"
|
|
38
38
|
},
|
|
39
39
|
"short": {
|
|
40
|
-
"end": "{0},
|
|
40
|
+
"end": "{0}, tabi {1}",
|
|
41
41
|
"middle": "{0}, {1}",
|
|
42
|
-
"pair": "{0}
|
|
43
|
-
"start": "{0}
|
|
42
|
+
"pair": "{0} tàbí {1}",
|
|
43
|
+
"start": "{0} pɛ̀lú {1}"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"unit": {
|
package/locale-data/yo.js
CHANGED
|
@@ -25,22 +25,22 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
25
25
|
},
|
|
26
26
|
"disjunction": {
|
|
27
27
|
"long": {
|
|
28
|
-
"end": "{0},
|
|
28
|
+
"end": "{0}, tabi {1}",
|
|
29
29
|
"middle": "{0}, {1}",
|
|
30
|
-
"pair": "{0}
|
|
31
|
-
"start": "{0}
|
|
30
|
+
"pair": "{0} tàbí {1}",
|
|
31
|
+
"start": "{0} pẹ̀lú {1}"
|
|
32
32
|
},
|
|
33
33
|
"narrow": {
|
|
34
|
-
"end": "{0},
|
|
34
|
+
"end": "{0}, tabi {1}",
|
|
35
35
|
"middle": "{0}, {1}",
|
|
36
|
-
"pair": "{0}
|
|
37
|
-
"start": "{0}
|
|
36
|
+
"pair": "{0} tàbí {1}",
|
|
37
|
+
"start": "{0} pẹ̀lú {1}"
|
|
38
38
|
},
|
|
39
39
|
"short": {
|
|
40
|
-
"end": "{0},
|
|
40
|
+
"end": "{0}, tabi {1}",
|
|
41
41
|
"middle": "{0}, {1}",
|
|
42
|
-
"pair": "{0}
|
|
43
|
-
"start": "{0}
|
|
42
|
+
"pair": "{0} tàbí {1}",
|
|
43
|
+
"start": "{0} pẹ̀lú {1}"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"unit": {
|
|
@@ -11,9 +11,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
11
11
|
"start": "{0}、{1}"
|
|
12
12
|
},
|
|
13
13
|
"narrow": {
|
|
14
|
-
"end": "{0}
|
|
14
|
+
"end": "{0}、{1}",
|
|
15
15
|
"middle": "{0}、{1}",
|
|
16
|
-
"pair": "{0}
|
|
16
|
+
"pair": "{0}、{1}",
|
|
17
17
|
"start": "{0}、{1}"
|
|
18
18
|
},
|
|
19
19
|
"short": {
|
|
@@ -11,9 +11,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
11
11
|
"start": "{0}、{1}"
|
|
12
12
|
},
|
|
13
13
|
"narrow": {
|
|
14
|
-
"end": "{0}
|
|
14
|
+
"end": "{0}、{1}",
|
|
15
15
|
"middle": "{0}、{1}",
|
|
16
|
-
"pair": "{0}
|
|
16
|
+
"pair": "{0}、{1}",
|
|
17
17
|
"start": "{0}、{1}"
|
|
18
18
|
},
|
|
19
19
|
"short": {
|
|
@@ -11,9 +11,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
11
11
|
"start": "{0}、{1}"
|
|
12
12
|
},
|
|
13
13
|
"narrow": {
|
|
14
|
-
"end": "{0}
|
|
14
|
+
"end": "{0}、{1}",
|
|
15
15
|
"middle": "{0}、{1}",
|
|
16
|
-
"pair": "{0}
|
|
16
|
+
"pair": "{0}、{1}",
|
|
17
17
|
"start": "{0}、{1}"
|
|
18
18
|
},
|
|
19
19
|
"short": {
|
package/locale-data/zh-Hans.js
CHANGED
|
@@ -11,9 +11,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
11
11
|
"start": "{0}、{1}"
|
|
12
12
|
},
|
|
13
13
|
"narrow": {
|
|
14
|
-
"end": "{0}
|
|
14
|
+
"end": "{0}、{1}",
|
|
15
15
|
"middle": "{0}、{1}",
|
|
16
|
-
"pair": "{0}
|
|
16
|
+
"pair": "{0}、{1}",
|
|
17
17
|
"start": "{0}、{1}"
|
|
18
18
|
},
|
|
19
19
|
"short": {
|
package/locale-data/zh.js
CHANGED
|
@@ -11,9 +11,9 @@ if (Intl.ListFormat && typeof Intl.ListFormat.__addLocaleData === 'function') {
|
|
|
11
11
|
"start": "{0}、{1}"
|
|
12
12
|
},
|
|
13
13
|
"narrow": {
|
|
14
|
-
"end": "{0}
|
|
14
|
+
"end": "{0}、{1}",
|
|
15
15
|
"middle": "{0}、{1}",
|
|
16
|
-
"pair": "{0}
|
|
16
|
+
"pair": "{0}、{1}",
|
|
17
17
|
"start": "{0}、{1}"
|
|
18
18
|
},
|
|
19
19
|
"short": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/intl-listformat",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.1",
|
|
4
4
|
"description": "Formats JS list in a i18n-safe way",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"intl",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"url": "git@github.com:formatjs/formatjs.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"
|
|
23
|
-
"@formatjs/
|
|
24
|
-
"
|
|
22
|
+
"tslib": "^2.4.0",
|
|
23
|
+
"@formatjs/ecma402-abstract": "1.17.3",
|
|
24
|
+
"@formatjs/intl-localematcher": "0.5.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@formatjs/intl-getcanonicallocales": "2.
|
|
28
|
-
"@formatjs/intl-locale": "3.
|
|
27
|
+
"@formatjs/intl-getcanonicallocales": "2.3.0",
|
|
28
|
+
"@formatjs/intl-locale": "3.4.1"
|
|
29
29
|
},
|
|
30
30
|
"main": "index.js",
|
|
31
31
|
"types": "index.d.ts",
|