@formatjs/intl-relativetimeformat 11.3.0 → 11.4.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/ak.js +147 -99
- package/locale-data/ar.js +1 -1
- package/locale-data/bn-IN.js +3 -3
- package/locale-data/bn.js +3 -3
- package/locale-data/bs-Latn.js +2 -2
- package/locale-data/bs.js +2 -2
- package/locale-data/cy.js +13 -13
- package/locale-data/doi.js +45 -45
- package/locale-data/ha-GH.js +71 -71
- package/locale-data/ha-NE.js +71 -71
- package/locale-data/ha.js +71 -71
- package/locale-data/he.js +0 -6
- package/locale-data/ig.js +17 -17
- package/locale-data/ii.js +30 -30
- package/locale-data/is.js +1 -1
- package/locale-data/kok.js +8 -8
- package/locale-data/ku.js +17 -17
- package/locale-data/nb-SJ.js +4 -4
- package/locale-data/nb.js +4 -4
- package/locale-data/nn.js +4 -4
- package/locale-data/no.js +4 -4
- package/locale-data/om-KE.js +149 -101
- package/locale-data/om.js +149 -101
- package/locale-data/or.js +1 -1
- package/locale-data/qu-BO.js +46 -46
- package/locale-data/qu-EC.js +46 -46
- package/locale-data/qu.js +46 -46
- package/locale-data/ti-ER.js +6 -6
- package/locale-data/ti.js +6 -6
- package/locale-data/yo-BJ.js +17 -17
- package/locale-data/yo.js +17 -17
- package/package.json +4 -4
package/locale-data/qu.js
CHANGED
|
@@ -8,10 +8,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
8
8
|
"0": "kunan punchaw",
|
|
9
9
|
"1": "paqarin",
|
|
10
10
|
"future": {
|
|
11
|
-
"other": "
|
|
11
|
+
"other": "{0} punchawpi"
|
|
12
12
|
},
|
|
13
13
|
"past": {
|
|
14
|
-
"other": "
|
|
14
|
+
"other": "{0} qipa punchaw"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"day-narrow": {
|
|
@@ -19,10 +19,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
19
19
|
"0": "kunan punchaw",
|
|
20
20
|
"1": "paqarin",
|
|
21
21
|
"future": {
|
|
22
|
-
"other": "
|
|
22
|
+
"other": "{0} punchawpi"
|
|
23
23
|
},
|
|
24
24
|
"past": {
|
|
25
|
-
"other": "
|
|
25
|
+
"other": "{0} qipa punchaw"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"day-short": {
|
|
@@ -30,64 +30,64 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
30
30
|
"0": "kunan punchaw",
|
|
31
31
|
"1": "paqarin",
|
|
32
32
|
"future": {
|
|
33
|
-
"other": "
|
|
33
|
+
"other": "{0} punchawpi"
|
|
34
34
|
},
|
|
35
35
|
"past": {
|
|
36
|
-
"other": "
|
|
36
|
+
"other": "{0} qipa punchaw"
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"hour": {
|
|
40
40
|
"0": "kay hora",
|
|
41
41
|
"future": {
|
|
42
|
-
"other": "
|
|
42
|
+
"other": "{0} urapi"
|
|
43
43
|
},
|
|
44
44
|
"past": {
|
|
45
|
-
"other": "
|
|
45
|
+
"other": "{0} qipa ura"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"hour-narrow": {
|
|
49
49
|
"0": "kay hora",
|
|
50
50
|
"future": {
|
|
51
|
-
"other": "
|
|
51
|
+
"other": "{0} urapi"
|
|
52
52
|
},
|
|
53
53
|
"past": {
|
|
54
|
-
"other": "
|
|
54
|
+
"other": "{0} qipa ura"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"hour-short": {
|
|
58
58
|
"0": "kay hora",
|
|
59
59
|
"future": {
|
|
60
|
-
"other": "
|
|
60
|
+
"other": "{0} urapi"
|
|
61
61
|
},
|
|
62
62
|
"past": {
|
|
63
|
-
"other": "
|
|
63
|
+
"other": "{0} qipa ura"
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"minute": {
|
|
67
67
|
"0": "kay minuto",
|
|
68
68
|
"future": {
|
|
69
|
-
"other": "
|
|
69
|
+
"other": "{0} minutupi"
|
|
70
70
|
},
|
|
71
71
|
"past": {
|
|
72
|
-
"other": "
|
|
72
|
+
"other": "{0} qipa minutu"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"minute-narrow": {
|
|
76
76
|
"0": "kay minuto",
|
|
77
77
|
"future": {
|
|
78
|
-
"other": "
|
|
78
|
+
"other": "{0} minutupi"
|
|
79
79
|
},
|
|
80
80
|
"past": {
|
|
81
|
-
"other": "
|
|
81
|
+
"other": "{0} qipa minutu"
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"minute-short": {
|
|
85
85
|
"0": "kay minuto",
|
|
86
86
|
"future": {
|
|
87
|
-
"other": "
|
|
87
|
+
"other": "{0} minutupi"
|
|
88
88
|
},
|
|
89
89
|
"past": {
|
|
90
|
-
"other": "
|
|
90
|
+
"other": "{0} qipa minutu"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"month": {
|
|
@@ -95,10 +95,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
95
95
|
"0": "kunan killa",
|
|
96
96
|
"1": "hamuq killa",
|
|
97
97
|
"future": {
|
|
98
|
-
"other": "
|
|
98
|
+
"other": "{0} killapi"
|
|
99
99
|
},
|
|
100
100
|
"past": {
|
|
101
|
-
"other": "
|
|
101
|
+
"other": "{0} qipa killa"
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
"month-narrow": {
|
|
@@ -106,10 +106,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
106
106
|
"0": "kunan killa",
|
|
107
107
|
"1": "hamuq killa",
|
|
108
108
|
"future": {
|
|
109
|
-
"other": "
|
|
109
|
+
"other": "{0} killapi"
|
|
110
110
|
},
|
|
111
111
|
"past": {
|
|
112
|
-
"other": "
|
|
112
|
+
"other": "{0} qipa killa"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
"month-short": {
|
|
@@ -117,10 +117,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
117
117
|
"0": "kunan killa",
|
|
118
118
|
"1": "hamuq killa",
|
|
119
119
|
"future": {
|
|
120
|
-
"other": "
|
|
120
|
+
"other": "{0} killapi"
|
|
121
121
|
},
|
|
122
122
|
"past": {
|
|
123
|
-
"other": "
|
|
123
|
+
"other": "{0} qipa killa"
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
126
|
"nu": [
|
|
@@ -131,10 +131,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
131
131
|
"0": "kunan kimsa killa",
|
|
132
132
|
"1": "hamuq kimsa killa",
|
|
133
133
|
"future": {
|
|
134
|
-
"other": "
|
|
134
|
+
"other": "{0} kimsa killapi"
|
|
135
135
|
},
|
|
136
136
|
"past": {
|
|
137
|
-
"other": "
|
|
137
|
+
"other": "{0} qipa kimsa killa"
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
140
|
"quarter-narrow": {
|
|
@@ -142,10 +142,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
142
142
|
"0": "kunan kimsa killa",
|
|
143
143
|
"1": "hamuq kimsa killa",
|
|
144
144
|
"future": {
|
|
145
|
-
"other": "
|
|
145
|
+
"other": "{0} kimsa killapi"
|
|
146
146
|
},
|
|
147
147
|
"past": {
|
|
148
|
-
"other": "
|
|
148
|
+
"other": "{0} qipa kimsa killa"
|
|
149
149
|
}
|
|
150
150
|
},
|
|
151
151
|
"quarter-short": {
|
|
@@ -153,37 +153,37 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
153
153
|
"0": "kunan kimsa killa",
|
|
154
154
|
"1": "hamuq kimsa killa",
|
|
155
155
|
"future": {
|
|
156
|
-
"other": "
|
|
156
|
+
"other": "{0} kimsa killapi"
|
|
157
157
|
},
|
|
158
158
|
"past": {
|
|
159
|
-
"other": "
|
|
159
|
+
"other": "{0} qipa kimsa killa"
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
162
|
"second": {
|
|
163
163
|
"0": "now",
|
|
164
164
|
"future": {
|
|
165
|
-
"other": "
|
|
165
|
+
"other": "{0} segundupi"
|
|
166
166
|
},
|
|
167
167
|
"past": {
|
|
168
|
-
"other": "
|
|
168
|
+
"other": "{0} qipa segundu"
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
171
|
"second-narrow": {
|
|
172
172
|
"0": "now",
|
|
173
173
|
"future": {
|
|
174
|
-
"other": "
|
|
174
|
+
"other": "{0} segundupi"
|
|
175
175
|
},
|
|
176
176
|
"past": {
|
|
177
|
-
"other": "
|
|
177
|
+
"other": "{0} qipa segundu"
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
180
|
"second-short": {
|
|
181
181
|
"0": "now",
|
|
182
182
|
"future": {
|
|
183
|
-
"other": "
|
|
183
|
+
"other": "{0} segundupi"
|
|
184
184
|
},
|
|
185
185
|
"past": {
|
|
186
|
-
"other": "
|
|
186
|
+
"other": "{0} qipa segundu"
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
189
|
"week": {
|
|
@@ -191,10 +191,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
191
191
|
"0": "kunan semana",
|
|
192
192
|
"1": "hamuq semana",
|
|
193
193
|
"future": {
|
|
194
|
-
"other": "
|
|
194
|
+
"other": "{0} semanapi"
|
|
195
195
|
},
|
|
196
196
|
"past": {
|
|
197
|
-
"other": "
|
|
197
|
+
"other": "{0} qipa semana"
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
200
|
"week-narrow": {
|
|
@@ -202,10 +202,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
202
202
|
"0": "kunan semana",
|
|
203
203
|
"1": "hamuq semana",
|
|
204
204
|
"future": {
|
|
205
|
-
"other": "
|
|
205
|
+
"other": "{0} semanapi"
|
|
206
206
|
},
|
|
207
207
|
"past": {
|
|
208
|
-
"other": "
|
|
208
|
+
"other": "{0} qipa semana"
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
"week-short": {
|
|
@@ -213,10 +213,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
213
213
|
"0": "kunan semana",
|
|
214
214
|
"1": "hamuq semana",
|
|
215
215
|
"future": {
|
|
216
|
-
"other": "
|
|
216
|
+
"other": "{0} semanapi"
|
|
217
217
|
},
|
|
218
218
|
"past": {
|
|
219
|
-
"other": "
|
|
219
|
+
"other": "{0} qipa semana"
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
"year": {
|
|
@@ -235,10 +235,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
235
235
|
"0": "kunan wata",
|
|
236
236
|
"1": "hamuq wata",
|
|
237
237
|
"future": {
|
|
238
|
-
"other": "
|
|
238
|
+
"other": "{0} hamuq watapi"
|
|
239
239
|
},
|
|
240
240
|
"past": {
|
|
241
|
-
"other": "
|
|
241
|
+
"other": "{0} ñawpaq watapi"
|
|
242
242
|
}
|
|
243
243
|
},
|
|
244
244
|
"year-short": {
|
|
@@ -246,10 +246,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
246
246
|
"0": "kunan wata",
|
|
247
247
|
"1": "hamuq wata",
|
|
248
248
|
"future": {
|
|
249
|
-
"other": "
|
|
249
|
+
"other": "{0} watapi"
|
|
250
250
|
},
|
|
251
251
|
"past": {
|
|
252
|
-
"other": "
|
|
252
|
+
"other": "{0} qipa watapi"
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
},
|
package/locale-data/ti-ER.js
CHANGED
|
@@ -262,9 +262,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
264
|
"year": {
|
|
265
|
-
"-1": "
|
|
265
|
+
"-1": "ዝሓለፈ ዓመት",
|
|
266
266
|
"0": "ሎሚ ዓመት",
|
|
267
|
-
"1": "
|
|
267
|
+
"1": "ዝመጽእ ዓመት",
|
|
268
268
|
"future": {
|
|
269
269
|
"one": "ኣብ {0} ዓ",
|
|
270
270
|
"other": "ኣብ {0} ዓ"
|
|
@@ -275,9 +275,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
277
|
"year-narrow": {
|
|
278
|
-
"-1": "
|
|
278
|
+
"-1": "ዝሓለፈ ዓመት",
|
|
279
279
|
"0": "ሎሚ ዓመት",
|
|
280
|
-
"1": "
|
|
280
|
+
"1": "ዝመጽእ ዓመት",
|
|
281
281
|
"future": {
|
|
282
282
|
"one": "ኣብ {0} ዓ",
|
|
283
283
|
"other": "ኣብ {0} ዓ"
|
|
@@ -288,9 +288,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
"year-short": {
|
|
291
|
-
"-1": "
|
|
291
|
+
"-1": "ዝሓለፈ ዓመት",
|
|
292
292
|
"0": "ሎሚ ዓመት",
|
|
293
|
-
"1": "
|
|
293
|
+
"1": "ዝመጽእ ዓመት",
|
|
294
294
|
"future": {
|
|
295
295
|
"one": "ኣብ {0} ዓ",
|
|
296
296
|
"other": "ኣብ {0} ዓ"
|
package/locale-data/ti.js
CHANGED
|
@@ -262,9 +262,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
264
|
"year": {
|
|
265
|
-
"-1": "
|
|
265
|
+
"-1": "ዝሓለፈ ዓመት",
|
|
266
266
|
"0": "ሎሚ ዓመት",
|
|
267
|
-
"1": "
|
|
267
|
+
"1": "ዝመጽእ ዓመት",
|
|
268
268
|
"future": {
|
|
269
269
|
"one": "ኣብ {0} ዓ",
|
|
270
270
|
"other": "ኣብ {0} ዓ"
|
|
@@ -275,9 +275,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
277
|
"year-narrow": {
|
|
278
|
-
"-1": "
|
|
278
|
+
"-1": "ዝሓለፈ ዓመት",
|
|
279
279
|
"0": "ሎሚ ዓመት",
|
|
280
|
-
"1": "
|
|
280
|
+
"1": "ዝመጽእ ዓመት",
|
|
281
281
|
"future": {
|
|
282
282
|
"one": "ኣብ {0} ዓ",
|
|
283
283
|
"other": "ኣብ {0} ዓ"
|
|
@@ -288,9 +288,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
"year-short": {
|
|
291
|
-
"-1": "
|
|
291
|
+
"-1": "ዝሓለፈ ዓመት",
|
|
292
292
|
"0": "ሎሚ ዓመት",
|
|
293
|
-
"1": "
|
|
293
|
+
"1": "ዝመጽእ ዓመት",
|
|
294
294
|
"future": {
|
|
295
295
|
"one": "ኣብ {0} ዓ",
|
|
296
296
|
"other": "ኣብ {0} ዓ"
|
package/locale-data/yo-BJ.js
CHANGED
|
@@ -43,7 +43,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"hour": {
|
|
46
|
-
"0": "
|
|
46
|
+
"0": "wákàtí yìí",
|
|
47
47
|
"future": {
|
|
48
48
|
"other": "+{0} h"
|
|
49
49
|
},
|
|
@@ -52,7 +52,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"hour-narrow": {
|
|
55
|
-
"0": "
|
|
55
|
+
"0": "wákàtí yìí",
|
|
56
56
|
"future": {
|
|
57
57
|
"other": "+{0} h"
|
|
58
58
|
},
|
|
@@ -61,7 +61,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"hour-short": {
|
|
64
|
-
"0": "
|
|
64
|
+
"0": "wákàtí yìí",
|
|
65
65
|
"future": {
|
|
66
66
|
"other": "+{0} h"
|
|
67
67
|
},
|
|
@@ -70,7 +70,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"minute": {
|
|
73
|
-
"0": "
|
|
73
|
+
"0": "ìshɛ́jú yìí",
|
|
74
74
|
"future": {
|
|
75
75
|
"other": "+{0} min"
|
|
76
76
|
},
|
|
@@ -79,7 +79,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"minute-narrow": {
|
|
82
|
-
"0": "
|
|
82
|
+
"0": "ìshɛ́jú yìí",
|
|
83
83
|
"future": {
|
|
84
84
|
"other": "+{0} min"
|
|
85
85
|
},
|
|
@@ -88,7 +88,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
"minute-short": {
|
|
91
|
-
"0": "
|
|
91
|
+
"0": "ìshɛ́jú yìí",
|
|
92
92
|
"future": {
|
|
93
93
|
"other": "+{0} min"
|
|
94
94
|
},
|
|
@@ -166,7 +166,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
168
|
"second": {
|
|
169
|
-
"0": "
|
|
169
|
+
"0": "nísinsìyí",
|
|
170
170
|
"future": {
|
|
171
171
|
"other": "+{0} s"
|
|
172
172
|
},
|
|
@@ -175,7 +175,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
"second-narrow": {
|
|
178
|
-
"0": "
|
|
178
|
+
"0": "nísinsìyí",
|
|
179
179
|
"future": {
|
|
180
180
|
"other": "+{0} s"
|
|
181
181
|
},
|
|
@@ -184,7 +184,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
184
184
|
}
|
|
185
185
|
},
|
|
186
186
|
"second-short": {
|
|
187
|
-
"0": "
|
|
187
|
+
"0": "nísinsìyí",
|
|
188
188
|
"future": {
|
|
189
189
|
"other": "+{0} s"
|
|
190
190
|
},
|
|
@@ -226,14 +226,14 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
226
226
|
}
|
|
227
227
|
},
|
|
228
228
|
"year": {
|
|
229
|
-
"-1": "
|
|
230
|
-
"0": "
|
|
229
|
+
"-1": "Èshí",
|
|
230
|
+
"0": "Ɔdún yìí",
|
|
231
231
|
"1": "Àmɔ́dún",
|
|
232
232
|
"future": {
|
|
233
|
-
"other": "
|
|
233
|
+
"other": "ní {0} Ɔdún"
|
|
234
234
|
},
|
|
235
235
|
"past": {
|
|
236
|
-
"other": "
|
|
236
|
+
"other": "{0} Ɔdún sɛ́yìn"
|
|
237
237
|
}
|
|
238
238
|
},
|
|
239
239
|
"year-narrow": {
|
|
@@ -241,10 +241,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
241
241
|
"0": "Ɔdún yìí",
|
|
242
242
|
"1": "Ɔdún tó ńbɔ̀",
|
|
243
243
|
"future": {
|
|
244
|
-
"other": "
|
|
244
|
+
"other": "ní {0} Ɔdún"
|
|
245
245
|
},
|
|
246
246
|
"past": {
|
|
247
|
-
"other": "
|
|
247
|
+
"other": "Ɔdún {0} sɛ́yìn"
|
|
248
248
|
}
|
|
249
249
|
},
|
|
250
250
|
"year-short": {
|
|
@@ -252,10 +252,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
252
252
|
"0": "Ɔdún yìí",
|
|
253
253
|
"1": "Ɔdún tó ńbɔ̀",
|
|
254
254
|
"future": {
|
|
255
|
-
"other": "
|
|
255
|
+
"other": "ní {0} Ɔdún"
|
|
256
256
|
},
|
|
257
257
|
"past": {
|
|
258
|
-
"other": "
|
|
258
|
+
"other": "Ɔdún {0} sɛ́yìn"
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
261
|
},
|
package/locale-data/yo.js
CHANGED
|
@@ -43,7 +43,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"hour": {
|
|
46
|
-
"0": "
|
|
46
|
+
"0": "wákàtí yìí",
|
|
47
47
|
"future": {
|
|
48
48
|
"other": "+{0} h"
|
|
49
49
|
},
|
|
@@ -52,7 +52,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"hour-narrow": {
|
|
55
|
-
"0": "
|
|
55
|
+
"0": "wákàtí yìí",
|
|
56
56
|
"future": {
|
|
57
57
|
"other": "+{0} h"
|
|
58
58
|
},
|
|
@@ -61,7 +61,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"hour-short": {
|
|
64
|
-
"0": "
|
|
64
|
+
"0": "wákàtí yìí",
|
|
65
65
|
"future": {
|
|
66
66
|
"other": "+{0} h"
|
|
67
67
|
},
|
|
@@ -70,7 +70,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"minute": {
|
|
73
|
-
"0": "
|
|
73
|
+
"0": "ìṣẹ́jú yìí",
|
|
74
74
|
"future": {
|
|
75
75
|
"other": "+{0} min"
|
|
76
76
|
},
|
|
@@ -79,7 +79,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"minute-narrow": {
|
|
82
|
-
"0": "
|
|
82
|
+
"0": "ìṣẹ́jú yìí",
|
|
83
83
|
"future": {
|
|
84
84
|
"other": "+{0} min"
|
|
85
85
|
},
|
|
@@ -88,7 +88,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
"minute-short": {
|
|
91
|
-
"0": "
|
|
91
|
+
"0": "ìṣẹ́jú yìí",
|
|
92
92
|
"future": {
|
|
93
93
|
"other": "+{0} min"
|
|
94
94
|
},
|
|
@@ -166,7 +166,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
168
|
"second": {
|
|
169
|
-
"0": "
|
|
169
|
+
"0": "nísinsìyí",
|
|
170
170
|
"future": {
|
|
171
171
|
"other": "+{0} s"
|
|
172
172
|
},
|
|
@@ -175,7 +175,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
"second-narrow": {
|
|
178
|
-
"0": "
|
|
178
|
+
"0": "nísinsìyí",
|
|
179
179
|
"future": {
|
|
180
180
|
"other": "+{0} s"
|
|
181
181
|
},
|
|
@@ -184,7 +184,7 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
184
184
|
}
|
|
185
185
|
},
|
|
186
186
|
"second-short": {
|
|
187
|
-
"0": "
|
|
187
|
+
"0": "nísinsìyí",
|
|
188
188
|
"future": {
|
|
189
189
|
"other": "+{0} s"
|
|
190
190
|
},
|
|
@@ -226,14 +226,14 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
226
226
|
}
|
|
227
227
|
},
|
|
228
228
|
"year": {
|
|
229
|
-
"-1": "
|
|
230
|
-
"0": "
|
|
229
|
+
"-1": "Èṣí",
|
|
230
|
+
"0": "Ọdún yìí",
|
|
231
231
|
"1": "Àmọ́dún",
|
|
232
232
|
"future": {
|
|
233
|
-
"other": "
|
|
233
|
+
"other": "ní {0} Ọdún"
|
|
234
234
|
},
|
|
235
235
|
"past": {
|
|
236
|
-
"other": "
|
|
236
|
+
"other": "{0} Ọdún sẹ́yìn"
|
|
237
237
|
}
|
|
238
238
|
},
|
|
239
239
|
"year-narrow": {
|
|
@@ -241,10 +241,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
241
241
|
"0": "Ọdún yìí",
|
|
242
242
|
"1": "Ọdún tó ńbọ̀",
|
|
243
243
|
"future": {
|
|
244
|
-
"other": "
|
|
244
|
+
"other": "ní {0} Ọdún"
|
|
245
245
|
},
|
|
246
246
|
"past": {
|
|
247
|
-
"other": "
|
|
247
|
+
"other": "Ọdún {0} sẹ́yìn"
|
|
248
248
|
}
|
|
249
249
|
},
|
|
250
250
|
"year-short": {
|
|
@@ -252,10 +252,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
|
|
|
252
252
|
"0": "Ọdún yìí",
|
|
253
253
|
"1": "Ọdún tó ńbọ̀",
|
|
254
254
|
"future": {
|
|
255
|
-
"other": "
|
|
255
|
+
"other": "ní {0} Ọdún"
|
|
256
256
|
},
|
|
257
257
|
"past": {
|
|
258
|
-
"other": "
|
|
258
|
+
"other": "Ọdún {0} sẹ́yìn"
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
261
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/intl-relativetimeformat",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.4.0",
|
|
4
4
|
"description": "Formats JavaScript dates to relative time strings.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"intl",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@formatjs/intl-localematcher": "0.5.5"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@formatjs/intl-getcanonicallocales": "2.
|
|
29
|
-
"@formatjs/intl-pluralrules": "5.
|
|
30
|
-
"@formatjs/intl-locale": "4.
|
|
28
|
+
"@formatjs/intl-getcanonicallocales": "2.5.0",
|
|
29
|
+
"@formatjs/intl-pluralrules": "5.3.0",
|
|
30
|
+
"@formatjs/intl-locale": "4.2.0"
|
|
31
31
|
},
|
|
32
32
|
"main": "index.js",
|
|
33
33
|
"types": "index.d.ts",
|