File Coverage

blib/lib/Locale/CLDR/Locales/Ga.pm
Criterion Covered Total %
statement 35 42 83.3
branch n/a
condition n/a
subroutine 12 13 92.3
pod 0 1 0.0
total 47 56 83.9


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::Ga - Package for language Irish
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/ga.xml
10             # on Mon 11 Apr 5:28:48 pm GMT
11              
12             use strict;
13 1     1   862366 use warnings;
  1         2  
  1         40  
14 1     1   4 use version;
  1         3  
  1         28  
15 1     1   4  
  1         2  
  1         7  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   157 use mro 'c3';
  1         3  
20 1     1   4 use utf8;
  1         2  
  1         9  
21 1     1   32 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         9  
22 1     1   33 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         26  
23 1     1   125 use Moo;
  1         3  
  1         11  
24 1     1   939  
  1         2  
  1         8  
25             extends('Locale::CLDR::Locales::Root');
26             has 'valid_algorithmic_formats' => (
27             is => 'ro',
28             isa => ArrayRef,
29             init_arg => undef,
30             default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal','digits-ordinal' ]},
31             );
32              
33             has 'algorithmic_number_format_data' => (
34             is => 'ro',
35             isa => HashRef,
36             init_arg => undef,
37             default => sub {
38             use bignum;
39 1     1   467 return {
  1         2  
  1         11  
40             '2d-year' => {
41             'private' => {
42             '0' => {
43             base_value => q(0),
44             divisor => q(1),
45             rule => q(agus =%spellout-numbering=),
46             },
47             '10' => {
48             base_value => q(10),
49             divisor => q(10),
50             rule => q(=%%spellout-numbering-no-a=),
51             },
52             'max' => {
53             base_value => q(10),
54             divisor => q(10),
55             rule => q(=%%spellout-numbering-no-a=),
56             },
57             },
58             },
59             'billions' => {
60             'private' => {
61             '1' => {
62             base_value => q(1),
63             divisor => q(1),
64             rule => q(billiún),
65             },
66             '2' => {
67             base_value => q(2),
68             divisor => q(1),
69             rule => q(=%%spellout-cardinal-prefixpart= billiún),
70             },
71             '11' => {
72             base_value => q(11),
73             divisor => q(10),
74             rule => q(=%%spellout-cardinal-prefixpart= billiún déag),
75             },
76             '20' => {
77             base_value => q(20),
78             divisor => q(10),
79             rule => q(=%%spellout-cardinal-prefixpart= billiún),
80             },
81             '100' => {
82             base_value => q(100),
83             divisor => q(100),
84             rule => q(←%%hundreds←→%%is-billions→),
85             },
86             'max' => {
87             base_value => q(100),
88             divisor => q(100),
89             rule => q(←%%hundreds←→%%is-billions→),
90             },
91             },
92             },
93             'digits-ordinal' => {
94             'public' => {
95             '-x' => {
96             divisor => q(1),
97             rule => q(−→→),
98             },
99             '0' => {
100             base_value => q(0),
101             divisor => q(1),
102             rule => q(=#,##0=ú),
103             },
104             'max' => {
105             base_value => q(0),
106             divisor => q(1),
107             rule => q(=#,##0=ú),
108             },
109             },
110             },
111             'hundreds' => {
112             'private' => {
113             '1' => {
114             base_value => q(1),
115             divisor => q(1),
116             rule => q(céad),
117             },
118             '2' => {
119             base_value => q(2),
120             divisor => q(1),
121             rule => q(dhá chéad),
122             },
123             '3' => {
124             base_value => q(3),
125             divisor => q(1),
126             rule => q(trí chéad),
127             },
128             '4' => {
129             base_value => q(4),
130             divisor => q(1),
131             rule => q(ceithre chéad),
132             },
133             '5' => {
134             base_value => q(5),
135             divisor => q(1),
136             rule => q(cúig chéad),
137             },
138             '6' => {
139             base_value => q(6),
140             divisor => q(1),
141             rule => q(sé chéad),
142             },
143             '7' => {
144             base_value => q(7),
145             divisor => q(1),
146             rule => q(seacht gcéad),
147             },
148             '8' => {
149             base_value => q(8),
150             divisor => q(1),
151             rule => q(ocht gcéad),
152             },
153             '9' => {
154             base_value => q(9),
155             divisor => q(1),
156             rule => q(naoi gcéad),
157             },
158             'max' => {
159             base_value => q(9),
160             divisor => q(1),
161             rule => q(naoi gcéad),
162             },
163             },
164             },
165             'is' => {
166             'private' => {
167             '0' => {
168             base_value => q(0),
169             divisor => q(1),
170             rule => q(' is),
171             },
172             '1' => {
173             base_value => q(1),
174             divisor => q(1),
175             rule => q(),
176             },
177             '10' => {
178             base_value => q(10),
179             divisor => q(10),
180             rule => q(→→),
181             },
182             'max' => {
183             base_value => q(10),
184             divisor => q(10),
185             rule => q(→→),
186             },
187             },
188             },
189             'is-billions' => {
190             'private' => {
191             '0' => {
192             base_value => q(0),
193             divisor => q(1),
194             rule => q(' billiún),
195             },
196             '1' => {
197             base_value => q(1),
198             divisor => q(1),
199             rule => q(' is =%%spellout-cardinal-prefixpart= billiún),
200             },
201             '11' => {
202             base_value => q(11),
203             divisor => q(10),
204             rule => q(' is =%%billions=),
205             },
206             '20' => {
207             base_value => q(20),
208             divisor => q(10),
209             rule => q(=%%is= =%%billions=),
210             },
211             'max' => {
212             base_value => q(20),
213             divisor => q(10),
214             rule => q(=%%is= =%%billions=),
215             },
216             },
217             },
218             'is-millions' => {
219             'private' => {
220             '0' => {
221             base_value => q(0),
222             divisor => q(1),
223             rule => q(' =%%million=),
224             },
225             '1' => {
226             base_value => q(1),
227             divisor => q(1),
228             rule => q(' is =%%spellout-cardinal-prefixpart= =%%million=),
229             },
230             '11' => {
231             base_value => q(11),
232             divisor => q(10),
233             rule => q(' is =%%millions=),
234             },
235             '20' => {
236             base_value => q(20),
237             divisor => q(10),
238             rule => q(=%%is= =%%millions=),
239             },
240             'max' => {
241             base_value => q(20),
242             divisor => q(10),
243             rule => q(=%%is= =%%millions=),
244             },
245             },
246             },
247             'is-number' => {
248             'private' => {
249             '0' => {
250             base_value => q(0),
251             divisor => q(1),
252             rule => q(' is =%spellout-numbering=),
253             },
254             '1' => {
255             base_value => q(1),
256             divisor => q(1),
257             rule => q(' =%spellout-numbering=),
258             },
259             'max' => {
260             base_value => q(1),
261             divisor => q(1),
262             rule => q(' =%spellout-numbering=),
263             },
264             },
265             },
266             'is-numberp' => {
267             'private' => {
268             '0' => {
269             base_value => q(0),
270             divisor => q(1),
271             rule => q(' is =%%numberp=),
272             },
273             '1' => {
274             base_value => q(1),
275             divisor => q(1),
276             rule => q(' =%%numberp=),
277             },
278             'max' => {
279             base_value => q(1),
280             divisor => q(1),
281             rule => q(' =%%numberp=),
282             },
283             },
284             },
285             'is-quadrillions' => {
286             'private' => {
287             '0' => {
288             base_value => q(0),
289             divisor => q(1),
290             rule => q(' quadrilliún),
291             },
292             '1' => {
293             base_value => q(1),
294             divisor => q(1),
295             rule => q(' is =%%spellout-cardinal-prefixpart= quadrilliún),
296             },
297             '11' => {
298             base_value => q(11),
299             divisor => q(10),
300             rule => q(' is =%%quadrillions=),
301             },
302             '20' => {
303             base_value => q(20),
304             divisor => q(10),
305             rule => q(=%%is= =%%quadrillions=),
306             },
307             'max' => {
308             base_value => q(20),
309             divisor => q(10),
310             rule => q(=%%is= =%%quadrillions=),
311             },
312             },
313             },
314             'is-thousands' => {
315             'private' => {
316             '0' => {
317             base_value => q(0),
318             divisor => q(1),
319             rule => q(' =%%thousand=),
320             },
321             '1' => {
322             base_value => q(1),
323             divisor => q(1),
324             rule => q(' is =%%spellout-cardinal-prefixpart= =%%thousand=),
325             },
326             '11' => {
327             base_value => q(11),
328             divisor => q(10),
329             rule => q(' is =%%thousands=),
330             },
331             '20' => {
332             base_value => q(20),
333             divisor => q(10),
334             rule => q(=%%is= =%%thousands=),
335             },
336             'max' => {
337             base_value => q(20),
338             divisor => q(10),
339             rule => q(=%%is= =%%thousands=),
340             },
341             },
342             },
343             'is-trillions' => {
344             'private' => {
345             '0' => {
346             base_value => q(0),
347             divisor => q(1),
348             rule => q(' =%%trillion=),
349             },
350             '1' => {
351             base_value => q(1),
352             divisor => q(1),
353             rule => q(' is =%%spellout-cardinal-prefixpart= =%%trillion=),
354             },
355             '11' => {
356             base_value => q(11),
357             divisor => q(10),
358             rule => q(' is =%%trillions=),
359             },
360             '20' => {
361             base_value => q(20),
362             divisor => q(10),
363             rule => q(=%%is= =%%trillions=),
364             },
365             'max' => {
366             base_value => q(20),
367             divisor => q(10),
368             rule => q(=%%is= =%%trillions=),
369             },
370             },
371             },
372             'lenient-parse' => {
373             'private' => {
374             '0' => {
375             base_value => q(0),
376             divisor => q(1),
377             rule => q(& ' ' , ',' ),
378             },
379             'max' => {
380             base_value => q(0),
381             divisor => q(1),
382             rule => q(& ' ' , ',' ),
383             },
384             },
385             },
386             'million' => {
387             'private' => {
388             '0' => {
389             base_value => q(0),
390             divisor => q(1),
391             rule => q(milliún),
392             },
393             '1' => {
394             base_value => q(1),
395             divisor => q(1),
396             rule => q(mhilliún),
397             },
398             '7' => {
399             base_value => q(7),
400             divisor => q(1),
401             rule => q(milliún),
402             },
403             '11' => {
404             base_value => q(11),
405             divisor => q(10),
406             rule => q(→→),
407             },
408             'max' => {
409             base_value => q(11),
410             divisor => q(10),
411             rule => q(→→),
412             },
413             },
414             },
415             'millions' => {
416             'private' => {
417             '1' => {
418             base_value => q(1),
419             divisor => q(1),
420             rule => q(milliún),
421             },
422             '2' => {
423             base_value => q(2),
424             divisor => q(1),
425             rule => q(=%%spellout-cardinal-prefixpart= =%%millionsp=),
426             },
427             '100' => {
428             base_value => q(100),
429             divisor => q(100),
430             rule => q(←%%hundreds←→%%is-millions→),
431             },
432             'max' => {
433             base_value => q(100),
434             divisor => q(100),
435             rule => q(←%%hundreds←→%%is-millions→),
436             },
437             },
438             },
439             'millionsp' => {
440             'private' => {
441             '2' => {
442             base_value => q(2),
443             divisor => q(1),
444             rule => q(=%%million=),
445             },
446             '11' => {
447             base_value => q(11),
448             divisor => q(10),
449             rule => q(=%%million= déag),
450             },
451             '20' => {
452             base_value => q(20),
453             divisor => q(10),
454             rule => q(=%%million=),
455             },
456             'max' => {
457             base_value => q(20),
458             divisor => q(10),
459             rule => q(=%%million=),
460             },
461             },
462             },
463             'numberp' => {
464             'private' => {
465             '0' => {
466             base_value => q(0),
467             divisor => q(1),
468             rule => q(=%%spellout-cardinal-prefixpart=),
469             },
470             '12' => {
471             base_value => q(12),
472             divisor => q(10),
473             rule => q(dó dhéag),
474             },
475             '13' => {
476             base_value => q(13),
477             divisor => q(10),
478             rule => q(=%%spellout-cardinal-prefixpart= déag),
479             },
480             '20' => {
481             base_value => q(20),
482             divisor => q(10),
483             rule => q(=%%spellout-cardinal-prefixpart=),
484             },
485             'max' => {
486             base_value => q(20),
487             divisor => q(10),
488             rule => q(=%%spellout-cardinal-prefixpart=),
489             },
490             },
491             },
492             'quadrillions' => {
493             'private' => {
494             '1' => {
495             base_value => q(1),
496             divisor => q(1),
497             rule => q(quadrilliún),
498             },
499             '2' => {
500             base_value => q(2),
501             divisor => q(1),
502             rule => q(=%%spellout-cardinal-prefixpart= quadrilliún),
503             },
504             '11' => {
505             base_value => q(11),
506             divisor => q(10),
507             rule => q(=%%spellout-cardinal-prefixpart= quadrilliún déag),
508             },
509             '20' => {
510             base_value => q(20),
511             divisor => q(10),
512             rule => q(=%%spellout-cardinal-prefixpart= quadrilliún),
513             },
514             '100' => {
515             base_value => q(100),
516             divisor => q(100),
517             rule => q(←%%hundreds←→%%is-quadrillions→),
518             },
519             'max' => {
520             base_value => q(100),
521             divisor => q(100),
522             rule => q(←%%hundreds←→%%is-quadrillions→),
523             },
524             },
525             },
526             'spellout-cardinal' => {
527             'public' => {
528             '0' => {
529             base_value => q(0),
530             divisor => q(1),
531             rule => q(=%spellout-numbering=),
532             },
533             'max' => {
534             base_value => q(0),
535             divisor => q(1),
536             rule => q(=%spellout-numbering=),
537             },
538             },
539             },
540             'spellout-cardinal-prefixpart' => {
541             'private' => {
542             '0' => {
543             base_value => q(0),
544             divisor => q(1),
545             rule => q(náid),
546             },
547             '1' => {
548             base_value => q(1),
549             divisor => q(1),
550             rule => q(aon),
551             },
552             '2' => {
553             base_value => q(2),
554             divisor => q(1),
555             rule => q(dhá),
556             },
557             '3' => {
558             base_value => q(3),
559             divisor => q(1),
560             rule => q(trí),
561             },
562             '4' => {
563             base_value => q(4),
564             divisor => q(1),
565             rule => q(ceithre),
566             },
567             '5' => {
568             base_value => q(5),
569             divisor => q(1),
570             rule => q(cúig),
571             },
572             '6' => {
573             base_value => q(6),
574             divisor => q(1),
575             rule => q(sé),
576             },
577             '7' => {
578             base_value => q(7),
579             divisor => q(1),
580             rule => q(seacht),
581             },
582             '8' => {
583             base_value => q(8),
584             divisor => q(1),
585             rule => q(ocht),
586             },
587             '9' => {
588             base_value => q(9),
589             divisor => q(1),
590             rule => q(naoi),
591             },
592             '10' => {
593             base_value => q(10),
594             divisor => q(10),
595             rule => q(deich),
596             },
597             '11' => {
598             base_value => q(11),
599             divisor => q(10),
600             rule => q(→→),
601             },
602             '20' => {
603             base_value => q(20),
604             divisor => q(10),
605             rule => q(fiche[ is →→]),
606             },
607             '30' => {
608             base_value => q(30),
609             divisor => q(10),
610             rule => q(tríocha[ is →→]),
611             },
612             '40' => {
613             base_value => q(40),
614             divisor => q(10),
615             rule => q(daichead[ is →→]),
616             },
617             '50' => {
618             base_value => q(50),
619             divisor => q(10),
620             rule => q(caoga[ is →→]),
621             },
622             '60' => {
623             base_value => q(60),
624             divisor => q(10),
625             rule => q(seasca[ is →→]),
626             },
627             '70' => {
628             base_value => q(70),
629             divisor => q(10),
630             rule => q(seachtó[ is →→]),
631             },
632             '80' => {
633             base_value => q(80),
634             divisor => q(10),
635             rule => q(ochtó[ is →→]),
636             },
637             '90' => {
638             base_value => q(90),
639             divisor => q(10),
640             rule => q(nócha[ is →→]),
641             },
642             '100' => {
643             base_value => q(100),
644             divisor => q(100),
645             rule => q(←%%hundreds←[→%%is-numberp→]),
646             },
647             '1000' => {
648             base_value => q(1000),
649             divisor => q(1000),
650             rule => q(←%%thousands←[, →%%numberp→]),
651             },
652             '1000000' => {
653             base_value => q(1000000),
654             divisor => q(1000000),
655             rule => q(←%%millions←[, →%%numberp→]),
656             },
657             '1000000000' => {
658             base_value => q(1000000000),
659             divisor => q(1000000000),
660             rule => q(←%%billions←[, →%%numberp→]),
661             },
662             '1000000000000' => {
663             base_value => q(1000000000000),
664             divisor => q(1000000000000),
665             rule => q(←%%trillions←[, →%%numberp→]),
666             },
667             '1000000000000000' => {
668             base_value => q(1000000000000000),
669             divisor => q(1000000000000000),
670             rule => q(←%%quadrillions←[, →%%numberp→]),
671             },
672             '1000000000000000000' => {
673             base_value => q(1000000000000000000),
674             divisor => q(1000000000000000000),
675             rule => q(=#,##0=),
676             },
677             'max' => {
678             base_value => q(1000000000000000000),
679             divisor => q(1000000000000000000),
680             rule => q(=#,##0=),
681             },
682             },
683             },
684             'spellout-numbering' => {
685             'public' => {
686             '-x' => {
687             divisor => q(1),
688             rule => q(míneas →→),
689             },
690             '0' => {
691             base_value => q(0),
692             divisor => q(1),
693             rule => q(a náid),
694             },
695             'x.x' => {
696             divisor => q(1),
697             rule => q(←← pointe →→),
698             },
699             '1' => {
700             base_value => q(1),
701             divisor => q(1),
702             rule => q(a haon),
703             },
704             '2' => {
705             base_value => q(2),
706             divisor => q(1),
707             rule => q(a dó),
708             },
709             '3' => {
710             base_value => q(3),
711             divisor => q(1),
712             rule => q(a trí),
713             },
714             '4' => {
715             base_value => q(4),
716             divisor => q(1),
717             rule => q(a ceathair),
718             },
719             '5' => {
720             base_value => q(5),
721             divisor => q(1),
722             rule => q(a cúig),
723             },
724             '6' => {
725             base_value => q(6),
726             divisor => q(1),
727             rule => q(a sé),
728             },
729             '7' => {
730             base_value => q(7),
731             divisor => q(1),
732             rule => q(a seacht),
733             },
734             '8' => {
735             base_value => q(8),
736             divisor => q(1),
737             rule => q(a hocht),
738             },
739             '9' => {
740             base_value => q(9),
741             divisor => q(1),
742             rule => q(a naoi),
743             },
744             '10' => {
745             base_value => q(10),
746             divisor => q(10),
747             rule => q(a deich),
748             },
749             '11' => {
750             base_value => q(11),
751             divisor => q(10),
752             rule => q(→→ déag),
753             },
754             '12' => {
755             base_value => q(12),
756             divisor => q(10),
757             rule => q(→→ dhéag),
758             },
759             '13' => {
760             base_value => q(13),
761             divisor => q(10),
762             rule => q(→→ déag),
763             },
764             '20' => {
765             base_value => q(20),
766             divisor => q(10),
767             rule => q(fiche[ →→]),
768             },
769             '30' => {
770             base_value => q(30),
771             divisor => q(10),
772             rule => q(tríocha[ →→]),
773             },
774             '40' => {
775             base_value => q(40),
776             divisor => q(10),
777             rule => q(daichead[ →→]),
778             },
779             '50' => {
780             base_value => q(50),
781             divisor => q(10),
782             rule => q(caoga[ →→]),
783             },
784             '60' => {
785             base_value => q(60),
786             divisor => q(10),
787             rule => q(seasca[ →→]),
788             },
789             '70' => {
790             base_value => q(70),
791             divisor => q(10),
792             rule => q(seachtó[ →→]),
793             },
794             '80' => {
795             base_value => q(80),
796             divisor => q(10),
797             rule => q(ochtó[ →→]),
798             },
799             '90' => {
800             base_value => q(90),
801             divisor => q(10),
802             rule => q(nócha[ →→]),
803             },
804             '100' => {
805             base_value => q(100),
806             divisor => q(100),
807             rule => q(←%%hundreds←[→%%is-number→]),
808             },
809             '1000' => {
810             base_value => q(1000),
811             divisor => q(1000),
812             rule => q(←%%thousands←[, →%spellout-numbering→]),
813             },
814             '1000000' => {
815             base_value => q(1000000),
816             divisor => q(1000000),
817             rule => q(←%%millions←[, →%spellout-numbering→]),
818             },
819             '1000000000' => {
820             base_value => q(1000000000),
821             divisor => q(1000000000),
822             rule => q(←%%billions←[, →%spellout-numbering→]),
823             },
824             '1000000000000' => {
825             base_value => q(1000000000000),
826             divisor => q(1000000000000),
827             rule => q(←%%trillions←[, →%spellout-numbering→]),
828             },
829             '1000000000000000' => {
830             base_value => q(1000000000000000),
831             divisor => q(1000000000000000),
832             rule => q(←%%quadrillions←[, →%spellout-numbering→]),
833             },
834             '1000000000000000000' => {
835             base_value => q(1000000000000000000),
836             divisor => q(1000000000000000000),
837             rule => q(=#,##0=),
838             },
839             'max' => {
840             base_value => q(1000000000000000000),
841             divisor => q(1000000000000000000),
842             rule => q(=#,##0=),
843             },
844             },
845             },
846             'spellout-numbering-no-a' => {
847             'private' => {
848             '0' => {
849             base_value => q(0),
850             divisor => q(1),
851             rule => q(náid),
852             },
853             '1' => {
854             base_value => q(1),
855             divisor => q(1),
856             rule => q(aon),
857             },
858             '2' => {
859             base_value => q(2),
860             divisor => q(1),
861             rule => q(dó),
862             },
863             '3' => {
864             base_value => q(3),
865             divisor => q(1),
866             rule => q(trí),
867             },
868             '4' => {
869             base_value => q(4),
870             divisor => q(1),
871             rule => q(ceathair),
872             },
873             '5' => {
874             base_value => q(5),
875             divisor => q(1),
876             rule => q(cúig),
877             },
878             '6' => {
879             base_value => q(6),
880             divisor => q(1),
881             rule => q(sé),
882             },
883             '7' => {
884             base_value => q(7),
885             divisor => q(1),
886             rule => q(seacht),
887             },
888             '8' => {
889             base_value => q(8),
890             divisor => q(1),
891             rule => q(ocht),
892             },
893             '9' => {
894             base_value => q(9),
895             divisor => q(1),
896             rule => q(naoi),
897             },
898             '10' => {
899             base_value => q(10),
900             divisor => q(10),
901             rule => q(deich),
902             },
903             '11' => {
904             base_value => q(11),
905             divisor => q(10),
906             rule => q(→→ déag),
907             },
908             '12' => {
909             base_value => q(12),
910             divisor => q(10),
911             rule => q(→→ dhéag),
912             },
913             '13' => {
914             base_value => q(13),
915             divisor => q(10),
916             rule => q(→→ déag),
917             },
918             '20' => {
919             base_value => q(20),
920             divisor => q(10),
921             rule => q(=%spellout-numbering=),
922             },
923             'max' => {
924             base_value => q(20),
925             divisor => q(10),
926             rule => q(=%spellout-numbering=),
927             },
928             },
929             },
930             'spellout-numbering-year' => {
931             'public' => {
932             '-x' => {
933             divisor => q(1),
934             rule => q(míneas →→),
935             },
936             '0' => {
937             base_value => q(0),
938             divisor => q(1),
939             rule => q(=%spellout-numbering=),
940             },
941             'x.x' => {
942             divisor => q(1),
943             rule => q(=0.0=),
944             },
945             '1000' => {
946             base_value => q(1000),
947             divisor => q(100),
948             rule => q(←%%spellout-numbering-no-a← →%%2d-year→),
949             },
950             '10000' => {
951             base_value => q(10000),
952             divisor => q(10000),
953             rule => q(=%spellout-numbering=),
954             },
955             'max' => {
956             base_value => q(10000),
957             divisor => q(10000),
958             rule => q(=%spellout-numbering=),
959             },
960             },
961             },
962             'thousand' => {
963             'private' => {
964             '0' => {
965             base_value => q(0),
966             divisor => q(1),
967             rule => q(míle),
968             },
969             '1' => {
970             base_value => q(1),
971             divisor => q(1),
972             rule => q(mhíle),
973             },
974             '7' => {
975             base_value => q(7),
976             divisor => q(1),
977             rule => q(míle),
978             },
979             '11' => {
980             base_value => q(11),
981             divisor => q(10),
982             rule => q(→→),
983             },
984             'max' => {
985             base_value => q(11),
986             divisor => q(10),
987             rule => q(→→),
988             },
989             },
990             },
991             'thousandp' => {
992             'private' => {
993             '2' => {
994             base_value => q(2),
995             divisor => q(1),
996             rule => q(=%%thousand=),
997             },
998             '11' => {
999             base_value => q(11),
1000             divisor => q(10),
1001             rule => q(=%%thousand= dhéag),
1002             },
1003             '20' => {
1004             base_value => q(20),
1005             divisor => q(10),
1006             rule => q(=%%thousand=),
1007             },
1008             'max' => {
1009             base_value => q(20),
1010             divisor => q(10),
1011             rule => q(=%%thousand=),
1012             },
1013             },
1014             },
1015             'thousands' => {
1016             'private' => {
1017             '1' => {
1018             base_value => q(1),
1019             divisor => q(1),
1020             rule => q(míle),
1021             },
1022             '2' => {
1023             base_value => q(2),
1024             divisor => q(1),
1025             rule => q(=%%spellout-cardinal-prefixpart= =%%thousandp=),
1026             },
1027             '100' => {
1028             base_value => q(100),
1029             divisor => q(100),
1030             rule => q(←%%hundreds←→%%is-thousands→),
1031             },
1032             'max' => {
1033             base_value => q(100),
1034             divisor => q(100),
1035             rule => q(←%%hundreds←→%%is-thousands→),
1036             },
1037             },
1038             },
1039             'trillion' => {
1040             'private' => {
1041             '0' => {
1042             base_value => q(0),
1043             divisor => q(1),
1044             rule => q(dtrilliún),
1045             },
1046             '1' => {
1047             base_value => q(1),
1048             divisor => q(1),
1049             rule => q(thrilliún),
1050             },
1051             '7' => {
1052             base_value => q(7),
1053             divisor => q(1),
1054             rule => q(dtrilliún),
1055             },
1056             '11' => {
1057             base_value => q(11),
1058             divisor => q(10),
1059             rule => q(→→),
1060             },
1061             'max' => {
1062             base_value => q(11),
1063             divisor => q(10),
1064             rule => q(→→),
1065             },
1066             },
1067             },
1068             'trillions' => {
1069             'private' => {
1070             '1' => {
1071             base_value => q(1),
1072             divisor => q(1),
1073             rule => q(thrilliún),
1074             },
1075             '2' => {
1076             base_value => q(2),
1077             divisor => q(1),
1078             rule => q(=%%spellout-cardinal-prefixpart= =%%trillionsp=),
1079             },
1080             '100' => {
1081             base_value => q(100),
1082             divisor => q(100),
1083             rule => q(←%%hundreds←→%%is-trillions→),
1084             },
1085             'max' => {
1086             base_value => q(100),
1087             divisor => q(100),
1088             rule => q(←%%hundreds←→%%is-trillions→),
1089             },
1090             },
1091             },
1092             'trillionsp' => {
1093             'private' => {
1094             '2' => {
1095             base_value => q(2),
1096             divisor => q(1),
1097             rule => q(=%%trillion=),
1098             },
1099             '11' => {
1100             base_value => q(11),
1101             divisor => q(10),
1102             rule => q(=%%trillion= déag),
1103             },
1104             '20' => {
1105             base_value => q(20),
1106             divisor => q(10),
1107             rule => q(=%%trillion=),
1108             },
1109             'max' => {
1110             base_value => q(20),
1111             divisor => q(10),
1112             rule => q(=%%trillion=),
1113             },
1114             },
1115             },
1116             } },
1117             );
1118              
1119             # Need to add code for Key type pattern
1120             my ($self, $name, $region, $script, $variant) = @_;
1121              
1122 0     0 0   my $display_pattern = '{0} ({1})';
1123             $display_pattern =~s/\{0\}/$name/g;
1124 0           my $subtags = join '{0}, {1}', grep {$_} (
1125 0           $region,
1126 0           $script,
  0            
1127             $variant,
1128             );
1129              
1130             $display_pattern =~s/\{1\}/$subtags/g;
1131             return $display_pattern;
1132 0           }
1133 0            
1134             has 'display_name_language' => (
1135             is => 'ro',
1136             isa => CodeRef,
1137             init_arg => undef,
1138             default => sub {
1139             sub {
1140             my %languages = (
1141             'aa' => 'Afáiris',
1142             'ab' => 'Abcáisis',
1143             'ace' => 'ace',
1144             'ada' => 'ada',
1145             'ady' => 'Adaigéis',
1146             'ae' => 'Aivéistis',
1147             'af' => 'Afracáinis',
1148             'agq' => 'agq',
1149             'ain' => 'Aidhniúis',
1150             'ak' => 'Acáinis',
1151             'akk' => 'Acáidis',
1152             'ale' => 'ale',
1153             'alt' => 'alt',
1154             'am' => 'Amáiris',
1155             'an' => 'Aragóinis',
1156             'ang' => 'Sean-Bhéarla',
1157             'anp' => 'anp',
1158             'ar' => 'Araibis',
1159             'ar_001' => 'Araibis Chaighdeánach',
1160             'arc' => 'Aramais',
1161             'arn' => 'Mapúitsis',
1162             'arp' => 'arp',
1163             'as' => 'Asaimis',
1164             'asa' => 'asa',
1165             'ast' => 'Astúiris',
1166             'av' => 'Aváiris',
1167             'awa' => 'awa',
1168             'ay' => 'Aidhmiris',
1169             'az' => 'Asarbaiseáinis',
1170             'az@alt=short' => 'Asairis',
1171             'ba' => 'Baiscíris',
1172             'ban' => 'Bailís',
1173             'bar' => 'Baváiris',
1174             'bas' => 'bas',
1175             'be' => 'Bealarúisis',
1176             'bem' => 'Beimbis',
1177             'bez' => 'bez',
1178             'bg' => 'Bulgáiris',
1179             'bho' => 'bho',
1180             'bi' => 'Bioslaimis',
1181             'bin' => 'bin',
1182             'bla' => 'bla',
1183             'bm' => 'bm',
1184             'bn' => 'Beangáilis',
1185             'bo' => 'Tibéidis',
1186             'br' => 'Briotáinis',
1187             'brx' => 'brx',
1188             'bs' => 'Boisnis',
1189             'bua' => 'Buiriáitis',
1190             'bug' => 'Buiginis',
1191             'byn' => 'byn',
1192             'ca' => 'Catalóinis',
1193             'ce' => 'Seisnis',
1194             'ceb' => 'Seabúáinis',
1195             'cgg' => 'cgg',
1196             'ch' => 'Seamóiris',
1197             'chk' => 'chk',
1198             'chm' => 'Mairis',
1199             'cho' => 'cho',
1200             'chr' => 'Seiricis',
1201             'chy' => 'chy',
1202             'ckb' => 'Coirdis Lárnach',
1203             'co' => 'Corsaicis',
1204             'cop' => 'Coptais',
1205             'cr' => 'Craís',
1206             'crs' => 'Criól Fraincise Seselwa',
1207             'cs' => 'Seicis',
1208             'csb' => 'Caisiúibis',
1209             'cu' => 'Slavais na hEaglaise',
1210             'cv' => 'Suvaisis',
1211             'cy' => 'Breatnais',
1212             'da' => 'Danmhairgis',
1213             'dak' => 'dak',
1214             'dar' => 'dar',
1215             'dav' => 'Taita',
1216             'de' => 'Gearmáinis',
1217             'de_AT' => 'Gearmáinis Ostarach',
1218             'de_CH' => 'Ard-Ghearmáinis Eilvéiseach',
1219             'dgr' => 'dgr',
1220             'dje' => 'Zarmais',
1221             'dsb' => 'Sorbais Íochtarach',
1222             'dua' => 'dua',
1223             'dum' => 'Meán-Ollainnis',
1224             'dv' => 'Divéihis',
1225             'dyo' => 'dyo',
1226             'dz' => 'Seoinicis',
1227             'dzg' => 'dzg',
1228             'ebu' => 'ebu',
1229             'ee' => 'ee',
1230             'efi' => 'efi',
1231             'egy' => 'Sean-Éigiptis',
1232             'eka' => 'eka',
1233             'el' => 'Gréigis',
1234             'en' => 'Béarla',
1235             'en_AU' => 'Béarla Astrálach',
1236             'en_CA' => 'Béarla Ceanadach',
1237             'en_GB' => 'Béarla Briotanach',
1238             'en_GB@alt=short' => 'Béarla na R.A.',
1239             'en_US' => 'Béarla Meiriceánach',
1240             'en_US@alt=short' => 'Béarla S.A.M.',
1241             'enm' => 'Meán-Bhéarla',
1242             'eo' => 'Esperanto',
1243             'es' => 'Spáinnis',
1244             'es_419' => 'Spáinnis Mheiriceá Laidinigh',
1245             'es_ES' => 'Spáinnis Eorpach',
1246             'es_MX' => 'Spáinnis Mheicsiceach',
1247             'et' => 'Eastóinis',
1248             'eu' => 'Bascais',
1249             'ewo' => 'ewo',
1250             'fa' => 'Peirsis',
1251             'ff' => 'Fuláinis',
1252             'fi' => 'Fionlainnis',
1253             'fil' => 'Filipínis',
1254             'fj' => 'Fidsis',
1255             'fo' => 'Faróis',
1256             'fon' => 'fon',
1257             'fr' => 'Fraincis',
1258             'fr_CA' => 'Fraincis Cheanadach',
1259             'fr_CH' => 'Fraincis Eilvéiseach',
1260             'frm' => 'Meán-Fhraincis',
1261             'fro' => 'Sean-Fhraincis',
1262             'frr' => 'Freaslainnis an Tuaiscirt',
1263             'fur' => 'Friúilis',
1264             'fy' => 'Freaslainnis Iartharach',
1265             'ga' => 'Gaeilge',
1266             'gaa' => 'gaa',
1267             'gan' => 'Sínis Gan',
1268             'gd' => 'Gaeilge na hAlban',
1269             'gez' => 'Aetóipis',
1270             'gil' => 'Cireabaitis',
1271             'gl' => 'Gailísis',
1272             'gmh' => 'Meán-Ard-Ghearmáinis',
1273             'gn' => 'Guaráinis',
1274             'goh' => 'Sean-Ard-Ghearmáinis',
1275             'gor' => 'gor',
1276             'grc' => 'Sean-Ghréigis',
1277             'gsw' => 'Gearmáinis Eilvéiseach',
1278             'gu' => 'Gúisearáitis',
1279             'guc' => 'Uaúis',
1280             'guz' => 'guz',
1281             'gv' => 'Manainnis',
1282             'gwi' => 'gwi',
1283             'ha' => 'Hásais',
1284             'hak' => 'Haicéis',
1285             'haw' => 'Haváis',
1286             'he' => 'Eabhrais',
1287             'hi' => 'Hiondúis',
1288             'hif' => 'Hiondúis Fhidsí',
1289             'hil' => 'Hilgeanóinis',
1290             'hit' => 'Hitis',
1291             'hmn' => 'Mongais',
1292             'ho' => 'Motúis Hírí',
1293             'hr' => 'Cróitis',
1294             'hsb' => 'Sorbais Uachtarach',
1295             'hsn' => 'Sínis Xiang',
1296             'ht' => 'Criól Háítíoch',
1297             'hu' => 'Ungáiris',
1298             'hup' => 'Húipis',
1299             'hy' => 'Airméinis',
1300             'hz' => 'Heiréiris',
1301             'ia' => 'Interlingua',
1302             'iba' => 'iba',
1303             'ibb' => 'Ibibis',
1304             'id' => 'Indinéisis',
1305             'ie' => 'Interlingue',
1306             'ig' => 'Íogbóis',
1307             'ii' => 'ii',
1308             'ik' => 'Iniúipiaicis',
1309             'ilo' => 'ilo',
1310             'inh' => 'Iongúis',
1311             'io' => 'Ido',
1312             'is' => 'Íoslainnis',
1313             'it' => 'Iodáilis',
1314             'iu' => 'Ionúitis',
1315             'ja' => 'Seapáinis',
1316             'jbo' => 'Lojban',
1317             'jgo' => 'jgo',
1318             'jmc' => 'jmc',
1319             'jut' => 'Iútlainnis',
1320             'jv' => 'Iáivis',
1321             'ka' => 'Seoirsis',
1322             'kaa' => 'Cara-Chalpáis',
1323             'kab' => 'kab',
1324             'kac' => 'kac',
1325             'kaj' => 'kaj',
1326             'kam' => 'kam',
1327             'kbd' => 'kbd',
1328             'kcg' => 'kcg',
1329             'kde' => 'kde',
1330             'kea' => 'Kabuverdianu',
1331             'kfo' => 'kfo',
1332             'kg' => 'Congóis',
1333             'kha' => 'kha',
1334             'khq' => 'khq',
1335             'ki' => 'Ciocúis',
1336             'kj' => 'Cuainiáimis',
1337             'kk' => 'Casaicis',
1338             'kkj' => 'kkj',
1339             'kl' => 'Kalaallisut',
1340             'kln' => 'kln',
1341             'km' => 'Ciméiris',
1342             'kmb' => 'kmb',
1343             'kn' => 'Cannadais',
1344             'ko' => 'Cóiréis',
1345             'kok' => 'Concáinis',
1346             'kpe' => 'kpe',
1347             'kr' => 'Canúiris',
1348             'krc' => 'krc',
1349             'krl' => 'Cairéilis',
1350             'kru' => 'Curúicis',
1351             'ks' => 'Caismíris',
1352             'ksb' => 'ksb',
1353             'ksf' => 'ksf',
1354             'ksh' => 'ksh',
1355             'ku' => 'Coirdis',
1356             'kum' => 'kum',
1357             'kv' => 'Coimis',
1358             'kw' => 'Coirnis',
1359             'ky' => 'Cirgisis',
1360             'la' => 'Laidin',
1361             'lad' => 'Laidínis',
1362             'lag' => 'lag',
1363             'lah' => 'Puinseáibis Iartharach',
1364             'lb' => 'Lucsambuirgis',
1365             'lez' => 'lez',
1366             'lg' => 'Lugandais',
1367             'li' => 'Liombuirgis',
1368             'lij' => 'Liogúiris',
1369             'liv' => 'Liovóinis',
1370             'lkt' => 'lkt',
1371             'lmo' => 'Lombairdis',
1372             'ln' => 'Liongáilis',
1373             'lo' => 'Laoisis',
1374             'loz' => 'loz',
1375             'lrc' => 'lrc',
1376             'lt' => 'Liotuáinis',
1377             'lu' => 'Lúba-Cataingis',
1378             'lua' => 'lua',
1379             'lun' => 'lun',
1380             'luo' => 'luo',
1381             'lus' => 'lus',
1382             'luy' => 'luy',
1383             'lv' => 'Laitvis',
1384             'mad' => 'mad',
1385             'mag' => 'mag',
1386             'mai' => 'mai',
1387             'mak' => 'mak',
1388             'mas' => 'mas',
1389             'mdf' => 'mdf',
1390             'men' => 'Meindis',
1391             'mer' => 'mer',
1392             'mfe' => 'mfe',
1393             'mg' => 'Malagáisis',
1394             'mga' => 'Meán-Ghaeilge',
1395             'mgh' => 'mgh',
1396             'mgo' => 'mgo',
1397             'mh' => 'Mairsillis',
1398             'mi' => 'Maorais',
1399             'mic' => 'mic',
1400             'min' => 'min',
1401             'mk' => 'Macadóinis',
1402             'ml' => 'Mailéalaimis',
1403             'mn' => 'Mongóilis',
1404             'mni' => 'Manapúiris',
1405             'moh' => 'Móháicis',
1406             'mos' => 'mos',
1407             'mr' => 'Maraitis',
1408             'mrj' => 'Mairis Iartharach',
1409             'ms' => 'Malaeis',
1410             'mt' => 'Máltais',
1411             'mua' => 'mua',
1412             'mul' => 'Ilteangacha',
1413             'mus' => 'mus',
1414             'mwl' => 'Mioraindéis',
1415             'mwr' => 'Marmhairis',
1416             'my' => 'Burmais',
1417             'myv' => 'myv',
1418             'mzn' => 'mzn',
1419             'na' => 'Nárúis',
1420             'nan' => 'Sínis Min Nan',
1421             'nap' => 'Napóilis',
1422             'naq' => 'naq',
1423             'nb' => 'Ioruais Bokmål',
1424             'nd' => 'Ndeibéilis an Tuaiscirt',
1425             'nds' => 'Gearmáinis Íochtarach',
1426             'nds_NL' => 'Sacsainis Íochtarach',
1427             'ne' => 'Neipeailis',
1428             'new' => 'new',
1429             'ng' => 'Ndongais',
1430             'nia' => 'nia',
1431             'niu' => 'Níobhais',
1432             'nl' => 'Ollainnis',
1433             'nl_BE' => 'Pléimeannais',
1434             'nmg' => 'nmg',
1435             'nn' => 'Nua-Ioruais',
1436             'nnh' => 'nnh',
1437             'no' => 'Ioruais',
1438             'nog' => 'nog',
1439             'non' => 'Sean-Lochlainnis',
1440             'nqo' => 'nqo',
1441             'nr' => 'Ndeibéilis an Deiscirt',
1442             'nso' => 'Sútúis an Tuaiscirt',
1443             'nus' => 'nus',
1444             'nv' => 'Navachóis',
1445             'ny' => 'Siséivis',
1446             'nyn' => 'nyn',
1447             'oc' => 'Ocsatáinis',
1448             'oj' => 'Óisibis',
1449             'om' => 'Oraimis',
1450             'or' => 'Oirísis',
1451             'os' => 'Oiséitis',
1452             'pa' => 'Puinseáibis',
1453             'pag' => 'pag',
1454             'pam' => 'pam',
1455             'pap' => 'pap',
1456             'pau' => 'pau',
1457             'pcm' => 'pcm',
1458             'peo' => 'Sean-Pheirsis',
1459             'pi' => 'Páilis',
1460             'pl' => 'Polainnis',
1461             'prg' => 'Prúisis',
1462             'ps' => 'Paistis',
1463             'pt' => 'Portaingéilis',
1464             'pt_BR' => 'Portaingéilis Bhrasaíleach',
1465             'pt_PT' => 'Portaingéilis Ibéarach',
1466             'qu' => 'Ceatsuais',
1467             'quc' => 'Cuitséis',
1468             'rap' => 'rap',
1469             'rar' => 'rar',
1470             'rm' => 'Rómainis',
1471             'rn' => 'Rúindis',
1472             'ro' => 'Rómáinis',
1473             'ro_MD' => 'Moldáivis',
1474             'rof' => 'rof',
1475             'rom' => 'Romainis',
1476             'root' => 'root',
1477             'ru' => 'Rúisis',
1478             'rup' => 'Arómáinis',
1479             'rw' => 'Ciniaruaindis',
1480             'rwk' => 'rwk',
1481             'sa' => 'Sanscrait',
1482             'sad' => 'sad',
1483             'sah' => 'Sachais',
1484             'sam' => 'Aramais Shamárach',
1485             'saq' => 'saq',
1486             'sat' => 'Santáilis',
1487             'sba' => 'sba',
1488             'sbp' => 'sbp',
1489             'sc' => 'Sairdínis',
1490             'scn' => 'Sicilis',
1491             'sco' => 'Albainis',
1492             'sd' => 'Sindis',
1493             'se' => 'Sáimis Thuaidh',
1494             'seh' => 'seh',
1495             'ses' => 'ses',
1496             'sg' => 'Sangóis',
1497             'sga' => 'Sean-Ghaeilge',
1498             'sh' => 'Seirbea-Chróitis',
1499             'shi' => 'Tachelhit',
1500             'shn' => 'shn',
1501             'si' => 'Siolóinis',
1502             'sk' => 'Slóvaicis',
1503             'sl' => 'Slóivéinis',
1504             'sm' => 'Samóis',
1505             'sma' => 'Sáimis Theas',
1506             'smj' => 'Sáimis Lule',
1507             'smn' => 'Sáimis Inari',
1508             'sms' => 'Sáimis Skolt',
1509             'sn' => 'Seoinis',
1510             'snk' => 'snk',
1511             'so' => 'Somáilis',
1512             'sog' => 'Sogdánais',
1513             'sq' => 'Albáinis',
1514             'sr' => 'Seirbis',
1515             'srn' => 'srn',
1516             'ss' => 'Suaisis',
1517             'ssy' => 'ssy',
1518             'st' => 'Seasóitis',
1519             'su' => 'Sundais',
1520             'suk' => 'suk',
1521             'sux' => 'Suiméiris',
1522             'sv' => 'Sualainnis',
1523             'sw' => 'Svahaílis',
1524             'sw_CD' => 'Svahaílis an Chongó',
1525             'swb' => 'Comóiris',
1526             'syr' => 'Siricis',
1527             'szl' => 'Siléisis',
1528             'ta' => 'Tamailis',
1529             'te' => 'Teileagúis',
1530             'tem' => 'tem',
1531             'teo' => 'teo',
1532             'tet' => 'tet',
1533             'tg' => 'Táidsícis',
1534             'th' => 'Téalainnis',
1535             'ti' => 'Tigrinis',
1536             'tig' => 'tig',
1537             'tk' => 'Tuircméinis',
1538             'tl' => 'Tagálaigis',
1539             'tlh' => 'Klingon',
1540             'tn' => 'Suáinis',
1541             'to' => 'Tongais',
1542             'tpi' => 'Tok Pisin',
1543             'tr' => 'Tuircis',
1544             'trv' => 'trv',
1545             'ts' => 'Songais',
1546             'tt' => 'Tatairis',
1547             'tum' => 'tum',
1548             'tvl' => 'tvl',
1549             'tw' => 'Tíbhis',
1550             'twq' => 'twq',
1551             'ty' => 'Taihítis',
1552             'tyv' => 'tyv',
1553             'tzm' => 'Tamazight Atlais Láir',
1554             'udm' => 'Udmairtis',
1555             'ug' => 'Uigiúiris',
1556             'uk' => 'Úcráinis',
1557             'umb' => 'umb',
1558             'und' => 'Teanga Anaithnid',
1559             'ur' => 'Urdúis',
1560             'uz' => 'Úisbéiceastáinis',
1561             'vai' => 'vai',
1562             've' => 'Veindis',
1563             'vec' => 'Veinéisis',
1564             'vi' => 'Vítneaimis',
1565             'vls' => 'Pléimeannais Iartharach',
1566             'vo' => 'Volapük',
1567             'vun' => 'vun',
1568             'wa' => 'Vallúnais',
1569             'wae' => 'wae',
1570             'wal' => 'wal',
1571             'war' => 'war',
1572             'wo' => 'Volaifis',
1573             'wuu' => 'wuu',
1574             'xal' => 'Cailmícis',
1575             'xh' => 'Cóisis',
1576             'xog' => 'xog',
1577             'yav' => 'yav',
1578             'ybb' => 'ybb',
1579             'yi' => 'Giúdais',
1580             'yo' => 'Iarúibis',
1581             'yue' => 'Cantainis',
1582             'za' => 'Siuáingis',
1583             'zea' => 'Séalainnis',
1584             'zgh' => 'Tamazight Caighdeánach Mharacó',
1585             'zh' => 'Sínis',
1586             'zh_Hans' => 'Sínis Shimplithe',
1587             'zh_Hant' => 'Sínis Thraidisiúnta',
1588             'zu' => 'Súlúis',
1589             'zun' => 'Zúinis',
1590             'zxx' => 'Gan ábhar teangeolaíoch',
1591             'zza' => 'zza',
1592              
1593             );
1594             if (@_) {
1595             return $languages{$_[0]};
1596             }
1597             return \%languages;
1598             }
1599             },
1600             );
1601              
1602             has 'display_name_script' => (
1603             is => 'ro',
1604             isa => CodeRef,
1605             init_arg => undef,
1606             default => sub {
1607             sub {
1608             my %scripts = (
1609             'Adlm' => 'Adlm',
1610             'Aghb' => 'Albánach Cugasach',
1611             'Ahom' => 'Ahom',
1612             'Arab' => 'Arabach',
1613             'Armi' => 'Aramach Impiriúil',
1614             'Armn' => 'Airméanach',
1615             'Avst' => 'Aivéisteach',
1616             'Bali' => 'Bailíoch',
1617             'Bamu' => 'Bamu',
1618             'Bass' => 'Bass',
1619             'Batk' => 'Batacach',
1620             'Beng' => 'Beangálach',
1621             'Bhks' => 'Bhks',
1622             'Bopo' => 'Bopomofo',
1623             'Brah' => 'Brah',
1624             'Brai' => 'Braille',
1625             'Bugi' => 'Buigineach',
1626             'Buhd' => 'Buthaideach',
1627             'Cakm' => 'Cakm',
1628             'Cans' => 'Cans',
1629             'Cari' => 'Cari',
1630             'Cham' => 'Cham',
1631             'Cher' => 'Seiricíoch',
1632             'Copt' => 'Coptach',
1633             'Cprt' => 'Cipireach',
1634             'Cyrl' => 'Coireallach',
1635             'Deva' => 'Déiveanágrach',
1636             'Dsrt' => 'Dsrt',
1637             'Dupl' => 'Dupl',
1638             'Egyd' => 'Éigipteach coiteann',
1639             'Egyh' => 'Éigipteach cliarúil',
1640             'Egyp' => 'Iairiglifí Éigipteacha',
1641             'Elba' => 'Elba',
1642             'Ethi' => 'Aetópach',
1643             'Geor' => 'Seoirseach',
1644             'Glag' => 'Glagalach',
1645             'Gonm' => 'Gonm',
1646             'Goth' => 'Gotach',
1647             'Gran' => 'Gran',
1648             'Grek' => 'Gréagach',
1649             'Gujr' => 'Gúisearátach',
1650             'Guru' => 'Gurmúcach',
1651             'Hanb' => 'Han agus Bopomofo',
1652             'Hang' => 'Hangalach',
1653             'Hani' => 'Han',
1654             'Hano' => 'Hano',
1655             'Hans' => 'Simplithe',
1656             'Hans@alt=stand-alone' => 'Han Simplithe',
1657             'Hant' => 'Traidisiúnta',
1658             'Hant@alt=stand-alone' => 'Han Traidisiúnta',
1659             'Hatr' => 'Hatr',
1660             'Hebr' => 'Eabhrach',
1661             'Hira' => 'Hireagánach',
1662             'Hluw' => 'Iairiglifí Anatólacha',
1663             'Hmng' => 'Hmng',
1664             'Hrkt' => 'Siollabraí Seapánacha',
1665             'Hung' => 'Sean-Ungárach',
1666             'Ital' => 'Sean-Iodáilic',
1667             'Jamo' => 'Seamó',
1668             'Java' => 'Iávach',
1669             'Jpan' => 'Seapánach',
1670             'Kali' => 'Kali',
1671             'Kana' => 'Catacánach',
1672             'Khar' => 'Khar',
1673             'Khmr' => 'Ciméarach',
1674             'Khoj' => 'Khoj',
1675             'Knda' => 'Cannadach',
1676             'Kore' => 'Cóiréach',
1677             'Kthi' => 'Kthi',
1678             'Lana' => 'Lana',
1679             'Laoo' => 'Laosach',
1680             'Latg' => 'Cló Gaelach',
1681             'Latn' => 'Laidineach',
1682             'Lepc' => 'Lepc',
1683             'Limb' => 'Liombúch',
1684             'Lina' => 'Líneach A',
1685             'Linb' => 'Líneach B',
1686             'Lisu' => 'Fraser',
1687             'Lyci' => 'Liciach',
1688             'Lydi' => 'Lidiach',
1689             'Mahj' => 'Mahasánach',
1690             'Mand' => 'Mand',
1691             'Mani' => 'Mainicéasach',
1692             'Marc' => 'Marc',
1693             'Maya' => 'Iairiglifí Máigheacha',
1694             'Mend' => 'Meindeach',
1695             'Merc' => 'Merc',
1696             'Mero' => 'Mero',
1697             'Mlym' => 'Mailéalamach',
1698             'Modi' => 'Modi',
1699             'Mong' => 'Mongólach',
1700             'Mroo' => 'Mroo',
1701             'Mtei' => 'Mtei',
1702             'Mult' => 'Mult',
1703             'Mymr' => 'Maenmarach',
1704             'Narb' => 'Sean-Arabach Thuaidh',
1705             'Nbat' => 'Nbat',
1706             'Newa' => 'Newa',
1707             'Nkoo' => 'Nkoo',
1708             'Nshu' => 'Nshu',
1709             'Ogam' => 'Ogham',
1710             'Olck' => 'Olck',
1711             'Orkh' => 'Orkh',
1712             'Orya' => 'Oiríseach',
1713             'Osge' => 'Osge',
1714             'Osma' => 'Osma',
1715             'Palm' => 'Palm',
1716             'Pauc' => 'Pauc',
1717             'Perm' => 'Sean-Pheirmeach',
1718             'Phag' => 'Phag',
1719             'Phli' => 'Phli',
1720             'Phlp' => 'Phlp',
1721             'Phnx' => 'Féiníceach',
1722             'Plrd' => 'Pollard Foghrach',
1723             'Prti' => 'Pairtiach Inscríbhinniúil',
1724             'Rjng' => 'Rjng',
1725             'Runr' => 'Rúnach',
1726             'Samr' => 'Samárach',
1727             'Sarb' => 'Sean-Arabach Theas',
1728             'Saur' => 'Saur',
1729             'Sgnw' => 'Sgnw',
1730             'Shaw' => 'Shawach',
1731             'Shrd' => 'Shrd',
1732             'Sidd' => 'Sidd',
1733             'Sind' => 'Sind',
1734             'Sinh' => 'Siolónach',
1735             'Sora' => 'Sora',
1736             'Soyo' => 'Soyo',
1737             'Sund' => 'Sund',
1738             'Sylo' => 'Sylo',
1739             'Syrc' => 'Siriceach',
1740             'Tagb' => 'Tagb',
1741             'Takr' => 'Takr',
1742             'Tale' => 'Tale',
1743             'Talu' => 'Talu',
1744             'Taml' => 'Tamalach',
1745             'Tang' => 'Tang',
1746             'Tavt' => 'Tavt',
1747             'Telu' => 'Teileagúch',
1748             'Tfng' => 'Tifinagh',
1749             'Tglg' => 'Tagálagach',
1750             'Thaa' => 'Tánach',
1751             'Thai' => 'Téalannach',
1752             'Tibt' => 'Tibéadach',
1753             'Tirh' => 'Tirh',
1754             'Ugar' => 'Úgairíteach',
1755             'Vaii' => 'Vaii',
1756             'Wara' => 'Wara',
1757             'Xpeo' => 'Sean-Pheirseach',
1758             'Xsux' => 'Dingchruthach Suiméar-Acádach',
1759             'Yiii' => 'Ís',
1760             'Zanb' => 'Zanb',
1761             'Zinh' => 'Oidhreacht',
1762             'Zmth' => 'Nodaireacht Mhatamaiticiúil',
1763             'Zsye' => 'Emoji',
1764             'Zsym' => 'Siombailí',
1765             'Zxxx' => 'Gan Scríobh',
1766             'Zyyy' => 'Coitianta',
1767             'Zzzz' => 'Script Anaithnid',
1768              
1769             );
1770             if ( @_ ) {
1771             return $scripts{$_[0]};
1772             }
1773             return \%scripts;
1774             }
1775             }
1776             );
1777              
1778             has 'display_name_region' => (
1779             is => 'ro',
1780             isa => HashRef[Str],
1781             init_arg => undef,
1782             default => sub {
1783             {
1784             '001' => 'an Domhan',
1785             '002' => 'an Afraic',
1786             '003' => 'Meiriceá Thuaidh',
1787             '005' => 'Meiriceá Theas',
1788             '009' => 'an Aigéine',
1789             '011' => 'Iarthar na hAfraice',
1790             '013' => 'Meiriceá Láir',
1791             '014' => 'Oirthear na hAfraice',
1792             '015' => 'Tuaisceart na hAfraice',
1793             '017' => 'an Afraic Láir',
1794             '018' => 'Deisceart na hAfraice',
1795             '019' => 'Críocha Mheiriceá',
1796             '021' => 'Tuaisceart Mheiriceá',
1797             '029' => 'an Mhuir Chairib',
1798             '030' => 'Oirthear na hÁise',
1799             '034' => 'Deisceart na hÁise',
1800             '035' => 'Oirdheisceart na hÁise',
1801             '039' => 'Deisceart na hEorpa',
1802             '053' => 'an Astraláise',
1803             '054' => 'an Mheilinéis',
1804             '057' => 'an Réigiún Micrinéiseach',
1805             '061' => 'an Pholainéis',
1806             '142' => 'an Áise',
1807             '143' => 'an Áise Láir',
1808             '145' => 'Iarthar na hÁise',
1809             '150' => 'an Eoraip',
1810             '151' => 'Oirthear na hEorpa',
1811             '154' => 'Tuaisceart na hEorpa',
1812             '155' => 'Iarthar na hEorpa',
1813             '202' => 'an Afraic fho-Shahárach',
1814             '419' => 'Meiriceá Laidineach',
1815             'AC' => 'Oileán na Deascabhála',
1816             'AD' => 'Andóra',
1817             'AE' => 'Aontas na nÉimíríochtaí Arabacha',
1818             'AF' => 'an Afganastáin',
1819             'AG' => 'Antigua agus Barbúda',
1820             'AI' => 'Angaíle',
1821             'AL' => 'an Albáin',
1822             'AM' => 'an Airméin',
1823             'AO' => 'Angóla',
1824             'AQ' => 'an Antartaice',
1825             'AR' => 'an Airgintín',
1826             'AS' => 'Samó Mheiriceá',
1827             'AT' => 'an Ostair',
1828             'AU' => 'an Astráil',
1829             'AW' => 'Arúba',
1830             'AX' => 'Oileáin Åland',
1831             'AZ' => 'an Asarbaiseáin',
1832             'BA' => 'an Bhoisnia agus an Heirseagaivéin',
1833             'BB' => 'Barbadós',
1834             'BD' => 'an Bhanglaidéis',
1835             'BE' => 'an Bheilg',
1836             'BF' => 'Buircíne Fasó',
1837             'BG' => 'an Bhulgáir',
1838             'BH' => 'Bairéin',
1839             'BI' => 'an Bhurúin',
1840             'BJ' => 'Beinin',
1841             'BL' => 'Saint Barthélemy',
1842             'BM' => 'Beirmiúda',
1843             'BN' => 'Brúiné',
1844             'BO' => 'an Bholaiv',
1845             'BQ' => 'an Ísiltír Chairibeach',
1846             'BR' => 'an Bhrasaíl',
1847             'BS' => 'na Bahámaí',
1848             'BT' => 'an Bhútáin',
1849             'BV' => 'Oileán Bouvet',
1850             'BW' => 'an Bhotsuáin',
1851             'BY' => 'an Bhealarúis',
1852             'BZ' => 'an Bheilís',
1853             'CA' => 'Ceanada',
1854             'CC' => 'Oileáin Cocos (Keeling)',
1855             'CD' => 'Poblacht Dhaonlathach an Chongó',
1856             'CD@alt=variant' => 'an Congó (PDC)',
1857             'CF' => 'Poblacht na hAfraice Láir',
1858             'CG' => 'an Congó',
1859             'CG@alt=variant' => 'an Congó (Poblacht)',
1860             'CH' => 'an Eilvéis',
1861             'CI' => 'an Cósta Eabhair',
1862             'CI@alt=variant' => 'Côte d’Ivoire',
1863             'CK' => 'Oileáin Cook',
1864             'CL' => 'an tSile',
1865             'CM' => 'Camarún',
1866             'CN' => 'an tSín',
1867             'CO' => 'an Cholóim',
1868             'CP' => 'Oileán Clipperton',
1869             'CR' => 'Cósta Ríce',
1870             'CU' => 'Cúba',
1871             'CV' => 'Rinn Verde',
1872             'CW' => 'Curaçao',
1873             'CX' => 'Oileán na Nollag',
1874             'CY' => 'an Chipir',
1875             'CZ' => 'an tSeicia',
1876             'CZ@alt=variant' => 'Poblacht na Seice',
1877             'DE' => 'an Ghearmáin',
1878             'DG' => 'Diego Garcia',
1879             'DJ' => 'Djibouti',
1880             'DK' => 'an Danmhairg',
1881             'DM' => 'Doiminice',
1882             'DO' => 'an Phoblacht Dhoiminiceach',
1883             'DZ' => 'an Ailgéir',
1884             'EA' => 'Ceuta agus Melilla',
1885             'EC' => 'Eacuadór',
1886             'EE' => 'an Eastóin',
1887             'EG' => 'an Éigipt',
1888             'EH' => 'an Sahára Thiar',
1889             'ER' => 'an Eiritré',
1890             'ES' => 'an Spáinn',
1891             'ET' => 'an Aetóip',
1892             'EU' => 'an tAontas Eorpach',
1893             'EZ' => 'Limistéar an euro',
1894             'FI' => 'an Fhionlainn',
1895             'FJ' => 'Fidsí',
1896             'FK' => 'Oileáin Fháclainne',
1897             'FK@alt=variant' => 'Oileáin Fháclainne (Islas Malvinas)',
1898             'FM' => 'an Mhicrinéis',
1899             'FO' => 'Oileáin Fharó',
1900             'FR' => 'an Fhrainc',
1901             'GA' => 'an Ghabúin',
1902             'GB' => 'an Ríocht Aontaithe',
1903             'GB@alt=short' => 'RA',
1904             'GD' => 'Greanáda',
1905             'GE' => 'an tSeoirsia',
1906             'GF' => 'Guáin na Fraince',
1907             'GG' => 'Geansaí',
1908             'GH' => 'Gána',
1909             'GI' => 'Giobráltar',
1910             'GL' => 'an Ghraonlainn',
1911             'GM' => 'an Ghaimbia',
1912             'GN' => 'an Ghuine',
1913             'GP' => 'Guadalúip',
1914             'GQ' => 'an Ghuine Mheánchiorclach',
1915             'GR' => 'an Ghréig',
1916             'GS' => 'an tSeoirsia Theas agus Oileáin Sandwich Theas',
1917             'GT' => 'Guatamala',
1918             'GU' => 'Guam',
1919             'GW' => 'Guine Bissau',
1920             'GY' => 'an Ghuáin',
1921             'HK' => 'S.R.R. na Síne Hong Cong',
1922             'HK@alt=short' => 'Hong Cong',
1923             'HM' => 'Oileán Heard agus Oileáin McDonald',
1924             'HN' => 'Hondúras',
1925             'HR' => 'an Chróit',
1926             'HT' => 'Háítí',
1927             'HU' => 'an Ungáir',
1928             'IC' => 'na hOileáin Chanáracha',
1929             'ID' => 'an Indinéis',
1930             'IE' => 'Éire',
1931             'IL' => 'Iosrael',
1932             'IM' => 'Oileán Mhanann',
1933             'IN' => 'an India',
1934             'IO' => 'Críoch Aigéan Indiach na Breataine',
1935             'IQ' => 'an Iaráic',
1936             'IR' => 'an Iaráin',
1937             'IS' => 'an Íoslainn',
1938             'IT' => 'an Iodáil',
1939             'JE' => 'Geirsí',
1940             'JM' => 'Iamáice',
1941             'JO' => 'an Iordáin',
1942             'JP' => 'an tSeapáin',
1943             'KE' => 'an Chéinia',
1944             'KG' => 'an Chirgeastáin',
1945             'KH' => 'an Chambóid',
1946             'KI' => 'Cireabaití',
1947             'KM' => 'Oileáin Chomóra',
1948             'KN' => 'San Críostóir-Nimheas',
1949             'KP' => 'an Chóiré Thuaidh',
1950             'KR' => 'an Chóiré Theas',
1951             'KW' => 'Cuáit',
1952             'KY' => 'Oileáin Cayman',
1953             'KZ' => 'an Chasacstáin',
1954             'LA' => 'Laos',
1955             'LB' => 'an Liobáin',
1956             'LC' => 'Saint Lucia',
1957             'LI' => 'Lichtinstéin',
1958             'LK' => 'Srí Lanca',
1959             'LR' => 'an Libéir',
1960             'LS' => 'Leosóta',
1961             'LT' => 'an Liotuáin',
1962             'LU' => 'Lucsamburg',
1963             'LV' => 'an Laitvia',
1964             'LY' => 'an Libia',
1965             'MA' => 'Maracó',
1966             'MC' => 'Monacó',
1967             'MD' => 'an Mholdóiv',
1968             'ME' => 'Montainéagró',
1969             'MF' => 'Saint-Martin',
1970             'MG' => 'Madagascar',
1971             'MH' => 'Oileáin Marshall',
1972             'MK' => 'an Mhacadóin',
1973             'MK@alt=variant' => 'an Mhacadóin (PIIM)',
1974             'ML' => 'Mailí',
1975             'MM' => 'Maenmar (Burma)',
1976             'MN' => 'an Mhongóil',
1977             'MO' => 'S.R.R. na Síne Macao',
1978             'MO@alt=short' => 'Macao',
1979             'MP' => 'na hOileáin Mháirianacha Thuaidh',
1980             'MQ' => 'Martinique',
1981             'MR' => 'an Mháratáin',
1982             'MS' => 'Montsarat',
1983             'MT' => 'Málta',
1984             'MU' => 'Oileán Mhuirís',
1985             'MV' => 'Oileáin Mhaildíve',
1986             'MW' => 'an Mhaláiv',
1987             'MX' => 'Meicsiceo',
1988             'MY' => 'an Mhalaeisia',
1989             'MZ' => 'Mósaimbíc',
1990             'NA' => 'an Namaib',
1991             'NC' => 'an Nua-Chaladóin',
1992             'NE' => 'an Nígir',
1993             'NF' => 'Oileán Norfolk',
1994             'NG' => 'an Nigéir',
1995             'NI' => 'Nicearagua',
1996             'NL' => 'an Ísiltír',
1997             'NO' => 'an Iorua',
1998             'NP' => 'Neipeal',
1999             'NR' => 'Nárú',
2000             'NU' => 'Niue',
2001             'NZ' => 'an Nua-Shéalainn',
2002             'OM' => 'Óman',
2003             'PA' => 'Panama',
2004             'PE' => 'Peiriú',
2005             'PF' => 'Polainéis na Fraince',
2006             'PG' => 'Nua-Ghuine Phapua',
2007             'PH' => 'na hOileáin Fhilipíneacha',
2008             'PK' => 'an Phacastáin',
2009             'PL' => 'an Pholainn',
2010             'PM' => 'San Pierre agus Miquelon',
2011             'PN' => 'Oileáin Pitcairn',
2012             'PR' => 'Pórtó Ríce',
2013             'PS' => 'na Críocha Palaistíneacha',
2014             'PS@alt=short' => 'an Phalaistín',
2015             'PT' => 'an Phortaingéil',
2016             'PW' => 'Oileáin Palau',
2017             'PY' => 'Paragua',
2018             'QA' => 'Catar',
2019             'QO' => 'an Aigéine Imeallach',
2020             'RE' => 'Réunion',
2021             'RO' => 'an Rómáin',
2022             'RS' => 'an tSeirbia',
2023             'RU' => 'an Rúis',
2024             'RW' => 'Ruanda',
2025             'SA' => 'an Araib Shádach',
2026             'SB' => 'Oileáin Sholomón',
2027             'SC' => 'na Séiséil',
2028             'SD' => 'an tSúdáin',
2029             'SE' => 'an tSualainn',
2030             'SG' => 'Singeapór',
2031             'SH' => 'San Héilin',
2032             'SI' => 'an tSlóivéin',
2033             'SJ' => 'Svalbard agus Jan Mayen',
2034             'SK' => 'an tSlóvaic',
2035             'SL' => 'Siarra Leon',
2036             'SM' => 'San Mairíne',
2037             'SN' => 'an tSeineagáil',
2038             'SO' => 'an tSomáil',
2039             'SR' => 'Suranam',
2040             'SS' => 'an tSúdáin Theas',
2041             'ST' => 'São Tomé agus Príncipe',
2042             'SV' => 'an tSalvadóir',
2043             'SX' => 'Sint Maarten',
2044             'SY' => 'an tSiria',
2045             'SZ' => 'an tSuasalainn',
2046             'TA' => 'Tristan da Cunha',
2047             'TC' => 'Oileáin na dTurcach agus Caicos',
2048             'TD' => 'Sead',
2049             'TF' => 'Críocha Francacha Dheisceart an Domhain',
2050             'TG' => 'Tóga',
2051             'TH' => 'an Téalainn',
2052             'TJ' => 'an Táidsíceastáin',
2053             'TK' => 'Tócalá',
2054             'TL' => 'Tíomór Thoir',
2055             'TL@alt=variant' => 'TL',
2056             'TM' => 'an Tuircméanastáin',
2057             'TN' => 'an Túinéis',
2058             'TO' => 'Tonga',
2059             'TR' => 'an Tuirc',
2060             'TT' => 'Oileán na Tríonóide agus Tobága',
2061             'TV' => 'Tuvalu',
2062             'TW' => 'an Téaváin',
2063             'TZ' => 'an Tansáin',
2064             'UA' => 'an Úcráin',
2065             'UG' => 'Uganda',
2066             'UM' => 'Oileáin Imeallacha S.A.M.',
2067             'UN' => 'na Náisiúin Aontaiteh',
2068             'UN@alt=short' => 'NA',
2069             'US' => 'Stáit Aontaithe Mheiriceá',
2070             'US@alt=short' => 'SAM',
2071             'UY' => 'Uragua',
2072             'UZ' => 'an Úisbéiceastáin',
2073             'VA' => 'Cathair na Vatacáine',
2074             'VC' => 'San Uinseann agus na Greanáidíní',
2075             'VE' => 'Veiniséala',
2076             'VG' => 'Oileáin Bhriotanacha na Maighdean',
2077             'VI' => 'Oileáin Mheiriceánacha na Maighdean',
2078             'VN' => 'Vítneam',
2079             'VU' => 'Vanuatú',
2080             'WF' => 'Vailís agus Futúna',
2081             'WS' => 'Samó',
2082             'XK' => 'an Chosaiv',
2083             'YE' => 'Éimin',
2084             'YT' => 'Mayotte',
2085             'ZA' => 'an Afraic Theas',
2086             'ZM' => 'an tSaimbia',
2087             'ZW' => 'an tSiombáib',
2088             'ZZ' => 'Réigiún Anaithnid',
2089              
2090             }
2091             },
2092             );
2093              
2094             has 'display_name_variant' => (
2095             is => 'ro',
2096             isa => HashRef[Str],
2097             init_arg => undef,
2098             default => sub {
2099             {
2100             '1901' => 'Litriú Traidisiúnta na Gearmáinise',
2101             '1994' => '1994',
2102             '1996' => '1996',
2103             '1606NICT' => '1606NICT',
2104             '1694ACAD' => 'Nua-Fhraincis Mhoch',
2105             '1959ACAD' => 'Acadúil',
2106             'ABL1943' => 'ABL1943',
2107             'ALALC97' => 'Rómhánú ALA-LC, eagrán 1997',
2108             'ALUKU' => 'ALUKU',
2109             'AO1990' => 'AO1990',
2110             'AREVELA' => 'Airméinis an Oirthir',
2111             'AREVMDA' => 'Airméinis an Iarthair',
2112             'BAKU1926' => 'BAKU1926',
2113             'BALANKA' => 'BALANKA',
2114             'BARLA' => 'BARLA',
2115             'BASICENG' => 'Bun-Bhéarla',
2116             'BAUDDHA' => 'BAUDDHA',
2117             'BISCAYAN' => 'BISCAYAN',
2118             'BISKE' => 'BISKE',
2119             'BOHORIC' => 'Aibítir Bohorič',
2120             'BOONT' => 'BOONT',
2121             'COLB1945' => 'COLB1945',
2122             'CORNU' => 'Béarla an Choirn',
2123             'DAJNKO' => 'Aibítir Dajnko',
2124             'EKAVSK' => 'EKAVSK',
2125             'EMODENG' => 'Nua-Bhéarla Moch',
2126             'FONIPA' => 'Fogharscríobh IPA',
2127             'FONNAPA' => 'FONNAPA',
2128             'FONUPA' => 'Fogharscríobh UPA',
2129             'FONXSAMP' => 'FONXSAMP',
2130             'HEPBURN' => 'Rómhánú Hepburn',
2131             'HOGNORSK' => 'HOGNORSK',
2132             'HSISTEMO' => 'HSISTEMO',
2133             'IJEKAVSK' => 'IJEKAVSK',
2134             'ITIHASA' => 'ITIHASA',
2135             'JAUER' => 'JAUER',
2136             'JYUTPING' => 'JYUTPING',
2137             'KKCOR' => 'Gnáth-Litriú',
2138             'KOCIEWIE' => 'KOCIEWIE',
2139             'KSCOR' => 'Litriú Caighdeánach',
2140             'LAUKIKA' => 'LAUKIKA',
2141             'LIPAW' => 'LIPAW',
2142             'LUNA1918' => 'LUNA1918',
2143             'METELKO' => 'Aibítir Metelko',
2144             'MONOTON' => 'Aontonach',
2145             'NDYUKA' => 'NDYUKA',
2146             'NEDIS' => 'NEDIS',
2147             'NEWFOUND' => 'Talamh an Éisc',
2148             'NJIVA' => 'NJIVA',
2149             'NULIK' => 'Volapük Nua-Aimseartha',
2150             'OSOJS' => 'OSOJS',
2151             'OXENDICT' => 'Litriú OED',
2152             'PAHAWH2' => 'PAHAWH2',
2153             'PAHAWH3' => 'PAHAWH3',
2154             'PAHAWH4' => 'PAHAWH4',
2155             'PAMAKA' => 'PAMAKA',
2156             'PETR1708' => 'PETR1708',
2157             'PINYIN' => 'Rómhánú Pinyin',
2158             'POLYTON' => 'Iltonach',
2159             'POSIX' => 'Ríomhaire',
2160             'PUTER' => 'PUTER',
2161             'REVISED' => 'Litriú Athbhreithnithe',
2162             'RIGIK' => 'Volapük Clasaiceach',
2163             'ROZAJ' => 'ROZAJ',
2164             'RUMGR' => 'RUMGR',
2165             'SAAHO' => 'SAAHO',
2166             'SCOTLAND' => 'Béarla Caighdeánach na hAlban',
2167             'SCOUSE' => 'Béarla Learphoill',
2168             'SIMPLE' => 'Simplí',
2169             'SOLBA' => 'SOLBA',
2170             'SOTAV' => 'SOTAV',
2171             'SPANGLIS' => 'SPANGLIS',
2172             'SURMIRAN' => 'SURMIRAN',
2173             'SURSILV' => 'SURSILV',
2174             'SUTSILV' => 'SUTSILV',
2175             'TARASK' => 'TARASK',
2176             'UCCOR' => 'Litriú Comhaontaithe',
2177             'UCRCOR' => 'Litriú Comhaontaithe Athbhreithnithe',
2178             'ULSTER' => 'Cúige Uladh',
2179             'UNIFON' => 'Aibítir foghraíochta Unifon',
2180             'VAIDIKA' => 'Véideach',
2181             'VALENCIA' => 'Vaileinsis',
2182             'VALLADER' => 'VALLADER',
2183             'WADEGILE' => 'Rómhánú Wade-Giles',
2184             'XSISTEMO' => 'XSISTEMO',
2185              
2186             }
2187             },
2188             );
2189              
2190             has 'display_name_key' => (
2191             is => 'ro',
2192             isa => HashRef[Str],
2193             init_arg => undef,
2194             default => sub {
2195             {
2196             'calendar' => 'Féilire',
2197             'cf' => 'Formáid Airgeadra',
2198             'collation' => 'Ord Sórtála',
2199             'currency' => 'Airgeadra',
2200             'hc' => 'Timthriall Uaire (12 vs 24)',
2201             'lb' => 'Stíl Briseadh Líne',
2202             'ms' => 'Córas Tomhais',
2203             'numbers' => 'Uimhreacha',
2204              
2205             }
2206             },
2207             );
2208              
2209             has 'display_name_type' => (
2210             is => 'ro',
2211             isa => HashRef[HashRef[Str]],
2212             init_arg => undef,
2213             default => sub {
2214             {
2215             'calendar' => {
2216             'buddhist' => q{Féilire Búdaíoch},
2217             'chinese' => q{Féilire Síneach},
2218             'coptic' => q{Féilire Coptach},
2219             'dangi' => q{Féilire Dangi},
2220             'ethiopic' => q{Féilire Aetóipice},
2221             'ethiopic-amete-alem' => q{ethiopic-amete-alem},
2222             'gregorian' => q{Féilire Ghréagóra},
2223             'hebrew' => q{Féilire na nEabhrach},
2224             'indian' => q{Féilire Náisiúnta na hIndia},
2225             'islamic' => q{Féilire Ioslamach},
2226             'islamic-civil' => q{islamic-civil},
2227             'islamic-rgsa' => q{islamic-rgsa},
2228             'islamic-tbla' => q{islamic-tbla},
2229             'islamic-umalqura' => q{islamic-umalqura},
2230             'iso8601' => q{Féilire ISO-8601},
2231             'japanese' => q{Féilire Seapánach},
2232             'persian' => q{Féilire Peirseach},
2233             'roc' => q{Féilire Téavánach},
2234             },
2235             'cf' => {
2236             'account' => q{Formáid Airgeadra don Chuntasaíocht},
2237             'standard' => q{Formáid Airgeadra Caighdeánach},
2238             },
2239             'collation' => {
2240             'big5han' => q{Ord sórtála Síneach traidisiúnta - Big5},
2241             'compat' => q{compat},
2242             'dictionary' => q{dictionary},
2243             'ducet' => q{Ord Sórtála Réamhshocraithe Unicode},
2244             'emoji' => q{emoji},
2245             'eor' => q{eor},
2246             'gb2312han' => q{Ord sórtála Síneach simplithe - GB 2312},
2247             'phonebook' => q{Ord sórtála an eolaire teileafóin},
2248             'pinyin' => q{Ord sórtála pinyin},
2249             'reformed' => q{reformed},
2250             'search' => q{Cuardach Ilfhóinteach},
2251             'searchjl' => q{searchjl},
2252             'standard' => q{Ord Sórtála Caighdeánach},
2253             'stroke' => q{Ord sórtála stríce},
2254             'traditional' => q{Ord sórtála traidisiúnta},
2255             'unihan' => q{unihan},
2256             'zhuyin' => q{zhuyin},
2257             },
2258             'hc' => {
2259             'h11' => q{Córas 12 Uair (0–11)},
2260             'h12' => q{Córas 12 Uair (1–12)},
2261             'h23' => q{Córas 24 Uair (0–23)},
2262             'h24' => q{Córas 24 Uair (1–24)},
2263             },
2264             'lb' => {
2265             'loose' => q{Stíl Briseadh Líne Scaoilte},
2266             'normal' => q{Stíl Gnáthbhriseadh Líne},
2267             'strict' => q{Stíl Briseadh Líne Docht},
2268             },
2269             'ms' => {
2270             'metric' => q{Córas Méadrach},
2271             'uksystem' => q{Córas Tomhais Reachtúil},
2272             'ussystem' => q{Córas Tomhais SAM},
2273             },
2274             'numbers' => {
2275             'ahom' => q{ahom},
2276             'arab' => q{Digití Ind-Arabacha},
2277             'arabext' => q{Digití Ind-Arabacha Breisithe},
2278             'armn' => q{Uimhreacha Airméanacha},
2279             'armnlow' => q{Uimhreacha Cás Íochtair Airméanacha},
2280             'bali' => q{Digití Bailíocha},
2281             'beng' => q{Digití Beangálacha},
2282             'brah' => q{brah},
2283             'cakm' => q{cakm},
2284             'cham' => q{cham},
2285             'cyrl' => q{Uimhreacha Coireallacha},
2286             'deva' => q{Digití Déiveanágracha},
2287             'ethi' => q{Uimhreacha Aetóipice},
2288             'fullwide' => q{Digití Lánleithid},
2289             'geor' => q{Uimhreacha Seoirseacha},
2290             'gonm' => q{gonm},
2291             'grek' => q{Uimhreacha Gréagacha},
2292             'greklow' => q{Uimhreacha Cás Íochtair Gréagacha},
2293             'gujr' => q{Digití Gúisearátacha},
2294             'guru' => q{Digití Gurmúcacha},
2295             'hanidec' => q{Uimhreacha Deachúlacha Síneacha},
2296             'hans' => q{Uimhreacha sa tSínis Shimplithe},
2297             'hansfin' => q{Uimhreacha Airgeadúla sa tSínis Shimplithe},
2298             'hant' => q{Uimhreacha sa tSínis Thraidisiúnta},
2299             'hantfin' => q{Uimhreacha Airgeadúla sa tSínis Thraidisiúnta},
2300             'hebr' => q{Uimhreacha Eabhracha},
2301             'hmng' => q{hmng},
2302             'java' => q{Digití Iávacha},
2303             'jpan' => q{Uimhreacha Seapánacha},
2304             'jpanfin' => q{Uimhreacha Airgeadúla Seapánacha},
2305             'kali' => q{kali},
2306             'khmr' => q{Digití Ciméaracha},
2307             'knda' => q{Digití Cannadacha},
2308             'lana' => q{lana},
2309             'lanatham' => q{lanatham},
2310             'laoo' => q{Digití Laosacha},
2311             'latn' => q{Digití Iartharacha},
2312             'lepc' => q{lepc},
2313             'limb' => q{limb},
2314             'mathbold' => q{mathbold},
2315             'mathdbl' => q{mathdbl},
2316             'mathmono' => q{mathmono},
2317             'mathsanb' => q{mathsanb},
2318             'mathsans' => q{mathsans},
2319             'mlym' => q{Digití Mailéalamacha},
2320             'modi' => q{modi},
2321             'mong' => q{Digití Mongólacha},
2322             'mroo' => q{mroo},
2323             'mtei' => q{mtei},
2324             'mymr' => q{Digití Maenmaracha},
2325             'mymrshan' => q{mymrshan},
2326             'mymrtlng' => q{mymrtlng},
2327             'nkoo' => q{nkoo},
2328             'olck' => q{olck},
2329             'orya' => q{Digití Oiríseacha},
2330             'osma' => q{osma},
2331             'roman' => q{Uimhreacha Rómhánacha},
2332             'romanlow' => q{Uimhreacha Cás Íochtair Rómhánacha},
2333             'saur' => q{saur},
2334             'shrd' => q{shrd},
2335             'sind' => q{sind},
2336             'sinh' => q{sinh},
2337             'sora' => q{sora},
2338             'sund' => q{sund},
2339             'takr' => q{takr},
2340             'talu' => q{talu},
2341             'taml' => q{Uimhreacha Traidisiúnta Tamalacha},
2342             'tamldec' => q{Digití Tamalacha},
2343             'telu' => q{Digití Teileagúcha},
2344             'thai' => q{Digití Téalannacha},
2345             'tibt' => q{Digití Tibéadacha},
2346             'tirh' => q{tirh},
2347             'vaii' => q{vaii},
2348             'wara' => q{wara},
2349             },
2350              
2351             }
2352             },
2353             );
2354              
2355             has 'display_name_measurement_system' => (
2356             is => 'ro',
2357             isa => HashRef[Str],
2358             init_arg => undef,
2359             default => sub {
2360             {
2361             'metric' => q{Méadrach},
2362             'UK' => q{RA},
2363             'US' => q{SAM},
2364              
2365             }
2366             },
2367             );
2368              
2369             has 'display_name_code_patterns' => (
2370             is => 'ro',
2371             isa => HashRef[Str],
2372             init_arg => undef,
2373             default => sub {
2374             {
2375             'language' => 'Teanga: {0}',
2376             'script' => 'Script: {0}',
2377             'region' => 'Réigiún: {0}',
2378              
2379             }
2380             },
2381             );
2382              
2383             has 'characters' => (
2384             is => 'ro',
2385             isa => HashRef,
2386             init_arg => undef,
2387             default => $^V ge v5.18.0
2388             ? eval <<'EOT'
2389             sub {
2390             no warnings 'experimental::regex_sets';
2391             return {
2392             auxiliary => qr{[å ḃ ċ ḋ ḟ ġ j k ṁ ṗ q ṡ ṫ v w x y z]},
2393             index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'],
2394             main => qr{[a á b c d e é f g h i í l m n o ó p r s t u ú]},
2395             numbers => qr{[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]},
2396             punctuation => qr{[\- ‐ – — , ; \: ! ? . … ' ‘ ’ " “ ” ( ) \[ \] § @ * / \& # † ‡ ′ ″]},
2397             };
2398             },
2399             EOT
2400             : sub {
2401             return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], };
2402             },
2403             );
2404              
2405 1     1   179  
  1         3  
  1         208  
2406             has 'ellipsis' => (
2407             is => 'ro',
2408             isa => HashRef,
2409             init_arg => undef,
2410             default => sub {
2411             return {
2412             'final' => '{0}…',
2413             'initial' => '…{0}',
2414             'medial' => '{0}…{1}',
2415             'word-final' => '{0} …',
2416             'word-initial' => '… {0}',
2417             'word-medial' => '{0} … {1}',
2418             };
2419             },
2420             );
2421              
2422             has 'more_information' => (
2423             is => 'ro',
2424             isa => Str,
2425             init_arg => undef,
2426             default => qq{?},
2427             );
2428              
2429             has 'quote_start' => (
2430             is => 'ro',
2431             isa => Str,
2432             init_arg => undef,
2433             default => qq{“},
2434             );
2435              
2436             has 'quote_end' => (
2437             is => 'ro',
2438             isa => Str,
2439             init_arg => undef,
2440             default => qq{”},
2441             );
2442              
2443             has 'alternate_quote_start' => (
2444             is => 'ro',
2445             isa => Str,
2446             init_arg => undef,
2447             default => qq{‘},
2448             );
2449              
2450             has 'alternate_quote_end' => (
2451             is => 'ro',
2452             isa => Str,
2453             init_arg => undef,
2454             default => qq{’},
2455             );
2456              
2457             has 'duration_units' => (
2458             is => 'ro',
2459             isa => HashRef[Str],
2460             init_arg => undef,
2461             default => sub { {
2462             hm => 'h:mm',
2463             hms => 'h:mm:ss',
2464             ms => 'm:ss',
2465             } }
2466             );
2467              
2468             has 'units' => (
2469             is => 'ro',
2470             isa => HashRef[HashRef[HashRef[Str]]],
2471             init_arg => undef,
2472             default => sub { {
2473             'long' => {
2474             '' => {
2475             'name' => q(treo chairdinéil),
2476             },
2477             'acre' => {
2478             'few' => q({0} acra),
2479             'many' => q({0} n-acra),
2480             'name' => q(acraí),
2481             'one' => q({0} acra),
2482             'other' => q({0} acra),
2483             'two' => q({0} acra),
2484             },
2485             'acre-foot' => {
2486             'few' => q({0} acra-troigh),
2487             'many' => q({0} n-acra-troigh),
2488             'name' => q(acra-troithe),
2489             'one' => q({0} acra-troigh),
2490             'other' => q({0} acra-troigh),
2491             'two' => q({0} acra-troigh),
2492             },
2493             'ampere' => {
2494             'few' => q({0} aimpéar),
2495             'many' => q({0} n-aimpéar),
2496             'name' => q(aimpéir),
2497             'one' => q({0} aimpéar),
2498             'other' => q({0} aimpéar),
2499             'two' => q({0} aimpéar),
2500             },
2501             'arc-minute' => {
2502             'few' => q({0} nóiméad stua),
2503             'many' => q({0} nóiméad stua),
2504             'name' => q(nóiméid stua),
2505             'one' => q({0} nóiméad stua),
2506             'other' => q({0} nóiméad stua),
2507             'two' => q({0} nóiméad stua),
2508             },
2509             'arc-second' => {
2510             'few' => q({0} shoicind stua),
2511             'many' => q({0} soicind stua),
2512             'name' => q(soicindí stua),
2513             'one' => q({0} soicind stua),
2514             'other' => q({0} soicind stua),
2515             'two' => q({0} shoicind stua),
2516             },
2517             'astronomical-unit' => {
2518             'few' => q({0} aonad réalteolaíoch),
2519             'many' => q({0} n-aonad réalteolaíoch),
2520             'name' => q(aonaid réalteolaíocha),
2521             'one' => q({0} aonad réalteolaíoch),
2522             'other' => q({0} aonad réalteolaíoch),
2523             'two' => q({0} aonad réalteolaíoch),
2524             },
2525             'atmosphere' => {
2526             'few' => q({0} atm),
2527             'many' => q({0} atm),
2528             'name' => q(atmaisféar),
2529             'one' => q({0} atmaisféar),
2530             'other' => q({0} atmaisféar),
2531             'two' => q({0} atm),
2532             },
2533             'bit' => {
2534             'few' => q({0} ghiotán),
2535             'many' => q({0} ngiotán),
2536             'name' => q(giotáin),
2537             'one' => q({0} ghiotán),
2538             'other' => q({0} giotán),
2539             'two' => q({0} ghiotán),
2540             },
2541             'bushel' => {
2542             'few' => q({0} bhuiséal),
2543             'many' => q({0} mbuiséal),
2544             'name' => q(buiséil),
2545             'one' => q({0} bhuiséal),
2546             'other' => q({0} buiséal),
2547             'two' => q({0} bhuiséal),
2548             },
2549             'byte' => {
2550             'few' => q({0} bheart),
2551             'many' => q({0} mbeart),
2552             'name' => q(bearta),
2553             'one' => q({0} bheart),
2554             'other' => q({0} beart),
2555             'two' => q({0} bheart),
2556             },
2557             'calorie' => {
2558             'few' => q({0} chalra),
2559             'many' => q({0} gcalra),
2560             'name' => q(calraí),
2561             'one' => q({0} chalra),
2562             'other' => q({0} calra),
2563             'two' => q({0} chalra),
2564             },
2565             'carat' => {
2566             'few' => q({0} charat),
2567             'many' => q({0} gcarat),
2568             'name' => q(carait),
2569             'one' => q({0} charat),
2570             'other' => q({0} carat),
2571             'two' => q({0} charat),
2572             },
2573             'celsius' => {
2574             'few' => q({0} chéim Celsius),
2575             'many' => q({0} gcéim Celsius),
2576             'name' => q(céimeanna Celsius),
2577             'one' => q({0} chéim Celsius),
2578             'other' => q({0} céim Celsius),
2579             'two' => q({0} chéim Celsius),
2580             },
2581             'centiliter' => {
2582             'few' => q({0} cheintilítear),
2583             'many' => q({0} gceintilítear),
2584             'name' => q(ceintilítir),
2585             'one' => q({0} cheintilítear),
2586             'other' => q({0} ceintilítear),
2587             'two' => q({0} cheintilítear),
2588             },
2589             'centimeter' => {
2590             'few' => q({0} cheintiméadar),
2591             'many' => q({0} gceintiméadar),
2592             'name' => q(ceintiméadair),
2593             'one' => q({0} cheintiméadar),
2594             'other' => q({0} ceintiméadar),
2595             'per' => q({0} sa cheintiméadar),
2596             'two' => q({0} cheintiméadar),
2597             },
2598             'century' => {
2599             'few' => q({0} chéad bliain),
2600             'many' => q({0} gcéad bliain),
2601             'name' => q(céadta bliain),
2602             'one' => q({0} chéad bliain),
2603             'other' => q({0} céad bliain),
2604             'two' => q({0} chéad bliain),
2605             },
2606             'coordinate' => {
2607             'east' => q({0}O),
2608             'north' => q({0}T),
2609             'south' => q({0}D),
2610             'west' => q({0}I),
2611             },
2612             'cubic-centimeter' => {
2613             'few' => q({0} cheintiméadar chiúbacha),
2614             'many' => q({0} gceintiméadar chiúbacha),
2615             'name' => q(ceintiméadair chiúbacha),
2616             'one' => q({0} cheintiméadar ciúbach),
2617             'other' => q({0} ceintiméadar ciúbach),
2618             'per' => q({0} sa cheintiméadar ciúbach),
2619             'two' => q({0} cheintiméadar chiúbacha),
2620             },
2621             'cubic-foot' => {
2622             'few' => q({0} throigh chiúbacha),
2623             'many' => q({0} dtroigh chiúbacha),
2624             'name' => q(troithe ciúbacha),
2625             'one' => q({0} troigh chiúbach),
2626             'other' => q({0} troigh chiúbach),
2627             'two' => q({0} throigh chiúbacha),
2628             },
2629             'cubic-inch' => {
2630             'few' => q({0} orlach chiúbacha),
2631             'many' => q({0} n-orlach chiúbacha),
2632             'name' => q(orlaí ciúbacha),
2633             'one' => q({0} orlach ciúbach),
2634             'other' => q({0} orlach ciúbach),
2635             'two' => q({0} orlach chiúbacha),
2636             },
2637             'cubic-kilometer' => {
2638             'few' => q({0} chiliméadar chiúbacha),
2639             'many' => q({0} gciliméadar chiúbacha),
2640             'name' => q(ciliméadair chiúbacha),
2641             'one' => q({0} chiliméadar ciúbach),
2642             'other' => q({0} ciliméadar ciúbach),
2643             'two' => q({0} chiliméadar chiúbacha),
2644             },
2645             'cubic-meter' => {
2646             'few' => q({0} mhéadar chiúbacha),
2647             'many' => q({0} méadar chiúbacha),
2648             'name' => q(méadair chiúbacha),
2649             'one' => q({0} mhéadar ciúbach),
2650             'other' => q({0} méadar ciúbach),
2651             'per' => q({0} sa mhéadar ciúbach),
2652             'two' => q({0} mhéadar chiúbacha),
2653             },
2654             'cubic-mile' => {
2655             'few' => q({0} mhíle chiúbacha),
2656             'many' => q({0} míle chiúbacha),
2657             'name' => q(mílte ciúbacha),
2658             'one' => q({0} mhíle ciúbach),
2659             'other' => q({0} míle ciúbach),
2660             'two' => q({0} mhíle chiúbacha),
2661             },
2662             'cubic-yard' => {
2663             'few' => q({0} shlat chiúbacha),
2664             'many' => q({0} slat chiúbacha),
2665             'name' => q(slata ciúbacha),
2666             'one' => q({0} slat chiúbach),
2667             'other' => q({0} slat chiúbach),
2668             'two' => q({0} shlat chiúbacha),
2669             },
2670             'cup' => {
2671             'few' => q({0} chupán),
2672             'many' => q({0} gcupán),
2673             'name' => q(cupáin),
2674             'one' => q({0} chupán),
2675             'other' => q({0} cupán),
2676             'two' => q({0} chupán),
2677             },
2678             'cup-metric' => {
2679             'few' => q({0} chupán mhéadracha),
2680             'many' => q({0} gcupán mhéadracha),
2681             'name' => q(cupáin mhéadracha),
2682             'one' => q({0} chupán méadrach),
2683             'other' => q({0} cupán méadrach),
2684             'two' => q({0} chupán mhéadracha),
2685             },
2686             'day' => {
2687             'few' => q({0} lá),
2688             'many' => q({0} lá),
2689             'name' => q(laethanta),
2690             'one' => q({0} lá),
2691             'other' => q({0} lá),
2692             'per' => q({0} sa lá),
2693             'two' => q({0} lá),
2694             },
2695             'deciliter' => {
2696             'few' => q({0} dheicilítear),
2697             'many' => q({0} ndeicilítear),
2698             'name' => q(deicilítir),
2699             'one' => q({0} deicilítear),
2700             'other' => q({0} deicilítear),
2701             'two' => q({0} dheicilítear),
2702             },
2703             'decimeter' => {
2704             'few' => q({0} dheiciméadar),
2705             'many' => q({0} ndeiciméadar),
2706             'name' => q(deiciméadair),
2707             'one' => q({0} deiciméadar),
2708             'other' => q({0} deiciméadar),
2709             'two' => q({0} dheiciméadar),
2710             },
2711             'degree' => {
2712             'few' => q({0} chéim),
2713             'many' => q({0} gcéim),
2714             'name' => q(céimeanna),
2715             'one' => q({0} chéim),
2716             'other' => q({0} céim),
2717             'two' => q({0} chéim),
2718             },
2719             'fahrenheit' => {
2720             'few' => q({0} chéim Fahrenheit),
2721             'many' => q({0} gcéim Fahrenheit),
2722             'name' => q(céimeanna Fahrenheit),
2723             'one' => q({0} chéim Fahrenheit),
2724             'other' => q({0} céim Fahrenheit),
2725             'two' => q({0} chéim Fahrenheit),
2726             },
2727             'fathom' => {
2728             'few' => q({0} fheá),
2729             'many' => q({0} bhfeá),
2730             'name' => q(feánna),
2731             'one' => q({0} fheá),
2732             'other' => q({0} feá),
2733             'two' => q({0} fheá),
2734             },
2735             'fluid-ounce' => {
2736             'few' => q({0} unsa leachtacha),
2737             'many' => q({0} n-unsa leachtacha),
2738             'name' => q(unsaí leachtacha),
2739             'one' => q({0} unsa leachtach),
2740             'other' => q({0} unsa leachtach),
2741             'two' => q({0} unsa leachtacha),
2742             },
2743             'foodcalorie' => {
2744             'few' => q({0} Chalra),
2745             'many' => q({0} gCalra),
2746             'name' => q(Calraí),
2747             'one' => q({0} Chalra),
2748             'other' => q({0} Calra),
2749             'two' => q({0} Chalra),
2750             },
2751             'foot' => {
2752             'few' => q({0} throigh),
2753             'many' => q({0} dtroigh),
2754             'name' => q(troithe),
2755             'one' => q({0} troigh),
2756             'other' => q({0} troigh),
2757             'per' => q({0} sa troigh),
2758             'two' => q({0} throigh),
2759             },
2760             'furlong' => {
2761             'few' => q({0} staid),
2762             'many' => q({0} staid),
2763             'name' => q(staideanna),
2764             'one' => q({0} staid),
2765             'other' => q({0} staid),
2766             'two' => q({0} staid),
2767             },
2768             'g-force' => {
2769             'few' => q({0} g-fhórsa),
2770             'many' => q({0} g-fhórsa),
2771             'name' => q(g-fhórsa),
2772             'one' => q({0} g-fhórsa),
2773             'other' => q({0} g-fhórsa),
2774             'two' => q({0} g-fhórsa),
2775             },
2776             'gallon' => {
2777             'few' => q({0} ghalún),
2778             'many' => q({0} ngalún),
2779             'name' => q(galúin),
2780             'one' => q({0} ghalún),
2781             'other' => q({0} galún),
2782             'per' => q({0} sa ghalún),
2783             'two' => q({0} ghalún),
2784             },
2785             'gallon-imperial' => {
2786             'few' => q({0} ghalún impiriúla),
2787             'many' => q({0} ngalún impiriúla),
2788             'name' => q(galúin impiriúla),
2789             'one' => q({0} ghalún impiriúil),
2790             'other' => q({0} galún impiriúil),
2791             'per' => q({0} sa ghalún impiriúil),
2792             'two' => q({0} ghalún impiriúla),
2793             },
2794             'generic' => {
2795             'few' => q({0}°),
2796             'many' => q({0}°),
2797             'name' => q(°),
2798             'one' => q({0}°),
2799             'other' => q({0}°),
2800             'two' => q({0}°),
2801             },
2802             'gigabit' => {
2803             'few' => q({0} ghigighiotán),
2804             'many' => q({0} ngigighiotán),
2805             'name' => q(gigighiotáin),
2806             'one' => q({0} ghigighiotán),
2807             'other' => q({0} gigighiotán),
2808             'two' => q({0} ghigighiotán),
2809             },
2810             'gigabyte' => {
2811             'few' => q({0} ghigibheart),
2812             'many' => q({0} ngigibheart),
2813             'name' => q(gigibhearta),
2814             'one' => q({0} ghigibheart),
2815             'other' => q({0} gigibheart),
2816             'two' => q({0} ghigibheart),
2817             },
2818             'gigahertz' => {
2819             'few' => q({0} ghigiheirts),
2820             'many' => q({0} ngigiheirts),
2821             'name' => q(gigiheirts),
2822             'one' => q({0} ghigiheirts),
2823             'other' => q({0} gigiheirts),
2824             'two' => q({0} ghigiheirts),
2825             },
2826             'gigawatt' => {
2827             'few' => q({0} ghigeavata),
2828             'many' => q({0} ngigeavata),
2829             'name' => q(gigeavatanna),
2830             'one' => q({0} ghigeavata),
2831             'other' => q({0} gigeavata),
2832             'two' => q({0} ghigeavata),
2833             },
2834             'gram' => {
2835             'few' => q({0} ghram),
2836             'many' => q({0} ngram),
2837             'name' => q(graim),
2838             'one' => q({0} ghram),
2839             'other' => q({0} gram),
2840             'per' => q({0} sa ghram),
2841             'two' => q({0} ghram),
2842             },
2843             'hectare' => {
2844             'few' => q({0} heicteár),
2845             'many' => q({0} heicteár),
2846             'name' => q(heicteáir),
2847             'one' => q({0} heicteár),
2848             'other' => q({0} heicteár),
2849             'two' => q({0} heicteár),
2850             },
2851             'hectoliter' => {
2852             'few' => q({0} heictilítear),
2853             'many' => q({0} heictilítear),
2854             'name' => q(heictilítir),
2855             'one' => q({0} heictilítear),
2856             'other' => q({0} heictilítear),
2857             'two' => q({0} heictilítear),
2858             },
2859             'hectopascal' => {
2860             'few' => q({0} heicteapascal),
2861             'many' => q({0} heicteapascal),
2862             'name' => q(heicteapascail),
2863             'one' => q({0} heicteapascal),
2864             'other' => q({0} heicteapascal),
2865             'two' => q({0} heicteapascal),
2866             },
2867             'hertz' => {
2868             'few' => q({0} heirts),
2869             'many' => q({0} heirts),
2870             'name' => q(heirts),
2871             'one' => q({0} heirts),
2872             'other' => q({0} heirts),
2873             'two' => q({0} heirts),
2874             },
2875             'horsepower' => {
2876             'few' => q({0} each-chumhacht),
2877             'many' => q({0} n-each-chumhacht),
2878             'name' => q(each-chumhacht),
2879             'one' => q({0} each-chumhacht),
2880             'other' => q({0} each-chumhacht),
2881             'two' => q({0} each-chumhacht),
2882             },
2883             'hour' => {
2884             'few' => q({0} huaire),
2885             'many' => q({0} n-uaire),
2886             'name' => q(uaireanta),
2887             'one' => q({0} uair),
2888             'other' => q({0} uair),
2889             'per' => q({0} san uair),
2890             'two' => q({0} uair),
2891             },
2892             'inch' => {
2893             'few' => q({0} orlach),
2894             'many' => q({0} n-orlach),
2895             'name' => q(orlaí),
2896             'one' => q({0} orlach),
2897             'other' => q({0} orlach),
2898             'per' => q({0} san orlach),
2899             'two' => q({0} orlach),
2900             },
2901             'inch-hg' => {
2902             'few' => q({0} orlach mearcair),
2903             'many' => q({0} n-orlach mearcair),
2904             'name' => q(orlaí mearcair),
2905             'one' => q({0} orlach mearcair),
2906             'other' => q({0} orlach mearcair),
2907             'two' => q({0} orlach mearcair),
2908             },
2909             'joule' => {
2910             'few' => q({0} ghiúl),
2911             'many' => q({0} ngiúl),
2912             'name' => q(giúil),
2913             'one' => q({0} ghiúl),
2914             'other' => q({0} giúl),
2915             'two' => q({0} ghiúl),
2916             },
2917             'karat' => {
2918             'few' => q({0} charat óir),
2919             'many' => q({0} gcarat óir),
2920             'name' => q(carait óir),
2921             'one' => q({0} charat óir),
2922             'other' => q({0} carat óir),
2923             'two' => q({0} charat óir),
2924             },
2925             'kelvin' => {
2926             'few' => q({0} chéim cheilvin),
2927             'many' => q({0} gcéim cheilvin),
2928             'name' => q(céimeanna ceilvin),
2929             'one' => q({0} chéim cheilvin),
2930             'other' => q({0} céim cheilvin),
2931             'two' => q({0} chéim cheilvin),
2932             },
2933             'kilobit' => {
2934             'few' => q({0} chilighiotán),
2935             'many' => q({0} gcilighiotán),
2936             'name' => q(cilighiotáin),
2937             'one' => q({0} chilighiotán),
2938             'other' => q({0} cilighiotán),
2939             'two' => q({0} chilighiotán),
2940             },
2941             'kilobyte' => {
2942             'few' => q({0} chilibheart),
2943             'many' => q({0} gcilibheart),
2944             'name' => q(cilibhearta),
2945             'one' => q({0} chilibheart),
2946             'other' => q({0} cilibheart),
2947             'two' => q({0} chilibheart),
2948             },
2949             'kilocalorie' => {
2950             'few' => q({0} chileacalra),
2951             'many' => q({0} gcileacalra),
2952             'name' => q(cileacalraí),
2953             'one' => q({0} chileacalra),
2954             'other' => q({0} cileacalra),
2955             'two' => q({0} chileacalra),
2956             },
2957             'kilogram' => {
2958             'few' => q({0} chileagram),
2959             'many' => q({0} gcileagram),
2960             'name' => q(cileagraim),
2961             'one' => q({0} chileagram),
2962             'other' => q({0} cileagram),
2963             'per' => q({0} sa chileagram),
2964             'two' => q({0} chileagram),
2965             },
2966             'kilohertz' => {
2967             'few' => q({0} chiliheirts),
2968             'many' => q({0} gciliheirts),
2969             'name' => q(ciliheirts),
2970             'one' => q({0} chiliheirts),
2971             'other' => q({0} ciliheirts),
2972             'two' => q({0} chiliheirts),
2973             },
2974             'kilojoule' => {
2975             'few' => q({0} chiligiúl),
2976             'many' => q({0} gciligiúl),
2977             'name' => q(ciligiúil),
2978             'one' => q({0} chiligiúl),
2979             'other' => q({0} ciligiúl),
2980             'two' => q({0} chiligiúl),
2981             },
2982             'kilometer' => {
2983             'few' => q({0} chiliméadar),
2984             'many' => q({0} gciliméadar),
2985             'name' => q(ciliméadair),
2986             'one' => q({0} chiliméadar),
2987             'other' => q({0} ciliméadar),
2988             'per' => q({0} sa chiliméadar),
2989             'two' => q({0} chiliméadar),
2990             },
2991             'kilometer-per-hour' => {
2992             'few' => q({0} chiliméadar san uair),
2993             'many' => q({0} gciliméadar san uair),
2994             'name' => q(ciliméadair san uair),
2995             'one' => q({0} chiliméadar san uair),
2996             'other' => q({0} ciliméadar san uair),
2997             'two' => q({0} chiliméadar san uair),
2998             },
2999             'kilowatt' => {
3000             'few' => q({0} chileavata),
3001             'many' => q({0} gcileavata),
3002             'name' => q(cileavatanna),
3003             'one' => q({0} chileavata),
3004             'other' => q({0} cileavata),
3005             'two' => q({0} chileavata),
3006             },
3007             'kilowatt-hour' => {
3008             'few' => q({0} chileavatuair),
3009             'many' => q({0} gcileavatuair),
3010             'name' => q(cileavatuaireanta),
3011             'one' => q({0} chileavatuair),
3012             'other' => q({0} cileavatuair),
3013             'two' => q({0} chileavatuair),
3014             },
3015             'knot' => {
3016             'few' => q({0} mhuirmhíle san uair),
3017             'many' => q({0} muirmhíle san uair),
3018             'name' => q(muirmhíle san uair),
3019             'one' => q({0} mhuirmhíle san uair),
3020             'other' => q({0} muirmhíle san uair),
3021             'two' => q({0} mhuirmhíle san uair),
3022             },
3023             'light-year' => {
3024             'few' => q({0} sholasbhliain),
3025             'many' => q({0} solasbhliain),
3026             'name' => q(solasbhlianta),
3027             'one' => q({0} solasbhliain),
3028             'other' => q({0} solasbhliain),
3029             'two' => q({0} sholasbhliain),
3030             },
3031             'liter' => {
3032             'few' => q({0} lítear),
3033             'many' => q({0} lítear),
3034             'name' => q(lítir),
3035             'one' => q({0} lítear),
3036             'other' => q({0} lítear),
3037             'per' => q({0} sa lítear),
3038             'two' => q({0} lítear),
3039             },
3040             'liter-per-100kilometers' => {
3041             'few' => q({0} lítear sa 100 ciliméadar),
3042             'many' => q({0} lítear sa 100 ciliméadar),
3043             'name' => q(lítir sa 100 ciliméadar),
3044             'one' => q({0} lítear sa 100 ciliméadar),
3045             'other' => q({0} lítear sa 100 ciliméadar),
3046             'two' => q({0} lítear sa 100 ciliméadar),
3047             },
3048             'liter-per-kilometer' => {
3049             'few' => q({0} lítear sa chiliméadar),
3050             'many' => q({0} lítear sa chiliméadar),
3051             'name' => q(lítir sa chiliméadar),
3052             'one' => q({0} lítear sa chiliméadar),
3053             'other' => q({0} lítear sa chiliméadar),
3054             'two' => q({0} lítear sa chiliméadar),
3055             },
3056             'lux' => {
3057             'few' => q({0} lucsa),
3058             'many' => q({0} lucsa),
3059             'name' => q(lucsa),
3060             'one' => q({0} lucsa),
3061             'other' => q({0} lucsa),
3062             'two' => q({0} lucsa),
3063             },
3064             'megabit' => {
3065             'few' => q({0} mheigighiotán),
3066             'many' => q({0} meigighiotán),
3067             'name' => q(meigighiotáin),
3068             'one' => q({0} mheigighiotán),
3069             'other' => q({0} meigighiotán),
3070             'two' => q({0} mheigighiotán),
3071             },
3072             'megabyte' => {
3073             'few' => q({0} mheigibheart),
3074             'many' => q({0} meigibheart),
3075             'name' => q(meigibhearta),
3076             'one' => q({0} mheigibheart),
3077             'other' => q({0} meigibheart),
3078             'two' => q({0} mheigibheart),
3079             },
3080             'megahertz' => {
3081             'few' => q({0} mheigiheirts),
3082             'many' => q({0} meigiheirts),
3083             'name' => q(meigiheirts),
3084             'one' => q({0} mheigiheirts),
3085             'other' => q({0} meigiheirts),
3086             'two' => q({0} mheigiheirts),
3087             },
3088             'megaliter' => {
3089             'few' => q({0} mheigilítear),
3090             'many' => q({0} meigilítear),
3091             'name' => q(meigilítir),
3092             'one' => q({0} mheigilítear),
3093             'other' => q({0} meigilítear),
3094             'two' => q({0} mheigilítear),
3095             },
3096             'megawatt' => {
3097             'few' => q({0} mheigeavata),
3098             'many' => q({0} meigeavata),
3099             'name' => q(meigeavatanna),
3100             'one' => q({0} mheigeavata),
3101             'other' => q({0} meigeavata),
3102             'two' => q({0} mheigeavata),
3103             },
3104             'meter' => {
3105             'few' => q({0} mhéadar),
3106             'many' => q({0} méadar),
3107             'name' => q(méadair),
3108             'one' => q({0} mhéadar),
3109             'other' => q({0} méadar),
3110             'per' => q({0} sa mhéadar),
3111             'two' => q({0} mhéadar),
3112             },
3113             'meter-per-second' => {
3114             'few' => q({0} mhéadar sa soicind),
3115             'many' => q({0} méadar sa soicind),
3116             'name' => q(méadair sa soicind),
3117             'one' => q({0} mhéadar sa soicind),
3118             'other' => q({0} méadar sa soicind),
3119             'two' => q({0} mhéadar sa soicind),
3120             },
3121             'meter-per-second-squared' => {
3122             'few' => q({0} mhéadar sa soicind cearnaithe),
3123             'many' => q({0} méadar sa soicind cearnaithe),
3124             'name' => q(méadair sa soicind cearnaithe),
3125             'one' => q({0} mhéadar sa soicind cearnaithe),
3126             'other' => q({0} méadar sa soicind cearnaithe),
3127             'two' => q({0} mhéadar sa soicind cearnaithe),
3128             },
3129             'metric-ton' => {
3130             'few' => q({0} thonna mhéadracha),
3131             'many' => q({0} dtonna mhéadracha),
3132             'name' => q(tonnaí méadracha),
3133             'one' => q({0} tonna méadrach),
3134             'other' => q({0} tonna méadrach),
3135             'two' => q({0} thonna mhéadracha),
3136             },
3137             'microgram' => {
3138             'few' => q({0} mhicreagram),
3139             'many' => q({0} micreagram),
3140             'name' => q(micreagraim),
3141             'one' => q({0} mhicreagram),
3142             'other' => q({0} micreagram),
3143             'two' => q({0} mhicreagram),
3144             },
3145             'micrometer' => {
3146             'few' => q({0} mhicriméadar),
3147             'many' => q({0} micriméadar),
3148             'name' => q(micriméadair),
3149             'one' => q({0} mhicriméadar),
3150             'other' => q({0} micriméadar),
3151             'two' => q({0} mhicriméadar),
3152             },
3153             'microsecond' => {
3154             'few' => q({0} mhicreashoicind),
3155             'many' => q({0} micreashoicind),
3156             'name' => q(micreashoicindí),
3157             'one' => q({0} mhicreashoicind),
3158             'other' => q({0} micreashoicind),
3159             'two' => q({0} mhicreashoicind),
3160             },
3161             'mile' => {
3162             'few' => q({0} mhíle),
3163             'many' => q({0} míle),
3164             'name' => q(mílte),
3165             'one' => q({0} mhíle),
3166             'other' => q({0} míle),
3167             'two' => q({0} mhíle),
3168             },
3169             'mile-per-gallon' => {
3170             'few' => q({0} mhíle an galún),
3171             'many' => q({0} míle an galún),
3172             'name' => q(mílte an galún),
3173             'one' => q({0} mhíle an galún),
3174             'other' => q({0} míle an galún),
3175             'two' => q({0} mhíle an galún),
3176             },
3177             'mile-per-gallon-imperial' => {
3178             'few' => q({0} mhíle sa ghalún impiriúil),
3179             'many' => q({0} míle sa ghalún impiriúil),
3180             'name' => q(mílte sa ghalún impiriúil),
3181             'one' => q({0} mhíle sa ghalún impiriúil),
3182             'other' => q({0} míle sa ghalún impiriúil),
3183             'two' => q({0} mhíle sa ghalún impiriúil),
3184             },
3185             'mile-per-hour' => {
3186             'few' => q({0} mhíle san uair),
3187             'many' => q({0} míle san uair),
3188             'name' => q(mílte san uair),
3189             'one' => q({0} mhíle san uair),
3190             'other' => q({0} míle san uair),
3191             'two' => q({0} mhíle san uair),
3192             },
3193             'mile-scandinavian' => {
3194             'few' => q({0} mhíle Lochlannacha),
3195             'many' => q({0} míle Lochlannacha),
3196             'name' => q(míle Lochlannach),
3197             'one' => q({0} mhíle Lochlannach),
3198             'other' => q({0} míle Lochlannach),
3199             'two' => q({0} mhíle Lochlannacha),
3200             },
3201             'milliampere' => {
3202             'few' => q({0} mhiollaimpéar),
3203             'many' => q({0} miollaimpéar),
3204             'name' => q(miollaimpéir),
3205             'one' => q({0} mhiollaimpéar),
3206             'other' => q({0} miollaimpéar),
3207             'two' => q({0} mhiollaimpéar),
3208             },
3209             'millibar' => {
3210             'few' => q({0} mhilleabar),
3211             'many' => q({0} milleabar),
3212             'name' => q(milleabair),
3213             'one' => q({0} mhilleabar),
3214             'other' => q({0} milleabar),
3215             'two' => q({0} mhilleabar),
3216             },
3217             'milligram' => {
3218             'few' => q({0} mhilleagram),
3219             'many' => q({0} milleagram),
3220             'name' => q(milleagraim),
3221             'one' => q({0} mhilleagram),
3222             'other' => q({0} milleagram),
3223             'two' => q({0} mhilleagram),
3224             },
3225             'milligram-per-deciliter' => {
3226             'few' => q({0} mhilleagram sa deicilítear),
3227             'many' => q({0} milleagram sa deicilítear),
3228             'name' => q(milleagraim sa deicilítear),
3229             'one' => q({0} mhilleagram sa deicilítear),
3230             'other' => q({0} milleagram sa deicilítear),
3231             'two' => q({0} mhilleagram sa deicilítear),
3232             },
3233             'milliliter' => {
3234             'few' => q({0} mhillilítear),
3235             'many' => q({0} millilítear),
3236             'name' => q(millilítir),
3237             'one' => q({0} mhillilítear),
3238             'other' => q({0} millilítear),
3239             'two' => q({0} mhillilítear),
3240             },
3241             'millimeter' => {
3242             'few' => q({0} mhilliméadar),
3243             'many' => q({0} milliméadar),
3244             'name' => q(milliméadair),
3245             'one' => q({0} mhilliméadar),
3246             'other' => q({0} milliméadar),
3247             'two' => q({0} mhilliméadar),
3248             },
3249             'millimeter-of-mercury' => {
3250             'few' => q({0} mhilliméadar mearcair),
3251             'many' => q({0} milliméadar mearcair),
3252             'name' => q(milliméadair mhearcair),
3253             'one' => q({0} mhilliméadar mearcair),
3254             'other' => q({0} milliméadar mearcair),
3255             'two' => q({0} mhilliméadar mearcair),
3256             },
3257             'millimole-per-liter' => {
3258             'few' => q({0} mhilleamól sa lítear),
3259             'many' => q({0} milleamól sa lítear),
3260             'name' => q(milleamóil sa lítear),
3261             'one' => q({0} mhilleamól sa lítear),
3262             'other' => q({0} milleamól sa lítear),
3263             'two' => q({0} mhilleamól sa lítear),
3264             },
3265             'millisecond' => {
3266             'few' => q({0} mhilleasoicind),
3267             'many' => q({0} milleasoicind),
3268             'name' => q(milleasoicindí),
3269             'one' => q({0} mhilleasoicind),
3270             'other' => q({0} milleasoicind),
3271             'two' => q({0} mhilleasoicind),
3272             },
3273             'milliwatt' => {
3274             'few' => q({0} mhilleavata),
3275             'many' => q({0} milleavata),
3276             'name' => q(milleavatanna),
3277             'one' => q({0} mhilleavata),
3278             'other' => q({0} milleavata),
3279             'two' => q({0} mhilleavata),
3280             },
3281             'minute' => {
3282             'few' => q({0} nóiméad),
3283             'many' => q({0} nóiméad),
3284             'name' => q(nóiméid),
3285             'one' => q({0} nóiméad),
3286             'other' => q({0} nóiméad),
3287             'per' => q({0} sa nóiméad),
3288             'two' => q({0} nóiméad),
3289             },
3290             'month' => {
3291             'few' => q({0} mhí),
3292             'many' => q({0} mí),
3293             'name' => q(míonna),
3294             'one' => q({0} mhí),
3295             'other' => q({0} mí),
3296             'per' => q({0} sa mhí),
3297             'two' => q({0} mhí),
3298             },
3299             'nanometer' => {
3300             'few' => q({0} nanaiméadar),
3301             'many' => q({0} nanaiméadar),
3302             'name' => q(nanaiméadair),
3303             'one' => q({0} nanaiméadar),
3304             'other' => q({0} nanaiméadar),
3305             'two' => q({0} nanaiméadar),
3306             },
3307             'nanosecond' => {
3308             'few' => q({0} nanashoicind),
3309             'many' => q({0} nanashoicind),
3310             'name' => q(nanashoicindí),
3311             'one' => q({0} nanashoicind),
3312             'other' => q({0} nanashoicind),
3313             'two' => q({0} nanashoicind),
3314             },
3315             'nautical-mile' => {
3316             'few' => q({0} mhuirmhíle),
3317             'many' => q({0} muirmhíle),
3318             'name' => q(muirmhílte),
3319             'one' => q({0} mhuirmhíle),
3320             'other' => q({0} muirmhíle),
3321             'two' => q({0} mhuirmhíle),
3322             },
3323             'ohm' => {
3324             'few' => q({0} óm),
3325             'many' => q({0} n-óm),
3326             'name' => q(óim),
3327             'one' => q({0} óm),
3328             'other' => q({0} óm),
3329             'two' => q({0} óm),
3330             },
3331             'ounce' => {
3332             'few' => q({0} unsa),
3333             'many' => q({0} n-unsa),
3334             'name' => q(unsaí),
3335             'one' => q({0} unsa),
3336             'other' => q({0} unsa),
3337             'per' => q({0} san unsa),
3338             'two' => q({0} unsa),
3339             },
3340             'ounce-troy' => {
3341             'few' => q({0} unsa troí),
3342             'many' => q({0} n-unsa troí),
3343             'name' => q(unsaí troí),
3344             'one' => q({0} unsa troí),
3345             'other' => q({0} unsa troí),
3346             'two' => q({0} unsa troí),
3347             },
3348             'parsec' => {
3349             'few' => q({0} pharsoic),
3350             'many' => q({0} bparsoic),
3351             'name' => q(parsoiceanna),
3352             'one' => q({0} pharsoic),
3353             'other' => q({0} parsoic),
3354             'two' => q({0} pharsoic),
3355             },
3356             'part-per-million' => {
3357             'few' => q({0} sa mhilliún),
3358             'many' => q({0} sa mhilliún),
3359             'name' => q(codanna sa mhilliún),
3360             'one' => q({0} sa mhilliún),
3361             'other' => q({0} sa mhilliún),
3362             'two' => q({0} sa mhilliún),
3363             },
3364             'per' => {
3365             '1' => q({0} sa {1}),
3366             },
3367             'percent' => {
3368             'few' => q({0}%),
3369             'many' => q({0}%),
3370             'name' => q(faoin gcéad),
3371             'one' => q({0} faoin gcéad),
3372             'other' => q({0} faoin gcéad),
3373             'two' => q({0}%),
3374             },
3375             'permille' => {
3376             'few' => q({0}‰),
3377             'many' => q({0}‰),
3378             'name' => q(faoin míle),
3379             'one' => q({0} faoin míle),
3380             'other' => q({0} faoin míle),
3381             'two' => q({0}‰),
3382             },
3383             'petabyte' => {
3384             'few' => q({0} PB),
3385             'many' => q({0} PB),
3386             'name' => q(peitibheart),
3387             'one' => q({0} peitibheart),
3388             'other' => q({0} petabytes),
3389             'two' => q({0} PB),
3390             },
3391             'picometer' => {
3392             'few' => q({0} phiciméadar),
3393             'many' => q({0} bpiciméadar),
3394             'name' => q(piciméadair),
3395             'one' => q({0} phiciméadar),
3396             'other' => q({0} piciméadar),
3397             'two' => q({0} phiciméadar),
3398             },
3399             'pint' => {
3400             'few' => q({0} phionta),
3401             'many' => q({0} bpionta),
3402             'name' => q(piontaí),
3403             'one' => q({0} phionta),
3404             'other' => q({0} pionta),
3405             'two' => q({0} phionta),
3406             },
3407             'pint-metric' => {
3408             'few' => q({0} phionta mhéadracha),
3409             'many' => q({0} bpionta mhéadracha),
3410             'name' => q(piontaí méadracha),
3411             'one' => q({0} phionta méadrach),
3412             'other' => q({0} pionta méadrach),
3413             'two' => q({0} phionta mhéadracha),
3414             },
3415             'point' => {
3416             'few' => q({0} phointe),
3417             'many' => q({0} bpointe),
3418             'name' => q(pointí),
3419             'one' => q({0} phointe),
3420             'other' => q({0} pointe),
3421             'two' => q({0} phointe),
3422             },
3423             'pound' => {
3424             'few' => q({0} phunt),
3425             'many' => q({0} bpunt),
3426             'name' => q(puint),
3427             'one' => q({0} phunt),
3428             'other' => q({0} punt),
3429             'per' => q({0} sa phunt),
3430             'two' => q({0} phunt),
3431             },
3432             'pound-per-square-inch' => {
3433             'few' => q({0} phunt san orlach cearnach),
3434             'many' => q({0} bpunt san orlach cearnach),
3435             'name' => q(puint san orlach cearnach),
3436             'one' => q({0} phunt san orlach cearnach),
3437             'other' => q({0} punt san orlach cearnach),
3438             'two' => q({0} phunt san orlach cearnach),
3439             },
3440             'quart' => {
3441             'few' => q({0} chárt),
3442             'many' => q({0} gcárt),
3443             'name' => q(cáirt),
3444             'one' => q({0} chárt),
3445             'other' => q({0} cárt),
3446             'two' => q({0} chárt),
3447             },
3448             'radian' => {
3449             'few' => q({0} raidian),
3450             'many' => q({0} raidian),
3451             'name' => q(raidiain),
3452             'one' => q({0} raidian),
3453             'other' => q({0} raidian),
3454             'two' => q({0} raidian),
3455             },
3456             'revolution' => {
3457             'few' => q({0} imrothlú),
3458             'many' => q({0} n-imrothlú),
3459             'name' => q(imrothlú),
3460             'one' => q({0} imrothlú),
3461             'other' => q({0} imrothlú),
3462             'two' => q({0} imrothlú),
3463             },
3464             'second' => {
3465             'few' => q({0} shoicind),
3466             'many' => q({0} soicind),
3467             'name' => q(soicindí),
3468             'one' => q({0} soicind),
3469             'other' => q({0} soicind),
3470             'per' => q({0} sa soicind),
3471             'two' => q({0} shoicind),
3472             },
3473             'square-centimeter' => {
3474             'few' => q({0} cheintiméadar chearnacha),
3475             'many' => q({0} gceintiméadar chearnacha),
3476             'name' => q(ceintiméadair chearnacha),
3477             'one' => q({0} cheintiméadar cearnach),
3478             'other' => q({0} ceintiméadar cearnach),
3479             'per' => q({0} sa cheintiméadar cearnach),
3480             'two' => q({0} cheintiméadar chearnacha),
3481             },
3482             'square-foot' => {
3483             'few' => q({0} throigh chearnacha),
3484             'many' => q({0} dtroigh chearnacha),
3485             'name' => q(troithe cearnacha),
3486             'one' => q({0} troigh chearnach),
3487             'other' => q({0} troigh chearnach),
3488             'two' => q({0} throigh chearnacha),
3489             },
3490             'square-inch' => {
3491             'few' => q({0} orlach chearnacha),
3492             'many' => q({0} orlach chearnacha),
3493             'name' => q(orlaí cearnacha),
3494             'one' => q({0} orlach cearnach),
3495             'other' => q({0} orlach cearnach),
3496             'per' => q({0} san orlach cearnach),
3497             'two' => q({0} orlach chearnacha),
3498             },
3499             'square-kilometer' => {
3500             'few' => q({0} chiliméadar chearnacha),
3501             'many' => q({0} gciliméadar chearnacha),
3502             'name' => q(ciliméadair chearnacha),
3503             'one' => q({0} chiliméadar cearnach),
3504             'other' => q({0} ciliméadar cearnach),
3505             'per' => q({0} sa chiliméadar cearnach),
3506             'two' => q({0} chiliméadar chearnacha),
3507             },
3508             'square-meter' => {
3509             'few' => q({0} mhéadar chearnacha),
3510             'many' => q({0} méadar chearnacha),
3511             'name' => q(méadair chearnacha),
3512             'one' => q({0} mhéadar cearnach),
3513             'other' => q({0} méadar cearnach),
3514             'per' => q({0} sa mhéadar cearnach),
3515             'two' => q({0} mhéadar chearnacha),
3516             },
3517             'square-mile' => {
3518             'few' => q({0} mhíle chearnacha),
3519             'many' => q({0} míle chearnacha),
3520             'name' => q(mílte cearnacha),
3521             'one' => q({0} mhíle cearnach),
3522             'other' => q({0} míle cearnach),
3523             'per' => q({0} sa mhíle cearnach),
3524             'two' => q({0} mhíle chearnacha),
3525             },
3526             'square-yard' => {
3527             'few' => q({0} shlat chearnacha),
3528             'many' => q({0} slat chearnacha),
3529             'name' => q(slata cearnacha),
3530             'one' => q({0} slat chearnach),
3531             'other' => q({0} slat chearnach),
3532             'two' => q({0} shlat chearnacha),
3533             },
3534             'stone' => {
3535             'few' => q({0} chloch),
3536             'many' => q({0} gcloch),
3537             'name' => q(clocha),
3538             'one' => q({0} chloch),
3539             'other' => q({0} cloch),
3540             'two' => q({0} chloch),
3541             },
3542             'tablespoon' => {
3543             'few' => q({0} spúnóg bhoird),
3544             'many' => q({0} spúnóg bhoird),
3545             'name' => q(spúnóga boird),
3546             'one' => q({0} spúnóg bhoird),
3547             'other' => q({0} spúnóg bhoird),
3548             'two' => q({0} spúnóg bhoird),
3549             },
3550             'teaspoon' => {
3551             'few' => q({0} thaespúnóg),
3552             'many' => q({0} dtaespúnóg),
3553             'name' => q(taespúnóga),
3554             'one' => q({0} taespúnóg),
3555             'other' => q({0} taespúnóg),
3556             'two' => q({0} thaespúnóg),
3557             },
3558             'terabit' => {
3559             'few' => q({0} theirighiotán),
3560             'many' => q({0} dteirighiotán),
3561             'name' => q(teirighiotáin),
3562             'one' => q({0} teirighiotán),
3563             'other' => q({0} teirighiotán),
3564             'two' => q({0} theirighiotán),
3565             },
3566             'terabyte' => {
3567             'few' => q({0} theiribheart),
3568             'many' => q({0} dteiribheart),
3569             'name' => q(teiribhearta),
3570             'one' => q({0} teiribheart),
3571             'other' => q({0} teiribheart),
3572             'two' => q({0} theiribheart),
3573             },
3574             'ton' => {
3575             'few' => q({0} thonna ghearra),
3576             'many' => q({0} dtonna ghearra),
3577             'name' => q(tonnaí gearra),
3578             'one' => q({0} tonna gearr),
3579             'other' => q({0} tonna gearr),
3580             'two' => q({0} thonna ghearra),
3581             },
3582             'volt' => {
3583             'few' => q({0} volta),
3584             'many' => q({0} volta),
3585             'name' => q(voltanna),
3586             'one' => q({0} volta),
3587             'other' => q({0} volta),
3588             'two' => q({0} volta),
3589             },
3590             'watt' => {
3591             'few' => q({0} vata),
3592             'many' => q({0} vata),
3593             'name' => q(vatanna),
3594             'one' => q({0} vata),
3595             'other' => q({0} vata),
3596             'two' => q({0} vata),
3597             },
3598             'week' => {
3599             'few' => q({0} seachtaine),
3600             'many' => q({0} seachtaine),
3601             'name' => q(seachtainí),
3602             'one' => q({0} seachtain),
3603             'other' => q({0} seachtain),
3604             'per' => q({0} sa tseachtain),
3605             'two' => q({0} sheachtain),
3606             },
3607             'yard' => {
3608             'few' => q({0} shlat),
3609             'many' => q({0} slat),
3610             'name' => q(slata),
3611             'one' => q({0} slat),
3612             'other' => q({0} slat),
3613             'two' => q({0} shlat),
3614             },
3615             'year' => {
3616             'few' => q({0} bliana),
3617             'many' => q({0} mbliana),
3618             'name' => q(blianta),
3619             'one' => q({0} bhliain),
3620             'other' => q({0} bliain),
3621             'per' => q({0} sa bhliain),
3622             'two' => q({0} bhliain),
3623             },
3624             },
3625             'narrow' => {
3626             '' => {
3627             'name' => q(treo),
3628             },
3629             'acre' => {
3630             'few' => q({0} ac),
3631             'many' => q({0} ac),
3632             'name' => q(acraí),
3633             'one' => q({0} ac),
3634             'other' => q({0} ac),
3635             'two' => q({0} ac),
3636             },
3637             'acre-foot' => {
3638             'few' => q({0} ac tr),
3639             'many' => q({0} ac tr),
3640             'name' => q(acra-tr),
3641             'one' => q({0} ac tr),
3642             'other' => q({0} ac tr),
3643             'two' => q({0} ac tr),
3644             },
3645             'ampere' => {
3646             'few' => q({0}A),
3647             'many' => q({0}A),
3648             'name' => q(aimpéir),
3649             'one' => q({0}A),
3650             'other' => q({0}A),
3651             'two' => q({0}A),
3652             },
3653             'arc-minute' => {
3654             'few' => q({0}′),
3655             'many' => q({0}′),
3656             'name' => q(nóim. stua),
3657             'one' => q({0}′),
3658             'other' => q({0}′),
3659             'two' => q({0}′),
3660             },
3661             'arc-second' => {
3662             'few' => q({0}″),
3663             'many' => q({0}″),
3664             'name' => q(soic. stua),
3665             'one' => q({0}″),
3666             'other' => q({0}″),
3667             'two' => q({0}″),
3668             },
3669             'astronomical-unit' => {
3670             'few' => q({0}AR),
3671             'many' => q({0}AR),
3672             'name' => q(AR),
3673             'one' => q({0}AR),
3674             'other' => q({0}AR),
3675             'two' => q({0}AR),
3676             },
3677             'bit' => {
3678             'few' => q({0} ghiot.),
3679             'many' => q({0} ngiot.),
3680             'name' => q(giotán),
3681             'one' => q({0} ghiot.),
3682             'other' => q({0} giot.),
3683             'two' => q({0} ghiot.),
3684             },
3685             'bushel' => {
3686             'few' => q({0} bu),
3687             'many' => q({0} bu),
3688             'name' => q(buiséil),
3689             'one' => q({0} bu),
3690             'other' => q({0} bu),
3691             'two' => q({0} bu),
3692             },
3693             'byte' => {
3694             'few' => q({0}B),
3695             'many' => q({0}B),
3696             'name' => q(bearta),
3697             'one' => q({0}B),
3698             'other' => q({0}B),
3699             'two' => q({0}B),
3700             },
3701             'calorie' => {
3702             'few' => q({0}cal),
3703             'many' => q({0}cal),
3704             'name' => q(cal),
3705             'one' => q({0}cal),
3706             'other' => q({0}cal),
3707             'two' => q({0}cal),
3708             },
3709             'carat' => {
3710             'few' => q({0}CD),
3711             'many' => q({0}CD),
3712             'name' => q(carat),
3713             'one' => q({0}CD),
3714             'other' => q({0}CD),
3715             'two' => q({0}CD),
3716             },
3717             'celsius' => {
3718             'few' => q({0}°C),
3719             'many' => q({0}°C),
3720             'name' => q(°C),
3721             'one' => q({0}°C),
3722             'other' => q({0}°C),
3723             'two' => q({0}°C),
3724             },
3725             'centiliter' => {
3726             'few' => q({0} cL),
3727             'many' => q({0} cL),
3728             'name' => q(cl),
3729             'one' => q({0} cL),
3730             'other' => q({0} cL),
3731             'two' => q({0} cL),
3732             },
3733             'centimeter' => {
3734             'few' => q({0}cm),
3735             'many' => q({0}cm),
3736             'name' => q(cm),
3737             'one' => q({0}cm),
3738             'other' => q({0}cm),
3739             'per' => q({0}/cm),
3740             'two' => q({0}cm),
3741             },
3742             'century' => {
3743             'few' => q({0} c),
3744             'many' => q({0} c),
3745             'name' => q(c),
3746             'one' => q({0} c),
3747             'other' => q({0} c),
3748             'two' => q({0} c),
3749             },
3750             'coordinate' => {
3751             'east' => q({0}O),
3752             'north' => q({0}T),
3753             'south' => q({0}D),
3754             'west' => q({0}I),
3755             },
3756             'cubic-centimeter' => {
3757             'few' => q({0}cm³),
3758             'many' => q({0}cm³),
3759             'name' => q(cm³),
3760             'one' => q({0}cm³),
3761             'other' => q({0}cm³),
3762             'per' => q({0}/cm³),
3763             'two' => q({0}cm³),
3764             },
3765             'cubic-foot' => {
3766             'few' => q({0}tr³),
3767             'many' => q({0}tr³),
3768             'name' => q(tr³),
3769             'one' => q({0}tr³),
3770             'other' => q({0}tr³),
3771             'two' => q({0}tr³),
3772             },
3773             'cubic-inch' => {
3774             'few' => q({0}or³),
3775             'many' => q({0}or³),
3776             'name' => q(or³),
3777             'one' => q({0}or³),
3778             'other' => q({0}or³),
3779             'two' => q({0}or³),
3780             },
3781             'cubic-kilometer' => {
3782             'few' => q({0}km³),
3783             'many' => q({0}km³),
3784             'name' => q(km³),
3785             'one' => q({0}km³),
3786             'other' => q({0}km³),
3787             'two' => q({0}km³),
3788             },
3789             'cubic-meter' => {
3790             'few' => q({0}m³),
3791             'many' => q({0}m³),
3792             'name' => q(m³),
3793             'one' => q({0}m³),
3794             'other' => q({0}m³),
3795             'per' => q({0}/m³),
3796             'two' => q({0}m³),
3797             },
3798             'cubic-mile' => {
3799             'few' => q({0} mhíle³),
3800             'many' => q({0} míle³),
3801             'name' => q(míle³),
3802             'one' => q({0} mhíle³),
3803             'other' => q({0} míle³),
3804             'two' => q({0} mhíle³),
3805             },
3806             'cubic-yard' => {
3807             'few' => q({0}sl³),
3808             'many' => q({0}sl³),
3809             'name' => q(sl³),
3810             'one' => q({0}sl³),
3811             'other' => q({0}sl³),
3812             'two' => q({0}sl³),
3813             },
3814             'cup' => {
3815             'few' => q({0}c),
3816             'many' => q({0}c),
3817             'name' => q(cupán),
3818             'one' => q({0}c),
3819             'other' => q({0}c),
3820             'two' => q({0}c),
3821             },
3822             'cup-metric' => {
3823             'few' => q({0} mc),
3824             'many' => q({0} mc),
3825             'name' => q(cupán méadr.),
3826             'one' => q({0} mc),
3827             'other' => q({0} mc),
3828             'two' => q({0} mc),
3829             },
3830             'day' => {
3831             'few' => q({0}l),
3832             'many' => q({0}l),
3833             'name' => q(lá),
3834             'one' => q({0}l),
3835             'other' => q({0}l),
3836             'per' => q({0}/lá),
3837             'two' => q({0}l),
3838             },
3839             'deciliter' => {
3840             'few' => q({0}dl),
3841             'many' => q({0}dl),
3842             'name' => q(dl),
3843             'one' => q({0}dl),
3844             'other' => q({0}dl),
3845             'two' => q({0}dl),
3846             },
3847             'decimeter' => {
3848             'few' => q({0}dm),
3849             'many' => q({0}dm),
3850             'name' => q(dm),
3851             'one' => q({0}dm),
3852             'other' => q({0}dm),
3853             'two' => q({0}dm),
3854             },
3855             'degree' => {
3856             'few' => q({0}°),
3857             'many' => q({0}°),
3858             'name' => q(céim),
3859             'one' => q({0}°),
3860             'other' => q({0}°),
3861             'two' => q({0}°),
3862             },
3863             'fahrenheit' => {
3864             'few' => q({0}°F),
3865             'many' => q({0}°F),
3866             'name' => q(°F),
3867             'one' => q({0}°F),
3868             'other' => q({0}°F),
3869             'two' => q({0}°F),
3870             },
3871             'fathom' => {
3872             'few' => q({0} fth),
3873             'many' => q({0} fth),
3874             'name' => q(feá),
3875             'one' => q({0} fth),
3876             'other' => q({0} fth),
3877             'two' => q({0} fth),
3878             },
3879             'fluid-ounce' => {
3880             'few' => q({0} unsa l.),
3881             'many' => q({0} unsa l.),
3882             'name' => q(unsaí leacht.),
3883             'one' => q({0} unsa l.),
3884             'other' => q({0} unsa l.),
3885             'two' => q({0} unsa l.),
3886             },
3887             'foodcalorie' => {
3888             'few' => q({0}Cal),
3889             'many' => q({0}Cal),
3890             'name' => q(Cal),
3891             'one' => q({0}Cal),
3892             'other' => q({0}Cal),
3893             'two' => q({0}Cal),
3894             },
3895             'foot' => {
3896             'few' => q({0}′),
3897             'many' => q({0}′),
3898             'name' => q(tr),
3899             'one' => q({0}′),
3900             'other' => q({0}′),
3901             'per' => q({0}/tr.),
3902             'two' => q({0}′),
3903             },
3904             'furlong' => {
3905             'few' => q({0}st),
3906             'many' => q({0}st),
3907             'name' => q(staid),
3908             'one' => q({0}st),
3909             'other' => q({0}st),
3910             'two' => q({0}st),
3911             },
3912             'g-force' => {
3913             'few' => q({0}G),
3914             'many' => q({0}G),
3915             'name' => q(g-fhórsa),
3916             'one' => q({0}G),
3917             'other' => q({0}G),
3918             'two' => q({0}G),
3919             },
3920             'gallon' => {
3921             'few' => q({0} ghal.),
3922             'many' => q({0} ngal.),
3923             'name' => q(galúin),
3924             'one' => q({0} ghal.),
3925             'other' => q({0} gal.),
3926             'per' => q({0}/gal.),
3927             'two' => q({0} ghal.),
3928             },
3929             'gallon-imperial' => {
3930             'few' => q({0} ghalIm),
3931             'many' => q({0} ngalIm),
3932             'name' => q(gal. imp.),
3933             'one' => q({0}ghalIm),
3934             'other' => q({0}galIm),
3935             'per' => q({0}/gal. imp.),
3936             'two' => q({0}ghalIm),
3937             },
3938             'generic' => {
3939             'few' => q({0}°),
3940             'many' => q({0}°),
3941             'name' => q(°),
3942             'one' => q({0}°),
3943             'other' => q({0}°),
3944             'two' => q({0}°),
3945             },
3946             'gigabit' => {
3947             'few' => q({0}Gb),
3948             'many' => q({0}Gb),
3949             'name' => q(Gb),
3950             'one' => q({0}Gb),
3951             'other' => q({0}Gb),
3952             'two' => q({0}Gb),
3953             },
3954             'gigabyte' => {
3955             'few' => q({0}GB),
3956             'many' => q({0}GB),
3957             'name' => q(GB),
3958             'one' => q({0}GB),
3959             'other' => q({0}GB),
3960             'two' => q({0}GB),
3961             },
3962             'gigahertz' => {
3963             'few' => q({0}GHz),
3964             'many' => q({0}GHz),
3965             'name' => q(GHz),
3966             'one' => q({0}GHz),
3967             'other' => q({0}GHz),
3968             'two' => q({0}GHz),
3969             },
3970             'gigawatt' => {
3971             'few' => q({0}GW),
3972             'many' => q({0}GW),
3973             'name' => q(GW),
3974             'one' => q({0}GW),
3975             'other' => q({0}GW),
3976             'two' => q({0}GW),
3977             },
3978             'gram' => {
3979             'few' => q({0}g),
3980             'many' => q({0}g),
3981             'name' => q(gram),
3982             'one' => q({0}g),
3983             'other' => q({0}g),
3984             'per' => q({0}/g),
3985             'two' => q({0}g),
3986             },
3987             'hectare' => {
3988             'few' => q({0} ha),
3989             'many' => q({0} ha),
3990             'name' => q(heicteáir),
3991             'one' => q({0} ha),
3992             'other' => q({0} ha),
3993             'two' => q({0} ha),
3994             },
3995             'hectoliter' => {
3996             'few' => q({0} hl),
3997             'many' => q({0} hl),
3998             'name' => q(hl),
3999             'one' => q({0} hl),
4000             'other' => q({0} hl),
4001             'two' => q({0} hl),
4002             },
4003             'hectopascal' => {
4004             'few' => q({0}hPa),
4005             'many' => q({0}hPa),
4006             'name' => q(hPa),
4007             'one' => q({0}hPa),
4008             'other' => q({0}hPa),
4009             'two' => q({0}hPa),
4010             },
4011             'hertz' => {
4012             'few' => q({0}Hz),
4013             'many' => q({0}Hz),
4014             'name' => q(Hz),
4015             'one' => q({0}Hz),
4016             'other' => q({0}Hz),
4017             'two' => q({0}Hz),
4018             },
4019             'horsepower' => {
4020             'few' => q({0}ec),
4021             'many' => q({0}ec),
4022             'name' => q(ec),
4023             'one' => q({0}ec),
4024             'other' => q({0}ec),
4025             'two' => q({0}ec),
4026             },
4027             'hour' => {
4028             'few' => q({0}u),
4029             'many' => q({0}u),
4030             'name' => q(uair),
4031             'one' => q({0}u),
4032             'other' => q({0}u),
4033             'per' => q({0}/u),
4034             'two' => q({0}u),
4035             },
4036             'inch' => {
4037             'few' => q({0}″),
4038             'many' => q({0}″),
4039             'name' => q(orlaí),
4040             'one' => q({0}″),
4041             'other' => q({0}″),
4042             'per' => q({0}/or.),
4043             'two' => q({0}″),
4044             },
4045             'inch-hg' => {
4046             'few' => q({0}" Hg),
4047             'many' => q({0}" Hg),
4048             'name' => q(orlaí Hg),
4049             'one' => q({0}" Hg),
4050             'other' => q({0}" Hg),
4051             'two' => q({0}" Hg),
4052             },
4053             'joule' => {
4054             'few' => q({0}J),
4055             'many' => q({0}J),
4056             'name' => q(giúil),
4057             'one' => q({0}J),
4058             'other' => q({0}J),
4059             'two' => q({0}J),
4060             },
4061             'karat' => {
4062             'few' => q({0}kt),
4063             'many' => q({0}kt),
4064             'name' => q(kt),
4065             'one' => q({0}kt),
4066             'other' => q({0}kt),
4067             'two' => q({0}kt),
4068             },
4069             'kelvin' => {
4070             'few' => q({0}K),
4071             'many' => q({0}K),
4072             'name' => q(K),
4073             'one' => q({0}K),
4074             'other' => q({0}K),
4075             'two' => q({0}K),
4076             },
4077             'kilobit' => {
4078             'few' => q({0}kb),
4079             'many' => q({0}kb),
4080             'name' => q(kb),
4081             'one' => q({0}kb),
4082             'other' => q({0}kb),
4083             'two' => q({0}kb),
4084             },
4085             'kilobyte' => {
4086             'few' => q({0}kB),
4087             'many' => q({0}kB),
4088             'name' => q(kB),
4089             'one' => q({0}kB),
4090             'other' => q({0}kB),
4091             'two' => q({0}kB),
4092             },
4093             'kilocalorie' => {
4094             'few' => q({0}kcal),
4095             'many' => q({0}kcal),
4096             'name' => q(kcal),
4097             'one' => q({0}kcal),
4098             'other' => q({0}kcal),
4099             'two' => q({0}kcal),
4100             },
4101             'kilogram' => {
4102             'few' => q({0}kg),
4103             'many' => q({0}kg),
4104             'name' => q(kg),
4105             'one' => q({0}kg),
4106             'other' => q({0}kg),
4107             'per' => q({0}/kg),
4108             'two' => q({0}kg),
4109             },
4110             'kilohertz' => {
4111             'few' => q({0}kHz),
4112             'many' => q({0}kHz),
4113             'name' => q(kHz),
4114             'one' => q({0}kHz),
4115             'other' => q({0}kHz),
4116             'two' => q({0}kHz),
4117             },
4118             'kilojoule' => {
4119             'few' => q({0}kJ),
4120             'many' => q({0}kJ),
4121             'name' => q(kJ),
4122             'one' => q({0}kJ),
4123             'other' => q({0}kJ),
4124             'two' => q({0}kJ),
4125             },
4126             'kilometer' => {
4127             'few' => q({0}km),
4128             'many' => q({0}km),
4129             'name' => q(km),
4130             'one' => q({0}km),
4131             'other' => q({0}km),
4132             'per' => q({0}/km),
4133             'two' => q({0}km),
4134             },
4135             'kilometer-per-hour' => {
4136             'few' => q({0}km/u),
4137             'many' => q({0}km/u),
4138             'name' => q(km/u),
4139             'one' => q({0}km/u),
4140             'other' => q({0}km/u),
4141             'two' => q({0}km/u),
4142             },
4143             'kilowatt' => {
4144             'few' => q({0}kW),
4145             'many' => q({0}kW),
4146             'name' => q(kW),
4147             'one' => q({0}kW),
4148             'other' => q({0}kW),
4149             'two' => q({0}kW),
4150             },
4151             'kilowatt-hour' => {
4152             'few' => q({0}kWh),
4153             'many' => q({0}kWh),
4154             'name' => q(kW-uair),
4155             'one' => q({0}kWh),
4156             'other' => q({0}kWh),
4157             'two' => q({0}kWh),
4158             },
4159             'knot' => {
4160             'few' => q({0} mrml/u),
4161             'many' => q({0} mrml/u),
4162             'name' => q(mrml/u),
4163             'one' => q({0} mrml/u),
4164             'other' => q({0} mrml/u),
4165             'two' => q({0} mrml/u),
4166             },
4167             'light-year' => {
4168             'few' => q({0}sbh),
4169             'many' => q({0}sbh),
4170             'name' => q(sbh),
4171             'one' => q({0}sbh),
4172             'other' => q({0}sbh),
4173             'two' => q({0}sbh),
4174             },
4175             'liter' => {
4176             'few' => q({0}l),
4177             'many' => q({0}l),
4178             'name' => q(lítir),
4179             'one' => q({0}l),
4180             'other' => q({0}l),
4181             'per' => q({0}/l),
4182             'two' => q({0}l),
4183             },
4184             'liter-per-100kilometers' => {
4185             'few' => q({0}l/100km),
4186             'many' => q({0}l/100km),
4187             'name' => q(l/100km),
4188             'one' => q({0}l/100km),
4189             'other' => q({0}l/100km),
4190             'two' => q({0}l/100km),
4191             },
4192             'liter-per-kilometer' => {
4193             'few' => q({0}l/km),
4194             'many' => q({0}l/km),
4195             'name' => q(l/km),
4196             'one' => q({0}l/km),
4197             'other' => q({0}l/km),
4198             'two' => q({0}l/km),
4199             },
4200             'lux' => {
4201             'few' => q({0}lx),
4202             'many' => q({0}lx),
4203             'name' => q(lucsa),
4204             'one' => q({0}lx),
4205             'other' => q({0}lx),
4206             'two' => q({0}lx),
4207             },
4208             'megabit' => {
4209             'few' => q({0}Mb),
4210             'many' => q({0}Mb),
4211             'name' => q(Mb),
4212             'one' => q({0}Mb),
4213             'other' => q({0}Mb),
4214             'two' => q({0}Mb),
4215             },
4216             'megabyte' => {
4217             'few' => q({0}MB),
4218             'many' => q({0}MB),
4219             'name' => q(MB),
4220             'one' => q({0}MB),
4221             'other' => q({0}MB),
4222             'two' => q({0}MB),
4223             },
4224             'megahertz' => {
4225             'few' => q({0}MHz),
4226             'many' => q({0}MHz),
4227             'name' => q(MHz),
4228             'one' => q({0}MHz),
4229             'other' => q({0}MHz),
4230             'two' => q({0}MHz),
4231             },
4232             'megaliter' => {
4233             'few' => q({0} Ml),
4234             'many' => q({0} Ml),
4235             'name' => q(Ml),
4236             'one' => q({0} Ml),
4237             'other' => q({0} Ml),
4238             'two' => q({0} Ml),
4239             },
4240             'megawatt' => {
4241             'few' => q({0}MW),
4242             'many' => q({0}MW),
4243             'name' => q(MW),
4244             'one' => q({0}MW),
4245             'other' => q({0}MW),
4246             'two' => q({0}MW),
4247             },
4248             'meter' => {
4249             'few' => q({0}m),
4250             'many' => q({0}m),
4251             'name' => q(méadar),
4252             'one' => q({0}m),
4253             'other' => q({0}m),
4254             'per' => q({0}/m),
4255             'two' => q({0}m),
4256             },
4257             'meter-per-second' => {
4258             'few' => q({0}m/s),
4259             'many' => q({0}m/s),
4260             'name' => q(m/s),
4261             'one' => q({0}m/s),
4262             'other' => q({0}m/s),
4263             'two' => q({0}m/s),
4264             },
4265             'meter-per-second-squared' => {
4266             'few' => q({0}m/s²),
4267             'many' => q({0}m/s²),
4268             'name' => q(m/s²),
4269             'one' => q({0}m/s²),
4270             'other' => q({0}m/s²),
4271             'two' => q({0}m/s²),
4272             },
4273             'metric-ton' => {
4274             'few' => q({0}t),
4275             'many' => q({0}t),
4276             'name' => q(t),
4277             'one' => q({0}t),
4278             'other' => q({0}t),
4279             'two' => q({0}t),
4280             },
4281             'microgram' => {
4282             'few' => q({0}µg),
4283             'many' => q({0}µg),
4284             'name' => q(µg),
4285             'one' => q({0}µg),
4286             'other' => q({0}µg),
4287             'two' => q({0}µg),
4288             },
4289             'micrometer' => {
4290             'few' => q({0}µm),
4291             'many' => q({0}µm),
4292             'name' => q(µm),
4293             'one' => q({0}µm),
4294             'other' => q({0}µm),
4295             'two' => q({0}µm),
4296             },
4297             'microsecond' => {
4298             'few' => q({0}μs),
4299             'many' => q({0}μs),
4300             'name' => q(μs),
4301             'one' => q({0}μs),
4302             'other' => q({0}μs),
4303             'two' => q({0}μs),
4304             },
4305             'mile' => {
4306             'few' => q({0} mhíle),
4307             'many' => q({0} míle),
4308             'name' => q(mílte),
4309             'one' => q({0} mhíle),
4310             'other' => q({0} míle),
4311             'two' => q({0} mhíle),
4312             },
4313             'mile-per-gallon' => {
4314             'few' => q({0}míle/g),
4315             'many' => q({0}míle/g),
4316             'name' => q(mílte/gal),
4317             'one' => q({0}míle/g),
4318             'other' => q({0}míle/g),
4319             'two' => q({0}míle/g),
4320             },
4321             'mile-per-gallon-imperial' => {
4322             'few' => q({0}m/gRA),
4323             'many' => q({0}m/gRA),
4324             'name' => q(mílte/gal. imp.),
4325             'one' => q({0}m/gRA),
4326             'other' => q({0}m/gRA),
4327             'two' => q({0}m/gRA),
4328             },
4329             'mile-per-hour' => {
4330             'few' => q({0}msu),
4331             'many' => q({0}msu),
4332             'name' => q(mílte/uair),
4333             'one' => q({0}msu),
4334             'other' => q({0}msu),
4335             'two' => q({0}msu),
4336             },
4337             'mile-scandinavian' => {
4338             'few' => q({0} m lch),
4339             'many' => q({0} m lch),
4340             'name' => q(míle Lochl.),
4341             'one' => q({0} m lch),
4342             'other' => q({0} m lch),
4343             'two' => q({0} mh lch),
4344             },
4345             'milliampere' => {
4346             'few' => q({0}mA),
4347             'many' => q({0}mA),
4348             'name' => q(mA),
4349             'one' => q({0}mA),
4350             'other' => q({0}mA),
4351             'two' => q({0}mA),
4352             },
4353             'millibar' => {
4354             'few' => q({0}mb),
4355             'many' => q({0}mb),
4356             'name' => q(mbar),
4357             'one' => q({0}mb),
4358             'other' => q({0}mb),
4359             'two' => q({0}mb),
4360             },
4361             'milligram' => {
4362             'few' => q({0}mg),
4363             'many' => q({0}mg),
4364             'name' => q(mg),
4365             'one' => q({0}mg),
4366             'other' => q({0}mg),
4367             'two' => q({0}mg),
4368             },
4369             'milligram-per-deciliter' => {
4370             'few' => q({0} mg/dL),
4371             'many' => q({0} mg/dL),
4372             'name' => q(mg/dL),
4373             'one' => q({0} mg/dL),
4374             'other' => q({0} mg/dL),
4375             'two' => q({0} mg/dL),
4376             },
4377             'milliliter' => {
4378             'few' => q({0} ml),
4379             'many' => q({0} ml),
4380             'name' => q(ml),
4381             'one' => q({0} ml),
4382             'other' => q({0} ml),
4383             'two' => q({0} ml),
4384             },
4385             'millimeter' => {
4386             'few' => q({0}mm),
4387             'many' => q({0}mm),
4388             'name' => q(mm),
4389             'one' => q({0}mm),
4390             'other' => q({0}mm),
4391             'two' => q({0}mm),
4392             },
4393             'millimeter-of-mercury' => {
4394             'few' => q({0}mmHg),
4395             'many' => q({0}mmHg),
4396             'name' => q(mm Hg),
4397             'one' => q({0}mmHg),
4398             'other' => q({0}mmHg),
4399             'two' => q({0}mmHg),
4400             },
4401             'millimole-per-liter' => {
4402             'few' => q({0} mmol/L),
4403             'many' => q({0} mmol/L),
4404             'name' => q(milleamól/lítear),
4405             'one' => q({0} mmol/L),
4406             'other' => q({0} mmol/L),
4407             'two' => q({0} mmol/L),
4408             },
4409             'millisecond' => {
4410             'few' => q({0}ms),
4411             'many' => q({0}ms),
4412             'name' => q(ms),
4413             'one' => q({0}ms),
4414             'other' => q({0}ms),
4415             'two' => q({0}ms),
4416             },
4417             'milliwatt' => {
4418             'few' => q({0}mW),
4419             'many' => q({0}mW),
4420             'name' => q(mW),
4421             'one' => q({0}mW),
4422             'other' => q({0}mW),
4423             'two' => q({0}mW),
4424             },
4425             'minute' => {
4426             'few' => q({0}n),
4427             'many' => q({0}n),
4428             'name' => q(nóim),
4429             'one' => q({0}n),
4430             'other' => q({0}n),
4431             'per' => q({0}/nóim),
4432             'two' => q({0}n),
4433             },
4434             'month' => {
4435             'few' => q({0}m),
4436             'many' => q({0}m),
4437             'name' => q(mí),
4438             'one' => q({0}m),
4439             'other' => q({0}m),
4440             'per' => q({0}/mí),
4441             'two' => q({0}m),
4442             },
4443             'nanometer' => {
4444             'few' => q({0}nm),
4445             'many' => q({0}nm),
4446             'name' => q(nm),
4447             'one' => q({0}nm),
4448             'other' => q({0}nm),
4449             'two' => q({0}nm),
4450             },
4451             'nanosecond' => {
4452             'few' => q({0}ns),
4453             'many' => q({0}ns),
4454             'name' => q(ns),
4455             'one' => q({0}ns),
4456             'other' => q({0}ns),
4457             'two' => q({0}ns),
4458             },
4459             'nautical-mile' => {
4460             'few' => q({0}mmh.),
4461             'many' => q({0}mmh.),
4462             'name' => q(muirmh.),
4463             'one' => q({0}mmh.),
4464             'other' => q({0}mmh.),
4465             'two' => q({0}mmh.),
4466             },
4467             'ohm' => {
4468             'few' => q({0}Ω),
4469             'many' => q({0}Ω),
4470             'name' => q(Ω),
4471             'one' => q({0}Ω),
4472             'other' => q({0}Ω),
4473             'two' => q({0}Ω),
4474             },
4475             'ounce' => {
4476             'few' => q({0} unsa),
4477             'many' => q({0} n-unsa),
4478             'name' => q(unsa),
4479             'one' => q({0} unsa),
4480             'other' => q({0} unsa),
4481             'per' => q({0}/unsa),
4482             'two' => q({0} unsa),
4483             },
4484             'ounce-troy' => {
4485             'few' => q({0} unsa t),
4486             'many' => q({0} unsa t),
4487             'name' => q(unsa t),
4488             'one' => q({0} unsa t),
4489             'other' => q({0} unsa t),
4490             'two' => q({0} unsa t),
4491             },
4492             'parsec' => {
4493             'few' => q({0}pc),
4494             'many' => q({0}pc),
4495             'name' => q(pc),
4496             'one' => q({0}pc),
4497             'other' => q({0}pc),
4498             'two' => q({0}pc),
4499             },
4500             'part-per-million' => {
4501             'few' => q({0}/milliún),
4502             'many' => q({0}/milliún),
4503             'name' => q(codanna/milliún),
4504             'one' => q({0}/milliún),
4505             'other' => q({0}/milliún),
4506             'two' => q({0}/milliún),
4507             },
4508             'per' => {
4509             '1' => q({0}/{1}),
4510             },
4511             'percent' => {
4512             'few' => q({0}%),
4513             'many' => q({0}%),
4514             'name' => q(%),
4515             'one' => q({0}%),
4516             'other' => q({0}%),
4517             'two' => q({0}%),
4518             },
4519             'picometer' => {
4520             'few' => q({0}pm),
4521             'many' => q({0}pm),
4522             'name' => q(pm),
4523             'one' => q({0}pm),
4524             'other' => q({0}pm),
4525             'two' => q({0}pm),
4526             },
4527             'pint' => {
4528             'few' => q({0} pt),
4529             'many' => q({0} pt),
4530             'name' => q(piontaí),
4531             'one' => q({0} pt),
4532             'other' => q({0} pt),
4533             'two' => q({0} pt),
4534             },
4535             'pint-metric' => {
4536             'few' => q({0} mpt),
4537             'many' => q({0} mpt),
4538             'name' => q(mpt),
4539             'one' => q({0} mpt),
4540             'other' => q({0} mpt),
4541             'two' => q({0} mpt),
4542             },
4543             'point' => {
4544             'few' => q({0} pt),
4545             'many' => q({0} pt),
4546             'name' => q(pt),
4547             'one' => q({0} pt),
4548             'other' => q({0} pt),
4549             'two' => q({0} pt),
4550             },
4551             'pound' => {
4552             'few' => q({0} phunt),
4553             'many' => q({0} bpunt),
4554             'name' => q(puint),
4555             'one' => q({0} phunt),
4556             'other' => q({0} punt),
4557             'per' => q({0}/punt),
4558             'two' => q({0} phunt),
4559             },
4560             'pound-per-square-inch' => {
4561             'few' => q({0}psoc),
4562             'many' => q({0}psoc),
4563             'name' => q(psoc),
4564             'one' => q({0}psoc),
4565             'other' => q({0}psoc),
4566             'two' => q({0}psoc),
4567             },
4568             'quart' => {
4569             'few' => q({0} chárt),
4570             'many' => q({0} gcárt),
4571             'name' => q(cáirt),
4572             'one' => q({0} chárt),
4573             'other' => q({0} cárt),
4574             'two' => q({0} chárt),
4575             },
4576             'radian' => {
4577             'few' => q({0}raid),
4578             'many' => q({0}raid),
4579             'name' => q(raid),
4580             'one' => q({0}raid),
4581             'other' => q({0}raid),
4582             'two' => q({0}raid),
4583             },
4584             'revolution' => {
4585             'few' => q({0} imr),
4586             'many' => q({0} imr),
4587             'name' => q(imr),
4588             'one' => q({0} imr),
4589             'other' => q({0} imr),
4590             'two' => q({0} imr),
4591             },
4592             'second' => {
4593             'few' => q({0}s),
4594             'many' => q({0}s),
4595             'name' => q(soic),
4596             'one' => q({0}s),
4597             'other' => q({0}s),
4598             'per' => q({0}/s),
4599             'two' => q({0}s),
4600             },
4601             'square-centimeter' => {
4602             'few' => q({0} cm²),
4603             'many' => q({0} cm²),
4604             'name' => q(cm²),
4605             'one' => q({0} cm²),
4606             'other' => q({0} cm²),
4607             'per' => q({0}/cm²),
4608             'two' => q({0} cm²),
4609             },
4610             'square-foot' => {
4611             'few' => q({0} tr²),
4612             'many' => q({0} tr²),
4613             'name' => q(tr²),
4614             'one' => q({0} tr²),
4615             'other' => q({0} tr²),
4616             'two' => q({0} tr²),
4617             },
4618             'square-inch' => {
4619             'few' => q({0} or²),
4620             'many' => q({0} or²),
4621             'name' => q(or²),
4622             'one' => q({0} or²),
4623             'other' => q({0} or²),
4624             'per' => q({0}/or²),
4625             'two' => q({0} or²),
4626             },
4627             'square-kilometer' => {
4628             'few' => q({0} km²),
4629             'many' => q({0} km²),
4630             'name' => q(km²),
4631             'one' => q({0} km²),
4632             'other' => q({0} km²),
4633             'per' => q({0}/km²),
4634             'two' => q({0} km²),
4635             },
4636             'square-meter' => {
4637             'few' => q({0} m²),
4638             'many' => q({0} m²),
4639             'name' => q(m²),
4640             'one' => q({0} m²),
4641             'other' => q({0} m²),
4642             'per' => q({0}/m²),
4643             'two' => q({0} m²),
4644             },
4645             'square-mile' => {
4646             'few' => q({0} mhíle²),
4647             'many' => q({0} míle²),
4648             'name' => q(mílte²),
4649             'one' => q({0} mhíle²),
4650             'other' => q({0} míle²),
4651             'per' => q({0}/mi²),
4652             'two' => q({0} mhíle²),
4653             },
4654             'square-yard' => {
4655             'few' => q({0} sl²),
4656             'many' => q({0} sl²),
4657             'name' => q(slata²),
4658             'one' => q({0} sl²),
4659             'other' => q({0} sl²),
4660             'two' => q({0} sl²),
4661             },
4662             'stone' => {
4663             'few' => q({0} chl.),
4664             'many' => q({0} gcl.),
4665             'name' => q(cloch),
4666             'one' => q({0} chl.),
4667             'other' => q({0} cl.),
4668             'two' => q({0} chl.),
4669             },
4670             'tablespoon' => {
4671             'few' => q({0} spbh),
4672             'many' => q({0} spbh),
4673             'name' => q(spbh),
4674             'one' => q({0} spbh),
4675             'other' => q({0} spbh),
4676             'two' => q({0} spbh),
4677             },
4678             'teaspoon' => {
4679             'few' => q({0} tsp),
4680             'many' => q({0} tsp),
4681             'name' => q(tsp),
4682             'one' => q({0} tsp),
4683             'other' => q({0} tsp),
4684             'two' => q({0} tsp),
4685             },
4686             'terabit' => {
4687             'few' => q({0}Tb),
4688             'many' => q({0}Tb),
4689             'name' => q(Tb),
4690             'one' => q({0}Tb),
4691             'other' => q({0}Tb),
4692             'two' => q({0}Tb),
4693             },
4694             'terabyte' => {
4695             'few' => q({0}TB),
4696             'many' => q({0}TB),
4697             'name' => q(TB),
4698             'one' => q({0}TB),
4699             'other' => q({0}TB),
4700             'two' => q({0}TB),
4701             },
4702             'ton' => {
4703             'few' => q({0} t.g.),
4704             'many' => q({0} t.g.),
4705             'name' => q(tonnaí gearra),
4706             'one' => q({0} t.g.),
4707             'other' => q({0} t.g.),
4708             'two' => q({0} t.g.),
4709             },
4710             'volt' => {
4711             'few' => q({0}V),
4712             'many' => q({0}V),
4713             'name' => q(volta),
4714             'one' => q({0}V),
4715             'other' => q({0}V),
4716             'two' => q({0}V),
4717             },
4718             'watt' => {
4719             'few' => q({0}W),
4720             'many' => q({0}W),
4721             'name' => q(vataí),
4722             'one' => q({0}W),
4723             'other' => q({0}W),
4724             'two' => q({0}W),
4725             },
4726             'week' => {
4727             'few' => q({0}s),
4728             'many' => q({0}s),
4729             'name' => q(scht),
4730             'one' => q({0}s),
4731             'other' => q({0}s),
4732             'per' => q({0}/scht),
4733             'two' => q({0}s),
4734             },
4735             'yard' => {
4736             'few' => q({0}sl),
4737             'many' => q({0}sl),
4738             'name' => q(sl),
4739             'one' => q({0}sl),
4740             'other' => q({0}sl),
4741             'two' => q({0}sl),
4742             },
4743             'year' => {
4744             'few' => q({0}b),
4745             'many' => q({0}b),
4746             'name' => q(bl),
4747             'one' => q({0}b),
4748             'other' => q({0}b),
4749             'per' => q({0}/bl),
4750             'two' => q({0}b),
4751             },
4752             },
4753             'short' => {
4754             '' => {
4755             'name' => q(treo),
4756             },
4757             'acre' => {
4758             'few' => q({0} ac),
4759             'many' => q({0} ac),
4760             'name' => q(acraí),
4761             'one' => q({0} ac),
4762             'other' => q({0} ac),
4763             'two' => q({0} ac),
4764             },
4765             'acre-foot' => {
4766             'few' => q({0} ac tr),
4767             'many' => q({0} ac tr),
4768             'name' => q(acra-tr),
4769             'one' => q({0} ac tr),
4770             'other' => q({0} ac tr),
4771             'two' => q({0} ac tr),
4772             },
4773             'ampere' => {
4774             'few' => q({0} A),
4775             'many' => q({0} A),
4776             'name' => q(aimpéir),
4777             'one' => q({0} A),
4778             'other' => q({0} A),
4779             'two' => q({0} A),
4780             },
4781             'arc-minute' => {
4782             'few' => q({0}′),
4783             'many' => q({0}′),
4784             'name' => q(nóiméid stua),
4785             'one' => q({0}′),
4786             'other' => q({0}′),
4787             'two' => q({0}′),
4788             },
4789             'arc-second' => {
4790             'few' => q({0}″),
4791             'many' => q({0}″),
4792             'name' => q(soic. stua),
4793             'one' => q({0}″),
4794             'other' => q({0}″),
4795             'two' => q({0}″),
4796             },
4797             'astronomical-unit' => {
4798             'few' => q({0} AR),
4799             'many' => q({0} AR),
4800             'name' => q(AR),
4801             'one' => q({0} AR),
4802             'other' => q({0} AR),
4803             'two' => q({0} AR),
4804             },
4805             'atmosphere' => {
4806             'few' => q({0} atm),
4807             'many' => q({0} atm),
4808             'name' => q(atm),
4809             'one' => q({0} atm),
4810             'other' => q({0} atm),
4811             'two' => q({0} atm),
4812             },
4813             'bit' => {
4814             'few' => q({0} ghiotán),
4815             'many' => q({0} ngiotán),
4816             'name' => q(giotán),
4817             'one' => q({0} ghiotán),
4818             'other' => q({0} giotán),
4819             'two' => q({0} ghiotán),
4820             },
4821             'bushel' => {
4822             'few' => q({0} bu),
4823             'many' => q({0} bu),
4824             'name' => q(buiséil),
4825             'one' => q({0} bu),
4826             'other' => q({0} bu),
4827             'two' => q({0} bu),
4828             },
4829             'byte' => {
4830             'few' => q({0} bheart),
4831             'many' => q({0} mbeart),
4832             'name' => q(bearta),
4833             'one' => q({0} bheart),
4834             'other' => q({0} beart),
4835             'two' => q({0} bheart),
4836             },
4837             'calorie' => {
4838             'few' => q({0} cal),
4839             'many' => q({0} cal),
4840             'name' => q(cal),
4841             'one' => q({0} cal),
4842             'other' => q({0} cal),
4843             'two' => q({0} cal),
4844             },
4845             'carat' => {
4846             'few' => q({0} CD),
4847             'many' => q({0} CD),
4848             'name' => q(carait),
4849             'one' => q({0} CD),
4850             'other' => q({0} CD),
4851             'two' => q({0} CD),
4852             },
4853             'celsius' => {
4854             'few' => q({0}°C),
4855             'many' => q({0}°C),
4856             'name' => q(°C),
4857             'one' => q({0}°C),
4858             'other' => q({0}°C),
4859             'two' => q({0}°C),
4860             },
4861             'centiliter' => {
4862             'few' => q({0} cL),
4863             'many' => q({0} cL),
4864             'name' => q(cL),
4865             'one' => q({0} cL),
4866             'other' => q({0} cL),
4867             'two' => q({0} cL),
4868             },
4869             'centimeter' => {
4870             'few' => q({0} cm),
4871             'many' => q({0} cm),
4872             'name' => q(cm),
4873             'one' => q({0} cm),
4874             'other' => q({0} cm),
4875             'per' => q({0}/cm),
4876             'two' => q({0} cm),
4877             },
4878             'century' => {
4879             'few' => q({0} c),
4880             'many' => q({0} c),
4881             'name' => q(c),
4882             'one' => q({0} c),
4883             'other' => q({0} c),
4884             'two' => q({0} c),
4885             },
4886             'coordinate' => {
4887             'east' => q({0}O),
4888             'north' => q({0}T),
4889             'south' => q({0}D),
4890             'west' => q({0}I),
4891             },
4892             'cubic-centimeter' => {
4893             'few' => q({0} cm³),
4894             'many' => q({0} cm³),
4895             'name' => q(cm³),
4896             'one' => q({0} cm³),
4897             'other' => q({0} cm³),
4898             'per' => q({0}/cm³),
4899             'two' => q({0} cm³),
4900             },
4901             'cubic-foot' => {
4902             'few' => q({0} tr³),
4903             'many' => q({0} tr³),
4904             'name' => q(tr³),
4905             'one' => q({0} tr³),
4906             'other' => q({0} tr³),
4907             'two' => q({0} tr³),
4908             },
4909             'cubic-inch' => {
4910             'few' => q({0} or³),
4911             'many' => q({0} or³),
4912             'name' => q(orlach³),
4913             'one' => q({0} or³),
4914             'other' => q({0} or³),
4915             'two' => q({0} or³),
4916             },
4917             'cubic-kilometer' => {
4918             'few' => q({0} km³),
4919             'many' => q({0} km³),
4920             'name' => q(km³),
4921             'one' => q({0} km³),
4922             'other' => q({0} km³),
4923             'two' => q({0} km³),
4924             },
4925             'cubic-meter' => {
4926             'few' => q({0} m³),
4927             'many' => q({0} m³),
4928             'name' => q(m³),
4929             'one' => q({0} m³),
4930             'other' => q({0} m³),
4931             'per' => q({0}/m³),
4932             'two' => q({0} m³),
4933             },
4934             'cubic-mile' => {
4935             'few' => q({0} mhíle³),
4936             'many' => q({0} míle³),
4937             'name' => q(míle³),
4938             'one' => q({0} mhíle³),
4939             'other' => q({0} míle³),
4940             'two' => q({0} mhíle³),
4941             },
4942             'cubic-yard' => {
4943             'few' => q({0} sl³),
4944             'many' => q({0} sl³),
4945             'name' => q(slata³),
4946             'one' => q({0} sl³),
4947             'other' => q({0} sl³),
4948             'two' => q({0} sl³),
4949             },
4950             'cup' => {
4951             'few' => q({0} c),
4952             'many' => q({0} c),
4953             'name' => q(cupáin),
4954             'one' => q({0} c),
4955             'other' => q({0} c),
4956             'two' => q({0} c),
4957             },
4958             'cup-metric' => {
4959             'few' => q({0} mc),
4960             'many' => q({0} mc),
4961             'name' => q(cupán méadr.),
4962             'one' => q({0} mc),
4963             'other' => q({0} mc),
4964             'two' => q({0} mc),
4965             },
4966             'day' => {
4967             'few' => q({0} lá),
4968             'many' => q({0} lá),
4969             'name' => q(lá),
4970             'one' => q({0} lá),
4971             'other' => q({0} lá),
4972             'per' => q({0}/lá),
4973             'two' => q({0} lá),
4974             },
4975             'deciliter' => {
4976             'few' => q({0} dl),
4977             'many' => q({0} dl),
4978             'name' => q(dl),
4979             'one' => q({0} dl),
4980             'other' => q({0} dl),
4981             'two' => q({0} dl),
4982             },
4983             'decimeter' => {
4984             'few' => q({0} dm),
4985             'many' => q({0} dm),
4986             'name' => q(dm),
4987             'one' => q({0} dm),
4988             'other' => q({0} dm),
4989             'two' => q({0} dm),
4990             },
4991             'degree' => {
4992             'few' => q({0}°),
4993             'many' => q({0}°),
4994             'name' => q(céimeanna),
4995             'one' => q({0}°),
4996             'other' => q({0}°),
4997             'two' => q({0}°),
4998             },
4999             'fahrenheit' => {
5000             'few' => q({0}°F),
5001             'many' => q({0}°F),
5002             'name' => q(°F),
5003             'one' => q({0}°F),
5004             'other' => q({0}°F),
5005             'two' => q({0}°F),
5006             },
5007             'fathom' => {
5008             'few' => q({0} fth),
5009             'many' => q({0} fth),
5010             'name' => q(feánna),
5011             'one' => q({0} fth),
5012             'other' => q({0} fth),
5013             'two' => q({0} fth),
5014             },
5015             'fluid-ounce' => {
5016             'few' => q({0} unsa l.),
5017             'many' => q({0} n-unsa l.),
5018             'name' => q(unsaí leacht.),
5019             'one' => q({0} unsa l.),
5020             'other' => q({0} unsa l.),
5021             'two' => q({0} unsa l.),
5022             },
5023             'foodcalorie' => {
5024             'few' => q({0} Cal),
5025             'many' => q({0} Cal),
5026             'name' => q(Cal),
5027             'one' => q({0} Cal),
5028             'other' => q({0} Cal),
5029             'two' => q({0} Cal),
5030             },
5031             'foot' => {
5032             'few' => q({0} thr.),
5033             'many' => q({0} dtr.),
5034             'name' => q(troithe),
5035             'one' => q({0} tr.),
5036             'other' => q({0} tr.),
5037             'per' => q({0}/tr.),
5038             'two' => q({0} thr.),
5039             },
5040             'furlong' => {
5041             'few' => q({0} st),
5042             'many' => q({0} st),
5043             'name' => q(staideanna),
5044             'one' => q({0} st),
5045             'other' => q({0} st),
5046             'two' => q({0} st),
5047             },
5048             'g-force' => {
5049             'few' => q({0} G),
5050             'many' => q({0} G),
5051             'name' => q(g-fhórsa),
5052             'one' => q({0} G),
5053             'other' => q({0} G),
5054             'two' => q({0} G),
5055             },
5056             'gallon' => {
5057             'few' => q({0} ghal.),
5058             'many' => q({0} ngal.),
5059             'name' => q(galúin),
5060             'one' => q({0} ghal.),
5061             'other' => q({0} gal.),
5062             'per' => q({0}/gal.),
5063             'two' => q({0} ghal.),
5064             },
5065             'gallon-imperial' => {
5066             'few' => q({0} ghal. imp.),
5067             'many' => q({0} ngal. imp.),
5068             'name' => q(gal. imp.),
5069             'one' => q({0} ghal. imp.),
5070             'other' => q({0} gal. imp.),
5071             'per' => q({0}/gal. imp.),
5072             'two' => q({0} ghal. imp.),
5073             },
5074             'generic' => {
5075             'few' => q({0}°),
5076             'many' => q({0}°),
5077             'name' => q(°),
5078             'one' => q({0}°),
5079             'other' => q({0}°),
5080             'two' => q({0}°),
5081             },
5082             'gigabit' => {
5083             'few' => q({0} Gb),
5084             'many' => q({0} Gb),
5085             'name' => q(Gb),
5086             'one' => q({0} Gb),
5087             'other' => q({0} Gb),
5088             'two' => q({0} Gb),
5089             },
5090             'gigabyte' => {
5091             'few' => q({0} GB),
5092             'many' => q({0} GB),
5093             'name' => q(GB),
5094             'one' => q({0} GB),
5095             'other' => q({0} GB),
5096             'two' => q({0} GB),
5097             },
5098             'gigahertz' => {
5099             'few' => q({0} GHz),
5100             'many' => q({0} GHz),
5101             'name' => q(GHz),
5102             'one' => q({0} GHz),
5103             'other' => q({0} GHz),
5104             'two' => q({0} GHz),
5105             },
5106             'gigawatt' => {
5107             'few' => q({0} GW),
5108             'many' => q({0} GW),
5109             'name' => q(GW),
5110             'one' => q({0} GW),
5111             'other' => q({0} GW),
5112             'two' => q({0} GW),
5113             },
5114             'gram' => {
5115             'few' => q({0} g),
5116             'many' => q({0} g),
5117             'name' => q(graim),
5118             'one' => q({0} g),
5119             'other' => q({0} g),
5120             'per' => q({0}/g),
5121             'two' => q({0} g),
5122             },
5123             'hectare' => {
5124             'few' => q({0} ha),
5125             'many' => q({0} ha),
5126             'name' => q(heicteáir),
5127             'one' => q({0} ha),
5128             'other' => q({0} ha),
5129             'two' => q({0} ha),
5130             },
5131             'hectoliter' => {
5132             'few' => q({0} hl),
5133             'many' => q({0} hl),
5134             'name' => q(hl),
5135             'one' => q({0} hl),
5136             'other' => q({0} hl),
5137             'two' => q({0} hl),
5138             },
5139             'hectopascal' => {
5140             'few' => q({0} hPa),
5141             'many' => q({0} hPa),
5142             'name' => q(hPa),
5143             'one' => q({0} hPa),
5144             'other' => q({0} hPa),
5145             'two' => q({0} hPa),
5146             },
5147             'hertz' => {
5148             'few' => q({0} Hz),
5149             'many' => q({0} Hz),
5150             'name' => q(Hz),
5151             'one' => q({0} Hz),
5152             'other' => q({0} Hz),
5153             'two' => q({0} Hz),
5154             },
5155             'horsepower' => {
5156             'few' => q({0} ec),
5157             'many' => q({0} ec),
5158             'name' => q(ec),
5159             'one' => q({0} ec),
5160             'other' => q({0} ec),
5161             'two' => q({0} ec),
5162             },
5163             'hour' => {
5164             'few' => q({0} u),
5165             'many' => q({0} u),
5166             'name' => q(uair),
5167             'one' => q({0} u),
5168             'other' => q({0} u),
5169             'per' => q({0}/u),
5170             'two' => q({0} u),
5171             },
5172             'inch' => {
5173             'few' => q({0} or.),
5174             'many' => q({0} n-or.),
5175             'name' => q(orlaí),
5176             'one' => q({0} or.),
5177             'other' => q({0} or.),
5178             'per' => q({0}/or.),
5179             'two' => q({0} or.),
5180             },
5181             'inch-hg' => {
5182             'few' => q({0} or. Hg),
5183             'many' => q({0} n-or. Hg),
5184             'name' => q(orlaí Hg),
5185             'one' => q({0} or. Hg),
5186             'other' => q({0} or. Hg),
5187             'two' => q({0} or. Hg),
5188             },
5189             'joule' => {
5190             'few' => q({0} J),
5191             'many' => q({0} J),
5192             'name' => q(giúil),
5193             'one' => q({0} J),
5194             'other' => q({0} J),
5195             'two' => q({0} J),
5196             },
5197             'karat' => {
5198             'few' => q({0} kt),
5199             'many' => q({0} kt),
5200             'name' => q(kt),
5201             'one' => q({0} kt),
5202             'other' => q({0} kt),
5203             'two' => q({0} kt),
5204             },
5205             'kelvin' => {
5206             'few' => q({0} K),
5207             'many' => q({0} K),
5208             'name' => q(K),
5209             'one' => q({0} K),
5210             'other' => q({0} K),
5211             'two' => q({0} K),
5212             },
5213             'kilobit' => {
5214             'few' => q({0} kb),
5215             'many' => q({0} kb),
5216             'name' => q(kb),
5217             'one' => q({0} kb),
5218             'other' => q({0} kb),
5219             'two' => q({0} kb),
5220             },
5221             'kilobyte' => {
5222             'few' => q({0} kB),
5223             'many' => q({0} kB),
5224             'name' => q(kB),
5225             'one' => q({0} kB),
5226             'other' => q({0} kB),
5227             'two' => q({0} kB),
5228             },
5229             'kilocalorie' => {
5230             'few' => q({0} kcal),
5231             'many' => q({0} kcal),
5232             'name' => q(kcal),
5233             'one' => q({0} kcal),
5234             'other' => q({0} kcal),
5235             'two' => q({0} kcal),
5236             },
5237             'kilogram' => {
5238             'few' => q({0} kg),
5239             'many' => q({0} kg),
5240             'name' => q(kg),
5241             'one' => q({0} kg),
5242             'other' => q({0} kg),
5243             'per' => q({0}/kg),
5244             'two' => q({0} kg),
5245             },
5246             'kilohertz' => {
5247             'few' => q({0} kHz),
5248             'many' => q({0} kHz),
5249             'name' => q(kHz),
5250             'one' => q({0} kHz),
5251             'other' => q({0} kHz),
5252             'two' => q({0} kHz),
5253             },
5254             'kilojoule' => {
5255             'few' => q({0} kJ),
5256             'many' => q({0} kJ),
5257             'name' => q(ciligiúl),
5258             'one' => q({0} kJ),
5259             'other' => q({0} kJ),
5260             'two' => q({0} kJ),
5261             },
5262             'kilometer' => {
5263             'few' => q({0} km),
5264             'many' => q({0} km),
5265             'name' => q(km),
5266             'one' => q({0} km),
5267             'other' => q({0} km),
5268             'per' => q({0}/km),
5269             'two' => q({0} km),
5270             },
5271             'kilometer-per-hour' => {
5272             'few' => q({0} km/u),
5273             'many' => q({0} km/u),
5274             'name' => q(km/uair),
5275             'one' => q({0} km/u),
5276             'other' => q({0} km/u),
5277             'two' => q({0} km/u),
5278             },
5279             'kilowatt' => {
5280             'few' => q({0} kW),
5281             'many' => q({0} kW),
5282             'name' => q(kW),
5283             'one' => q({0} kW),
5284             'other' => q({0} kW),
5285             'two' => q({0} kW),
5286             },
5287             'kilowatt-hour' => {
5288             'few' => q({0} kWh),
5289             'many' => q({0} kWh),
5290             'name' => q(kW-uair),
5291             'one' => q({0} kWh),
5292             'other' => q({0} kWh),
5293             'two' => q({0} kWh),
5294             },
5295             'knot' => {
5296             'few' => q({0} mrml/u),
5297             'many' => q({0} mrml/u),
5298             'name' => q(mrml/u),
5299             'one' => q({0} mhuirmh/u),
5300             'other' => q({0} mrml/u),
5301             'two' => q({0} muirmh/u),
5302             },
5303             'light-year' => {
5304             'few' => q({0} sbh),
5305             'many' => q({0} sbh),
5306             'name' => q(solasbhl.),
5307             'one' => q({0} sbh),
5308             'other' => q({0} sbh),
5309             'two' => q({0} sbh),
5310             },
5311             'liter' => {
5312             'few' => q({0} l),
5313             'many' => q({0} l),
5314             'name' => q(lítir),
5315             'one' => q({0} l),
5316             'other' => q({0} l),
5317             'per' => q({0}/l),
5318             'two' => q({0} l),
5319             },
5320             'liter-per-100kilometers' => {
5321             'few' => q({0} l/100km),
5322             'many' => q({0} l/100km),
5323             'name' => q(l/100km),
5324             'one' => q({0} l/100km),
5325             'other' => q({0} l/100km),
5326             'two' => q({0} l/100km),
5327             },
5328             'liter-per-kilometer' => {
5329             'few' => q({0} l/km),
5330             'many' => q({0} l/km),
5331             'name' => q(lítir/km),
5332             'one' => q({0} l/km),
5333             'other' => q({0} l/km),
5334             'two' => q({0} l/km),
5335             },
5336             'lux' => {
5337             'few' => q({0} lx),
5338             'many' => q({0} lx),
5339             'name' => q(lucsa),
5340             'one' => q({0} lx),
5341             'other' => q({0} lx),
5342             'two' => q({0} lx),
5343             },
5344             'megabit' => {
5345             'few' => q({0} Mb),
5346             'many' => q({0} Mb),
5347             'name' => q(Mb),
5348             'one' => q({0} Mb),
5349             'other' => q({0} Mb),
5350             'two' => q({0} Mb),
5351             },
5352             'megabyte' => {
5353             'few' => q({0} MB),
5354             'many' => q({0} MB),
5355             'name' => q(MB),
5356             'one' => q({0} MB),
5357             'other' => q({0} MB),
5358             'two' => q({0} MB),
5359             },
5360             'megahertz' => {
5361             'few' => q({0} MHz),
5362             'many' => q({0} MHz),
5363             'name' => q(MHz),
5364             'one' => q({0} MHz),
5365             'other' => q({0} MHz),
5366             'two' => q({0} MHz),
5367             },
5368             'megaliter' => {
5369             'few' => q({0} Ml),
5370             'many' => q({0} Ml),
5371             'name' => q(Ml),
5372             'one' => q({0} Ml),
5373             'other' => q({0} Ml),
5374             'two' => q({0} Ml),
5375             },
5376             'megawatt' => {
5377             'few' => q({0} MW),
5378             'many' => q({0} MW),
5379             'name' => q(MW),
5380             'one' => q({0} MW),
5381             'other' => q({0} MW),
5382             'two' => q({0} MW),
5383             },
5384             'meter' => {
5385             'few' => q({0} m),
5386             'many' => q({0} m),
5387             'name' => q(méadair),
5388             'one' => q({0} m),
5389             'other' => q({0} m),
5390             'per' => q({0}/m),
5391             'two' => q({0} m),
5392             },
5393             'meter-per-second' => {
5394             'few' => q({0} m/s),
5395             'many' => q({0} m/s),
5396             'name' => q(m/s),
5397             'one' => q({0} m/s),
5398             'other' => q({0} m/s),
5399             'two' => q({0} m/s),
5400             },
5401             'meter-per-second-squared' => {
5402             'few' => q({0} m/s²),
5403             'many' => q({0} m/s²),
5404             'name' => q(m/s²),
5405             'one' => q({0} m/s²),
5406             'other' => q({0} m/s²),
5407             'two' => q({0} m/s²),
5408             },
5409             'metric-ton' => {
5410             'few' => q({0} t),
5411             'many' => q({0} t),
5412             'name' => q(t),
5413             'one' => q({0} t),
5414             'other' => q({0} t),
5415             'two' => q({0} t),
5416             },
5417             'microgram' => {
5418             'few' => q({0} µg),
5419             'many' => q({0} µg),
5420             'name' => q(µg),
5421             'one' => q({0} µg),
5422             'other' => q({0} µg),
5423             'two' => q({0} µg),
5424             },
5425             'micrometer' => {
5426             'few' => q({0} µm),
5427             'many' => q({0} µm),
5428             'name' => q(µméadair),
5429             'one' => q({0} µm),
5430             'other' => q({0} µm),
5431             'two' => q({0} µm),
5432             },
5433             'microsecond' => {
5434             'few' => q({0} μs),
5435             'many' => q({0} μs),
5436             'name' => q(μs),
5437             'one' => q({0} μs),
5438             'other' => q({0} μs),
5439             'two' => q({0} μs),
5440             },
5441             'mile' => {
5442             'few' => q({0} mhíle),
5443             'many' => q({0} míle),
5444             'name' => q(mílte),
5445             'one' => q({0} mhíle),
5446             'other' => q({0} mi),
5447             'two' => q({0} mhíle),
5448             },
5449             'mile-per-gallon' => {
5450             'few' => q({0} mhíle/gal),
5451             'many' => q({0} míle/gal),
5452             'name' => q(mílte/gal),
5453             'one' => q({0} mhíle/gal),
5454             'other' => q({0} míle/gal),
5455             'two' => q({0} mhíle/gal),
5456             },
5457             'mile-per-gallon-imperial' => {
5458             'few' => q({0} msg imp),
5459             'many' => q({0} msg imp),
5460             'name' => q(mílte/gal. imp.),
5461             'one' => q({0} msg imp),
5462             'other' => q({0} msg imp),
5463             'two' => q({0} msg imp),
5464             },
5465             'mile-per-hour' => {
5466             'few' => q({0} msu),
5467             'many' => q({0} msu),
5468             'name' => q(mílte/uair),
5469             'one' => q({0} msu),
5470             'other' => q({0} msu),
5471             'two' => q({0} msu),
5472             },
5473             'mile-scandinavian' => {
5474             'few' => q({0} mhíle Lch),
5475             'many' => q({0} míle Lch),
5476             'name' => q(míle Lochl.),
5477             'one' => q({0} míle Lch),
5478             'other' => q({0} míle Lch),
5479             'two' => q({0} mhíle Lch),
5480             },
5481             'milliampere' => {
5482             'few' => q({0} mA),
5483             'many' => q({0} mA),
5484             'name' => q(miollaimp),
5485             'one' => q({0} mA),
5486             'other' => q({0} mA),
5487             'two' => q({0} mA),
5488             },
5489             'millibar' => {
5490             'few' => q({0} mbar),
5491             'many' => q({0} mbar),
5492             'name' => q(mbar),
5493             'one' => q({0} mbar),
5494             'other' => q({0} mbar),
5495             'two' => q({0} mbar),
5496             },
5497             'milligram' => {
5498             'few' => q({0} mg),
5499             'many' => q({0} mg),
5500             'name' => q(mg),
5501             'one' => q({0} mg),
5502             'other' => q({0} mg),
5503             'two' => q({0} mg),
5504             },
5505             'milligram-per-deciliter' => {
5506             'few' => q({0} mg/dL),
5507             'many' => q({0} mg/dL),
5508             'name' => q(mg/dL),
5509             'one' => q({0} mg/dL),
5510             'other' => q({0} mg/dL),
5511             'two' => q({0} mg/dL),
5512             },
5513             'milliliter' => {
5514             'few' => q({0} ml),
5515             'many' => q({0} ml),
5516             'name' => q(ml),
5517             'one' => q({0} ml),
5518             'other' => q({0} ml),
5519             'two' => q({0} ml),
5520             },
5521             'millimeter' => {
5522             'few' => q({0} mm),
5523             'many' => q({0} mm),
5524             'name' => q(mm),
5525             'one' => q({0} mm),
5526             'other' => q({0} mm),
5527             'two' => q({0} mm),
5528             },
5529             'millimeter-of-mercury' => {
5530             'few' => q({0} mm Hg),
5531             'many' => q({0} mm Hg),
5532             'name' => q(mm Hg),
5533             'one' => q({0} mm Hg),
5534             'other' => q({0} mm Hg),
5535             'two' => q({0} mm Hg),
5536             },
5537             'millimole-per-liter' => {
5538             'few' => q({0} mmol/L),
5539             'many' => q({0} mmol/L),
5540             'name' => q(milleamól/lítear),
5541             'one' => q({0} mmol/L),
5542             'other' => q({0} mmol/L),
5543             'two' => q({0} mmol/L),
5544             },
5545             'millisecond' => {
5546             'few' => q({0} ms),
5547             'many' => q({0} ms),
5548             'name' => q(msoic),
5549             'one' => q({0} ms),
5550             'other' => q({0} ms),
5551             'two' => q({0} ms),
5552             },
5553             'milliwatt' => {
5554             'few' => q({0} mW),
5555             'many' => q({0} mW),
5556             'name' => q(mW),
5557             'one' => q({0} mW),
5558             'other' => q({0} mW),
5559             'two' => q({0} mW),
5560             },
5561             'minute' => {
5562             'few' => q({0} nóim),
5563             'many' => q({0} nóim),
5564             'name' => q(nóim),
5565             'one' => q({0} nóim),
5566             'other' => q({0} nóim),
5567             'per' => q({0}/nóim),
5568             'two' => q({0} nóim),
5569             },
5570             'month' => {
5571             'few' => q({0} mhí),
5572             'many' => q({0} mí),
5573             'name' => q(míonna),
5574             'one' => q({0} mhí),
5575             'other' => q({0} mí),
5576             'per' => q({0}/mí),
5577             'two' => q({0} mhí),
5578             },
5579             'nanometer' => {
5580             'few' => q({0} nm),
5581             'many' => q({0} nm),
5582             'name' => q(nm),
5583             'one' => q({0} nm),
5584             'other' => q({0} nm),
5585             'two' => q({0} nm),
5586             },
5587             'nanosecond' => {
5588             'few' => q({0} ns),
5589             'many' => q({0} ns),
5590             'name' => q(ns),
5591             'one' => q({0} ns),
5592             'other' => q({0} ns),
5593             'two' => q({0} ns),
5594             },
5595             'nautical-mile' => {
5596             'few' => q({0} mhuirmh.),
5597             'many' => q({0} muirmh.),
5598             'name' => q(muirmh.),
5599             'one' => q({0} mhuirmh.),
5600             'other' => q({0} muirmh.),
5601             'two' => q({0} mhuirmh.),
5602             },
5603             'ohm' => {
5604             'few' => q({0} Ω),
5605             'many' => q({0} Ω),
5606             'name' => q(óim),
5607             'one' => q({0} Ω),
5608             'other' => q({0} Ω),
5609             'two' => q({0} Ω),
5610             },
5611             'ounce' => {
5612             'few' => q({0} unsa),
5613             'many' => q({0} n-unsa),
5614             'name' => q(unsa),
5615             'one' => q({0} unsa),
5616             'other' => q({0} unsa),
5617             'per' => q({0}/unsa),
5618             'two' => q({0} unsa),
5619             },
5620             'ounce-troy' => {
5621             'few' => q({0} unsa t),
5622             'many' => q({0} n-unsa t),
5623             'name' => q(unsa t),
5624             'one' => q({0} unsa t),
5625             'other' => q({0} unsa t),
5626             'two' => q({0} unsa t),
5627             },
5628             'parsec' => {
5629             'few' => q({0} pc),
5630             'many' => q({0} pc),
5631             'name' => q(pc),
5632             'one' => q({0} pc),
5633             'other' => q({0} pc),
5634             'two' => q({0} pc),
5635             },
5636             'part-per-million' => {
5637             'few' => q({0}/milliún),
5638             'many' => q({0}/milliún),
5639             'name' => q(codanna/milliún),
5640             'one' => q({0}/milliún),
5641             'other' => q({0}/milliún),
5642             'two' => q({0}/milliún),
5643             },
5644             'per' => {
5645             '1' => q({0}/{1}),
5646             },
5647             'percent' => {
5648             'few' => q({0}%),
5649             'many' => q({0}%),
5650             'name' => q(faoin gcéad),
5651             'one' => q({0}%),
5652             'other' => q({0}%),
5653             'two' => q({0}%),
5654             },
5655             'permille' => {
5656             'few' => q({0}‰),
5657             'many' => q({0}‰),
5658             'name' => q(faoin míle),
5659             'one' => q({0}‰),
5660             'other' => q({0}‰),
5661             'two' => q({0}‰),
5662             },
5663             'petabyte' => {
5664             'few' => q({0} PB),
5665             'many' => q({0} PB),
5666             'name' => q(PBheart),
5667             'one' => q({0} PB),
5668             'other' => q({0} PB),
5669             'two' => q({0} PB),
5670             },
5671             'picometer' => {
5672             'few' => q({0} pm),
5673             'many' => q({0} pm),
5674             'name' => q(pm),
5675             'one' => q({0} pm),
5676             'other' => q({0} pm),
5677             'two' => q({0} pm),
5678             },
5679             'pint' => {
5680             'few' => q({0} pt),
5681             'many' => q({0} pt),
5682             'name' => q(piontaí),
5683             'one' => q({0} pt),
5684             'other' => q({0} pt),
5685             'two' => q({0} pt),
5686             },
5687             'pint-metric' => {
5688             'few' => q({0} mpt),
5689             'many' => q({0} mpt),
5690             'name' => q(mpt),
5691             'one' => q({0} mpt),
5692             'other' => q({0} mpt),
5693             'two' => q({0} mpt),
5694             },
5695             'point' => {
5696             'few' => q({0} pt),
5697             'many' => q({0} pt),
5698             'name' => q(pointí),
5699             'one' => q({0} pt),
5700             'other' => q({0} pt),
5701             'two' => q({0} pt),
5702             },
5703             'pound' => {
5704             'few' => q({0} phunt),
5705             'many' => q({0} bpunt),
5706             'name' => q(puint),
5707             'one' => q({0} phunt),
5708             'other' => q({0} punt),
5709             'per' => q({0}/punt),
5710             'two' => q({0} phunt),
5711             },
5712             'pound-per-square-inch' => {
5713             'few' => q({0} psoc),
5714             'many' => q({0} psoc),
5715             'name' => q(psoc),
5716             'one' => q({0} psoc),
5717             'other' => q({0} psoc),
5718             'two' => q({0} psoc),
5719             },
5720             'quart' => {
5721             'few' => q({0} chárt),
5722             'many' => q({0} gcárt),
5723             'name' => q(cáirt),
5724             'one' => q({0} chárt),
5725             'other' => q({0} cárt),
5726             'two' => q({0} chárt),
5727             },
5728             'radian' => {
5729             'few' => q({0} raid),
5730             'many' => q({0} raid),
5731             'name' => q(raidiain),
5732             'one' => q({0} raid),
5733             'other' => q({0} raid),
5734             'two' => q({0} raid),
5735             },
5736             'revolution' => {
5737             'few' => q({0} imr),
5738             'many' => q({0} imr),
5739             'name' => q(imr),
5740             'one' => q({0} imr),
5741             'other' => q({0} imr),
5742             'two' => q({0} imr),
5743             },
5744             'second' => {
5745             'few' => q({0} shoic),
5746             'many' => q({0} soic),
5747             'name' => q(soic),
5748             'one' => q({0} soic),
5749             'other' => q({0} soic),
5750             'per' => q({0}/s),
5751             'two' => q({0} shoic),
5752             },
5753             'square-centimeter' => {
5754             'few' => q({0} cm²),
5755             'many' => q({0} cm²),
5756             'name' => q(cm²),
5757             'one' => q({0} cm²),
5758             'other' => q({0} cm²),
5759             'per' => q({0}/cm²),
5760             'two' => q({0} cm²),
5761             },
5762             'square-foot' => {
5763             'few' => q({0} tr²),
5764             'many' => q({0} tr²),
5765             'name' => q(tr²),
5766             'one' => q({0} tr²),
5767             'other' => q({0} tr²),
5768             'two' => q({0} tr²),
5769             },
5770             'square-inch' => {
5771             'few' => q({0} or²),
5772             'many' => q({0} or²),
5773             'name' => q(or²),
5774             'one' => q({0} or²),
5775             'other' => q({0} or²),
5776             'per' => q({0}/or²),
5777             'two' => q({0} or²),
5778             },
5779             'square-kilometer' => {
5780             'few' => q({0} km²),
5781             'many' => q({0} km²),
5782             'name' => q(km²),
5783             'one' => q({0} km²),
5784             'other' => q({0} km²),
5785             'per' => q({0}/km²),
5786             'two' => q({0} km²),
5787             },
5788             'square-meter' => {
5789             'few' => q({0} m²),
5790             'many' => q({0} m²),
5791             'name' => q(m²),
5792             'one' => q({0} m²),
5793             'other' => q({0} m²),
5794             'per' => q({0}/m²),
5795             'two' => q({0} m²),
5796             },
5797             'square-mile' => {
5798             'few' => q({0} mhíle²),
5799             'many' => q({0} míle²),
5800             'name' => q(mílte²),
5801             'one' => q({0} mhíle²),
5802             'other' => q({0} míle²),
5803             'per' => q({0}/mi²),
5804             'two' => q({0} mhíle²),
5805             },
5806             'square-yard' => {
5807             'few' => q({0} sl²),
5808             'many' => q({0} sl²),
5809             'name' => q(slata²),
5810             'one' => q({0} sl²),
5811             'other' => q({0} sl²),
5812             'two' => q({0} sl²),
5813             },
5814             'stone' => {
5815             'few' => q({0} chl.),
5816             'many' => q({0} gcl.),
5817             'name' => q(clocha),
5818             'one' => q({0} chl.),
5819             'other' => q({0} cl.),
5820             'two' => q({0} chl.),
5821             },
5822             'tablespoon' => {
5823             'few' => q({0} spbh),
5824             'many' => q({0} spbh),
5825             'name' => q(spbh),
5826             'one' => q({0} spbh),
5827             'other' => q({0} spbh),
5828             'two' => q({0} spbh),
5829             },
5830             'teaspoon' => {
5831             'few' => q({0} tsp),
5832             'many' => q({0} tsp),
5833             'name' => q(tsp),
5834             'one' => q({0} tsp),
5835             'other' => q({0} tsp),
5836             'two' => q({0} tsp),
5837             },
5838             'terabit' => {
5839             'few' => q({0} Tb),
5840             'many' => q({0} Tb),
5841             'name' => q(Tb),
5842             'one' => q({0} Tb),
5843             'other' => q({0} Tb),
5844             'two' => q({0} Tb),
5845             },
5846             'terabyte' => {
5847             'few' => q({0} TB),
5848             'many' => q({0} TB),
5849             'name' => q(TB),
5850             'one' => q({0} TB),
5851             'other' => q({0} TB),
5852             'two' => q({0} TB),
5853             },
5854             'ton' => {
5855             'few' => q({0} t.g.),
5856             'many' => q({0} t.g.),
5857             'name' => q(tonnaí gearra),
5858             'one' => q({0} t.g.),
5859             'other' => q({0} t.g.),
5860             'two' => q({0} t.g.),
5861             },
5862             'volt' => {
5863             'few' => q({0} V),
5864             'many' => q({0} V),
5865             'name' => q(voltanna),
5866             'one' => q({0} V),
5867             'other' => q({0} V),
5868             'two' => q({0} V),
5869             },
5870             'watt' => {
5871             'few' => q({0} W),
5872             'many' => q({0} W),
5873             'name' => q(vataí),
5874             'one' => q({0} W),
5875             'other' => q({0} W),
5876             'two' => q({0} W),
5877             },
5878             'week' => {
5879             'few' => q({0} scht),
5880             'many' => q({0} scht),
5881             'name' => q(scht),
5882             'one' => q({0} scht),
5883             'other' => q({0} scht),
5884             'per' => q({0}/scht),
5885             'two' => q({0} scht),
5886             },
5887             'yard' => {
5888             'few' => q({0} shl.),
5889             'many' => q({0} sl.),
5890             'name' => q(slata),
5891             'one' => q({0} sl.),
5892             'other' => q({0} sl.),
5893             'two' => q({0} shl.),
5894             },
5895             'year' => {
5896             'few' => q({0} bl),
5897             'many' => q({0} mbl),
5898             'name' => q(blianta),
5899             'one' => q({0} bhl),
5900             'other' => q({0} bl),
5901             'per' => q({0}/bl),
5902             'two' => q({0} bhl),
5903             },
5904             },
5905             } }
5906             );
5907              
5908             has 'yesstr' => (
5909             is => 'ro',
5910             isa => RegexpRef,
5911             init_arg => undef,
5912             default => sub { qr'^(?i:tá|t|yes|y)$' }
5913             );
5914              
5915             has 'nostr' => (
5916             is => 'ro',
5917             isa => RegexpRef,
5918             init_arg => undef,
5919             default => sub { qr'^(?i:níl|n)$' }
5920             );
5921              
5922             has 'listPatterns' => (
5923             is => 'ro',
5924             isa => HashRef,
5925             init_arg => undef,
5926             default => sub { {
5927             start => q({0}, {1}),
5928             middle => q({0}, {1}),
5929             end => q({0}, {1}),
5930             2 => q({0}, {1}),
5931             } }
5932             );
5933              
5934             has 'default_numbering_system' => (
5935             is => 'ro',
5936             isa => Str,
5937             init_arg => undef,
5938             default => 'latn',
5939             );
5940              
5941             has native_numbering_system => (
5942             is => 'ro',
5943             isa => Str,
5944             init_arg => undef,
5945             default => 'latn',
5946             );
5947              
5948             has 'minimum_grouping_digits' => (
5949             is =>'ro',
5950             isa => Int,
5951             init_arg => undef,
5952             default => 1,
5953             );
5954              
5955             has 'number_symbols' => (
5956             is => 'ro',
5957             isa => HashRef,
5958             init_arg => undef,
5959             default => sub { {
5960             'latn' => {
5961             'decimal' => q(.),
5962             'exponential' => q(E),
5963             'group' => q(,),
5964             'infinity' => q(∞),
5965             'minusSign' => q(-),
5966             'nan' => q(NaN),
5967             'perMille' => q(‰),
5968             'percentSign' => q(%),
5969             'plusSign' => q(+),
5970             'superscriptingExponent' => q(×),
5971             'timeSeparator' => q(:),
5972             },
5973             } }
5974             );
5975              
5976             has 'number_formats' => (
5977             is => 'ro',
5978             isa => HashRef,
5979             init_arg => undef,
5980             default => sub { {
5981             decimalFormat => {
5982             'default' => {
5983             '1000' => {
5984             'few' => '0k',
5985             'many' => '0k',
5986             'one' => '0k',
5987             'other' => '0k',
5988             'two' => '0k',
5989             },
5990             '10000' => {
5991             'few' => '00k',
5992             'many' => '00k',
5993             'one' => '00k',
5994             'other' => '00k',
5995             'two' => '00k',
5996             },
5997             '100000' => {
5998             'few' => '000k',
5999             'many' => '000k',
6000             'one' => '000k',
6001             'other' => '000k',
6002             'two' => '000k',
6003             },
6004             '1000000' => {
6005             'few' => '0M',
6006             'many' => '0M',
6007             'one' => '0M',
6008             'other' => '0M',
6009             'two' => '0M',
6010             },
6011             '10000000' => {
6012             'few' => '00M',
6013             'many' => '00M',
6014             'one' => '00M',
6015             'other' => '00M',
6016             'two' => '00M',
6017             },
6018             '100000000' => {
6019             'few' => '000M',
6020             'many' => '000M',
6021             'one' => '000M',
6022             'other' => '000M',
6023             'two' => '000M',
6024             },
6025             '1000000000' => {
6026             'few' => '0B',
6027             'many' => '0B',
6028             'one' => '0B',
6029             'other' => '0B',
6030             'two' => '0B',
6031             },
6032             '10000000000' => {
6033             'few' => '00B',
6034             'many' => '00B',
6035             'one' => '00B',
6036             'other' => '00B',
6037             'two' => '00B',
6038             },
6039             '100000000000' => {
6040             'few' => '000B',
6041             'many' => '000B',
6042             'one' => '000B',
6043             'other' => '000B',
6044             'two' => '000B',
6045             },
6046             '1000000000000' => {
6047             'few' => '0T',
6048             'many' => '0T',
6049             'one' => '0T',
6050             'other' => '0T',
6051             'two' => '0T',
6052             },
6053             '10000000000000' => {
6054             'few' => '00T',
6055             'many' => '00T',
6056             'one' => '00T',
6057             'other' => '00T',
6058             'two' => '00T',
6059             },
6060             '100000000000000' => {
6061             'few' => '000T',
6062             'many' => '000T',
6063             'one' => '000T',
6064             'other' => '000T',
6065             'two' => '000T',
6066             },
6067             'standard' => {
6068             'default' => '#,##0.###',
6069             },
6070             },
6071             'long' => {
6072             '1000' => {
6073             'few' => '0 mhíle',
6074             'many' => '0 míle',
6075             'one' => '0 mhíle',
6076             'other' => '0 míle',
6077             'two' => '0 mhíle',
6078             },
6079             '10000' => {
6080             'few' => '00 míle',
6081             'many' => '00 míle',
6082             'one' => '00 míle',
6083             'other' => '00 míle',
6084             'two' => '00 míle',
6085             },
6086             '100000' => {
6087             'few' => '000 míle',
6088             'many' => '000 míle',
6089             'one' => '000 míle',
6090             'other' => '000 míle',
6091             'two' => '000 míle',
6092             },
6093             '1000000' => {
6094             'few' => '0 mhilliún',
6095             'many' => '0 milliún',
6096             'one' => '0 mhilliún',
6097             'other' => '0 milliún',
6098             'two' => '0 mhilliún',
6099             },
6100             '10000000' => {
6101             'few' => '00 milliún',
6102             'many' => '00 milliún',
6103             'one' => '00 milliún',
6104             'other' => '00 milliún',
6105             'two' => '00 milliún',
6106             },
6107             '100000000' => {
6108             'few' => '000 milliún',
6109             'many' => '000 milliún',
6110             'one' => '000 milliún',
6111             'other' => '000 milliún',
6112             'two' => '000 milliún',
6113             },
6114             '1000000000' => {
6115             'few' => '0 bhilliún',
6116             'many' => '0 mbilliún',
6117             'one' => '0 bhilliún',
6118             'other' => '0 billiún',
6119             'two' => '0 bhilliún',
6120             },
6121             '10000000000' => {
6122             'few' => '00 billiún',
6123             'many' => '00 mbilliún',
6124             'one' => '00 billiún',
6125             'other' => '00 billiún',
6126             'two' => '00 billiún',
6127             },
6128             '100000000000' => {
6129             'few' => '000 billiún',
6130             'many' => '000 billiún',
6131             'one' => '000 billiún',
6132             'other' => '000 billiún',
6133             'two' => '000 billiún',
6134             },
6135             '1000000000000' => {
6136             'few' => '0 thrilliún',
6137             'many' => '0 dtrilliún',
6138             'one' => '0 trilliún',
6139             'other' => '0 trilliún',
6140             'two' => '0 thrilliún',
6141             },
6142             '10000000000000' => {
6143             'few' => '00 trilliún',
6144             'many' => '00 dtrilliún',
6145             'one' => '00 trilliún',
6146             'other' => '00 trilliún',
6147             'two' => '00 trilliún',
6148             },
6149             '100000000000000' => {
6150             'few' => '000 trilliún',
6151             'many' => '000 trilliún',
6152             'one' => '000 trilliún',
6153             'other' => '000 trilliún',
6154             'two' => '000 trilliún',
6155             },
6156             },
6157             'short' => {
6158             '1000' => {
6159             'few' => '0k',
6160             'many' => '0k',
6161             'one' => '0k',
6162             'other' => '0k',
6163             'two' => '0k',
6164             },
6165             '10000' => {
6166             'few' => '00k',
6167             'many' => '00k',
6168             'one' => '00k',
6169             'other' => '00k',
6170             'two' => '00k',
6171             },
6172             '100000' => {
6173             'few' => '000k',
6174             'many' => '000k',
6175             'one' => '000k',
6176             'other' => '000k',
6177             'two' => '000k',
6178             },
6179             '1000000' => {
6180             'few' => '0M',
6181             'many' => '0M',
6182             'one' => '0M',
6183             'other' => '0M',
6184             'two' => '0M',
6185             },
6186             '10000000' => {
6187             'few' => '00M',
6188             'many' => '00M',
6189             'one' => '00M',
6190             'other' => '00M',
6191             'two' => '00M',
6192             },
6193             '100000000' => {
6194             'few' => '000M',
6195             'many' => '000M',
6196             'one' => '000M',
6197             'other' => '000M',
6198             'two' => '000M',
6199             },
6200             '1000000000' => {
6201             'few' => '0B',
6202             'many' => '0B',
6203             'one' => '0B',
6204             'other' => '0B',
6205             'two' => '0B',
6206             },
6207             '10000000000' => {
6208             'few' => '00B',
6209             'many' => '00B',
6210             'one' => '00B',
6211             'other' => '00B',
6212             'two' => '00B',
6213             },
6214             '100000000000' => {
6215             'few' => '000B',
6216             'many' => '000B',
6217             'one' => '000B',
6218             'other' => '000B',
6219             'two' => '000B',
6220             },
6221             '1000000000000' => {
6222             'few' => '0T',
6223             'many' => '0T',
6224             'one' => '0T',
6225             'other' => '0T',
6226             'two' => '0T',
6227             },
6228             '10000000000000' => {
6229             'few' => '00T',
6230             'many' => '00T',
6231             'one' => '00T',
6232             'other' => '00T',
6233             'two' => '00T',
6234             },
6235             '100000000000000' => {
6236             'few' => '000T',
6237             'many' => '000T',
6238             'one' => '000T',
6239             'other' => '000T',
6240             'two' => '000T',
6241             },
6242             },
6243             },
6244             percentFormat => {
6245             'default' => {
6246             'standard' => {
6247             'default' => '#,##0%',
6248             },
6249             },
6250             },
6251             scientificFormat => {
6252             'default' => {
6253             'standard' => {
6254             'default' => '#E0',
6255             },
6256             },
6257             },
6258             } },
6259             );
6260              
6261             has 'number_currency_formats' => (
6262             is => 'ro',
6263             isa => HashRef,
6264             init_arg => undef,
6265             default => sub { {
6266             'latn' => {
6267             'pattern' => {
6268             'default' => {
6269             'accounting' => {
6270             'negative' => '(¤#,##0.00)',
6271             'positive' => '¤#,##0.00',
6272             },
6273             'standard' => {
6274             'positive' => '¤#,##0.00',
6275             },
6276             },
6277             },
6278             },
6279             } },
6280             );
6281              
6282             has 'currencies' => (
6283             is => 'ro',
6284             isa => HashRef,
6285             init_arg => undef,
6286             default => sub { {
6287             'ADP' => {
6288             symbol => 'ADP',
6289             display_name => {
6290             'currency' => q(Peseta Andóra),
6291             'few' => q(pheseta Andóra),
6292             'many' => q(bpeseta Andóra),
6293             'one' => q(pheseta Andóra),
6294             'other' => q(peseta Andóra),
6295             'two' => q(pheseta Andóra),
6296             },
6297             },
6298             'AED' => {
6299             symbol => 'AED',
6300             display_name => {
6301             'currency' => q(Dirham Aontas na nÉimíríochtaí Arabacha),
6302             'few' => q(dhirham Aontas na nÉimíríochtaí Arabacha),
6303             'many' => q(ndirham Aontas na nÉimíríochtaí Arabacha),
6304             'one' => q(dirham Aontas na nÉimíríochtaí Arabacha),
6305             'other' => q(dirham Aontas na nÉimíríochtaí Arabacha),
6306             'two' => q(dhirham Aontas na nÉimíríochtaí Arabacha),
6307             },
6308             },
6309             'AFA' => {
6310             symbol => 'AFA',
6311             display_name => {
6312             'currency' => q(Afgainí \(1927–2002\)),
6313             'few' => q(Afgainí \(1927–2002\)),
6314             'many' => q(Afgainí \(1927–2002\)),
6315             'one' => q(Afgainí \(1927–2002\)),
6316             'other' => q(Afgainí \(1927–2002\)),
6317             'two' => q(Afgainí \(1927–2002\)),
6318             },
6319             },
6320             'AFN' => {
6321             symbol => 'AFN',
6322             display_name => {
6323             'currency' => q(Afghani na hAfganastáine),
6324             'few' => q(afghani na hAfganastáine),
6325             'many' => q(n-afghani na hAfganastáine),
6326             'one' => q(afghani na hAfganastáine),
6327             'other' => q(afghani na hAfganastáine),
6328             'two' => q(afghani na hAfganastáine),
6329             },
6330             },
6331             'ALK' => {
6332             symbol => 'ALK',
6333             display_name => {
6334             'currency' => q(Lek na hAlbáine \(1946–1965\)),
6335             'few' => q(lek na hAlbáine \(1946–1965\)),
6336             'many' => q(lek na hAlbáine \(1946–1965\)),
6337             'one' => q(lek na hAlbáine \(1946–1965\)),
6338             'other' => q(lek na hAlbáine \(1946–1965\)),
6339             'two' => q(lek na hAlbáine \(1946–1965\)),
6340             },
6341             },
6342             'ALL' => {
6343             symbol => 'ALL',
6344             display_name => {
6345             'currency' => q(Lek na hAlbáine),
6346             'few' => q(lek na hAlbáine),
6347             'many' => q(lek na hAlbáine),
6348             'one' => q(lek na hAlbáine),
6349             'other' => q(Lek na hAlbáine),
6350             'two' => q(lek na hAlbáine),
6351             },
6352             },
6353             'AMD' => {
6354             symbol => 'AMD',
6355             display_name => {
6356             'currency' => q(Dram na hAirméine),
6357             'few' => q(dhram na hAirméine),
6358             'many' => q(ndram na hAirméine),
6359             'one' => q(dram na hAirméine),
6360             'other' => q(dram na hAirméine),
6361             'two' => q(dhram na hAirméine),
6362             },
6363             },
6364             'ANG' => {
6365             symbol => 'ANG',
6366             display_name => {
6367             'currency' => q(Gildear Aintillí na hÍsiltíre),
6368             'few' => q(ghildear Aintillí na hÍsiltíre),
6369             'many' => q(ngildear Aintillí na hÍsiltíre),
6370             'one' => q(ghildear Aintillí na hÍsiltíre),
6371             'other' => q(gildear Aintillí na hÍsiltíre),
6372             'two' => q(ghildear Aintillí na hÍsiltíre),
6373             },
6374             },
6375             'AOA' => {
6376             symbol => 'AOA',
6377             display_name => {
6378             'currency' => q(Kwanza Angóla),
6379             'few' => q(kwanza Angóla),
6380             'many' => q(kwanza Angóla),
6381             'one' => q(kwanza Angóla),
6382             'other' => q(kwanza Angóla),
6383             'two' => q(kwanza Angóla),
6384             },
6385             },
6386             'AOK' => {
6387             symbol => 'AOK',
6388             display_name => {
6389             'currency' => q(Kwanza Angólach \(1977–1990\)),
6390             'few' => q(Kwanza Angólach \(1977–1990\)),
6391             'many' => q(Kwanza Angólach \(1977–1990\)),
6392             'one' => q(Kwanza Angólach \(1977–1990\)),
6393             'other' => q(Kwanza Angólach \(1977–1990\)),
6394             'two' => q(Kwanza Angólach \(1977–1990\)),
6395             },
6396             },
6397             'AON' => {
6398             symbol => 'AON',
6399             display_name => {
6400             'currency' => q(Kwanza Nua Angólach \(1990–2000\)),
6401             'few' => q(Kwanza Nua Angólach \(1990–2000\)),
6402             'many' => q(Kwanza Nua Angólach \(1990–2000\)),
6403             'one' => q(Kwanza Nua Angólach \(1990–2000\)),
6404             'other' => q(Kwanza Nua Angólach \(1990–2000\)),
6405             'two' => q(Kwanza Nua Angólach \(1990–2000\)),
6406             },
6407             },
6408             'AOR' => {
6409             symbol => 'AOR',
6410             display_name => {
6411             'currency' => q(Kwanza Reajustado Angólach \(1995–1999\)),
6412             'few' => q(Kwanza Reajustado Angólach \(1995–1999\)),
6413             'many' => q(Kwanza Reajustado Angólach \(1995–1999\)),
6414             'one' => q(Kwanza Reajustado Angólach \(1995–1999\)),
6415             'other' => q(Kwanza Reajustado Angólach \(1995–1999\)),
6416             'two' => q(Kwanza Reajustado Angólach \(1995–1999\)),
6417             },
6418             },
6419             'ARA' => {
6420             symbol => 'ARA',
6421             display_name => {
6422             'currency' => q(Austral Airgintíneach),
6423             'few' => q(Austral Airgintíneach),
6424             'many' => q(Austral Airgintíneach),
6425             'one' => q(Austral Airgintíneach),
6426             'other' => q(Austral Airgintíneach),
6427             'two' => q(Austral Airgintíneach),
6428             },
6429             },
6430             'ARL' => {
6431             symbol => 'ARL',
6432             },
6433             'ARM' => {
6434             symbol => 'ARM',
6435             display_name => {
6436             'currency' => q(Peso na hAirgintíne \(1881–1970\)),
6437             'few' => q(pheso na hAirgintíne \(1881–1970\)),
6438             'many' => q(bpeso na hAirgintíne \(1881–1970\)),
6439             'one' => q(pheso na hAirgintíne \(1881–1970\)),
6440             'other' => q(peso na hAirgintíne \(1881–1970\)),
6441             'two' => q(pheso na hAirgintíne \(1881–1970\)),
6442             },
6443             },
6444             'ARP' => {
6445             symbol => 'ARP',
6446             display_name => {
6447             'currency' => q(Peso na hAirgintíne \(1983–1985\)),
6448             'few' => q(pheso na hAirgintíne \(1983–1985\)),
6449             'many' => q(bpeso na hAirgintíne \(1983–1985\)),
6450             'one' => q(pheso na hAirgintíne \(1983–1985\)),
6451             'other' => q(peso na hAirgintíne \(1983–1985\)),
6452             'two' => q(pheso na hAirgintíne \(1983–1985\)),
6453             },
6454             },
6455             'ARS' => {
6456             symbol => 'ARS',
6457             display_name => {
6458             'currency' => q(Peso na hAirgintíne),
6459             'few' => q(pheso na hAirgintíne),
6460             'many' => q(bpeso na hAirgintíne),
6461             'one' => q(pheso na hAirgintíne),
6462             'other' => q(peso na hAirgintíne),
6463             'two' => q(pheso na hAirgintíne),
6464             },
6465             },
6466             'ATS' => {
6467             symbol => 'ATS',
6468             display_name => {
6469             'currency' => q(ATS),
6470             'few' => q(Scilling Ostarach),
6471             'many' => q(Scilling Ostarach),
6472             'one' => q(Scilling Ostarach),
6473             'other' => q(Scilling Ostarach),
6474             'two' => q(Scilling Ostarach),
6475             },
6476             },
6477             'AUD' => {
6478             symbol => 'A$',
6479             display_name => {
6480             'currency' => q(Dollar na hAstráile),
6481             'few' => q(dhollar na hAstráile),
6482             'many' => q(ndollar na hAstráile),
6483             'one' => q(dollar na hAstráile),
6484             'other' => q(dollar na hAstráile),
6485             'two' => q(dhollar na hAstráile),
6486             },
6487             },
6488             'AWG' => {
6489             symbol => 'AWG',
6490             display_name => {
6491             'currency' => q(Flóirín Arúba),
6492             'few' => q(fhlóirín Arúba),
6493             'many' => q(bhflóirín Arúba),
6494             'one' => q(fhlóirín Arúba),
6495             'other' => q(flóirín Arúba),
6496             'two' => q(fhlóirín Arúba),
6497             },
6498             },
6499             'AZM' => {
6500             symbol => 'AZM',
6501             display_name => {
6502             'currency' => q(Manat na hAsarbaiseáine \(1993–2006\)),
6503             'few' => q(mhanat na hAsarbaiseáine \(1993–2006\)),
6504             'many' => q(manat na hAsarbaiseáine \(1993–2006\)),
6505             'one' => q(mhanat na hAsarbaiseáine \(1993–2006\)),
6506             'other' => q(manat na hAsarbaiseáine \(1993–2006\)),
6507             'two' => q(mhanat na hAsarbaiseáine \(1993–2006\)),
6508             },
6509             },
6510             'AZN' => {
6511             symbol => 'AZN',
6512             display_name => {
6513             'currency' => q(Manat na hAsarbaiseáine),
6514             'few' => q(mhanat na hAsarbaiseáine),
6515             'many' => q(manat na hAsarbaiseáine),
6516             'one' => q(mhanat na hAsarbaiseáine),
6517             'other' => q(manat na hAsarbaiseáine),
6518             'two' => q(mhanat na hAsarbaiseáine),
6519             },
6520             },
6521             'BAD' => {
6522             symbol => 'BAD',
6523             display_name => {
6524             'currency' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)),
6525             'few' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)),
6526             'many' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)),
6527             'one' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)),
6528             'other' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)),
6529             'two' => q(Dínear Bhoisnia-Heirseagaivéin \(1992–1994\)),
6530             },
6531             },
6532             'BAM' => {
6533             symbol => 'BAM',
6534             display_name => {
6535             'currency' => q(Marg Inmhalartaithe na Boisnia-Heirseagaivéine),
6536             'few' => q(mharg inmhalartaithe na Boisnia-Heirseagaivéine),
6537             'many' => q(marg inmhalartaithe na Boisnia-Heirseagaivéine),
6538             'one' => q(mharg inmhalartaithe na Boisnia-Heirseagaivéine),
6539             'other' => q(marg inmhalartaithe na Boisnia-Heirseagaivéine),
6540             'two' => q(mharg inmhalartaithe na Boisnia-Heirseagaivéine),
6541             },
6542             },
6543             'BAN' => {
6544             symbol => 'BAN',
6545             },
6546             'BBD' => {
6547             symbol => 'BBD',
6548             display_name => {
6549             'currency' => q(Dollar Bharbadós),
6550             'few' => q(dhollar Bharbadós),
6551             'many' => q(ndollar Bharbadós),
6552             'one' => q(dollar Bharbadós),
6553             'other' => q(dollar Bharbadós),
6554             'two' => q(dhollar Bharbadós),
6555             },
6556             },
6557             'BDT' => {
6558             symbol => 'BDT',
6559             display_name => {
6560             'currency' => q(Taka na Banglaidéise),
6561             'few' => q(thaka na Banglaidéise),
6562             'many' => q(dtaka na Banglaidéise),
6563             'one' => q(taka na Banglaidéise),
6564             'other' => q(taka na Banglaidéise),
6565             'two' => q(thaka na Banglaidéise),
6566             },
6567             },
6568             'BEC' => {
6569             symbol => 'BEC',
6570             display_name => {
6571             'currency' => q(BEC),
6572             'few' => q(Franc Beilgeach \(inathraithe\)),
6573             'many' => q(Franc Beilgeach \(inathraithe\)),
6574             'one' => q(Franc Beilgeach \(inathraithe\)),
6575             'other' => q(Franc Beilgeach \(inathraithe\)),
6576             'two' => q(Franc Beilgeach \(inathraithe\)),
6577             },
6578             },
6579             'BEF' => {
6580             symbol => 'BEF',
6581             display_name => {
6582             'currency' => q(Franc Beilgeach),
6583             'few' => q(Franc Beilgeach),
6584             'many' => q(Franc Beilgeach),
6585             'one' => q(Franc Beilgeach),
6586             'other' => q(Franc Beilgeach),
6587             'two' => q(Franc Beilgeach),
6588             },
6589             },
6590             'BEL' => {
6591             symbol => 'BEL',
6592             display_name => {
6593             'currency' => q(BEL),
6594             'few' => q(Franc Beilgeach \(airgeadúil\)),
6595             'many' => q(Franc Beilgeach \(airgeadúil\)),
6596             'one' => q(Franc Beilgeach \(airgeadúil\)),
6597             'other' => q(Franc Beilgeach \(airgeadúil\)),
6598             'two' => q(Franc Beilgeach \(airgeadúil\)),
6599             },
6600             },
6601             'BGL' => {
6602             symbol => 'BGL',
6603             display_name => {
6604             'currency' => q(Lev Crua na Bulgáire),
6605             'few' => q(lev chrua na Bulgáire),
6606             'many' => q(lev chrua na Bulgáire),
6607             'one' => q(lev crua na Bulgáire),
6608             'other' => q(lev crua na Bulgáire),
6609             'two' => q(lev chrua na Bulgáire),
6610             },
6611             },
6612             'BGN' => {
6613             symbol => 'BGN',
6614             display_name => {
6615             'currency' => q(Lev na Bulgáire),
6616             'few' => q(lev na Bulgáire),
6617             'many' => q(lev na Bulgáire),
6618             'one' => q(lev na Bulgáire),
6619             'other' => q(lev na Bulgáire),
6620             'two' => q(lev na Bulgáire),
6621             },
6622             },
6623             'BGO' => {
6624             symbol => 'BGO',
6625             display_name => {
6626             'currency' => q(Lev na Bulgáire \(1879–1952\)),
6627             'few' => q(lev na Bulgáire \(1879–1952\)),
6628             'many' => q(lev na Bulgáire \(1879–1952\)),
6629             'one' => q(lev na Bulgáire \(1879–1952\)),
6630             'other' => q(lev na Bulgáire \(1879–1952\)),
6631             'two' => q(lev na Bulgáire \(1879–1952\)),
6632             },
6633             },
6634             'BHD' => {
6635             symbol => 'BHD',
6636             display_name => {
6637             'currency' => q(Dinar Bhairéin),
6638             'few' => q(dhinar Bhairéin),
6639             'many' => q(ndinar Bhairéin),
6640             'one' => q(dinar Bhairéin),
6641             'other' => q(dinar Bhairéin),
6642             'two' => q(dhinar Bhairéin),
6643             },
6644             },
6645             'BIF' => {
6646             symbol => 'BIF',
6647             display_name => {
6648             'currency' => q(Franc na Burúine),
6649             'few' => q(fhranc na Burúine),
6650             'many' => q(bhfranc na Burúine),
6651             'one' => q(fhranc na Burúine),
6652             'other' => q(franc na Burúine),
6653             'two' => q(fhranc na Burúine),
6654             },
6655             },
6656             'BMD' => {
6657             symbol => 'BMD',
6658             display_name => {
6659             'currency' => q(Dollar Bheirmiúda),
6660             'few' => q(dhollar Bheirmiúda),
6661             'many' => q(ndollar Bheirmiúda),
6662             'one' => q(dollar Bheirmiúda),
6663             'other' => q(dollar Bheirmiúda),
6664             'two' => q(dhollar Bheirmiúda),
6665             },
6666             },
6667             'BND' => {
6668             symbol => 'BND',
6669             display_name => {
6670             'currency' => q(Dollar Bhrúiné),
6671             'few' => q(dhollar Bhrúiné),
6672             'many' => q(ndollar Bhrúiné),
6673             'one' => q(dollar Bhrúiné),
6674             'other' => q(dollar Bhrúiné),
6675             'two' => q(dhollar Bhrúiné),
6676             },
6677             },
6678             'BOB' => {
6679             symbol => 'BOB',
6680             display_name => {
6681             'currency' => q(Boliviano),
6682             'few' => q(bholiviano),
6683             'many' => q(mboliviano),
6684             'one' => q(bholiviano),
6685             'other' => q(boliviano),
6686             'two' => q(bholiviano),
6687             },
6688             },
6689             'BOL' => {
6690             symbol => 'BOL',
6691             },
6692             'BOP' => {
6693             symbol => 'BOP',
6694             display_name => {
6695             'currency' => q(Peso na Bolaive),
6696             'few' => q(pheso na Bolaive),
6697             'many' => q(bpeso na Bolaive),
6698             'one' => q(pheso na Bolaive),
6699             'other' => q(peso na Bolaive),
6700             'two' => q(pheso na Bolaive),
6701             },
6702             },
6703             'BOV' => {
6704             symbol => 'BOV',
6705             display_name => {
6706             'currency' => q(Mvdol na Bolaive),
6707             'few' => q(mvdol na Bolaive),
6708             'many' => q(mvdol na Bolaive),
6709             'one' => q(mvdol na Bolaive),
6710             'other' => q(mvdol na Bolaive),
6711             'two' => q(mvdol na Bolaive),
6712             },
6713             },
6714             'BRB' => {
6715             symbol => 'BRB',
6716             display_name => {
6717             'currency' => q(Cruzeiro Nua na Brasaíle \(1967–1986\)),
6718             'few' => q(chruzeiro nua na Brasaíle \(1967–1986\)),
6719             'many' => q(gcruzeiro nua na Brasaíle \(1967–1986\)),
6720             'one' => q(chruzeiro nua na Brasaíle \(1967–1986\)),
6721             'other' => q(cruzeiro nua na Brasaíle \(1967–1986\)),
6722             'two' => q(chruzeiro nua na Brasaíle \(1967–1986\)),
6723             },
6724             },
6725             'BRC' => {
6726             symbol => 'BRC',
6727             display_name => {
6728             'currency' => q(Cruzado na Brasaíle \(1986–1989\)),
6729             'few' => q(chruzado na Brasaíle \(1986–1989\)),
6730             'many' => q(gcruzado na Brasaíle \(1986–1989\)),
6731             'one' => q(chruzado na Brasaíle \(1986–1989\)),
6732             'other' => q(cruzado na Brasaíle \(1986–1989\)),
6733             'two' => q(chruzado na Brasaíle \(1986–1989\)),
6734             },
6735             },
6736             'BRE' => {
6737             symbol => 'BRE',
6738             display_name => {
6739             'currency' => q(Cruzeiro na Brasaíle \(1990–1993\)),
6740             'few' => q(chruzeiro na Brasaíle \(1990–1993\)),
6741             'many' => q(gcruzeiro na Brasaíle \(1990–1993\)),
6742             'one' => q(chruzeiro na Brasaíle \(1990–1993\)),
6743             'other' => q(cruzeiro na Brasaíle \(1990–1993\)),
6744             'two' => q(chruzeiro na Brasaíle \(1990–1993\)),
6745             },
6746             },
6747             'BRL' => {
6748             symbol => 'R$',
6749             display_name => {
6750             'currency' => q(Real na Brasaíle),
6751             'few' => q(real na Brasaíle),
6752             'many' => q(real na Brasaíle),
6753             'one' => q(real na Brasaíle),
6754             'other' => q(real na Brasaíle),
6755             'two' => q(real na Brasaíle),
6756             },
6757             },
6758             'BRN' => {
6759             symbol => 'BRN',
6760             display_name => {
6761             'currency' => q(Cruzado Nua na Brasaíle \(1989–1990\)),
6762             'few' => q(chruzado nua na Brasaíle \(1989–1990\)),
6763             'many' => q(gcruzado nua na Brasaíle \(1989–1990\)),
6764             'one' => q(chruzado nua na Brasaíle \(1989–1990\)),
6765             'other' => q(cruzado nua na Brasaíle \(1989–1990\)),
6766             'two' => q(chruzado nua na Brasaíle \(1989–1990\)),
6767             },
6768             },
6769             'BRR' => {
6770             symbol => 'BRR',
6771             display_name => {
6772             'currency' => q(Cruzeiro na Brasaíle \(1993–1994\)),
6773             'few' => q(chruzeiro na Brasaíle \(1993–1994\)),
6774             'many' => q(gcruzeiro na Brasaíle \(1993–1994\)),
6775             'one' => q(chruzeiro na Brasaíle \(1993–1994\)),
6776             'other' => q(cruzeiro na Brasaíle \(1993–1994\)),
6777             'two' => q(chruzeiro na Brasaíle \(1993–1994\)),
6778             },
6779             },
6780             'BRZ' => {
6781             symbol => 'BRZ',
6782             display_name => {
6783             'currency' => q(Cruzeiro na Brasaíle \(1942–1967\)),
6784             'few' => q(chruzeiro na Brasaíle \(1942–1967\)),
6785             'many' => q(gcruzeiro na Brasaíle \(1942–1967\)),
6786             'one' => q(chruzeiro na Brasaíle \(1942–1967\)),
6787             'other' => q(cruzeiro na Brasaíle \(1942–1967\)),
6788             'two' => q(chruzeiro na Brasaíle \(1942–1967\)),
6789             },
6790             },
6791             'BSD' => {
6792             symbol => 'BSD',
6793             display_name => {
6794             'currency' => q(Dollar na mBahámaí),
6795             'few' => q(dhollar na mBahámaí),
6796             'many' => q(ndollar na mBahámaí),
6797             'one' => q(dollar na mBahámaí),
6798             'other' => q(dollar na mBahámaí),
6799             'two' => q(dhollar na mBahámaí),
6800             },
6801             },
6802             'BTN' => {
6803             symbol => 'BTN',
6804             display_name => {
6805             'currency' => q(Ngultrum na Bútáine),
6806             'few' => q(ngultrum na Bútáine),
6807             'many' => q(ngultrum na Bútáine),
6808             'one' => q(ngultrum na Bútáine),
6809             'other' => q(ngultrum na Bútáine),
6810             'two' => q(ngultrum na Bútáine),
6811             },
6812             },
6813             'BUK' => {
6814             symbol => 'BUK',
6815             display_name => {
6816             'currency' => q(Kyat Bhurma),
6817             'few' => q(kyat Bhurma),
6818             'many' => q(kyat Bhurma),
6819             'one' => q(kyat Bhurma),
6820             'other' => q(kyat Bhurma),
6821             'two' => q(kyat Bhurma),
6822             },
6823             },
6824             'BWP' => {
6825             symbol => 'BWP',
6826             display_name => {
6827             'currency' => q(Pula na Botsuáine),
6828             'few' => q(phula na Botsuáine),
6829             'many' => q(bpula na Botsuáine),
6830             'one' => q(phula na Botsuáine),
6831             'other' => q(pula na Botsuáine),
6832             'two' => q(phula na Botsuáine),
6833             },
6834             },
6835             'BYB' => {
6836             symbol => 'BYB',
6837             display_name => {
6838             'currency' => q(Rúbal Nua na Bealarúise \(1994–1999\)),
6839             'few' => q(rúbal nua na Bealarúise \(1994–1999\)),
6840             'many' => q(rúbal nua na Bealarúise \(1994–1999\)),
6841             'one' => q(rúbal nua na Bealarúise \(1994–1999\)),
6842             'other' => q(rúbal nua na Bealarúise \(1994–1999\)),
6843             'two' => q(rúbal nua na Bealarúise \(1994–1999\)),
6844             },
6845             },
6846             'BYN' => {
6847             symbol => 'BYN',
6848             display_name => {
6849             'currency' => q(Rúbal na Bealarúise),
6850             'few' => q(rúbal na Bealarúise),
6851             'many' => q(rúbal na Bealarúise),
6852             'one' => q(rúbal na Bealarúise),
6853             'other' => q(rúbal na Bealarúise),
6854             'two' => q(rúbal na Bealarúise),
6855             },
6856             },
6857             'BYR' => {
6858             symbol => 'BYR',
6859             display_name => {
6860             'currency' => q(Rúbal na Bealarúise \(2000–2016\)),
6861             'few' => q(rúbal na Bealarúise \(2000–2016\)),
6862             'many' => q(rúbal na Bealarúise \(2000–2016\)),
6863             'one' => q(rúbal na Bealarúise \(2000–2016\)),
6864             'other' => q(rúbal na Bealarúise \(2000–2016\)),
6865             'two' => q(rúbal na Bealarúise \(2000–2016\)),
6866             },
6867             },
6868             'BZD' => {
6869             symbol => 'BZD',
6870             display_name => {
6871             'currency' => q(Dollar na Beilíse),
6872             'few' => q(dhollar na Beilíse),
6873             'many' => q(ndollar na Beilíse),
6874             'one' => q(dollar na Beilíse),
6875             'other' => q(dollar na Beilíse),
6876             'two' => q(dhollar na Beilíse),
6877             },
6878             },
6879             'CAD' => {
6880             symbol => 'CA$',
6881             display_name => {
6882             'currency' => q(Dollar Cheanada),
6883             'few' => q(dhollar Cheanada),
6884             'many' => q(ndollar Cheanada),
6885             'one' => q(dollar Cheanada),
6886             'other' => q(dollar Cheanada),
6887             'two' => q(dhollar Cheanada),
6888             },
6889             },
6890             'CDF' => {
6891             symbol => 'CDF',
6892             display_name => {
6893             'currency' => q(Franc an Chongó),
6894             'few' => q(fhranc an Chongó),
6895             'many' => q(bhfranc an Chongó),
6896             'one' => q(fhranc an Chongó),
6897             'other' => q(franc an Chongó),
6898             'two' => q(fhranc an Chongó),
6899             },
6900             },
6901             'CHF' => {
6902             symbol => 'CHF',
6903             display_name => {
6904             'currency' => q(Franc na hEilvéise),
6905             'few' => q(fhranc na hEilvéise),
6906             'many' => q(bhfranc na hEilvéise),
6907             'one' => q(fhranc na hEilvéise),
6908             'other' => q(franc na hEilvéise),
6909             'two' => q(fhranc na hEilvéise),
6910             },
6911             },
6912             'CLE' => {
6913             symbol => 'CLE',
6914             display_name => {
6915             'currency' => q(Escudo na Sile),
6916             'few' => q(escudo na Sile),
6917             'many' => q(n-escudo na Sile),
6918             'one' => q(escudo na Sile),
6919             'other' => q(escudo na Sile),
6920             'two' => q(escudo na Sile),
6921             },
6922             },
6923             'CLF' => {
6924             symbol => 'CLF',
6925             display_name => {
6926             'currency' => q(Unidades de Fomento na Sile),
6927             'few' => q(Unidades de Fomento na Sile),
6928             'many' => q(Unidades de Fomento na Sile),
6929             'one' => q(Unidades de Fomento na Sile),
6930             'other' => q(Unidades de Fomento na Sile),
6931             'two' => q(Unidades de Fomento na Sile),
6932             },
6933             },
6934             'CLP' => {
6935             symbol => 'CLP',
6936             display_name => {
6937             'currency' => q(Peso na Sile),
6938             'few' => q(pheso na Sile),
6939             'many' => q(bpeso na Sile),
6940             'one' => q(pheso na Sile),
6941             'other' => q(peso na Sile),
6942             'two' => q(pheso na Sile),
6943             },
6944             },
6945             'CNH' => {
6946             display_name => {
6947             'currency' => q(CNH),
6948             'few' => q(CNH),
6949             'many' => q(CNH),
6950             'one' => q(CNH),
6951             'other' => q(CNH),
6952             'two' => q(CNH),
6953             },
6954             },
6955             'CNY' => {
6956             symbol => 'CN¥',
6957             display_name => {
6958             'currency' => q(Yuan na Síne),
6959             'few' => q(yuan na Síne),
6960             'many' => q(yuan na Síne),
6961             'one' => q(yuan na Síne),
6962             'other' => q(yuan na Síne),
6963             'two' => q(yuan na Síne),
6964             },
6965             },
6966             'COP' => {
6967             symbol => 'COP',
6968             display_name => {
6969             'currency' => q(Peso na Colóime),
6970             'few' => q(pheso na Colóime),
6971             'many' => q(bpeso na Colóime),
6972             'one' => q(pheso na Colóime),
6973             'other' => q(peso na Colóime),
6974             'two' => q(pheso na Colóime),
6975             },
6976             },
6977             'COU' => {
6978             symbol => 'COU',
6979             },
6980             'CRC' => {
6981             symbol => 'CRC',
6982             display_name => {
6983             'currency' => q(Colón Chósta Ríce),
6984             'few' => q(cholón Chósta Ríce),
6985             'many' => q(gcolón Chósta Ríce),
6986             'one' => q(cholón Chósta Ríce),
6987             'other' => q(colón Chósta Ríce),
6988             'two' => q(cholón Chósta Ríce),
6989             },
6990             },
6991             'CSD' => {
6992             symbol => 'CSD',
6993             display_name => {
6994             'currency' => q(Dinar na Seirbia \(2002–2006\)),
6995             'few' => q(dhinar na Seirbia \(2002–2006\)),
6996             'many' => q(ndinar na Seirbia \(2002–2006\)),
6997             'one' => q(dinar na Seirbia \(2002–2006\)),
6998             'other' => q(dinar na Seirbia \(2002–2006\)),
6999             'two' => q(dhinar na Seirbia \(2002–2006\)),
7000             },
7001             },
7002             'CSK' => {
7003             symbol => 'CSK',
7004             display_name => {
7005             'currency' => q(Koruna Crua na Seicslóvaice),
7006             'few' => q(koruna chrua na Seicslóvaice),
7007             'many' => q(koruna chrua na Seicslóvaice),
7008             'one' => q(koruna chrua na Seicslóvaice),
7009             'other' => q(koruna crua na Seicslóvaice),
7010             'two' => q(koruna chrua na Seicslóvaice),
7011             },
7012             },
7013             'CUC' => {
7014             symbol => 'CUC',
7015             display_name => {
7016             'currency' => q(Peso Inmhalartaithe Chúba),
7017             'few' => q(pheso inmhalartaithe Chúba),
7018             'many' => q(bpeso inmhalartaithe Chúba),
7019             'one' => q(pheso inmhalartaithe Chúba),
7020             'other' => q(peso inmhalartaithe Chúba),
7021             'two' => q(pheso inmhalartaithe Chúba),
7022             },
7023             },
7024             'CUP' => {
7025             symbol => 'CUP',
7026             display_name => {
7027             'currency' => q(Peso Chúba),
7028             'few' => q(pheso Chúba),
7029             'many' => q(bpeso Chúba),
7030             'one' => q(pheso Chúba),
7031             'other' => q(peso Chúba),
7032             'two' => q(pheso Chúba),
7033             },
7034             },
7035             'CVE' => {
7036             symbol => 'CVE',
7037             display_name => {
7038             'currency' => q(Escudo Rinn Verde),
7039             'few' => q(escudo Rinn Verde),
7040             'many' => q(n-escudo Rinn Verde),
7041             'one' => q(escudo Rinn Verde),
7042             'other' => q(escudo Rinn Verde),
7043             'two' => q(escudo Rinn Verde),
7044             },
7045             },
7046             'CYP' => {
7047             symbol => 'CYP',
7048             display_name => {
7049             'currency' => q(Punt na Cipire),
7050             'few' => q(phunt na Cipire),
7051             'many' => q(bpunt na Cipire),
7052             'one' => q(phunt na Cipire),
7053             'other' => q(punt na Cipire),
7054             'two' => q(phunt na Cipire),
7055             },
7056             },
7057             'CZK' => {
7058             symbol => 'CZK',
7059             display_name => {
7060             'currency' => q(Koruna Phoblacht na Seice),
7061             'few' => q(koruna Phoblacht na Seice),
7062             'many' => q(koruna Phoblacht na Seice),
7063             'one' => q(koruna Phoblacht na Seice),
7064             'other' => q(koruna Phoblacht na Seice),
7065             'two' => q(koruna Phoblacht na Seice),
7066             },
7067             },
7068             'DDM' => {
7069             symbol => 'DDM',
7070             display_name => {
7071             'currency' => q(DDM),
7072             'few' => q(Ostmark na hOirGhearmáine),
7073             'many' => q(Ostmark na hOirGhearmáine),
7074             'one' => q(Ostmark na hOirGhearmáine),
7075             'other' => q(Ostmark na hOirGhearmáine),
7076             'two' => q(Ostmark na hOirGhearmáine),
7077             },
7078             },
7079             'DEM' => {
7080             symbol => 'DEM',
7081             display_name => {
7082             'currency' => q(Deutsche Mark),
7083             'few' => q(Deutsche Mark),
7084             'many' => q(Deutsche Mark),
7085             'one' => q(Deutsche Mark),
7086             'other' => q(Deutsche Mark),
7087             'two' => q(Deutsche Mark),
7088             },
7089             },
7090             'DJF' => {
7091             symbol => 'DJF',
7092             display_name => {
7093             'currency' => q(Franc Djibouti),
7094             'few' => q(fhranc Djibouti),
7095             'many' => q(bhfranc Djibouti),
7096             'one' => q(fhranc Djibouti),
7097             'other' => q(franc Djibouti),
7098             'two' => q(fhranc Djibouti),
7099             },
7100             },
7101             'DKK' => {
7102             symbol => 'DKK',
7103             display_name => {
7104             'currency' => q(Coróin na Danmhairge),
7105             'few' => q(choróin na Danmhairge),
7106             'many' => q(gcoróin na Danmhairge),
7107             'one' => q(choróin na Danmhairge),
7108             'other' => q(coróin na Danmhairge),
7109             'two' => q(choróin na Danmhairge),
7110             },
7111             },
7112             'DOP' => {
7113             symbol => 'DOP',
7114             display_name => {
7115             'currency' => q(Peso na Poblachta Doiminicí),
7116             'few' => q(pheso na Poblachta Doiminicí),
7117             'many' => q(bpeso na Poblachta Doiminicí),
7118             'one' => q(pheso na Poblachta Doiminicí),
7119             'other' => q(peso na Poblachta Doiminicí),
7120             'two' => q(pheso na Poblachta Doiminicí),
7121             },
7122             },
7123             'DZD' => {
7124             symbol => 'DZD',
7125             display_name => {
7126             'currency' => q(Dinar na hAilgéire),
7127             'few' => q(dhinar na hAilgéire),
7128             'many' => q(ndinar na hAilgéire),
7129             'one' => q(dinar na hAilgéire),
7130             'other' => q(dinar na hAilgéire),
7131             'two' => q(dhinar na hAilgéire),
7132             },
7133             },
7134             'ECS' => {
7135             symbol => 'ECS',
7136             display_name => {
7137             'currency' => q(Sucre Eacuadóir),
7138             'few' => q(Sucre Eacuadóir),
7139             'many' => q(Sucre Eacuadóir),
7140             'one' => q(Sucre Eacuadóir),
7141             'other' => q(Sucre Eacuadóir),
7142             'two' => q(Sucre Eacuadóir),
7143             },
7144             },
7145             'ECV' => {
7146             symbol => 'ECV',
7147             display_name => {
7148             'currency' => q(Unidad de Valor Constante \(UVC\) Eacuadóir),
7149             'few' => q(Unidad de Valor Constante \(UVC\) Eacuadóir),
7150             'many' => q(Unidad de Valor Constante \(UVC\) Eacuadóir),
7151             'one' => q(Unidad de Valor Constante \(UVC\) Eacuadóir),
7152             'other' => q(Unidad de Valor Constante \(UVC\) Eacuadóir),
7153             'two' => q(Unidad de Valor Constante \(UVC\) Eacuadóir),
7154             },
7155             },
7156             'EEK' => {
7157             symbol => 'EEK',
7158             display_name => {
7159             'currency' => q(Kroon na hEastóine),
7160             'few' => q(Kroon na hEastóine),
7161             'many' => q(Kroon na hEastóine),
7162             'one' => q(Kroon na hEastóine),
7163             'other' => q(Kroon na hEastóine),
7164             'two' => q(Kroon na hEastóine),
7165             },
7166             },
7167             'EGP' => {
7168             symbol => 'EGP',
7169             display_name => {
7170             'currency' => q(Punt na hÉigipte),
7171             'few' => q(phunt na hÉigipte),
7172             'many' => q(bpunt na hÉigipte),
7173             'one' => q(phunt na hÉigipte),
7174             'other' => q(punt na hÉigipte),
7175             'two' => q(phunt na hÉigipte),
7176             },
7177             },
7178             'ERN' => {
7179             symbol => 'ERN',
7180             display_name => {
7181             'currency' => q(Nakfa na hEiritré),
7182             'few' => q(nakfa na hEiritré),
7183             'many' => q(nakfa na hEiritré),
7184             'one' => q(nakfa na hEiritré),
7185             'other' => q(nakfa na hEiritré),
7186             'two' => q(nakfa na hEiritré),
7187             },
7188             },
7189             'ESA' => {
7190             symbol => 'ESA',
7191             },
7192             'ESB' => {
7193             symbol => 'ESB',
7194             },
7195             'ESP' => {
7196             symbol => 'ESP',
7197             display_name => {
7198             'currency' => q(Peseta na Spáinne),
7199             'few' => q(pheseta na Spáinne),
7200             'many' => q(bpeseta na Spáinne),
7201             'one' => q(pheseta na Spáinne),
7202             'other' => q(peseta na Spáinne),
7203             'two' => q(pheseta na Spáinne),
7204             },
7205             },
7206             'ETB' => {
7207             symbol => 'ETB',
7208             display_name => {
7209             'currency' => q(Birr na hAetóipe),
7210             'few' => q(bhirr na hAetóipe),
7211             'many' => q(mbirr na hAetóipe),
7212             'one' => q(bhirr na hAetóipe),
7213             'other' => q(birr na hAetóipe),
7214             'two' => q(bhirr na hAetóipe),
7215             },
7216             },
7217             'EUR' => {
7218             symbol => '€',
7219             display_name => {
7220             'currency' => q(Euro),
7221             'few' => q(euro),
7222             'many' => q(euro),
7223             'one' => q(euro),
7224             'other' => q(euro),
7225             'two' => q(euro),
7226             },
7227             },
7228             'FIM' => {
7229             symbol => 'FIM',
7230             display_name => {
7231             'currency' => q(Markka Fionnlannach),
7232             'few' => q(Markka Fionnlannach),
7233             'many' => q(Markka Fionnlannach),
7234             'one' => q(Markka Fionnlannach),
7235             'other' => q(Markka Fionnlannach),
7236             'two' => q(Markka Fionnlannach),
7237             },
7238             },
7239             'FJD' => {
7240             symbol => 'FJD',
7241             display_name => {
7242             'currency' => q(Dollar Fhidsí),
7243             'few' => q(dhollar Fhidsí),
7244             'many' => q(ndollar Fhidsí),
7245             'one' => q(dollar Fhidsí),
7246             'other' => q(dollar Fhidsí),
7247             'two' => q(dhollar Fhidsí),
7248             },
7249             },
7250             'FKP' => {
7251             symbol => 'FKP',
7252             display_name => {
7253             'currency' => q(Punt Oileáin Fháclainne),
7254             'few' => q(phunt Oileáin Fháclainne),
7255             'many' => q(bpunt Oileáin Fháclainne),
7256             'one' => q(phunt Oileáin Fháclainne),
7257             'other' => q(punt Oileáin Fháclainne),
7258             'two' => q(phunt Oileáin Fháclainne),
7259             },
7260             },
7261             'FRF' => {
7262             symbol => 'FRF',
7263             display_name => {
7264             'currency' => q(FRF),
7265             'few' => q(Franc Francach),
7266             'many' => q(Franc Francach),
7267             'one' => q(Franc Francach),
7268             'other' => q(Franc Francach),
7269             'two' => q(Franc Francach),
7270             },
7271             },
7272             'GBP' => {
7273             symbol => '£',
7274             display_name => {
7275             'currency' => q(Punt Steirling),
7276             'few' => q(phunt steirling),
7277             'many' => q(bpunt steirling),
7278             'one' => q(phunt steirling),
7279             'other' => q(punt steirling),
7280             'two' => q(phunt steirling),
7281             },
7282             },
7283             'GEK' => {
7284             symbol => 'GEK',
7285             display_name => {
7286             'currency' => q(Kupon Larit na Grúise),
7287             'few' => q(Kupon Larit na Grúise),
7288             'many' => q(Kupon Larit na Grúise),
7289             'one' => q(Kupon Larit na Grúise),
7290             'other' => q(Kupon Larit na Grúise),
7291             'two' => q(Kupon Larit na Grúise),
7292             },
7293             },
7294             'GEL' => {
7295             symbol => 'GEL',
7296             display_name => {
7297             'currency' => q(Lari na Seoirsia),
7298             'few' => q(lari na Seoirsia),
7299             'many' => q(lari na Seoirsia),
7300             'one' => q(lari na Seoirsia),
7301             'other' => q(lari na Seoirsia),
7302             'two' => q(lari na Seoirsia),
7303             },
7304             },
7305             'GHC' => {
7306             symbol => 'GHC',
7307             display_name => {
7308             'currency' => q(Cedi Ghána \(1979–2007\)),
7309             'few' => q(chedi Ghána \(1979–2007\)),
7310             'many' => q(gcedi Ghána \(1979–2007\)),
7311             'one' => q(chedi Ghána \(1979–2007\)),
7312             'other' => q(cedi Ghána \(1979–2007\)),
7313             'two' => q(chedi Ghána \(1979–2007\)),
7314             },
7315             },
7316             'GHS' => {
7317             symbol => 'GHS',
7318             display_name => {
7319             'currency' => q(Cedi Ghána),
7320             'few' => q(chedi Ghána),
7321             'many' => q(gcedi Ghána),
7322             'one' => q(chedi Ghána),
7323             'other' => q(cedi Ghána),
7324             'two' => q(chedi Ghána),
7325             },
7326             },
7327             'GIP' => {
7328             symbol => 'GIP',
7329             display_name => {
7330             'currency' => q(Punt Ghiobráltar),
7331             'few' => q(phunt Ghiobráltar),
7332             'many' => q(bpunt Ghiobráltar),
7333             'one' => q(phunt Ghiobráltar),
7334             'other' => q(punt Ghiobráltar),
7335             'two' => q(phunt Ghiobráltar),
7336             },
7337             },
7338             'GMD' => {
7339             symbol => 'GMD',
7340             display_name => {
7341             'currency' => q(Dalasi na Gaimbia),
7342             'few' => q(dhalasi na Gaimbia),
7343             'many' => q(ndalasi na Gaimbia),
7344             'one' => q(dalasi na Gaimbia),
7345             'other' => q(dalasi na Gaimbia),
7346             'two' => q(dhalasi na Gaimbia),
7347             },
7348             },
7349             'GNF' => {
7350             symbol => 'GNF',
7351             display_name => {
7352             'currency' => q(Franc na Guine),
7353             'few' => q(fhranc na Guine),
7354             'many' => q(bhfranc na Guine),
7355             'one' => q(fhranc na Guine),
7356             'other' => q(franc na Guine),
7357             'two' => q(fhranc na Guine),
7358             },
7359             },
7360             'GNS' => {
7361             symbol => 'GNS',
7362             display_name => {
7363             'currency' => q(Syli Guine),
7364             'few' => q(Syli Guine),
7365             'many' => q(Syli Guine),
7366             'one' => q(Syli Guine),
7367             'other' => q(Syli Guine),
7368             'two' => q(Syli Guine),
7369             },
7370             },
7371             'GQE' => {
7372             symbol => 'GQE',
7373             display_name => {
7374             'currency' => q(Ekwele Guineana na Guine Meánchiorclaí),
7375             'few' => q(Ekwele Guineana na Guine Meánchiorclaí),
7376             'many' => q(Ekwele Guineana na Guine Meánchiorclaí),
7377             'one' => q(Ekwele Guineana na Guine Meánchiorclaí),
7378             'other' => q(Ekwele Guineana na Guine Meánchriosaí),
7379             'two' => q(Ekwele Guineana na Guine Meánchiorclaí),
7380             },
7381             },
7382             'GRD' => {
7383             symbol => 'GRD',
7384             display_name => {
7385             'currency' => q(Drachma Gréagach),
7386             'few' => q(Drachma Gréagach),
7387             'many' => q(Drachma Gréagach),
7388             'one' => q(Drachma Gréagach),
7389             'other' => q(Drachma Gréagach),
7390             'two' => q(Drachma Gréagach),
7391             },
7392             },
7393             'GTQ' => {
7394             symbol => 'GTQ',
7395             display_name => {
7396             'currency' => q(Quetzal Ghuatamala),
7397             'few' => q(quetzal Ghuatamala),
7398             'many' => q(quetzal Ghuatamala),
7399             'one' => q(quetzal Ghuatamala),
7400             'other' => q(quetzal Ghuatamala),
7401             'two' => q(quetzal Ghuatamala),
7402             },
7403             },
7404             'GWE' => {
7405             symbol => 'GWE',
7406             display_name => {
7407             'currency' => q(Escudo na Guine Portaingéalaí),
7408             'few' => q(Escudo na Guine Portaingéalaí),
7409             'many' => q(Escudo na Guine Portaingéalaí),
7410             'one' => q(Escudo na Guine Portaingéalaí),
7411             'other' => q(Escudo na Guine Portaingéalaí),
7412             'two' => q(Escudo na Guine Portaingéalaí),
7413             },
7414             },
7415             'GWP' => {
7416             symbol => 'GWP',
7417             display_name => {
7418             'currency' => q(Peso Guine-Bhissau),
7419             'few' => q(Peso Guine-Bhissau),
7420             'many' => q(Peso Guine-Bhissau),
7421             'one' => q(Peso Guine-Bhissau),
7422             'other' => q(Peso Guine-Bhissau),
7423             'two' => q(Peso Guine-Bhissau),
7424             },
7425             },
7426             'GYD' => {
7427             symbol => 'GYD',
7428             display_name => {
7429             'currency' => q(Dollar na Guáine),
7430             'few' => q(dhollar na Guáine),
7431             'many' => q(ndollar na Guáine),
7432             'one' => q(dollar na Guáine),
7433             'other' => q(dollar na Guáine),
7434             'two' => q(dhollar na Guáine),
7435             },
7436             },
7437             'HKD' => {
7438             symbol => 'HK$',
7439             display_name => {
7440             'currency' => q(Dollar Hong Cong),
7441             'few' => q(dhollar Hong Cong),
7442             'many' => q(ndollar Hong Cong),
7443             'one' => q(dollar Hong Cong),
7444             'other' => q(dollar Hong Cong),
7445             'two' => q(dhollar Hong Cong),
7446             },
7447             },
7448             'HNL' => {
7449             symbol => 'HNL',
7450             display_name => {
7451             'currency' => q(Lempira Hondúras),
7452             'few' => q(lempira Hondúras),
7453             'many' => q(lempira Hondúras),
7454             'one' => q(lempira Hondúras),
7455             'other' => q(lempira Hondúras),
7456             'two' => q(lempira Hondúras),
7457             },
7458             },
7459             'HRD' => {
7460             symbol => 'HRD',
7461             display_name => {
7462             'currency' => q(Dínear na Cróite),
7463             'few' => q(Dínear na Cróite),
7464             'many' => q(Dínear na Cróite),
7465             'one' => q(Dínear na Cróite),
7466             'other' => q(Dínear na Cróite),
7467             'two' => q(Dínear na Cróite),
7468             },
7469             },
7470             'HRK' => {
7471             symbol => 'HRK',
7472             display_name => {
7473             'currency' => q(Kuna na Cróite),
7474             'few' => q(kuna na Cróite),
7475             'many' => q(kuna na Cróite),
7476             'one' => q(kuna na Cróite),
7477             'other' => q(kuna na Cróite),
7478             'two' => q(kuna na Cróite),
7479             },
7480             },
7481             'HTG' => {
7482             symbol => 'HTG',
7483             display_name => {
7484             'currency' => q(Gourde Háítí),
7485             'few' => q(ghourde Háítí),
7486             'many' => q(ngourde Háítí),
7487             'one' => q(ghourde Háítí),
7488             'other' => q(gourde Háítí),
7489             'two' => q(ghourde Háítí),
7490             },
7491             },
7492             'HUF' => {
7493             symbol => 'HUF',
7494             display_name => {
7495             'currency' => q(Forint na hUngáire),
7496             'few' => q(fhorint na hUngáire),
7497             'many' => q(bhforint na hUngáire),
7498             'one' => q(fhorint na hUngáire),
7499             'other' => q(forint na hUngáire),
7500             'two' => q(fhorint na hUngáire),
7501             },
7502             },
7503             'IDR' => {
7504             symbol => 'IDR',
7505             display_name => {
7506             'currency' => q(Rupiah na hIndinéise),
7507             'few' => q(rupiah na hIndinéise),
7508             'many' => q(rupiah na hIndinéise),
7509             'one' => q(rupiah na hIndinéise),
7510             'other' => q(rupiah na hIndinéise),
7511             'two' => q(rupiah na hIndinéise),
7512             },
7513             },
7514             'IEP' => {
7515             symbol => 'IEP',
7516             display_name => {
7517             'currency' => q(Punt Éireannach),
7518             'few' => q(Punt Éireannach),
7519             'many' => q(Punt Éireannach),
7520             'one' => q(Punt Éireannach),
7521             'other' => q(Punt Éireannach),
7522             'two' => q(Punt Éireannach),
7523             },
7524             },
7525             'ILP' => {
7526             symbol => 'ILP',
7527             display_name => {
7528             'currency' => q(Punt Iosraelach),
7529             'few' => q(Punt Iosraelach),
7530             'many' => q(Punt Iosraelach),
7531             'one' => q(Punt Iosraelach),
7532             'other' => q(Punt Iosraelach),
7533             'two' => q(Punt Iosraelach),
7534             },
7535             },
7536             'ILS' => {
7537             symbol => '₪',
7538             display_name => {
7539             'currency' => q(Seiceal Nua Iosrael),
7540             'few' => q(sheiceal nua Iosrael),
7541             'many' => q(seiceal nua Iosrael),
7542             'one' => q(seiceal nua Iosrael),
7543             'other' => q(seiceal nua Iosrael),
7544             'two' => q(sheiceal nua Iosrael),
7545             },
7546             },
7547             'INR' => {
7548             symbol => '₹',
7549             display_name => {
7550             'currency' => q(Rúipí na hIndia),
7551             'few' => q(rúipí na hIndia),
7552             'many' => q(rúipí na hIndia),
7553             'one' => q(rúipí na hIndia),
7554             'other' => q(rúipí na hIndia),
7555             'two' => q(rúipí na hIndia),
7556             },
7557             },
7558             'IQD' => {
7559             symbol => 'IQD',
7560             display_name => {
7561             'currency' => q(Dinar na hIaráice),
7562             'few' => q(dhinar na hIaráice),
7563             'many' => q(ndinar na hIaráice),
7564             'one' => q(dinar na hIaráice),
7565             'other' => q(dinar na hIaráice),
7566             'two' => q(dhinar na hIaráice),
7567             },
7568             },
7569             'IRR' => {
7570             symbol => 'IRR',
7571             display_name => {
7572             'currency' => q(Rial na hIaráine),
7573             'few' => q(rial na hIaráine),
7574             'many' => q(rial na hIaráine),
7575             'one' => q(rial na hIaráine),
7576             'other' => q(rial na hIaráine),
7577             'two' => q(rial na hIaráine),
7578             },
7579             },
7580             'ISK' => {
7581             symbol => 'ISK',
7582             display_name => {
7583             'currency' => q(Króna na hÍoslainne),
7584             'few' => q(króna na hÍoslainne),
7585             'many' => q(króna na hÍoslainne),
7586             'one' => q(króna na hÍoslainne),
7587             'other' => q(króna na hÍoslainne),
7588             'two' => q(króna na hÍoslainne),
7589             },
7590             },
7591             'ITL' => {
7592             symbol => 'ITL',
7593             display_name => {
7594             'currency' => q(Lira na hIodáile),
7595             'few' => q(lira na hIodáile),
7596             'many' => q(lira na hIodáile),
7597             'one' => q(lira na hIodáile),
7598             'other' => q(lira na hIodáile),
7599             'two' => q(lira na hIodáile),
7600             },
7601             },
7602             'JMD' => {
7603             symbol => 'JMD',
7604             display_name => {
7605             'currency' => q(Dollar na hIamáice),
7606             'few' => q(dhollar na hIamáice),
7607             'many' => q(ndollar na hIamáice),
7608             'one' => q(dollar na hIamáice),
7609             'other' => q(dollar na hIamáice),
7610             'two' => q(dhollar na hIamáice),
7611             },
7612             },
7613             'JOD' => {
7614             symbol => 'JOD',
7615             display_name => {
7616             'currency' => q(Dinar na hIordáine),
7617             'few' => q(dhinar na hIordáine),
7618             'many' => q(ndinar na hIordáine),
7619             'one' => q(dinar na hIordáine),
7620             'other' => q(dinar na hIordáine),
7621             'two' => q(dhinar na hIordáine),
7622             },
7623             },
7624             'JPY' => {
7625             symbol => '¥',
7626             display_name => {
7627             'currency' => q(Yen na Seapáine),
7628             'few' => q(yen na Seapáine),
7629             'many' => q(yen na Seapáine),
7630             'one' => q(yen na Seapáine),
7631             'other' => q(yen na Seapáine),
7632             'two' => q(yen na Seapáine),
7633             },
7634             },
7635             'KES' => {
7636             symbol => 'KES',
7637             display_name => {
7638             'currency' => q(Scilling na Céinia),
7639             'few' => q(scilling na Céinia),
7640             'many' => q(scilling na Céinia),
7641             'one' => q(scilling na Céinia),
7642             'other' => q(scilling na Céinia),
7643             'two' => q(scilling na Céinia),
7644             },
7645             },
7646             'KGS' => {
7647             symbol => 'KGS',
7648             display_name => {
7649             'currency' => q(Som na Cirgeastáine),
7650             'few' => q(shom na Cirgeastáine),
7651             'many' => q(som na Cirgeastáine),
7652             'one' => q(som na Cirgeastáine),
7653             'other' => q(som na Cirgeastáine),
7654             'two' => q(shom na Cirgeastáine),
7655             },
7656             },
7657             'KHR' => {
7658             symbol => 'KHR',
7659             display_name => {
7660             'currency' => q(Riel na Cambóide),
7661             'few' => q(riel na Cambóide),
7662             'many' => q(riel na Cambóide),
7663             'one' => q(riel na Cambóide),
7664             'other' => q(riel na Cambóide),
7665             'two' => q(riel na Cambóide),
7666             },
7667             },
7668             'KMF' => {
7669             symbol => 'KMF',
7670             display_name => {
7671             'currency' => q(Franc Oileáin Chomóra),
7672             'few' => q(fhranc Oileáin Chomóra),
7673             'many' => q(bhfranc Oileáin Chomóra),
7674             'one' => q(fhranc Oileáin Chomóra),
7675             'other' => q(franc Oileáin Chomóra),
7676             'two' => q(fhranc Oileáin Chomóra),
7677             },
7678             },
7679             'KPW' => {
7680             symbol => 'KPW',
7681             display_name => {
7682             'currency' => q(Won na Cóiré Thuaidh),
7683             'few' => q(won na Cóiré Thuaidh),
7684             'many' => q(won na Cóiré Thuaidh),
7685             'one' => q(won na Cóiré Thuaidh),
7686             'other' => q(won na Cóiré Thuaidh),
7687             'two' => q(won na Cóiré Thuaidh),
7688             },
7689             },
7690             'KRH' => {
7691             symbol => 'KRH',
7692             },
7693             'KRO' => {
7694             symbol => 'KRO',
7695             },
7696             'KRW' => {
7697             symbol => '₩',
7698             display_name => {
7699             'currency' => q(Won na Cóiré Theas),
7700             'few' => q(won na Cóiré Theas),
7701             'many' => q(won na Cóiré Theas),
7702             'one' => q(won na Cóiré Theas),
7703             'other' => q(won na Cóiré Theas),
7704             'two' => q(won na Cóiré Theas),
7705             },
7706             },
7707             'KWD' => {
7708             symbol => 'KWD',
7709             display_name => {
7710             'currency' => q(Dinar Chuáit),
7711             'few' => q(dhinar Chuáit),
7712             'many' => q(ndinar Chuáit),
7713             'one' => q(dinar Chuáit),
7714             'other' => q(dinar Chuáit),
7715             'two' => q(dhinar Chuáit),
7716             },
7717             },
7718             'KYD' => {
7719             symbol => 'KYD',
7720             display_name => {
7721             'currency' => q(Dollar Oileáin Cayman),
7722             'few' => q(dhollar Oileáin Cayman),
7723             'many' => q(ndollar Oileáin Cayman),
7724             'one' => q(dollar Oileáin Cayman),
7725             'other' => q(dollar Oileáin Cayman),
7726             'two' => q(dhollar Oileáin Cayman),
7727             },
7728             },
7729             'KZT' => {
7730             symbol => 'KZT',
7731             display_name => {
7732             'currency' => q(Tenge na Casacstáine),
7733             'few' => q(thenge na Casacstáine),
7734             'many' => q(dtenge na Casacstáine),
7735             'one' => q(tenge na Casacstáine),
7736             'other' => q(tenge na Casacstáine),
7737             'two' => q(thenge na Casacstáine),
7738             },
7739             },
7740             'LAK' => {
7741             symbol => 'LAK',
7742             display_name => {
7743             'currency' => q(Kip Laos),
7744             'few' => q(kip Laos),
7745             'many' => q(kip Laos),
7746             'one' => q(kip Laos),
7747             'other' => q(kip Laos),
7748             'two' => q(kip Laos),
7749             },
7750             },
7751             'LBP' => {
7752             symbol => 'LBP',
7753             display_name => {
7754             'currency' => q(Punt na Liobáine),
7755             'few' => q(phunt na Liobáine),
7756             'many' => q(bpunt na Liobáine),
7757             'one' => q(phunt na Liobáine),
7758             'other' => q(punt na Liobáine),
7759             'two' => q(phunt na Liobáine),
7760             },
7761             },
7762             'LKR' => {
7763             symbol => 'LKR',
7764             display_name => {
7765             'currency' => q(Rúipí Shrí Lanca),
7766             'few' => q(rúipí Shrí Lanca),
7767             'many' => q(rúipí Shrí Lanca),
7768             'one' => q(rúipí Shrí Lanca),
7769             'other' => q(rúipí Shrí Lanca),
7770             'two' => q(rúipí Shrí Lanca),
7771             },
7772             },
7773             'LRD' => {
7774             symbol => 'LRD',
7775             display_name => {
7776             'currency' => q(Dollar na Libéire),
7777             'few' => q(dhollar na Libéire),
7778             'many' => q(ndollar na Libéire),
7779             'one' => q(dollar na Libéire),
7780             'other' => q(dollar na Libéire),
7781             'two' => q(dhollar na Libéire),
7782             },
7783             },
7784             'LSL' => {
7785             symbol => 'LSL',
7786             display_name => {
7787             'currency' => q(Loti Leosóta),
7788             'few' => q(Loti Leosóta),
7789             'many' => q(Loti Leosóta),
7790             'one' => q(Loti Leosóta),
7791             'other' => q(Loti Leosóta),
7792             'two' => q(Loti Leosóta),
7793             },
7794             },
7795             'LTL' => {
7796             symbol => 'LTL',
7797             display_name => {
7798             'currency' => q(Litas na Liotuáine),
7799             'few' => q(litas na Liotuáine),
7800             'many' => q(litas na Liotuáine),
7801             'one' => q(litas na Liotuáine),
7802             'other' => q(litas na Liotuáine),
7803             'two' => q(litas na Liotuáine),
7804             },
7805             },
7806             'LTT' => {
7807             symbol => 'LTT',
7808             display_name => {
7809             'currency' => q(Talonas Liotuánach),
7810             'few' => q(Talonas Liotuánach),
7811             'many' => q(Talonas Liotuánach),
7812             'one' => q(Talonas Liotuánach),
7813             'other' => q(Talonas Liotuánach),
7814             'two' => q(Talonas Liotuánach),
7815             },
7816             },
7817             'LUC' => {
7818             symbol => 'LUC',
7819             display_name => {
7820             'currency' => q(LUC),
7821             'few' => q(LUC),
7822             'many' => q(LUC),
7823             'one' => q(LUC),
7824             'other' => q(LUC),
7825             'two' => q(LUC),
7826             },
7827             },
7828             'LUF' => {
7829             symbol => 'LUF',
7830             display_name => {
7831             'currency' => q(Franc Lucsamburg),
7832             'few' => q(Franc Lucsamburg),
7833             'many' => q(Franc Lucsamburg),
7834             'one' => q(Franc Lucsamburg),
7835             'other' => q(Franc Lucsamburg),
7836             'two' => q(Franc Lucsamburg),
7837             },
7838             },
7839             'LVL' => {
7840             symbol => 'LVL',
7841             display_name => {
7842             'currency' => q(Lats na Laitvia),
7843             'few' => q(lats na Laitvia),
7844             'many' => q(lats na Laitvia),
7845             'one' => q(lats na Laitvia),
7846             'other' => q(lats na Laitvia),
7847             'two' => q(lats na Laitvia),
7848             },
7849             },
7850             'LVR' => {
7851             symbol => 'LVR',
7852             display_name => {
7853             'currency' => q(LVR),
7854             'few' => q(Rúbal Laitviach),
7855             'many' => q(Rúbal Laitviach),
7856             'one' => q(Rúbal Laitviach),
7857             'other' => q(Rúbal Laitviach),
7858             'two' => q(Rúbal Laitviach),
7859             },
7860             },
7861             'LYD' => {
7862             symbol => 'LYD',
7863             display_name => {
7864             'currency' => q(Dinar na Libia),
7865             'few' => q(dhinar na Libia),
7866             'many' => q(ndinar na Libia),
7867             'one' => q(dinar na Libia),
7868             'other' => q(dinar na Libia),
7869             'two' => q(dhinar na Libia),
7870             },
7871             },
7872             'MAD' => {
7873             symbol => 'MAD',
7874             display_name => {
7875             'currency' => q(Dirham Mharacó),
7876             'few' => q(dhirham Mharacó),
7877             'many' => q(ndirham Mharacó),
7878             'one' => q(dirham Mharacó),
7879             'other' => q(dirham Mharacó),
7880             'two' => q(dhirham Mharacó),
7881             },
7882             },
7883             'MAF' => {
7884             symbol => 'MAF',
7885             display_name => {
7886             'currency' => q(Franc Mharacó),
7887             'few' => q(fhranc Mharacó),
7888             'many' => q(bhfranc Mharacó),
7889             'one' => q(fhranc Mharacó),
7890             'other' => q(franc Mharacó),
7891             'two' => q(fhranc Mharacó),
7892             },
7893             },
7894             'MDL' => {
7895             symbol => 'MDL',
7896             display_name => {
7897             'currency' => q(Leu na Moldóive),
7898             'few' => q(leu na Moldóive),
7899             'many' => q(leu na Moldóive),
7900             'one' => q(leu na Moldóive),
7901             'other' => q(leu na Moldóive),
7902             'two' => q(leu na Moldóive),
7903             },
7904             },
7905             'MGA' => {
7906             symbol => 'MGA',
7907             display_name => {
7908             'currency' => q(Ariary Mhadagascar),
7909             'few' => q(ariary Mhadagascar),
7910             'many' => q(n-ariary Mhadagascar),
7911             'one' => q(ariary Mhadagascar),
7912             'other' => q(ariary Mhadagascar),
7913             'two' => q(ariary Mhadagascar),
7914             },
7915             },
7916             'MGF' => {
7917             symbol => 'MGF',
7918             display_name => {
7919             'currency' => q(Franc Madagascar),
7920             'few' => q(Franc Madagascar),
7921             'many' => q(Franc Madagascar),
7922             'one' => q(Franc Madagascar),
7923             'other' => q(Franc Madagascar),
7924             'two' => q(Franc Madagascar),
7925             },
7926             },
7927             'MKD' => {
7928             symbol => 'MKD',
7929             display_name => {
7930             'currency' => q(Denar na Macadóine),
7931             'few' => q(dhenar na Macadóine),
7932             'many' => q(ndenar na Macadóine),
7933             'one' => q(denar na Macadóine),
7934             'other' => q(denar na Macadóine),
7935             'two' => q(dhenar na Macadóine),
7936             },
7937             },
7938             'MKN' => {
7939             symbol => 'MKN',
7940             },
7941             'MLF' => {
7942             symbol => 'MLF',
7943             display_name => {
7944             'currency' => q(Franc Mhailí),
7945             'few' => q(Franc Mhailí),
7946             'many' => q(Franc Mhailí),
7947             'one' => q(Franc Mhailí),
7948             'other' => q(Franc Mhailí),
7949             'two' => q(Franc Mhailí),
7950             },
7951             },
7952             'MMK' => {
7953             symbol => 'MMK',
7954             display_name => {
7955             'currency' => q(Kyat Mhaenmar),
7956             'few' => q(kyat Mhaenmar),
7957             'many' => q(kyat Mhaenmar),
7958             'one' => q(kyat Mhaenmar),
7959             'other' => q(kyat Mhaenmar),
7960             'two' => q(kyat Mhaenmar),
7961             },
7962             },
7963             'MNT' => {
7964             symbol => 'MNT',
7965             display_name => {
7966             'currency' => q(Tugrik na Mongóile),
7967             'few' => q(thugrik na Mongóile),
7968             'many' => q(dtugrik na Mongóile),
7969             'one' => q(tugrik na Mongóile),
7970             'other' => q(tugrik na Mongóile),
7971             'two' => q(thugrik na Mongóile),
7972             },
7973             },
7974             'MOP' => {
7975             symbol => 'MOP',
7976             display_name => {
7977             'currency' => q(Pataca Mhacao),
7978             'few' => q(phataca Mhacao),
7979             'many' => q(bpataca Mhacao),
7980             'one' => q(phataca Mhacao),
7981             'other' => q(pataca Mhacao),
7982             'two' => q(phataca Mhacao),
7983             },
7984             },
7985             'MRO' => {
7986             symbol => 'MRO',
7987             display_name => {
7988             'currency' => q(Ouguiya na Máratáine \(1973–2017\)),
7989             'few' => q(ouguiya na Máratáine \(1973–2017\)),
7990             'many' => q(n-ouguiya na Máratáine \(1973–2017\)),
7991             'one' => q(ouguiya na Máratáine \(1973–2017\)),
7992             'other' => q(ouguiya na Máratáine \(1973–2017\)),
7993             'two' => q(ouguiya na Máratáine \(1973–2017\)),
7994             },
7995             },
7996             'MRU' => {
7997             display_name => {
7998             'currency' => q(Ouguiya na Máratáine),
7999             'few' => q(ouguiya na Máratáine),
8000             'many' => q(n-ouguiya na Máratáine),
8001             'one' => q(ouguiya na Máratáine),
8002             'other' => q(ouguiya na Máratáine),
8003             'two' => q(ouguiya na Máratáine),
8004             },
8005             },
8006             'MTL' => {
8007             symbol => 'MTL',
8008             display_name => {
8009             'currency' => q(Lira Mhálta),
8010             'few' => q(lira Mhálta),
8011             'many' => q(lira Mhálta),
8012             'one' => q(lira Mhálta),
8013             'other' => q(lira Mhálta),
8014             'two' => q(lira Mhálta),
8015             },
8016             },
8017             'MTP' => {
8018             symbol => 'MTP',
8019             display_name => {
8020             'currency' => q(Punt Mhálta),
8021             'few' => q(phunt Mhálta),
8022             'many' => q(bpunt Mhálta),
8023             'one' => q(phunt Mhálta),
8024             'other' => q(punt Mhálta),
8025             'two' => q(phunt Mhálta),
8026             },
8027             },
8028             'MUR' => {
8029             symbol => 'MUR',
8030             display_name => {
8031             'currency' => q(Rúipí Oileán Mhuirís),
8032             'few' => q(rúipí Oileán Mhuirís),
8033             'many' => q(rúipí Oileán Mhuirís),
8034             'one' => q(rúipí Oileán Mhuirís),
8035             'other' => q(rúipí Oileán Mhuirís),
8036             'two' => q(rúipí Oileán Mhuirís),
8037             },
8038             },
8039             'MVP' => {
8040             symbol => 'MVP',
8041             display_name => {
8042             'currency' => q(Rúipí Oileáin Mhaildíve),
8043             'few' => q(rúipí Oileáin Mhaildíve),
8044             'many' => q(rúipí Oileáin Mhaildíve),
8045             'one' => q(rúipí Oileáin Mhaildíve),
8046             'other' => q(rúipí Oileáin Mhaildíve),
8047             'two' => q(rúipí Oileáin Mhaildíve),
8048             },
8049             },
8050             'MVR' => {
8051             symbol => 'MVR',
8052             display_name => {
8053             'currency' => q(Rufiyaa Oileáin Mhaildíve),
8054             'few' => q(rufiyaa Oileáin Mhaildíve),
8055             'many' => q(rufiyaa Oileáin Mhaildíve),
8056             'one' => q(rufiyaa Oileáin Mhaildíve),
8057             'other' => q(rufiyaa Oileáin Mhaildíve),
8058             'two' => q(rufiyaa Oileáin Mhaildíve),
8059             },
8060             },
8061             'MWK' => {
8062             symbol => 'MWK',
8063             display_name => {
8064             'currency' => q(Kwacha na Maláive),
8065             'few' => q(kwacha na Maláive),
8066             'many' => q(kwacha na Maláive),
8067             'one' => q(kwacha na Maláive),
8068             'other' => q(kwacha na Maláive),
8069             'two' => q(kwacha na Maláive),
8070             },
8071             },
8072             'MXN' => {
8073             symbol => 'MX$',
8074             display_name => {
8075             'currency' => q(Peso Mheicsiceo),
8076             'few' => q(pheso Mheicsiceo),
8077             'many' => q(bpeso Mheicsiceo),
8078             'one' => q(pheso Mheicsiceo),
8079             'other' => q(peso Mheicsiceo),
8080             'two' => q(pheso Mheicsiceo),
8081             },
8082             },
8083             'MXP' => {
8084             symbol => 'MXP',
8085             display_name => {
8086             'currency' => q(Peso Airgid Mheicsiceo \(1861–1992\)),
8087             'few' => q(pheso airgid Mheicsiceo \(1861–1992\)),
8088             'many' => q(bpeso airgid Mheicsiceo \(1861–1992\)),
8089             'one' => q(pheso airgid Mheicsiceo \(1861–1992\)),
8090             'other' => q(peso airgid Mheicsiceo \(1861–1992\)),
8091             'two' => q(pheso airgid Mheicsiceo \(1861–1992\)),
8092             },
8093             },
8094             'MXV' => {
8095             symbol => 'MXV',
8096             display_name => {
8097             'currency' => q(MXV),
8098             'few' => q(Unidad de Inversion \(UDI\) Meicsiceo),
8099             'many' => q(Unidad de Inversion \(UDI\) Meicsiceo),
8100             'one' => q(Unidad de Inversion \(UDI\) Meicsiceo),
8101             'other' => q(Unidad de Inversion \(UDI\) Meicsiceo),
8102             'two' => q(Unidad de Inversion \(UDI\) Meicsiceo),
8103             },
8104             },
8105             'MYR' => {
8106             symbol => 'MYR',
8107             display_name => {
8108             'currency' => q(Ringgit na Malaeisia),
8109             'few' => q(ringgit na Malaeisia),
8110             'many' => q(ringgit na Malaeisia),
8111             'one' => q(ringgit na Malaeisia),
8112             'other' => q(ringgit na Malaeisia),
8113             'two' => q(ringgit na Malaeisia),
8114             },
8115             },
8116             'MZE' => {
8117             symbol => 'MZE',
8118             display_name => {
8119             'currency' => q(Escudo Mósaimbíce),
8120             'few' => q(Escudo Mósaimbíce),
8121             'many' => q(Escudo Mósaimbíce),
8122             'one' => q(Escudo Mósaimbíce),
8123             'other' => q(Escudo Mósaimbíce),
8124             'two' => q(Escudo Mósaimbíce),
8125             },
8126             },
8127             'MZM' => {
8128             symbol => 'MZM',
8129             display_name => {
8130             'currency' => q(Metical Mósaimbíce),
8131             'few' => q(Metical Mósaimbíce),
8132             'many' => q(Metical Mósaimbíce),
8133             'one' => q(Metical Mósaimbíce),
8134             'other' => q(Metical Mósaimbíce),
8135             'two' => q(Metical Mósaimbíce),
8136             },
8137             },
8138             'MZN' => {
8139             symbol => 'MZN',
8140             display_name => {
8141             'currency' => q(Metical Mhósaimbíc),
8142             'few' => q(mhetical Mhósaimbíc),
8143             'many' => q(metical Mhósaimbíc),
8144             'one' => q(mhetical Mhósaimbíc),
8145             'other' => q(metical Mhósaimbíc),
8146             'two' => q(mhetical Mhósaimbíc),
8147             },
8148             },
8149             'NAD' => {
8150             symbol => 'NAD',
8151             display_name => {
8152             'currency' => q(Dollar na Namaibe),
8153             'few' => q(dhollar na Namaibe),
8154             'many' => q(ndollar na Namaibe),
8155             'one' => q(dollar na Namaibe),
8156             'other' => q(dollar na Namaibe),
8157             'two' => q(dhollar na Namaibe),
8158             },
8159             },
8160             'NGN' => {
8161             symbol => 'NGN',
8162             display_name => {
8163             'currency' => q(Naira na Nigéire),
8164             'few' => q(naira na Nigéire),
8165             'many' => q(naira na Nigéire),
8166             'one' => q(naira na Nigéire),
8167             'other' => q(naira na Nigéire),
8168             'two' => q(naira na Nigéire),
8169             },
8170             },
8171             'NIC' => {
8172             symbol => 'NIC',
8173             display_name => {
8174             'currency' => q(Córdoba Nicearagua \(1988–1991\)),
8175             'few' => q(chórdoba Nicearagua \(1988–1991\)),
8176             'many' => q(gcórdoba Nicearagua \(1988–1991\)),
8177             'one' => q(chórdoba Nicearagua \(1988–1991\)),
8178             'other' => q(córdoba Nicearagua \(1988–1991\)),
8179             'two' => q(chórdoba Nicearagua \(1988–1991\)),
8180             },
8181             },
8182             'NIO' => {
8183             symbol => 'NIO',
8184             display_name => {
8185             'currency' => q(Córdoba Nicearagua),
8186             'few' => q(chórdoba Nicearagua),
8187             'many' => q(gcórdoba Nicearagua),
8188             'one' => q(chórdoba Nicearagua),
8189             'other' => q(córdoba Nicearagua),
8190             'two' => q(chórdoba Nicearagua),
8191             },
8192             },
8193             'NLG' => {
8194             symbol => 'NLG',
8195             display_name => {
8196             'currency' => q(Guilder Ísiltíreach),
8197             'few' => q(Guilder Ísiltíreach),
8198             'many' => q(Guilder Ísiltíreach),
8199             'one' => q(Guilder Ísiltíreach),
8200             'other' => q(Guilder Ísiltíreach),
8201             'two' => q(Guilder Ísiltíreach),
8202             },
8203             },
8204             'NOK' => {
8205             symbol => 'NOK',
8206             display_name => {
8207             'currency' => q(Coróin na hIorua),
8208             'few' => q(choróin na hIorua),
8209             'many' => q(gcoróin na hIorua),
8210             'one' => q(choróin na hIorua),
8211             'other' => q(coróin na hIorua),
8212             'two' => q(choróin na hIorua),
8213             },
8214             },
8215             'NPR' => {
8216             symbol => 'NPR',
8217             display_name => {
8218             'currency' => q(Rúipí Neipeal),
8219             'few' => q(rúipí Neipeal),
8220             'many' => q(rúipí Neipeal),
8221             'one' => q(rúipí Neipeal),
8222             'other' => q(rúipí Neipeal),
8223             'two' => q(rúipí Neipeal),
8224             },
8225             },
8226             'NZD' => {
8227             symbol => 'NZ$',
8228             display_name => {
8229             'currency' => q(Dollar na Nua-Shéalainne),
8230             'few' => q(dhollar na Nua-Shéalainne),
8231             'many' => q(ndollar na Nua-Shéalainne),
8232             'one' => q(dollar na Nua-Shéalainne),
8233             'other' => q(dollar na Nua-Shéalainne),
8234             'two' => q(dhollar na Nua-Shéalainne),
8235             },
8236             },
8237             'OMR' => {
8238             symbol => 'OMR',
8239             display_name => {
8240             'currency' => q(Rial Óman),
8241             'few' => q(rial Óman),
8242             'many' => q(rial Óman),
8243             'one' => q(rial Óman),
8244             'other' => q(rial Óman),
8245             'two' => q(rial Óman),
8246             },
8247             },
8248             'PAB' => {
8249             symbol => 'PAB',
8250             display_name => {
8251             'currency' => q(Balboa Phanama),
8252             'few' => q(bhalboa Phanama),
8253             'many' => q(mbalboa Phanama),
8254             'one' => q(bhalboa Phanama),
8255             'other' => q(balboa Phanama),
8256             'two' => q(bhalboa Phanama),
8257             },
8258             },
8259             'PEI' => {
8260             symbol => 'PEI',
8261             display_name => {
8262             'currency' => q(Inti Pheiriú),
8263             'few' => q(Inti Pheiriú),
8264             'many' => q(Inti Pheiriú),
8265             'one' => q(Inti Pheiriú),
8266             'other' => q(Inti Pheiriú),
8267             'two' => q(Inti Pheiriú),
8268             },
8269             },
8270             'PEN' => {
8271             symbol => 'PEN',
8272             display_name => {
8273             'currency' => q(Sol Pheiriú),
8274             'few' => q(sol Pheiriú),
8275             'many' => q(sol Pheiriú),
8276             'one' => q(sol Pheiriú),
8277             'other' => q(Sol Pheiriú),
8278             'two' => q(shol Pheiriú),
8279             },
8280             },
8281             'PES' => {
8282             symbol => 'PES',
8283             display_name => {
8284             'currency' => q(Sol Pheiriú \(1863–1965\)),
8285             'few' => q(shol Pheiriú \(1863–1965\)),
8286             'many' => q(sol Pheiriú \(1863–1965\)),
8287             'one' => q(sol Pheiriú \(1863–1965\)),
8288             'other' => q(sol Pheiriú \(1863–1965\)),
8289             'two' => q(shol Pheiriú \(1863–1965\)),
8290             },
8291             },
8292             'PGK' => {
8293             symbol => 'PGK',
8294             display_name => {
8295             'currency' => q(Kina Nua-Ghuine Phapua),
8296             'few' => q(kina Nua-Ghuine Phapua),
8297             'many' => q(kina Nua-Ghuine Phapua),
8298             'one' => q(kina Nua-Ghuine Phapua),
8299             'other' => q(kina Nua-Ghuine Phapua),
8300             'two' => q(kina Nua-Ghuine Phapua),
8301             },
8302             },
8303             'PHP' => {
8304             symbol => 'PHP',
8305             display_name => {
8306             'currency' => q(Peso na nOileán Filipíneach),
8307             'few' => q(pheso na nOileán Filipíneach),
8308             'many' => q(bpeso na nOileán Filipíneach),
8309             'one' => q(pheso na nOileán Filipíneach),
8310             'other' => q(peso na nOileán Filipíneach),
8311             'two' => q(pheso na nOileán Filipíneach),
8312             },
8313             },
8314             'PKR' => {
8315             symbol => 'PKR',
8316             display_name => {
8317             'currency' => q(Rúipí na Pacastáine),
8318             'few' => q(rúipí na Pacastáine),
8319             'many' => q(rúipí na Pacastáine),
8320             'one' => q(rúipí na Pacastáine),
8321             'other' => q(rúipí na Pacastáine),
8322             'two' => q(rúipí na Pacastáine),
8323             },
8324             },
8325             'PLN' => {
8326             symbol => 'PLN',
8327             display_name => {
8328             'currency' => q(Zloty na Polainne),
8329             'few' => q(zloty na Polainne),
8330             'many' => q(zloty na Polainne),
8331             'one' => q(zloty na Polainne),
8332             'other' => q(zloty na Polainne),
8333             'two' => q(zloty na Polainne),
8334             },
8335             },
8336             'PLZ' => {
8337             symbol => 'PLZ',
8338             display_name => {
8339             'currency' => q(Zloty Polannach \(1950–1995\)),
8340             'few' => q(Zloty Polannach \(1950–1995\)),
8341             'many' => q(Zloty Polannach \(1950–1995\)),
8342             'one' => q(Zloty Polannach \(1950–1995\)),
8343             'other' => q(Zloty Polannach \(1950–1995\)),
8344             'two' => q(Zloty Polannach \(1950–1995\)),
8345             },
8346             },
8347             'PTE' => {
8348             symbol => 'PTE',
8349             display_name => {
8350             'currency' => q(Escudo na Portaingéile),
8351             'few' => q(escudo na Portaingéile),
8352             'many' => q(n-escudo na Portaingéile),
8353             'one' => q(escudo na Portaingéile),
8354             'other' => q(escudo na Portaingéile),
8355             'two' => q(escudo na Portaingéile),
8356             },
8357             },
8358             'PYG' => {
8359             symbol => 'PYG',
8360             display_name => {
8361             'currency' => q(Guaraní Pharagua),
8362             'few' => q(ghuaraní Pharagua),
8363             'many' => q(nguaraní Pharagua),
8364             'one' => q(ghuaraní Pharagua),
8365             'other' => q(guaraní Pharagua),
8366             'two' => q(ghuaraní Pharagua),
8367             },
8368             },
8369             'QAR' => {
8370             symbol => 'QAR',
8371             display_name => {
8372             'currency' => q(Riyal Chatar),
8373             'few' => q(riyal Chatar),
8374             'many' => q(riyal Chatar),
8375             'one' => q(riyal Chatar),
8376             'other' => q(riyal Chatar),
8377             'two' => q(riyal Chatar),
8378             },
8379             },
8380             'ROL' => {
8381             symbol => 'ROL',
8382             display_name => {
8383             'currency' => q(Leu na Rómáine \(1952–2006\)),
8384             'few' => q(leu na Rómáine \(1952–2006\)),
8385             'many' => q(leu na Rómáine \(1952–2006\)),
8386             'one' => q(leu na Rómáine \(1952–2006\)),
8387             'other' => q(leu na Rómáine \(1952–2006\)),
8388             'two' => q(leu na Rómáine \(1952–2006\)),
8389             },
8390             },
8391             'RON' => {
8392             symbol => 'RON',
8393             display_name => {
8394             'currency' => q(Leu na Rómáine),
8395             'few' => q(leu na Rómáine),
8396             'many' => q(leu na Rómáine),
8397             'one' => q(leu na Rómáine),
8398             'other' => q(leu na Rómáine),
8399             'two' => q(leu na Rómáine),
8400             },
8401             },
8402             'RSD' => {
8403             symbol => 'RSD',
8404             display_name => {
8405             'currency' => q(Dinar na Seirbia),
8406             'few' => q(dhinar na Seirbia),
8407             'many' => q(ndinar na Seirbia),
8408             'one' => q(dinar na Seirbia),
8409             'other' => q(dinar na Seirbia),
8410             'two' => q(dhinar na Seirbia),
8411             },
8412             },
8413             'RUB' => {
8414             symbol => 'RUB',
8415             display_name => {
8416             'currency' => q(Rúbal na Rúise),
8417             'few' => q(rúbal na Rúise),
8418             'many' => q(rúbal na Rúise),
8419             'one' => q(rúbal na Rúise),
8420             'other' => q(rúbal na Rúise),
8421             'two' => q(rúbal na Rúise),
8422             },
8423             },
8424             'RUR' => {
8425             symbol => 'RUR',
8426             display_name => {
8427             'currency' => q(Rúbal na Rúise \(1991–1998\)),
8428             'few' => q(rúbal na Rúise \(1991–1998\)),
8429             'many' => q(rúbal na Rúise \(1991–1998\)),
8430             'one' => q(rúbal na Rúise \(1991–1998\)),
8431             'other' => q(rúbal na Rúise \(1991–1998\)),
8432             'two' => q(rúbal na Rúise \(1991–1998\)),
8433             },
8434             },
8435             'RWF' => {
8436             symbol => 'RWF',
8437             display_name => {
8438             'currency' => q(Franc Ruanda),
8439             'few' => q(fhranc Ruanda),
8440             'many' => q(bhfranc Ruanda),
8441             'one' => q(fhranc Ruanda),
8442             'other' => q(franc Ruanda),
8443             'two' => q(fhranc Ruanda),
8444             },
8445             },
8446             'SAR' => {
8447             symbol => 'SAR',
8448             display_name => {
8449             'currency' => q(Riyal na hAraibe Sádaí),
8450             'few' => q(riyal na hAraibe Sádaí),
8451             'many' => q(riyal na hAraibe Sádaí),
8452             'one' => q(riyal na hAraibe Sádaí),
8453             'other' => q(riyal na hAraibe Sádaí),
8454             'two' => q(riyal na hAraibe Sádaí),
8455             },
8456             },
8457             'SBD' => {
8458             symbol => 'SBD',
8459             display_name => {
8460             'currency' => q(Dollar Oileáin Sholomón),
8461             'few' => q(dhollar Oileáin Sholomón),
8462             'many' => q(ndollar Oileáin Sholomón),
8463             'one' => q(dollar Oileáin Sholomón),
8464             'other' => q(dollar Oileáin Sholomón),
8465             'two' => q(dhollar Oileáin Sholomón),
8466             },
8467             },
8468             'SCR' => {
8469             symbol => 'SCR',
8470             display_name => {
8471             'currency' => q(Rúipí na Séiséal),
8472             'few' => q(rúipí na Séiséal),
8473             'many' => q(rúipí na Séiséal),
8474             'one' => q(rúipí na Séiséal),
8475             'other' => q(rúipí na Séiséal),
8476             'two' => q(rúipí na Séiséal),
8477             },
8478             },
8479             'SDD' => {
8480             symbol => 'SDD',
8481             display_name => {
8482             'currency' => q(Dinar na Súdáine \(1992–2007\)),
8483             'few' => q(dhinar na Súdáine \(1992–2007\)),
8484             'many' => q(ndinar na Súdáine \(1992–2007\)),
8485             'one' => q(dinar na Súdáine \(1992–2007\)),
8486             'other' => q(dinar na Súdáine \(1992–2007\)),
8487             'two' => q(dhinar na Súdáine \(1992–2007\)),
8488             },
8489             },
8490             'SDG' => {
8491             symbol => 'SDG',
8492             display_name => {
8493             'currency' => q(Punt na Súdáine),
8494             'few' => q(phunt na Súdáine),
8495             'many' => q(bpunt na Súdáine),
8496             'one' => q(phunt na Súdáine),
8497             'other' => q(punt na Súdáine),
8498             'two' => q(phunt na Súdáine),
8499             },
8500             },
8501             'SDP' => {
8502             symbol => 'SDP',
8503             display_name => {
8504             'currency' => q(Punt na Súdáine \(1957–1998\)),
8505             'few' => q(phunt na Súdáine \(1957–1998\)),
8506             'many' => q(bpunt na Súdáine \(1957–1998\)),
8507             'one' => q(phunt na Súdáine \(1957–1998\)),
8508             'other' => q(punt na Súdáine \(1957–1998\)),
8509             'two' => q(phunt na Súdáine \(1957–1998\)),
8510             },
8511             },
8512             'SEK' => {
8513             symbol => 'SEK',
8514             display_name => {
8515             'currency' => q(Coróin na Sualainne),
8516             'few' => q(choróin na Sualainne),
8517             'many' => q(gcoróin na Sualainne),
8518             'one' => q(choróin na Sualainne),
8519             'other' => q(coróin na Sualainne),
8520             'two' => q(choróin na Sualainne),
8521             },
8522             },
8523             'SGD' => {
8524             symbol => 'SGD',
8525             display_name => {
8526             'currency' => q(Dollar Shingeapór),
8527             'few' => q(dhollar Shingeapór),
8528             'many' => q(ndollar Shingeapór),
8529             'one' => q(dollar Shingeapór),
8530             'other' => q(dollar Shingeapór),
8531             'two' => q(dhollar Shingeapór),
8532             },
8533             },
8534             'SHP' => {
8535             symbol => 'SHP',
8536             display_name => {
8537             'currency' => q(Punt San Héilin),
8538             'few' => q(phunt San Héilin),
8539             'many' => q(bpunt San Héilin),
8540             'one' => q(phunt San Héilin),
8541             'other' => q(punt San Héilin),
8542             'two' => q(phunt San Héilin),
8543             },
8544             },
8545             'SIT' => {
8546             symbol => 'SIT',
8547             display_name => {
8548             'currency' => q(Tolar na Slóivéine),
8549             'few' => q(tholar na Slóivéine),
8550             'many' => q(dtolar na Slóivéine),
8551             'one' => q(tolar na Slóivéine),
8552             'other' => q(tolar na Slóivéine),
8553             'two' => q(tholar na Slóivéine),
8554             },
8555             },
8556             'SKK' => {
8557             symbol => 'SKK',
8558             display_name => {
8559             'currency' => q(Koruna na Slóvaice),
8560             'few' => q(koruna na Slóvaice),
8561             'many' => q(koruna na Slóvaice),
8562             'one' => q(koruna na Slóvaice),
8563             'other' => q(koruna na Slóvaice),
8564             'two' => q(koruna na Slóvaice),
8565             },
8566             },
8567             'SLL' => {
8568             symbol => 'SLL',
8569             display_name => {
8570             'currency' => q(Leone Shiarra Leon),
8571             'few' => q(leone Shiarra Leon),
8572             'many' => q(leone Shiarra Leon),
8573             'one' => q(leone Shiarra Leon),
8574             'other' => q(leone Shiarra Leon),
8575             'two' => q(leone Shiarra Leon),
8576             },
8577             },
8578             'SOS' => {
8579             symbol => 'SOS',
8580             display_name => {
8581             'currency' => q(Scilling na Somáile),
8582             'few' => q(scilling na Somáile),
8583             'many' => q(scilling na Somáile),
8584             'one' => q(scilling na Somáile),
8585             'other' => q(scilling na Somáile),
8586             'two' => q(scilling na Somáile),
8587             },
8588             },
8589             'SRD' => {
8590             symbol => 'SRD',
8591             display_name => {
8592             'currency' => q(Dollar Shuranam),
8593             'few' => q(dhollar Shuranam),
8594             'many' => q(ndollar Shuranam),
8595             'one' => q(dollar Shuranam),
8596             'other' => q(dollar Shuranam),
8597             'two' => q(dhollar Shuranam),
8598             },
8599             },
8600             'SRG' => {
8601             symbol => 'SRG',
8602             display_name => {
8603             'currency' => q(Gildear Shuranam),
8604             'few' => q(ghildear Shuranam),
8605             'many' => q(ngildear Shuranam),
8606             'one' => q(ghildear Shuranam),
8607             'other' => q(gildear Shuranam),
8608             'two' => q(ghildear Shuranam),
8609             },
8610             },
8611             'SSP' => {
8612             symbol => 'SSP',
8613             display_name => {
8614             'currency' => q(Punt na Súdáine Theas),
8615             'few' => q(phunt na Súdáine Theas),
8616             'many' => q(bpunt na Súdáine Theas),
8617             'one' => q(phunt na Súdáine Theas),
8618             'other' => q(punt na Súdáine Theas),
8619             'two' => q(phunt na Súdáine Theas),
8620             },
8621             },
8622             'STD' => {
8623             symbol => 'STD',
8624             display_name => {
8625             'currency' => q(Dobra São Tomé agus Príncipe \(1977–2017\)),
8626             'few' => q(dhobra São Tomé agus Príncipe \(1977–2017\)),
8627             'many' => q(ndobra São Tomé agus Príncipe \(1977–2017\)),
8628             'one' => q(dobra São Tomé agus Príncipe \(1977–2017\)),
8629             'other' => q(dobra São Tomé agus Príncipe \(1977–2017\)),
8630             'two' => q(dhobra São Tomé agus Príncipe \(1977–2017\)),
8631             },
8632             },
8633             'STN' => {
8634             symbol => 'Db',
8635             display_name => {
8636             'currency' => q(Dobra São Tomé agus Príncipe),
8637             'few' => q(dhobra São Tomé agus Príncipe),
8638             'many' => q(ndobra São Tomé agus Príncipe),
8639             'one' => q(dobra São Tomé agus Príncipe),
8640             'other' => q(dobra São Tomé agus Príncipe),
8641             'two' => q(dhobra São Tomé agus Príncipe),
8642             },
8643             },
8644             'SUR' => {
8645             symbol => 'SUR',
8646             display_name => {
8647             'currency' => q(Rúbal an Aontais Shóivéadaigh),
8648             'few' => q(rúbal an Aontais Shóivéadaigh),
8649             'many' => q(rúbal an Aontais Shóivéadaigh),
8650             'one' => q(rúbal an Aontais Shóivéadaigh),
8651             'other' => q(rúbal an Aontais Shóivéadaigh),
8652             'two' => q(rúbal an Aontais Shóivéadaigh),
8653             },
8654             },
8655             'SVC' => {
8656             symbol => 'SVC',
8657             display_name => {
8658             'currency' => q(Colón na Salvadóire),
8659             'few' => q(cholón na Salvadóire),
8660             'many' => q(gcolón na Salvadóire),
8661             'one' => q(cholón na Salvadóire),
8662             'other' => q(colón na Salvadóire),
8663             'two' => q(cholón na Salvadóire),
8664             },
8665             },
8666             'SYP' => {
8667             symbol => 'SYP',
8668             display_name => {
8669             'currency' => q(Punt na Siria),
8670             'few' => q(phunt na Siria),
8671             'many' => q(bpunt na Siria),
8672             'one' => q(phunt na Siria),
8673             'other' => q(punt na Siria),
8674             'two' => q(phunt na Siria),
8675             },
8676             },
8677             'SZL' => {
8678             symbol => 'SZL',
8679             display_name => {
8680             'currency' => q(Lilangeni na Suasalainne),
8681             'few' => q(lilangeni na Suasalainne),
8682             'many' => q(lilangeni na Suasalainne),
8683             'one' => q(lilangeni na Suasalainne),
8684             'other' => q(lilangeni na Suasalainne),
8685             'two' => q(lilangeni na Suasalainne),
8686             },
8687             },
8688             'THB' => {
8689             symbol => '฿',
8690             display_name => {
8691             'currency' => q(Baht na Téalainne),
8692             'few' => q(bhaht na Téalainne),
8693             'many' => q(mbaht na Téalainne),
8694             'one' => q(bhaht na Téalainne),
8695             'other' => q(baht na Téalainne),
8696             'two' => q(bhaht na Téalainne),
8697             },
8698             },
8699             'TJR' => {
8700             symbol => 'TJR',
8701             display_name => {
8702             'currency' => q(Rúbal na Táidsíceastáine),
8703             'few' => q(Rúbal na Táidsíceastáine),
8704             'many' => q(Rúbal na Táidsíceastáine),
8705             'one' => q(Rúbal na Táidsíceastáine),
8706             'other' => q(Rúbal na Táidsíceastáine),
8707             'two' => q(Rúbal na Táidsíceastáine),
8708             },
8709             },
8710             'TJS' => {
8711             symbol => 'TJS',
8712             display_name => {
8713             'currency' => q(Somoni na Táidsíceastáine),
8714             'few' => q(shomoni na Táidsíceastáine),
8715             'many' => q(somoni na Táidsíceastáine),
8716             'one' => q(somoni na Táidsíceastáine),
8717             'other' => q(somoni na Táidsíceastáine),
8718             'two' => q(shomoni na Táidsíceastáine),
8719             },
8720             },
8721             'TMM' => {
8722             symbol => 'TMM',
8723             display_name => {
8724             'currency' => q(Manat na Tuircméanastáine \(1993–2009\)),
8725             'few' => q(Manat na Tuircméanastáine \(1993–2009\)),
8726             'many' => q(Manat na Tuircméanastáine \(1993–2009\)),
8727             'one' => q(Manat na Tuircméanastáine \(1993–2009\)),
8728             'other' => q(Manat na Tuircméanastáine \(1993–2009\)),
8729             'two' => q(Manat na Tuircméanastáine \(1993–2009\)),
8730             },
8731             },
8732             'TMT' => {
8733             symbol => 'TMT',
8734             display_name => {
8735             'currency' => q(Manat na Tuircméanastáine),
8736             'few' => q(mhanat na Tuircméanastáine),
8737             'many' => q(manat na Tuircméanastáine),
8738             'one' => q(mhanat na Tuircméanastáine),
8739             'other' => q(manat na Tuircméanastáine),
8740             'two' => q(mhanat na Tuircméanastáine),
8741             },
8742             },
8743             'TND' => {
8744             symbol => 'TND',
8745             display_name => {
8746             'currency' => q(Dinar na Túinéise),
8747             'few' => q(dhinar na Túinéise),
8748             'many' => q(ndinar na Túinéise),
8749             'one' => q(dinar na Túinéise),
8750             'other' => q(dinar na Túinéise),
8751             'two' => q(dhinar na Túinéise),
8752             },
8753             },
8754             'TOP' => {
8755             symbol => 'TOP',
8756             display_name => {
8757             'currency' => q(Paʻanga Thonga),
8758             'few' => q(phaʻanga Thonga),
8759             'many' => q(bpaʻanga Thonga),
8760             'one' => q(phaʻanga Thonga),
8761             'other' => q(paʻanga Thonga),
8762             'two' => q(phaʻanga Thonga),
8763             },
8764             },
8765             'TPE' => {
8766             symbol => 'TPE',
8767             display_name => {
8768             'currency' => q(Escudo Tíomóir),
8769             'few' => q(Escudo Tíomóir),
8770             'many' => q(Escudo Tíomóir),
8771             'one' => q(Escudo Tíomóir),
8772             'other' => q(Escudo Tíomóir),
8773             'two' => q(Escudo Tíomóir),
8774             },
8775             },
8776             'TRL' => {
8777             symbol => 'TRL',
8778             display_name => {
8779             'currency' => q(Lira na Tuirce \(1922–2005\)),
8780             'few' => q(lira na Tuirce \(1922–2005\)),
8781             'many' => q(lira na Tuirce \(1922–2005\)),
8782             'one' => q(lira na Tuirce \(1922–2005\)),
8783             'other' => q(lira na Tuirce \(1922–2005\)),
8784             'two' => q(lira na Tuirce \(1922–2005\)),
8785             },
8786             },
8787             'TRY' => {
8788             symbol => 'TRY',
8789             display_name => {
8790             'currency' => q(Lira na Tuirce),
8791             'few' => q(lira na Tuirce),
8792             'many' => q(lira na Tuirce),
8793             'one' => q(lira na Tuirce),
8794             'other' => q(lira na Tuirce),
8795             'two' => q(lira na Tuirce),
8796             },
8797             },
8798             'TTD' => {
8799             symbol => 'TTD',
8800             display_name => {
8801             'currency' => q(Dollar Oileán na Tríonóide agus Tobága),
8802             'few' => q(dhollar Oileán na Tríonóide agus Tobága),
8803             'many' => q(ndollar Oileán na Tríonóide agus Tobága),
8804             'one' => q(dollar Oileán na Tríonóide agus Tobága),
8805             'other' => q(dollar Oileán na Tríonóide agus Tobága),
8806             'two' => q(dhollar Oileán na Tríonóide agus Tobága),
8807             },
8808             },
8809             'TWD' => {
8810             symbol => 'NT$',
8811             display_name => {
8812             'currency' => q(Dollar Nua na Téaváine),
8813             'few' => q(dhollar nua na Téaváine),
8814             'many' => q(ndollar nua na Téaváine),
8815             'one' => q(dollar nua na Téaváine),
8816             'other' => q(dollar nua na Téaváine),
8817             'two' => q(dhollar nua na Téaváine),
8818             },
8819             },
8820             'TZS' => {
8821             symbol => 'TZS',
8822             display_name => {
8823             'currency' => q(Scilling na Tansáine),
8824             'few' => q(scilling na Tansáine),
8825             'many' => q(scilling na Tansáine),
8826             'one' => q(scilling na Tansáine),
8827             'other' => q(scilling na Tansáine),
8828             'two' => q(scilling na Tansáine),
8829             },
8830             },
8831             'UAH' => {
8832             symbol => 'UAH',
8833             display_name => {
8834             'currency' => q(Hryvnia na hÚcráine),
8835             'few' => q(hryvnia na hÚcráine),
8836             'many' => q(hryvnia na hÚcráine),
8837             'one' => q(hryvnia na hÚcráine),
8838             'other' => q(hryvnia na hÚcráine),
8839             'two' => q(hryvnia na hÚcráine),
8840             },
8841             },
8842             'UAK' => {
8843             symbol => 'UAK',
8844             display_name => {
8845             'currency' => q(Karbovanets Úcránach),
8846             'few' => q(Karbovanets Úcránach),
8847             'many' => q(Karbovanets Úcránach),
8848             'one' => q(Karbovanets Úcránach),
8849             'other' => q(Karbovanets Úcránach),
8850             'two' => q(Karbovanets Úcránach),
8851             },
8852             },
8853             'UGS' => {
8854             symbol => 'UGS',
8855             display_name => {
8856             'currency' => q(Scilling Uganda \(1966–1987\)),
8857             'few' => q(Scilling Uganda \(1966–1987\)),
8858             'many' => q(Scilling Uganda \(1966–1987\)),
8859             'one' => q(Scilling Uganda \(1966–1987\)),
8860             'other' => q(Scilling Uganda \(1966–1987\)),
8861             'two' => q(Scilling Uganda \(1966–1987\)),
8862             },
8863             },
8864             'UGX' => {
8865             symbol => 'UGX',
8866             display_name => {
8867             'currency' => q(Scilling Uganda),
8868             'few' => q(scilling Uganda),
8869             'many' => q(scilling Uganda),
8870             'one' => q(scilling Uganda),
8871             'other' => q(scilling Uganda),
8872             'two' => q(scilling Uganda),
8873             },
8874             },
8875             'USD' => {
8876             symbol => '$',
8877             display_name => {
8878             'currency' => q(Dollar S.A.M.),
8879             'few' => q(dhollar S.A.M.),
8880             'many' => q(ndollar S.A.M.),
8881             'one' => q(dollar S.A.M.),
8882             'other' => q(dollar S.A.M.),
8883             'two' => q(dhollar S.A.M.),
8884             },
8885             },
8886             'USN' => {
8887             symbol => 'USN',
8888             display_name => {
8889             'currency' => q(Dollar S.A.M. \(an chéad lá eile\)),
8890             'few' => q(dhollar S.A.M. \(an chéad lá eile\)),
8891             'many' => q(ndollar S.A.M. \(an chéad lá eile\)),
8892             'one' => q(dollar S.A.M. \(an chéad lá eile\)),
8893             'other' => q(dollar S.A.M. \(an chéad lá eile\)),
8894             'two' => q(dhollar S.A.M. \(an chéad lá eile\)),
8895             },
8896             },
8897             'USS' => {
8898             symbol => 'USS',
8899             display_name => {
8900             'currency' => q(Dollar S.A.M. \(an lá céanna\)),
8901             'few' => q(dhollar S.A.M. \(an lá céanna\)),
8902             'many' => q(ndollar S.A.M. \(an lá céanna\)),
8903             'one' => q(dollar S.A.M. \(an lá céanna\)),
8904             'other' => q(dollar S.A.M. \(an lá céanna\)),
8905             'two' => q(dhollar S.A.M. \(an lá céanna\)),
8906             },
8907             },
8908             'UYP' => {
8909             symbol => 'UYP',
8910             display_name => {
8911             'currency' => q(Peso Uragua \(1975–1993\)),
8912             'few' => q(pheso Uragua \(1975–1993\)),
8913             'many' => q(bpeso Uragua \(1975–1993\)),
8914             'one' => q(pheso Uragua \(1975–1993\)),
8915             'other' => q(peso Uragua \(1975–1993\)),
8916             'two' => q(pheso Uragua \(1975–1993\)),
8917             },
8918             },
8919             'UYU' => {
8920             symbol => 'UYU',
8921             display_name => {
8922             'currency' => q(Peso Uragua),
8923             'few' => q(pheso Uragua),
8924             'many' => q(bpeso Uragua),
8925             'one' => q(pheso Uragua),
8926             'other' => q(peso Uragua),
8927             'two' => q(pheso Uragua),
8928             },
8929             },
8930             'UZS' => {
8931             symbol => 'UZS',
8932             display_name => {
8933             'currency' => q(Sum na hÚisbéiceastáine),
8934             'few' => q(shum na hÚisbéiceastáine),
8935             'many' => q(sum na hÚisbéiceastáine),
8936             'one' => q(sum na hÚisbéiceastáine),
8937             'other' => q(sum na hÚisbéiceastáine),
8938             'two' => q(shum na hÚisbéiceastáine),
8939             },
8940             },
8941             'VEB' => {
8942             symbol => 'VEB',
8943             display_name => {
8944             'currency' => q(Bolívar Veiniséala \(1871–2008\)),
8945             'few' => q(bholívar Veiniséala \(1871–2008\)),
8946             'many' => q(mbolívar Veiniséala \(1871–2008\)),
8947             'one' => q(bholívar Veiniséala \(1871–2008\)),
8948             'other' => q(bolívar Veiniséala \(1871–2008\)),
8949             'two' => q(bholívar Veiniséala \(1871–2008\)),
8950             },
8951             },
8952             'VEF' => {
8953             symbol => 'VEF',
8954             display_name => {
8955             'currency' => q(Bolívar Veiniséala \(2008–2018\)),
8956             'few' => q(bholívar Veiniséala \(2008–2018\)),
8957             'many' => q(mbolívar Veiniséala \(2008–2018\)),
8958             'one' => q(bholívar Veiniséala \(2008–2018\)),
8959             'other' => q(bolívar Veiniséala \(2008–2018\)),
8960             'two' => q(bholívar Veiniséala \(2008–2018\)),
8961             },
8962             },
8963             'VES' => {
8964             symbol => 'VES',
8965             display_name => {
8966             'currency' => q(Bolívar Veiniséala),
8967             'few' => q(bholívar Veiniséala),
8968             'many' => q(mbolívar Veiniséala),
8969             'one' => q(bholívar Veiniséala),
8970             'other' => q(bolívar Veiniséala),
8971             'two' => q(bholívar Veiniséala),
8972             },
8973             },
8974             'VND' => {
8975             symbol => '₫',
8976             display_name => {
8977             'currency' => q(Dong Vítneam),
8978             'few' => q(dhong Vítneam),
8979             'many' => q(ndong Vítneam),
8980             'one' => q(dong Vítneam),
8981             'other' => q(Dong Vítneam),
8982             'two' => q(dhong Vítneam),
8983             },
8984             },
8985             'VNN' => {
8986             symbol => 'VNN',
8987             display_name => {
8988             'currency' => q(Dong Vítneam \(1978–1985\)),
8989             'few' => q(dhong Vítneam \(1978–1985\)),
8990             'many' => q(ndong Vítneam \(1978–1985\)),
8991             'one' => q(dong Vítneam \(1978–1985\)),
8992             'other' => q(dong Vítneam \(1978–1985\)),
8993             'two' => q(dhong Vítneam \(1978–1985\)),
8994             },
8995             },
8996             'VUV' => {
8997             symbol => 'VUV',
8998             display_name => {
8999             'currency' => q(Vatu Vanuatú),
9000             'few' => q(vatu Vanuatú),
9001             'many' => q(vatu Vanuatú),
9002             'one' => q(vatu Vanuatú),
9003             'other' => q(vatu Vanuatú),
9004             'two' => q(vatu Vanuatú),
9005             },
9006             },
9007             'WST' => {
9008             symbol => 'WST',
9009             display_name => {
9010             'currency' => q(Tala Shamó),
9011             'few' => q(thala Shamó),
9012             'many' => q(dtala Shamó),
9013             'one' => q(tala Shamó),
9014             'other' => q(tala Shamó),
9015             'two' => q(thala Shamó),
9016             },
9017             },
9018             'XAF' => {
9019             symbol => 'FCFA',
9020             display_name => {
9021             'currency' => q(Franc CFA na hAfraice Láir),
9022             'few' => q(fhranc CFA na hAfraice Láir),
9023             'many' => q(bhfranc CFA na hAfraice Láir),
9024             'one' => q(fhranc CFA na hAfraice Láir),
9025             'other' => q(franc CFA na hAfraice Láir),
9026             'two' => q(fhranc CFA na hAfraice Láir),
9027             },
9028             },
9029             'XAG' => {
9030             symbol => 'XAG',
9031             display_name => {
9032             'currency' => q(Airgead),
9033             'few' => q(unsaí troí airgid),
9034             'many' => q(unsaí troí airgid),
9035             'one' => q(unsa troí airgid),
9036             'other' => q(unsaí troí airgid),
9037             'two' => q(unsa troí airgid),
9038             },
9039             },
9040             'XAU' => {
9041             symbol => 'XAU',
9042             display_name => {
9043             'currency' => q(Ór),
9044             'few' => q(unsaí troí óir),
9045             'many' => q(unsaí troí óir),
9046             'one' => q(unsa troí óir),
9047             'other' => q(unsaí troí óir),
9048             'two' => q(unsa troí óir),
9049             },
9050             },
9051             'XBA' => {
9052             symbol => 'XBA',
9053             display_name => {
9054             'currency' => q(Aonad Ilchodach Eorpach),
9055             'few' => q(Aonad Ilchodach Eorpach),
9056             'many' => q(Aonad Ilchodach Eorpach),
9057             'one' => q(Aonad Ilchodach Eorpach),
9058             'other' => q(Aonad Ilchodach Eorpach),
9059             'two' => q(Aonad Ilchodach Eorpach),
9060             },
9061             },
9062             'XBB' => {
9063             symbol => 'XBB',
9064             display_name => {
9065             'currency' => q(Aonad Airgeadaíochta Eorpach),
9066             'few' => q(Aonad Airgeadaíochta Eorpach),
9067             'many' => q(Aonad Airgeadaíochta Eorpach),
9068             'one' => q(Aonad Airgeadaíochta Eorpach),
9069             'other' => q(Aonad Airgeadaíochta Eorpach),
9070             'two' => q(Aonad Airgeadaíochta Eorpach),
9071             },
9072             },
9073             'XBC' => {
9074             symbol => 'XBC',
9075             display_name => {
9076             'currency' => q(Aonad Cuntais Eorpach \(XBC\)),
9077             'few' => q(Aonad Cuntais Eorpach \(XBC\)),
9078             'many' => q(Aonad Cuntais Eorpach \(XBC\)),
9079             'one' => q(Aonad Cuntais Eorpach \(XBC\)),
9080             'other' => q(Aonad Cuntais Eorpach \(XBC\)),
9081             'two' => q(Aonad Cuntais Eorpach \(XBC\)),
9082             },
9083             },
9084             'XBD' => {
9085             symbol => 'XBD',
9086             display_name => {
9087             'currency' => q(Aonad Cuntais Eorpach \(XBD\)),
9088             'few' => q(Aonad Cuntais Eorpach \(XBD\)),
9089             'many' => q(Aonad Cuntais Eorpach \(XBD\)),
9090             'one' => q(Aonad Cuntais Eorpach \(XBD\)),
9091             'other' => q(Aonad Cuntais Eorpach \(XBD\)),
9092             'two' => q(Aonad Cuntais Eorpach \(XBD\)),
9093             },
9094             },
9095             'XCD' => {
9096             symbol => 'EC$',
9097             display_name => {
9098             'currency' => q(Dollar na Cairibe Thoir),
9099             'few' => q(dhollar na Cairibe Thoir),
9100             'many' => q(ndollar na Cairibe Thoir),
9101             'one' => q(dollar na Cairibe Thoir),
9102             'other' => q(dollar na Cairibe Thoir),
9103             'two' => q(dhollar na Cairibe Thoir),
9104             },
9105             },
9106             'XDR' => {
9107             symbol => 'XDR',
9108             display_name => {
9109             'currency' => q(Cearta Speisialta Tarraingthe),
9110             'few' => q(Cearta Speisialta Tarraingthe),
9111             'many' => q(Cearta Speisialta Tarraingthe),
9112             'one' => q(Cearta Speisialta Tarraingthe),
9113             'other' => q(Cearta Speisialta Tarraingthe),
9114             'two' => q(Cearta Speisialta Tarraingthe),
9115             },
9116             },
9117             'XEU' => {
9118             symbol => 'XEU',
9119             display_name => {
9120             'currency' => q(Aonad Airgeadra Eorpach),
9121             'few' => q(Aonad Airgeadra Eorpach),
9122             'many' => q(Aonad Airgeadra Eorpach),
9123             'one' => q(Aonad Airgeadra Eorpach),
9124             'other' => q(Aonad Airgeadra Eorpach),
9125             'two' => q(Aonad Airgeadra Eorpach),
9126             },
9127             },
9128             'XFO' => {
9129             symbol => 'XFO',
9130             display_name => {
9131             'currency' => q(Franc Ór Francach),
9132             'few' => q(Franc Ór Francach),
9133             'many' => q(Franc Ór Francach),
9134             'one' => q(Franc Ór Francach),
9135             'other' => q(Franc Ór Francach),
9136             'two' => q(Franc Ór Francach),
9137             },
9138             },
9139             'XFU' => {
9140             symbol => 'XFU',
9141             display_name => {
9142             'currency' => q(UIC-Franc Francach),
9143             'few' => q(UIC-Franc Francach),
9144             'many' => q(UIC-Franc Francach),
9145             'one' => q(UIC-Franc Francach),
9146             'other' => q(UIC-Franc Francach),
9147             'two' => q(UIC-Franc Francach),
9148             },
9149             },
9150             'XOF' => {
9151             symbol => 'CFA',
9152             display_name => {
9153             'currency' => q(Franc CFA Iarthar na hAfraice),
9154             'few' => q(fhranc CFA Iarthar na hAfraice),
9155             'many' => q(bhfranc CFA Iarthar na hAfraice),
9156             'one' => q(fhranc CFA Iarthar na hAfraice),
9157             'other' => q(franc CFA Iarthar na hAfraice),
9158             'two' => q(fhranc CFA Iarthar na hAfraice),
9159             },
9160             },
9161             'XPD' => {
9162             symbol => 'XPD',
9163             display_name => {
9164             'currency' => q(Pallaidiam),
9165             'few' => q(unsaí troí pallaidiam),
9166             'many' => q(unsaí troí pallaidiam),
9167             'one' => q(unsa troí pallaidiam),
9168             'other' => q(unsaí troí pallaidiam),
9169             'two' => q(unsa troí pallaidiam),
9170             },
9171             },
9172             'XPF' => {
9173             symbol => 'CFPF',
9174             display_name => {
9175             'currency' => q(Franc CFP),
9176             'few' => q(fhranc CFP),
9177             'many' => q(bhfranc CFP),
9178             'one' => q(fhranc CFP),
9179             'other' => q(franc CFP),
9180             'two' => q(fhranc CFP),
9181             },
9182             },
9183             'XPT' => {
9184             symbol => 'XPT',
9185             display_name => {
9186             'currency' => q(Platanam),
9187             'few' => q(unsaí troí platanaim),
9188             'many' => q(unsaí troí platanaim),
9189             'one' => q(unsa troí platanaim),
9190             'other' => q(unsaí troí platanaim),
9191             'two' => q(unsa troí platanaim),
9192             },
9193             },
9194             'XRE' => {
9195             symbol => 'XRE',
9196             },
9197             'XSU' => {
9198             symbol => 'XSU',
9199             },
9200             'XXX' => {
9201             symbol => 'XXX',
9202             display_name => {
9203             'currency' => q(Airgeadra Anaithnid),
9204             'few' => q(\(airgeadra anaithnid\)),
9205             'many' => q(\(airgeadra anaithnid\)),
9206             'one' => q(\(airgeadra anaithnid\)),
9207             'other' => q(\(airgeadra anaithnid\)),
9208             'two' => q(\(airgeadra anaithnid\)),
9209             },
9210             },
9211             'YDD' => {
9212             symbol => 'YDD',
9213             display_name => {
9214             'currency' => q(Dínear Éimin),
9215             'few' => q(Dínear Éimin),
9216             'many' => q(Dínear Éimin),
9217             'one' => q(Dínear Éimin),
9218             'other' => q(Dínear Éimin),
9219             'two' => q(Dínear Éimin),
9220             },
9221             },
9222             'YER' => {
9223             symbol => 'YER',
9224             display_name => {
9225             'currency' => q(Rial Éimin),
9226             'few' => q(rial Éimin),
9227             'many' => q(rial Éimin),
9228             'one' => q(rial Éimin),
9229             'other' => q(rial Éimin),
9230             'two' => q(rial Éimin),
9231             },
9232             },
9233             'YUD' => {
9234             symbol => 'YUD',
9235             display_name => {
9236             'currency' => q(Dínear Crua Iúgslavach \(1966–1990\)),
9237             'few' => q(Dínear Crua Iúgslavach \(1966–1990\)),
9238             'many' => q(Dínear Crua Iúgslavach \(1966–1990\)),
9239             'one' => q(Dínear Crua Iúgslavach \(1966–1990\)),
9240             'other' => q(Dínear Crua Iúgslavach \(1966–1990\)),
9241             'two' => q(Dínear Crua Iúgslavach \(1966–1990\)),
9242             },
9243             },
9244             'YUM' => {
9245             symbol => 'YUM',
9246             display_name => {
9247             'currency' => q(Dínear Nua Iúgslavach \(1994–2002\)),
9248             'few' => q(Dínear Nua Iúgslavach \(1994–2002\)),
9249             'many' => q(Dínear Nua Iúgslavach \(1994–2002\)),
9250             'one' => q(Dínear Nua Iúgslavach \(1994–2002\)),
9251             'other' => q(Dínear Nua Iúgslavach \(1994–2002\)),
9252             'two' => q(Dínear Nua Iúgslavach \(1994–2002\)),
9253             },
9254             },
9255             'YUN' => {
9256             symbol => 'YUN',
9257             display_name => {
9258             'currency' => q(YUN),
9259             'few' => q(Dínear Inathraithe Iúgslavach),
9260             'many' => q(Dínear Inathraithe Iúgslavach),
9261             'one' => q(Dínear Inathraithe Iúgslavach),
9262             'other' => q(Dínear Inathraithe Iúgslavach),
9263             'two' => q(Dínear Inathraithe Iúgslavach),
9264             },
9265             },
9266             'YUR' => {
9267             symbol => 'YUR',
9268             },
9269             'ZAL' => {
9270             symbol => 'ZAL',
9271             display_name => {
9272             'currency' => q(Rand na hAfraice Theas \(airgeadúil\)),
9273             'few' => q(Rand na hAfraice Theas \(airgeadúil\)),
9274             'many' => q(Rand na hAfraice Theas \(airgeadúil\)),
9275             'one' => q(Rand na hAfraice Theas \(airgeadúil\)),
9276             'other' => q(Rand na hAfraice Theas \(airgeadúil\)),
9277             'two' => q(Rand na hAfraice Theas \(airgeadúil\)),
9278             },
9279             },
9280             'ZAR' => {
9281             symbol => 'ZAR',
9282             display_name => {
9283             'currency' => q(Rand na hAfraice Theas),
9284             'few' => q(rand na hAfraice Theas),
9285             'many' => q(rand na hAfraice Theas),
9286             'one' => q(rand na hAfraice Theas),
9287             'other' => q(rand na hAfraice Theas),
9288             'two' => q(rand na hAfraice Theas),
9289             },
9290             },
9291             'ZMK' => {
9292             symbol => 'ZMK',
9293             display_name => {
9294             'currency' => q(Kwacha Saimbiach \(1968–2012\)),
9295             'few' => q(Kwacha Saimbiach \(1968–2012\)),
9296             'many' => q(Kwacha Saimbiach \(1968–2012\)),
9297             'one' => q(Kwacha Saimbiach \(1968–2012\)),
9298             'other' => q(Kwacha Saimbiach \(1968–2012\)),
9299             'two' => q(Kwacha Saimbiach \(1968–2012\)),
9300             },
9301             },
9302             'ZMW' => {
9303             symbol => 'ZMW',
9304             display_name => {
9305             'currency' => q(Kwacha na Saimbia),
9306             'few' => q(kwacha na Saimbia),
9307             'many' => q(kwacha na Saimbia),
9308             'one' => q(kwacha na Saimbia),
9309             'other' => q(kwacha na Saimbia),
9310             'two' => q(kwacha na Saimbia),
9311             },
9312             },
9313             'ZRN' => {
9314             symbol => 'ZRN',
9315             display_name => {
9316             'currency' => q(Zaire Nua Sáíreach),
9317             'few' => q(Zaire Nua Sáíreach),
9318             'many' => q(Zaire Nua Sáíreach),
9319             'one' => q(Zaire Nua Sáíreach),
9320             'other' => q(Zaire Nua Sáíreach),
9321             'two' => q(Zaire Nua Sáíreach),
9322             },
9323             },
9324             'ZRZ' => {
9325             symbol => 'ZRZ',
9326             display_name => {
9327             'currency' => q(Zaire Sáíreach),
9328             'few' => q(Zaire Sáíreach),
9329             'many' => q(Zaire Sáíreach),
9330             'one' => q(Zaire Sáíreach),
9331             'other' => q(Zaire Sáíreach),
9332             'two' => q(Zaire Sáíreach),
9333             },
9334             },
9335             'ZWD' => {
9336             symbol => 'ZWD',
9337             display_name => {
9338             'currency' => q(Dollar Siombábach \(1980–2008\)),
9339             'few' => q(Dollar Siombábach \(1980–2008\)),
9340             'many' => q(Dollar Siombábach \(1980–2008\)),
9341             'one' => q(Dollar Siombábach \(1980–2008\)),
9342             'other' => q(Dollar Siombábach \(1980–2008\)),
9343             'two' => q(Dollar Siombábach \(1980–2008\)),
9344             },
9345             },
9346             } },
9347             );
9348              
9349              
9350             has 'calendar_months' => (
9351             is => 'ro',
9352             isa => HashRef,
9353             init_arg => undef,
9354             default => sub { {
9355             'gregorian' => {
9356             'format' => {
9357             abbreviated => {
9358             nonleap => [
9359             'Ean',
9360             'Feabh',
9361             'Márta',
9362             'Aib',
9363             'Beal',
9364             'Meith',
9365             'Iúil',
9366             'Lún',
9367             'MFómh',
9368             'DFómh',
9369             'Samh',
9370             'Noll'
9371             ],
9372             leap => [
9373            
9374             ],
9375             },
9376             narrow => {
9377             nonleap => [
9378             'E',
9379             'F',
9380             'M',
9381             'A',
9382             'B',
9383             'M',
9384             'I',
9385             'L',
9386             'M',
9387             'D',
9388             'S',
9389             'N'
9390             ],
9391             leap => [
9392            
9393             ],
9394             },
9395             wide => {
9396             nonleap => [
9397             'Eanáir',
9398             'Feabhra',
9399             'Márta',
9400             'Aibreán',
9401             'Bealtaine',
9402             'Meitheamh',
9403             'Iúil',
9404             'Lúnasa',
9405             'Meán Fómhair',
9406             'Deireadh Fómhair',
9407             'Samhain',
9408             'Nollaig'
9409             ],
9410             leap => [
9411            
9412             ],
9413             },
9414             },
9415             'stand-alone' => {
9416             abbreviated => {
9417             nonleap => [
9418             'Ean',
9419             'Feabh',
9420             'Márta',
9421             'Aib',
9422             'Beal',
9423             'Meith',
9424             'Iúil',
9425             'Lún',
9426             'MFómh',
9427             'DFómh',
9428             'Samh',
9429             'Noll'
9430             ],
9431             leap => [
9432            
9433             ],
9434             },
9435             narrow => {
9436             nonleap => [
9437             'E',
9438             'F',
9439             'M',
9440             'A',
9441             'B',
9442             'M',
9443             'I',
9444             'L',
9445             'M',
9446             'D',
9447             'S',
9448             'N'
9449             ],
9450             leap => [
9451            
9452             ],
9453             },
9454             wide => {
9455             nonleap => [
9456             'Eanáir',
9457             'Feabhra',
9458             'Márta',
9459             'Aibreán',
9460             'Bealtaine',
9461             'Meitheamh',
9462             'Iúil',
9463             'Lúnasa',
9464             'Meán Fómhair',
9465             'Deireadh Fómhair',
9466             'Samhain',
9467             'Nollaig'
9468             ],
9469             leap => [
9470            
9471             ],
9472             },
9473             },
9474             },
9475             } },
9476             );
9477              
9478             has 'calendar_days' => (
9479             is => 'ro',
9480             isa => HashRef,
9481             init_arg => undef,
9482             default => sub { {
9483             'gregorian' => {
9484             'format' => {
9485             abbreviated => {
9486             mon => 'Luan',
9487             tue => 'Máirt',
9488             wed => 'Céad',
9489             thu => 'Déar',
9490             fri => 'Aoine',
9491             sat => 'Sath',
9492             sun => 'Domh'
9493             },
9494             narrow => {
9495             mon => 'L',
9496             tue => 'M',
9497             wed => 'C',
9498             thu => 'D',
9499             fri => 'A',
9500             sat => 'S',
9501             sun => 'D'
9502             },
9503             short => {
9504             mon => 'Lu',
9505             tue => 'Má',
9506             wed => 'Cé',
9507             thu => 'Dé',
9508             fri => 'Ao',
9509             sat => 'Sa',
9510             sun => 'Do'
9511             },
9512             wide => {
9513             mon => 'Dé Luain',
9514             tue => 'Dé Máirt',
9515             wed => 'Dé Céadaoin',
9516             thu => 'Déardaoin',
9517             fri => 'Dé hAoine',
9518             sat => 'Dé Sathairn',
9519             sun => 'Dé Domhnaigh'
9520             },
9521             },
9522             'stand-alone' => {
9523             abbreviated => {
9524             mon => 'Luan',
9525             tue => 'Máirt',
9526             wed => 'Céad',
9527             thu => 'Déar',
9528             fri => 'Aoine',
9529             sat => 'Sath',
9530             sun => 'Domh'
9531             },
9532             narrow => {
9533             mon => 'L',
9534             tue => 'M',
9535             wed => 'C',
9536             thu => 'D',
9537             fri => 'A',
9538             sat => 'S',
9539             sun => 'D'
9540             },
9541             short => {
9542             mon => 'Lu',
9543             tue => 'Má',
9544             wed => 'Cé',
9545             thu => 'Dé',
9546             fri => 'Ao',
9547             sat => 'Sa',
9548             sun => 'Do'
9549             },
9550             wide => {
9551             mon => 'Dé Luain',
9552             tue => 'Dé Máirt',
9553             wed => 'Dé Céadaoin',
9554             thu => 'Déardaoin',
9555             fri => 'Dé hAoine',
9556             sat => 'Dé Sathairn',
9557             sun => 'Dé Domhnaigh'
9558             },
9559             },
9560             },
9561             } },
9562             );
9563              
9564             has 'calendar_quarters' => (
9565             is => 'ro',
9566             isa => HashRef,
9567             init_arg => undef,
9568             default => sub { {
9569             'gregorian' => {
9570             'format' => {
9571             abbreviated => {0 => 'R1',
9572             1 => 'R2',
9573             2 => 'R3',
9574             3 => 'R4'
9575             },
9576             narrow => {0 => '1',
9577             1 => '2',
9578             2 => '3',
9579             3 => '4'
9580             },
9581             wide => {0 => '1ú ráithe',
9582             1 => '2ú ráithe',
9583             2 => '3ú ráithe',
9584             3 => '4ú ráithe'
9585             },
9586             },
9587             'stand-alone' => {
9588             abbreviated => {0 => 'R1',
9589             1 => 'R2',
9590             2 => 'R3',
9591             3 => 'R4'
9592             },
9593             narrow => {0 => '1',
9594             1 => '2',
9595             2 => '3',
9596             3 => '4'
9597             },
9598             wide => {0 => '1ú ráithe',
9599             1 => '2ú ráithe',
9600             2 => '3ú ráithe',
9601             3 => '4ú ráithe'
9602             },
9603             },
9604             },
9605             } },
9606             );
9607              
9608             has 'day_periods' => (
9609             is => 'ro',
9610             isa => HashRef,
9611             init_arg => undef,
9612             default => sub { {
9613             'gregorian' => {
9614             'format' => {
9615             'abbreviated' => {
9616             'am' => q{r.n.},
9617             'pm' => q{i.n.},
9618             },
9619             'narrow' => {
9620             'am' => q{a},
9621             'pm' => q{p},
9622             },
9623             'wide' => {
9624             'am' => q{r.n.},
9625             'pm' => q{i.n.},
9626             },
9627             },
9628             'stand-alone' => {
9629             'abbreviated' => {
9630             'am' => q{a.m.},
9631             'pm' => q{p.m.},
9632             },
9633             'narrow' => {
9634             'am' => q{a},
9635             'pm' => q{p},
9636             },
9637             'wide' => {
9638             'am' => q{a.m.},
9639             'pm' => q{p.m.},
9640             },
9641             },
9642             },
9643             } },
9644             );
9645              
9646             has 'eras' => (
9647             is => 'ro',
9648             isa => HashRef,
9649             init_arg => undef,
9650             default => sub { {
9651             'buddhist' => {
9652             abbreviated => {
9653             '0' => 'RB'
9654             },
9655             narrow => {
9656             '0' => 'RB'
9657             },
9658             wide => {
9659             '0' => 'RB'
9660             },
9661             },
9662             'generic' => {
9663             },
9664             'gregorian' => {
9665             abbreviated => {
9666             '0' => 'RC',
9667             '1' => 'AD'
9668             },
9669             narrow => {
9670             '0' => 'RC',
9671             '1' => 'AD'
9672             },
9673             wide => {
9674             '0' => 'Roimh Chríost',
9675             '1' => 'Anno Domini'
9676             },
9677             },
9678             } },
9679             );
9680              
9681             has 'date_formats' => (
9682             is => 'ro',
9683             isa => HashRef,
9684             init_arg => undef,
9685             default => sub { {
9686             'buddhist' => {
9687             'full' => q{EEEE d MMMM y G},
9688             'long' => q{d MMMM y G},
9689             'medium' => q{d MMM y G},
9690             'short' => q{dd/MM/y GGGGG},
9691             },
9692             'generic' => {
9693             'full' => q{EEEE d MMMM y G},
9694             'long' => q{d MMMM y G},
9695             'medium' => q{d MMM y G},
9696             'short' => q{dd/MM/y GGGGG},
9697             },
9698             'gregorian' => {
9699             'full' => q{EEEE d MMMM y},
9700             'long' => q{d MMMM y},
9701             'medium' => q{d MMM y},
9702             'short' => q{dd/MM/y},
9703             },
9704             } },
9705             );
9706              
9707             has 'time_formats' => (
9708             is => 'ro',
9709             isa => HashRef,
9710             init_arg => undef,
9711             default => sub { {
9712             'buddhist' => {
9713             },
9714             'generic' => {
9715             },
9716             'gregorian' => {
9717             'full' => q{HH:mm:ss zzzz},
9718             'long' => q{HH:mm:ss z},
9719             'medium' => q{HH:mm:ss},
9720             'short' => q{HH:mm},
9721             },
9722             } },
9723             );
9724              
9725             has 'datetime_formats' => (
9726             is => 'ro',
9727             isa => HashRef,
9728             init_arg => undef,
9729             default => sub { {
9730             'buddhist' => {
9731             'full' => q{{1} {0}},
9732             'long' => q{{1} {0}},
9733             'medium' => q{{1} {0}},
9734             'short' => q{{1} {0}},
9735             },
9736             'generic' => {
9737             'full' => q{{1} {0}},
9738             'long' => q{{1} {0}},
9739             'medium' => q{{1} {0}},
9740             'short' => q{{1} {0}},
9741             },
9742             'gregorian' => {
9743             'full' => q{{1} {0}},
9744             'long' => q{{1} {0}},
9745             'medium' => q{{1} {0}},
9746             'short' => q{{1} {0}},
9747             },
9748             } },
9749             );
9750              
9751             has 'datetime_formats_available_formats' => (
9752             is => 'ro',
9753             isa => HashRef,
9754             init_arg => undef,
9755             default => sub { {
9756             'buddhist' => {
9757             E => q{ccc},
9758             Ed => q{E d},
9759             Gy => q{y G},
9760             GyMMM => q{MMM y G},
9761             GyMMMEd => q{E d MMM y G},
9762             GyMMMd => q{d MMM y G},
9763             M => q{LL},
9764             MEd => q{E dd/MM},
9765             MMM => q{LLL},
9766             MMMEd => q{E d MMM},
9767             MMMMd => q{d MMMM},
9768             MMMd => q{d MMM},
9769             Md => q{dd/MM},
9770             d => q{d},
9771             y => q{y G},
9772             yyyy => q{y G},
9773             yyyyM => q{MM/y GGGGG},
9774             yyyyMEd => q{E dd/MM/y GGGGG},
9775             yyyyMMM => q{MMM y G},
9776             yyyyMMMEd => q{E d MMM y G},
9777             yyyyMMMM => q{MMMM y G},
9778             yyyyMMMd => q{d MMM y G},
9779             yyyyMd => q{dd/MM/y GGGGG},
9780             yyyyQQQ => q{QQQ y G},
9781             yyyyQQQQ => q{QQQQ y G},
9782             },
9783             'generic' => {
9784             Bh => q{h B},
9785             Bhm => q{h:mm B},
9786             Bhms => q{h:mm:ss B},
9787             E => q{ccc},
9788             EBhm => q{E h:mm B},
9789             EBhms => q{E h:mm:ss B},
9790             EHm => q{E HH:mm},
9791             EHms => q{E HH:mm:ss},
9792             Ed => q{E d},
9793             Ehm => q{E h:mm a},
9794             Ehms => q{E h:mm:ss a},
9795             Gy => q{y G},
9796             GyMMM => q{MMM y G},
9797             GyMMMEd => q{E d MMM y G},
9798             GyMMMd => q{d MMM y G},
9799             H => q{HH},
9800             Hm => q{HH:mm},
9801             Hms => q{HH:mm:ss},
9802             M => q{LL},
9803             MEd => q{E dd/MM},
9804             MMM => q{LLL},
9805             MMMEd => q{E d MMM},
9806             MMMMd => q{d MMMM},
9807             MMMd => q{d MMM},
9808             Md => q{dd/MM},
9809             d => q{d},
9810             h => q{h a},
9811             hm => q{h:mm a},
9812             hms => q{h:mm:ss a},
9813             ms => q{mm:ss},
9814             y => q{y G},
9815             yyyy => q{y G},
9816             yyyyM => q{MM/y GGGGG},
9817             yyyyMEd => q{E dd/MM/y GGGGG},
9818             yyyyMMM => q{MMM y G},
9819             yyyyMMMEd => q{E d MMM y G},
9820             yyyyMMMM => q{MMMM y G},
9821             yyyyMMMd => q{d MMM y G},
9822             yyyyMd => q{dd/MM/y GGGGG},
9823             yyyyQQQ => q{QQQ y G},
9824             yyyyQQQQ => q{QQQQ y G},
9825             },
9826             'gregorian' => {
9827             Bh => q{h B},
9828             Bhm => q{h:mm B},
9829             Bhms => q{h:mm:ss B},
9830             E => q{ccc},
9831             EBhm => q{E h:mm B},
9832             EBhms => q{E h:mm:ss B},
9833             EHm => q{E HH:mm},
9834             EHms => q{E HH:mm:ss},
9835             Ed => q{E d},
9836             Ehm => q{E h:mm a},
9837             Ehms => q{E h:mm:ss a},
9838             Gy => q{y G},
9839             GyMMM => q{MMM y G},
9840             GyMMMEd => q{E d MMM y G},
9841             GyMMMd => q{d MMM y G},
9842             H => q{HH},
9843             Hm => q{HH:mm},
9844             Hms => q{HH:mm:ss},
9845             Hmsv => q{HH:mm:ss v},
9846             Hmv => q{HH:mm v},
9847             M => q{LL},
9848             MEd => q{E dd/MM},
9849             MMM => q{LLL},
9850             MMMEd => q{E d MMM},
9851             MMMMW => q{'seachtain' 'a' W 'i' MMM},
9852             MMMMd => q{d MMMM},
9853             MMMd => q{d MMM},
9854             Md => q{dd/MM},
9855             d => q{d},
9856             h => q{h a},
9857             hm => q{h:mm a},
9858             hms => q{h:mm:ss a},
9859             hmsv => q{h:mm:ss a v},
9860             hmv => q{h:mm a v},
9861             ms => q{mm:ss},
9862             y => q{y},
9863             yM => q{MM/y},
9864             yMEd => q{E dd/MM/y},
9865             yMMM => q{MMM y},
9866             yMMMEd => q{E d MMM y},
9867             yMMMM => q{MMMM y},
9868             yMMMd => q{d MMM y},
9869             yMd => q{dd/MM/y},
9870             yQQQ => q{QQQ y},
9871             yQQQQ => q{QQQQ y},
9872             yw => q{'seachtain' 'a' w 'i' Y},
9873             },
9874             } },
9875             );
9876              
9877             has 'datetime_formats_append_item' => (
9878             is => 'ro',
9879             isa => HashRef,
9880             init_arg => undef,
9881             default => sub { {
9882             'gregorian' => {
9883             'Timezone' => '{0} {1}',
9884             },
9885             } },
9886             );
9887              
9888             has 'datetime_formats_interval' => (
9889             is => 'ro',
9890             isa => HashRef,
9891             init_arg => undef,
9892             default => sub { {
9893             'buddhist' => {
9894             H => {
9895             H => q{HH – HH},
9896             },
9897             Hm => {
9898             H => q{HH:mm – HH:mm},
9899             m => q{HH:mm – HH:mm},
9900             },
9901             Hmv => {
9902             H => q{HH:mm – HH:mm v},
9903             m => q{HH:mm – HH:mm v},
9904             },
9905             Hv => {
9906             H => q{HH – HH v},
9907             },
9908             M => {
9909             M => q{MM – MM},
9910             },
9911             MEd => {
9912             M => q{E dd/MM – E dd/MM},
9913             d => q{E dd/MM – E dd/MM},
9914             },
9915             MMM => {
9916             M => q{MMM – MMM},
9917             },
9918             MMMEd => {
9919             M => q{E d MMM – E d MMM},
9920             d => q{E d MMM – E d MMM},
9921             },
9922             MMMd => {
9923             M => q{d MMM – d MMM},
9924             d => q{d – d MMM},
9925             },
9926             Md => {
9927             M => q{dd/MM – dd/MM},
9928             d => q{dd/MM – dd/MM},
9929             },
9930             d => {
9931             d => q{d – d},
9932             },
9933             fallback => '{0} – {1}',
9934             h => {
9935             a => q{h a – h a},
9936             h => q{h – h a},
9937             },
9938             hm => {
9939             a => q{h:mm a – h:mm a},
9940             h => q{h:mm – h:mm a},
9941             m => q{h:mm – h:mm a},
9942             },
9943             hmv => {
9944             a => q{h:mm a – h:mm a v},
9945             h => q{h:mm – h:mm a v},
9946             m => q{h:mm – h:mm a v},
9947             },
9948             hv => {
9949             a => q{h a – h a v},
9950             h => q{h – h a v},
9951             },
9952             y => {
9953             y => q{y – y G},
9954             },
9955             yM => {
9956             M => q{MM/y – MM/y GGGGG},
9957             y => q{MM/y – MM/y GGGGG},
9958             },
9959             yMEd => {
9960             M => q{E dd/MM/y – E dd/MM/y GGGGG},
9961             d => q{E dd/MM/y – E dd/MM/y GGGGG},
9962             y => q{E dd/MM/y – E dd/MM/y GGGGG},
9963             },
9964             yMMM => {
9965             M => q{MMM – MMM y G},
9966             y => q{MMM y – MMM y G},
9967             },
9968             yMMMEd => {
9969             M => q{E d MMM – E d MMM y G},
9970             d => q{E d MMM – E d MMM y G},
9971             y => q{E d MMM y – E d MMM y G},
9972             },
9973             yMMMM => {
9974             M => q{MMMM – MMMM y G},
9975             y => q{MMMM y – MMMM y G},
9976             },
9977             yMMMd => {
9978             M => q{d MMM – d MMM y G},
9979             d => q{d – d MMM y G},
9980             y => q{d MMM y – d MMM y G},
9981             },
9982             yMd => {
9983             M => q{dd/MM/y – dd/MM/y GGGGG},
9984             d => q{dd/MM/y – dd/MM/y GGGGG},
9985             y => q{dd/MM/y – dd/MM/y GGGGG},
9986             },
9987             },
9988             'generic' => {
9989             H => {
9990             H => q{HH – HH},
9991             },
9992             Hm => {
9993             H => q{HH:mm – HH:mm},
9994             m => q{HH:mm – HH:mm},
9995             },
9996             Hmv => {
9997             H => q{HH:mm – HH:mm v},
9998             m => q{HH:mm – HH:mm v},
9999             },
10000             Hv => {
10001             H => q{HH – HH v},
10002             },
10003             M => {
10004             M => q{MM – MM},
10005             },
10006             MEd => {
10007             M => q{E dd/MM – E dd/MM},
10008             d => q{E dd/MM – E dd/MM},
10009             },
10010             MMM => {
10011             M => q{MMM – MMM},
10012             },
10013             MMMEd => {
10014             M => q{E d MMM – E d MMM},
10015             d => q{E d MMM – E d MMM},
10016             },
10017             MMMd => {
10018             M => q{d MMM – d MMM},
10019             d => q{d – d MMM},
10020             },
10021             Md => {
10022             M => q{dd/MM – dd/MM},
10023             d => q{dd/MM – dd/MM},
10024             },
10025             d => {
10026             d => q{d – d},
10027             },
10028             fallback => '{0} – {1}',
10029             h => {
10030             a => q{h a – h a},
10031             h => q{h–h a},
10032             },
10033             hm => {
10034             a => q{h:mm a – h:mm a},
10035             h => q{h:mm – h:mm a},
10036             m => q{h:mm – h:mm a},
10037             },
10038             hmv => {
10039             a => q{h:mm a – h:mm a v},
10040             h => q{h:mm – h:mm a v},
10041             m => q{h:mm – h:mm a v},
10042             },
10043             hv => {
10044             a => q{h a – h a v},
10045             h => q{h – h a v},
10046             },
10047             y => {
10048             y => q{y – y G},
10049             },
10050             yM => {
10051             M => q{MM/y – MM/y GGGGG},
10052             y => q{MM/y – MM/y GGGGG},
10053             },
10054             yMEd => {
10055             M => q{E dd/MM/y – E dd/MM/y GGGGG},
10056             d => q{E dd/MM/y – E dd/MM/y GGGGG},
10057             y => q{E dd/MM/y – E dd/MM/y GGGGG},
10058             },
10059             yMMM => {
10060             M => q{MMM – MMM y G},
10061             y => q{MMM y – MMM y G},
10062             },
10063             yMMMEd => {
10064             M => q{E d MMM – E d MMM y G},
10065             d => q{E d MMM – E d MMM y G},
10066             y => q{E d MMM y – E d MMM y G},
10067             },
10068             yMMMM => {
10069             M => q{MMMM – MMMM y G},
10070             y => q{MMMM y – MMMM y G},
10071             },
10072             yMMMd => {
10073             M => q{d MMM – d MMM y G},
10074             d => q{d – d MMM y G},
10075             y => q{d MMM y – d MMM y G},
10076             },
10077             yMd => {
10078             M => q{dd/MM/y – dd/MM/y GGGGG},
10079             d => q{dd/MM/y – dd/MM/y GGGGG},
10080             y => q{dd/MM/y – dd/MM/y GGGGG},
10081             },
10082             },
10083             'gregorian' => {
10084             H => {
10085             H => q{HH – HH},
10086             },
10087             Hm => {
10088             H => q{HH:mm – HH:mm},
10089             m => q{HH:mm – HH:mm},
10090             },
10091             Hmv => {
10092             H => q{HH:mm – HH:mm v},
10093             m => q{HH:mm – HH:mm v},
10094             },
10095             Hv => {
10096             H => q{HH – HH v},
10097             },
10098             M => {
10099             M => q{MM – MM},
10100             },
10101             MEd => {
10102             M => q{E dd/MM – E dd/MM},
10103             d => q{E dd/MM – E dd/MM},
10104             },
10105             MMM => {
10106             M => q{MMM – MMM},
10107             },
10108             MMMEd => {
10109             M => q{E d MMM – E d MMM},
10110             d => q{E d MMM – E d MMM},
10111             },
10112             MMMd => {
10113             M => q{d MMM – d MMM},
10114             d => q{d – d MMM},
10115             },
10116             Md => {
10117             M => q{dd/MM – dd/MM},
10118             d => q{dd/MM – dd/MM},
10119             },
10120             d => {
10121             d => q{d – d},
10122             },
10123             fallback => '{0} – {1}',
10124             h => {
10125             a => q{h a – h a},
10126             h => q{h – h a},
10127             },
10128             hm => {
10129             a => q{h:mm a – h:mm a},
10130             h => q{h:mm – h:mm a},
10131             m => q{h:mm – h:mm a},
10132             },
10133             hmv => {
10134             a => q{h:mm a – h:mm a v},
10135             h => q{h:mm – h:mm a v},
10136             m => q{h:mm – h:mm a v},
10137             },
10138             hv => {
10139             a => q{h a – h a v},
10140             h => q{h – h a v},
10141             },
10142             y => {
10143             y => q{y – y},
10144             },
10145             yM => {
10146             M => q{MM/y – MM/y},
10147             y => q{MM/y – MM/y},
10148             },
10149             yMEd => {
10150             M => q{E dd/MM/y – E dd/MM/y},
10151             d => q{E dd/MM/y – E dd/MM/y},
10152             y => q{E dd/MM/y – E dd/MM/y},
10153             },
10154             yMMM => {
10155             M => q{MMM – MMM y},
10156             y => q{MMM y – MMM y},
10157             },
10158             yMMMEd => {
10159             M => q{E d MMM – E d MMM y},
10160             d => q{E d MMM – E d MMM y},
10161             y => q{E d MMM y – E d MMM y},
10162             },
10163             yMMMM => {
10164             M => q{MMMM – MMMM y},
10165             y => q{MMMM y – MMMM y},
10166             },
10167             yMMMd => {
10168             M => q{d MMM – d MMM y},
10169             d => q{d – d MMM y},
10170             y => q{d MMM y – d MMM y},
10171             },
10172             yMd => {
10173             M => q{dd/MM/y – dd/MM/y},
10174             d => q{dd/MM/y – dd/MM/y},
10175             y => q{dd/MM/y – dd/MM/y},
10176             },
10177             },
10178             } },
10179             );
10180              
10181             has 'time_zone_names' => (
10182             is => 'ro',
10183             isa => HashRef,
10184             init_arg => undef,
10185             default => sub { {
10186             hourFormat => q(+HH:mm;-HH:mm),
10187             gmtFormat => q(MAG{0}),
10188             gmtZeroFormat => q(MAG),
10189             regionFormat => q({0}),
10190             regionFormat => q({0} (+1)),
10191             regionFormat => q({0} (+0)),
10192             fallbackFormat => q({1} ({0})),
10193             'Acre' => {
10194             long => {
10195             'daylight' => q#Am Samhraidh Acre#,
10196             'generic' => q#Am Acre#,
10197             'standard' => q#Am Caighdeánach Acre#,
10198             },
10199             },
10200             'Afghanistan' => {
10201             long => {
10202             'standard' => q#Am na hAfganastáine#,
10203             },
10204             },
10205             'Africa/Abidjan' => {
10206             exemplarCity => q#Abidjan#,
10207             },
10208             'Africa/Accra' => {
10209             exemplarCity => q#Accra#,
10210             },
10211             'Africa/Addis_Ababa' => {
10212             exemplarCity => q#Adas Ababa#,
10213             },
10214             'Africa/Algiers' => {
10215             exemplarCity => q#Cathair na hAilgéire#,
10216             },
10217             'Africa/Asmera' => {
10218             exemplarCity => q#Asmara#,
10219             },
10220             'Africa/Bamako' => {
10221             exemplarCity => q#Bamako#,
10222             },
10223             'Africa/Bangui' => {
10224             exemplarCity => q#Bangui#,
10225             },
10226             'Africa/Banjul' => {
10227             exemplarCity => q#Banjul#,
10228             },
10229             'Africa/Bissau' => {
10230             exemplarCity => q#Bissau#,
10231             },
10232             'Africa/Blantyre' => {
10233             exemplarCity => q#Baile an tSaoir#,
10234             },
10235             'Africa/Brazzaville' => {
10236             exemplarCity => q#Brazzaville#,
10237             },
10238             'Africa/Bujumbura' => {
10239             exemplarCity => q#Bujumbura#,
10240             },
10241             'Africa/Cairo' => {
10242             exemplarCity => q#Caireo#,
10243             },
10244             'Africa/Casablanca' => {
10245             exemplarCity => q#Casablanca#,
10246             },
10247             'Africa/Ceuta' => {
10248             exemplarCity => q#Ceuta#,
10249             },
10250             'Africa/Conakry' => {
10251             exemplarCity => q#Conacraí#,
10252             },
10253             'Africa/Dakar' => {
10254             exemplarCity => q#Dacár#,
10255             },
10256             'Africa/Dar_es_Salaam' => {
10257             exemplarCity => q#Dárasalám#,
10258             },
10259             'Africa/Djibouti' => {
10260             exemplarCity => q#Djibouti#,
10261             },
10262             'Africa/Douala' => {
10263             exemplarCity => q#Douala#,
10264             },
10265             'Africa/El_Aaiun' => {
10266             exemplarCity => q#El Aaiun#,
10267             },
10268             'Africa/Freetown' => {
10269             exemplarCity => q#Freetown#,
10270             },
10271             'Africa/Gaborone' => {
10272             exemplarCity => q#Gaborone#,
10273             },
10274             'Africa/Harare' => {
10275             exemplarCity => q#Harare#,
10276             },
10277             'Africa/Johannesburg' => {
10278             exemplarCity => q#Johannesburg#,
10279             },
10280             'Africa/Juba' => {
10281             exemplarCity => q#Juba#,
10282             },
10283             'Africa/Kampala' => {
10284             exemplarCity => q#Kampala#,
10285             },
10286             'Africa/Khartoum' => {
10287             exemplarCity => q#Cartúm#,
10288             },
10289             'Africa/Kigali' => {
10290             exemplarCity => q#Kigali#,
10291             },
10292             'Africa/Kinshasa' => {
10293             exemplarCity => q#Cinseasa#,
10294             },
10295             'Africa/Lagos' => {
10296             exemplarCity => q#Lagos#,
10297             },
10298             'Africa/Libreville' => {
10299             exemplarCity => q#Libreville#,
10300             },
10301             'Africa/Lome' => {
10302             exemplarCity => q#Lome#,
10303             },
10304             'Africa/Luanda' => {
10305             exemplarCity => q#Luanda#,
10306             },
10307             'Africa/Lubumbashi' => {
10308             exemplarCity => q#Lubumbashi#,
10309             },
10310             'Africa/Lusaka' => {
10311             exemplarCity => q#Lusaka#,
10312             },
10313             'Africa/Malabo' => {
10314             exemplarCity => q#Malabo#,
10315             },
10316             'Africa/Maputo' => {
10317             exemplarCity => q#Mapútó#,
10318             },
10319             'Africa/Maseru' => {
10320             exemplarCity => q#Maseru#,
10321             },
10322             'Africa/Mbabane' => {
10323             exemplarCity => q#Mbabane#,
10324             },
10325             'Africa/Mogadishu' => {
10326             exemplarCity => q#Mogaidisiú#,
10327             },
10328             'Africa/Monrovia' => {
10329             exemplarCity => q#Monrovia#,
10330             },
10331             'Africa/Nairobi' => {
10332             exemplarCity => q#Nairobi#,
10333             },
10334             'Africa/Ndjamena' => {
10335             exemplarCity => q#Ndjamena#,
10336             },
10337             'Africa/Niamey' => {
10338             exemplarCity => q#Niamey#,
10339             },
10340             'Africa/Nouakchott' => {
10341             exemplarCity => q#Nuacsat#,
10342             },
10343             'Africa/Ouagadougou' => {
10344             exemplarCity => q#Ouagadougou#,
10345             },
10346             'Africa/Porto-Novo' => {
10347             exemplarCity => q#Porto-Novo#,
10348             },
10349             'Africa/Sao_Tome' => {
10350             exemplarCity => q#São Tomé#,
10351             },
10352             'Africa/Tripoli' => {
10353             exemplarCity => q#Tripilí#,
10354             },
10355             'Africa/Tunis' => {
10356             exemplarCity => q#Túinis#,
10357             },
10358             'Africa/Windhoek' => {
10359             exemplarCity => q#Windhoek#,
10360             },
10361             'Africa_Central' => {
10362             long => {
10363             'standard' => q#Am Lár na hAfraice#,
10364             },
10365             },
10366             'Africa_Eastern' => {
10367             long => {
10368             'standard' => q#Am Oirthear na hAfraice#,
10369             },
10370             },
10371             'Africa_Southern' => {
10372             long => {
10373             'standard' => q#Am Caighdeánach na hAfraice Theas#,
10374             },
10375             },
10376             'Africa_Western' => {
10377             long => {
10378             'daylight' => q#Am Samhraidh Iarthar na hAfraice#,
10379             'generic' => q#Am Iarthar na hAfraice#,
10380             'standard' => q#Am Caighdeánach Iarthar na hAfraice#,
10381             },
10382             },
10383             'Alaska' => {
10384             long => {
10385             'daylight' => q#Am Samhraidh Alasca#,
10386             'generic' => q#Am Alasca#,
10387             'standard' => q#Am Caighdeánach Alasca#,
10388             },
10389             },
10390             'Almaty' => {
10391             long => {
10392             'daylight' => q#Am Samhraidh Almaty#,
10393             'generic' => q#Am Almaty#,
10394             'standard' => q#Am Caighdeánach Almaty#,
10395             },
10396             },
10397             'Amazon' => {
10398             long => {
10399             'daylight' => q#Am Samhraidh na hAmasóine#,
10400             'generic' => q#Am na hAmasóine#,
10401             'standard' => q#Am Caighdeánach na hAmasóine#,
10402             },
10403             },
10404             'America/Adak' => {
10405             exemplarCity => q#Adak#,
10406             },
10407             'America/Anchorage' => {
10408             exemplarCity => q#Anchorage#,
10409             },
10410             'America/Anguilla' => {
10411             exemplarCity => q#Angaíle#,
10412             },
10413             'America/Antigua' => {
10414             exemplarCity => q#Antigua#,
10415             },
10416             'America/Araguaina' => {
10417             exemplarCity => q#Araguaina#,
10418             },
10419             'America/Argentina/La_Rioja' => {
10420             exemplarCity => q#La Rioja#,
10421             },
10422             'America/Argentina/Rio_Gallegos' => {
10423             exemplarCity => q#Rio Gallegos#,
10424             },
10425             'America/Argentina/Salta' => {
10426             exemplarCity => q#Salta#,
10427             },
10428             'America/Argentina/San_Juan' => {
10429             exemplarCity => q#San Juan#,
10430             },
10431             'America/Argentina/San_Luis' => {
10432             exemplarCity => q#San Luis#,
10433             },
10434             'America/Argentina/Tucuman' => {
10435             exemplarCity => q#Tucuman#,
10436             },
10437             'America/Argentina/Ushuaia' => {
10438             exemplarCity => q#Ushuaia#,
10439             },
10440             'America/Aruba' => {
10441             exemplarCity => q#Arúba#,
10442             },
10443             'America/Asuncion' => {
10444             exemplarCity => q#Asúinseon#,
10445             },
10446             'America/Bahia' => {
10447             exemplarCity => q#Bahia#,
10448             },
10449             'America/Bahia_Banderas' => {
10450             exemplarCity => q#Bahia Banderas#,
10451             },
10452             'America/Barbados' => {
10453             exemplarCity => q#Barbadós#,
10454             },
10455             'America/Belem' => {
10456             exemplarCity => q#Belém#,
10457             },
10458             'America/Belize' => {
10459             exemplarCity => q#an Bheilís#,
10460             },
10461             'America/Blanc-Sablon' => {
10462             exemplarCity => q#Blanc-Sablon#,
10463             },
10464             'America/Boa_Vista' => {
10465             exemplarCity => q#Boa Vista#,
10466             },
10467             'America/Bogota' => {
10468             exemplarCity => q#Bogatá#,
10469             },
10470             'America/Boise' => {
10471             exemplarCity => q#Boise#,
10472             },
10473             'America/Buenos_Aires' => {
10474             exemplarCity => q#Buenos Aires#,
10475             },
10476             'America/Cambridge_Bay' => {
10477             exemplarCity => q#Cambridge Bay#,
10478             },
10479             'America/Campo_Grande' => {
10480             exemplarCity => q#Campo Grande#,
10481             },
10482             'America/Cancun' => {
10483             exemplarCity => q#Cancún#,
10484             },
10485             'America/Caracas' => {
10486             exemplarCity => q#Caracas#,
10487             },
10488             'America/Catamarca' => {
10489             exemplarCity => q#Catamarca#,
10490             },
10491             'America/Cayenne' => {
10492             exemplarCity => q#Cayenne#,
10493             },
10494             'America/Cayman' => {
10495             exemplarCity => q#Cayman#,
10496             },
10497             'America/Chicago' => {
10498             exemplarCity => q#Chicago#,
10499             },
10500             'America/Chihuahua' => {
10501             exemplarCity => q#Chihuahua#,
10502             },
10503             'America/Coral_Harbour' => {
10504             exemplarCity => q#Atikokan#,
10505             },
10506             'America/Cordoba' => {
10507             exemplarCity => q#Córdoba#,
10508             },
10509             'America/Costa_Rica' => {
10510             exemplarCity => q#Cósta Ríce#,
10511             },
10512             'America/Creston' => {
10513             exemplarCity => q#Creston#,
10514             },
10515             'America/Cuiaba' => {
10516             exemplarCity => q#Cuiabá#,
10517             },
10518             'America/Curacao' => {
10519             exemplarCity => q#Curaçao#,
10520             },
10521             'America/Danmarkshavn' => {
10522             exemplarCity => q#Danmarkshavn#,
10523             },
10524             'America/Dawson' => {
10525             exemplarCity => q#Dawson#,
10526             },
10527             'America/Dawson_Creek' => {
10528             exemplarCity => q#Dawson Creek#,
10529             },
10530             'America/Denver' => {
10531             exemplarCity => q#Denver#,
10532             },
10533             'America/Detroit' => {
10534             exemplarCity => q#Detroit#,
10535             },
10536             'America/Dominica' => {
10537             exemplarCity => q#Doiminice#,
10538             },
10539             'America/Edmonton' => {
10540             exemplarCity => q#Edmonton#,
10541             },
10542             'America/Eirunepe' => {
10543             exemplarCity => q#Eirunepé#,
10544             },
10545             'America/El_Salvador' => {
10546             exemplarCity => q#an tSalvadóir#,
10547             },
10548             'America/Fort_Nelson' => {
10549             exemplarCity => q#Fort Nelson#,
10550             },
10551             'America/Fortaleza' => {
10552             exemplarCity => q#Fortaleza#,
10553             },
10554             'America/Glace_Bay' => {
10555             exemplarCity => q#Glace Bay#,
10556             },
10557             'America/Godthab' => {
10558             exemplarCity => q#Nuuk#,
10559             },
10560             'America/Goose_Bay' => {
10561             exemplarCity => q#Goose Bay#,
10562             },
10563             'America/Grand_Turk' => {
10564             exemplarCity => q#Grand Turk#,
10565             },
10566             'America/Grenada' => {
10567             exemplarCity => q#Greanáda#,
10568             },
10569             'America/Guadeloupe' => {
10570             exemplarCity => q#Guadalúip#,
10571             },
10572             'America/Guatemala' => {
10573             exemplarCity => q#Guatamala#,
10574             },
10575             'America/Guayaquil' => {
10576             exemplarCity => q#Guayaquil#,
10577             },
10578             'America/Guyana' => {
10579             exemplarCity => q#an Ghuáin#,
10580             },
10581             'America/Halifax' => {
10582             exemplarCity => q#Halifax#,
10583             },
10584             'America/Havana' => {
10585             exemplarCity => q#Havána#,
10586             },
10587             'America/Hermosillo' => {
10588             exemplarCity => q#Hermosillo#,
10589             },
10590             'America/Indiana/Knox' => {
10591             exemplarCity => q#Knox, Indiana#,
10592             },
10593             'America/Indiana/Marengo' => {
10594             exemplarCity => q#Marengo, Indiana#,
10595             },
10596             'America/Indiana/Petersburg' => {
10597             exemplarCity => q#Petersburg, Indiana#,
10598             },
10599             'America/Indiana/Tell_City' => {
10600             exemplarCity => q#Tell City, Indiana#,
10601             },
10602             'America/Indiana/Vevay' => {
10603             exemplarCity => q#Vevay, Indiana#,
10604             },
10605             'America/Indiana/Vincennes' => {
10606             exemplarCity => q#Vincennes, Indiana#,
10607             },
10608             'America/Indiana/Winamac' => {
10609             exemplarCity => q#Winamac, Indiana#,
10610             },
10611             'America/Indianapolis' => {
10612             exemplarCity => q#Indianapolis#,
10613             },
10614             'America/Inuvik' => {
10615             exemplarCity => q#Inuvik#,
10616             },
10617             'America/Iqaluit' => {
10618             exemplarCity => q#Iqaluit#,
10619             },
10620             'America/Jamaica' => {
10621             exemplarCity => q#Iamáice#,
10622             },
10623             'America/Jujuy' => {
10624             exemplarCity => q#Jujuy#,
10625             },
10626             'America/Juneau' => {
10627             exemplarCity => q#Juneau#,
10628             },
10629             'America/Kentucky/Monticello' => {
10630             exemplarCity => q#Monticello, Kentucky#,
10631             },
10632             'America/Kralendijk' => {
10633             exemplarCity => q#Kralendijk#,
10634             },
10635             'America/La_Paz' => {
10636             exemplarCity => q#La Paz#,
10637             },
10638             'America/Lima' => {
10639             exemplarCity => q#Líoma#,
10640             },
10641             'America/Los_Angeles' => {
10642             exemplarCity => q#Los Angeles#,
10643             },
10644             'America/Louisville' => {
10645             exemplarCity => q#Louisville#,
10646             },
10647             'America/Lower_Princes' => {
10648             exemplarCity => q#Lower Prince’s Quarter#,
10649             },
10650             'America/Maceio' => {
10651             exemplarCity => q#Maceió#,
10652             },
10653             'America/Managua' => {
10654             exemplarCity => q#Managua#,
10655             },
10656             'America/Manaus' => {
10657             exemplarCity => q#Manaus#,
10658             },
10659             'America/Marigot' => {
10660             exemplarCity => q#Marigot#,
10661             },
10662             'America/Martinique' => {
10663             exemplarCity => q#Martinique#,
10664             },
10665             'America/Matamoros' => {
10666             exemplarCity => q#Matamoros#,
10667             },
10668             'America/Mazatlan' => {
10669             exemplarCity => q#Mazatlan#,
10670             },
10671             'America/Mendoza' => {
10672             exemplarCity => q#Mendoza#,
10673             },
10674             'America/Menominee' => {
10675             exemplarCity => q#Menominee#,
10676             },
10677             'America/Merida' => {
10678             exemplarCity => q#Merida#,
10679             },
10680             'America/Metlakatla' => {
10681             exemplarCity => q#Metlakatla#,
10682             },
10683             'America/Mexico_City' => {
10684             exemplarCity => q#Cathair Mheicsiceo#,
10685             },
10686             'America/Miquelon' => {
10687             exemplarCity => q#Miquelon#,
10688             },
10689             'America/Moncton' => {
10690             exemplarCity => q#Moncton#,
10691             },
10692             'America/Monterrey' => {
10693             exemplarCity => q#Monterrey#,
10694             },
10695             'America/Montevideo' => {
10696             exemplarCity => q#Montevideo#,
10697             },
10698             'America/Montserrat' => {
10699             exemplarCity => q#Montsarat#,
10700             },
10701             'America/Nassau' => {
10702             exemplarCity => q#Nassau#,
10703             },
10704             'America/New_York' => {
10705             exemplarCity => q#Nua-Eabhrac#,
10706             },
10707             'America/Nipigon' => {
10708             exemplarCity => q#Nipigon#,
10709             },
10710             'America/Nome' => {
10711             exemplarCity => q#Nome#,
10712             },
10713             'America/Noronha' => {
10714             exemplarCity => q#Noronha#,
10715             },
10716             'America/North_Dakota/Beulah' => {
10717             exemplarCity => q#Beulah, North Dakota#,
10718             },
10719             'America/North_Dakota/Center' => {
10720             exemplarCity => q#Center, North Dakota#,
10721             },
10722             'America/North_Dakota/New_Salem' => {
10723             exemplarCity => q#New Salem, North Dakota#,
10724             },
10725             'America/Ojinaga' => {
10726             exemplarCity => q#Ojinaga#,
10727             },
10728             'America/Panama' => {
10729             exemplarCity => q#Panama#,
10730             },
10731             'America/Pangnirtung' => {
10732             exemplarCity => q#Pangnirtung#,
10733             },
10734             'America/Paramaribo' => {
10735             exemplarCity => q#Paramaribo#,
10736             },
10737             'America/Phoenix' => {
10738             exemplarCity => q#Phoenix#,
10739             },
10740             'America/Port-au-Prince' => {
10741             exemplarCity => q#Port-au-Prince#,
10742             },
10743             'America/Port_of_Spain' => {
10744             exemplarCity => q#Port of Spain#,
10745             },
10746             'America/Porto_Velho' => {
10747             exemplarCity => q#Porto Velho#,
10748             },
10749             'America/Puerto_Rico' => {
10750             exemplarCity => q#Portó Ríce#,
10751             },
10752             'America/Punta_Arenas' => {
10753             exemplarCity => q#Punta Arenas#,
10754             },
10755             'America/Rainy_River' => {
10756             exemplarCity => q#Rainy River#,
10757             },
10758             'America/Rankin_Inlet' => {
10759             exemplarCity => q#Rankin Inlet#,
10760             },
10761             'America/Recife' => {
10762             exemplarCity => q#Recife#,
10763             },
10764             'America/Regina' => {
10765             exemplarCity => q#Regina#,
10766             },
10767             'America/Resolute' => {
10768             exemplarCity => q#Resolute#,
10769             },
10770             'America/Rio_Branco' => {
10771             exemplarCity => q#Rio Branco#,
10772             },
10773             'America/Santa_Isabel' => {
10774             exemplarCity => q#Santa Isabel#,
10775             },
10776             'America/Santarem' => {
10777             exemplarCity => q#Santarém#,
10778             },
10779             'America/Santiago' => {
10780             exemplarCity => q#Saintiagó#,
10781             },
10782             'America/Santo_Domingo' => {
10783             exemplarCity => q#Santo Domingo#,
10784             },
10785             'America/Sao_Paulo' => {
10786             exemplarCity => q#São Paulo#,
10787             },
10788             'America/Scoresbysund' => {
10789             exemplarCity => q#Ittoqqortoormiit#,
10790             },
10791             'America/Sitka' => {
10792             exemplarCity => q#Sitka#,
10793             },
10794             'America/St_Barthelemy' => {
10795             exemplarCity => q#Saint Barthélemy#,
10796             },
10797             'America/St_Johns' => {
10798             exemplarCity => q#St. John’s#,
10799             },
10800             'America/St_Kitts' => {
10801             exemplarCity => q#San Críostóir#,
10802             },
10803             'America/St_Lucia' => {
10804             exemplarCity => q#St. Lucia#,
10805             },
10806             'America/St_Thomas' => {
10807             exemplarCity => q#St. Thomas#,
10808             },
10809             'America/St_Vincent' => {
10810             exemplarCity => q#San Uinseann#,
10811             },
10812             'America/Swift_Current' => {
10813             exemplarCity => q#Swift Current#,
10814             },
10815             'America/Tegucigalpa' => {
10816             exemplarCity => q#Tegucigalpa#,
10817             },
10818             'America/Thule' => {
10819             exemplarCity => q#Thule#,
10820             },
10821             'America/Thunder_Bay' => {
10822             exemplarCity => q#Thunder Bay#,
10823             },
10824             'America/Tijuana' => {
10825             exemplarCity => q#Tijuana#,
10826             },
10827             'America/Toronto' => {
10828             exemplarCity => q#Toronto#,
10829             },
10830             'America/Tortola' => {
10831             exemplarCity => q#Tortola#,
10832             },
10833             'America/Vancouver' => {
10834             exemplarCity => q#Vancouver#,
10835             },
10836             'America/Whitehorse' => {
10837             exemplarCity => q#Whitehorse#,
10838             },
10839             'America/Winnipeg' => {
10840             exemplarCity => q#Winnipeg#,
10841             },
10842             'America/Yakutat' => {
10843             exemplarCity => q#Yakutat#,
10844             },
10845             'America/Yellowknife' => {
10846             exemplarCity => q#Yellowknife#,
10847             },
10848             'America_Central' => {
10849             long => {
10850             'daylight' => q#Am Samhraidh Lárnach#,
10851             'generic' => q#Am Lárnach#,
10852             'standard' => q#Am Caighdeánach Lárnach#,
10853             },
10854             },
10855             'America_Eastern' => {
10856             long => {
10857             'daylight' => q#Am Samhraidh an Oirthir#,
10858             'generic' => q#Am an Oirthir#,
10859             'standard' => q#Am Caighdeánach an Oirthir#,
10860             },
10861             },
10862             'America_Mountain' => {
10863             long => {
10864             'daylight' => q#Am Samhraidh na Sléibhte#,
10865             'generic' => q#Am na Sléibhte#,
10866             'standard' => q#Am Caighdeánach na Sléibhte#,
10867             },
10868             },
10869             'America_Pacific' => {
10870             long => {
10871             'daylight' => q#Am Samhraidh an Aigéin Chiúin#,
10872             'generic' => q#Am an Aigéin Chiúin#,
10873             'standard' => q#Am Caighdeánach an Aigéin Chiúin#,
10874             },
10875             short => {
10876             'daylight' => q#ASAC#,
10877             'generic' => q#AAC#,
10878             'standard' => q#ACAC#,
10879             },
10880             },
10881             'Anadyr' => {
10882             long => {
10883             'daylight' => q#Am Samhraidh Anadyr#,
10884             'generic' => q#Am Anadyr#,
10885             'standard' => q#Am Caighdeánach Anadyr#,
10886             },
10887             },
10888             'Antarctica/Casey' => {
10889             exemplarCity => q#Casey#,
10890             },
10891             'Antarctica/Davis' => {
10892             exemplarCity => q#Davis#,
10893             },
10894             'Antarctica/DumontDUrville' => {
10895             exemplarCity => q#Dumont d’Urville#,
10896             },
10897             'Antarctica/Macquarie' => {
10898             exemplarCity => q#Mac Guaire#,
10899             },
10900             'Antarctica/Mawson' => {
10901             exemplarCity => q#Mawson#,
10902             },
10903             'Antarctica/McMurdo' => {
10904             exemplarCity => q#McMurdo#,
10905             },
10906             'Antarctica/Palmer' => {
10907             exemplarCity => q#Palmer#,
10908             },
10909             'Antarctica/Rothera' => {
10910             exemplarCity => q#Rothera#,
10911             },
10912             'Antarctica/Syowa' => {
10913             exemplarCity => q#Syowa#,
10914             },
10915             'Antarctica/Troll' => {
10916             exemplarCity => q#Troll#,
10917             },
10918             'Antarctica/Vostok' => {
10919             exemplarCity => q#Vostok#,
10920             },
10921             'Apia' => {
10922             long => {
10923             'daylight' => q#Am Samhraidh Apia#,
10924             'generic' => q#Am Apia#,
10925             'standard' => q#Am Caighdeánach Apia#,
10926             },
10927             },
10928             'Aqtau' => {
10929             long => {
10930             'daylight' => q#Am Samhraidh Aqtau#,
10931             'generic' => q#Am Aqtau#,
10932             'standard' => q#Am Caighdeánach Aqtau#,
10933             },
10934             },
10935             'Aqtobe' => {
10936             long => {
10937             'daylight' => q#Am Samhraidh Aqtobe#,
10938             'generic' => q#Am Aqtobe#,
10939             'standard' => q#Am Caighdeánach Aqtobe#,
10940             },
10941             },
10942             'Arabian' => {
10943             long => {
10944             'daylight' => q#Am Samhraidh na hAraibe#,
10945             'generic' => q#Am na hAraibe#,
10946             'standard' => q#Am Caighdeánach na hAraibe#,
10947             },
10948             },
10949             'Arctic/Longyearbyen' => {
10950             exemplarCity => q#Longyearbyen#,
10951             },
10952             'Argentina' => {
10953             long => {
10954             'daylight' => q#Am Samhraidh na hAirgintíne#,
10955             'generic' => q#Am na hAirgintíne#,
10956             'standard' => q#Am Caighdeánach na hAirgintíne#,
10957             },
10958             },
10959             'Argentina_Western' => {
10960             long => {
10961             'daylight' => q#Am Samhraidh Iarthar na hAirgintíne#,
10962             'generic' => q#Am Iarthar na hAirgintíne#,
10963             'standard' => q#Am Caighdeánach Iarthar na hAirgintíne#,
10964             },
10965             },
10966             'Armenia' => {
10967             long => {
10968             'daylight' => q#Am Samhraidh na hAirméine#,
10969             'generic' => q#Am na hAirméine#,
10970             'standard' => q#Am Caighdeánach na hAirméine#,
10971             },
10972             },
10973             'Asia/Aden' => {
10974             exemplarCity => q#Áidin#,
10975             },
10976             'Asia/Almaty' => {
10977             exemplarCity => q#Almaty#,
10978             },
10979             'Asia/Amman' => {
10980             exemplarCity => q#Amman#,
10981             },
10982             'Asia/Anadyr' => {
10983             exemplarCity => q#Anadyr#,
10984             },
10985             'Asia/Aqtau' => {
10986             exemplarCity => q#Aqtau#,
10987             },
10988             'Asia/Aqtobe' => {
10989             exemplarCity => q#Aqtobe#,
10990             },
10991             'Asia/Ashgabat' => {
10992             exemplarCity => q#Ashgabat#,
10993             },
10994             'Asia/Atyrau' => {
10995             exemplarCity => q#Atyrau#,
10996             },
10997             'Asia/Baghdad' => {
10998             exemplarCity => q#Bagdad#,
10999             },
11000             'Asia/Bahrain' => {
11001             exemplarCity => q#Bairéin#,
11002             },
11003             'Asia/Baku' => {
11004             exemplarCity => q#Baku#,
11005             },
11006             'Asia/Bangkok' => {
11007             exemplarCity => q#Bangkok#,
11008             },
11009             'Asia/Barnaul' => {
11010             exemplarCity => q#Barnaul#,
11011             },
11012             'Asia/Beirut' => {
11013             exemplarCity => q#Béiriút#,
11014             },
11015             'Asia/Bishkek' => {
11016             exemplarCity => q#Bishkek#,
11017             },
11018             'Asia/Brunei' => {
11019             exemplarCity => q#Brúiné#,
11020             },
11021             'Asia/Calcutta' => {
11022             exemplarCity => q#Calcúta#,
11023             },
11024             'Asia/Chita' => {
11025             exemplarCity => q#Chita#,
11026             },
11027             'Asia/Choibalsan' => {
11028             exemplarCity => q#Choibalsan#,
11029             },
11030             'Asia/Colombo' => {
11031             exemplarCity => q#Colombo#,
11032             },
11033             'Asia/Damascus' => {
11034             exemplarCity => q#an Damaisc#,
11035             },
11036             'Asia/Dhaka' => {
11037             exemplarCity => q#Dhaka#,
11038             },
11039             'Asia/Dili' => {
11040             exemplarCity => q#Dili#,
11041             },
11042             'Asia/Dubai' => {
11043             exemplarCity => q#Dubai#,
11044             },
11045             'Asia/Dushanbe' => {
11046             exemplarCity => q#Dushanbe#,
11047             },
11048             'Asia/Famagusta' => {
11049             exemplarCity => q#Famagusta#,
11050             },
11051             'Asia/Gaza' => {
11052             exemplarCity => q#Gaza#,
11053             },
11054             'Asia/Hebron' => {
11055             exemplarCity => q#Heabrón#,
11056             },
11057             'Asia/Hong_Kong' => {
11058             exemplarCity => q#Hong Cong#,
11059             },
11060             'Asia/Hovd' => {
11061             exemplarCity => q#Hovd#,
11062             },
11063             'Asia/Irkutsk' => {
11064             exemplarCity => q#Irkutsk#,
11065             },
11066             'Asia/Jakarta' => {
11067             exemplarCity => q#Iacárta#,
11068             },
11069             'Asia/Jayapura' => {
11070             exemplarCity => q#Jayapura#,
11071             },
11072             'Asia/Jerusalem' => {
11073             exemplarCity => q#Iarúsailéim#,
11074             },
11075             'Asia/Kabul' => {
11076             exemplarCity => q#Cabúl#,
11077             },
11078             'Asia/Kamchatka' => {
11079             exemplarCity => q#Kamchatka#,
11080             },
11081             'Asia/Karachi' => {
11082             exemplarCity => q#Karachi#,
11083             },
11084             'Asia/Katmandu' => {
11085             exemplarCity => q#Kathmandu#,
11086             },
11087             'Asia/Khandyga' => {
11088             exemplarCity => q#Khandyga#,
11089             },
11090             'Asia/Krasnoyarsk' => {
11091             exemplarCity => q#Krasnoyarsk#,
11092             },
11093             'Asia/Kuala_Lumpur' => {
11094             exemplarCity => q#Kuala Lumpur#,
11095             },
11096             'Asia/Kuching' => {
11097             exemplarCity => q#Kuching#,
11098             },
11099             'Asia/Kuwait' => {
11100             exemplarCity => q#Cuáit#,
11101             },
11102             'Asia/Macau' => {
11103             exemplarCity => q#Macao#,
11104             },
11105             'Asia/Magadan' => {
11106             exemplarCity => q#Magadan#,
11107             },
11108             'Asia/Makassar' => {
11109             exemplarCity => q#Makassar#,
11110             },
11111             'Asia/Manila' => {
11112             exemplarCity => q#Mainile#,
11113             },
11114             'Asia/Muscat' => {
11115             exemplarCity => q#Muscat#,
11116             },
11117             'Asia/Nicosia' => {
11118             exemplarCity => q#an Niocóis#,
11119             },
11120             'Asia/Novokuznetsk' => {
11121             exemplarCity => q#Novokuznetsk#,
11122             },
11123             'Asia/Novosibirsk' => {
11124             exemplarCity => q#Novosibirsk#,
11125             },
11126             'Asia/Omsk' => {
11127             exemplarCity => q#Omsk#,
11128             },
11129             'Asia/Oral' => {
11130             exemplarCity => q#Oral#,
11131             },
11132             'Asia/Phnom_Penh' => {
11133             exemplarCity => q#Phnom Penh#,
11134             },
11135             'Asia/Pontianak' => {
11136             exemplarCity => q#Pontianak#,
11137             },
11138             'Asia/Pyongyang' => {
11139             exemplarCity => q#Pyongyang#,
11140             },
11141             'Asia/Qatar' => {
11142             exemplarCity => q#Catar#,
11143             },
11144             'Asia/Qyzylorda' => {
11145             exemplarCity => q#Qyzylorda#,
11146             },
11147             'Asia/Rangoon' => {
11148             exemplarCity => q#Rangún#,
11149             },
11150             'Asia/Riyadh' => {
11151             exemplarCity => q#Riyadh#,
11152             },
11153             'Asia/Saigon' => {
11154             exemplarCity => q#Cathair Ho Chi Minh#,
11155             },
11156             'Asia/Sakhalin' => {
11157             exemplarCity => q#Sakhalin#,
11158             },
11159             'Asia/Samarkand' => {
11160             exemplarCity => q#Samarkand#,
11161             },
11162             'Asia/Seoul' => {
11163             exemplarCity => q#Súl#,
11164             },
11165             'Asia/Shanghai' => {
11166             exemplarCity => q#Shang-hai#,
11167             },
11168             'Asia/Singapore' => {
11169             exemplarCity => q#Singeapór#,
11170             },
11171             'Asia/Srednekolymsk' => {
11172             exemplarCity => q#Srednekolymsk#,
11173             },
11174             'Asia/Taipei' => {
11175             exemplarCity => q#Taipei#,
11176             },
11177             'Asia/Tashkent' => {
11178             exemplarCity => q#Tashkent#,
11179             },
11180             'Asia/Tbilisi' => {
11181             exemplarCity => q#Tbilisi#,
11182             },
11183             'Asia/Tehran' => {
11184             exemplarCity => q#Tehran#,
11185             },
11186             'Asia/Thimphu' => {
11187             exemplarCity => q#Thimphu#,
11188             },
11189             'Asia/Tokyo' => {
11190             exemplarCity => q#Tóiceo#,
11191             },
11192             'Asia/Tomsk' => {
11193             exemplarCity => q#Tomsk#,
11194             },
11195             'Asia/Ulaanbaatar' => {
11196             exemplarCity => q#Ulaanbaatar#,
11197             },
11198             'Asia/Urumqi' => {
11199             exemplarCity => q#Urumqi#,
11200             },
11201             'Asia/Ust-Nera' => {
11202             exemplarCity => q#Ust-Nera#,
11203             },
11204             'Asia/Vientiane' => {
11205             exemplarCity => q#Vientiane#,
11206             },
11207             'Asia/Vladivostok' => {
11208             exemplarCity => q#Vladivostok#,
11209             },
11210             'Asia/Yakutsk' => {
11211             exemplarCity => q#Iacútsc#,
11212             },
11213             'Asia/Yekaterinburg' => {
11214             exemplarCity => q#Yekaterinburg#,
11215             },
11216             'Asia/Yerevan' => {
11217             exemplarCity => q#Eireaván#,
11218             },
11219             'Atlantic' => {
11220             long => {
11221             'daylight' => q#Am Samhraidh an Atlantaigh#,
11222             'generic' => q#Am an Atlantaigh#,
11223             'standard' => q#Am Caighdeánach an Atlantaigh#,
11224             },
11225             },
11226             'Atlantic/Azores' => {
11227             exemplarCity => q#na hAsóir#,
11228             },
11229             'Atlantic/Bermuda' => {
11230             exemplarCity => q#Beirmiúda#,
11231             },
11232             'Atlantic/Canary' => {
11233             exemplarCity => q#na hOileáin Chanáracha#,
11234             },
11235             'Atlantic/Cape_Verde' => {
11236             exemplarCity => q#Rinn Verde#,
11237             },
11238             'Atlantic/Faeroe' => {
11239             exemplarCity => q#Oileáin Fharó#,
11240             },
11241             'Atlantic/Madeira' => {
11242             exemplarCity => q#Maidéara#,
11243             },
11244             'Atlantic/Reykjavik' => {
11245             exemplarCity => q#Réicivíc#,
11246             },
11247             'Atlantic/South_Georgia' => {
11248             exemplarCity => q#an tSeoirsia Theas#,
11249             },
11250             'Atlantic/St_Helena' => {
11251             exemplarCity => q#San Héilin#,
11252             },
11253             'Atlantic/Stanley' => {
11254             exemplarCity => q#Stanley#,
11255             },
11256             'Australia/Adelaide' => {
11257             exemplarCity => q#Adelaide#,
11258             },
11259             'Australia/Brisbane' => {
11260             exemplarCity => q#Brisbane#,
11261             },
11262             'Australia/Broken_Hill' => {
11263             exemplarCity => q#Broken Hill#,
11264             },
11265             'Australia/Currie' => {
11266             exemplarCity => q#Currie#,
11267             },
11268             'Australia/Darwin' => {
11269             exemplarCity => q#Darwin#,
11270             },
11271             'Australia/Eucla' => {
11272             exemplarCity => q#Eucla#,
11273             },
11274             'Australia/Hobart' => {
11275             exemplarCity => q#Hobart#,
11276             },
11277             'Australia/Lindeman' => {
11278             exemplarCity => q#Lindeman#,
11279             },
11280             'Australia/Lord_Howe' => {
11281             exemplarCity => q#Lord Howe#,
11282             },
11283             'Australia/Melbourne' => {
11284             exemplarCity => q#Melbourne#,
11285             },
11286             'Australia/Perth' => {
11287             exemplarCity => q#Perth#,
11288             },
11289             'Australia/Sydney' => {
11290             exemplarCity => q#Sydney#,
11291             },
11292             'Australia_Central' => {
11293             long => {
11294             'daylight' => q#Am Samhraidh Lár na hAstráile#,
11295             'generic' => q#Am Lár na hAstráile#,
11296             'standard' => q#Am Caighdeánach Lár na hAstráile#,
11297             },
11298             },
11299             'Australia_CentralWestern' => {
11300             long => {
11301             'daylight' => q#Am Samhraidh Mheániarthar na hAstráile#,
11302             'generic' => q#Am Mheániarthar na hAstráile#,
11303             'standard' => q#Am Caighdeánach Mheániarthar na hAstráile#,
11304             },
11305             },
11306             'Australia_Eastern' => {
11307             long => {
11308             'daylight' => q#Am Samhraidh Oirthear na hAstráile#,
11309             'generic' => q#Am Oirthear na hAstráile#,
11310             'standard' => q#Am Caighdeánach Oirthear na hAstráile#,
11311             },
11312             },
11313             'Australia_Western' => {
11314             long => {
11315             'daylight' => q#Am Samhraidh Iarthar na hAstráile#,
11316             'generic' => q#Am Iarthar na hAstráile#,
11317             'standard' => q#Am Caighdeánach Iarthar na hAstráile#,
11318             },
11319             },
11320             'Azerbaijan' => {
11321             long => {
11322             'daylight' => q#Am Samhraidh na hAsarbaiseáine#,
11323             'generic' => q#Am na hAsarbaiseáine#,
11324             'standard' => q#Am Caighdeánach na hAsarbaiseáine#,
11325             },
11326             },
11327             'Azores' => {
11328             long => {
11329             'daylight' => q#Am Samhraidh na nAsór#,
11330             'generic' => q#Am na nAsór#,
11331             'standard' => q#Am Caighdeánach na nAsór#,
11332             },
11333             },
11334             'Bangladesh' => {
11335             long => {
11336             'daylight' => q#Am Samhraidh na Banglaidéise#,
11337             'generic' => q#Am na Banglaidéise#,
11338             'standard' => q#Am Caighdeánach na Banglaidéise#,
11339             },
11340             },
11341             'Bhutan' => {
11342             long => {
11343             'standard' => q#Am na Bútáine#,
11344             },
11345             },
11346             'Bolivia' => {
11347             long => {
11348             'standard' => q#Am na Bolaive#,
11349             },
11350             },
11351             'Brasilia' => {
11352             long => {
11353             'daylight' => q#Am Samhraidh Bhrasília#,
11354             'generic' => q#Am Bhrasília#,
11355             'standard' => q#Am Caighdeánach Bhrasília#,
11356             },
11357             },
11358             'Brunei' => {
11359             long => {
11360             'standard' => q#Am Brúiné Darasalám#,
11361             },
11362             },
11363             'Cape_Verde' => {
11364             long => {
11365             'daylight' => q#Am Samhraidh Rinn Verde#,
11366             'generic' => q#Am Rinn Verde#,
11367             'standard' => q#Am Caighdeánach Rinn Verde#,
11368             },
11369             },
11370             'Casey' => {
11371             long => {
11372             'standard' => q#Am Stáisiún Casey#,
11373             },
11374             },
11375             'Chamorro' => {
11376             long => {
11377             'standard' => q#Am Caighdeánach Seamórach#,
11378             },
11379             },
11380             'Chatham' => {
11381             long => {
11382             'daylight' => q#Am Samhraidh Chatham#,
11383             'generic' => q#Am Chatham#,
11384             'standard' => q#Am Caighdeánach Chatham#,
11385             },
11386             },
11387             'Chile' => {
11388             long => {
11389             'daylight' => q#Am Samhraidh na Sile#,
11390             'generic' => q#Am na Sile#,
11391             'standard' => q#Am Caighdeánach na Sile#,
11392             },
11393             },
11394             'China' => {
11395             long => {
11396             'daylight' => q#Am Samhraidh na Síne#,
11397             'generic' => q#Am na Síne#,
11398             'standard' => q#Am Caighdeánach na Síne#,
11399             },
11400             },
11401             'Choibalsan' => {
11402             long => {
11403             'daylight' => q#Am Samhraidh Choibalsan#,
11404             'generic' => q#Am Choibalsan#,
11405             'standard' => q#Am Caighdeánach Choibalsan#,
11406             },
11407             },
11408             'Christmas' => {
11409             long => {
11410             'standard' => q#Am Oileán na Nollag#,
11411             },
11412             },
11413             'Cocos' => {
11414             long => {
11415             'standard' => q#Am Oileáin Cocos#,
11416             },
11417             },
11418             'Colombia' => {
11419             long => {
11420             'daylight' => q#Am Samhraidh na Colóime#,
11421             'generic' => q#Am na Colóime#,
11422             'standard' => q#Am Caighdeánach na Colóime#,
11423             },
11424             },
11425             'Cook' => {
11426             long => {
11427             'daylight' => q#Am Leathshamhraidh Oileáin Cook#,
11428             'generic' => q#Am Oileáin Cook#,
11429             'standard' => q#Am Caighdeánach Oileáin Cook#,
11430             },
11431             },
11432             'Cuba' => {
11433             long => {
11434             'daylight' => q#Am Samhraidh Chúba#,
11435             'generic' => q#Am Chúba#,
11436             'standard' => q#Am Caighdeánach Chúba#,
11437             },
11438             },
11439             'Davis' => {
11440             long => {
11441             'standard' => q#Am Stáisiún Davis#,
11442             },
11443             },
11444             'DumontDUrville' => {
11445             long => {
11446             'standard' => q#Am Stáisiún Dumont-d’Urville#,
11447             },
11448             },
11449             'East_Timor' => {
11450             long => {
11451             'standard' => q#Am Thíomór Thoir#,
11452             },
11453             },
11454             'Easter' => {
11455             long => {
11456             'daylight' => q#Am Samhraidh Oileán na Cásca#,
11457             'generic' => q#Am Oileán na Cásca#,
11458             'standard' => q#Am Caighdeánach Oileán na Cásca#,
11459             },
11460             },
11461             'Ecuador' => {
11462             long => {
11463             'standard' => q#Am Eacuadór#,
11464             },
11465             },
11466             'Etc/UTC' => {
11467             long => {
11468             'standard' => q#Am Uilíoch Lárnach#,
11469             },
11470             },
11471             'Etc/Unknown' => {
11472             exemplarCity => q#Cathair Anaithnid#,
11473             },
11474             'Europe/Amsterdam' => {
11475             exemplarCity => q#Amstardam#,
11476             },
11477             'Europe/Andorra' => {
11478             exemplarCity => q#Andóra#,
11479             },
11480             'Europe/Astrakhan' => {
11481             exemplarCity => q#an Astracáin#,
11482             },
11483             'Europe/Athens' => {
11484             exemplarCity => q#an Aithin#,
11485             },
11486             'Europe/Belgrade' => {
11487             exemplarCity => q#Béalgrád#,
11488             },
11489             'Europe/Berlin' => {
11490             exemplarCity => q#Beirlín#,
11491             },
11492             'Europe/Bratislava' => {
11493             exemplarCity => q#an Bhratasláiv#,
11494             },
11495             'Europe/Brussels' => {
11496             exemplarCity => q#an Bhruiséil#,
11497             },
11498             'Europe/Bucharest' => {
11499             exemplarCity => q#Búcairist#,
11500             },
11501             'Europe/Budapest' => {
11502             exemplarCity => q#Búdaipeist#,
11503             },
11504             'Europe/Busingen' => {
11505             exemplarCity => q#Busingen#,
11506             },
11507             'Europe/Chisinau' => {
11508             exemplarCity => q#Císineá#,
11509             },
11510             'Europe/Copenhagen' => {
11511             exemplarCity => q#Cóbanhávan#,
11512             },
11513             'Europe/Dublin' => {
11514             exemplarCity => q#Baile Átha Cliath#,
11515             long => {
11516             'daylight' => q#Am Caighdéanach na hÉireann#,
11517             },
11518             short => {
11519             'daylight' => q#ACÉ#,
11520             },
11521             },
11522             'Europe/Gibraltar' => {
11523             exemplarCity => q#Giobráltar#,
11524             },
11525             'Europe/Guernsey' => {
11526             exemplarCity => q#Geansaí#,
11527             },
11528             'Europe/Helsinki' => {
11529             exemplarCity => q#Heilsincí#,
11530             },
11531             'Europe/Isle_of_Man' => {
11532             exemplarCity => q#Oileán Mhanann#,
11533             },
11534             'Europe/Istanbul' => {
11535             exemplarCity => q#Iostanbúl#,
11536             },
11537             'Europe/Jersey' => {
11538             exemplarCity => q#Geirsí#,
11539             },
11540             'Europe/Kaliningrad' => {
11541             exemplarCity => q#Kaliningrad#,
11542             },
11543             'Europe/Kiev' => {
11544             exemplarCity => q#Cív#,
11545             },
11546             'Europe/Kirov' => {
11547             exemplarCity => q#Kirov#,
11548             },
11549             'Europe/Lisbon' => {
11550             exemplarCity => q#Liospóin#,
11551             },
11552             'Europe/Ljubljana' => {
11553             exemplarCity => q#Liúibleána#,
11554             },
11555             'Europe/London' => {
11556             exemplarCity => q#Londain#,
11557             long => {
11558             'daylight' => q#Am Samhraidh na Breataine#,
11559             },
11560             short => {
11561             'daylight' => q#ASB#,
11562             },
11563             },
11564             'Europe/Luxembourg' => {
11565             exemplarCity => q#Lucsamburg#,
11566             },
11567             'Europe/Madrid' => {
11568             exemplarCity => q#Maidrid#,
11569             },
11570             'Europe/Malta' => {
11571             exemplarCity => q#Málta#,
11572             },
11573             'Europe/Mariehamn' => {
11574             exemplarCity => q#Mariehamn#,
11575             },
11576             'Europe/Minsk' => {
11577             exemplarCity => q#Mionsc#,
11578             },
11579             'Europe/Monaco' => {
11580             exemplarCity => q#Monacó#,
11581             },
11582             'Europe/Moscow' => {
11583             exemplarCity => q#Moscó#,
11584             },
11585             'Europe/Oslo' => {
11586             exemplarCity => q#Osló#,
11587             },
11588             'Europe/Paris' => {
11589             exemplarCity => q#Páras#,
11590             },
11591             'Europe/Podgorica' => {
11592             exemplarCity => q#Podgairítse#,
11593             },
11594             'Europe/Prague' => {
11595             exemplarCity => q#Prág#,
11596             },
11597             'Europe/Riga' => {
11598             exemplarCity => q#Ríge#,
11599             },
11600             'Europe/Rome' => {
11601             exemplarCity => q#an Róimh#,
11602             },
11603             'Europe/Samara' => {
11604             exemplarCity => q#Samara#,
11605             },
11606             'Europe/San_Marino' => {
11607             exemplarCity => q#San Mairíne#,
11608             },
11609             'Europe/Sarajevo' => {
11610             exemplarCity => q#Sairéavó#,
11611             },
11612             'Europe/Saratov' => {
11613             exemplarCity => q#Saratov#,
11614             },
11615             'Europe/Simferopol' => {
11616             exemplarCity => q#Simferopol#,
11617             },
11618             'Europe/Skopje' => {
11619             exemplarCity => q#Scóipé#,
11620             },
11621             'Europe/Sofia' => {
11622             exemplarCity => q#Sóifia#,
11623             },
11624             'Europe/Stockholm' => {
11625             exemplarCity => q#Stócólm#,
11626             },
11627             'Europe/Tallinn' => {
11628             exemplarCity => q#Taillinn#,
11629             },
11630             'Europe/Tirane' => {
11631             exemplarCity => q#Tirane#,
11632             },
11633             'Europe/Ulyanovsk' => {
11634             exemplarCity => q#Ulyanovsk#,
11635             },
11636             'Europe/Uzhgorod' => {
11637             exemplarCity => q#Uzhgorod#,
11638             },
11639             'Europe/Vaduz' => {
11640             exemplarCity => q#Vadús#,
11641             },
11642             'Europe/Vatican' => {
11643             exemplarCity => q#Cathair na Vatacáine#,
11644             },
11645             'Europe/Vienna' => {
11646             exemplarCity => q#Vín#,
11647             },
11648             'Europe/Vilnius' => {
11649             exemplarCity => q#Vilnias#,
11650             },
11651             'Europe/Volgograd' => {
11652             exemplarCity => q#Volgograd#,
11653             },
11654             'Europe/Warsaw' => {
11655             exemplarCity => q#Vársá#,
11656             },
11657             'Europe/Zagreb' => {
11658             exemplarCity => q#Ságrab#,
11659             },
11660             'Europe/Zaporozhye' => {
11661             exemplarCity => q#Zaporozhye#,
11662             },
11663             'Europe/Zurich' => {
11664             exemplarCity => q#Zürich#,
11665             },
11666             'Europe_Central' => {
11667             long => {
11668             'daylight' => q#Am Samhraidh Lár na hEorpa#,
11669             'generic' => q#Am Lár na hEorpa#,
11670             'standard' => q#Am Caighdeánach Lár na hEorpa#,
11671             },
11672             short => {
11673             'daylight' => q#CEST#,
11674             'generic' => q#CET#,
11675             'standard' => q#CET#,
11676             },
11677             },
11678             'Europe_Eastern' => {
11679             long => {
11680             'daylight' => q#Am Samhraidh Oirthear na hEorpa#,
11681             'generic' => q#Am Oirthear na hEorpa#,
11682             'standard' => q#Am Caighdeánach Oirthear na hEorpa#,
11683             },
11684             short => {
11685             'daylight' => q#EEST#,
11686             'generic' => q#EET#,
11687             'standard' => q#EET#,
11688             },
11689             },
11690             'Europe_Further_Eastern' => {
11691             long => {
11692             'standard' => q#Am Chianoirthear na hEorpa#,
11693             },
11694             },
11695             'Europe_Western' => {
11696             long => {
11697             'daylight' => q#Am Samhraidh Iarthar na hEorpa#,
11698             'generic' => q#Am Iarthar na hEorpa#,
11699             'standard' => q#Am Caighdeánach Iarthar na hEorpa#,
11700             },
11701             short => {
11702             'daylight' => q#WEST#,
11703             'generic' => q#WET#,
11704             'standard' => q#WET#,
11705             },
11706             },
11707             'Falkland' => {
11708             long => {
11709             'daylight' => q#Am Samhraidh Oileáin Fháclainne#,
11710             'generic' => q#Am Oileáin Fháclainne#,
11711             'standard' => q#Am Caighdeánach Oileáin Fháclainne#,
11712             },
11713             },
11714             'Fiji' => {
11715             long => {
11716             'daylight' => q#Am Samhraidh Fhidsí#,
11717             'generic' => q#Am Fhidsí#,
11718             'standard' => q#Am Caighdeánach Fhidsí#,
11719             },
11720             },
11721             'French_Guiana' => {
11722             long => {
11723             'standard' => q#Am Ghuáin na Fraince#,
11724             },
11725             },
11726             'French_Southern' => {
11727             long => {
11728             'standard' => q#Am Chríocha Francacha Deisceart an Domhain#,
11729             },
11730             },
11731             'GMT' => {
11732             long => {
11733             'standard' => q#Meán-Am Greenwich#,
11734             },
11735             short => {
11736             'standard' => q#MAG#,
11737             },
11738             },
11739             'Galapagos' => {
11740             long => {
11741             'standard' => q#Am Oileáin Galápagos#,
11742             },
11743             },
11744             'Gambier' => {
11745             long => {
11746             'standard' => q#Am Ghambier#,
11747             },
11748             },
11749             'Georgia' => {
11750             long => {
11751             'daylight' => q#Am Samhraidh na Seoirsia#,
11752             'generic' => q#Am na Seoirsia#,
11753             'standard' => q#Am Caighdeánach na Seoirsia#,
11754             },
11755             },
11756             'Gilbert_Islands' => {
11757             long => {
11758             'standard' => q#Am Chireabaití#,
11759             },
11760             },
11761             'Greenland_Eastern' => {
11762             long => {
11763             'daylight' => q#Am Samhraidh Oirthear na Graonlainne#,
11764             'generic' => q#Am Oirthear na Graonlainne#,
11765             'standard' => q#Am Caighdeánach Oirthear na Graonlainne#,
11766             },
11767             },
11768             'Greenland_Western' => {
11769             long => {
11770             'daylight' => q#Am Samhraidh Iarthar na Graonlainne#,
11771             'generic' => q#Am Iarthar na Graonlainne#,
11772             'standard' => q#Am Caighdeánach Iarthar na Graonlainne#,
11773             },
11774             },
11775             'Guam' => {
11776             long => {
11777             'standard' => q#Am Caighdeánach Ghuam#,
11778             },
11779             },
11780             'Gulf' => {
11781             long => {
11782             'standard' => q#Am Caighdeánach na Murascaille#,
11783             },
11784             },
11785             'Guyana' => {
11786             long => {
11787             'standard' => q#Am na Guáine#,
11788             },
11789             },
11790             'Hawaii_Aleutian' => {
11791             long => {
11792             'daylight' => q#Am Samhraidh Haváí-Ailiúit#,
11793             'generic' => q#Am Haváí-Ailiúit#,
11794             'standard' => q#Am Caighdeánach Haváí-Ailiúit#,
11795             },
11796             },
11797             'Hong_Kong' => {
11798             long => {
11799             'daylight' => q#Am Samhraidh Hong Cong#,
11800             'generic' => q#Am Hong Cong#,
11801             'standard' => q#Am Caighdeánach Hong Cong#,
11802             },
11803             },
11804             'Hovd' => {
11805             long => {
11806             'daylight' => q#Am Samhraidh Hovd#,
11807             'generic' => q#Am Hovd#,
11808             'standard' => q#Am Caighdeánach Hovd#,
11809             },
11810             },
11811             'India' => {
11812             long => {
11813             'standard' => q#Am Caighdeánach na hIndia#,
11814             },
11815             },
11816             'Indian/Antananarivo' => {
11817             exemplarCity => q#Antananairíveo#,
11818             },
11819             'Indian/Chagos' => {
11820             exemplarCity => q#Chagos#,
11821             },
11822             'Indian/Christmas' => {
11823             exemplarCity => q#Oileán na Nollag#,
11824             },
11825             'Indian/Cocos' => {
11826             exemplarCity => q#Oileán Cocos#,
11827             },
11828             'Indian/Comoro' => {
11829             exemplarCity => q#Oileáin Chomóra#,
11830             },
11831             'Indian/Kerguelen' => {
11832             exemplarCity => q#Kerguelen#,
11833             },
11834             'Indian/Mahe' => {
11835             exemplarCity => q#Mahe#,
11836             },
11837             'Indian/Maldives' => {
11838             exemplarCity => q#Oileáin Mhaildíve#,
11839             },
11840             'Indian/Mauritius' => {
11841             exemplarCity => q#Oileán Mhuirís#,
11842             },
11843             'Indian/Mayotte' => {
11844             exemplarCity => q#Mayotte#,
11845             },
11846             'Indian/Reunion' => {
11847             exemplarCity => q#La Réunion#,
11848             },
11849             'Indian_Ocean' => {
11850             long => {
11851             'standard' => q#Am an Aigéin Indiaigh#,
11852             },
11853             },
11854             'Indochina' => {
11855             long => {
11856             'standard' => q#Am na hInd-Síne#,
11857             },
11858             },
11859             'Indonesia_Central' => {
11860             long => {
11861             'standard' => q#Am Lár na hIndinéise#,
11862             },
11863             },
11864             'Indonesia_Eastern' => {
11865             long => {
11866             'standard' => q#Am Oirthear na hIndinéise#,
11867             },
11868             },
11869             'Indonesia_Western' => {
11870             long => {
11871             'standard' => q#Am Iarthar na hIndinéise#,
11872             },
11873             },
11874             'Iran' => {
11875             long => {
11876             'daylight' => q#Am Samhraidh na hIaráine#,
11877             'generic' => q#Am na hIaráine#,
11878             'standard' => q#Am Caighdeánach na hIaráine#,
11879             },
11880             },
11881             'Irkutsk' => {
11882             long => {
11883             'daylight' => q#Am Samhraidh Irkutsk#,
11884             'generic' => q#Am Irkutsk#,
11885             'standard' => q#Am Caighdeánach Irkutsk#,
11886             },
11887             },
11888             'Israel' => {
11889             long => {
11890             'daylight' => q#Am Samhraidh Iosrael#,
11891             'generic' => q#Am Iosrael#,
11892             'standard' => q#Am Caighdeánach Iosrael#,
11893             },
11894             },
11895             'Japan' => {
11896             long => {
11897             'daylight' => q#Am Samhraidh na Seapáine#,
11898             'generic' => q#Am na Seapáine#,
11899             'standard' => q#Am Caighdeánach na Seapáine#,
11900             },
11901             },
11902             'Kamchatka' => {
11903             long => {
11904             'daylight' => q#Am Samhraidh Phetropavlovsk-Kamchatski#,
11905             'generic' => q#Am Phetropavlovsk-Kamchatski#,
11906             'standard' => q#Am Caighdeánach Phetropavlovsk-Kamchatski#,
11907             },
11908             },
11909             'Kazakhstan_Eastern' => {
11910             long => {
11911             'standard' => q#Am Oirthear na Casacstáine#,
11912             },
11913             },
11914             'Kazakhstan_Western' => {
11915             long => {
11916             'standard' => q#Am Iarthar na Casacstáine#,
11917             },
11918             },
11919             'Korea' => {
11920             long => {
11921             'daylight' => q#Am Samhraidh na Cóiré#,
11922             'generic' => q#Am na Cóiré#,
11923             'standard' => q#Am Caighdeánach na Cóiré#,
11924             },
11925             },
11926             'Kosrae' => {
11927             long => {
11928             'standard' => q#Am Kosrae#,
11929             },
11930             },
11931             'Krasnoyarsk' => {
11932             long => {
11933             'daylight' => q#Am Samhraidh Krasnoyarsk#,
11934             'generic' => q#Am Krasnoyarsk#,
11935             'standard' => q#Am Caighdeánach Krasnoyarsk#,
11936             },
11937             },
11938             'Kyrgystan' => {
11939             long => {
11940             'standard' => q#Am na Cirgeastáine#,
11941             },
11942             },
11943             'Lanka' => {
11944             long => {
11945             'standard' => q#Am Shrí Lanca#,
11946             },
11947             },
11948             'Line_Islands' => {
11949             long => {
11950             'standard' => q#Am Oileáin na Líne#,
11951             },
11952             },
11953             'Lord_Howe' => {
11954             long => {
11955             'daylight' => q#Am Samhraidh Lord Howe#,
11956             'generic' => q#Am Lord Howe#,
11957             'standard' => q#Am Caighdeánach Lord Howe#,
11958             },
11959             },
11960             'Macau' => {
11961             long => {
11962             'daylight' => q#Am Samhraidh Mhacao#,
11963             'generic' => q#Am Mhacao#,
11964             'standard' => q#Am Caighdeánach Mhacao#,
11965             },
11966             },
11967             'Macquarie' => {
11968             long => {
11969             'standard' => q#Am Oileán Mhic Guaire#,
11970             },
11971             },
11972             'Magadan' => {
11973             long => {
11974             'daylight' => q#Am Samhraidh Mhagadan#,
11975             'generic' => q#Am Mhagadan#,
11976             'standard' => q#Am Caighdeánach Mhagadan#,
11977             },
11978             },
11979             'Malaysia' => {
11980             long => {
11981             'standard' => q#Am na Malaeisia#,
11982             },
11983             },
11984             'Maldives' => {
11985             long => {
11986             'standard' => q#Am Oileáin Mhaildíve#,
11987             },
11988             },
11989             'Marquesas' => {
11990             long => {
11991             'standard' => q#Am na nOileán Marcasach#,
11992             },
11993             },
11994             'Marshall_Islands' => {
11995             long => {
11996             'standard' => q#Am Oileáin Marshall#,
11997             },
11998             },
11999             'Mauritius' => {
12000             long => {
12001             'daylight' => q#Am Samhraidh Oileán Mhuirís#,
12002             'generic' => q#Am Oileán Mhuirís#,
12003             'standard' => q#Am Caighdeánach Oileán Mhuirís#,
12004             },
12005             },
12006             'Mawson' => {
12007             long => {
12008             'standard' => q#Am Stáisiún Mawson#,
12009             },
12010             },
12011             'Mexico_Northwest' => {
12012             long => {
12013             'daylight' => q#Am Samhraidh Iarthuaisceart Mheicsiceo#,
12014             'generic' => q#Am Iarthuaisceart Mheicsiceo#,
12015             'standard' => q#Am Caighdeánach Iarthuaisceart Mheicsiceo#,
12016             },
12017             },
12018             'Mexico_Pacific' => {
12019             long => {
12020             'daylight' => q#Am Samhraidh Meicsiceach an Aigéin Chiúin#,
12021             'generic' => q#Am Meicsiceach an Aigéin Chiúin#,
12022             'standard' => q#Am Caighdeánach Meicsiceach an Aigéin Chiúin#,
12023             },
12024             },
12025             'Mongolia' => {
12026             long => {
12027             'daylight' => q#Am Samhraidh Ulánbátar#,
12028             'generic' => q#Am Ulánbátar#,
12029             'standard' => q#Am Caighdeánach Ulánbátar#,
12030             },
12031             },
12032             'Moscow' => {
12033             long => {
12034             'daylight' => q#Am Samhraidh Mhoscó#,
12035             'generic' => q#Am Mhoscó#,
12036             'standard' => q#Am Caighdeánach Mhoscó#,
12037             },
12038             },
12039             'Myanmar' => {
12040             long => {
12041             'standard' => q#Am Mhaenmar#,
12042             },
12043             },
12044             'Nauru' => {
12045             long => {
12046             'standard' => q#Am Nárú#,
12047             },
12048             },
12049             'Nepal' => {
12050             long => {
12051             'standard' => q#Am Neipeal#,
12052             },
12053             },
12054             'New_Caledonia' => {
12055             long => {
12056             'daylight' => q#Am Samhraidh na Nua-Chaladóine#,
12057             'generic' => q#Am na Nua-Chaladóine#,
12058             'standard' => q#Am Caighdeánach na Nua-Chaladóine#,
12059             },
12060             },
12061             'New_Zealand' => {
12062             long => {
12063             'daylight' => q#Am Samhraidh na Nua-Shéalainne#,
12064             'generic' => q#Am na Nua-Shéalainne#,
12065             'standard' => q#Am Caighdeánach na Nua-Shéalainne#,
12066             },
12067             },
12068             'Newfoundland' => {
12069             long => {
12070             'daylight' => q#Am Samhraidh Thalamh an Éisc#,
12071             'generic' => q#Am Thalamh an Éisc#,
12072             'standard' => q#Am Caighdeánach Thalamh an Éisc#,
12073             },
12074             },
12075             'Niue' => {
12076             long => {
12077             'standard' => q#Am Niue#,
12078             },
12079             },
12080             'Norfolk' => {
12081             long => {
12082             'standard' => q#Am Oileán Norfolk#,
12083             },
12084             },
12085             'Noronha' => {
12086             long => {
12087             'daylight' => q#Am Samhraidh Fhernando de Noronha#,
12088             'generic' => q#Am Fhernando de Noronha#,
12089             'standard' => q#Am Caighdeánach Fhernando de Noronha#,
12090             },
12091             },
12092             'North_Mariana' => {
12093             long => {
12094             'standard' => q#Am na nOileán Máirianach Thuaidh#,
12095             },
12096             },
12097             'Novosibirsk' => {
12098             long => {
12099             'daylight' => q#Am Samhraidh Novosibirsk#,
12100             'generic' => q#Am Novosibirsk#,
12101             'standard' => q#Am Caighdeánach Novosibirsk#,
12102             },
12103             },
12104             'Omsk' => {
12105             long => {
12106             'daylight' => q#Am Samhraidh Omsk#,
12107             'generic' => q#Am Omsk#,
12108             'standard' => q#Am Caighdeánach Omsk#,
12109             },
12110             },
12111             'Pacific/Apia' => {
12112             exemplarCity => q#Apia#,
12113             },
12114             'Pacific/Auckland' => {
12115             exemplarCity => q#Auckland#,
12116             },
12117             'Pacific/Bougainville' => {
12118             exemplarCity => q#Bougainville#,
12119             },
12120             'Pacific/Chatham' => {
12121             exemplarCity => q#Chatham#,
12122             },
12123             'Pacific/Easter' => {
12124             exemplarCity => q#Oileán na Cásca#,
12125             },
12126             'Pacific/Efate' => {
12127             exemplarCity => q#Efate#,
12128             },
12129             'Pacific/Enderbury' => {
12130             exemplarCity => q#Enderbury#,
12131             },
12132             'Pacific/Fakaofo' => {
12133             exemplarCity => q#Fakaofo#,
12134             },
12135             'Pacific/Fiji' => {
12136             exemplarCity => q#Fidsí#,
12137             },
12138             'Pacific/Funafuti' => {
12139             exemplarCity => q#Funafuti#,
12140             },
12141             'Pacific/Galapagos' => {
12142             exemplarCity => q#Galápagos#,
12143             },
12144             'Pacific/Gambier' => {
12145             exemplarCity => q#Gambier#,
12146             },
12147             'Pacific/Guadalcanal' => {
12148             exemplarCity => q#Guadalcanal#,
12149             },
12150             'Pacific/Guam' => {
12151             exemplarCity => q#Guam#,
12152             },
12153             'Pacific/Honolulu' => {
12154             exemplarCity => q#Honolulu#,
12155             },
12156             'Pacific/Johnston' => {
12157             exemplarCity => q#Johnston#,
12158             },
12159             'Pacific/Kiritimati' => {
12160             exemplarCity => q#Kiritimati#,
12161             },
12162             'Pacific/Kosrae' => {
12163             exemplarCity => q#Kosrae#,
12164             },
12165             'Pacific/Kwajalein' => {
12166             exemplarCity => q#Kwajalein#,
12167             },
12168             'Pacific/Majuro' => {
12169             exemplarCity => q#Majuro#,
12170             },
12171             'Pacific/Marquesas' => {
12172             exemplarCity => q#na hOileáin Mharcasacha#,
12173             },
12174             'Pacific/Midway' => {
12175             exemplarCity => q#Oileáin Midway#,
12176             },
12177             'Pacific/Nauru' => {
12178             exemplarCity => q#Nárú#,
12179             },
12180             'Pacific/Niue' => {
12181             exemplarCity => q#Niue#,
12182             },
12183             'Pacific/Norfolk' => {
12184             exemplarCity => q#Norfolk#,
12185             },
12186             'Pacific/Noumea' => {
12187             exemplarCity => q#Noumea#,
12188             },
12189             'Pacific/Pago_Pago' => {
12190             exemplarCity => q#Pago Pago#,
12191             },
12192             'Pacific/Palau' => {
12193             exemplarCity => q#Palau#,
12194             },
12195             'Pacific/Pitcairn' => {
12196             exemplarCity => q#Pitcairn#,
12197             },
12198             'Pacific/Ponape' => {
12199             exemplarCity => q#Pohnpei#,
12200             },
12201             'Pacific/Port_Moresby' => {
12202             exemplarCity => q#Port Moresby#,
12203             },
12204             'Pacific/Rarotonga' => {
12205             exemplarCity => q#Rarotonga#,
12206             },
12207             'Pacific/Saipan' => {
12208             exemplarCity => q#Saipan#,
12209             },
12210             'Pacific/Tahiti' => {
12211             exemplarCity => q#Taihítí#,
12212             },
12213             'Pacific/Tarawa' => {
12214             exemplarCity => q#Tarawa#,
12215             },
12216             'Pacific/Tongatapu' => {
12217             exemplarCity => q#Tongatapu#,
12218             },
12219             'Pacific/Truk' => {
12220             exemplarCity => q#Chuuk#,
12221             },
12222             'Pacific/Wake' => {
12223             exemplarCity => q#Oileán Wake#,
12224             },
12225             'Pacific/Wallis' => {
12226             exemplarCity => q#Vailís#,
12227             },
12228             'Pakistan' => {
12229             long => {
12230             'daylight' => q#Am Samhraidh na Pacastáine#,
12231             'generic' => q#Am na Pacastáine#,
12232             'standard' => q#Am Caighdeánach na Pacastáine#,
12233             },
12234             },
12235             'Palau' => {
12236             long => {
12237             'standard' => q#Am Oileáin Palau#,
12238             },
12239             },
12240             'Papua_New_Guinea' => {
12241             long => {
12242             'standard' => q#Am Nua-Ghuine Phapua#,
12243             },
12244             },
12245             'Paraguay' => {
12246             long => {
12247             'daylight' => q#Am Samhraidh Pharagua#,
12248             'generic' => q#Am Pharagua#,
12249             'standard' => q#Am Caighdeánach Pharagua#,
12250             },
12251             },
12252             'Peru' => {
12253             long => {
12254             'daylight' => q#Am Samhraidh Pheiriú#,
12255             'generic' => q#Am Pheiriú#,
12256             'standard' => q#Am Caighdeánach Pheiriú#,
12257             },
12258             },
12259             'Philippines' => {
12260             long => {
12261             'daylight' => q#Am Samhraidh na nOileán Filipíneach#,
12262             'generic' => q#Am na nOileán Filipíneach#,
12263             'standard' => q#Am Caighdeánach na nOileán Filipíneach#,
12264             },
12265             },
12266             'Phoenix_Islands' => {
12267             long => {
12268             'standard' => q#Am Oileáin an Fhéinics#,
12269             },
12270             },
12271             'Pierre_Miquelon' => {
12272             long => {
12273             'daylight' => q#Am Samhraidh Saint-Pierre-et-Miquelon#,
12274             'generic' => q#Am Saint-Pierre-et-Miquelon#,
12275             'standard' => q#Am Caighdeánach Saint-Pierre-et-Miquelon#,
12276             },
12277             },
12278             'Pitcairn' => {
12279             long => {
12280             'standard' => q#Am Oileán Pitcairn#,
12281             },
12282             },
12283             'Ponape' => {
12284             long => {
12285             'standard' => q#Am Phohnpei#,
12286             },
12287             },
12288             'Pyongyang' => {
12289             long => {
12290             'standard' => q#Am Pyongyang#,
12291             },
12292             },
12293             'Qyzylorda' => {
12294             long => {
12295             'daylight' => q#Am Samhraidh Qyzylorda#,
12296             'generic' => q#Am Qyzylorda#,
12297             'standard' => q#Am Caighdeánach Qyzylorda#,
12298             },
12299             },
12300             'Reunion' => {
12301             long => {
12302             'standard' => q#Am Réunion#,
12303             },
12304             },
12305             'Rothera' => {
12306             long => {
12307             'standard' => q#Am Stáisiún Rothera#,
12308             },
12309             },
12310             'Sakhalin' => {
12311             long => {
12312             'daylight' => q#Am Samhraidh Shakhalin#,
12313             'generic' => q#Am Shakhalin#,
12314             'standard' => q#Am Caighdeánach Shakhalin#,
12315             },
12316             },
12317             'Samara' => {
12318             long => {
12319             'daylight' => q#Am Samhraidh Shamara#,
12320             'generic' => q#Am Shamara#,
12321             'standard' => q#Am Caighdeánach Shamara#,
12322             },
12323             },
12324             'Samoa' => {
12325             long => {
12326             'daylight' => q#Am Samhraidh Shamó#,
12327             'generic' => q#Am Shamó#,
12328             'standard' => q#Am Caighdeánach Shamó#,
12329             },
12330             },
12331             'Seychelles' => {
12332             long => {
12333             'standard' => q#Am na Séiséal#,
12334             },
12335             },
12336             'Singapore' => {
12337             long => {
12338             'standard' => q#Am Caighdeánach Shingeapór#,
12339             },
12340             },
12341             'Solomon' => {
12342             long => {
12343             'standard' => q#Am Oileáin Sholomón#,
12344             },
12345             },
12346             'South_Georgia' => {
12347             long => {
12348             'standard' => q#Am na Seoirsia Theas#,
12349             },
12350             },
12351             'Suriname' => {
12352             long => {
12353             'standard' => q#Am Shuranam#,
12354             },
12355             },
12356             'Syowa' => {
12357             long => {
12358             'standard' => q#Am Stáisiún Syowa#,
12359             },
12360             },
12361             'Tahiti' => {
12362             long => {
12363             'standard' => q#Am Thaihítí#,
12364             },
12365             },
12366             'Taipei' => {
12367             long => {
12368             'daylight' => q#Am Samhraidh Thaipei#,
12369             'generic' => q#Am Thaipei#,
12370             'standard' => q#Am Caighdeánach Thaipei#,
12371             },
12372             },
12373             'Tajikistan' => {
12374             long => {
12375             'standard' => q#Am na Táidsíceastáine#,
12376             },
12377             },
12378             'Tokelau' => {
12379             long => {
12380             'standard' => q#Am Oileáin Tócalá#,
12381             },
12382             },
12383             'Tonga' => {
12384             long => {
12385             'daylight' => q#Am Samhraidh Thonga#,
12386             'generic' => q#Am Thonga#,
12387             'standard' => q#Am Caighdeánach Thonga#,
12388             },
12389             },
12390             'Truk' => {
12391             long => {
12392             'standard' => q#Am Chuuk#,
12393             },
12394             },
12395             'Turkmenistan' => {
12396             long => {
12397             'daylight' => q#Am Samhraidh na Tuircméanastáine#,
12398             'generic' => q#Am na Tuircméanastáine#,
12399             'standard' => q#Am Caighdeánach na Tuircméanastáine#,
12400             },
12401             },
12402             'Tuvalu' => {
12403             long => {
12404             'standard' => q#Am Thuvalu#,
12405             },
12406             },
12407             'Uruguay' => {
12408             long => {
12409             'daylight' => q#Am Samhraidh Uragua#,
12410             'generic' => q#Am Uragua#,
12411             'standard' => q#Am Caighdeánach Uragua#,
12412             },
12413             },
12414             'Uzbekistan' => {
12415             long => {
12416             'daylight' => q#Am Samhraidh na hÚisbéiceastáine#,
12417             'generic' => q#Am na hÚisbéiceastáine#,
12418             'standard' => q#Am Caighdeánach na hÚisbéiceastáine#,
12419             },
12420             },
12421             'Vanuatu' => {
12422             long => {
12423             'daylight' => q#Am Samhraidh Vanuatú#,
12424             'generic' => q#Am Vanuatú#,
12425             'standard' => q#Am Caighdeánach Vanuatú#,
12426             },
12427             },
12428             'Venezuela' => {
12429             long => {
12430             'standard' => q#Am Veiniséala#,
12431             },
12432             },
12433             'Vladivostok' => {
12434             long => {
12435             'daylight' => q#Am Samhraidh Vladivostok#,
12436             'generic' => q#Am Vladivostok#,
12437             'standard' => q#Am Caighdeánach Vladivostok#,
12438             },
12439             },
12440             'Volgograd' => {
12441             long => {
12442             'daylight' => q#Am Samhraidh Volgograd#,
12443             'generic' => q#Am Volgograd#,
12444             'standard' => q#Am Caighdeánach Volgograd#,
12445             },
12446             },
12447             'Vostok' => {
12448             long => {
12449             'standard' => q#Am Stáisiún Vostok#,
12450             },
12451             },
12452             'Wake' => {
12453             long => {
12454             'standard' => q#Am Oileán Wake#,
12455             },
12456             },
12457             'Wallis' => {
12458             long => {
12459             'standard' => q#Am Vailís agus Futúna#,
12460             },
12461             },
12462             'Yakutsk' => {
12463             long => {
12464             'daylight' => q#Am Samhraidh Iacútsc#,
12465             'generic' => q#Am Iacútsc#,
12466             'standard' => q#Am Caighdeánach Iacútsc#,
12467             },
12468             },
12469             'Yekaterinburg' => {
12470             long => {
12471             'daylight' => q#Am Samhraidh Yekaterinburg#,
12472             'generic' => q#Am Yekaterinburg#,
12473             'standard' => q#Am Caighdeánach Yekaterinburg#,
12474             },
12475             },
12476             } }
12477             );
12478             no Moo;
12479              
12480 1     1   27183 1;
  1         3  
  1         11  
12481              
12482             # vim: tabstop=4