@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/locale-data/mi.js CHANGED
@@ -8,10 +8,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
8
8
  "0": "i tēnei rā",
9
9
  "1": "āpōpō",
10
10
  "future": {
11
- "other": "+{0} r."
11
+ "other": "+{0} "
12
12
  },
13
13
  "past": {
14
- "other": "-{0} r."
14
+ "other": "-{0} rā i mua"
15
15
  }
16
16
  },
17
17
  "day-narrow": {
@@ -30,32 +30,32 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
30
30
  "0": "i tēnei rā",
31
31
  "1": "āpōpō",
32
32
  "future": {
33
- "other": "+{0} r"
33
+ "other": "+{0} "
34
34
  },
35
35
  "past": {
36
- "other": "-{0} r."
36
+ "other": "-{0} "
37
37
  }
38
38
  },
39
39
  "hour": {
40
- "0": "i tēnei hāora",
40
+ "0": "i tēnei haora",
41
41
  "future": {
42
- "other": "+{0} h"
42
+ "other": "+{0} haora"
43
43
  },
44
44
  "past": {
45
- "other": "-{0} h"
45
+ "other": "-{0} haora i mua"
46
46
  }
47
47
  },
48
48
  "hour-narrow": {
49
- "0": "i tēnei hāora",
49
+ "0": "i tēnei haora",
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": "i tēnei hāora",
58
+ "0": "i tēnei haora",
59
59
  "future": {
60
60
  "other": "+{0} h."
61
61
  },
@@ -66,10 +66,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
66
66
  "minute": {
67
67
  "0": "i tēnei meneti",
68
68
  "future": {
69
- "other": "+{0} men"
69
+ "other": "+{0} meneti"
70
70
  },
71
71
  "past": {
72
- "other": "-{0} men"
72
+ "other": "-{0} meneti i mua"
73
73
  }
74
74
  },
75
75
  "minute-narrow": {
@@ -95,10 +95,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
95
95
  "0": "i tēnei marama",
96
96
  "1": "ā tērā marama",
97
97
  "future": {
98
- "other": "+{0} m"
98
+ "other": "+{0} marama"
99
99
  },
100
100
  "past": {
101
- "other": "-{0} m"
101
+ "other": "-{0} marama i mua"
102
102
  }
103
103
  },
104
104
  "month-narrow": {
@@ -131,10 +131,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
131
131
  "0": "tēnei hauwhā",
132
132
  "1": "tērā hauwhā",
133
133
  "future": {
134
- "other": "+{0} hwh"
134
+ "other": "+{0} hauwhā"
135
135
  },
136
136
  "past": {
137
- "other": "-{0} hwh"
137
+ "other": "-{0} hauwhā i mua"
138
138
  }
139
139
  },
140
140
  "quarter-narrow": {
@@ -162,10 +162,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
162
162
  "second": {
163
163
  "0": "ināianei",
164
164
  "future": {
165
- "other": "+{0} h"
165
+ "other": "+{0} hēkona"
166
166
  },
167
167
  "past": {
168
- "other": "-{0} h"
168
+ "other": "-{0} hēkona i mua"
169
169
  }
170
170
  },
171
171
  "second-narrow": {
@@ -191,10 +191,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
191
191
  "0": "i tēnei wiki",
192
192
  "1": "ā tērā wiki",
193
193
  "future": {
194
- "other": "+{0} w"
194
+ "other": "+{0} wiki"
195
195
  },
196
196
  "past": {
197
- "other": "-{0} w"
197
+ "other": "-{0} wiki i mua"
198
198
  }
199
199
  },
200
200
  "week-narrow": {
@@ -227,7 +227,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
227
227
  "other": "ā te {0} tau"
228
228
  },
229
229
  "past": {
230
- "other": "i te {0} tau"
230
+ "other": "i te {0} tau i mua"
231
231
  }
232
232
  },
233
233
  "year-narrow": {
@@ -231,7 +231,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
231
231
  "week": {
232
232
  "-1": "गत हप्ता",
233
233
  "0": "यो हप्ता",
234
- "1": "आउने हप्ता",
234
+ "1": "आगामी हप्ता",
235
235
  "future": {
236
236
  "one": "{0} हप्तामा",
237
237
  "other": "{0} हप्तामा"
package/locale-data/ne.js CHANGED
@@ -231,7 +231,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
231
231
  "week": {
232
232
  "-1": "गत हप्ता",
233
233
  "0": "यो हप्ता",
234
- "1": "आउने हप्ता",
234
+ "1": "आगामी हप्ता",
235
235
  "future": {
236
236
  "one": "{0} हप्तामा",
237
237
  "other": "{0} हप्तामा"
package/locale-data/nn.js CHANGED
@@ -207,7 +207,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
207
207
  }
208
208
  },
209
209
  "second-narrow": {
210
- "0": "",
210
+ "0": "no",
211
211
  "future": {
212
212
  "one": "+{0} s",
213
213
  "other": "+{0} s"
@@ -218,7 +218,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
218
218
  }
219
219
  },
220
220
  "second-short": {
221
- "0": "",
221
+ "0": "no",
222
222
  "future": {
223
223
  "one": "om {0} sek",
224
224
  "other": "om {0} sek"
package/locale-data/sl.js CHANGED
@@ -168,9 +168,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
168
168
  }
169
169
  },
170
170
  "month-narrow": {
171
- "-1": "prejšnji mesec",
172
- "0": "ta mesec",
173
- "1": "naslednji mesec",
171
+ "-1": "prej. mes.",
172
+ "0": "ta mes.",
173
+ "1": "nasl. mes.",
174
174
  "future": {
175
175
  "few": "čez {0} mes.",
176
176
  "one": "čez {0} mes.",
@@ -185,9 +185,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
185
185
  }
186
186
  },
187
187
  "month-short": {
188
- "-1": "prejšnji mesec",
189
- "0": "ta mesec",
190
- "1": "naslednji mesec",
188
+ "-1": "prejšnji mes.",
189
+ "0": "ta mes.",
190
+ "1": "naslednji mes.",
191
191
  "future": {
192
192
  "few": "čez {0} mes.",
193
193
  "one": "čez {0} mes.",
@@ -318,9 +318,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
318
318
  }
319
319
  },
320
320
  "week-narrow": {
321
- "-1": "prejšnji teden",
322
- "0": "ta teden",
323
- "1": "naslednji teden",
321
+ "-1": "prej. ted.",
322
+ "0": "ta ted.",
323
+ "1": "nasl. ted.",
324
324
  "future": {
325
325
  "few": "čez {0} ted.",
326
326
  "one": "čez {0} ted.",
@@ -335,9 +335,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
335
335
  }
336
336
  },
337
337
  "week-short": {
338
- "-1": "prejšnji teden",
339
- "0": "ta teden",
340
- "1": "naslednji teden",
338
+ "-1": "prejšnji ted.",
339
+ "0": "ta ted.",
340
+ "1": "naslednji ted.",
341
341
  "future": {
342
342
  "few": "čez {0} ted.",
343
343
  "one": "čez {0} ted.",
@@ -198,7 +198,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
198
198
  "quarter-narrow": {
199
199
  "-1": "прошлог квартала",
200
200
  "0": "овог квартала",
201
- "1": "следећег квартала",
201
+ "1": "сљедећег квартала",
202
202
  "future": {
203
203
  "few": "за {0} кв.",
204
204
  "one": "за {0} кв.",
@@ -213,7 +213,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
213
213
  "quarter-short": {
214
214
  "-1": "прошлог квартала",
215
215
  "0": "овог квартала",
216
- "1": "следећег квартала",
216
+ "1": "сљедећег квартала",
217
217
  "future": {
218
218
  "few": "за {0} кв.",
219
219
  "one": "за {0} кв.",
@@ -198,7 +198,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
198
198
  "quarter-narrow": {
199
199
  "-1": "prošlog kvartala",
200
200
  "0": "ovog kvartala",
201
- "1": "sledećeg kvartala",
201
+ "1": "sljedećeg kvartala",
202
202
  "future": {
203
203
  "few": "za {0} kv.",
204
204
  "one": "za {0} kv.",
@@ -213,7 +213,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
213
213
  "quarter-short": {
214
214
  "-1": "prošlog kvartala",
215
215
  "0": "ovog kvartala",
216
- "1": "sledećeg kvartala",
216
+ "1": "sljedećeg kvartala",
217
217
  "future": {
218
218
  "few": "za {0} kv.",
219
219
  "one": "za {0} kv.",
@@ -116,7 +116,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
116
116
  },
117
117
  "month": {
118
118
  "-1": "förra månaden",
119
- "0": "denna månad",
119
+ "0": "den här månaden",
120
120
  "1": "nästa månad",
121
121
  "future": {
122
122
  "one": "om {0} månad",
@@ -116,7 +116,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
116
116
  },
117
117
  "month": {
118
118
  "-1": "förra månaden",
119
- "0": "denna månad",
119
+ "0": "den här månaden",
120
120
  "1": "nästa månad",
121
121
  "future": {
122
122
  "one": "om {0} månad",
package/locale-data/sv.js CHANGED
@@ -116,7 +116,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
116
116
  },
117
117
  "month": {
118
118
  "-1": "förra månaden",
119
- "0": "denna månad",
119
+ "0": "den här månaden",
120
120
  "1": "nästa månad",
121
121
  "future": {
122
122
  "one": "om {0} månad",
package/locale-data/to.js CHANGED
@@ -17,10 +17,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
17
17
  }
18
18
  },
19
19
  "day-narrow": {
20
- "-1": "ʻaneafi",
21
- "-2": "ʻaneheafi",
22
- "0": "ʻahó ni",
23
- "1": "ʻapongipongi",
20
+ "-1": "ʻane",
21
+ "-2": "ʻahn",
22
+ "0": "ʻa.ni",
23
+ "1": "ʻapo",
24
24
  "2": "ʻahepongipongi",
25
25
  "future": {
26
26
  "other": "ʻi he ʻaho ʻe {0}"
@@ -30,10 +30,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
30
30
  }
31
31
  },
32
32
  "day-short": {
33
- "-1": "ʻaneafi",
34
- "-2": "ʻaneheafi",
35
- "0": "ʻahó ni",
36
- "1": "ʻapongipongi",
33
+ "-1": "ʻane",
34
+ "-2": "ʻahn",
35
+ "0": "ʻa.ni",
36
+ "1": "ʻapo",
37
37
  "2": "ʻahepongipongi",
38
38
  "future": {
39
39
  "other": "ʻi he ʻaho ʻe {0}"
@@ -108,9 +108,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
108
108
  }
109
109
  },
110
110
  "month-narrow": {
111
- "-1": "māhina kuoʻosi",
112
- "0": "māhiná ni",
113
- "1": "māhina kahaʻu",
111
+ "-1": "mh.ʻosi",
112
+ "0": "mh.ni",
113
+ "1": "mh.haʻu",
114
114
  "future": {
115
115
  "other": "ʻi he māhina ʻe {0}"
116
116
  },
@@ -119,9 +119,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
119
119
  }
120
120
  },
121
121
  "month-short": {
122
- "-1": "māhina kuoʻosi",
123
- "0": "māhiná ni",
124
- "1": "māhina kahaʻu",
122
+ "-1": "mh.ʻosi",
123
+ "0": "mh.ni",
124
+ "1": "mh.haʻu",
125
125
  "future": {
126
126
  "other": "ʻi he māhina ʻe {0}"
127
127
  },
@@ -204,9 +204,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
204
204
  }
205
205
  },
206
206
  "week-narrow": {
207
- "-1": "uike kuoʻosi",
208
- "0": "uiké ni",
209
- "1": "uike kahaʻu",
207
+ "-1": "ui.ʻosi",
208
+ "0": "ui.ni",
209
+ "1": "ui.haʻu",
210
210
  "future": {
211
211
  "other": "ʻi he uike ʻe {0}"
212
212
  },
@@ -215,9 +215,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
215
215
  }
216
216
  },
217
217
  "week-short": {
218
- "-1": "uike kuoʻosi",
219
- "0": "uiké ni",
220
- "1": "uike kahaʻu",
218
+ "-1": "ui.ʻosi",
219
+ "0": "ui.ni",
220
+ "1": "ui.haʻu",
221
221
  "future": {
222
222
  "other": "ʻi he uike ʻe {0}"
223
223
  },
@@ -237,9 +237,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
237
237
  }
238
238
  },
239
239
  "year-narrow": {
240
- "-1": "taʻu kuoʻosi",
241
- "0": "taʻú ni",
242
- "1": "taʻu kahaʻu",
240
+ "-1": "t.ʻosi",
241
+ "0": "t.ni",
242
+ "1": "t.haʻu",
243
243
  "future": {
244
244
  "other": "ʻi he taʻu ʻe {0}"
245
245
  },
@@ -248,9 +248,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
248
248
  }
249
249
  },
250
250
  "year-short": {
251
- "-1": "taʻu kuoʻosi",
252
- "0": "taʻú ni",
253
- "1": "taʻu kahaʻu",
251
+ "-1": "t.ʻosi",
252
+ "0": "t.ni",
253
+ "1": "t.haʻu",
254
254
  "future": {
255
255
  "other": "ʻi he taʻu ʻe {0}"
256
256
  },
package/locale-data/uk.js CHANGED
@@ -29,10 +29,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
29
29
  "1": "завтра",
30
30
  "2": "післязавтра",
31
31
  "future": {
32
- "few": "за {0} д.",
33
- "many": "за {0} д.",
34
- "one": "за {0} д.",
35
- "other": "за {0} д."
32
+ "few": "за {0} дн.",
33
+ "many": "за {0} дн.",
34
+ "one": "за {0} дн.",
35
+ "other": "за {0} дн."
36
36
  },
37
37
  "past": {
38
38
  "few": "{0} дн. тому",
@@ -25,7 +25,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
25
25
  "1": "آئندہ کل",
26
26
  "2": "آنے والا پرسوں",
27
27
  "future": {
28
- "one": "{0} دن میں",
28
+ "one": "{0} دنوں میں",
29
29
  "other": "{0} دنوں میں"
30
30
  },
31
31
  "past": {
@@ -286,11 +286,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
286
286
  "1": "اگلے سال",
287
287
  "future": {
288
288
  "one": "{0} سال میں",
289
- "other": "{0} سال میں"
289
+ "other": "{0} سالوں میں"
290
290
  },
291
291
  "past": {
292
292
  "one": "{0} سال پہلے",
293
- "other": "{0} سال پہلے"
293
+ "other": "{0} سالوں پہلے"
294
294
  }
295
295
  },
296
296
  "year-short": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-relativetimeformat",
3
- "version": "11.2.15",
3
+ "version": "11.3.0",
4
4
  "description": "Formats JavaScript dates to relative time strings.",
5
5
  "keywords": [
6
6
  "intl",
@@ -20,14 +20,14 @@
20
20
  "url": "git@github.com:formatjs/formatjs.git"
21
21
  },
22
22
  "dependencies": {
23
- "tslib": "^2.4.0",
24
- "@formatjs/ecma402-abstract": "2.1.0",
25
- "@formatjs/intl-localematcher": "0.5.4"
23
+ "tslib": "^2.7.0",
24
+ "@formatjs/ecma402-abstract": "2.2.0",
25
+ "@formatjs/intl-localematcher": "0.5.5"
26
26
  },
27
27
  "devDependencies": {
28
- "@formatjs/intl-getcanonicallocales": "2.3.0",
29
- "@formatjs/intl-locale": "4.0.1",
30
- "@formatjs/intl-pluralrules": "5.2.15"
28
+ "@formatjs/intl-getcanonicallocales": "2.4.0",
29
+ "@formatjs/intl-pluralrules": "5.2.17",
30
+ "@formatjs/intl-locale": "4.1.0"
31
31
  },
32
32
  "main": "index.js",
33
33
  "types": "index.d.ts",