@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
@@ -11,11 +11,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
11
11
  "2": "Samakalawa",
12
12
  "future": {
13
13
  "one": "sa {0} araw",
14
- "other": "sa {0} (na) araw"
14
+ "other": "sa {0} araw"
15
15
  },
16
16
  "past": {
17
17
  "one": "{0} araw ang nakalipas",
18
- "other": "{0} (na) araw ang nakalipas"
18
+ "other": "{0} araw ang nakalipas"
19
19
  }
20
20
  },
21
21
  "day-narrow": {
@@ -26,11 +26,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
26
26
  "2": "Samakalawa",
27
27
  "future": {
28
28
  "one": "sa {0} araw",
29
- "other": "sa {0} (na) araw"
29
+ "other": "sa {0} araw"
30
30
  },
31
31
  "past": {
32
32
  "one": "{0} araw ang nakalipas",
33
- "other": "{0} (na) araw ang nakalipas"
33
+ "other": "{0} araw ang nakalipas"
34
34
  }
35
35
  },
36
36
  "day-short": {
@@ -41,10 +41,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
41
41
  "2": "Samakalawa",
42
42
  "future": {
43
43
  "one": "sa {0} (na) araw",
44
- "other": "sa {0} (na) araw"
44
+ "other": "sa {0} araw"
45
45
  },
46
46
  "past": {
47
- "one": "{0} (na) araw ang nakalipas",
47
+ "one": "{0} araw ang nakalipas",
48
48
  "other": "{0} (na) araw ang nakalipas"
49
49
  }
50
50
  },
@@ -52,22 +52,22 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
52
52
  "0": "ngayong oras",
53
53
  "future": {
54
54
  "one": "sa {0} oras",
55
- "other": "sa {0} (na) oras"
55
+ "other": "sa {0} oras"
56
56
  },
57
57
  "past": {
58
58
  "one": "{0} oras ang nakalipas",
59
- "other": "{0} (na) oras ang nakalipas"
59
+ "other": "{0} oras ang nakalipas"
60
60
  }
61
61
  },
62
62
  "hour-narrow": {
63
63
  "0": "ngayong oras",
64
64
  "future": {
65
65
  "one": "sa {0} oras",
66
- "other": "sa {0} (na) oras"
66
+ "other": "sa {0} oras"
67
67
  },
68
68
  "past": {
69
69
  "one": "{0} oras ang nakalipas",
70
- "other": "{0} (na) oras nakalipas"
70
+ "other": "{0} oras ang nakalipas"
71
71
  }
72
72
  },
73
73
  "hour-short": {
@@ -78,40 +78,40 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
78
78
  },
79
79
  "past": {
80
80
  "one": "{0} oras ang nakalipas",
81
- "other": "{0} (na) oras ang nakalipas"
81
+ "other": "{0} oras ang nakalipas"
82
82
  }
83
83
  },
84
84
  "minute": {
85
85
  "0": "sa minutong ito",
86
86
  "future": {
87
87
  "one": "sa {0} minuto",
88
- "other": "sa {0} (na) minuto"
88
+ "other": "sa {0} minuto"
89
89
  },
90
90
  "past": {
91
91
  "one": "{0} minuto ang nakalipas",
92
- "other": "{0} (na) minuto ang nakalipas"
92
+ "other": "{0} minuto ang nakalipas"
93
93
  }
94
94
  },
95
95
  "minute-narrow": {
96
96
  "0": "sa minutong ito",
97
97
  "future": {
98
98
  "one": "sa {0} min.",
99
- "other": "sa {0} (na) min."
99
+ "other": "sa {0} min."
100
100
  },
101
101
  "past": {
102
102
  "one": "{0} min. ang nakalipas",
103
- "other": "{0} (na) min. ang nakalipas"
103
+ "other": "{0} min. ang nakalipas"
104
104
  }
105
105
  },
106
106
  "minute-short": {
107
107
  "0": "sa minutong ito",
108
108
  "future": {
109
109
  "one": "sa {0} min.",
110
- "other": "sa {0} (na) min."
110
+ "other": "sa {0} min."
111
111
  },
112
112
  "past": {
113
113
  "one": "{0} min. ang nakalipas",
114
- "other": "{0} (na) min. ang nakalipas"
114
+ "other": "{0} min. ang nakalipas"
115
115
  }
116
116
  },
117
117
  "month": {
@@ -120,11 +120,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
120
120
  "1": "susunod na buwan",
121
121
  "future": {
122
122
  "one": "sa {0} buwan",
123
- "other": "sa {0} (na) buwan"
123
+ "other": "sa {0} buwan"
124
124
  },
125
125
  "past": {
126
126
  "one": "{0} buwan ang nakalipas",
127
- "other": "{0} (na) buwan ang nakalipas"
127
+ "other": "{0} buwan ang nakalipas"
128
128
  }
129
129
  },
130
130
  "month-narrow": {
@@ -133,11 +133,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
133
133
  "1": "susunod na buwan",
134
134
  "future": {
135
135
  "one": "sa {0} buwan",
136
- "other": "sa {0} (na) buwan"
136
+ "other": "sa {0} buwan"
137
137
  },
138
138
  "past": {
139
139
  "one": "{0} buwan ang nakalipas",
140
- "other": "{0} (na) buwan ang nakalipas"
140
+ "other": "{0} buwan ang nakalipas"
141
141
  }
142
142
  },
143
143
  "month-short": {
@@ -146,11 +146,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
146
146
  "1": "susunod na buwan",
147
147
  "future": {
148
148
  "one": "sa {0} buwan",
149
- "other": "sa {0} (na) buwan"
149
+ "other": "sa {0} buwan"
150
150
  },
151
151
  "past": {
152
152
  "one": "{0} buwan ang nakalipas",
153
- "other": "{0} (na) buwan ang nakalipas"
153
+ "other": "{0} buwan ang nakalipas"
154
154
  }
155
155
  },
156
156
  "nu": [
@@ -162,11 +162,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
162
162
  "1": "susunod na quarter",
163
163
  "future": {
164
164
  "one": "sa {0} quarter",
165
- "other": "sa {0} (na) quarter"
165
+ "other": "sa {0} quarter"
166
166
  },
167
167
  "past": {
168
168
  "one": "{0} quarter ang nakalipas",
169
- "other": "{0} (na) quarter ang nakalipas"
169
+ "other": "{0} quarter ang nakalipas"
170
170
  }
171
171
  },
172
172
  "quarter-narrow": {
@@ -175,11 +175,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
175
175
  "1": "susunod na quarter",
176
176
  "future": {
177
177
  "one": "sa {0} quarter",
178
- "other": "sa {0} (na) quarter"
178
+ "other": "sa {0} quarter"
179
179
  },
180
180
  "past": {
181
181
  "one": "{0} quarter ang nakalipas",
182
- "other": "{0} (na) quarter ang nakalipas"
182
+ "other": "{0} quarter ang nakalipas"
183
183
  }
184
184
  },
185
185
  "quarter-short": {
@@ -187,45 +187,45 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
187
187
  "0": "ngayong quarter",
188
188
  "1": "susunod na quarter",
189
189
  "future": {
190
- "one": "sa {0} (na) quarter",
191
- "other": "sa {0} (na) quarter"
190
+ "one": "sa {0} quarter",
191
+ "other": "sa {0} quarter"
192
192
  },
193
193
  "past": {
194
194
  "one": "{0} quarter ang nakalipas",
195
- "other": "{0} (na) quarter ang nakalipas"
195
+ "other": "{0} quarter ang nakalipas"
196
196
  }
197
197
  },
198
198
  "second": {
199
199
  "0": "ngayon",
200
200
  "future": {
201
201
  "one": "sa {0} segundo",
202
- "other": "sa {0} (na) segundo"
202
+ "other": "sa {0} segundo"
203
203
  },
204
204
  "past": {
205
205
  "one": "{0} segundo ang nakalipas",
206
- "other": "{0} (na) segundo ang nakalipas"
206
+ "other": "{0} segundo ang nakalipas"
207
207
  }
208
208
  },
209
209
  "second-narrow": {
210
210
  "0": "ngayon",
211
211
  "future": {
212
212
  "one": "sa {0} seg.",
213
- "other": "sa {0} (na) seg."
213
+ "other": "sa {0} seg."
214
214
  },
215
215
  "past": {
216
216
  "one": "{0} seg. ang nakalipas",
217
- "other": "{0} (na) seg. nakalipas"
217
+ "other": "{0} seg. ang nakalipas"
218
218
  }
219
219
  },
220
220
  "second-short": {
221
221
  "0": "ngayon",
222
222
  "future": {
223
223
  "one": "sa {0} seg.",
224
- "other": "sa {0} (na) seg."
224
+ "other": "sa {0} seg."
225
225
  },
226
226
  "past": {
227
227
  "one": "{0} seg. ang nakalipas",
228
- "other": "{0} (na) seg. nakalipas"
228
+ "other": "{0} seg. ang nakalipas"
229
229
  }
230
230
  },
231
231
  "week": {
@@ -234,11 +234,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
234
234
  "1": "susunod na linggo",
235
235
  "future": {
236
236
  "one": "sa {0} linggo",
237
- "other": "sa {0} (na) linggo"
237
+ "other": "sa {0} linggo"
238
238
  },
239
239
  "past": {
240
240
  "one": "{0} linggo ang nakalipas",
241
- "other": "{0} (na) linggo ang nakalipas"
241
+ "other": "{0} linggo ang nakalipas"
242
242
  }
243
243
  },
244
244
  "week-narrow": {
@@ -247,11 +247,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
247
247
  "1": "susunod na linggo",
248
248
  "future": {
249
249
  "one": "sa {0} linggo",
250
- "other": "sa {0} (na) linggo"
250
+ "other": "sa {0} linggo"
251
251
  },
252
252
  "past": {
253
253
  "one": "{0} linggo ang nakalipas",
254
- "other": "{0} (na) linggo ang nakalipas"
254
+ "other": "{0} linggo ang nakalipas"
255
255
  }
256
256
  },
257
257
  "week-short": {
@@ -260,7 +260,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
260
260
  "1": "susunod na linggo",
261
261
  "future": {
262
262
  "one": "sa {0} linggo",
263
- "other": "sa {0} (na) linggo"
263
+ "other": "sa {0} linggo"
264
264
  },
265
265
  "past": {
266
266
  "one": "{0} linggo ang nakalipas",
@@ -273,11 +273,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
273
273
  "1": "susunod na taon",
274
274
  "future": {
275
275
  "one": "sa {0} taon",
276
- "other": "sa {0} (na) taon"
276
+ "other": "sa {0} taon"
277
277
  },
278
278
  "past": {
279
279
  "one": "{0} taon ang nakalipas",
280
- "other": "{0} (na) taon ang nakalipas"
280
+ "other": "{0} taon ang nakalipas"
281
281
  }
282
282
  },
283
283
  "year-narrow": {
@@ -286,11 +286,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
286
286
  "1": "susunod na taon",
287
287
  "future": {
288
288
  "one": "sa {0} taon",
289
- "other": "sa {0} (na) taon"
289
+ "other": "sa {0} taon"
290
290
  },
291
291
  "past": {
292
292
  "one": "{0} taon ang nakalipas",
293
- "other": "{0} (na) taon ang nakalipas"
293
+ "other": "{0} taon ang nakalipas"
294
294
  }
295
295
  },
296
296
  "year-short": {
@@ -299,11 +299,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
299
299
  "1": "susunod na taon",
300
300
  "future": {
301
301
  "one": "sa {0} taon",
302
- "other": "sa {0} (na) taon"
302
+ "other": "sa {0} taon"
303
303
  },
304
304
  "past": {
305
305
  "one": "{0} taon ang nakalipas",
306
- "other": "{0} (na) taon ang nakalipas"
306
+ "other": "{0} taon ang nakalipas"
307
307
  }
308
308
  }
309
309
  },
@@ -70,14 +70,14 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
70
70
  "0": "an uair seo",
71
71
  "future": {
72
72
  "few": "i gceann {0} uair an chloig",
73
- "many": "i gceann {0} n-uaire an chloig",
73
+ "many": "i gceann {0} n-uair an chloig",
74
74
  "one": "i gceann {0} uair an chloig",
75
75
  "other": "i gceann {0} uair an chloig",
76
76
  "two": "i gceann {0} uair an chloig"
77
77
  },
78
78
  "past": {
79
79
  "few": "{0} uair an chloig ó shin",
80
- "many": "{0} n-uaire an chloig ó shin",
80
+ "many": "{0} n-uair an chloig ó shin",
81
81
  "one": "{0} uair an chloig ó shin",
82
82
  "other": "{0} uair an chloig ó shin",
83
83
  "two": "{0} uair an chloig ó shin"
@@ -213,7 +213,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
213
213
  "future": {
214
214
  "few": "i gceann {0} mhí",
215
215
  "many": "i gceann {0} mí",
216
- "one": "i gceann {0} mhí",
216
+ "one": "i gceann {0} míosa",
217
217
  "other": "i gceann {0} mí",
218
218
  "two": "i gceann {0} mhí"
219
219
  },
@@ -343,7 +343,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
343
343
  "future": {
344
344
  "few": "i gceann {0} seachtaine",
345
345
  "many": "i gceann {0} seachtaine",
346
- "one": "i gceann {0} seachtain",
346
+ "one": "i gceann {0} seachtaine",
347
347
  "other": "i gceann {0} seachtain",
348
348
  "two": "i gceann {0} sheachtain"
349
349
  },
@@ -360,18 +360,18 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
360
360
  "0": "an tscht. seo",
361
361
  "1": "an tscht. seo chugainn",
362
362
  "future": {
363
- "few": "+{0} scht.",
363
+ "few": "i gceann {0} shcht.",
364
364
  "many": "+{0} scht.",
365
365
  "one": "+{0} scht.",
366
366
  "other": "+{0} scht.",
367
- "two": "+{0} scht."
367
+ "two": "i gceann {0} shcht."
368
368
  },
369
369
  "past": {
370
- "few": "-{0} scht.",
370
+ "few": "{0} shcht. ó shin",
371
371
  "many": "-{0} scht.",
372
372
  "one": "-{0} scht.",
373
373
  "other": "-{0} scht.",
374
- "two": "-{0} scht."
374
+ "two": "{0} shcht. ó shin"
375
375
  }
376
376
  },
377
377
  "week-short": {
@@ -379,18 +379,18 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
379
379
  "0": "an tscht. seo",
380
380
  "1": "an tscht. seo chugainn",
381
381
  "future": {
382
- "few": "i gceann {0} scht.",
382
+ "few": "i gceann {0} shcht.",
383
383
  "many": "i gceann {0} scht.",
384
384
  "one": "i gceann {0} scht.",
385
385
  "other": "i gceann {0} scht.",
386
386
  "two": "i gceann {0} shcht."
387
387
  },
388
388
  "past": {
389
- "few": "{0} scht. ó shin",
389
+ "few": "{0} shcht. ó shin",
390
390
  "many": "{0} scht. ó shin",
391
391
  "one": "{0} scht. ó shin",
392
392
  "other": "{0} scht. ó shin",
393
- "two": "{0} scht. ó shin"
393
+ "two": "{0} shcht. ó shin"
394
394
  }
395
395
  },
396
396
  "year": {
@@ -400,7 +400,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
400
400
  "future": {
401
401
  "few": "i gceann {0} bliana",
402
402
  "many": "i gceann {0} mbliana",
403
- "one": "i gceann {0} bhliain",
403
+ "one": "i gceann {0} bliana",
404
404
  "other": "i gceann {0} bliain",
405
405
  "two": "i gceann {0} bhliain"
406
406
  },
package/locale-data/ga.js CHANGED
@@ -70,14 +70,14 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
70
70
  "0": "an uair seo",
71
71
  "future": {
72
72
  "few": "i gceann {0} uair an chloig",
73
- "many": "i gceann {0} n-uaire an chloig",
73
+ "many": "i gceann {0} n-uair an chloig",
74
74
  "one": "i gceann {0} uair an chloig",
75
75
  "other": "i gceann {0} uair an chloig",
76
76
  "two": "i gceann {0} uair an chloig"
77
77
  },
78
78
  "past": {
79
79
  "few": "{0} uair an chloig ó shin",
80
- "many": "{0} n-uaire an chloig ó shin",
80
+ "many": "{0} n-uair an chloig ó shin",
81
81
  "one": "{0} uair an chloig ó shin",
82
82
  "other": "{0} uair an chloig ó shin",
83
83
  "two": "{0} uair an chloig ó shin"
@@ -213,7 +213,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
213
213
  "future": {
214
214
  "few": "i gceann {0} mhí",
215
215
  "many": "i gceann {0} mí",
216
- "one": "i gceann {0} mhí",
216
+ "one": "i gceann {0} míosa",
217
217
  "other": "i gceann {0} mí",
218
218
  "two": "i gceann {0} mhí"
219
219
  },
@@ -343,7 +343,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
343
343
  "future": {
344
344
  "few": "i gceann {0} seachtaine",
345
345
  "many": "i gceann {0} seachtaine",
346
- "one": "i gceann {0} seachtain",
346
+ "one": "i gceann {0} seachtaine",
347
347
  "other": "i gceann {0} seachtain",
348
348
  "two": "i gceann {0} sheachtain"
349
349
  },
@@ -360,18 +360,18 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
360
360
  "0": "an tscht. seo",
361
361
  "1": "an tscht. seo chugainn",
362
362
  "future": {
363
- "few": "+{0} scht.",
363
+ "few": "i gceann {0} shcht.",
364
364
  "many": "+{0} scht.",
365
365
  "one": "+{0} scht.",
366
366
  "other": "+{0} scht.",
367
- "two": "+{0} scht."
367
+ "two": "i gceann {0} shcht."
368
368
  },
369
369
  "past": {
370
- "few": "-{0} scht.",
370
+ "few": "{0} shcht. ó shin",
371
371
  "many": "-{0} scht.",
372
372
  "one": "-{0} scht.",
373
373
  "other": "-{0} scht.",
374
- "two": "-{0} scht."
374
+ "two": "{0} shcht. ó shin"
375
375
  }
376
376
  },
377
377
  "week-short": {
@@ -379,18 +379,18 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
379
379
  "0": "an tscht. seo",
380
380
  "1": "an tscht. seo chugainn",
381
381
  "future": {
382
- "few": "i gceann {0} scht.",
382
+ "few": "i gceann {0} shcht.",
383
383
  "many": "i gceann {0} scht.",
384
384
  "one": "i gceann {0} scht.",
385
385
  "other": "i gceann {0} scht.",
386
386
  "two": "i gceann {0} shcht."
387
387
  },
388
388
  "past": {
389
- "few": "{0} scht. ó shin",
389
+ "few": "{0} shcht. ó shin",
390
390
  "many": "{0} scht. ó shin",
391
391
  "one": "{0} scht. ó shin",
392
392
  "other": "{0} scht. ó shin",
393
- "two": "{0} scht. ó shin"
393
+ "two": "{0} shcht. ó shin"
394
394
  }
395
395
  },
396
396
  "year": {
@@ -400,7 +400,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
400
400
  "future": {
401
401
  "few": "i gceann {0} bliana",
402
402
  "many": "i gceann {0} mbliana",
403
- "one": "i gceann {0} bhliain",
403
+ "one": "i gceann {0} bliana",
404
404
  "other": "i gceann {0} bliain",
405
405
  "two": "i gceann {0} bhliain"
406
406
  },
package/locale-data/hu.js CHANGED
@@ -66,8 +66,8 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
66
66
  "other": "{0} óra múlva"
67
67
  },
68
68
  "past": {
69
- "one": "{0} órával ezelőtt",
70
- "other": "{0} órával ezelőtt"
69
+ "one": "{0} órája",
70
+ "other": "{0} órája"
71
71
  }
72
72
  },
73
73
  "hour-short": {
@@ -99,8 +99,8 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
99
99
  "other": "{0} perc múlva"
100
100
  },
101
101
  "past": {
102
- "one": "{0} perccel ezelőtt",
103
- "other": "{0} perccel ezelőtt"
102
+ "one": "{0} perce",
103
+ "other": "{0} perce"
104
104
  }
105
105
  },
106
106
  "minute-short": {
@@ -136,8 +136,8 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
136
136
  "other": "{0} hónap múlva"
137
137
  },
138
138
  "past": {
139
- "one": "{0} hónappal ezelőtt",
140
- "other": "{0} hónappal ezelőtt"
139
+ "one": "{0} hónapja",
140
+ "other": "{0} hónapja"
141
141
  }
142
142
  },
143
143
  "month-short": {
@@ -213,8 +213,8 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
213
213
  "other": "{0} másodperc múlva"
214
214
  },
215
215
  "past": {
216
- "one": "{0} másodperccel ezelőtt",
217
- "other": "{0} másodperccel ezelőtt"
216
+ "one": "{0} m.perce",
217
+ "other": "{0} m.perce"
218
218
  }
219
219
  },
220
220
  "second-short": {
@@ -250,8 +250,8 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
250
250
  "other": "{0} hét múlva"
251
251
  },
252
252
  "past": {
253
- "one": "{0} héttel ezelőtt",
254
- "other": "{0} héttel ezelőtt"
253
+ "one": "{0} hete",
254
+ "other": "{0} hete"
255
255
  }
256
256
  },
257
257
  "week-short": {
@@ -289,8 +289,8 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
289
289
  "other": "{0} év múlva"
290
290
  },
291
291
  "past": {
292
- "one": "{0} évvel ezelőtt",
293
- "other": "{0} évvel ezelőtt"
292
+ "one": "{0} éve",
293
+ "other": "{0} éve"
294
294
  }
295
295
  },
296
296
  "year-short": {
@@ -91,9 +91,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
91
91
  }
92
92
  },
93
93
  "month": {
94
- "-1": "last month",
95
- "0": "this month",
96
- "1": "next month",
94
+ "-1": "پٔتِم ریتھۍ",
95
+ "0": "یٕہ ریتھۍ",
96
+ "1": "نو ریتھۍ",
97
97
  "future": {
98
98
  "other": "+{0} m"
99
99
  },
@@ -102,9 +102,9 @@ 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": "پٔتِم ریتھۍ",
106
+ "0": "یٕہ ریتھۍ",
107
+ "1": "نو ریتھۍ",
108
108
  "future": {
109
109
  "other": "+{0} m"
110
110
  },
@@ -113,9 +113,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
113
113
  }
114
114
  },
115
115
  "month-short": {
116
- "-1": "last month",
117
- "0": "this month",
118
- "1": "next month",
116
+ "-1": "پٔتِم ریتھۍ",
117
+ "0": "یٕہ ریتھۍ",
118
+ "1": "نو ریتھۍ",
119
119
  "future": {
120
120
  "other": "+{0} m"
121
121
  },
@@ -187,9 +187,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
187
187
  }
188
188
  },
189
189
  "week": {
190
- "-1": "last week",
191
- "0": "this week",
192
- "1": "next week",
190
+ "-1": "پٔتِم ہفتہ",
191
+ "0": "یٕہ ہفتہ",
192
+ "1": "نو ہفتہ",
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": "پٔتِم ہفتہ",
202
+ "0": "یٕہ ہفتہ",
203
+ "1": "نو ہفتہ",
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": "پٔتِم ہفتہ",
213
+ "0": "یٕہ ہفتہ",
214
+ "1": "نو ہفتہ",
215
215
  "future": {
216
216
  "other": "+{0} w"
217
217
  },
@@ -220,9 +220,9 @@ 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": "پٔتِم ؤری",
224
+ "0": "یٕہ ؤری",
225
+ "1": "نو ؤری",
226
226
  "future": {
227
227
  "other": "+{0} y"
228
228
  },
@@ -231,9 +231,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
231
231
  }
232
232
  },
233
233
  "year-narrow": {
234
- "-1": "last year",
235
- "0": "this year",
236
- "1": "next year",
234
+ "-1": "پٔتِم ؤری",
235
+ "0": "یٕہ ؤری",
236
+ "1": "نو ؤری",
237
237
  "future": {
238
238
  "other": "+{0} y"
239
239
  },
@@ -242,9 +242,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
242
242
  }
243
243
  },
244
244
  "year-short": {
245
- "-1": "last year",
246
- "0": "this year",
247
- "1": "next year",
245
+ "-1": "پٔتِم ؤری",
246
+ "0": "یٕہ ؤری",
247
+ "1": "نو ؤری",
248
248
  "future": {
249
249
  "other": "+{0} y"
250
250
  },