@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
@@ -8,10 +8,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
8
8
  "0": "दिनै",
9
9
  "1": "गाबोन",
10
10
  "future": {
11
- "other": "+{0} d"
11
+ "one": "{0} सानाव",
12
+ "other": "{0} सानाव"
12
13
  },
13
14
  "past": {
14
- "other": "-{0} d"
15
+ "one": "{0} सान सिगां",
16
+ "other": "{0} सान सिगां"
15
17
  }
16
18
  },
17
19
  "day-narrow": {
@@ -19,10 +21,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
19
21
  "0": "दिनै",
20
22
  "1": "गाबोन",
21
23
  "future": {
22
- "other": "+{0} d"
24
+ "one": "{0} सानाव",
25
+ "other": "{0} सानाव"
23
26
  },
24
27
  "past": {
25
- "other": "-{0} d"
28
+ "one": "{0} सान सिगां",
29
+ "other": "{0} सान सिगां"
26
30
  }
27
31
  },
28
32
  "day-short": {
@@ -30,226 +34,270 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
30
34
  "0": "दिनै",
31
35
  "1": "गाबोन",
32
36
  "future": {
33
- "other": "+{0} d"
37
+ "one": "{0} सानाव",
38
+ "other": "{0} सानाव"
34
39
  },
35
40
  "past": {
36
- "other": "-{0} d"
41
+ "one": "{0} सान सिगां",
42
+ "other": "{0} सान सिगां"
37
43
  }
38
44
  },
39
45
  "hour": {
40
- "0": "this hour",
46
+ "0": "बे घन्टा",
41
47
  "future": {
42
- "other": "+{0} h"
48
+ "one": "{0} घन्टायाव",
49
+ "other": "{0} घन्टायाव"
43
50
  },
44
51
  "past": {
45
- "other": "-{0} h"
52
+ "one": "{0} घन्टा सिगां",
53
+ "other": "{0} घन्टा सिगां"
46
54
  }
47
55
  },
48
56
  "hour-narrow": {
49
- "0": "this hour",
57
+ "0": "बे घन्टा",
50
58
  "future": {
51
- "other": "+{0} h"
59
+ "one": "{0} घन्टायाव",
60
+ "other": "{0} घन्टायाव"
52
61
  },
53
62
  "past": {
54
- "other": "-{0} h"
63
+ "one": "{0} घन्टा सिगां",
64
+ "other": "{0} घन्टा सिगां"
55
65
  }
56
66
  },
57
67
  "hour-short": {
58
- "0": "this hour",
68
+ "0": "बे घन्टा",
59
69
  "future": {
60
- "other": "+{0} h"
70
+ "one": "{0} घन्टायाव",
71
+ "other": "{0} घन्टायाव"
61
72
  },
62
73
  "past": {
63
- "other": "-{0} h"
74
+ "one": "{0} घन्टा सिगां",
75
+ "other": "{0} घन्टा सिगां"
64
76
  }
65
77
  },
66
78
  "minute": {
67
- "0": "this minute",
79
+ "0": "बे मिनिट",
68
80
  "future": {
69
- "other": "+{0} min"
81
+ "one": "{0} मिनिटआव",
82
+ "other": "{0} मिनिटआव"
70
83
  },
71
84
  "past": {
72
- "other": "-{0} min"
85
+ "one": "{0} मिनिट सिगां",
86
+ "other": "{0} मिनिट सिगां"
73
87
  }
74
88
  },
75
89
  "minute-narrow": {
76
- "0": "this minute",
90
+ "0": "बे मिनिट",
77
91
  "future": {
78
- "other": "+{0} min"
92
+ "one": "{0} मिनिटआव",
93
+ "other": "{0} मिनिटआव"
79
94
  },
80
95
  "past": {
81
- "other": "-{0} min"
96
+ "one": "{0} मिनिट सिगां",
97
+ "other": "{0} मिनिट सिगां"
82
98
  }
83
99
  },
84
100
  "minute-short": {
85
- "0": "this minute",
101
+ "0": "बे मिनिट",
86
102
  "future": {
87
- "other": "+{0} min"
103
+ "one": "{0} मिनिटआव",
104
+ "other": "{0} मिनिटआव"
88
105
  },
89
106
  "past": {
90
- "other": "-{0} min"
107
+ "one": "{0} मिनिट सिगां",
108
+ "other": "{0} मिनिट सिगां"
91
109
  }
92
110
  },
93
111
  "month": {
94
- "-1": "last month",
95
- "0": "this month",
96
- "1": "next month",
112
+ "-1": "थांनाय दान",
113
+ "0": "बे दान",
114
+ "1": "फैगौ दान",
97
115
  "future": {
98
- "other": "+{0} m"
116
+ "one": "{0} दानाव",
117
+ "other": "{0} दानाव"
99
118
  },
100
119
  "past": {
101
- "other": "-{0} m"
120
+ "one": "{0} दान सिगां",
121
+ "other": "{0} दान सिगां"
102
122
  }
103
123
  },
104
124
  "month-narrow": {
105
- "-1": "last month",
106
- "0": "this month",
107
- "1": "next month",
125
+ "-1": "थांनाय दान",
126
+ "0": "बे दान",
127
+ "1": "फैगौ दान",
108
128
  "future": {
109
- "other": "+{0} m"
129
+ "one": "{0} दानाव",
130
+ "other": "{0} दानाव"
110
131
  },
111
132
  "past": {
112
- "other": "-{0} m"
133
+ "one": "{0} दान सिगां",
134
+ "other": "{0} दान सिगां"
113
135
  }
114
136
  },
115
137
  "month-short": {
116
- "-1": "last month",
117
- "0": "this month",
118
- "1": "next month",
138
+ "-1": "थांनाय दान",
139
+ "0": "बे दान",
140
+ "1": "फैगौ दान",
119
141
  "future": {
120
- "other": "+{0} m"
142
+ "one": "{0} दानाव",
143
+ "other": "{0} दानाव"
121
144
  },
122
145
  "past": {
123
- "other": "-{0} m"
146
+ "one": "{0} दान सिगां",
147
+ "other": "{0} दान सिगां"
124
148
  }
125
149
  },
126
150
  "nu": [
127
151
  "latn"
128
152
  ],
129
153
  "quarter": {
130
- "-1": "last quarter",
131
- "0": "this quarter",
132
- "1": "next quarter",
154
+ "-1": "थांनाय खोन्दोसे",
155
+ "0": "बे खोन्दोसे",
156
+ "1": "फैगौ खोन्दोसे",
133
157
  "future": {
134
- "other": "+{0} Q"
158
+ "one": "{0} खोन्दोसेआव",
159
+ "other": "{0} खोन्दोसेआव"
135
160
  },
136
161
  "past": {
137
- "other": "-{0} Q"
162
+ "one": "{0} खोन्दोसे सिगां",
163
+ "other": "{0} खोन्दोसे सिगां"
138
164
  }
139
165
  },
140
166
  "quarter-narrow": {
141
- "-1": "last quarter",
142
- "0": "this quarter",
143
- "1": "next quarter",
167
+ "-1": "थांनाय खोन्दोसे",
168
+ "0": "बे खोन्दोसे",
169
+ "1": "फैगौ खोन्दोसे",
144
170
  "future": {
145
- "other": "+{0} Q"
171
+ "one": "{0} खोन्दोसेआव",
172
+ "other": "{0} खोन्दोसेआव"
146
173
  },
147
174
  "past": {
148
- "other": "-{0} Q"
175
+ "one": "{0} खोन्दोसे सिगां",
176
+ "other": "{0} खोन्दोसे सिगां"
149
177
  }
150
178
  },
151
179
  "quarter-short": {
152
- "-1": "last quarter",
153
- "0": "this quarter",
154
- "1": "next quarter",
180
+ "-1": "थांनाय खोन्दोसे",
181
+ "0": "बे खोन्दोसे",
182
+ "1": "फैगौ खोन्दोसे",
155
183
  "future": {
156
- "other": "+{0} Q"
184
+ "one": "{0} खोन्दोसेआव",
185
+ "other": "{0} खोन्दोसेआव"
157
186
  },
158
187
  "past": {
159
- "other": "-{0} Q"
188
+ "one": "{0} खोन्दोसे सिगां",
189
+ "other": "{0} खोन्दोसे सिगां"
160
190
  }
161
191
  },
162
192
  "second": {
163
- "0": "now",
193
+ "0": "दा",
164
194
  "future": {
165
- "other": "+{0} s"
195
+ "one": "{0} सेकेण्डआव",
196
+ "other": "{0} सेकेण्डआव"
166
197
  },
167
198
  "past": {
168
- "other": "-{0} s"
199
+ "one": "{0} सेकेण्ड सिगां",
200
+ "other": "{0} सेकेण्ड सिगां"
169
201
  }
170
202
  },
171
203
  "second-narrow": {
172
- "0": "now",
204
+ "0": "दा",
173
205
  "future": {
174
- "other": "+{0} s"
206
+ "one": "{0} सेकेण्डआव",
207
+ "other": "{0} सेकेण्डआव"
175
208
  },
176
209
  "past": {
177
- "other": "-{0} s"
210
+ "one": "{0} सेकेण्ड सिगां",
211
+ "other": "{0} सेकेण्ड सिगां"
178
212
  }
179
213
  },
180
214
  "second-short": {
181
- "0": "now",
215
+ "0": "दा",
182
216
  "future": {
183
- "other": "+{0} s"
217
+ "one": "{0} सेकेण्डआव",
218
+ "other": "{0} सेकेण्डआव"
184
219
  },
185
220
  "past": {
186
- "other": "-{0} s"
221
+ "one": "{0} सेकेण्ड सिगां",
222
+ "other": "{0} सेकेण्ड सिगां"
187
223
  }
188
224
  },
189
225
  "week": {
190
- "-1": "last week",
191
- "0": "this week",
192
- "1": "next week",
226
+ "-1": "थांनाय सप्थाह",
227
+ "0": "बे सप्थाह",
228
+ "1": "फैगौ सप्थाह",
193
229
  "future": {
194
- "other": "+{0} w"
230
+ "one": "{0} सप्थाहयाव",
231
+ "other": "{0} सप्थाहयाव"
195
232
  },
196
233
  "past": {
197
- "other": "-{0} w"
234
+ "one": "{0} सप्थाह सिगां",
235
+ "other": "{0} सप्थाह सिगां"
198
236
  }
199
237
  },
200
238
  "week-narrow": {
201
- "-1": "last week",
202
- "0": "this week",
203
- "1": "next week",
239
+ "-1": "थांनाय सप्थाह",
240
+ "0": "बे सप्थाह",
241
+ "1": "फैगौ सप्थाह",
204
242
  "future": {
205
- "other": "+{0} w"
243
+ "one": "{0} सप्थाहयाव",
244
+ "other": "{0} सप्थाहयाव"
206
245
  },
207
246
  "past": {
208
- "other": "-{0} w"
247
+ "one": "{0} सप्थाह सिगां",
248
+ "other": "{0} सप्थाह सिगां"
209
249
  }
210
250
  },
211
251
  "week-short": {
212
- "-1": "last week",
213
- "0": "this week",
214
- "1": "next week",
252
+ "-1": "थांनाय सप्थाह",
253
+ "0": "बे सप्थाह",
254
+ "1": "फैगौ सप्थाह",
215
255
  "future": {
216
- "other": "+{0} w"
256
+ "one": "{0} सप्थाहयाव",
257
+ "other": "{0} सप्थाहयाव"
217
258
  },
218
259
  "past": {
219
- "other": "-{0} w"
260
+ "one": "{0} सप्थाह सिगां",
261
+ "other": "{0} सप्थाह सिगां"
220
262
  }
221
263
  },
222
264
  "year": {
223
- "-1": "last year",
224
- "0": "this year",
225
- "1": "next year",
265
+ "-1": "थांनाय बोसोर",
266
+ "0": "बे बोसोर",
267
+ "1": "फैगौ बोसोर",
226
268
  "future": {
227
- "other": "+{0} y"
269
+ "one": "{0} बोसोरआव",
270
+ "other": "{0} बोसोरआव"
228
271
  },
229
272
  "past": {
230
- "other": "-{0} y"
273
+ "one": "{0} बोसोर सिगां",
274
+ "other": "{0} बोसोर सिगां"
231
275
  }
232
276
  },
233
277
  "year-narrow": {
234
- "-1": "last year",
235
- "0": "this year",
236
- "1": "next year",
278
+ "-1": "थांनाय बोसोर",
279
+ "0": "बे बोसोर",
280
+ "1": "फैगौ बोसोर",
237
281
  "future": {
238
- "other": "+{0} y"
282
+ "one": "{0} बोसोरआव",
283
+ "other": "{0} बोसोरआव"
239
284
  },
240
285
  "past": {
241
- "other": "-{0} y"
286
+ "one": "{0} बोसोर सिगां",
287
+ "other": "{0} बोसोर सिगां"
242
288
  }
243
289
  },
244
290
  "year-short": {
245
- "-1": "last year",
246
- "0": "this year",
247
- "1": "next year",
291
+ "-1": "थांनाय बोसोर",
292
+ "0": "बे बोसोर",
293
+ "1": "फैगौ बोसोर",
248
294
  "future": {
249
- "other": "+{0} y"
295
+ "one": "{0} बोसोरआव",
296
+ "other": "{0} बोसोरआव"
250
297
  },
251
298
  "past": {
252
- "other": "-{0} y"
299
+ "one": "{0} बोसोर सिगां",
300
+ "other": "{0} बोसोर सिगां"
253
301
  }
254
302
  }
255
303
  },
@@ -185,9 +185,13 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
185
185
  "0": "ово тромјесечје",
186
186
  "1": "сљедеће тромјесечје",
187
187
  "future": {
188
+ "few": "+{0} Q",
189
+ "one": "+{0} Q",
188
190
  "other": "+{0} Q"
189
191
  },
190
192
  "past": {
193
+ "few": "-{0} Q",
194
+ "one": "-{0} Q",
191
195
  "other": "-{0} Q"
192
196
  }
193
197
  },
@@ -196,9 +200,13 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
196
200
  "0": "ово тромјесечје",
197
201
  "1": "сљедеће тромјесечје",
198
202
  "future": {
203
+ "few": "+{0} Q",
204
+ "one": "+{0} Q",
199
205
  "other": "+{0} Q"
200
206
  },
201
207
  "past": {
208
+ "few": "-{0} Q",
209
+ "one": "-{0} Q",
202
210
  "other": "-{0} Q"
203
211
  }
204
212
  },
@@ -207,9 +215,13 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
207
215
  "0": "ово тромјесечје",
208
216
  "1": "сљедеће тромјесечје",
209
217
  "future": {
218
+ "few": "+{0} Q",
219
+ "one": "+{0} Q",
210
220
  "other": "+{0} Q"
211
221
  },
212
222
  "past": {
223
+ "few": "-{0} Q",
224
+ "one": "-{0} Q",
213
225
  "other": "-{0} Q"
214
226
  }
215
227
  },
@@ -145,7 +145,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
145
145
  }
146
146
  },
147
147
  "month": {
148
- "-1": "slědny mjasec",
148
+ "-1": "zajźony mjasec",
149
149
  "0": "ten mjasec",
150
150
  "1": "pśiducy mjasec",
151
151
  "future": {
@@ -162,7 +162,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
162
162
  }
163
163
  },
164
164
  "month-narrow": {
165
- "-1": "slě. mjasec",
165
+ "-1": "zajź. mjasec",
166
166
  "0": "te. mjasec",
167
167
  "1": "pśid. mjasec",
168
168
  "future": {
@@ -179,7 +179,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
179
179
  }
180
180
  },
181
181
  "month-short": {
182
- "-1": "slěd. mjasec",
182
+ "-1": "zajź. mjasec",
183
183
  "0": "tot. mjasec",
184
184
  "1": "pśiduc. mjasec",
185
185
  "future": {
@@ -295,7 +295,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
295
295
  }
296
296
  },
297
297
  "week": {
298
- "-1": "slědny tyźeń",
298
+ "-1": "zajźony tyźeń",
299
299
  "0": "ten tyźeń",
300
300
  "1": "pśiducy tyźeń",
301
301
  "future": {
@@ -312,7 +312,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
312
312
  }
313
313
  },
314
314
  "week-narrow": {
315
- "-1": "slě. tyźeń",
315
+ "-1": "zajź. tyźeń",
316
316
  "0": "te. tyźeń",
317
317
  "1": "pśid. tyźeń",
318
318
  "future": {
@@ -329,7 +329,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
329
329
  }
330
330
  },
331
331
  "week-short": {
332
- "-1": "slěd. tyźeń",
332
+ "-1": "zajź. tyźeń",
333
333
  "0": "tot. tyźeń",
334
334
  "1": "pśiduc. tyźeń",
335
335
  "future": {
@@ -21,12 +21,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
21
21
  "0": "today",
22
22
  "1": "tomorrow",
23
23
  "future": {
24
- "one": "in {0} day",
25
- "other": "in {0} days"
24
+ "one": "in {0}d",
25
+ "other": "in {0}d"
26
26
  },
27
27
  "past": {
28
- "one": "{0} day ago",
29
- "other": "{0} days ago"
28
+ "one": "{0}d ago",
29
+ "other": "{0}d ago"
30
30
  }
31
31
  },
32
32
  "day-short": {
@@ -56,12 +56,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
56
56
  "hour-narrow": {
57
57
  "0": "this hour",
58
58
  "future": {
59
- "one": "in {0} hr.",
60
- "other": "in {0} hr."
59
+ "one": "in {0}h",
60
+ "other": "in {0}h"
61
61
  },
62
62
  "past": {
63
- "one": "{0} hr. ago",
64
- "other": "{0} hr. ago"
63
+ "one": "{0}h ago",
64
+ "other": "{0}h ago"
65
65
  }
66
66
  },
67
67
  "hour-short": {
@@ -89,12 +89,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
89
89
  "minute-narrow": {
90
90
  "0": "this minute",
91
91
  "future": {
92
- "one": "in {0} min.",
93
- "other": "in {0} min."
92
+ "one": "in {0}m",
93
+ "other": "in {0}m"
94
94
  },
95
95
  "past": {
96
- "one": "{0} min. ago",
97
- "other": "{0} min. ago"
96
+ "one": "{0}m ago",
97
+ "other": "{0}m ago"
98
98
  }
99
99
  },
100
100
  "minute-short": {
@@ -126,12 +126,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
126
126
  "0": "this mo.",
127
127
  "1": "next mo.",
128
128
  "future": {
129
- "one": "in {0} mo.",
130
- "other": "in {0} mo."
129
+ "one": "in {0}mo",
130
+ "other": "in {0}mo"
131
131
  },
132
132
  "past": {
133
- "one": "{0} mo. ago",
134
- "other": "{0} mo. ago"
133
+ "one": "{0}mo ago",
134
+ "other": "{0}mo ago"
135
135
  }
136
136
  },
137
137
  "month-short": {
@@ -168,12 +168,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
168
168
  "0": "this qtr.",
169
169
  "1": "next qtr.",
170
170
  "future": {
171
- "one": "in {0} qtr.",
172
- "other": "in {0} qtrs."
171
+ "one": "in {0}q",
172
+ "other": "in {0}q"
173
173
  },
174
174
  "past": {
175
- "one": "{0} qtr. ago",
176
- "other": "{0} qtrs. ago"
175
+ "one": "{0}q ago",
176
+ "other": "{0}q ago"
177
177
  }
178
178
  },
179
179
  "quarter-short": {
@@ -203,12 +203,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
203
203
  "second-narrow": {
204
204
  "0": "now",
205
205
  "future": {
206
- "one": "in {0} sec.",
207
- "other": "in {0} sec."
206
+ "one": "in {0}s",
207
+ "other": "in {0}s"
208
208
  },
209
209
  "past": {
210
- "one": "{0} sec. ago",
211
- "other": "{0} sec. ago"
210
+ "one": "{0}s ago",
211
+ "other": "{0}s ago"
212
212
  }
213
213
  },
214
214
  "second-short": {
@@ -240,12 +240,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
240
240
  "0": "this wk.",
241
241
  "1": "next wk.",
242
242
  "future": {
243
- "one": "in {0} wk.",
244
- "other": "in {0} wk."
243
+ "one": "in {0}w",
244
+ "other": "in {0}w"
245
245
  },
246
246
  "past": {
247
- "one": "{0} wk. ago",
248
- "other": "{0} wk. ago"
247
+ "one": "{0}w ago",
248
+ "other": "{0}w ago"
249
249
  }
250
250
  },
251
251
  "week-short": {
@@ -279,12 +279,12 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
279
279
  "0": "this yr.",
280
280
  "1": "next yr.",
281
281
  "future": {
282
- "one": "in {0} yr.",
283
- "other": "in {0} yr."
282
+ "one": "in {0}y",
283
+ "other": "in {0}y"
284
284
  },
285
285
  "past": {
286
- "one": "{0} yr. ago",
287
- "other": "{0} yr. ago"
286
+ "one": "{0}y ago",
287
+ "other": "{0}y ago"
288
288
  }
289
289
  },
290
290
  "year-short": {