1 |
|
2 |
|
3 | if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
|
4 | Intl.RelativeTimeFormat.__addLocaleData({
|
5 | "data": {
|
6 | "day": {
|
7 | "-1": "inné",
|
8 | "-2": "arú inné",
|
9 | "0": "inniu",
|
10 | "1": "amárach",
|
11 | "2": "arú amárach",
|
12 | "future": {
|
13 | "few": "i gceann {0} lá",
|
14 | "many": "i gceann {0} lá",
|
15 | "one": "i gceann {0} lá",
|
16 | "other": "i gceann {0} lá",
|
17 | "two": "i gceann {0} lá"
|
18 | },
|
19 | "past": {
|
20 | "few": "{0} lá ó shin",
|
21 | "many": "{0} lá ó shin",
|
22 | "one": "{0} lá ó shin",
|
23 | "other": "{0} lá ó shin",
|
24 | "two": "{0} lá ó shin"
|
25 | }
|
26 | },
|
27 | "day-narrow": {
|
28 | "-1": "inné",
|
29 | "-2": "arú inné",
|
30 | "0": "inniu",
|
31 | "1": "amárach",
|
32 | "2": "arú amárach",
|
33 | "future": {
|
34 | "few": "+{0} lá",
|
35 | "many": "+{0} lá",
|
36 | "one": "+{0} lá",
|
37 | "other": "+{0} lá",
|
38 | "two": "+{0} lá"
|
39 | },
|
40 | "past": {
|
41 | "few": "-{0} lá",
|
42 | "many": "-{0} lá",
|
43 | "one": "-{0} lá",
|
44 | "other": "-{0} lá",
|
45 | "two": "-{0} lá"
|
46 | }
|
47 | },
|
48 | "day-short": {
|
49 | "-1": "inné",
|
50 | "-2": "arú inné",
|
51 | "0": "inniu",
|
52 | "1": "amárach",
|
53 | "2": "arú amárach",
|
54 | "future": {
|
55 | "few": "i gceann {0} lá",
|
56 | "many": "i gceann {0} lá",
|
57 | "one": "i gceann {0} lá",
|
58 | "other": "i gceann {0} lá",
|
59 | "two": "i gceann {0} lá"
|
60 | },
|
61 | "past": {
|
62 | "few": "{0} lá ó shin",
|
63 | "many": "{0} lá ó shin",
|
64 | "one": "{0} lá ó shin",
|
65 | "other": "{0} lá ó shin",
|
66 | "two": "{0} lá ó shin"
|
67 | }
|
68 | },
|
69 | "hour": {
|
70 | "0": "an uair seo",
|
71 | "future": {
|
72 | "few": "i gceann {0} uair an chloig",
|
73 | "many": "i gceann {0} n-uair an chloig",
|
74 | "one": "i gceann {0} uair an chloig",
|
75 | "other": "i gceann {0} uair an chloig",
|
76 | "two": "i gceann {0} uair an chloig"
|
77 | },
|
78 | "past": {
|
79 | "few": "{0} uair an chloig ó shin",
|
80 | "many": "{0} n-uair an chloig ó shin",
|
81 | "one": "{0} uair an chloig ó shin",
|
82 | "other": "{0} uair an chloig ó shin",
|
83 | "two": "{0} uair an chloig ó shin"
|
84 | }
|
85 | },
|
86 | "hour-narrow": {
|
87 | "0": "an uair seo",
|
88 | "future": {
|
89 | "few": "+{0} u",
|
90 | "many": "+{0} u",
|
91 | "one": "+{0} u",
|
92 | "other": "+{0} u",
|
93 | "two": "+{0} u"
|
94 | },
|
95 | "past": {
|
96 | "few": "-{0} u",
|
97 | "many": "-{0} u",
|
98 | "one": "-{0} u",
|
99 | "other": "-{0} u",
|
100 | "two": "-{0} u"
|
101 | }
|
102 | },
|
103 | "hour-short": {
|
104 | "0": "an uair seo",
|
105 | "future": {
|
106 | "few": "i gceann {0} huaire",
|
107 | "many": "i gceann {0} n-uaire",
|
108 | "one": "i gceann {0} uair",
|
109 | "other": "i gceann {0} uair",
|
110 | "two": "i gceann {0} uair"
|
111 | },
|
112 | "past": {
|
113 | "few": "{0} huaire ó shin",
|
114 | "many": "{0} n-uaire ó shin",
|
115 | "one": "{0} uair ó shin",
|
116 | "other": "{0} uair ó shin",
|
117 | "two": "{0} uair ó shin"
|
118 | }
|
119 | },
|
120 | "minute": {
|
121 | "0": "an nóiméad seo",
|
122 | "future": {
|
123 | "few": "i gceann {0} nóiméad",
|
124 | "many": "i gceann {0} nóiméad",
|
125 | "one": "i gceann {0} nóiméad",
|
126 | "other": "i gceann {0} nóiméad",
|
127 | "two": "i gceann {0} nóiméad"
|
128 | },
|
129 | "past": {
|
130 | "few": "{0} nóiméad ó shin",
|
131 | "many": "{0} nóiméad ó shin",
|
132 | "one": "{0} nóiméad ó shin",
|
133 | "other": "{0} nóiméad ó shin",
|
134 | "two": "{0} nóiméad ó shin"
|
135 | }
|
136 | },
|
137 | "minute-narrow": {
|
138 | "0": "an nóiméad seo",
|
139 | "future": {
|
140 | "few": "+{0} n",
|
141 | "many": "+{0} n",
|
142 | "one": "+{0} n",
|
143 | "other": "+{0} n",
|
144 | "two": "+{0} n"
|
145 | },
|
146 | "past": {
|
147 | "few": "-{0} n",
|
148 | "many": "-{0} n",
|
149 | "one": "-{0} n",
|
150 | "other": "-{0} n",
|
151 | "two": "-{0} n"
|
152 | }
|
153 | },
|
154 | "minute-short": {
|
155 | "0": "an nóiméad seo",
|
156 | "future": {
|
157 | "few": "i gceann {0} nóim.",
|
158 | "many": "i gceann {0} nóim.",
|
159 | "one": "i gceann {0} nóim.",
|
160 | "other": "i gceann {0} nóim.",
|
161 | "two": "i gceann {0} nóim."
|
162 | },
|
163 | "past": {
|
164 | "few": "{0} nóim. ó shin",
|
165 | "many": "{0} nóim. ó shin",
|
166 | "one": "{0} nóim. ó shin",
|
167 | "other": "{0} nóim. ó shin",
|
168 | "two": "{0} nóim. ó shin"
|
169 | }
|
170 | },
|
171 | "month": {
|
172 | "-1": "an mhí seo caite",
|
173 | "0": "an mhí seo",
|
174 | "1": "an mhí seo chugainn",
|
175 | "future": {
|
176 | "few": "i gceann {0} mhí",
|
177 | "many": "i gceann {0} mí",
|
178 | "one": "i gceann {0} mhí",
|
179 | "other": "i gceann {0} mí",
|
180 | "two": "i gceann {0} mhí"
|
181 | },
|
182 | "past": {
|
183 | "few": "{0} mhí ó shin",
|
184 | "many": "{0} mí ó shin",
|
185 | "one": "{0} mhí ó shin",
|
186 | "other": "{0} mí ó shin",
|
187 | "two": "{0} mhí ó shin"
|
188 | }
|
189 | },
|
190 | "month-narrow": {
|
191 | "-1": "an mhí seo caite",
|
192 | "0": "an mhí seo",
|
193 | "1": "an mhí seo chugainn",
|
194 | "future": {
|
195 | "few": "+{0} mhí",
|
196 | "many": "+{0} mí",
|
197 | "one": "+{0} mhí",
|
198 | "other": "+{0} mí",
|
199 | "two": "+{0} mhí"
|
200 | },
|
201 | "past": {
|
202 | "few": "-{0} mhí",
|
203 | "many": "-{0} mí",
|
204 | "one": "-{0} mhí",
|
205 | "other": "-{0} mí",
|
206 | "two": "-{0} mhí"
|
207 | }
|
208 | },
|
209 | "month-short": {
|
210 | "-1": "an mhí seo caite",
|
211 | "0": "an mhí seo",
|
212 | "1": "an mhí seo chugainn",
|
213 | "future": {
|
214 | "few": "i gceann {0} mhí",
|
215 | "many": "i gceann {0} mí",
|
216 | "one": "i gceann {0} míosa",
|
217 | "other": "i gceann {0} mí",
|
218 | "two": "i gceann {0} mhí"
|
219 | },
|
220 | "past": {
|
221 | "few": "{0} mhí ó shin",
|
222 | "many": "{0} mí ó shin",
|
223 | "one": "{0} mhí ó shin",
|
224 | "other": "{0} mí ó shin",
|
225 | "two": "{0} mhí ó shin"
|
226 | }
|
227 | },
|
228 | "nu": [
|
229 | "latn"
|
230 | ],
|
231 | "quarter": {
|
232 | "-1": "an ráithe seo caite",
|
233 | "0": "an ráithe seo",
|
234 | "1": "an ráithe seo chugainn",
|
235 | "future": {
|
236 | "few": "i gceann {0} ráithe",
|
237 | "many": "i gceann {0} ráithe",
|
238 | "one": "i gceann {0} ráithe",
|
239 | "other": "i gceann {0} ráithe",
|
240 | "two": "i gceann {0} ráithe"
|
241 | },
|
242 | "past": {
|
243 | "few": "{0} ráithe ó shin",
|
244 | "many": "{0} ráithe ó shin",
|
245 | "one": "{0} ráithe ó shin",
|
246 | "other": "{0} ráithe ó shin",
|
247 | "two": "{0} ráithe ó shin"
|
248 | }
|
249 | },
|
250 | "quarter-narrow": {
|
251 | "-1": "an ráithe seo caite",
|
252 | "0": "an ráithe seo",
|
253 | "1": "an ráithe seo chugainn",
|
254 | "future": {
|
255 | "few": "+{0} R",
|
256 | "many": "+{0} R",
|
257 | "one": "+{0} R",
|
258 | "other": "+{0} R",
|
259 | "two": "+{0} R"
|
260 | },
|
261 | "past": {
|
262 | "few": "-{0} R",
|
263 | "many": "-{0} R",
|
264 | "one": "-{0} R",
|
265 | "other": "-{0} R",
|
266 | "two": "-{0} R"
|
267 | }
|
268 | },
|
269 | "quarter-short": {
|
270 | "-1": "an ráithe seo caite",
|
271 | "0": "an ráithe seo",
|
272 | "1": "an ráithe seo chugainn",
|
273 | "future": {
|
274 | "few": "i gceann {0} ráithe",
|
275 | "many": "i gceann {0} ráithe",
|
276 | "one": "i gceann {0} ráithe",
|
277 | "other": "i gceann {0} ráithe",
|
278 | "two": "i gceann {0} ráithe"
|
279 | },
|
280 | "past": {
|
281 | "few": "{0} ráithe ó shin",
|
282 | "many": "{0} ráithe ó shin",
|
283 | "one": "{0} ráithe ó shin",
|
284 | "other": "{0} ráithe ó shin",
|
285 | "two": "{0} ráithe ó shin"
|
286 | }
|
287 | },
|
288 | "second": {
|
289 | "0": "anois",
|
290 | "future": {
|
291 | "few": "i gceann {0} shoicind",
|
292 | "many": "i gceann {0} soicind",
|
293 | "one": "i gceann {0} soicind",
|
294 | "other": "i gceann {0} soicind",
|
295 | "two": "i gceann {0} shoicind"
|
296 | },
|
297 | "past": {
|
298 | "few": "{0} shoicind ó shin",
|
299 | "many": "{0} soicind ó shin",
|
300 | "one": "{0} soicind ó shin",
|
301 | "other": "{0} soicind ó shin",
|
302 | "two": "{0} shoicind ó shin"
|
303 | }
|
304 | },
|
305 | "second-narrow": {
|
306 | "0": "anois",
|
307 | "future": {
|
308 | "few": "+{0} s",
|
309 | "many": "+{0} s",
|
310 | "one": "+{0} s",
|
311 | "other": "+{0} s",
|
312 | "two": "+{0} s"
|
313 | },
|
314 | "past": {
|
315 | "few": "-{0} s",
|
316 | "many": "-{0} s",
|
317 | "one": "-{0} s",
|
318 | "other": "-{0} s",
|
319 | "two": "-{0} s"
|
320 | }
|
321 | },
|
322 | "second-short": {
|
323 | "0": "anois",
|
324 | "future": {
|
325 | "few": "i gceann {0} shoic.",
|
326 | "many": "i gceann {0} soic.",
|
327 | "one": "i gceann {0} soic.",
|
328 | "other": "i gceann {0} soic.",
|
329 | "two": "i gceann {0} shoic."
|
330 | },
|
331 | "past": {
|
332 | "few": "{0} shoic. ó shin",
|
333 | "many": "{0} soic. ó shin",
|
334 | "one": "{0} soic. ó shin",
|
335 | "other": "{0} soic. ó shin",
|
336 | "two": "{0} shoic. ó shin"
|
337 | }
|
338 | },
|
339 | "week": {
|
340 | "-1": "an tseachtain seo caite",
|
341 | "0": "an tseachtain seo",
|
342 | "1": "an tseachtain seo chugainn",
|
343 | "future": {
|
344 | "few": "i gceann {0} seachtaine",
|
345 | "many": "i gceann {0} seachtaine",
|
346 | "one": "i gceann {0} seachtaine",
|
347 | "other": "i gceann {0} seachtain",
|
348 | "two": "i gceann {0} sheachtain"
|
349 | },
|
350 | "past": {
|
351 | "few": "{0} seachtaine ó shin",
|
352 | "many": "{0} seachtaine ó shin",
|
353 | "one": "{0} seachtain ó shin",
|
354 | "other": "{0} seachtain ó shin",
|
355 | "two": "{0} sheachtain ó shin"
|
356 | }
|
357 | },
|
358 | "week-narrow": {
|
359 | "-1": "an tscht. seo caite",
|
360 | "0": "an tscht. seo",
|
361 | "1": "an tscht. seo chugainn",
|
362 | "future": {
|
363 | "few": "i gceann {0} shcht.",
|
364 | "many": "+{0} scht.",
|
365 | "one": "+{0} scht.",
|
366 | "other": "+{0} scht.",
|
367 | "two": "i gceann {0} shcht."
|
368 | },
|
369 | "past": {
|
370 | "few": "{0} shcht. ó shin",
|
371 | "many": "-{0} scht.",
|
372 | "one": "-{0} scht.",
|
373 | "other": "-{0} scht.",
|
374 | "two": "{0} shcht. ó shin"
|
375 | }
|
376 | },
|
377 | "week-short": {
|
378 | "-1": "an tscht. seo caite",
|
379 | "0": "an tscht. seo",
|
380 | "1": "an tscht. seo chugainn",
|
381 | "future": {
|
382 | "few": "i gceann {0} shcht.",
|
383 | "many": "i gceann {0} scht.",
|
384 | "one": "i gceann {0} scht.",
|
385 | "other": "i gceann {0} scht.",
|
386 | "two": "i gceann {0} shcht."
|
387 | },
|
388 | "past": {
|
389 | "few": "{0} shcht. ó shin",
|
390 | "many": "{0} scht. ó shin",
|
391 | "one": "{0} scht. ó shin",
|
392 | "other": "{0} scht. ó shin",
|
393 | "two": "{0} shcht. ó shin"
|
394 | }
|
395 | },
|
396 | "year": {
|
397 | "-1": "anuraidh",
|
398 | "0": "i mbliana",
|
399 | "1": "an bhliain seo chugainn",
|
400 | "future": {
|
401 | "few": "i gceann {0} bliana",
|
402 | "many": "i gceann {0} mbliana",
|
403 | "one": "i gceann {0} bliana",
|
404 | "other": "i gceann {0} bliain",
|
405 | "two": "i gceann {0} bhliain"
|
406 | },
|
407 | "past": {
|
408 | "few": "{0} bliana ó shin",
|
409 | "many": "{0} mbliana ó shin",
|
410 | "one": "{0} bhliain ó shin",
|
411 | "other": "{0} bliain ó shin",
|
412 | "two": "{0} bhliain ó shin"
|
413 | }
|
414 | },
|
415 | "year-narrow": {
|
416 | "-1": "anuraidh",
|
417 | "0": "i mbl.",
|
418 | "1": "an bhl. seo chugainn",
|
419 | "future": {
|
420 | "few": "+{0} bl.",
|
421 | "many": "+{0} mbl.",
|
422 | "one": "+{0} bhl.",
|
423 | "other": "+{0} bl.",
|
424 | "two": "+{0} bhl."
|
425 | },
|
426 | "past": {
|
427 | "few": "-{0} bl.",
|
428 | "many": "-{0} mbl.",
|
429 | "one": "-{0} bhl.",
|
430 | "other": "-{0} bl.",
|
431 | "two": "-{0} bhl."
|
432 | }
|
433 | },
|
434 | "year-short": {
|
435 | "-1": "anuraidh",
|
436 | "0": "i mbl.",
|
437 | "1": "an bhl. seo chugainn",
|
438 | "future": {
|
439 | "few": "i gceann {0} bl.",
|
440 | "many": "i gceann {0} mbl.",
|
441 | "one": "i gceann {0} bl.",
|
442 | "other": "i gceann {0} bl.",
|
443 | "two": "i gceann {0} bhl."
|
444 | },
|
445 | "past": {
|
446 | "few": "{0} bl. ó shin",
|
447 | "many": "{0} mbl. ó shin",
|
448 | "one": "{0} bhl. ó shin",
|
449 | "other": "{0} bl. ó shin",
|
450 | "two": "{0} bhl. ó shin"
|
451 | }
|
452 | }
|
453 | },
|
454 | "locale": "ga-GB"
|
455 | })
|
456 | }
|