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