UNPKG

5.5 kBJavaScriptView Raw
1/* @generated */
2// prettier-ignore
3if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
4 Intl.RelativeTimeFormat.__addLocaleData({
5 "data": {
6 "day": {
7 "-1": "ikwiri",
8 "0": "tèchɔ̀ŋ",
9 "1": "isu",
10 "2": "isu ywi",
11 "future": {
12 "one": "+{0} d",
13 "other": "+{0} d"
14 },
15 "past": {
16 "one": "-{0} d",
17 "other": "-{0} d"
18 }
19 },
20 "day-narrow": {
21 "-1": "ikwiri",
22 "0": "tèchɔ̀ŋ",
23 "1": "isu",
24 "2": "isu ywi",
25 "future": {
26 "one": "+{0} d",
27 "other": "+{0} d"
28 },
29 "past": {
30 "one": "-{0} d",
31 "other": "-{0} d"
32 }
33 },
34 "day-short": {
35 "-1": "ikwiri",
36 "0": "tèchɔ̀ŋ",
37 "1": "isu",
38 "2": "isu ywi",
39 "future": {
40 "one": "+{0} d",
41 "other": "+{0} d"
42 },
43 "past": {
44 "one": "-{0} d",
45 "other": "-{0} d"
46 }
47 },
48 "hour": {
49 "0": "this hour",
50 "future": {
51 "one": "+{0} h",
52 "other": "+{0} h"
53 },
54 "past": {
55 "one": "-{0} h",
56 "other": "-{0} h"
57 }
58 },
59 "hour-narrow": {
60 "0": "this hour",
61 "future": {
62 "one": "+{0} h",
63 "other": "+{0} h"
64 },
65 "past": {
66 "one": "-{0} h",
67 "other": "-{0} h"
68 }
69 },
70 "hour-short": {
71 "0": "this hour",
72 "future": {
73 "one": "+{0} h",
74 "other": "+{0} h"
75 },
76 "past": {
77 "one": "-{0} h",
78 "other": "-{0} h"
79 }
80 },
81 "minute": {
82 "0": "this minute",
83 "future": {
84 "one": "+{0} min",
85 "other": "+{0} min"
86 },
87 "past": {
88 "one": "-{0} min",
89 "other": "-{0} min"
90 }
91 },
92 "minute-narrow": {
93 "0": "this minute",
94 "future": {
95 "one": "+{0} min",
96 "other": "+{0} min"
97 },
98 "past": {
99 "one": "-{0} min",
100 "other": "-{0} min"
101 }
102 },
103 "minute-short": {
104 "0": "this minute",
105 "future": {
106 "one": "+{0} min",
107 "other": "+{0} min"
108 },
109 "past": {
110 "one": "-{0} min",
111 "other": "-{0} min"
112 }
113 },
114 "month": {
115 "-1": "last month",
116 "0": "this month",
117 "1": "next month",
118 "future": {
119 "one": "+{0} m",
120 "other": "+{0} m"
121 },
122 "past": {
123 "one": "-{0} m",
124 "other": "-{0} m"
125 }
126 },
127 "month-narrow": {
128 "-1": "last month",
129 "0": "this month",
130 "1": "next month",
131 "future": {
132 "one": "+{0} m",
133 "other": "+{0} m"
134 },
135 "past": {
136 "one": "-{0} m",
137 "other": "-{0} m"
138 }
139 },
140 "month-short": {
141 "-1": "last month",
142 "0": "this month",
143 "1": "next month",
144 "future": {
145 "one": "+{0} m",
146 "other": "+{0} m"
147 },
148 "past": {
149 "one": "-{0} m",
150 "other": "-{0} m"
151 }
152 },
153 "nu": [
154 "latn"
155 ],
156 "quarter": {
157 "-1": "last quarter",
158 "0": "this quarter",
159 "1": "next quarter",
160 "future": {
161 "other": "+{0} Q"
162 },
163 "past": {
164 "other": "-{0} Q"
165 }
166 },
167 "quarter-narrow": {
168 "-1": "last quarter",
169 "0": "this quarter",
170 "1": "next quarter",
171 "future": {
172 "other": "+{0} Q"
173 },
174 "past": {
175 "other": "-{0} Q"
176 }
177 },
178 "quarter-short": {
179 "-1": "last quarter",
180 "0": "this quarter",
181 "1": "next quarter",
182 "future": {
183 "other": "+{0} Q"
184 },
185 "past": {
186 "other": "-{0} Q"
187 }
188 },
189 "second": {
190 "0": "now",
191 "future": {
192 "one": "+{0} s",
193 "other": "+{0} s"
194 },
195 "past": {
196 "one": "-{0} s",
197 "other": "-{0} s"
198 }
199 },
200 "second-narrow": {
201 "0": "now",
202 "future": {
203 "one": "+{0} s",
204 "other": "+{0} s"
205 },
206 "past": {
207 "one": "-{0} s",
208 "other": "-{0} s"
209 }
210 },
211 "second-short": {
212 "0": "now",
213 "future": {
214 "one": "+{0} s",
215 "other": "+{0} s"
216 },
217 "past": {
218 "one": "-{0} s",
219 "other": "-{0} s"
220 }
221 },
222 "week": {
223 "-1": "last week",
224 "0": "this week",
225 "1": "next week",
226 "future": {
227 "other": "+{0} w"
228 },
229 "past": {
230 "other": "-{0} w"
231 }
232 },
233 "week-narrow": {
234 "-1": "last week",
235 "0": "this week",
236 "1": "next week",
237 "future": {
238 "other": "+{0} w"
239 },
240 "past": {
241 "other": "-{0} w"
242 }
243 },
244 "week-short": {
245 "-1": "last week",
246 "0": "this week",
247 "1": "next week",
248 "future": {
249 "other": "+{0} w"
250 },
251 "past": {
252 "other": "-{0} w"
253 }
254 },
255 "year": {
256 "-1": "last year",
257 "0": "this year",
258 "1": "next year",
259 "future": {
260 "other": "+{0} y"
261 },
262 "past": {
263 "other": "-{0} y"
264 }
265 },
266 "year-narrow": {
267 "-1": "last year",
268 "0": "this year",
269 "1": "next year",
270 "future": {
271 "other": "+{0} y"
272 },
273 "past": {
274 "other": "-{0} y"
275 }
276 },
277 "year-short": {
278 "-1": "last year",
279 "0": "this year",
280 "1": "next year",
281 "future": {
282 "other": "+{0} y"
283 },
284 "past": {
285 "other": "-{0} y"
286 }
287 }
288 },
289 "locale": "mgo"
290})
291}