@formatjs/intl-relativetimeformat 11.2.6 → 11.2.8

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 (92) hide show
  1. package/lib/abstract/FormatRelativeTime.js +7 -3
  2. package/lib/abstract/FormatRelativeTimeToParts.js +7 -3
  3. package/lib/abstract/InitializeRelativeTimeFormat.js +15 -11
  4. package/lib/abstract/MakePartsList.js +8 -4
  5. package/lib/abstract/PartitionRelativeTimePattern.js +15 -11
  6. package/lib/abstract/SingularRelativeTimeUnit.js +7 -3
  7. package/lib/get_internal_slots.js +4 -1
  8. package/lib/index.js +17 -14
  9. package/lib/polyfill-force.js +5 -2
  10. package/lib/polyfill.js +7 -4
  11. package/lib/should-polyfill.js +8 -4
  12. package/lib/supported-locales.generated.js +4 -1
  13. package/locale-data/be-tarask.js +6 -6
  14. package/locale-data/brx.js +141 -93
  15. package/locale-data/bs-Cyrl.js +12 -0
  16. package/locale-data/dsb.js +6 -6
  17. package/locale-data/en-AE.js +32 -32
  18. package/locale-data/en-AS.js +32 -32
  19. package/locale-data/en-AU.js +1 -1
  20. package/locale-data/en-BI.js +32 -32
  21. package/locale-data/en-CA.js +4 -4
  22. package/locale-data/en-GU.js +32 -32
  23. package/locale-data/en-MH.js +32 -32
  24. package/locale-data/en-MP.js +32 -32
  25. package/locale-data/en-PH.js +32 -32
  26. package/locale-data/en-PR.js +32 -32
  27. package/locale-data/en-UM.js +32 -32
  28. package/locale-data/en-VI.js +32 -32
  29. package/locale-data/en.js +32 -32
  30. package/locale-data/fa-AF.js +4 -4
  31. package/locale-data/fa.js +4 -4
  32. package/locale-data/ff-Adlm-BF.js +4 -4
  33. package/locale-data/ff-Adlm-CM.js +4 -4
  34. package/locale-data/ff-Adlm-GH.js +4 -4
  35. package/locale-data/ff-Adlm-GM.js +4 -4
  36. package/locale-data/ff-Adlm-GW.js +4 -4
  37. package/locale-data/ff-Adlm-LR.js +4 -4
  38. package/locale-data/ff-Adlm-MR.js +4 -4
  39. package/locale-data/ff-Adlm-NE.js +4 -4
  40. package/locale-data/ff-Adlm-NG.js +4 -4
  41. package/locale-data/ff-Adlm-SL.js +4 -4
  42. package/locale-data/ff-Adlm-SN.js +4 -4
  43. package/locale-data/ff-Adlm.js +4 -4
  44. package/locale-data/fil.js +47 -47
  45. package/locale-data/ga-GB.js +12 -12
  46. package/locale-data/ga.js +12 -12
  47. package/locale-data/hu.js +12 -12
  48. package/locale-data/ks-Arab.js +27 -27
  49. package/locale-data/ks.js +27 -27
  50. package/locale-data/ku.js +4 -0
  51. package/locale-data/mai.js +93 -93
  52. package/locale-data/mi.js +86 -86
  53. package/locale-data/mk.js +2 -2
  54. package/locale-data/mt.js +155 -107
  55. package/locale-data/nl-AW.js +7 -7
  56. package/locale-data/nl-BE.js +7 -7
  57. package/locale-data/nl-BQ.js +7 -7
  58. package/locale-data/nl-CW.js +7 -7
  59. package/locale-data/nl-SR.js +7 -7
  60. package/locale-data/nl-SX.js +7 -7
  61. package/locale-data/nl.js +7 -7
  62. package/locale-data/or.js +1 -1
  63. package/locale-data/sr-Cyrl-BA.js +27 -27
  64. package/locale-data/sr-Latn-BA.js +27 -27
  65. package/locale-data/uk.js +4 -4
  66. package/locale-data/xh.js +36 -36
  67. package/package.json +7 -7
  68. package/polyfill.iife.js +7971 -702
  69. package/abstract/FormatRelativeTime.d.ts.map +0 -1
  70. package/abstract/FormatRelativeTimeToParts.d.ts.map +0 -1
  71. package/abstract/InitializeRelativeTimeFormat.d.ts.map +0 -1
  72. package/abstract/MakePartsList.d.ts.map +0 -1
  73. package/abstract/PartitionRelativeTimePattern.d.ts.map +0 -1
  74. package/abstract/SingularRelativeTimeUnit.d.ts.map +0 -1
  75. package/get_internal_slots.d.ts.map +0 -1
  76. package/index.d.ts.map +0 -1
  77. package/lib/abstract/FormatRelativeTime.d.ts.map +0 -1
  78. package/lib/abstract/FormatRelativeTimeToParts.d.ts.map +0 -1
  79. package/lib/abstract/InitializeRelativeTimeFormat.d.ts.map +0 -1
  80. package/lib/abstract/MakePartsList.d.ts.map +0 -1
  81. package/lib/abstract/PartitionRelativeTimePattern.d.ts.map +0 -1
  82. package/lib/abstract/SingularRelativeTimeUnit.d.ts.map +0 -1
  83. package/lib/get_internal_slots.d.ts.map +0 -1
  84. package/lib/index.d.ts.map +0 -1
  85. package/lib/polyfill-force.d.ts.map +0 -1
  86. package/lib/polyfill.d.ts.map +0 -1
  87. package/lib/should-polyfill.d.ts.map +0 -1
  88. package/lib/supported-locales.generated.d.ts.map +0 -1
  89. package/polyfill-force.d.ts.map +0 -1
  90. package/polyfill.d.ts.map +0 -1
  91. package/should-polyfill.d.ts.map +0 -1
  92. package/supported-locales.generated.d.ts.map +0 -1
package/locale-data/mi.js CHANGED
@@ -5,39 +5,39 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
5
5
  "data": {
6
6
  "day": {
7
7
  "-1": "inanahi",
8
- "0": "āianei",
8
+ "0": "i tēnei rā",
9
9
  "1": "āpōpō",
10
10
  "future": {
11
- "other": "+{0} d"
11
+ "other": "+{0} r."
12
12
  },
13
13
  "past": {
14
- "other": "-{0} d"
14
+ "other": "-{0} r."
15
15
  }
16
16
  },
17
17
  "day-narrow": {
18
18
  "-1": "inanahi",
19
- "0": "āianei",
19
+ "0": "i tēnei rā",
20
20
  "1": "āpōpō",
21
21
  "future": {
22
- "other": "+{0} d"
22
+ "other": "+{0} r"
23
23
  },
24
24
  "past": {
25
- "other": "-{0} d"
25
+ "other": "-{0} r"
26
26
  }
27
27
  },
28
28
  "day-short": {
29
29
  "-1": "inanahi",
30
- "0": "āianei",
30
+ "0": "i tēnei rā",
31
31
  "1": "āpōpō",
32
32
  "future": {
33
- "other": "+{0} d"
33
+ "other": "+{0} r"
34
34
  },
35
35
  "past": {
36
- "other": "-{0} d"
36
+ "other": "-{0} r."
37
37
  }
38
38
  },
39
39
  "hour": {
40
- "0": "this hour",
40
+ "0": "i tēnei hāora",
41
41
  "future": {
42
42
  "other": "+{0} h"
43
43
  },
@@ -46,54 +46,54 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
46
46
  }
47
47
  },
48
48
  "hour-narrow": {
49
- "0": "this hour",
49
+ "0": "i tēnei hāora",
50
50
  "future": {
51
- "other": "+{0} h"
51
+ "other": "+{0} h."
52
52
  },
53
53
  "past": {
54
- "other": "-{0} h"
54
+ "other": "-{0} h."
55
55
  }
56
56
  },
57
57
  "hour-short": {
58
- "0": "this hour",
58
+ "0": "i tēnei hāora",
59
59
  "future": {
60
- "other": "+{0} h"
60
+ "other": "+{0} h."
61
61
  },
62
62
  "past": {
63
- "other": "-{0} h"
63
+ "other": "-{0} h."
64
64
  }
65
65
  },
66
66
  "minute": {
67
- "0": "this minute",
67
+ "0": "i tēnei meneti",
68
68
  "future": {
69
- "other": "+{0} min"
69
+ "other": "+{0} men"
70
70
  },
71
71
  "past": {
72
- "other": "-{0} min"
72
+ "other": "-{0} men"
73
73
  }
74
74
  },
75
75
  "minute-narrow": {
76
- "0": "this minute",
76
+ "0": "i tēnei meneti",
77
77
  "future": {
78
- "other": "+{0} min"
78
+ "other": "+{0} men"
79
79
  },
80
80
  "past": {
81
- "other": "-{0} min"
81
+ "other": "-{0} men"
82
82
  }
83
83
  },
84
84
  "minute-short": {
85
- "0": "this minute",
85
+ "0": "i tēnei meneti",
86
86
  "future": {
87
- "other": "+{0} min"
87
+ "other": "+{0} men."
88
88
  },
89
89
  "past": {
90
- "other": "-{0} min"
90
+ "other": "-{0} men."
91
91
  }
92
92
  },
93
93
  "month": {
94
- "-1": "last month",
95
- "0": "this month",
96
- "1": "next month",
94
+ "-1": "i tērā marama",
95
+ "0": "i tēnei marama",
96
+ "1": "ā tērā marama",
97
97
  "future": {
98
98
  "other": "+{0} m"
99
99
  },
@@ -102,94 +102,94 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
102
102
  }
103
103
  },
104
104
  "month-narrow": {
105
- "-1": "last month",
106
- "0": "this month",
107
- "1": "next month",
105
+ "-1": "i tērā m.",
106
+ "0": "i tēnei m.",
107
+ "1": "ā tērā m.",
108
108
  "future": {
109
- "other": "+{0} m"
109
+ "other": "+{0} m."
110
110
  },
111
111
  "past": {
112
- "other": "-{0} m"
112
+ "other": "-{0} m."
113
113
  }
114
114
  },
115
115
  "month-short": {
116
- "-1": "last month",
117
- "0": "this month",
118
- "1": "next month",
116
+ "-1": "i tērā m.",
117
+ "0": "i tēnei m.",
118
+ "1": "ā tērā m.",
119
119
  "future": {
120
- "other": "+{0} m"
120
+ "other": "+{0} m."
121
121
  },
122
122
  "past": {
123
- "other": "-{0} m"
123
+ "other": "-{0} m."
124
124
  }
125
125
  },
126
126
  "nu": [
127
127
  "latn"
128
128
  ],
129
129
  "quarter": {
130
- "-1": "last quarter",
131
- "0": "this quarter",
132
- "1": "next quarter",
130
+ "-1": "hauwhā whakamutunga",
131
+ "0": "tēnei hauwhā",
132
+ "1": "tērā hauwhā",
133
133
  "future": {
134
- "other": "+{0} Q"
134
+ "other": "+{0} hwh"
135
135
  },
136
136
  "past": {
137
- "other": "-{0} Q"
137
+ "other": "-{0} hwh"
138
138
  }
139
139
  },
140
140
  "quarter-narrow": {
141
- "-1": "last quarter",
142
- "0": "this quarter",
143
- "1": "next quarter",
141
+ "-1": "hauwhā whakamutunga",
142
+ "0": "tēnei hauwhā",
143
+ "1": "tērā hauwhā",
144
144
  "future": {
145
- "other": "+{0} Q"
145
+ "other": "+{0} Hwh"
146
146
  },
147
147
  "past": {
148
- "other": "-{0} Q"
148
+ "other": "-{0} hwh"
149
149
  }
150
150
  },
151
151
  "quarter-short": {
152
- "-1": "last quarter",
153
- "0": "this quarter",
154
- "1": "next quarter",
152
+ "-1": "hauwhā whakamutunga",
153
+ "0": "tēnei hauwhā",
154
+ "1": "tērā hauwhā",
155
155
  "future": {
156
- "other": "+{0} Q"
156
+ "other": "+{0} hwh"
157
157
  },
158
158
  "past": {
159
- "other": "-{0} Q"
159
+ "other": "-{0} hwh"
160
160
  }
161
161
  },
162
162
  "second": {
163
- "0": "now",
163
+ "0": "ināianei",
164
164
  "future": {
165
- "other": "+{0} s"
165
+ "other": "+{0} h"
166
166
  },
167
167
  "past": {
168
- "other": "-{0} s"
168
+ "other": "-{0} h"
169
169
  }
170
170
  },
171
171
  "second-narrow": {
172
- "0": "now",
172
+ "0": "ināianei",
173
173
  "future": {
174
- "other": "+{0} s"
174
+ "other": "+{0} h"
175
175
  },
176
176
  "past": {
177
- "other": "-{0} s"
177
+ "other": "-{0} h"
178
178
  }
179
179
  },
180
180
  "second-short": {
181
- "0": "now",
181
+ "0": "ināianei",
182
182
  "future": {
183
- "other": "+{0} s"
183
+ "other": "+{0} h."
184
184
  },
185
185
  "past": {
186
- "other": "-{0} s"
186
+ "other": "-{0} h."
187
187
  }
188
188
  },
189
189
  "week": {
190
- "-1": "last week",
191
- "0": "this week",
192
- "1": "next week",
190
+ "-1": "i tērā wiki",
191
+ "0": "i tēnei wiki",
192
+ "1": "ā tērā wiki",
193
193
  "future": {
194
194
  "other": "+{0} w"
195
195
  },
@@ -198,9 +198,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
198
198
  }
199
199
  },
200
200
  "week-narrow": {
201
- "-1": "last week",
202
- "0": "this week",
203
- "1": "next week",
201
+ "-1": "i tērā w.",
202
+ "0": "i tēnei w.",
203
+ "1": "ā tērā w.",
204
204
  "future": {
205
205
  "other": "+{0} w"
206
206
  },
@@ -209,9 +209,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
209
209
  }
210
210
  },
211
211
  "week-short": {
212
- "-1": "last week",
213
- "0": "this week",
214
- "1": "next week",
212
+ "-1": "i tērā w.",
213
+ "0": "i tēnei w.",
214
+ "1": "ā tērā w.",
215
215
  "future": {
216
216
  "other": "+{0} w"
217
217
  },
@@ -220,36 +220,36 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
220
220
  }
221
221
  },
222
222
  "year": {
223
- "-1": "last year",
224
- "0": "this year",
225
- "1": "next year",
223
+ "-1": "i tērā tau",
224
+ "0": "i tēnei tau",
225
+ "1": "ā tērā tau",
226
226
  "future": {
227
- "other": "+{0} y"
227
+ "other": "ā te {0} tau"
228
228
  },
229
229
  "past": {
230
- "other": "-{0} y"
230
+ "other": "i te {0} tau"
231
231
  }
232
232
  },
233
233
  "year-narrow": {
234
- "-1": "last year",
235
- "0": "this year",
236
- "1": "next year",
234
+ "-1": "i tērā tau",
235
+ "0": "i tēnei tau",
236
+ "1": "ā tērā tau",
237
237
  "future": {
238
- "other": "+{0} y"
238
+ "other": "ā te {0} tau"
239
239
  },
240
240
  "past": {
241
- "other": "-{0} y"
241
+ "other": "i te {0} tau"
242
242
  }
243
243
  },
244
244
  "year-short": {
245
- "-1": "last year",
246
- "0": "this year",
247
- "1": "next year",
245
+ "-1": "i tērā tau",
246
+ "0": "i tēnei tau",
247
+ "1": "ā tērā tau",
248
248
  "future": {
249
- "other": "+{0} y"
249
+ "other": "ā te {0} tau"
250
250
  },
251
251
  "past": {
252
- "other": "-{0} y"
252
+ "other": "i te {0} tau"
253
253
  }
254
254
  }
255
255
  },
package/locale-data/mk.js CHANGED
@@ -268,9 +268,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
268
268
  }
269
269
  },
270
270
  "year": {
271
- "-1": "минатата година",
271
+ "-1": "лани",
272
272
  "0": "оваа година",
273
- "1": "следната година",
273
+ "1": "догодина",
274
274
  "future": {
275
275
  "one": "за {0} година",
276
276
  "other": "за {0} години"