File Coverage

blib/lib/Locale/CLDR/Locales/Ee.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::Ee - Package for language Ewe
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/ee.xml
10             # on Mon 11 Apr 5:26:33 pm GMT
11              
12             use strict;
13 1     1   917768 use warnings;
  1         2  
  1         28  
14 1     1   4 use version;
  1         2  
  1         22  
15 1     1   4  
  1         2  
  1         6  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   96 use mro 'c3';
  1         3  
20 1     1   4 use utf8;
  1         2  
  1         7  
21 1     1   21 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         6  
22 1     1   39 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         24  
23 1     1   112 use Moo;
  1         2  
  1         9  
24 1     1   908  
  1         2  
  1         6  
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','spellout-ordinal','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   410 return {
  1         2  
  1         8  
40             'after-billions' => {
41             'private' => {
42             '0' => {
43             base_value => q(0),
44             divisor => q(1),
45             rule => q(' kpakple =%spellout-cardinal=),
46             },
47             '1000' => {
48             base_value => q(1000),
49             divisor => q(1000),
50             rule => q(' kple =%spellout-cardinal=),
51             },
52             '100000000' => {
53             base_value => q(100000000),
54             divisor => q(100000000),
55             rule => q(' kple =%spellout-cardinal=),
56             },
57             '100000000000' => {
58             base_value => q(100000000000),
59             divisor => q(100000000000),
60             rule => q(' =%spellout-cardinal=),
61             },
62             'max' => {
63             base_value => q(100000000000),
64             divisor => q(100000000000),
65             rule => q(' =%spellout-cardinal=),
66             },
67             },
68             },
69             'after-hundred-thousands' => {
70             'private' => {
71             '0' => {
72             base_value => q(0),
73             divisor => q(1),
74             rule => q(' kpakple =%spellout-cardinal=),
75             },
76             '100' => {
77             base_value => q(100),
78             divisor => q(100),
79             rule => q(' =%spellout-cardinal=),
80             },
81             'max' => {
82             base_value => q(100),
83             divisor => q(100),
84             rule => q(' =%spellout-cardinal=),
85             },
86             },
87             },
88             'after-hundreds' => {
89             'private' => {
90             '0' => {
91             base_value => q(0),
92             divisor => q(1),
93             rule => q(kple =%spellout-cardinal=),
94             },
95             '21' => {
96             base_value => q(21),
97             divisor => q(10),
98             rule => q(=%spellout-cardinal=),
99             },
100             '30' => {
101             base_value => q(30),
102             divisor => q(10),
103             rule => q(kple =%spellout-cardinal=),
104             },
105             '31' => {
106             base_value => q(31),
107             divisor => q(10),
108             rule => q(=%spellout-cardinal=),
109             },
110             '40' => {
111             base_value => q(40),
112             divisor => q(10),
113             rule => q(kple =%spellout-cardinal=),
114             },
115             '41' => {
116             base_value => q(41),
117             divisor => q(10),
118             rule => q(=%spellout-cardinal=),
119             },
120             '50' => {
121             base_value => q(50),
122             divisor => q(10),
123             rule => q(kple =%spellout-cardinal=),
124             },
125             '51' => {
126             base_value => q(51),
127             divisor => q(10),
128             rule => q(=%spellout-cardinal=),
129             },
130             '60' => {
131             base_value => q(60),
132             divisor => q(10),
133             rule => q(kple =%spellout-cardinal=),
134             },
135             '61' => {
136             base_value => q(61),
137             divisor => q(10),
138             rule => q(=%spellout-cardinal=),
139             },
140             '70' => {
141             base_value => q(70),
142             divisor => q(10),
143             rule => q(kple =%spellout-cardinal=),
144             },
145             '71' => {
146             base_value => q(71),
147             divisor => q(10),
148             rule => q(=%spellout-cardinal=),
149             },
150             '80' => {
151             base_value => q(80),
152             divisor => q(10),
153             rule => q(kple =%spellout-cardinal=),
154             },
155             '81' => {
156             base_value => q(81),
157             divisor => q(10),
158             rule => q(=%spellout-cardinal=),
159             },
160             '90' => {
161             base_value => q(90),
162             divisor => q(10),
163             rule => q(kple =%spellout-cardinal=),
164             },
165             '91' => {
166             base_value => q(91),
167             divisor => q(10),
168             rule => q(=%spellout-cardinal=),
169             },
170             'max' => {
171             base_value => q(91),
172             divisor => q(10),
173             rule => q(=%spellout-cardinal=),
174             },
175             },
176             },
177             'after-millions' => {
178             'private' => {
179             '0' => {
180             base_value => q(0),
181             divisor => q(1),
182             rule => q(' kpakple =%spellout-cardinal=),
183             },
184             '1000' => {
185             base_value => q(1000),
186             divisor => q(1000),
187             rule => q(' kple =%spellout-cardinal=),
188             },
189             '100000' => {
190             base_value => q(100000),
191             divisor => q(100000),
192             rule => q(' =%spellout-cardinal=),
193             },
194             'max' => {
195             base_value => q(100000),
196             divisor => q(100000),
197             rule => q(' =%spellout-cardinal=),
198             },
199             },
200             },
201             'after-thousands' => {
202             'private' => {
203             '0' => {
204             base_value => q(0),
205             divisor => q(1),
206             rule => q(' kple =%spellout-cardinal=),
207             },
208             '100' => {
209             base_value => q(100),
210             divisor => q(100),
211             rule => q(' =%spellout-cardinal=),
212             },
213             'max' => {
214             base_value => q(100),
215             divisor => q(100),
216             rule => q(' =%spellout-cardinal=),
217             },
218             },
219             },
220             'digits-ordinal' => {
221             'public' => {
222             '-x' => {
223             divisor => q(1),
224             rule => q(−→→),
225             },
226             '0' => {
227             base_value => q(0),
228             divisor => q(1),
229             rule => q(=#,##0= lia),
230             },
231             '1' => {
232             base_value => q(1),
233             divisor => q(1),
234             rule => q(=#,##0= tɔ),
235             },
236             '2' => {
237             base_value => q(2),
238             divisor => q(1),
239             rule => q(=#,##0= lia),
240             },
241             'max' => {
242             base_value => q(2),
243             divisor => q(1),
244             rule => q(=#,##0= lia),
245             },
246             },
247             },
248             'spellout-base' => {
249             'private' => {
250             '0' => {
251             base_value => q(0),
252             divisor => q(1),
253             rule => q(ɖekeo),
254             },
255             '1' => {
256             base_value => q(1),
257             divisor => q(1),
258             rule => q(ɖekɛ),
259             },
260             '2' => {
261             base_value => q(2),
262             divisor => q(1),
263             rule => q(eve),
264             },
265             '3' => {
266             base_value => q(3),
267             divisor => q(1),
268             rule => q(etɔ̃),
269             },
270             '4' => {
271             base_value => q(4),
272             divisor => q(1),
273             rule => q(ene),
274             },
275             '5' => {
276             base_value => q(5),
277             divisor => q(1),
278             rule => q(atɔ̃),
279             },
280             '6' => {
281             base_value => q(6),
282             divisor => q(1),
283             rule => q(ade),
284             },
285             '7' => {
286             base_value => q(7),
287             divisor => q(1),
288             rule => q(adre),
289             },
290             '8' => {
291             base_value => q(8),
292             divisor => q(1),
293             rule => q(enyi),
294             },
295             '9' => {
296             base_value => q(9),
297             divisor => q(1),
298             rule => q(asieke),
299             },
300             '10' => {
301             base_value => q(10),
302             divisor => q(10),
303             rule => q(ewo),
304             },
305             '11' => {
306             base_value => q(11),
307             divisor => q(10),
308             rule => q(wui→→),
309             },
310             '20' => {
311             base_value => q(20),
312             divisor => q(10),
313             rule => q(bla←←[ vɔ →→]),
314             },
315             '100' => {
316             base_value => q(100),
317             divisor => q(100),
318             rule => q(alafa ←%spellout-cardinal←[ →%%after-hundreds→]),
319             },
320             '1000' => {
321             base_value => q(1000),
322             divisor => q(1000),
323             rule => q(akpe ←%spellout-cardinal←[→%%after-thousands→]),
324             },
325             '100000' => {
326             base_value => q(100000),
327             divisor => q(1000),
328             rule => q(akpe ←%spellout-cardinal←[→%%after-hundred-thousands→]),
329             },
330             '1000000' => {
331             base_value => q(1000000),
332             divisor => q(1000000),
333             rule => q(miliɔn ←%spellout-cardinal←[→%%after-millions→]),
334             },
335             '1000000000' => {
336             base_value => q(1000000000),
337             divisor => q(1000000000),
338             rule => q(miliɔn akpe ←%spellout-cardinal←[→%%after-millions→]),
339             },
340             '1000000000000' => {
341             base_value => q(1000000000000),
342             divisor => q(1000000000000),
343             rule => q(biliɔn ←%spellout-cardinal←[→%%after-billions→]),
344             },
345             '1000000000000000000' => {
346             base_value => q(1000000000000000000),
347             divisor => q(1000000000000000000),
348             rule => q(=#,##0=),
349             },
350             'max' => {
351             base_value => q(1000000000000000000),
352             divisor => q(1000000000000000000),
353             rule => q(=#,##0=),
354             },
355             },
356             },
357             'spellout-cardinal' => {
358             'public' => {
359             '-x' => {
360             divisor => q(1),
361             rule => q(→→ xlẽyimegbee),
362             },
363             '0' => {
364             base_value => q(0),
365             divisor => q(1),
366             rule => q(ɖekeo),
367             },
368             '0.x' => {
369             divisor => q(1),
370             rule => q(kakɛ →→),
371             },
372             'x.x' => {
373             divisor => q(1),
374             rule => q(←← kple kakɛ →→),
375             },
376             '1' => {
377             base_value => q(1),
378             divisor => q(1),
379             rule => q(ɖeka),
380             },
381             '2' => {
382             base_value => q(2),
383             divisor => q(1),
384             rule => q(=%%spellout-base=),
385             },
386             'max' => {
387             base_value => q(2),
388             divisor => q(1),
389             rule => q(=%%spellout-base=),
390             },
391             },
392             },
393             'spellout-numbering' => {
394             'public' => {
395             '0' => {
396             base_value => q(0),
397             divisor => q(1),
398             rule => q(=%spellout-cardinal=),
399             },
400             'max' => {
401             base_value => q(0),
402             divisor => q(1),
403             rule => q(=%spellout-cardinal=),
404             },
405             },
406             },
407             'spellout-numbering-year' => {
408             'public' => {
409             '0' => {
410             base_value => q(0),
411             divisor => q(1),
412             rule => q(=%spellout-numbering=),
413             },
414             'x.x' => {
415             divisor => q(1),
416             rule => q(=0.0=),
417             },
418             'max' => {
419             divisor => q(1),
420             rule => q(=0.0=),
421             },
422             },
423             },
424             'spellout-ordinal' => {
425             'public' => {
426             '-x' => {
427             divisor => q(1),
428             rule => q(→→ xlẽyimegbee),
429             },
430             '0' => {
431             base_value => q(0),
432             divisor => q(1),
433             rule => q(ɖekeolia),
434             },
435             'x.x' => {
436             divisor => q(1),
437             rule => q(=#,##0.0=lia),
438             },
439             '1' => {
440             base_value => q(1),
441             divisor => q(1),
442             rule => q(gbãtɔ),
443             },
444             '2' => {
445             base_value => q(2),
446             divisor => q(1),
447             rule => q(=%spellout-cardinal=lia),
448             },
449             'max' => {
450             base_value => q(2),
451             divisor => q(1),
452             rule => q(=%spellout-cardinal=lia),
453             },
454             },
455             },
456             } },
457             );
458              
459             # Need to add code for Key type pattern
460             my ($self, $name, $region, $script, $variant) = @_;
461              
462 0     0 0   my $display_pattern = '{0} ({1})';
463             $display_pattern =~s/\{0\}/$name/g;
464 0           my $subtags = join '{0}, {1}', grep {$_} (
465 0           $region,
466 0           $script,
  0            
467             $variant,
468             );
469              
470             $display_pattern =~s/\{1\}/$subtags/g;
471             return $display_pattern;
472 0           }
473 0            
474             has 'display_name_language' => (
475             is => 'ro',
476             isa => CodeRef,
477             init_arg => undef,
478             default => sub {
479             sub {
480             my %languages = (
481             'ab' => 'abkhaziagbe',
482             'ady' => 'adyghegbe',
483             'af' => 'afrikaangbe',
484             'agq' => 'aghemgbe',
485             'ak' => 'blugbe',
486             'am' => 'amhariagbe',
487             'ar' => 'Arabiagbe',
488             'as' => 'assamegbe',
489             'asa' => 'asagbe',
490             'ast' => 'asturiagbe',
491             'av' => 'avariagbe',
492             'ay' => 'aymargbe',
493             'az' => 'azerbaijangbe',
494             'ba' => 'bashkigbe',
495             'bas' => 'basaagbe',
496             'bax' => 'bamugbe',
497             'bbj' => 'ghomalagbe',
498             'be' => 'belarusiagbe',
499             'bem' => 'bembagbe',
500             'bez' => 'benagbe',
501             'bfd' => 'bafutgbe',
502             'bg' => 'bulgariagbe',
503             'bi' => 'bislamagbe',
504             'bkm' => 'komgbe',
505             'bm' => 'bambaragbe',
506             'bn' => 'Bengaligbe',
507             'bo' => 'tibetagbe',
508             'br' => 'bretongbe',
509             'brx' => 'bodogbe',
510             'bs' => 'bosniagbe',
511             'bss' => 'akoosiagbe',
512             'bum' => 'bulugbe',
513             'byv' => 'medumbagbe',
514             'ca' => 'katalagbe',
515             'ceb' => 'Sebuanogbe',
516             'ch' => 'kamorrogbe',
517             'chk' => 'tsukesegbe',
518             'chm' => 'tsetsniagbe',
519             'cs' => 'tsɛkgbe',
520             'cy' => 'walesgbe',
521             'da' => 'denmarkgbe',
522             'de' => 'Germaniagbe',
523             'de_AT' => 'Germaniagbe (Austria)',
524             'de_CH' => 'Germaniagbe (Switzerland)',
525             'dje' => 'zamagbe',
526             'dua' => 'dualagbe',
527             'dv' => 'divehgbe',
528             'dyo' => 'dzola-fonyigbe',
529             'dz' => 'dzongkhagbe',
530             'ebu' => 'embugbe',
531             'ee' => 'Eʋegbe',
532             'efi' => 'efigbe',
533             'el' => 'grisigbe',
534             'en' => 'Yevugbe',
535             'en_AU' => 'Yevugbe (Australia)',
536             'en_CA' => 'Yevugbe (Canada)',
537             'en_GB' => 'Yevugbe (Britain)',
538             'en_GB@alt=short' => 'Yevugbe (GB)',
539             'en_US' => 'Yevugbe (America)',
540             'en_US@alt=short' => 'Yevugbe (US)',
541             'eo' => 'esperantogbe',
542             'es' => 'Spanishgbe',
543             'es_419' => 'Spanishgbe (Latin America)',
544             'es_ES' => 'Spanishgbe (Europe)',
545             'es_MX' => 'Spanishgbe (Mexico)',
546             'et' => 'estoniagbe',
547             'eu' => 'basqugbe',
548             'ewo' => 'ewondogbe',
549             'fa' => 'persiagbe',
550             'fan' => 'fangbe',
551             'ff' => 'fulagbe',
552             'fi' => 'finlanɖgbe',
553             'fil' => 'filipingbe',
554             'fj' => 'fidzigbe',
555             'fo' => 'faroegbe',
556             'fr' => 'Fransegbe',
557             'fr_CA' => 'Fransegbe (Canada)',
558             'fr_CH' => 'Fransegbe (Switzerland)',
559             'fy' => 'ɣetoɖoƒe frisiagbe',
560             'ga' => 'irelanɖgbe',
561             'gaa' => 'gɛgbe',
562             'gd' => 'skɔtlanɖ gaeliagbe',
563             'gil' => 'gilbertgbe',
564             'gl' => 'galatagbe',
565             'gn' => 'guarangbe',
566             'gsw' => 'swizerlanɖtɔwo ƒe germaniagbe',
567             'gu' => 'gujarati',
568             'ha' => 'hausagbe',
569             'haw' => 'hawaigbe',
570             'he' => 'hebrigbe',
571             'hi' => 'Hindigbe',
572             'hil' => 'hiligenɔgbe',
573             'ho' => 'hiri motugbe',
574             'hr' => 'kroatiagbe',
575             'ht' => 'haitigbe',
576             'hu' => 'hungarigbe',
577             'hy' => 'armeniagbe',
578             'ibb' => 'ibibiogbe',
579             'id' => 'Indonesiagbe',
580             'ig' => 'igbogbe',
581             'ilo' => 'ilikogbe',
582             'inh' => 'ingusigbe',
583             'is' => 'icelanɖgbe',
584             'it' => 'Italiagbe',
585             'ja' => 'Japangbe',
586             'jv' => 'dzavangbe',
587             'ka' => 'gɔgiagbe',
588             'kbd' => 'kabardiagbe',
589             'kea' => 'cape verdegbe',
590             'kg' => 'kongogbe',
591             'kha' => 'khasigbe',
592             'kj' => 'kunyamagbe',
593             'kk' => 'kazakhstangbe',
594             'kkj' => 'kakogbe',
595             'kl' => 'kalaalisugbe',
596             'km' => 'khmergbe',
597             'kn' => 'kannadagbe',
598             'ko' => 'Koreagbe',
599             'kok' => 'konkaniagbe',
600             'kos' => 'kosraeagbe',
601             'kr' => 'kanuriagbe',
602             'krc' => 'karakay-bakargbe',
603             'ks' => 'kashmirgbe',
604             'ksf' => 'bafiagbe',
605             'ku' => 'kurdiagbe',
606             'kum' => 'kumikagbe',
607             'ky' => 'kirghistangbe',
608             'la' => 'latin',
609             'lah' => 'lahndagbe',
610             'lb' => 'laksembɔggbe',
611             'lez' => 'lezghiagbe',
612             'ln' => 'lingala',
613             'lo' => 'laogbe',
614             'lt' => 'lithuaniagbe',
615             'lu' => 'luba-katangagbe',
616             'lua' => 'luba-lulugbe',
617             'luy' => 'luyiagbe',
618             'lv' => 'latviagbe',
619             'maf' => 'mafagbe',
620             'mai' => 'maitiligbe',
621             'mdf' => 'moktsiagbe',
622             'mg' => 'malagasegbe',
623             'mgh' => 'makuwa-mitogbe',
624             'mh' => 'marshalgbe',
625             'mi' => 'maorgbe',
626             'mk' => 'makedoniagbe',
627             'ml' => 'malayagbe',
628             'mn' => 'mongoliagbe',
629             'mr' => 'marathiagbe',
630             'ms' => 'malaygbe',
631             'mt' => 'maltagbe',
632             'mua' => 'mundangbe',
633             'mul' => 'gbegbɔgblɔ sɔgbɔwo',
634             'my' => 'burmagbe',
635             'mye' => 'myenegbe',
636             'myv' => 'erziyagbe',
637             'na' => 'naurugbe',
638             'nb' => 'nɔweigbe bokmål',
639             'nd' => 'dziehe ndebelegbe',
640             'ne' => 'nepalgbe',
641             'niu' => 'niuegbe',
642             'nl' => 'Hollandgbe',
643             'nl_BE' => 'Flemishgbe',
644             'nmg' => 'kwasiogbe',
645             'nn' => 'nɔweigbe ninɔsk',
646             'nnh' => 'ngiemboongbe',
647             'no' => 'nɔweigbe',
648             'nr' => 'anyiehe ndebelegbe',
649             'nso' => 'dziehe sothogbe',
650             'nus' => 'nuergbe',
651             'ny' => 'nyanjagbe',
652             'or' => 'oriyagbe',
653             'os' => 'ossetiagbe',
654             'pa' => 'pundzabgbe',
655             'pag' => 'pangsinagbe',
656             'pap' => 'papiamentogbe',
657             'pau' => 'paluagbe',
658             'pl' => 'Polishgbe',
659             'pon' => 'ponpeiagbe',
660             'ps' => 'pashtogbe',
661             'pt' => 'Portuguesegbe',
662             'pt_BR' => 'Portuguesegbe (Brazil)',
663             'pt_PT' => 'Portuguesegbe (Europe)',
664             'qu' => 'kwetsuagbe',
665             'rm' => 'romanshgbe',
666             'rn' => 'rundigbe',
667             'ro' => 'romaniagbe',
668             'rof' => 'rombogbe',
669             'ru' => 'Russiagbe',
670             'rw' => 'ruwandagbe',
671             'rwk' => 'rwagbe',
672             'sa' => 'sanskrigbe',
673             'sah' => 'sakagbe',
674             'sat' => 'santaligbe',
675             'sbp' => 'sangugbe',
676             'sd' => 'sindhgbe',
677             'se' => 'dziehe samigbe',
678             'sg' => 'sangogbe',
679             'sh' => 'serbo-croatiagbe',
680             'si' => 'sinhalgbe',
681             'sk' => 'slovakiagbe',
682             'sl' => 'sloveniagbe',
683             'sm' => 'samoagbe',
684             'sn' => 'shonagbe',
685             'so' => 'somaliagbe',
686             'sq' => 'albaniagbe',
687             'sr' => 'serbiagbe',
688             'ss' => 'swatgbe',
689             'st' => 'anyiehe sothogbe',
690             'sv' => 'swedengbe',
691             'sw' => 'swahili',
692             'swb' => 'komorogbe',
693             'ta' => 'tamilgbe',
694             'te' => 'telegugbe',
695             'tet' => 'tetumgbe',
696             'tg' => 'tadzikistangbe',
697             'th' => 'Thailandgbe',
698             'ti' => 'tigrinyagbe',
699             'tk' => 'tɛkmengbe',
700             'tkl' => 'tokelaugbe',
701             'tl' => 'tagalogbe',
702             'tn' => 'tswanagbe',
703             'to' => 'tongagbe',
704             'tpi' => 'tok pisigbe',
705             'tr' => 'Turkishgbe',
706             'ts' => 'tsongagbe',
707             'tt' => 'tatargbe',
708             'tvl' => 'tuvalugbe',
709             'twq' => 'tasawakgbe',
710             'ty' => 'tahitigbe',
711             'tyv' => 'tuviniagbe',
712             'udm' => 'udmurtgbe',
713             'ug' => 'uighurgbe',
714             'uk' => 'ukraingbe',
715             'und' => 'gbegbɔgblɔ manya',
716             'ur' => 'urdugbe',
717             'uz' => 'uzbekistangbe',
718             'vai' => 'vaigbe',
719             've' => 'vendagbe',
720             'vi' => 'vietnamgbe',
721             'wae' => 'walsegbe',
722             'war' => 'waraygbe',
723             'wo' => 'wolofgbe',
724             'xh' => 'xhosagbe',
725             'yap' => 'yapesigbe',
726             'yav' => 'yangbengbe',
727             'ybb' => 'yembagbe',
728             'yo' => 'yorubagbe',
729             'yue' => 'cantongbe',
730             'za' => 'zhuangbe',
731             'zh' => 'Chinagbe',
732             'zh_Hans' => 'tsainagbe',
733             'zh_Hant' => 'blema tsainagbe',
734             'zu' => 'zulugbe',
735             'zxx' => 'gbegbɔgblɔ manɔmee',
736              
737             );
738             if (@_) {
739             return $languages{$_[0]};
740             }
741             return \%languages;
742             }
743             },
744             );
745              
746             has 'display_name_script' => (
747             is => 'ro',
748             isa => CodeRef,
749             init_arg => undef,
750             default => sub {
751             sub {
752             my %scripts = (
753             'Arab' => 'Arabiagbeŋɔŋlɔ',
754             'Armi' => 'aramia gbeŋɔŋlɔ',
755             'Armn' => 'armeniagbeŋɔŋlɔ',
756             'Avst' => 'avesta gbeŋɔŋlɔ',
757             'Bali' => 'balini gbeŋɔŋlɔ',
758             'Bamu' => 'bamum gbeŋɔŋlɔ',
759             'Batk' => 'batak gbeŋɔŋlɔ',
760             'Beng' => 'bengaligbeŋɔŋlɔ',
761             'Blis' => 'bliss ŋɔŋlɔdzesi',
762             'Bopo' => 'bopomfogbeŋɔŋlɔ',
763             'Brah' => 'brami gbeŋɔŋlɔ',
764             'Brai' => 'braillegbeŋɔŋlɔ',
765             'Buhd' => 'buhid gbeŋɔŋlɔ',
766             'Cakm' => 'tsakma gbeŋɔŋlɔ',
767             'Cans' => 'kanada wɔɖeka ƒe abɔridzin gbedodo',
768             'Cari' => 'karia gbeŋɔŋlɔ',
769             'Cham' => 'tsam gbeŋɔŋlɔ',
770             'Cher' => 'tseroke gbeŋɔŋlɔ',
771             'Cirt' => 'seif gbeŋɔŋlɔ',
772             'Copt' => 'koptia gbeŋɔŋlɔ',
773             'Cprt' => 'saipriot gbeŋɔŋlɔ',
774             'Cyrl' => 'Cyrillicgbeŋɔŋlɔ',
775             'Cyrs' => 'slavonia sirillia sɔleme gbeŋɔŋlɔ xoxotɔ',
776             'Deva' => 'devanagarigbeŋɔŋlɔ',
777             'Dsrt' => 'deseret gbeŋɔŋlɔ',
778             'Egyd' => 'egypte demotia gbeŋɔŋlɔ',
779             'Egyh' => 'egypte hieratia gbeŋɔŋlɔ',
780             'Egyp' => 'egypte hieroglif nuŋɔŋlɔ',
781             'Ethi' => 'ethiopiagbeŋɔŋlɔ',
782             'Geok' => 'dzɔdzia khutsiria gbeŋɔŋlɔ',
783             'Geor' => 'gɔgiagbeŋɔŋlɔ',
784             'Glag' => 'glagolitia gbeŋɔŋlɔ',
785             'Goth' => 'gothia gbeŋɔŋlɔ',
786             'Gran' => 'grantha gbeŋɔŋlɔ',
787             'Grek' => 'grisigbeŋɔŋlɔ',
788             'Gujr' => 'gudzaratigbeŋɔŋlɔ',
789             'Guru' => 'gurmukhigbeŋɔŋlɔ',
790             'Hang' => 'hangulgbeŋɔŋlɔ',
791             'Hani' => 'hangbeŋɔŋlɔ',
792             'Hano' => 'hanuno gbeŋɔŋlɔ',
793             'Hans' => 'Chinesegbeŋɔŋlɔ',
794             'Hans@alt=stand-alone' => 'Hansgbeŋɔŋlɔ',
795             'Hant' => 'Blema Chinesegbeŋɔŋlɔ',
796             'Hant@alt=stand-alone' => 'Blema Hantgbeŋcŋlɔ',
797             'Hebr' => 'hebrigbeŋɔŋlɔ',
798             'Hira' => 'hiraganagbeŋɔŋlɔ',
799             'Hmng' => 'pahawh hmong gbeŋɔŋlɔ',
800             'Hrkt' => 'dzapan gbedodo tɔxee',
801             'Hung' => 'hungaria gbeŋɔŋlɔ xoxotɔ',
802             'Inds' => 'indus gbeŋɔŋlɔ',
803             'Ital' => 'aitalik xoxotɔ',
804             'Java' => 'dzavanese gbeŋɔŋlɔ',
805             'Jpan' => 'Japanesegbeŋɔŋlɔ',
806             'Kali' => 'kayah li gbeŋɔŋlɔ',
807             'Kana' => 'katakanagbeŋɔŋlɔ',
808             'Khar' => 'kharoshthi gbeŋɔŋlɔ',
809             'Khmr' => 'khmergbeŋɔŋlɔ',
810             'Khoj' => 'khodziki gbeŋɔŋlɔ',
811             'Knda' => 'kannadagbeŋɔŋlɔ',
812             'Kore' => 'Koreagbeŋɔŋlɔ',
813             'Kthi' => 'kaithi gbeŋɔŋlɔ',
814             'Lana' => 'lanna gbeŋɔŋlɔ',
815             'Laoo' => 'laogbeŋɔŋlɔ',
816             'Latf' => 'fraktur latin gbeŋɔŋlɔ',
817             'Latg' => 'gaelia latin gbeŋɔŋlɔ',
818             'Latn' => 'Latingbeŋɔŋlɔ',
819             'Lepc' => 'leptsa gbeŋɔŋlɔ',
820             'Limb' => 'limbu gbeŋɔŋlɔ',
821             'Lina' => 'linia a gbeŋɔŋlɔ',
822             'Linb' => 'linea b gbeŋɔŋlɔ',
823             'Lisu' => 'fraser gbeŋɔŋlɔ',
824             'Lyci' => 'lisia gbeŋɔŋlɔ',
825             'Lydi' => 'lidia gbeŋɔŋlɔ',
826             'Mand' => 'mandae gbeŋɔŋlɔ',
827             'Mani' => 'manitsia gbeŋɔŋlɔ',
828             'Maya' => 'mayan hieroglif gbeŋɔŋlɔ',
829             'Merc' => 'meroitia atsyia gbeŋɔŋlɔ',
830             'Mero' => 'meroitia gbeŋɔŋlɔ',
831             'Mlym' => 'malayagbeŋɔŋlɔ',
832             'Mong' => 'mongoliagbeŋɔŋlɔ',
833             'Moon' => 'moon gbeŋɔŋlɔ',
834             'Mtei' => 'meitei mayek gbeŋɔŋlɔ',
835             'Mymr' => 'myanmargbeŋɔŋlɔ',
836             'Nkgb' => 'naxi geba gbeŋɔŋlɔ',
837             'Nkoo' => 'n’ko gbeŋɔŋlɔ',
838             'Ogam' => 'ogham gbeŋɔŋlɔ',
839             'Olck' => 'ol tsiki gbeŋɔŋlɔ',
840             'Orkh' => 'orkhon gbeŋɔŋlɔ',
841             'Orya' => 'oriyagbeŋɔŋlɔ',
842             'Osma' => 'osmaya gbeŋɔŋlɔ',
843             'Perm' => 'permia gbeŋɔŋlɔ xoxotɔ',
844             'Phag' => 'phags-pa gbeŋɔŋlɔ',
845             'Phli' => 'pahlavi gbeŋɔŋlɔ tɔxee',
846             'Phlp' => 'psamta pahlavi gbeŋɔŋlɔ',
847             'Phlv' => 'agbaleme pahlavi gbeŋɔŋlɔ',
848             'Phnx' => 'foenesia gbeŋɔŋlɔ',
849             'Plrd' => 'pollard gbegbɔgblɔ',
850             'Prti' => 'parthia gbeŋɔŋlɔ tɔxee',
851             'Rjng' => 'redza gbeŋɔŋlɔ',
852             'Roro' => 'rongorongo gbeŋɔŋlɔ',
853             'Runr' => 'runia gbeŋɔŋlɔ',
854             'Samr' => 'samaria gbeŋɔŋlɔ',
855             'Sara' => 'sarati gbeŋɔŋlɔ',
856             'Sarb' => 'anyiehe arabia gbeŋɔŋlɔ xoxotɔ',
857             'Saur' => 'saurashtra gbeŋɔŋlɔ',
858             'Sgnw' => 'atsyia nuŋɔŋlɔ',
859             'Shaw' => 'tsavia gbeŋɔŋlɔ',
860             'Sinh' => 'sinhalagbeŋɔŋlɔ',
861             'Sund' => 'sundana gbeŋɔŋlɔ',
862             'Sylo' => 'sailoti nagri gbeŋɔŋlɔ',
863             'Syrc' => 'siriak gbeŋɔŋlɔ',
864             'Syre' => 'estrangelo siria gbeŋɔŋlɔ',
865             'Syrj' => 'ɣetoɖoƒe siria gbeŋɔŋlɔ',
866             'Syrn' => 'ɣedzeƒe siria gbeŋɔŋlɔ',
867             'Tagb' => 'tagbanwa gbeŋɔŋlɔ',
868             'Tale' => 'tai le gbeŋɔŋlɔ',
869             'Talu' => 'tail lue gbeŋɔŋlɔ yeye',
870             'Taml' => 'tamilgbeŋɔŋlɔ',
871             'Tavt' => 'tai viet gbeŋɔŋlɔ',
872             'Telu' => 'telegugbeŋɔŋlɔ',
873             'Teng' => 'tengwar gbeŋɔŋlɔ',
874             'Tfng' => 'tifinagh gbeŋɔŋlɔ',
875             'Tglg' => 'tagalog gbeŋɔŋlɔ',
876             'Thaa' => 'thaanagbeŋɔŋlɔ',
877             'Thai' => 'taigbeŋɔŋlɔ',
878             'Tibt' => 'tibetgbeŋɔŋlɔ',
879             'Tirh' => 'tirhuta gbeŋɔŋlɔ',
880             'Ugar' => 'ugaritia gbeŋɔŋlɔ',
881             'Vaii' => 'vai gbeŋɔŋlɔ',
882             'Visp' => 'gbegbɔgblɔ si dzena',
883             'Wara' => 'varang kshiti gbeŋɔŋlɔ',
884             'Xpeo' => 'persia gbeŋɔŋlɔ xoxotɔ',
885             'Xsux' => 'sumero-akkadia kunei gbeŋɔŋlɔ',
886             'Yiii' => 'yi gbeŋɔŋlɔ',
887             'Zinh' => 'gbeŋɔŋlɔ si wo dzɔ va tu',
888             'Zmth' => 'akɔnta nuŋɔŋlɔ',
889             'Zsym' => 'ŋɔŋlɔdzesiwo',
890             'Zxxx' => 'gbemaŋlɔ',
891             'Zyyy' => 'gbeŋɔŋlɔ bɔbɔ',
892             'Zzzz' => 'gbeŋɔŋlɔ manya',
893              
894             );
895             if ( @_ ) {
896             return $scripts{$_[0]};
897             }
898             return \%scripts;
899             }
900             }
901             );
902              
903             has 'display_name_region' => (
904             is => 'ro',
905             isa => HashRef[Str],
906             init_arg => undef,
907             default => sub {
908             {
909             '001' => 'xexeme',
910             '002' => 'Afrika nutome',
911             '003' => 'Dziehe Amerika nutome',
912             '005' => 'Anyiehe Amerika nutome',
913             '009' => 'Oceania nutome',
914             '011' => 'Ɣetoɖoƒelɔƒo Afrika nutome',
915             '013' => 'Titina Amerika nutome',
916             '014' => 'Ɣedzeƒe Afrika nutome',
917             '015' => 'Dziehe Afrika nutome',
918             '017' => 'Titina Afrika nutome',
919             '018' => 'Anyiehelɔƒo Afrika nutome',
920             '019' => 'Amerika nutome',
921             '021' => 'Dziehelɔƒo Amerika nutome',
922             '029' => 'Karibbea nutome',
923             '030' => 'Ɣedzeƒe Asia nutome',
924             '034' => 'Anyiehelɔƒo Asia nutome',
925             '035' => 'Anyiehe Ɣedzeƒe Afrika nutome',
926             '039' => 'Anyiehelɔƒo Europa nutome',
927             '053' => 'Australia kple New Zealand nutome',
928             '054' => 'Melanesia nutome',
929             '057' => 'Mikronesia',
930             '061' => 'Pɔlinesia nutome',
931             '142' => 'Asia nutome',
932             '143' => 'Titina Asia nutome',
933             '145' => 'Ɣetoɖoƒelɔƒo Asia nutome',
934             '150' => 'Europa nutome',
935             '151' => 'Ɣedzeƒe Europa nutome',
936             '154' => 'Dziehelɔƒo Europa nutome',
937             '155' => 'Ɣetoɖoƒelɔƒo Europa nutome',
938             '419' => 'Latin Amerika nutome',
939             'AC' => 'Ascension ƒudomekpo nutome',
940             'AD' => 'Andorra nutome',
941             'AE' => 'United Arab Emirates nutome',
942             'AF' => 'Afghanistan nutome',
943             'AG' => '́Antigua kple Barbuda nutome',
944             'AI' => 'Anguilla nutome',
945             'AL' => 'Albania nutome',
946             'AM' => 'Armenia nutome',
947             'AO' => 'Angola nutome',
948             'AQ' => 'Antartica nutome',
949             'AR' => 'Argentina nutome',
950             'AS' => 'Amerika Samoa nutome',
951             'AT' => 'Austria nutome',
952             'AU' => 'Australia nutome',
953             'AW' => 'Aruba nutome',
954             'AX' => 'Åland ƒudomekpo nutome',
955             'AZ' => 'Azerbaijan nutome',
956             'BA' => 'Bosnia kple Herzergovina nutome',
957             'BB' => 'Barbados nutome',
958             'BD' => 'Bangladesh nutome',
959             'BE' => 'Belgium nutome',
960             'BF' => 'Burkina Faso nutome',
961             'BG' => 'Bulgaria nutome',
962             'BH' => 'Bahrain nutome',
963             'BI' => 'Burundi nutome',
964             'BJ' => 'Benin nutome',
965             'BL' => 'Saint Barthélemy nutome',
966             'BM' => 'Bermuda nutome',
967             'BN' => 'Brunei nutome',
968             'BO' => 'Bolivia nutome',
969             'BQ' => 'Karibbeatɔwo ƒe Nedalanɖs nutome',
970             'BR' => 'Brazil nutome',
971             'BS' => 'Bahamas nutome',
972             'BT' => 'Bhutan nutome',
973             'BV' => 'Bouvet ƒudomekpo nutome',
974             'BW' => 'Botswana nutome',
975             'BY' => 'Belarus nutome',
976             'BZ' => 'Belize nutome',
977             'CA' => 'Canada nutome',
978             'CC' => 'Kokos (Kiling) fudomekpo nutome',
979             'CD' => 'Kongo Kinshasa nutome',
980             'CD@alt=variant' => 'Kongo demokratik repɔblik nutome',
981             'CF' => 'Titina Afrika repɔblik nutome',
982             'CG' => 'Kongo Brazzaville nutome',
983             'CG@alt=variant' => 'Kongo repɔblik nutome',
984             'CH' => 'Switzerland nutome',
985             'CI' => 'Kote d’Ivoire nutome',
986             'CI@alt=variant' => 'Ivory Kost nutome',
987             'CK' => 'Kook ƒudomekpo nutome',
988             'CL' => 'Tsile nutome',
989             'CM' => 'Kamerun nutome',
990             'CN' => 'Tsaina nutome',
991             'CO' => 'Kolombia nutome',
992             'CP' => 'Klipaton ƒudomekpo nutome',
993             'CR' => 'Kosta Rika nutome',
994             'CU' => 'Kuba nutome',
995             'CV' => 'Kape Verde nutome',
996             'CW' => 'Kurakao nutome',
997             'CX' => 'Kristmas ƒudomekpo nutome',
998             'CY' => 'Saiprus nutome',
999             'CZ' => 'Tsɛk repɔblik nutome',
1000             'DE' => 'Germania nutome',
1001             'DG' => 'Diego Garsia nutome',
1002             'DJ' => 'Dzibuti nutome',
1003             'DK' => 'Denmark nutome',
1004             'DM' => 'Dominika nutome',
1005             'DO' => 'Dominika repɔblik nutome',
1006             'DZ' => 'Algeria nutome',
1007             'EA' => 'Keuta and Melilla nutome',
1008             'EC' => 'Ekuadɔ nutome',
1009             'EE' => 'Estonia nutome',
1010             'EG' => 'Egypte nutome',
1011             'EH' => 'Ɣetoɖoƒe Sahara nutome',
1012             'ER' => 'Eritrea nutome',
1013             'ES' => 'Spain nutome',
1014             'ET' => 'Etiopia nutome',
1015             'EU' => 'Europa Wɔɖeka nutome',
1016             'FI' => 'Finland nutome',
1017             'FJ' => 'Fidzi nutome',
1018             'FK' => 'Falkland ƒudomekpowo nutome',
1019             'FK@alt=variant' => 'Falkland ƒudomekpowo (Islas Malvinas) nutome',
1020             'FM' => 'Mikronesia nutome',
1021             'FO' => 'Faroe ƒudomekpowo nutome',
1022             'FR' => 'France nutome',
1023             'GA' => 'Gabɔn nutome',
1024             'GB' => 'United Kingdom nutome',
1025             'GD' => 'Grenada nutome',
1026             'GE' => 'Georgia nutome',
1027             'GF' => 'Frentsi Gayana nutome',
1028             'GG' => 'Guernse nutome',
1029             'GH' => 'Ghana nutome',
1030             'GI' => 'Gibraltar nutome',
1031             'GL' => 'Grinland nutome',
1032             'GM' => 'Gambia nutome',
1033             'GN' => 'Guini nutome',
1034             'GP' => 'Guadelupe nutome',
1035             'GQ' => 'Ekuatorial Guini nutome',
1036             'GR' => 'Greece nutome',
1037             'GS' => 'Anyiehe Georgia kple Anyiehe Sandwich ƒudomekpowo nutome',
1038             'GT' => 'Guatemala nutome',
1039             'GU' => 'Guam nutome',
1040             'GW' => 'Gini-Bisao nutome',
1041             'GY' => 'Guyanadu',
1042             'HK' => 'Hɔng Kɔng SAR Tsaina nutome',
1043             'HK@alt=short' => 'Hɔng Kɔng nutome',
1044             'HM' => 'Heard kple Mcdonald ƒudomekpowo nutome',
1045             'HN' => 'Hondurasdu',
1046             'HR' => 'Kroatsia nutome',
1047             'HT' => 'Haiti nutome',
1048             'HU' => 'Hungari nutome',
1049             'IC' => 'Kanari ƒudomekpowo nutome',
1050             'ID' => 'Indonesia nutome',
1051             'IE' => 'Ireland nutome',
1052             'IL' => 'Israel nutome',
1053             'IM' => 'Aisle of Man nutome',
1054             'IN' => 'India nutome',
1055             'IO' => 'Britaintɔwo ƒe india ƒudome nutome',
1056             'IQ' => 'iraqdukɔ',
1057             'IR' => 'Iran nutome',
1058             'IS' => 'Aiseland nutome',
1059             'IT' => 'Italia nutome',
1060             'JE' => 'Dzɛse nutome',
1061             'JM' => 'Dzamaika nutome',
1062             'JO' => 'Yordan nutome',
1063             'JP' => 'Dzapan nutome',
1064             'KE' => 'Kenya nutome',
1065             'KG' => 'Kirgizstan nutome',
1066             'KH' => 'Kambodia nutome',
1067             'KI' => 'Kiribati nutome',
1068             'KM' => 'Komoros nutome',
1069             'KN' => 'Saint Kitis kple Nevis nutome',
1070             'KP' => 'Dziehe Korea nutome',
1071             'KR' => 'Anyiehe Korea nutome',
1072             'KW' => 'Kuwait nutome',
1073             'KY' => 'Kayman ƒudomekpowo nutome',
1074             'KZ' => 'Kazakstan nutome',
1075             'LA' => 'Laos nutome',
1076             'LB' => 'Lebanɔn nutome',
1077             'LC' => 'Saint Lusia nutome',
1078             'LI' => 'Litsenstein nutome',
1079             'LK' => 'Sri Lanka nutome',
1080             'LR' => 'Liberia nutome',
1081             'LS' => 'Lɛsoto nutome',
1082             'LT' => 'Lituania nutome',
1083             'LU' => 'Lazembɔg nutome',
1084             'LV' => 'Latvia nutome',
1085             'LY' => 'Libya nutome',
1086             'MA' => 'Moroko nutome',
1087             'MC' => 'Monako nutome',
1088             'MD' => 'Moldova nutome',
1089             'ME' => 'Montenegro nutome',
1090             'MF' => 'Saint Martin nutome',
1091             'MG' => 'Madagaska nutome',
1092             'MH' => 'Marshal ƒudomekpowo nutome',
1093             'MK' => 'Makedonia nutome',
1094             'MK@alt=variant' => 'Makedonia (FYROM) nutome',
1095             'ML' => 'Mali nutome',
1096             'MM' => 'Myanmar (Burma) nutome',
1097             'MN' => 'Mongolia nutome',
1098             'MO' => 'Macau SAR Tsaina nutome',
1099             'MO@alt=short' => 'Macau nutome',
1100             'MP' => 'Dziehe Marina ƒudomekpowo nutome',
1101             'MQ' => 'Martiniki nutome',
1102             'MR' => 'Mauritania nutome',
1103             'MS' => 'Montserrat nutome',
1104             'MT' => 'Malta nutome',
1105             'MU' => 'mauritiusdukɔ',
1106             'MV' => 'maldivesdukɔ',
1107             'MW' => 'Malawi nutome',
1108             'MX' => 'Mexico nutome',
1109             'MY' => 'Malaysia nutome',
1110             'MZ' => 'Mozambiki nutome',
1111             'NA' => 'Namibia nutome',
1112             'NC' => 'New Kaledonia nutome',
1113             'NE' => 'Niger nutome',
1114             'NF' => 'Norfolk ƒudomekpo nutome',
1115             'NG' => 'Nigeria nutome',
1116             'NI' => 'Nicaraguadukɔ',
1117             'NL' => 'Netherlands nutome',
1118             'NO' => 'Norway nutome',
1119             'NP' => 'Nepal nutome',
1120             'NR' => 'Nauru nutome',
1121             'NU' => 'Niue nutome',
1122             'NZ' => 'New Zealand nutome',
1123             'OM' => 'Oman nutome',
1124             'PA' => 'Panama nutome',
1125             'PE' => 'Peru nutome',
1126             'PF' => 'Frentsi Pɔlinesia nutome',
1127             'PG' => 'Papua New Gini nutome',
1128             'PH' => 'Filipini nutome',
1129             'PK' => 'Pakistan nutome',
1130             'PL' => 'Poland nutome',
1131             'PM' => 'Saint Pierre kple Mikelɔn nutome',
1132             'PN' => 'Pitkairn ƒudomekpo nutome',
1133             'PR' => 'Puerto Riko nutome',
1134             'PS' => 'Palestinia nutome',
1135             'PT' => 'Portugal nutome',
1136             'PW' => 'Palau nutome',
1137             'PY' => 'Paragua nutome',
1138             'QA' => 'Katar nutome',
1139             'QO' => 'Outlaying Oceania nutome',
1140             'RE' => 'Réunion nutome',
1141             'RO' => 'Romania nutome',
1142             'RS' => 'Serbia nutome',
1143             'RU' => 'Russia nutome',
1144             'RW' => 'Rwanda nutome',
1145             'SA' => 'Saudi Arabia nutome',
1146             'SB' => 'Solomon ƒudomekpowo nutome',
1147             'SC' => 'Seshɛls nutome',
1148             'SD' => 'Sudan nutome',
1149             'SE' => 'Sweden nutome',
1150             'SG' => 'Singapɔr nutome',
1151             'SH' => 'Saint Helena nutome',
1152             'SI' => 'Slovenia nutome',
1153             'SJ' => 'Svalbard kple Yan Mayen nutome',
1154             'SK' => 'Slovakia nutome',
1155             'SL' => 'Sierra Leone nutome',
1156             'SM' => 'San Marino nutome',
1157             'SN' => 'Senegal nutome',
1158             'SO' => 'Somalia nutome',
1159             'SR' => 'Suriname nutome',
1160             'SS' => 'Anyiehe Sudan nutome',
1161             'ST' => 'São Tomé kple Príncipe nutome',
1162             'SV' => 'El Salvadɔ nutome',
1163             'SX' => 'Sint Maarten nutome',
1164             'SY' => 'Siria nutome',
1165             'SZ' => 'Swaziland nutome',
1166             'TA' => 'Tristan da Kunha nutome',
1167             'TC' => 'Tɛks kple Kaikos ƒudomekpowo nutome',
1168             'TD' => 'Tsad nutome',
1169             'TF' => 'Anyiehe Franseme nutome',
1170             'TG' => 'Togo nutome',
1171             'TH' => 'Thailand nutome',
1172             'TJ' => 'Tajikistan nutome',
1173             'TK' => 'Tokelau nutome',
1174             'TL' => 'Timor-Leste nutome',
1175             'TL@alt=variant' => 'Ɣedzeƒe Timɔ nutome',
1176             'TM' => 'Tɛkmenistan nutome',
1177             'TN' => 'Tunisia nutome',
1178             'TO' => 'Tonga nutome',
1179             'TR' => 'Tɛki nutome',
1180             'TT' => 'Trinidad kple Tobago nutome',
1181             'TV' => 'Tuvalu nutome',
1182             'TW' => 'Taiwan nutome',
1183             'TZ' => 'Tanzania nutome',
1184             'UA' => 'Ukraine nutome',
1185             'UG' => 'Uganda nutome',
1186             'UM' => 'U.S. Minor Outlaying ƒudomekpowo nutome',
1187             'US' => 'USA nutome',
1188             'UY' => 'uruguaydukɔ',
1189             'UZ' => 'Uzbekistan nutome',
1190             'VA' => 'Vatikandu nutome',
1191             'VC' => 'Saint Vincent kple Grenadine nutome',
1192             'VE' => 'Venezuela nutome',
1193             'VG' => 'Britaintɔwo ƒe Virgin ƒudomekpowo nutome',
1194             'VI' => 'U.S. Vɛrgin ƒudomekpowo nutome',
1195             'VN' => 'Vietnam nutome',
1196             'VU' => 'Vanuatu nutome',
1197             'WF' => 'Wallis kple Futuna nutome',
1198             'WS' => 'Samoa nutome',
1199             'YE' => 'Yemen nutome',
1200             'YT' => 'Mayotte nutome',
1201             'ZA' => 'Anyiehe Africa nutome',
1202             'ZM' => 'Zambia nutome',
1203             'ZW' => 'Zimbabwe nutome',
1204             'ZZ' => 'nutome manya',
1205              
1206             }
1207             },
1208             );
1209              
1210             has 'display_name_variant' => (
1211             is => 'ro',
1212             isa => HashRef[Str],
1213             init_arg => undef,
1214             default => sub {
1215             {
1216             'ALALC97' => 'ALALC9',
1217             'BISCAYAN' => 'BISCAYA',
1218              
1219             }
1220             },
1221             );
1222              
1223             has 'display_name_key' => (
1224             is => 'ro',
1225             isa => HashRef[Str],
1226             init_arg => undef,
1227             default => sub {
1228             {
1229             'calendar' => 'kalenda',
1230             'collation' => 'tutuɖo',
1231             'currency' => 'gaɖuɖu',
1232             'numbers' => 'nɔmbawo',
1233              
1234             }
1235             },
1236             );
1237              
1238             has 'display_name_type' => (
1239             is => 'ro',
1240             isa => HashRef[HashRef[Str]],
1241             init_arg => undef,
1242             default => sub {
1243             {
1244             'calendar' => {
1245             'buddhist' => q{buddha subɔlawo ƒe kalenda},
1246             'chinese' => q{chinatɔwo ƒe kalenda},
1247             'coptic' => q{coptia kalenda},
1248             'ethiopic' => q{ethiopiatɔwo ƒe kalenda},
1249             'ethiopic-amete-alem' => q{ethiopia amate alemtɔwo ƒe kalenda},
1250             'gregorian' => q{Gregorian kalenda},
1251             'hebrew' => q{hebritɔwo ƒe kalenda},
1252             'indian' => q{india dukɔ ƒe kalenda},
1253             'islamic' => q{islam subɔlawo ƒe kalenda},
1254             'islamic-civil' => q{islam subɔlawo ƒe sivil kalenda},
1255             'japanese' => q{japantɔwo ƒe kalenda},
1256             'persian' => q{persiatɔwo ƒe kalenda},
1257             'roc' => q{china repɔbliktɔwo ƒe kalenda tso 1912},
1258             },
1259             'collation' => {
1260             'big5han' => q{blema chinatɔwo ƒe ɖoɖomɔ nu},
1261             'dictionary' => q{nuɖoɖo ɖe nyagɔmeɖegbalẽ ƒe ɖoɖomɔ nu},
1262             'ducet' => q{nuɖoɖo ɖe unicode ƒe ɖoɖo nu},
1263             'gb2312han' => q{chinagbe yeye ƒe ɖoɖomɔ nu},
1264             'phonebook' => q{fonegbalẽ me ɖoɖomɔ nu},
1265             'pinyin' => q{pinyin ɖoɖomɔ nu},
1266             'reformed' => q{nugbugbɔtoɖo ƒe ɖoɖomɔ nu},
1267             'search' => q{nudidi hena zazã gbadza},
1268             'searchjl' => q{nudidi le hangul ƒe ɖoɖo gbãtɔ nu},
1269             'standard' => q{standard},
1270             'stroke' => q{stroke ɖoɖomɔ nu},
1271             'traditional' => q{blema ɖoɖomɔ nu},
1272             'unihan' => q{ɖoɖomɔnutɔxɛ manɔŋu stroke ƒe ɖoɖo nu},
1273             },
1274             'numbers' => {
1275             'arab' => q{india ƒe arabia digitwo},
1276             'arabext' => q{india ƒe arabia digitwo dzi yiyi},
1277             'armn' => q{armeniatɔwo ƒe numeralwo},
1278             'armnlow' => q{armeniatɔwo ƒe numeral suetɔwo},
1279             'bali' => q{balina digitwo},
1280             'beng' => q{bengalitɔwo ƒe digitwo},
1281             'cham' => q{tsam digitwo},
1282             'deva' => q{devanagari digitwo},
1283             'ethi' => q{ethiopia numeralwo},
1284             'fullwide' => q{digit kekeme blibotɔwo},
1285             'geor' => q{georgiatɔwo ƒe numeralwo},
1286             'grek' => q{greecetɔwo ƒe nemeralwo},
1287             'greklow' => q{greecetɔwo ƒe numeral suetɔwo},
1288             'gujr' => q{gujarati digitwo},
1289             'guru' => q{gurmukhi digitwo},
1290             'hanidec' => q{chinatɔwo ƒe nɔmba madeblibowo},
1291             'hans' => q{chinatɔwo ƒe numeralwo},
1292             'hansfin' => q{chinatɔwo ƒe gadzikpɔ numeralwo},
1293             'hant' => q{blema chinatɔwo ƒe numeralwo},
1294             'hantfin' => q{blema chinatɔwo ƒe gadzikpɔ numeralwo},
1295             'hebr' => q{hebritɔwo ƒe numeralwo},
1296             'java' => q{dzava digitwo},
1297             'jpan' => q{japantɔwo ƒe numeralwo},
1298             'jpanfin' => q{japantɔwo ƒe gadzikpɔnumeralwo},
1299             'kali' => q{kali digitwo},
1300             'khmr' => q{khmertɔwo ƒe nɔmbawo},
1301             'knda' => q{kannadatɔwo ƒe digitwo},
1302             'lana' => q{lana digitwo},
1303             'lanatham' => q{lanatham digitwo},
1304             'laoo' => q{laotɔwo ƒe digitwo},
1305             'latn' => q{Nɔmbawo le Latingbe ƒe ɖoɖo nu},
1306             'lepc' => q{leptsa digitwo},
1307             'limb' => q{limbu digitwo},
1308             'mlym' => q{malaya digitwo},
1309             'mong' => q{mongolia digitwo},
1310             'mtei' => q{meetei mayek digitwo},
1311             'mymr' => q{myanmar digitwo},
1312             'mymrshan' => q{myanmar shan digitwo},
1313             'nkoo' => q{n’ko digitwo},
1314             'olck' => q{ol tsiki digitwo},
1315             'orya' => q{oriya digitwo},
1316             'roman' => q{romatɔwo ƒe numeralwo},
1317             'romanlow' => q{romatɔwo ƒe numeral suetɔwo},
1318             'saur' => q{saurashtra digitwo},
1319             'sund' => q{sundana digitwo},
1320             'talu' => q{tai lue digit yeye wo},
1321             'taml' => q{tamil numeralwo},
1322             'tamldec' => q{tamil digitwo},
1323             'telu' => q{telegu digitwo},
1324             'thai' => q{thai digitwo},
1325             'tibt' => q{tibet digitwo},
1326             'vaii' => q{vaii digitwo},
1327             },
1328              
1329             }
1330             },
1331             );
1332              
1333             has 'display_name_measurement_system' => (
1334             is => 'ro',
1335             isa => HashRef[Str],
1336             init_arg => undef,
1337             default => sub {
1338             {
1339             'metric' => q{metric},
1340             'UK' => q{uk},
1341             'US' => q{us},
1342              
1343             }
1344             },
1345             );
1346              
1347             has 'display_name_code_patterns' => (
1348             is => 'ro',
1349             isa => HashRef[Str],
1350             init_arg => undef,
1351             default => sub {
1352             {
1353             'language' => 'gbegbɔgblɔ {0}',
1354             'script' => 'gbeŋɔŋlɔ {0}',
1355             'region' => 'memama {0}',
1356              
1357             }
1358             },
1359             );
1360              
1361             has 'characters' => (
1362             is => 'ro',
1363             isa => HashRef,
1364             init_arg => undef,
1365             default => $^V ge v5.18.0
1366             ? eval <<'EOT'
1367             sub {
1368             no warnings 'experimental::regex_sets';
1369             return {
1370             auxiliary => qr{[ă â å ä ā æ c ç ĕ ê ë ĭ î ï j ñ ŏ ô ö ø œ q ŭ û ü ÿ]},
1371             index => ['A', 'B', 'D', 'Ɖ', 'E', 'Ɛ', 'F', 'Ƒ', 'G', 'Ɣ', 'H', 'X', 'I', 'K', 'L', 'M', 'N', 'Ŋ', 'O', 'Ɔ', 'P', 'R', 'S', 'T', 'U', 'V', 'Ʋ', 'W', 'Y', 'Z'],
1372             main => qr{[a á à ã b d ɖ e é è ẽ ɛ {ɛ́} {ɛ̀} {ɛ̃} f ƒ g ɣ h x i í ì ĩ k l m n ŋ o ó ò õ ɔ {ɔ́} {ɔ̀} {ɔ̃} p r s t u ú ù ũ v ʋ w y z]},
1373             numbers => qr{[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]},
1374             punctuation => qr{[\- ‐ – — , ; \: ! ? . … ' ‘ ’ " “ ” ( ) \[ \] \{ \} § @ * / \& # † ‡ ′ ″]},
1375             };
1376             },
1377             EOT
1378             : sub {
1379             return { index => ['A', 'B', 'D', 'Ɖ', 'E', 'Ɛ', 'F', 'Ƒ', 'G', 'Ɣ', 'H', 'X', 'I', 'K', 'L', 'M', 'N', 'Ŋ', 'O', 'Ɔ', 'P', 'R', 'S', 'T', 'U', 'V', 'Ʋ', 'W', 'Y', 'Z'], };
1380             },
1381             );
1382              
1383 1     1   102  
  1         3  
  1         207  
1384             has 'ellipsis' => (
1385             is => 'ro',
1386             isa => HashRef,
1387             init_arg => undef,
1388             default => sub {
1389             return {
1390             'final' => '{0}…',
1391             'initial' => '…{0}',
1392             'medial' => '{0}…{1}',
1393             };
1394             },
1395             );
1396              
1397             has 'more_information' => (
1398             is => 'ro',
1399             isa => Str,
1400             init_arg => undef,
1401             default => qq{...},
1402             );
1403              
1404             has 'quote_start' => (
1405             is => 'ro',
1406             isa => Str,
1407             init_arg => undef,
1408             default => qq{“},
1409             );
1410              
1411             has 'quote_end' => (
1412             is => 'ro',
1413             isa => Str,
1414             init_arg => undef,
1415             default => qq{”},
1416             );
1417              
1418             has 'alternate_quote_start' => (
1419             is => 'ro',
1420             isa => Str,
1421             init_arg => undef,
1422             default => qq{‘},
1423             );
1424              
1425             has 'alternate_quote_end' => (
1426             is => 'ro',
1427             isa => Str,
1428             init_arg => undef,
1429             default => qq{’},
1430             );
1431              
1432             has 'duration_units' => (
1433             is => 'ro',
1434             isa => HashRef[Str],
1435             init_arg => undef,
1436             default => sub { {
1437             hm => '\'ga\' h:mm',
1438             hms => '\'ga\' h:mm:ss',
1439             ms => 'aɖabaƒoƒo m:ss',
1440             } }
1441             );
1442              
1443             has 'units' => (
1444             is => 'ro',
1445             isa => HashRef[HashRef[HashRef[Str]]],
1446             init_arg => undef,
1447             default => sub { {
1448             'long' => {
1449             'day' => {
1450             'name' => q(ŋkekewo),
1451             'one' => q(ŋkeke {0}),
1452             'other' => q(ŋkeke {0}),
1453             },
1454             'hour' => {
1455             'name' => q(gaƒoƒowo),
1456             'one' => q(gaƒoƒo {0}),
1457             'other' => q(gaƒoƒo {0}),
1458             },
1459             'kilometer' => {
1460             'name' => q(agbadroƒe),
1461             'one' => q(agbadroƒe {0}),
1462             'other' => q(agbadroƒe {0}),
1463             },
1464             'meter' => {
1465             'name' => q(abɔ),
1466             'one' => q(abɔ {0}),
1467             'other' => q(abɔ {0}),
1468             },
1469             'minute' => {
1470             'name' => q(aɖabaƒoƒowo),
1471             'one' => q(aɖabaƒoƒo {0}),
1472             'other' => q(aɖabaƒoƒo {0}),
1473             },
1474             'month' => {
1475             'name' => q(ɣletiwo),
1476             'one' => q(ɣleti {0}),
1477             'other' => q(ɣleti {0}),
1478             },
1479             'second' => {
1480             'name' => q(sekend),
1481             'one' => q(sekend {0} wo),
1482             'other' => q(sekend {0} wo),
1483             },
1484             'week' => {
1485             'name' => q(kɔsiɖawo),
1486             'one' => q(kɔsiɖa {0}),
1487             'other' => q(kɔsiɖa {0}),
1488             },
1489             'year' => {
1490             'name' => q(ƒewo),
1491             'one' => q(ƒe {0}),
1492             'other' => q(ƒe {0}),
1493             },
1494             },
1495             'narrow' => {
1496             'day' => {
1497             'name' => q(ŋkeke),
1498             'one' => q(ŋkeke {0}),
1499             'other' => q(ŋkeke {0}),
1500             },
1501             'hour' => {
1502             'name' => q(gaƒoƒo),
1503             'one' => q(gaƒoƒo {0}),
1504             'other' => q(gaƒoƒo {0}),
1505             },
1506             'minute' => {
1507             'name' => q(aɖabaƒoƒo),
1508             'one' => q(a {0}),
1509             'other' => q(a {0}),
1510             },
1511             'month' => {
1512             'name' => q(ɣletiwo),
1513             'one' => q(ɣleti {0}),
1514             'other' => q(ɣleti {0}),
1515             },
1516             'second' => {
1517             'one' => q(s {0}),
1518             'other' => q(s {0}),
1519             },
1520             'week' => {
1521             'name' => q(kɔsiɖa),
1522             'one' => q(kɔsiɖa {0}),
1523             'other' => q(kɔsiɖa {0}),
1524             },
1525             'year' => {
1526             'name' => q(ƒe),
1527             'one' => q(ƒe {0}),
1528             'other' => q(ƒe {0}),
1529             },
1530             },
1531             'short' => {
1532             'day' => {
1533             'name' => q(ŋkekewo),
1534             'one' => q(ŋkeke {0}),
1535             'other' => q(ŋkeke {0}),
1536             },
1537             'hour' => {
1538             'name' => q(gaƒoƒowo),
1539             'one' => q(gaƒoƒo {0}),
1540             'other' => q(gaƒoƒo {0}),
1541             },
1542             'minute' => {
1543             'name' => q(aɖabaƒoƒowo),
1544             'one' => q(aɖabaƒoƒo {0}),
1545             'other' => q(aɖabaƒoƒo {0}),
1546             },
1547             'month' => {
1548             'name' => q(ɣletiwo),
1549             'one' => q(ɣleti {0}),
1550             'other' => q(ɣleti {0}),
1551             },
1552             'second' => {
1553             'one' => q(sekend {0}),
1554             'other' => q(sekend {0}),
1555             },
1556             'week' => {
1557             'name' => q(kɔsiɖawo),
1558             'one' => q(kɔsiɖa {0}),
1559             'other' => q(kɔsiɖa {0}),
1560             },
1561             'year' => {
1562             'name' => q(ƒewo),
1563             'one' => q(ƒe {0}),
1564             'other' => q(ƒe {0}),
1565             },
1566             },
1567             } }
1568             );
1569              
1570             has 'yesstr' => (
1571             is => 'ro',
1572             isa => RegexpRef,
1573             init_arg => undef,
1574             default => sub { qr'^(?i:ɛ|Ɛ|yes|y)$' }
1575             );
1576              
1577             has 'nostr' => (
1578             is => 'ro',
1579             isa => RegexpRef,
1580             init_arg => undef,
1581             default => sub { qr'^(?i:ao|A|no|n)$' }
1582             );
1583              
1584             has 'listPatterns' => (
1585             is => 'ro',
1586             isa => HashRef,
1587             init_arg => undef,
1588             default => sub { {
1589             start => q({0}, {1}),
1590             middle => q({0}, {1}),
1591             end => q({0}, kple {1}),
1592             2 => q({0} kple {1}),
1593             } }
1594             );
1595              
1596             has 'minimum_grouping_digits' => (
1597             is =>'ro',
1598             isa => Int,
1599             init_arg => undef,
1600             default => 3,
1601             );
1602              
1603             has 'number_symbols' => (
1604             is => 'ro',
1605             isa => HashRef,
1606             init_arg => undef,
1607             default => sub { {
1608             'latn' => {
1609             'decimal' => q(.),
1610             'exponential' => q(E),
1611             'group' => q(,),
1612             'infinity' => q(∞),
1613             'minusSign' => q(-),
1614             'nan' => q(mnn),
1615             'perMille' => q(‰),
1616             'percentSign' => q(%),
1617             'plusSign' => q(+),
1618             'superscriptingExponent' => q(×),
1619             },
1620             } }
1621             );
1622              
1623             has 'number_formats' => (
1624             is => 'ro',
1625             isa => HashRef,
1626             init_arg => undef,
1627             default => sub { {
1628             decimalFormat => {
1629             'default' => {
1630             '1000' => {
1631             'one' => '0K',
1632             'other' => '0K',
1633             },
1634             '10000' => {
1635             'one' => '00K',
1636             'other' => '00K',
1637             },
1638             '100000' => {
1639             'one' => '000K',
1640             'other' => '000K',
1641             },
1642             '1000000' => {
1643             'one' => '0M',
1644             'other' => '0M',
1645             },
1646             '10000000' => {
1647             'one' => '00M',
1648             'other' => '00M',
1649             },
1650             '100000000' => {
1651             'one' => '000M',
1652             'other' => '000M',
1653             },
1654             '1000000000' => {
1655             'one' => '0B',
1656             'other' => '0B',
1657             },
1658             '10000000000' => {
1659             'one' => '00B',
1660             'other' => '00B',
1661             },
1662             '100000000000' => {
1663             'one' => '000B',
1664             'other' => '000B',
1665             },
1666             '1000000000000' => {
1667             'one' => '0T',
1668             'other' => '0T',
1669             },
1670             '10000000000000' => {
1671             'one' => '00T',
1672             'other' => '00T',
1673             },
1674             '100000000000000' => {
1675             'one' => '000T',
1676             'other' => '000T',
1677             },
1678             'standard' => {
1679             'default' => '#,##0.###',
1680             },
1681             },
1682             'long' => {
1683             '1000' => {
1684             'one' => 'akpe 0',
1685             'other' => 'akpe 0',
1686             },
1687             '10000' => {
1688             'one' => 'akpe 00',
1689             'other' => 'akpe 00',
1690             },
1691             '100000' => {
1692             'one' => 'akpe 000',
1693             'other' => 'akpe 000',
1694             },
1695             '1000000' => {
1696             'one' => 'miliɔn 0',
1697             'other' => 'miliɔn 0',
1698             },
1699             '10000000' => {
1700             'one' => 'miliɔn 00',
1701             'other' => 'miliɔn 00',
1702             },
1703             '100000000' => {
1704             'one' => 'miliɔn 000',
1705             'other' => 'miliɔn 000',
1706             },
1707             '1000000000' => {
1708             'one' => 'biliɔn 0',
1709             'other' => 'biliɔn 0',
1710             },
1711             '10000000000' => {
1712             'one' => 'biliɔn 00',
1713             'other' => 'biliɔn 00',
1714             },
1715             '100000000000' => {
1716             'one' => 'biliɔn 000',
1717             'other' => 'biliɔn 000',
1718             },
1719             '1000000000000' => {
1720             'one' => '0 triliɔn',
1721             'other' => '0 triliɔn',
1722             },
1723             '10000000000000' => {
1724             'one' => 'triliɔn 00',
1725             'other' => 'triliɔn 00',
1726             },
1727             '100000000000000' => {
1728             'one' => 'triliɔn 000',
1729             'other' => 'triliɔn 000',
1730             },
1731             },
1732             'short' => {
1733             '1000' => {
1734             'one' => '0K',
1735             'other' => '0K',
1736             },
1737             '10000' => {
1738             'one' => '00K',
1739             'other' => '00K',
1740             },
1741             '100000' => {
1742             'one' => '000K',
1743             'other' => '000K',
1744             },
1745             '1000000' => {
1746             'one' => '0M',
1747             'other' => '0M',
1748             },
1749             '10000000' => {
1750             'one' => '00M',
1751             'other' => '00M',
1752             },
1753             '100000000' => {
1754             'one' => '000M',
1755             'other' => '000M',
1756             },
1757             '1000000000' => {
1758             'one' => '0B',
1759             'other' => '0B',
1760             },
1761             '10000000000' => {
1762             'one' => '00B',
1763             'other' => '00B',
1764             },
1765             '100000000000' => {
1766             'one' => '000B',
1767             'other' => '000B',
1768             },
1769             '1000000000000' => {
1770             'one' => '0T',
1771             'other' => '0T',
1772             },
1773             '10000000000000' => {
1774             'one' => '00T',
1775             'other' => '00T',
1776             },
1777             '100000000000000' => {
1778             'one' => '000T',
1779             'other' => '000T',
1780             },
1781             },
1782             },
1783             percentFormat => {
1784             'default' => {
1785             'standard' => {
1786             'default' => '#,##0%',
1787             },
1788             },
1789             },
1790             scientificFormat => {
1791             'default' => {
1792             'standard' => {
1793             'default' => '#E0',
1794             },
1795             },
1796             },
1797             } },
1798             );
1799              
1800             has 'number_currency_formats' => (
1801             is => 'ro',
1802             isa => HashRef,
1803             init_arg => undef,
1804             default => sub { {
1805             'latn' => {
1806             'pattern' => {
1807             'default' => {
1808             'accounting' => {
1809             'negative' => '(¤#,##0.00)',
1810             'positive' => '¤#,##0.00',
1811             },
1812             'standard' => {
1813             'positive' => '¤#,##0.00',
1814             },
1815             },
1816             },
1817             },
1818             } },
1819             );
1820              
1821             has 'currencies' => (
1822             is => 'ro',
1823             isa => HashRef,
1824             init_arg => undef,
1825             default => sub { {
1826             'ADP' => {
1827             display_name => {
1828             'currency' => q(andorraga peseta),
1829             'one' => q(andorraga peseta),
1830             'other' => q(andorraga peseta),
1831             },
1832             },
1833             'AED' => {
1834             display_name => {
1835             'currency' => q(united arab emiratesga dirham),
1836             'one' => q(united arab emiratesga dirham),
1837             'other' => q(united arab emiratesga dirham),
1838             },
1839             },
1840             'AFA' => {
1841             display_name => {
1842             'currency' => q(afghanistanga afghani \(1927–2002\)),
1843             'one' => q(afghanistanga afghani \(1927–2002\)),
1844             'other' => q(afghanistanga afghani \(1927–2002\)),
1845             },
1846             },
1847             'AFN' => {
1848             display_name => {
1849             'currency' => q(afghanistanga afghani),
1850             'one' => q(afghanistanga afghani),
1851             'other' => q(afghanistanga afghani),
1852             },
1853             },
1854             'ALK' => {
1855             display_name => {
1856             'currency' => q(albaniaga lek \(1946–1965\)),
1857             'one' => q(albaniaga lek \(1946–1965\)),
1858             'other' => q(albaniaga lek \(1946–1965\)),
1859             },
1860             },
1861             'ALL' => {
1862             symbol => 'ALL',
1863             display_name => {
1864             'currency' => q(albaniaga lek),
1865             'one' => q(albaniaga lek),
1866             'other' => q(albaniaga lek),
1867             },
1868             },
1869             'AMD' => {
1870             display_name => {
1871             'currency' => q(armeniaga dram),
1872             'one' => q(armeniaga dram),
1873             'other' => q(armeniaga dram),
1874             },
1875             },
1876             'ANG' => {
1877             symbol => 'ANG',
1878             display_name => {
1879             'currency' => q(netherlands antilleaga guilder),
1880             'one' => q(netherlands antilleaga guilder),
1881             'other' => q(netherlands antilleaga guilder),
1882             },
1883             },
1884             'AOA' => {
1885             display_name => {
1886             'currency' => q(angolaga kwanza),
1887             'one' => q(angolaga kwanza),
1888             'other' => q(angolaga kwanza),
1889             },
1890             },
1891             'AOK' => {
1892             display_name => {
1893             'currency' => q(angolaga kwanza \(1977–1991\)),
1894             'one' => q(angolaga kwanza \(1977–1991\)),
1895             'other' => q(angolaga kwanza \(1977–1991\)),
1896             },
1897             },
1898             'AON' => {
1899             display_name => {
1900             'currency' => q(angolaga kwanza \(1990–2000\)),
1901             'one' => q(angolaga kwanza \(1990–2000\)),
1902             'other' => q(angolaga kwanza \(1990–2000\)),
1903             },
1904             },
1905             'AOR' => {
1906             display_name => {
1907             'currency' => q(angolaga kwanza xoxotɔ \(1995–1999\)),
1908             'one' => q(angolaga kwanza xoxotɔ \(1995–1999\)),
1909             'other' => q(angolaga kwanza xoxotɔ \(1995–1999\)),
1910             },
1911             },
1912             'ARA' => {
1913             display_name => {
1914             'currency' => q(argentinaga austral),
1915             'one' => q(argentinaga austral),
1916             'other' => q(argentinaga austral),
1917             },
1918             },
1919             'ARL' => {
1920             display_name => {
1921             'currency' => q(argentinaga peso ley \(1970–1983\)),
1922             'one' => q(argentinaga peso ley \(1970–1983\)),
1923             'other' => q(argentinaga peso ley \(1970–1983\)),
1924             },
1925             },
1926             'ARM' => {
1927             display_name => {
1928             'currency' => q(argentinaga peso \(1881–1970\)),
1929             'one' => q(argentinaga peso \(1881–1970\)),
1930             'other' => q(argentinaga peso \(1881–1970\)),
1931             },
1932             },
1933             'ARP' => {
1934             display_name => {
1935             'currency' => q(argentinaga peso \(1983–1985\)),
1936             'one' => q(argentinaga peso \(1983–1985\)),
1937             'other' => q(argentinaga peso \(1983–1985\)),
1938             },
1939             },
1940             'ARS' => {
1941             symbol => 'ARS',
1942             display_name => {
1943             'currency' => q(argentinaga peso),
1944             'one' => q(argentinaga peso),
1945             'other' => q(argentinaga peso),
1946             },
1947             },
1948             'ATS' => {
1949             display_name => {
1950             'currency' => q(ɔstriaga schilling),
1951             'one' => q(ɔstriaga schilling),
1952             'other' => q(ɔstriaga schilling),
1953             },
1954             },
1955             'AUD' => {
1956             symbol => 'AU$',
1957             display_name => {
1958             'currency' => q(Australiaga dollar),
1959             'one' => q(Australiaga dollar),
1960             'other' => q(Australiaga dollar),
1961             },
1962             },
1963             'AWG' => {
1964             symbol => 'AWG',
1965             display_name => {
1966             'currency' => q(arubaga lorin),
1967             'one' => q(arubaga florin),
1968             'other' => q(arubaga florin),
1969             },
1970             },
1971             'AZM' => {
1972             display_name => {
1973             'currency' => q(azerbaidzanga manat \(1993–2006\)),
1974             'one' => q(azerbaidzanga manat \(1993–2006\)),
1975             'other' => q(azerbaidzanga manat \(1993–2006\)),
1976             },
1977             },
1978             'AZN' => {
1979             display_name => {
1980             'currency' => q(azerbaidzanga manat),
1981             'one' => q(azerbaidzanga manat),
1982             'other' => q(azerbaidzanga manat),
1983             },
1984             },
1985             'BAD' => {
1986             display_name => {
1987             'currency' => q(bosnia-herzegovinaga dinar \(1992–1994\)),
1988             'one' => q(bosnia-herzegovinaga dinar \(1992–1994\)),
1989             'other' => q(bosnia-herzegovinaga dinar \(1992–1994\)),
1990             },
1991             },
1992             'BAM' => {
1993             symbol => 'BAM',
1994             display_name => {
1995             'currency' => q(bosnia-herzegovinaga convertible mark),
1996             'one' => q(bosnia-herzegovinaga convertible mark),
1997             'other' => q(bosnia-herzegovinaga convertible mark),
1998             },
1999             },
2000             'BAN' => {
2001             display_name => {
2002             'currency' => q(bosnia kple herzegovinaga dinar yeyètɔ \(1994–1997\)),
2003             'one' => q(bosnia kple herzegovinaga dinar yeyètɔ \(1994–1997\)),
2004             'other' => q(bosnia kple herzegovinaga dinar yeyètɔ \(1994–1997\)),
2005             },
2006             },
2007             'BBD' => {
2008             symbol => 'BBD',
2009             display_name => {
2010             'currency' => q(barbadosga dollar),
2011             'one' => q(barbadosga dollar),
2012             'other' => q(barbadosga dollar),
2013             },
2014             },
2015             'BDT' => {
2016             display_name => {
2017             'currency' => q(bangladeshga taka),
2018             'one' => q(bangladeshga taka),
2019             'other' => q(bangladeshga taka),
2020             },
2021             },
2022             'BEC' => {
2023             display_name => {
2024             'currency' => q(beldziumga franc \(convertible\)),
2025             'one' => q(beldziumga franc \(convertible\)),
2026             'other' => q(beldziumga franc \(convertible\)),
2027             },
2028             },
2029             'BEF' => {
2030             display_name => {
2031             'currency' => q(beldziumga franc),
2032             'one' => q(beldziumga franc),
2033             'other' => q(beldziumga franc),
2034             },
2035             },
2036             'BEL' => {
2037             display_name => {
2038             'currency' => q(beldziumga franc \(financial\)),
2039             'one' => q(beldziumga franc \(financial\)),
2040             'other' => q(beldziumga franc \(financial\)),
2041             },
2042             },
2043             'BGL' => {
2044             display_name => {
2045             'currency' => q(bɔlgariaga hard lev),
2046             'one' => q(bɔlgariaga hard lev),
2047             'other' => q(bɔlgariaga hard lev),
2048             },
2049             },
2050             'BGM' => {
2051             display_name => {
2052             'currency' => q(bɔlgariaga socialist lev),
2053             'one' => q(bɔlgariaga socialist lev),
2054             'other' => q(bɔlgariaga socialist lev),
2055             },
2056             },
2057             'BGN' => {
2058             symbol => 'BGN',
2059             display_name => {
2060             'currency' => q(bulgariaga lev),
2061             'one' => q(bulgariaga lev),
2062             'other' => q(bulgariaga lev),
2063             },
2064             },
2065             'BGO' => {
2066             display_name => {
2067             'currency' => q(bulgariaga lev \(1879–1952\)),
2068             'one' => q(bulgariaga lev \(1879–1952\)),
2069             'other' => q(bulgariaga lev \(1879–1952\)),
2070             },
2071             },
2072             'BHD' => {
2073             display_name => {
2074             'currency' => q(bahrainga dinar),
2075             'one' => q(bahrainga dinar),
2076             'other' => q(bahrainga dinar),
2077             },
2078             },
2079             'BIF' => {
2080             display_name => {
2081             'currency' => q(burundiga franc),
2082             'one' => q(burundiga franc),
2083             'other' => q(burundiga franc),
2084             },
2085             },
2086             'BMD' => {
2087             symbol => 'BMD',
2088             display_name => {
2089             'currency' => q(bermudaga dollar),
2090             'one' => q(bermudaga dollar),
2091             'other' => q(bermudaga dollar),
2092             },
2093             },
2094             'BND' => {
2095             display_name => {
2096             'currency' => q(bruneiga dollar),
2097             'one' => q(bruneiga dollar),
2098             'other' => q(bruneiga dollar),
2099             },
2100             },
2101             'BOB' => {
2102             symbol => 'BOB',
2103             display_name => {
2104             'currency' => q(boliviaga boliviano),
2105             'one' => q(boliviaga boliviano),
2106             'other' => q(boliviaga boliviano),
2107             },
2108             },
2109             'BOL' => {
2110             display_name => {
2111             'currency' => q(boliviaga boliviano \(1863–1963\)),
2112             'one' => q(boliviaga boliviano \(1863–1963\)),
2113             'other' => q(boliviaga boliviano \(1863–1963\)),
2114             },
2115             },
2116             'BOP' => {
2117             display_name => {
2118             'currency' => q(boliviaga peso),
2119             'one' => q(boliviaga peso),
2120             'other' => q(boliviaga peso),
2121             },
2122             },
2123             'BOV' => {
2124             display_name => {
2125             'currency' => q(boliviaga mvdol),
2126             'one' => q(boliviaga mvdol),
2127             'other' => q(boliviaga mvdol),
2128             },
2129             },
2130             'BRB' => {
2131             display_name => {
2132             'currency' => q(braziliaga cruzeiro xoxotɔ \(1967–1986\)),
2133             'one' => q(braziliaga cruzeiro xoxotɔ \(1967–1986\)),
2134             'other' => q(braziliaga cruzeiro xoxotɔ \(1967–1986\)),
2135             },
2136             },
2137             'BRC' => {
2138             display_name => {
2139             'currency' => q(brazilia cruzado \(1986–1989\)),
2140             'one' => q(brazilia cruzado \(1986–1989\)),
2141             'other' => q(brazilia cruzado \(1986–1989\)),
2142             },
2143             },
2144             'BRE' => {
2145             display_name => {
2146             'currency' => q(braziliaga cruzeiro xoxotɔ gbãtɔ \(1990–1993\)),
2147             'one' => q(braziliaga cruzeiro xoxotɔ gbãtɔ \(1990–1993\)),
2148             'other' => q(braziliaga cruzeiro xoxotɔ gbãtɔwo \(1990–1993\)),
2149             },
2150             },
2151             'BRL' => {
2152             symbol => 'R$',
2153             display_name => {
2154             'currency' => q(braziliaga real),
2155             'one' => q(braziliaga real),
2156             'other' => q(braziliaga real),
2157             },
2158             },
2159             'BRN' => {
2160             display_name => {
2161             'currency' => q(brazilia cruzado xoxotɔ \(1989–1990\)),
2162             'one' => q(brazilia cruzado xoxotɔ \(1989–1990\)),
2163             'other' => q(brazilia cruzado xoxotɔ \(1989–1990\)),
2164             },
2165             },
2166             'BRR' => {
2167             display_name => {
2168             'currency' => q(braziliaga cruzeiro \(1993–1994\)),
2169             'one' => q(braziliaga cruzeiro \(1993–1994\)),
2170             'other' => q(braziliaga cruzeiro \(1993–1994\)),
2171             },
2172             },
2173             'BRZ' => {
2174             display_name => {
2175             'currency' => q(braziliaga cruzeiro \(1942–1967\)),
2176             'one' => q(braziliaga cruzeiro \(1942–1967\)),
2177             'other' => q(braziliaga cruzeiro \(1942–1967\)),
2178             },
2179             },
2180             'BSD' => {
2181             symbol => 'BSD',
2182             display_name => {
2183             'currency' => q(bahamasga dollar),
2184             'one' => q(bahamasga dollar),
2185             'other' => q(bahamasga dollar),
2186             },
2187             },
2188             'BTN' => {
2189             display_name => {
2190             'currency' => q(bhutanga ngultrum),
2191             'one' => q(bhutanga ngultrum),
2192             'other' => q(bhutanga ngultrum),
2193             },
2194             },
2195             'BUK' => {
2196             display_name => {
2197             'currency' => q(burmaga kyat),
2198             'one' => q(burmaga kyat),
2199             'other' => q(burmaga kyat),
2200             },
2201             },
2202             'BWP' => {
2203             display_name => {
2204             'currency' => q(botswanaga pula),
2205             'one' => q(botswanaga pula),
2206             'other' => q(botswanaga pula),
2207             },
2208             },
2209             'BYB' => {
2210             display_name => {
2211             'currency' => q(belarusiaga ruble yeytɔ \(1994–1999\)),
2212             'one' => q(belarusiaga ruble yeytɔ \(1994–1999\)),
2213             'other' => q(belarusiaga ruble yeyetɔ \(1994–1999\)),
2214             },
2215             },
2216             'BYN' => {
2217             symbol => 'BYN',
2218             display_name => {
2219             'currency' => q(belarusiaga ruble),
2220             'one' => q(belarusiaga ruble),
2221             'other' => q(belarusiaga rublewo),
2222             },
2223             },
2224             'BYR' => {
2225             display_name => {
2226             'currency' => q(belarusiaga ruble \(2000–2016\)),
2227             'one' => q(belarusiaga ruble \(2000–2016\)),
2228             'other' => q(belarusiaga rublewo \(2000–2016\)),
2229             },
2230             },
2231             'BZD' => {
2232             symbol => 'BZD',
2233             display_name => {
2234             'currency' => q(belizega dollar),
2235             'one' => q(belizega dollar),
2236             'other' => q(belizega dollar),
2237             },
2238             },
2239             'CAD' => {
2240             symbol => 'CA$',
2241             display_name => {
2242             'currency' => q(canadaga dollar),
2243             'one' => q(canadaga dollar),
2244             'other' => q(canadaga dollar),
2245             },
2246             },
2247             'CDF' => {
2248             display_name => {
2249             'currency' => q(kongoga franc),
2250             'one' => q(kongoga franc),
2251             'other' => q(kongoga franc),
2252             },
2253             },
2254             'CHE' => {
2255             display_name => {
2256             'currency' => q(WIR euro CHE),
2257             'one' => q(WIR euro CHE),
2258             'other' => q(WIR eurowo CHE),
2259             },
2260             },
2261             'CHF' => {
2262             symbol => 'CHF',
2263             display_name => {
2264             'currency' => q(switzerlandga franc),
2265             'one' => q(switzerlandga franc),
2266             'other' => q(switzerlandga franc),
2267             },
2268             },
2269             'CHW' => {
2270             display_name => {
2271             'currency' => q(WIR euro CHW),
2272             'one' => q(WIR euro CHW),
2273             'other' => q(WIR eurowo CHW),
2274             },
2275             },
2276             'CLE' => {
2277             display_name => {
2278             'currency' => q(tsilega escudo),
2279             'one' => q(tsilega escudo),
2280             'other' => q(tsilega escudo),
2281             },
2282             },
2283             'CLF' => {
2284             display_name => {
2285             'currency' => q(tsilegakɔnta dzidzenu UF),
2286             'one' => q(tsilegakɔnta dzidzenu UF),
2287             'other' => q(tsilegakɔnta dzidzenu UF),
2288             },
2289             },
2290             'CLP' => {
2291             symbol => 'CLP',
2292             display_name => {
2293             'currency' => q(chilega peso),
2294             'one' => q(chilega peso),
2295             'other' => q(chilega peso),
2296             },
2297             },
2298             'CNX' => {
2299             display_name => {
2300             'currency' => q(tsainatɔwo ƒe gadzraɖoƒe dollar),
2301             'one' => q(tsainatɔwo ƒe gadzraɖoƒe dollar),
2302             'other' => q(tsainatɔwo ƒe gadzraɖoƒe dollarwo),
2303             },
2304             },
2305             'CNY' => {
2306             symbol => 'CN¥',
2307             display_name => {
2308             'currency' => q(Chinesega yuan),
2309             'one' => q(Chinesega yuan),
2310             'other' => q(Chinesega yuan),
2311             },
2312             },
2313             'COP' => {
2314             symbol => 'COP',
2315             display_name => {
2316             'currency' => q(colombiaga peso),
2317             'one' => q(colombiaga peso),
2318             'other' => q(colombiaga peso),
2319             },
2320             },
2321             'COU' => {
2322             display_name => {
2323             'currency' => q(kolombiaga vavãtɔ),
2324             'one' => q(kolombiaga vavãtɔ),
2325             'other' => q(kolombiaga vavãtɔ),
2326             },
2327             },
2328             'CRC' => {
2329             symbol => 'CRC',
2330             display_name => {
2331             'currency' => q(costa ricaga colón),
2332             'one' => q(costa ricaga colón),
2333             'other' => q(costa ricaga colón),
2334             },
2335             },
2336             'CSD' => {
2337             display_name => {
2338             'currency' => q(serbiaga dinar \(2002–2006\)),
2339             'one' => q(serbiaga dinar \(2002–2006\)),
2340             'other' => q(serbiaga dinar \(2002–2006\)),
2341             },
2342             },
2343             'CSK' => {
2344             display_name => {
2345             'currency' => q(tsɛkoslovakiaga hard koruna),
2346             'one' => q(tsɛkoslovakiaga hard koruna),
2347             'other' => q(tsɛkoslovakiaga hard koruna),
2348             },
2349             },
2350             'CUC' => {
2351             symbol => 'CUC',
2352             display_name => {
2353             'currency' => q(cubaga convertible peso),
2354             'one' => q(cubaga convertible peso),
2355             'other' => q(cubaga convertible peso),
2356             },
2357             },
2358             'CUP' => {
2359             symbol => 'CUP',
2360             display_name => {
2361             'currency' => q(cubaga peso),
2362             'one' => q(cubaga peso),
2363             'other' => q(cubaga peso),
2364             },
2365             },
2366             'CVE' => {
2367             display_name => {
2368             'currency' => q(kape verdega escudo),
2369             'one' => q(kape verdega escudo),
2370             'other' => q(kape verdega escudo),
2371             },
2372             },
2373             'CYP' => {
2374             display_name => {
2375             'currency' => q(saipriɔtga pound),
2376             'one' => q(saipriɔtga pound),
2377             'other' => q(saipriɔtga pound),
2378             },
2379             },
2380             'CZK' => {
2381             symbol => 'CZK',
2382             display_name => {
2383             'currency' => q(czechga koruna),
2384             'one' => q(czechga koruna),
2385             'other' => q(czechga koruna),
2386             },
2387             },
2388             'DDM' => {
2389             display_name => {
2390             'currency' => q(ɣedzeƒe germaniaga mark),
2391             'one' => q(ɣedzeƒe germaniaga mark),
2392             'other' => q(ɣedzeƒe germaniaga mark),
2393             },
2394             },
2395             'DEM' => {
2396             display_name => {
2397             'currency' => q(germaniaga mark),
2398             'one' => q(germaniaga mark),
2399             'other' => q(germaniaga markwo),
2400             },
2401             },
2402             'DJF' => {
2403             display_name => {
2404             'currency' => q(dziboutiga franc),
2405             'one' => q(dziboutiga franc),
2406             'other' => q(dzibutiga franc),
2407             },
2408             },
2409             'DKK' => {
2410             symbol => 'DKK',
2411             display_name => {
2412             'currency' => q(denmarkga krone),
2413             'one' => q(denmarkga krone),
2414             'other' => q(denmarkga krone),
2415             },
2416             },
2417             'DOP' => {
2418             symbol => 'DOP',
2419             display_name => {
2420             'currency' => q(dominicaga peso),
2421             'one' => q(dominikaga peso),
2422             'other' => q(dominikaga peso),
2423             },
2424             },
2425             'DZD' => {
2426             display_name => {
2427             'currency' => q(aldzeriaga dinar),
2428             'one' => q(aldzeriaga dinar),
2429             'other' => q(aldzeriaga dinar),
2430             },
2431             },
2432             'ECS' => {
2433             display_name => {
2434             'currency' => q(ekuadɔga sucre),
2435             'one' => q(ekuadɔga sucre),
2436             'other' => q(ekuadɔga sucre),
2437             },
2438             },
2439             'ECV' => {
2440             display_name => {
2441             'currency' => q(ekuadɔ dzidzenu matrɔmatrɔ),
2442             'one' => q(ekuadɔ dzidzenu matrɔmatrɔ),
2443             'other' => q(ekuadɔ dzidzenu matrɔmatrɔ),
2444             },
2445             },
2446             'EEK' => {
2447             display_name => {
2448             'currency' => q(estoniaga kroon),
2449             'one' => q(estoniaga kroon),
2450             'other' => q(estoniaga kroon),
2451             },
2452             },
2453             'EGP' => {
2454             display_name => {
2455             'currency' => q(egyptega pound),
2456             'one' => q(egyptega pound),
2457             'other' => q(egyptega pound),
2458             },
2459             },
2460             'ERN' => {
2461             display_name => {
2462             'currency' => q(eritreaga nakfa),
2463             'one' => q(eritreaga nakfa),
2464             'other' => q(eritreaga nakfa),
2465             },
2466             },
2467             'ESA' => {
2468             display_name => {
2469             'currency' => q(spaniaga peseta \(A\)),
2470             'one' => q(spaniaga peseta \(A\)),
2471             'other' => q(spaniaga peseta \(A\)),
2472             },
2473             },
2474             'ESB' => {
2475             display_name => {
2476             'currency' => q(spaniaga peseta \(Convertible\)),
2477             'one' => q(spaniaga peseta \(Convertible\)),
2478             'other' => q(spaniaga pesetas \(Convertible\)),
2479             },
2480             },
2481             'ESP' => {
2482             display_name => {
2483             'currency' => q(spaniaga peseta),
2484             'one' => q(spaniaga peseta),
2485             'other' => q(spaniaga pesetas),
2486             },
2487             },
2488             'ETB' => {
2489             display_name => {
2490             'currency' => q(ethiopiaga birr),
2491             'one' => q(ethiopiaga birr),
2492             'other' => q(ethiopiaga birr),
2493             },
2494             },
2495             'EUR' => {
2496             symbol => '€',
2497             display_name => {
2498             'currency' => q(EUR),
2499             'one' => q(euro),
2500             'other' => q(euro),
2501             },
2502             },
2503             'FIM' => {
2504             display_name => {
2505             'currency' => q(finlandga markka),
2506             'one' => q(finlandga markka),
2507             'other' => q(finlandga markka),
2508             },
2509             },
2510             'FJD' => {
2511             display_name => {
2512             'currency' => q(fidziga dollar),
2513             'one' => q(fidziga dollar),
2514             'other' => q(fidziga dollar),
2515             },
2516             },
2517             'FKP' => {
2518             symbol => 'FKP',
2519             display_name => {
2520             'currency' => q(falkland islands pound),
2521             'one' => q(falkland islands pound),
2522             'other' => q(falkland islands pound),
2523             },
2524             },
2525             'FRF' => {
2526             display_name => {
2527             'currency' => q(frentsiga franc),
2528             'one' => q(frentsiga franc),
2529             'other' => q(frentsiga franc),
2530             },
2531             },
2532             'GBP' => {
2533             symbol => '£',
2534             display_name => {
2535             'currency' => q(britainga pound),
2536             'one' => q(britainga pound),
2537             'other' => q(britainga pound),
2538             },
2539             },
2540             'GEK' => {
2541             display_name => {
2542             'currency' => q(dzɔdziaga kupon larit),
2543             'one' => q(dzɔdziaga kupon larit),
2544             'other' => q(dzɔdziaga kupon larit),
2545             },
2546             },
2547             'GEL' => {
2548             display_name => {
2549             'currency' => q(dzɔdziaga lari),
2550             'one' => q(dzɔdziaga larit),
2551             'other' => q(dzɔdziaga larit),
2552             },
2553             },
2554             'GHC' => {
2555             display_name => {
2556             'currency' => q(ghana siɖi \(1979–2007\)),
2557             'one' => q(ghana siɖi \(1979–2007\)),
2558             'other' => q(ghana siɖi \(1979–2007\)),
2559             },
2560             },
2561             'GHS' => {
2562             symbol => 'GH₵',
2563             display_name => {
2564             'currency' => q(ghana siɖi),
2565             'one' => q(ghana siɖi),
2566             'other' => q(ghana siɖi),
2567             },
2568             },
2569             'GIP' => {
2570             symbol => 'GIP',
2571             display_name => {
2572             'currency' => q(gilbratarga pound),
2573             'one' => q(gilbratarga pound),
2574             'other' => q(gilbratarga pound),
2575             },
2576             },
2577             'GMD' => {
2578             display_name => {
2579             'currency' => q(gambiaga dalasi),
2580             'one' => q(gambiaga dalasi),
2581             'other' => q(gambiaga dalasi),
2582             },
2583             },
2584             'GNF' => {
2585             display_name => {
2586             'currency' => q(giniga franc),
2587             'one' => q(giniga franc),
2588             'other' => q(giniga franc),
2589             },
2590             },
2591             'GNS' => {
2592             display_name => {
2593             'currency' => q(giniga syli),
2594             'one' => q(giniga syli),
2595             'other' => q(giniga syli),
2596             },
2597             },
2598             'GQE' => {
2599             display_name => {
2600             'currency' => q(ekuatorial giniga ekwele),
2601             'one' => q(ekuatorial giniga ekwele),
2602             'other' => q(ekuatorial giniga ekwele),
2603             },
2604             },
2605             'GRD' => {
2606             display_name => {
2607             'currency' => q(grisiga drachma),
2608             'one' => q(grisiga drachma),
2609             'other' => q(grisiga drachma),
2610             },
2611             },
2612             'GTQ' => {
2613             symbol => 'GTQ',
2614             display_name => {
2615             'currency' => q(guatemalaga quetzal),
2616             'one' => q(guatemalaga quetzal),
2617             'other' => q(guatemalaga quetzal),
2618             },
2619             },
2620             'GWE' => {
2621             display_name => {
2622             'currency' => q(pɔtugaltɔwo ƒe giniga escudo),
2623             'one' => q(pɔtugaltɔwo ƒe giniga escudo),
2624             'other' => q(pɔtugaltɔwo ƒe giniga escudo),
2625             },
2626             },
2627             'GWP' => {
2628             display_name => {
2629             'currency' => q(gini-bisau peso),
2630             'one' => q(gini-bisau peso),
2631             'other' => q(gini-bisau peso),
2632             },
2633             },
2634             'GYD' => {
2635             symbol => 'GYD',
2636             display_name => {
2637             'currency' => q(guyanaga dollar),
2638             'one' => q(guyanaga dollar),
2639             'other' => q(guyanaga dollar),
2640             },
2641             },
2642             'HKD' => {
2643             symbol => 'HK$',
2644             display_name => {
2645             'currency' => q(Hong Kongga dollar),
2646             'one' => q(Hong Kongga dollar),
2647             'other' => q(Hong Kongga dollar),
2648             },
2649             },
2650             'HNL' => {
2651             symbol => 'HNL',
2652             display_name => {
2653             'currency' => q(honduraga lempira),
2654             'one' => q(honduraga lempira),
2655             'other' => q(honduraga lempira),
2656             },
2657             },
2658             'HRD' => {
2659             display_name => {
2660             'currency' => q(kroatiaga dinar),
2661             'one' => q(kroatiaga dinar),
2662             'other' => q(kroatiaga dinar),
2663             },
2664             },
2665             'HRK' => {
2666             symbol => 'HRK',
2667             display_name => {
2668             'currency' => q(croatiaga kuna),
2669             'one' => q(croatiaga kuna),
2670             'other' => q(croatiaga kuna),
2671             },
2672             },
2673             'HTG' => {
2674             symbol => 'HTG',
2675             display_name => {
2676             'currency' => q(haitiga gourde),
2677             'one' => q(haitiga gourde),
2678             'other' => q(haitiga gourde),
2679             },
2680             },
2681             'HUF' => {
2682             symbol => 'HUF',
2683             display_name => {
2684             'currency' => q(hungariaga forint),
2685             'one' => q(hungariaga forint),
2686             'other' => q(hungariaga forint),
2687             },
2688             },
2689             'IDR' => {
2690             symbol => 'IDR',
2691             display_name => {
2692             'currency' => q(Indonesiaga rupiah),
2693             'one' => q(Indonesiaga rupiah),
2694             'other' => q(Indonesiaga rupiah),
2695             },
2696             },
2697             'IEP' => {
2698             display_name => {
2699             'currency' => q(ireland pound),
2700             'one' => q(ireland pound),
2701             'other' => q(ireland pound),
2702             },
2703             },
2704             'ILP' => {
2705             display_name => {
2706             'currency' => q(israelga pound),
2707             'one' => q(israelga pound),
2708             'other' => q(israelga pound),
2709             },
2710             },
2711             'ILR' => {
2712             display_name => {
2713             'currency' => q(israelga sheqel \(1980–1985\)),
2714             'one' => q(israelga sheqel \(1980–1985\)),
2715             'other' => q(israelga sheqel \(1980–1985\)),
2716             },
2717             },
2718             'ILS' => {
2719             symbol => '₪',
2720             display_name => {
2721             'currency' => q(israelga yeyetɔ sheqel),
2722             'one' => q(israelga yeyetɔ sheqel),
2723             'other' => q(israelga yeyetɔ sheqel),
2724             },
2725             },
2726             'INR' => {
2727             symbol => '₹',
2728             display_name => {
2729             'currency' => q(Indiaga rupee),
2730             'one' => q(Indiaga rupee),
2731             'other' => q(Indiaga rupee),
2732             },
2733             },
2734             'IQD' => {
2735             display_name => {
2736             'currency' => q(irakga dinar),
2737             'one' => q(irakga dinar),
2738             'other' => q(irakga dinar),
2739             },
2740             },
2741             'IRR' => {
2742             display_name => {
2743             'currency' => q(iranga rial),
2744             'one' => q(iranga rial),
2745             'other' => q(iranga rial),
2746             },
2747             },
2748             'ISJ' => {
2749             display_name => {
2750             'currency' => q(aiselandga króna \(1918–1981\)),
2751             'one' => q(aiselandga króna \(1918–1981\)),
2752             'other' => q(aiselandga krónur \(1918–1981\)),
2753             },
2754             },
2755             'ISK' => {
2756             symbol => 'ISK',
2757             display_name => {
2758             'currency' => q(icelandga króna),
2759             'one' => q(icelandga króna),
2760             'other' => q(icelandga króna),
2761             },
2762             },
2763             'ITL' => {
2764             display_name => {
2765             'currency' => q(italiaga lira),
2766             'one' => q(italiaga lira),
2767             'other' => q(italiaga lira),
2768             },
2769             },
2770             'JMD' => {
2771             symbol => 'JMD',
2772             display_name => {
2773             'currency' => q(jamaicaga dollar),
2774             'one' => q(jamaicaga dollar),
2775             'other' => q(jamaicaga dollar),
2776             },
2777             },
2778             'JOD' => {
2779             display_name => {
2780             'currency' => q(yɔdanga dinar),
2781             'one' => q(yɔdanga dinar),
2782             'other' => q(yɔdanga dinar),
2783             },
2784             },
2785             'JPY' => {
2786             symbol => 'JP¥',
2787             display_name => {
2788             'currency' => q(Japanesega yen),
2789             'one' => q(Japanesega yen),
2790             'other' => q(Japanesega yen),
2791             },
2792             },
2793             'KES' => {
2794             display_name => {
2795             'currency' => q(kenyaga shilling),
2796             'one' => q(kenyaga shilling),
2797             'other' => q(kenyaga shilling),
2798             },
2799             },
2800             'KGS' => {
2801             display_name => {
2802             'currency' => q(kirgistanga som),
2803             'one' => q(kirgistanga som),
2804             'other' => q(kirgistanga som),
2805             },
2806             },
2807             'KHR' => {
2808             display_name => {
2809             'currency' => q(kambodiaga riel),
2810             'one' => q(kambodiaga riel),
2811             'other' => q(kambodiaga riel),
2812             },
2813             },
2814             'KMF' => {
2815             display_name => {
2816             'currency' => q(komoroga franc),
2817             'one' => q(komoroga franc),
2818             'other' => q(komoroga franc),
2819             },
2820             },
2821             'KPW' => {
2822             display_name => {
2823             'currency' => q(dziehe koreaga won),
2824             'one' => q(dziehe koreaga won),
2825             'other' => q(dziehe koreaga won),
2826             },
2827             },
2828             'KRH' => {
2829             display_name => {
2830             'currency' => q(anyiehe koreaga hwan \(1953–1962\)),
2831             'one' => q(anyiehe koreaga hwan \(1953–1962\)),
2832             'other' => q(anyiehe koreaga hwan \(1953–1962\)),
2833             },
2834             },
2835             'KRO' => {
2836             display_name => {
2837             'currency' => q(anyiehe koreaga won \(1945–1953\)),
2838             'one' => q(anyiehe koreaga won \(1945–1953\)),
2839             'other' => q(anyiehe koreaga won \(1945–1953\)),
2840             },
2841             },
2842             'KRW' => {
2843             symbol => '₩',
2844             display_name => {
2845             'currency' => q(South Koreaga won),
2846             'one' => q(South Koreaga won),
2847             'other' => q(South Koreaga won),
2848             },
2849             },
2850             'KWD' => {
2851             display_name => {
2852             'currency' => q(kuwaitga dinar),
2853             'one' => q(kuwaitga dinar),
2854             'other' => q(kuwaitga dinar),
2855             },
2856             },
2857             'KYD' => {
2858             symbol => 'KYD',
2859             display_name => {
2860             'currency' => q(cayman islandsga dollar),
2861             'one' => q(cayman islandsga dollar),
2862             'other' => q(cayman islandsga dollar),
2863             },
2864             },
2865             'KZT' => {
2866             display_name => {
2867             'currency' => q(kazakhstanga tenge),
2868             'one' => q(kazakhstanga tenge),
2869             'other' => q(kazakhstanga tenge),
2870             },
2871             },
2872             'LAK' => {
2873             display_name => {
2874             'currency' => q(laosga kip),
2875             'one' => q(laosga kip),
2876             'other' => q(laosga kip),
2877             },
2878             },
2879             'LBP' => {
2880             display_name => {
2881             'currency' => q(lebanonga pound),
2882             'one' => q(lebanonga pound),
2883             'other' => q(lebanonga pound),
2884             },
2885             },
2886             'LKR' => {
2887             display_name => {
2888             'currency' => q(sri lankaga rupee),
2889             'one' => q(sri lankaga rupee),
2890             'other' => q(sri lankaga rupee),
2891             },
2892             },
2893             'LRD' => {
2894             display_name => {
2895             'currency' => q(liberiaga dollar),
2896             'one' => q(liberiaga dollar),
2897             'other' => q(liberiaga dollar),
2898             },
2899             },
2900             'LSL' => {
2901             display_name => {
2902             'currency' => q(lesotoga loti),
2903             'one' => q(lesotoga loti),
2904             'other' => q(lesotoga loti),
2905             },
2906             },
2907             'LTL' => {
2908             display_name => {
2909             'currency' => q(lithuaniaga litas),
2910             'one' => q(lithuaniaga litas),
2911             'other' => q(lithuaniaga litai),
2912             },
2913             },
2914             'LTT' => {
2915             display_name => {
2916             'currency' => q(lithuaniaga talonas),
2917             'one' => q(lithuaniaga talonas),
2918             'other' => q(lithuaniaga talonas),
2919             },
2920             },
2921             'LUC' => {
2922             display_name => {
2923             'currency' => q(lazembɔgga convertible franc),
2924             'one' => q(lazembɔgga convertible franc),
2925             'other' => q(lazembɔgga convertible franc),
2926             },
2927             },
2928             'LUF' => {
2929             display_name => {
2930             'currency' => q(lazembɔgga franc),
2931             'one' => q(lazembɔgga franc),
2932             'other' => q(lazembɔgga franc),
2933             },
2934             },
2935             'LUL' => {
2936             display_name => {
2937             'currency' => q(lazembɔgga gadzikpɔ franc),
2938             'one' => q(lazembɔgga gadzikpɔ franc),
2939             'other' => q(lazembɔgga gadzikpɔ franc),
2940             },
2941             },
2942             'LVL' => {
2943             display_name => {
2944             'currency' => q(latviaga lats),
2945             'one' => q(latviaga lats),
2946             'other' => q(latviaga lati),
2947             },
2948             },
2949             'LVR' => {
2950             display_name => {
2951             'currency' => q(latviaga ruble),
2952             'one' => q(latviaga ruble),
2953             'other' => q(latviaga ruble),
2954             },
2955             },
2956             'LYD' => {
2957             display_name => {
2958             'currency' => q(libyaga dinar),
2959             'one' => q(libyaga dinar),
2960             'other' => q(libyaga dinar),
2961             },
2962             },
2963             'MAD' => {
2964             display_name => {
2965             'currency' => q(morokoga dirham),
2966             'one' => q(morokoga dirham),
2967             'other' => q(morokoga dirham),
2968             },
2969             },
2970             'MAF' => {
2971             display_name => {
2972             'currency' => q(morokoga franc),
2973             'one' => q(morokoga franc),
2974             'other' => q(morokoga franc),
2975             },
2976             },
2977             'MCF' => {
2978             display_name => {
2979             'currency' => q(monegaskga franc),
2980             'one' => q(monegaskga franc),
2981             'other' => q(monegaskga franc),
2982             },
2983             },
2984             'MDC' => {
2985             display_name => {
2986             'currency' => q(moldovaga cupon),
2987             'one' => q(moldovaga cupon),
2988             'other' => q(moldovaga cupon),
2989             },
2990             },
2991             'MDL' => {
2992             symbol => 'MDL',
2993             display_name => {
2994             'currency' => q(moldovaga leu),
2995             'one' => q(moldovaga leu),
2996             'other' => q(moldovaga leu),
2997             },
2998             },
2999             'MGA' => {
3000             display_name => {
3001             'currency' => q(malagasega ariary),
3002             'one' => q(malagasega ariary),
3003             'other' => q(malagasega ariary),
3004             },
3005             },
3006             'MGF' => {
3007             display_name => {
3008             'currency' => q(malagasega franc),
3009             'one' => q(malagasega franc),
3010             'other' => q(malagasega franc),
3011             },
3012             },
3013             'MKD' => {
3014             symbol => 'MKD',
3015             display_name => {
3016             'currency' => q(marcedoniaga denar),
3017             'one' => q(makedoniaga denar),
3018             'other' => q(marcedoniaga denar),
3019             },
3020             },
3021             'MKN' => {
3022             display_name => {
3023             'currency' => q(makedoniaga denar \(1992–1993\)),
3024             'one' => q(makedoniaga denar \(1992–1993\)),
3025             'other' => q(makedoniaga denari \(1992–1993\)),
3026             },
3027             },
3028             'MLF' => {
3029             display_name => {
3030             'currency' => q(maliga franc),
3031             'one' => q(maliga franc),
3032             'other' => q(maliga franc),
3033             },
3034             },
3035             'MMK' => {
3036             display_name => {
3037             'currency' => q(myanmaga kyat),
3038             'one' => q(myanmaga kyat),
3039             'other' => q(myanmaga kyat),
3040             },
3041             },
3042             'MNT' => {
3043             display_name => {
3044             'currency' => q(mongoliaga tugrik),
3045             'one' => q(mongoliaga tugrik),
3046             'other' => q(mongoliaga tugrik),
3047             },
3048             },
3049             'MOP' => {
3050             display_name => {
3051             'currency' => q(makanesega pataca),
3052             'one' => q(makanesega pataca),
3053             'other' => q(makanesega pataca),
3054             },
3055             },
3056             'MRO' => {
3057             display_name => {
3058             'currency' => q(mɔritaniaga ouguiya \(1973–2017\)),
3059             'one' => q(mɔritaniaga ouguiya \(1973–2017\)),
3060             'other' => q(mɔritaniaga ouguiya \(1973–2017\)),
3061             },
3062             },
3063             'MRU' => {
3064             display_name => {
3065             'currency' => q(mɔritaniaga ouguiya),
3066             'one' => q(mɔritaniaga ouguiya),
3067             'other' => q(mɔritaniaga ouguiya),
3068             },
3069             },
3070             'MTL' => {
3071             display_name => {
3072             'currency' => q(maltaga lira),
3073             'one' => q(maltaga lira),
3074             'other' => q(maltaga lira),
3075             },
3076             },
3077             'MTP' => {
3078             display_name => {
3079             'currency' => q(maltaga pound),
3080             'one' => q(maltaga pound),
3081             'other' => q(maltaga pound),
3082             },
3083             },
3084             'MUR' => {
3085             display_name => {
3086             'currency' => q(mɔritiusga rupee),
3087             'one' => q(mɔritiusga rupee),
3088             'other' => q(mɔritiusga rupee),
3089             },
3090             },
3091             'MVR' => {
3092             display_name => {
3093             'currency' => q(maldiviaga rufiyaa),
3094             'one' => q(maldiviaga rufiyaa),
3095             'other' => q(maldiviaga rufiyaa),
3096             },
3097             },
3098             'MWK' => {
3099             display_name => {
3100             'currency' => q(malawiga kwacha),
3101             'one' => q(malawiga kwacha),
3102             'other' => q(malawiga kwacha),
3103             },
3104             },
3105             'MXN' => {
3106             symbol => 'MX$',
3107             display_name => {
3108             'currency' => q(mexicoga peso),
3109             'one' => q(mexicoga peso),
3110             'other' => q(mexicoga peso),
3111             },
3112             },
3113             'MYR' => {
3114             display_name => {
3115             'currency' => q(malaysiaga ringit),
3116             'one' => q(malaysiaga ringit),
3117             'other' => q(malaysiaga ringit),
3118             },
3119             },
3120             'MZN' => {
3121             display_name => {
3122             'currency' => q(mozambikga metikal),
3123             },
3124             },
3125             'NAD' => {
3126             display_name => {
3127             'currency' => q(namibiaga dollar),
3128             'one' => q(namibiaga dollar),
3129             'other' => q(namibiaga dollar),
3130             },
3131             },
3132             'NGN' => {
3133             display_name => {
3134             'currency' => q(naidzeriaga naira),
3135             'one' => q(naidzeriaga naira),
3136             'other' => q(naidzeriaga naira),
3137             },
3138             },
3139             'NIC' => {
3140             display_name => {
3141             'currency' => q(nikaraguaga córdoba \(1988–1991\)),
3142             'one' => q(nikaraguaga córdoba \(1988–1991\)),
3143             'other' => q(nikaraguaga córdoba \(1988–1991\)),
3144             },
3145             },
3146             'NIO' => {
3147             symbol => 'NIO',
3148             display_name => {
3149             'currency' => q(nicaraguaga córdoba),
3150             'one' => q(nicaraguaga córdoba),
3151             'other' => q(nicaraguaga córdoba),
3152             },
3153             },
3154             'NLG' => {
3155             display_name => {
3156             'currency' => q(hollandga guilder),
3157             'one' => q(hollandga guilder),
3158             'other' => q(hollandga guilder),
3159             },
3160             },
3161             'NOK' => {
3162             symbol => 'NOK',
3163             display_name => {
3164             'currency' => q(norwayga krone),
3165             'one' => q(norwayga krone),
3166             'other' => q(norwayga krone),
3167             },
3168             },
3169             'NPR' => {
3170             display_name => {
3171             'currency' => q(nepalga rupee),
3172             'one' => q(nepalga rupee),
3173             'other' => q(nepalga rupee),
3174             },
3175             },
3176             'NZD' => {
3177             symbol => 'NZ$',
3178             display_name => {
3179             'currency' => q(new zealanɖga dollar),
3180             'one' => q(new zealanɖga dollar),
3181             'other' => q(new zealanɖga dollar),
3182             },
3183             },
3184             'OMR' => {
3185             display_name => {
3186             'currency' => q(omanga rial),
3187             'one' => q(omanga rial),
3188             'other' => q(omanga rial),
3189             },
3190             },
3191             'PAB' => {
3192             symbol => 'PAB',
3193             display_name => {
3194             'currency' => q(panamaga balboa),
3195             'one' => q(panamaga balboa),
3196             'other' => q(panamaga balboa),
3197             },
3198             },
3199             'PEI' => {
3200             display_name => {
3201             'currency' => q(peruga inti),
3202             'one' => q(peruga inti),
3203             'other' => q(peruga inti),
3204             },
3205             },
3206             'PEN' => {
3207             symbol => 'PEN',
3208             display_name => {
3209             'currency' => q(peruga sol),
3210             'one' => q(peruga sol),
3211             'other' => q(peruga sol),
3212             },
3213             },
3214             'PES' => {
3215             display_name => {
3216             'currency' => q(peruga sol \(1863–1965\)),
3217             'one' => q(peruga sol \(1863–1965\)),
3218             'other' => q(peruga sol \(1863–1965\)),
3219             },
3220             },
3221             'PGK' => {
3222             display_name => {
3223             'currency' => q(papua new guineaga kina),
3224             'one' => q(papua new giniga kina),
3225             'other' => q(papua new giniga kina),
3226             },
3227             },
3228             'PHP' => {
3229             display_name => {
3230             'currency' => q(filipiniga peso),
3231             'one' => q(filipinga peso),
3232             'other' => q(filipinga peso),
3233             },
3234             },
3235             'PKR' => {
3236             display_name => {
3237             'currency' => q(pakistaniga rupee),
3238             'one' => q(pakistanga rupee),
3239             'other' => q(pakistanga rupee),
3240             },
3241             },
3242             'PLN' => {
3243             symbol => 'PLN',
3244             display_name => {
3245             'currency' => q(polandga zloty),
3246             'one' => q(polandga zloty),
3247             'other' => q(polandga zloty),
3248             },
3249             },
3250             'PLZ' => {
3251             display_name => {
3252             'currency' => q(polanɖga zloty \(1950–1995\)),
3253             'one' => q(polandga zloty \(1950–1995\)),
3254             'other' => q(polandga zloty \(1950–1995\)),
3255             },
3256             },
3257             'PTE' => {
3258             display_name => {
3259             'currency' => q(pɔtugalga escudo),
3260             'one' => q(pɔtugalga escudo),
3261             'other' => q(pɔtugalga escudo),
3262             },
3263             },
3264             'PYG' => {
3265             symbol => 'PYG',
3266             display_name => {
3267             'currency' => q(paraguayga guarani),
3268             'one' => q(paraguayga guarani),
3269             'other' => q(paraguayga guarani),
3270             },
3271             },
3272             'QAR' => {
3273             display_name => {
3274             'currency' => q(katarga rial),
3275             'one' => q(katarga rial),
3276             'other' => q(katarga rial),
3277             },
3278             },
3279             'RHD' => {
3280             display_name => {
3281             'currency' => q(rhodesiaga dollar),
3282             'one' => q(rhodesiaga dollar),
3283             'other' => q(rhodesiaga dollar),
3284             },
3285             },
3286             'ROL' => {
3287             display_name => {
3288             'currency' => q(romaniaga leu \(1952–2006\)),
3289             'one' => q(romaniaga leu \(1952–2006\)),
3290             'other' => q(romaniaga leu \(1952–2006\)),
3291             },
3292             },
3293             'RON' => {
3294             symbol => 'RON',
3295             display_name => {
3296             'currency' => q(romaniaga leu),
3297             'one' => q(romaniaga leu),
3298             'other' => q(romaniaga leu),
3299             },
3300             },
3301             'RSD' => {
3302             symbol => 'RSD',
3303             display_name => {
3304             'currency' => q(serbiaga dinar),
3305             'one' => q(serbiaga dinar),
3306             'other' => q(serbiaga dinar),
3307             },
3308             },
3309             'RUB' => {
3310             symbol => 'RUB',
3311             display_name => {
3312             'currency' => q(russiaga ruble),
3313             'one' => q(russiaga ruble),
3314             'other' => q(russiaga ruble),
3315             },
3316             },
3317             'RUR' => {
3318             display_name => {
3319             'currency' => q(rɔtsiaga ruble \(1991–1998\)),
3320             'one' => q(rɔtsiaga ruble \(1991–1998\)),
3321             'other' => q(rɔtsiaga ruble \(1991–1998\)),
3322             },
3323             },
3324             'RWF' => {
3325             display_name => {
3326             'currency' => q(rwandaga franc),
3327             'one' => q(rwandaga franc),
3328             'other' => q(rwandaga franc),
3329             },
3330             },
3331             'SAR' => {
3332             symbol => 'SAR',
3333             display_name => {
3334             'currency' => q(Saudi Arabiaga riyal),
3335             'one' => q(Saudi Arabiaga riyal),
3336             'other' => q(Saudi Arabiaga riyal),
3337             },
3338             },
3339             'SBD' => {
3340             display_name => {
3341             'currency' => q(solomon ƒudomekpo dukɔwo ƒe ga dollar),
3342             'one' => q(solomon ƒudomekpo dukɔwo ƒe ga dollar),
3343             'other' => q(solomon ƒudomekpo dukɔwo ƒe ga dollar),
3344             },
3345             },
3346             'SCR' => {
3347             display_name => {
3348             'currency' => q(sɛtselsga rupee),
3349             'one' => q(sɛtselsga rupee),
3350             'other' => q(sɛtselsga rupee),
3351             },
3352             },
3353             'SDD' => {
3354             display_name => {
3355             'currency' => q(sudanga dinar \(1992–2007\)),
3356             'one' => q(sudanga dinar \(1992–2007\)),
3357             'other' => q(sudanga dinar \(1992–2007\)),
3358             },
3359             },
3360             'SDG' => {
3361             display_name => {
3362             'currency' => q(sudanga pound),
3363             'one' => q(sudanga pound),
3364             'other' => q(sudanga pound),
3365             },
3366             },
3367             'SDP' => {
3368             display_name => {
3369             'currency' => q(sudanga pound \(1957–1998\)),
3370             'one' => q(sudanga pound \(1957–1998\)),
3371             'other' => q(sudanga pound \(1957–1998\)),
3372             },
3373             },
3374             'SEK' => {
3375             symbol => 'SEK',
3376             display_name => {
3377             'currency' => q(swedenga krone),
3378             'one' => q(swedenga krone),
3379             'other' => q(swedenga krone),
3380             },
3381             },
3382             'SGD' => {
3383             display_name => {
3384             'currency' => q(singapɔga dollar),
3385             'one' => q(singapɔga dollar),
3386             'other' => q(singapɔga dollar),
3387             },
3388             },
3389             'SHP' => {
3390             display_name => {
3391             'currency' => q(saint helenaga pound),
3392             'one' => q(saint helenaga pound),
3393             'other' => q(saint helenaga pound),
3394             },
3395             },
3396             'SIT' => {
3397             display_name => {
3398             'currency' => q(slovaniaga tolar),
3399             'one' => q(slovaniaga tolar),
3400             'other' => q(slovaniaga tolar),
3401             },
3402             },
3403             'SKK' => {
3404             display_name => {
3405             'currency' => q(slovakga koruna),
3406             'one' => q(slovakiaga koruna),
3407             'other' => q(slovakiaga koruna),
3408             },
3409             },
3410             'SLL' => {
3411             display_name => {
3412             'currency' => q(sierra leonega leone),
3413             'one' => q(sierra leonega leone),
3414             'other' => q(sierra leonega leone),
3415             },
3416             },
3417             'SOS' => {
3418             display_name => {
3419             'currency' => q(somaliaga shilling),
3420             'one' => q(somaliaga shilling),
3421             'other' => q(somaliaga shilling),
3422             },
3423             },
3424             'SRD' => {
3425             symbol => 'SRD',
3426             display_name => {
3427             'currency' => q(surinamga dollar),
3428             'one' => q(surinamga dollar),
3429             'other' => q(surinamga dollar),
3430             },
3431             },
3432             'SRG' => {
3433             display_name => {
3434             'currency' => q(surinamega guilder),
3435             'one' => q(surinamega guilder),
3436             'other' => q(surinamega guilder),
3437             },
3438             },
3439             'SSP' => {
3440             display_name => {
3441             'currency' => q(anyiehe sudanga pound),
3442             'one' => q(anyiehe sudanga pound),
3443             'other' => q(anyiehe sudanga pound),
3444             },
3445             },
3446             'STD' => {
3447             display_name => {
3448             'currency' => q(são tomé kple príncipega dobra \(1977–2017\)),
3449             'one' => q(são tomé kple príncipega dobra \(1977–2017\)),
3450             'other' => q(são tomé kple príncipega dobra \(1977–2017\)),
3451             },
3452             },
3453             'STN' => {
3454             display_name => {
3455             'currency' => q(são tomé kple príncipega dobra),
3456             'one' => q(são tomé kple príncipega dobra),
3457             'other' => q(são tomé kple príncipega dobra),
3458             },
3459             },
3460             'SUR' => {
3461             display_name => {
3462             'currency' => q(sovietga rouble),
3463             'one' => q(sovietga rouble),
3464             'other' => q(sovietga rouble),
3465             },
3466             },
3467             'SVC' => {
3468             display_name => {
3469             'currency' => q(salvadɔga colón),
3470             'one' => q(salvadɔga colón),
3471             'other' => q(salvadɔga colón),
3472             },
3473             },
3474             'SYP' => {
3475             display_name => {
3476             'currency' => q(syriaga pound),
3477             'one' => q(syriaga pound),
3478             'other' => q(syriaga pound),
3479             },
3480             },
3481             'SZL' => {
3482             display_name => {
3483             'currency' => q(swaziga lilangeni),
3484             'one' => q(swaziga lilangeni),
3485             'other' => q(swaziga lilangeni),
3486             },
3487             },
3488             'THB' => {
3489             symbol => '฿',
3490             display_name => {
3491             'currency' => q(Thailandga baht),
3492             'one' => q(Thailandga baht),
3493             'other' => q(Thailandga baht),
3494             },
3495             },
3496             'TJR' => {
3497             display_name => {
3498             'currency' => q(tajikistanga ruble),
3499             'one' => q(tajikistanga ruble),
3500             'other' => q(tajikistanga ruble),
3501             },
3502             },
3503             'TJS' => {
3504             display_name => {
3505             'currency' => q(tajikistanga somoni),
3506             'one' => q(tajikistanga somoni),
3507             'other' => q(tajikistanga somoni),
3508             },
3509             },
3510             'TMM' => {
3511             display_name => {
3512             'currency' => q(turkmenistanga manat \(1993–2009\)),
3513             'one' => q(turkmenistanga manat \(1993–2009\)),
3514             'other' => q(turkmenistanga manat \(1993–2009\)),
3515             },
3516             },
3517             'TMT' => {
3518             display_name => {
3519             'currency' => q(turkmenistanga manat),
3520             'one' => q(turkmenistanga manat),
3521             'other' => q(turkmenistanga manat),
3522             },
3523             },
3524             'TND' => {
3525             display_name => {
3526             'currency' => q(tunisiaga dinar),
3527             'one' => q(tunisiaga dinar),
3528             'other' => q(tunisiaga dinar),
3529             },
3530             },
3531             'TOP' => {
3532             display_name => {
3533             'currency' => q(tonagaga pa’anga),
3534             'one' => q(tonagaga pa’anga),
3535             'other' => q(tonagaga pa’anga),
3536             },
3537             },
3538             'TPE' => {
3539             display_name => {
3540             'currency' => q(timɔga escudo),
3541             'one' => q(timɔga escudo),
3542             'other' => q(timɔga escudo),
3543             },
3544             },
3545             'TRL' => {
3546             display_name => {
3547             'currency' => q(tɛkiiga lira \(1922–2005\)),
3548             'one' => q(tɛkiiga lira \(1922–2005\)),
3549             'other' => q(tɛkiiga lira \(1922–2005\)),
3550             },
3551             },
3552             'TRY' => {
3553             symbol => 'TRY',
3554             display_name => {
3555             'currency' => q(Turkishga lira),
3556             'one' => q(Turkishga lira),
3557             'other' => q(Turkishga lira),
3558             },
3559             },
3560             'TTD' => {
3561             symbol => 'TTD',
3562             display_name => {
3563             'currency' => q(trinidad & tobagoga dollar),
3564             'one' => q(trinidad & tobagoga dollar),
3565             'other' => q(trinidad & tobagoga dollar),
3566             },
3567             },
3568             'TWD' => {
3569             symbol => 'NT$',
3570             display_name => {
3571             'currency' => q(Taiwanga dollar),
3572             'one' => q(Taiwanga dollar),
3573             'other' => q(Taiwanga dollar),
3574             },
3575             },
3576             'TZS' => {
3577             display_name => {
3578             'currency' => q(Tanzaniatɔwofɛgadudu),
3579             'one' => q(tanzaniaga shilling),
3580             'other' => q(tanzaniaga shilling),
3581             },
3582             },
3583             'UAH' => {
3584             symbol => 'UAH',
3585             display_name => {
3586             'currency' => q(ukrainega hryvnia),
3587             'one' => q(ukrainega hryvnia),
3588             'other' => q(ukrainega hryvnia),
3589             },
3590             },
3591             'UAK' => {
3592             display_name => {
3593             'currency' => q(ukrainega karbovanet),
3594             'one' => q(ukrainega karbovanet),
3595             'other' => q(ukrainega karbovantsiv),
3596             },
3597             },
3598             'UGS' => {
3599             display_name => {
3600             'currency' => q(ugandaga shilling \(1966–1987\)),
3601             'one' => q(ugandaga shilling \(1966–1987\)),
3602             'other' => q(ugandaga shilling \(1966–1987\)),
3603             },
3604             },
3605             'UGX' => {
3606             display_name => {
3607             'currency' => q(ugandaga shilling),
3608             'one' => q(ugandaga shilling),
3609             'other' => q(ugandaga shilling),
3610             },
3611             },
3612             'USD' => {
3613             symbol => 'US$',
3614             display_name => {
3615             'currency' => q(us ga dollar),
3616             'one' => q(us ga dollar),
3617             'other' => q(us ga dollar),
3618             },
3619             },
3620             'USN' => {
3621             display_name => {
3622             'currency' => q(us ga dollar \(ŋkeke si gbɔna tɔ\)),
3623             'one' => q(us ga dollar \(ŋkeke si gbɔna tɔ\)),
3624             'other' => q(us ga dollar \(ŋkeke si gbɔna tɔ\)),
3625             },
3626             },
3627             'USS' => {
3628             display_name => {
3629             'currency' => q(us ga dollar \(ŋkeke ma ke tɔ\)),
3630             'one' => q(us ga dollar \(ŋkeke ma ke tɔ\)),
3631             'other' => q(us ga dollar \(ŋkeke ma ke tɔ\)),
3632             },
3633             },
3634             'UYI' => {
3635             display_name => {
3636             'currency' => q(uruguayga peso UYI),
3637             'one' => q(uruguayga peso UYI),
3638             'other' => q(uruguayga peso UYI),
3639             },
3640             },
3641             'UYP' => {
3642             display_name => {
3643             'currency' => q(uruguayga peso \(1975–1993\)),
3644             'one' => q(uruguayga peso \(1975–1993\)),
3645             'other' => q(uruguayga peso \(1975–1993\)),
3646             },
3647             },
3648             'UYU' => {
3649             symbol => 'UYU',
3650             display_name => {
3651             'currency' => q(uruguayga peso),
3652             'one' => q(uruguayga peso),
3653             'other' => q(uruguayga peso),
3654             },
3655             },
3656             'UZS' => {
3657             display_name => {
3658             'currency' => q(uzbekistanga som),
3659             'one' => q(uzbekistanga som),
3660             'other' => q(uzbekistanga som),
3661             },
3662             },
3663             'VEB' => {
3664             display_name => {
3665             'currency' => q(venezuelaga bolívar \(1871–2008\)),
3666             'one' => q(venezuelaga bolívar \(1871–2008\)),
3667             'other' => q(venezuelaga bolívar \(1871–2008\)),
3668             },
3669             },
3670             'VEF' => {
3671             symbol => 'VEF',
3672             display_name => {
3673             'currency' => q(venezuelaga bolívar \(2008–2018\)),
3674             'one' => q(venezuelaga bolívar \(2008–2018\)),
3675             'other' => q(venezuelaga bolívar \(2008–2018\)),
3676             },
3677             },
3678             'VES' => {
3679             display_name => {
3680             'currency' => q(venezuelaga bolívar),
3681             'one' => q(venezuelaga bolívar),
3682             'other' => q(venezuelaga bolívar),
3683             },
3684             },
3685             'VND' => {
3686             symbol => '₫',
3687             display_name => {
3688             'currency' => q(vietnamga dong),
3689             'one' => q(vietnamga dong),
3690             'other' => q(vietnamga dong),
3691             },
3692             },
3693             'VNN' => {
3694             display_name => {
3695             'currency' => q(vietnamga dong \(1978–1985\)),
3696             'one' => q(vietnamga dong \(1978–1985\)),
3697             'other' => q(vietnamga dong \(1978–1985\)),
3698             },
3699             },
3700             'VUV' => {
3701             display_name => {
3702             'currency' => q(vanuatuga vatu),
3703             'one' => q(vanuatuga vatu),
3704             'other' => q(vanuatuga vatu),
3705             },
3706             },
3707             'WST' => {
3708             display_name => {
3709             'currency' => q(samaoga tala),
3710             'one' => q(samaoga tala),
3711             'other' => q(samaoga tala),
3712             },
3713             },
3714             'XAF' => {
3715             display_name => {
3716             'currency' => q(ɣetoɖofe afrikaga CFA franc BEAC),
3717             'one' => q(ɣetoɖofe afrikaga CFA franc BEAC),
3718             'other' => q(ɣetoɖofe afrikaga CFA franc BEAC),
3719             },
3720             },
3721             'XAG' => {
3722             display_name => {
3723             'currency' => q(klosalo),
3724             'one' => q(klosalo),
3725             'other' => q(klosalo),
3726             },
3727             },
3728             'XAU' => {
3729             display_name => {
3730             'currency' => q(sika),
3731             'one' => q(sika),
3732             'other' => q(sika),
3733             },
3734             },
3735             'XBA' => {
3736             display_name => {
3737             'currency' => q(europa dzidzenu xba),
3738             'one' => q(europa dzidzenu xba),
3739             'other' => q(europa dzidzenu xba),
3740             },
3741             },
3742             'XBB' => {
3743             display_name => {
3744             'currency' => q(europa gadzidzenu xbb),
3745             'one' => q(europa gadzidzenu xbb),
3746             'other' => q(europa gadzidzenu xbb),
3747             },
3748             },
3749             'XBC' => {
3750             display_name => {
3751             'currency' => q(europa kɔnta dzidzenu xbc),
3752             'one' => q(europa kɔnta dzidzenu),
3753             'other' => q(europa kɔnta dzidzenu),
3754             },
3755             },
3756             'XBD' => {
3757             display_name => {
3758             'currency' => q(europa kɔnta dzidzenu xbd),
3759             'one' => q(europaga \(XBD\)),
3760             'other' => q(europaga \(XBD\)),
3761             },
3762             },
3763             'XCD' => {
3764             symbol => 'EC$',
3765             display_name => {
3766             'currency' => q(east caribbeanga dollar),
3767             'one' => q(east caribbeanga dollar),
3768             'other' => q(east caribbeanga dollar),
3769             },
3770             },
3771             'XDR' => {
3772             display_name => {
3773             'currency' => q(gaɖuɖu ɖoɖo tɔxɛ),
3774             'one' => q(gaɖuɖu ɖoɖo tɔxɛ),
3775             'other' => q(gaɖuɖu ɖoɖo tɔxɛ),
3776             },
3777             },
3778             'XEU' => {
3779             display_name => {
3780             'currency' => q(europa gaɖuɖu),
3781             'one' => q(europa gaɖuɖu),
3782             'other' => q(europa gaɖuɖu),
3783             },
3784             },
3785             'XFO' => {
3786             display_name => {
3787             'currency' => q(fransemega sika franc),
3788             'one' => q(frentsiga sika franc),
3789             'other' => q(frentsiga sika franc),
3790             },
3791             },
3792             'XFU' => {
3793             display_name => {
3794             'currency' => q(frentsi UIC-franc),
3795             'one' => q(frentsi UIC-franc),
3796             'other' => q(frentsi UIC-franc),
3797             },
3798             },
3799             'XOF' => {
3800             display_name => {
3801             'currency' => q(ɣetoɖofe afrikaga CFA franc BCEAO),
3802             'one' => q(ɣetoɖofe afrikaga CFA franc BCEAO),
3803             'other' => q(ɣetoɖofe afrikaga CFA franc BCEAO),
3804             },
3805             },
3806             'XPD' => {
3807             display_name => {
3808             'currency' => q(palladiumga),
3809             'one' => q(palladiumga),
3810             'other' => q(palladiumga),
3811             },
3812             },
3813             'XPF' => {
3814             display_name => {
3815             'currency' => q(CFP ga franc),
3816             'one' => q(CFP ga franc),
3817             'other' => q(CFP ga franc),
3818             },
3819             },
3820             'XPT' => {
3821             display_name => {
3822             'currency' => q(platinum),
3823             'one' => q(platinum),
3824             'other' => q(platinum),
3825             },
3826             },
3827             'XRE' => {
3828             display_name => {
3829             'currency' => q(RINET gadodo XRE),
3830             'one' => q(RINET gadodo XRE),
3831             'other' => q(RINET gadodo XRE),
3832             },
3833             },
3834             'XTS' => {
3835             display_name => {
3836             'currency' => q(gaɖuɖu dodokpɔ dzesi xts),
3837             'one' => q(gaɖuɖu dodokpɔ dzesi),
3838             'other' => q(gaɖuɖu dodokpɔ dzesi),
3839             },
3840             },
3841             'XXX' => {
3842             display_name => {
3843             'currency' => q(gaɖuɖu manya),
3844             'one' => q(gaɖuɖu manya),
3845             'other' => q(gaɖuɖu manya),
3846             },
3847             },
3848             'YDD' => {
3849             display_name => {
3850             'currency' => q(yemeniga dinar),
3851             'one' => q(yemeniga dinar),
3852             'other' => q(yemeniga dinar),
3853             },
3854             },
3855             'YER' => {
3856             display_name => {
3857             'currency' => q(yemeniga rial),
3858             'one' => q(yemeniga rial),
3859             'other' => q(yemeniga rial),
3860             },
3861             },
3862             'YUD' => {
3863             display_name => {
3864             'currency' => q(yugoslaviaga hard dinar \(1966–1990\)),
3865             'one' => q(yugoslaviaga hard dinar \(1966–1990\)),
3866             'other' => q(yugoslaviaga hard dinar \(1966–1990\)),
3867             },
3868             },
3869             'YUM' => {
3870             display_name => {
3871             'currency' => q(yugoslaviaga yeyetɔ dinar \(1994–2002\)),
3872             'one' => q(yugoslaviaga yeyetɔ dinar \(1994–2002\)),
3873             'other' => q(yugoslaviaga yeyetɔ dinar \(1994–2002\)),
3874             },
3875             },
3876             'YUN' => {
3877             display_name => {
3878             'currency' => q(yugoslaviaga convertible dinar \(1990–1992\)),
3879             'one' => q(yugoslaviaga convertible dinar \(1990–1992\)),
3880             'other' => q(yugoslaviaga convertible dinar \(1990–1992\)),
3881             },
3882             },
3883             'YUR' => {
3884             display_name => {
3885             'currency' => q(yugoslaviaga dinar \(1992–1993\)),
3886             'one' => q(yugoslaviaga dinar \(1992–1993\)),
3887             'other' => q(yugoslaviaga dinar \(1992–1993\)),
3888             },
3889             },
3890             'ZAL' => {
3891             display_name => {
3892             'currency' => q(anyiehe afrikaga rand \(gadzikpɔtɔ\)),
3893             'one' => q(anyiehe afrikaga rand \(gadzikpɔtɔ\)),
3894             'other' => q(anyiehe afrikaga rand \(gadzikpɔtɔ\)),
3895             },
3896             },
3897             'ZAR' => {
3898             symbol => 'ZAR',
3899             display_name => {
3900             'currency' => q(South Africaga rand),
3901             'one' => q(South Africaga rand),
3902             'other' => q(South Africaga rand),
3903             },
3904             },
3905             'ZMK' => {
3906             display_name => {
3907             'currency' => q(zambiaga kwacha \(1968–2012\)),
3908             'one' => q(zambiaga kwacha \(1968–2012\)),
3909             'other' => q(zambiaga kwacha \(1968–2012\)),
3910             },
3911             },
3912             'ZMW' => {
3913             display_name => {
3914             'currency' => q(zambiaga kwacha),
3915             'one' => q(zambiaga kwacha),
3916             'other' => q(zambiaga kwacha),
3917             },
3918             },
3919             'ZRN' => {
3920             display_name => {
3921             'currency' => q(zairega yeyetɔ zaire),
3922             'one' => q(zairega yeyetɔ zaire),
3923             'other' => q(zairega yeyetɔ zaire),
3924             },
3925             },
3926             'ZRZ' => {
3927             display_name => {
3928             'currency' => q(zairega zaire \(1971–1993\)),
3929             'one' => q(zairega zaire \(1971–1993\)),
3930             'other' => q(zairega zaires \(1971–1993\)),
3931             },
3932             },
3933             'ZWD' => {
3934             display_name => {
3935             'currency' => q(zimbabwega dollar \(1980–2008\)),
3936             'one' => q(zimbabwega dollar \(1980–2008\)),
3937             'other' => q(zimbabwega dollar \(1980–2008\)),
3938             },
3939             },
3940             'ZWL' => {
3941             display_name => {
3942             'currency' => q(zimbabwega dollar \(2009\)),
3943             'one' => q(zimbabwega dollar \(2009\)),
3944             'other' => q(zimbabwega dollar \(2009\)),
3945             },
3946             },
3947             'ZWR' => {
3948             display_name => {
3949             'currency' => q(zimbabwega dollar \(2008\)),
3950             'one' => q(zimbabwega dollar \(2008\)),
3951             'other' => q(zimbabwega dollar \(2008\)),
3952             },
3953             },
3954             } },
3955             );
3956              
3957              
3958             has 'calendar_months' => (
3959             is => 'ro',
3960             isa => HashRef,
3961             init_arg => undef,
3962             default => sub { {
3963             'chinese' => {
3964             'format' => {
3965             abbreviated => {
3966             nonleap => [
3967             'dzv',
3968             'dzd',
3969             'ted',
3970             'afɔ',
3971             'dam',
3972             'mas',
3973             'sia',
3974             'dea',
3975             'any',
3976             'kel',
3977             'ade',
3978             'dzm'
3979             ],
3980             leap => [
3981            
3982             ],
3983             },
3984             wide => {
3985             nonleap => [
3986             'dzove',
3987             'dzodze',
3988             'tedoxe',
3989             'afɔfiẽ',
3990             'damɛ',
3991             'masa',
3992             'siamlɔm',
3993             'deasiamime',
3994             'anyɔnyɔ',
3995             'kele',
3996             'adeɛmekpɔxe',
3997             'dzome'
3998             ],
3999             leap => [
4000            
4001             ],
4002             },
4003             },
4004             'stand-alone' => {
4005             abbreviated => {
4006             nonleap => [
4007             'dzv',
4008             'dzd',
4009             'ted',
4010             'afɔ',
4011             'dam',
4012             'mas',
4013             'sia',
4014             'dea',
4015             'any',
4016             'kele',
4017             'ade',
4018             'dzm'
4019             ],
4020             leap => [
4021            
4022             ],
4023             },
4024             wide => {
4025             nonleap => [
4026             'dzove',
4027             'dzodze',
4028             'tedoxe',
4029             'afɔfiẽ',
4030             'damɛ',
4031             'masa',
4032             'siamlɔm',
4033             'deasiamime',
4034             'anyɔnyɔ',
4035             'kele',
4036             'adeɛmekpɔxe',
4037             'dzome'
4038             ],
4039             leap => [
4040            
4041             ],
4042             },
4043             },
4044             },
4045             'coptic' => {
4046             'format' => {
4047             abbreviated => {
4048             nonleap => [
4049             'dzv',
4050             'dzd',
4051             'ted',
4052             'afɔ',
4053             'dam',
4054             'mas',
4055             'sia',
4056             'dea',
4057             'any',
4058             'kel',
4059             'ade',
4060             'dzm',
4061             'foa'
4062             ],
4063             leap => [
4064            
4065             ],
4066             },
4067             wide => {
4068             nonleap => [
4069             'dzove',
4070             'dzodze',
4071             'tedoxe',
4072             'afɔfiẽ',
4073             'damɛ',
4074             'masa',
4075             'siamlɔm',
4076             'deasiamime',
4077             'anyɔnyɔ',
4078             'kele',
4079             'adeɛmekpɔxe',
4080             'dzome',
4081             'ƒoave'
4082             ],
4083             leap => [
4084            
4085             ],
4086             },
4087             },
4088             'stand-alone' => {
4089             abbreviated => {
4090             nonleap => [
4091             'dzv',
4092             'dzd',
4093             'ted',
4094             'afɔ',
4095             'dam',
4096             'mas',
4097             'sia',
4098             'dea',
4099             'any',
4100             'kel',
4101             'ade',
4102             'dzm',
4103             'foa'
4104             ],
4105             leap => [
4106            
4107             ],
4108             },
4109             wide => {
4110             nonleap => [
4111             'dzove',
4112             'dzodze',
4113             'tedoxe',
4114             'afɔfiẽ',
4115             'damɛ',
4116             'masa',
4117             'siamlɔm',
4118             'deasiamime',
4119             'anyɔnyɔ',
4120             'kele',
4121             'adeɛmekpɔxe',
4122             'dzome',
4123             'ƒoave'
4124             ],
4125             leap => [
4126            
4127             ],
4128             },
4129             },
4130             },
4131             'ethiopic' => {
4132             'format' => {
4133             abbreviated => {
4134             nonleap => [
4135             'dzove',
4136             'dzodze',
4137             'tedoxe',
4138             'afɔfiẽ',
4139             'damɛ',
4140             'masa',
4141             'siamlɔm',
4142             'deasiamime',
4143             'anyɔnyɔ',
4144             'kele',
4145             'adeɛmekpɔxe',
4146             'dzome',
4147             'ƒoave'
4148             ],
4149             leap => [
4150            
4151             ],
4152             },
4153             wide => {
4154             nonleap => [
4155             'dzove',
4156             'dzodze',
4157             'tedoxe',
4158             'afɔfiẽ',
4159             'damɛ',
4160             'masa',
4161             'siamlɔm',
4162             'deasiamime',
4163             'anyɔnyɔ',
4164             'kele',
4165             'adeɛmekpɔxe',
4166             'dzome',
4167             'ƒoave'
4168             ],
4169             leap => [
4170            
4171             ],
4172             },
4173             },
4174             'stand-alone' => {
4175             abbreviated => {
4176             nonleap => [
4177             'dzv',
4178             'dzd',
4179             'ted',
4180             'afɔ',
4181             'dam',
4182             'mas',
4183             'sia',
4184             'dea',
4185             'any',
4186             'kel',
4187             'ade',
4188             'dzm',
4189             'ƒoa'
4190             ],
4191             leap => [
4192            
4193             ],
4194             },
4195             wide => {
4196             nonleap => [
4197             'dzove',
4198             'dzodze',
4199             'tedoxe',
4200             'afɔfie',
4201             'damɛ',
4202             'masa',
4203             'siamlɔm',
4204             'deasiamime',
4205             'anyɔnyɔ',
4206             'kele',
4207             'adeɛmekpɔxe',
4208             'dzome',
4209             'ƒoave'
4210             ],
4211             leap => [
4212            
4213             ],
4214             },
4215             },
4216             },
4217             'gregorian' => {
4218             'format' => {
4219             abbreviated => {
4220             nonleap => [
4221             'dzv',
4222             'dzd',
4223             'ted',
4224             'afɔ',
4225             'dam',
4226             'mas',
4227             'sia',
4228             'dea',
4229             'any',
4230             'kel',
4231             'ade',
4232             'dzm'
4233             ],
4234             leap => [
4235            
4236             ],
4237             },
4238             narrow => {
4239             nonleap => [
4240             'd',
4241             'd',
4242             't',
4243             'a',
4244             'd',
4245             'm',
4246             's',
4247             'd',
4248             'a',
4249             'k',
4250             'a',
4251             'd'
4252             ],
4253             leap => [
4254            
4255             ],
4256             },
4257             wide => {
4258             nonleap => [
4259             'dzove',
4260             'dzodze',
4261             'tedoxe',
4262             'afɔfĩe',
4263             'dama',
4264             'masa',
4265             'siamlɔm',
4266             'deasiamime',
4267             'anyɔnyɔ',
4268             'kele',
4269             'adeɛmekpɔxe',
4270             'dzome'
4271             ],
4272             leap => [
4273            
4274             ],
4275             },
4276             },
4277             'stand-alone' => {
4278             abbreviated => {
4279             nonleap => [
4280             'dzv',
4281             'dzd',
4282             'ted',
4283             'afɔ',
4284             'dam',
4285             'mas',
4286             'sia',
4287             'dea',
4288             'any',
4289             'kel',
4290             'ade',
4291             'dzm'
4292             ],
4293             leap => [
4294            
4295             ],
4296             },
4297             narrow => {
4298             nonleap => [
4299             'd',
4300             'd',
4301             't',
4302             'a',
4303             'd',
4304             'm',
4305             's',
4306             'd',
4307             'a',
4308             'k',
4309             'a',
4310             'd'
4311             ],
4312             leap => [
4313            
4314             ],
4315             },
4316             wide => {
4317             nonleap => [
4318             'dzove',
4319             'dzodze',
4320             'tedoxe',
4321             'afɔfĩe',
4322             'dama',
4323             'masa',
4324             'siamlɔm',
4325             'deasiamime',
4326             'anyɔnyɔ',
4327             'kele',
4328             'adeɛmekpɔxe',
4329             'dzome'
4330             ],
4331             leap => [
4332            
4333             ],
4334             },
4335             },
4336             },
4337             'hebrew' => {
4338             'format' => {
4339             abbreviated => {
4340             nonleap => [
4341             'dzove',
4342             'dzodze',
4343             'tedoxe',
4344             'afɔfiẽ',
4345             'damɛ',
4346             'masa',
4347             'siamlɔm',
4348             'deasiamime',
4349             'anyɔnyɔ',
4350             'kele',
4351             'adeɛmekpɔxe',
4352             'dzome',
4353             'ƒoave'
4354             ],
4355             leap => [
4356             '',
4357             '',
4358             '',
4359             '',
4360             '',
4361             '',
4362             'siamlɔm'
4363             ],
4364             },
4365             wide => {
4366             nonleap => [
4367             'dzove',
4368             'dzodze',
4369             'tedoxe',
4370             'afɔfiẽ',
4371             'damɛ',
4372             'masa',
4373             'siamlɔm',
4374             'deasiamime',
4375             'anyɔnyɔ',
4376             'kele',
4377             'adeɛmekpɔxe',
4378             'dzome',
4379             'ƒoave'
4380             ],
4381             leap => [
4382             '',
4383             '',
4384             '',
4385             '',
4386             '',
4387             '',
4388             'siamlɔm'
4389             ],
4390             },
4391             },
4392             'stand-alone' => {
4393             abbreviated => {
4394             nonleap => [
4395             'dzv',
4396             'dzd',
4397             'ted',
4398             'afɔ',
4399             'dam',
4400             'mas',
4401             'sia',
4402             'dea',
4403             'any',
4404             'kel',
4405             'ade',
4406             'dzm',
4407             'foa'
4408             ],
4409             leap => [
4410             '',
4411             '',
4412             '',
4413             '',
4414             '',
4415             '',
4416             'sia'
4417             ],
4418             },
4419             wide => {
4420             nonleap => [
4421             'dzove',
4422             'dzodze',
4423             'tedoxe',
4424             'afɔfiẽ',
4425             'damɛ',
4426             'masa',
4427             'siamlɔm',
4428             'dasiamime',
4429             'anyɔnyɔ',
4430             'kele',
4431             'adeɛmekpɔxe',
4432             'dzome',
4433             'ƒoave'
4434             ],
4435             leap => [
4436             '',
4437             '',
4438             '',
4439             '',
4440             '',
4441             '',
4442             'siamlɔm'
4443             ],
4444             },
4445             },
4446             },
4447             'indian' => {
4448             'format' => {
4449             abbreviated => {
4450             nonleap => [
4451             'dzv',
4452             'dzd',
4453             'ted',
4454             'afɔ',
4455             'dam',
4456             'mas',
4457             'sia',
4458             'dea',
4459             'any',
4460             'kel',
4461             'ade',
4462             'dzm'
4463             ],
4464             leap => [
4465            
4466             ],
4467             },
4468             wide => {
4469             nonleap => [
4470             'dzove',
4471             'dzodze',
4472             'tedoxe',
4473             'afɔ',
4474             'damɛ',
4475             'masa',
4476             'siamlɔm',
4477             'deasiamime',
4478             'anyɔnyɔ',
4479             'kele',
4480             'adeɛmekpɔxe',
4481             'dzome'
4482             ],
4483             leap => [
4484            
4485             ],
4486             },
4487             },
4488             'stand-alone' => {
4489             abbreviated => {
4490             nonleap => [
4491             'dzv',
4492             'dzd',
4493             'ted',
4494             'afɔ',
4495             'dam',
4496             'mas',
4497             'sia',
4498             'dea',
4499             'any',
4500             'kel',
4501             'ade',
4502             'dzm'
4503             ],
4504             leap => [
4505            
4506             ],
4507             },
4508             wide => {
4509             nonleap => [
4510             'dzove',
4511             'dzodze',
4512             'tedoxe',
4513             'afɔfiẽ',
4514             'damɛ',
4515             'masa',
4516             'siamlɔm',
4517             'deasiamime',
4518             'anyɔnyɔ',
4519             'kele',
4520             'adeɛmekpɔxe',
4521             'dzome'
4522             ],
4523             leap => [
4524            
4525             ],
4526             },
4527             },
4528             },
4529             'islamic' => {
4530             'format' => {
4531             abbreviated => {
4532             nonleap => [
4533             'dzv',
4534             'dzd',
4535             'ted',
4536             'afɔ',
4537             'dam',
4538             'mas',
4539             'sia',
4540             'dea',
4541             'any',
4542             'kel',
4543             'ade',
4544             'dzm'
4545             ],
4546             leap => [
4547            
4548             ],
4549             },
4550             wide => {
4551             nonleap => [
4552             'dzove',
4553             'dzodze',
4554             'tedoxe',
4555             'afɔfiẽ',
4556             'damɛ',
4557             'masa',
4558             'siamlɔm',
4559             'deasiamime',
4560             'anyɔnyɔ',
4561             'kele',
4562             'adeɛmekpɔxe',
4563             'dzome'
4564             ],
4565             leap => [
4566            
4567             ],
4568             },
4569             },
4570             'stand-alone' => {
4571             abbreviated => {
4572             nonleap => [
4573             'dzv',
4574             'dzd',
4575             'ted',
4576             'afɔ',
4577             'dam',
4578             'mas',
4579             'sia',
4580             'dea',
4581             'any',
4582             'kel',
4583             'ade',
4584             'dzm'
4585             ],
4586             leap => [
4587            
4588             ],
4589             },
4590             wide => {
4591             nonleap => [
4592             'dzove',
4593             'dzodze',
4594             'tedoxe',
4595             'afɔfiẽ',
4596             'damɛ',
4597             'masa',
4598             'siamlɔm',
4599             'deasiamime',
4600             'anyɔnyɔ',
4601             'kele',
4602             'adeɛmekpɔxe',
4603             'dzome'
4604             ],
4605             leap => [
4606            
4607             ],
4608             },
4609             },
4610             },
4611             'persian' => {
4612             'format' => {
4613             abbreviated => {
4614             nonleap => [
4615             'dzv',
4616             'dzd',
4617             'ted',
4618             'afɔ',
4619             'dam',
4620             'mas',
4621             'sia',
4622             'dea',
4623             'any',
4624             'kel',
4625             'ade',
4626             'dzm'
4627             ],
4628             leap => [
4629            
4630             ],
4631             },
4632             wide => {
4633             nonleap => [
4634             'dzove',
4635             'dzodze',
4636             'tedoxe',
4637             'afɔfiẽ',
4638             'damɛ',
4639             'masa',
4640             'siamlɔm',
4641             'deasiamime',
4642             'anyɔnyɔ',
4643             'kele',
4644             'adeɛmekpɔxe',
4645             'dzome'
4646             ],
4647             leap => [
4648            
4649             ],
4650             },
4651             },
4652             'stand-alone' => {
4653             abbreviated => {
4654             nonleap => [
4655             'dzv',
4656             'dzd',
4657             'ted',
4658             'afɔ',
4659             'dam',
4660             'mas',
4661             'sia',
4662             'dea',
4663             'any',
4664             'kel',
4665             'ade',
4666             'dzm'
4667             ],
4668             leap => [
4669            
4670             ],
4671             },
4672             wide => {
4673             nonleap => [
4674             'dzove',
4675             'dzodze',
4676             'tedoxe',
4677             'afɔfiẽ',
4678             'damɛ',
4679             'masa',
4680             'siamlɔm',
4681             'deasiamime',
4682             'anyɔnyɔ',
4683             'kele',
4684             'adeɛmekpɔxe',
4685             'dzome'
4686             ],
4687             leap => [
4688            
4689             ],
4690             },
4691             },
4692             },
4693             } },
4694             );
4695              
4696             has 'calendar_days' => (
4697             is => 'ro',
4698             isa => HashRef,
4699             init_arg => undef,
4700             default => sub { {
4701             'gregorian' => {
4702             'format' => {
4703             abbreviated => {
4704             mon => 'dzo',
4705             tue => 'bla',
4706             wed => 'kuɖ',
4707             thu => 'yaw',
4708             fri => 'fiɖ',
4709             sat => 'mem',
4710             sun => 'kɔs'
4711             },
4712             narrow => {
4713             mon => 'd',
4714             tue => 'b',
4715             wed => 'k',
4716             thu => 'y',
4717             fri => 'f',
4718             sat => 'm',
4719             sun => 'k'
4720             },
4721             short => {
4722             mon => 'dzo',
4723             tue => 'bla',
4724             wed => 'kuɖ',
4725             thu => 'yaw',
4726             fri => 'fiɖ',
4727             sat => 'mem',
4728             sun => 'kɔs'
4729             },
4730             wide => {
4731             mon => 'dzoɖa',
4732             tue => 'blaɖa',
4733             wed => 'kuɖa',
4734             thu => 'yawoɖa',
4735             fri => 'fiɖa',
4736             sat => 'memleɖa',
4737             sun => 'kɔsiɖa'
4738             },
4739             },
4740             'stand-alone' => {
4741             abbreviated => {
4742             mon => 'dzo',
4743             tue => 'bla',
4744             wed => 'kuɖ',
4745             thu => 'yaw',
4746             fri => 'fiɖ',
4747             sat => 'mem',
4748             sun => 'kɔs'
4749             },
4750             narrow => {
4751             mon => 'd',
4752             tue => 'b',
4753             wed => 'k',
4754             thu => 'y',
4755             fri => 'f',
4756             sat => 'm',
4757             sun => 'k'
4758             },
4759             short => {
4760             mon => 'dzo',
4761             tue => 'bla',
4762             wed => 'kuɖ',
4763             thu => 'yaw',
4764             fri => 'fiɖ',
4765             sat => 'mem',
4766             sun => 'kɔs'
4767             },
4768             wide => {
4769             mon => 'dzoɖa',
4770             tue => 'blaɖa',
4771             wed => 'kuɖa',
4772             thu => 'yawoɖa',
4773             fri => 'fiɖa',
4774             sat => 'memleɖa',
4775             sun => 'kɔsiɖa'
4776             },
4777             },
4778             },
4779             } },
4780             );
4781              
4782             has 'calendar_quarters' => (
4783             is => 'ro',
4784             isa => HashRef,
4785             init_arg => undef,
4786             default => sub { {
4787             'gregorian' => {
4788             'format' => {
4789             abbreviated => {0 => 'k1',
4790             1 => 'k2',
4791             2 => 'k3',
4792             3 => 'k4'
4793             },
4794             narrow => {0 => '1',
4795             1 => '2',
4796             2 => '3',
4797             3 => '4'
4798             },
4799             wide => {0 => 'kɔta gbãtɔ',
4800             1 => 'kɔta evelia',
4801             2 => 'kɔta etɔ̃lia',
4802             3 => 'kɔta enelia'
4803             },
4804             },
4805             'stand-alone' => {
4806             abbreviated => {0 => 'k1',
4807             1 => 'k2',
4808             2 => 'k3',
4809             3 => 'k4'
4810             },
4811             wide => {0 => 'kɔta gbãtɔ',
4812             1 => 'kɔta evelia',
4813             2 => 'kɔta etɔ̃lia',
4814             3 => 'kɔta enelia'
4815             },
4816             },
4817             },
4818             } },
4819             );
4820              
4821             has 'day_period_data' => (
4822             is => 'ro',
4823             isa => CodeRef,
4824             init_arg => undef,
4825             default => sub { sub {
4826             # Time in hhmm format
4827             my ($self, $type, $time, $day_period_type) = @_;
4828             $day_period_type //= 'default';
4829             SWITCH:
4830             for ($type) {
4831             if ($_ eq 'buddhist') {
4832             if($day_period_type eq 'default') {
4833             return 'afternoon1' if $time >= 1200
4834             && $time < 1400;
4835             return 'afternoon2' if $time >= 1400
4836             && $time < 1800;
4837             return 'evening1' if $time >= 1800
4838             && $time < 2100;
4839             return 'morning1' if $time >= 400
4840             && $time < 500;
4841             return 'morning2' if $time >= 500
4842             && $time < 1200;
4843             return 'night1' if $time >= 2100;
4844             return 'night1' if $time < 400;
4845             }
4846             if($day_period_type eq 'selection') {
4847             return 'afternoon1' if $time >= 1200
4848             && $time < 1400;
4849             return 'afternoon2' if $time >= 1400
4850             && $time < 1800;
4851             return 'evening1' if $time >= 1800
4852             && $time < 2100;
4853             return 'morning1' if $time >= 400
4854             && $time < 500;
4855             return 'morning2' if $time >= 500
4856             && $time < 1200;
4857             return 'night1' if $time >= 2100;
4858             return 'night1' if $time < 400;
4859             }
4860             last SWITCH;
4861             }
4862             if ($_ eq 'chinese') {
4863             if($day_period_type eq 'default') {
4864             return 'afternoon1' if $time >= 1200
4865             && $time < 1400;
4866             return 'afternoon2' if $time >= 1400
4867             && $time < 1800;
4868             return 'evening1' if $time >= 1800
4869             && $time < 2100;
4870             return 'morning1' if $time >= 400
4871             && $time < 500;
4872             return 'morning2' if $time >= 500
4873             && $time < 1200;
4874             return 'night1' if $time >= 2100;
4875             return 'night1' if $time < 400;
4876             }
4877             if($day_period_type eq 'selection') {
4878             return 'afternoon1' if $time >= 1200
4879             && $time < 1400;
4880             return 'afternoon2' if $time >= 1400
4881             && $time < 1800;
4882             return 'evening1' if $time >= 1800
4883             && $time < 2100;
4884             return 'morning1' if $time >= 400
4885             && $time < 500;
4886             return 'morning2' if $time >= 500
4887             && $time < 1200;
4888             return 'night1' if $time >= 2100;
4889             return 'night1' if $time < 400;
4890             }
4891             last SWITCH;
4892             }
4893             if ($_ eq 'coptic') {
4894             if($day_period_type eq 'default') {
4895             return 'afternoon1' if $time >= 1200
4896             && $time < 1400;
4897             return 'afternoon2' if $time >= 1400
4898             && $time < 1800;
4899             return 'evening1' if $time >= 1800
4900             && $time < 2100;
4901             return 'morning1' if $time >= 400
4902             && $time < 500;
4903             return 'morning2' if $time >= 500
4904             && $time < 1200;
4905             return 'night1' if $time >= 2100;
4906             return 'night1' if $time < 400;
4907             }
4908             if($day_period_type eq 'selection') {
4909             return 'afternoon1' if $time >= 1200
4910             && $time < 1400;
4911             return 'afternoon2' if $time >= 1400
4912             && $time < 1800;
4913             return 'evening1' if $time >= 1800
4914             && $time < 2100;
4915             return 'morning1' if $time >= 400
4916             && $time < 500;
4917             return 'morning2' if $time >= 500
4918             && $time < 1200;
4919             return 'night1' if $time >= 2100;
4920             return 'night1' if $time < 400;
4921             }
4922             last SWITCH;
4923             }
4924             if ($_ eq 'ethiopic') {
4925             if($day_period_type eq 'default') {
4926             return 'afternoon1' if $time >= 1200
4927             && $time < 1400;
4928             return 'afternoon2' if $time >= 1400
4929             && $time < 1800;
4930             return 'evening1' if $time >= 1800
4931             && $time < 2100;
4932             return 'morning1' if $time >= 400
4933             && $time < 500;
4934             return 'morning2' if $time >= 500
4935             && $time < 1200;
4936             return 'night1' if $time >= 2100;
4937             return 'night1' if $time < 400;
4938             }
4939             if($day_period_type eq 'selection') {
4940             return 'afternoon1' if $time >= 1200
4941             && $time < 1400;
4942             return 'afternoon2' if $time >= 1400
4943             && $time < 1800;
4944             return 'evening1' if $time >= 1800
4945             && $time < 2100;
4946             return 'morning1' if $time >= 400
4947             && $time < 500;
4948             return 'morning2' if $time >= 500
4949             && $time < 1200;
4950             return 'night1' if $time >= 2100;
4951             return 'night1' if $time < 400;
4952             }
4953             last SWITCH;
4954             }
4955             if ($_ eq 'generic') {
4956             if($day_period_type eq 'default') {
4957             return 'afternoon1' if $time >= 1200
4958             && $time < 1400;
4959             return 'afternoon2' if $time >= 1400
4960             && $time < 1800;
4961             return 'evening1' if $time >= 1800
4962             && $time < 2100;
4963             return 'morning1' if $time >= 400
4964             && $time < 500;
4965             return 'morning2' if $time >= 500
4966             && $time < 1200;
4967             return 'night1' if $time >= 2100;
4968             return 'night1' if $time < 400;
4969             }
4970             if($day_period_type eq 'selection') {
4971             return 'afternoon1' if $time >= 1200
4972             && $time < 1400;
4973             return 'afternoon2' if $time >= 1400
4974             && $time < 1800;
4975             return 'evening1' if $time >= 1800
4976             && $time < 2100;
4977             return 'morning1' if $time >= 400
4978             && $time < 500;
4979             return 'morning2' if $time >= 500
4980             && $time < 1200;
4981             return 'night1' if $time >= 2100;
4982             return 'night1' if $time < 400;
4983             }
4984             last SWITCH;
4985             }
4986             if ($_ eq 'gregorian') {
4987             if($day_period_type eq 'default') {
4988             return 'afternoon1' if $time >= 1200
4989             && $time < 1400;
4990             return 'afternoon2' if $time >= 1400
4991             && $time < 1800;
4992             return 'evening1' if $time >= 1800
4993             && $time < 2100;
4994             return 'morning1' if $time >= 400
4995             && $time < 500;
4996             return 'morning2' if $time >= 500
4997             && $time < 1200;
4998             return 'night1' if $time >= 2100;
4999             return 'night1' if $time < 400;
5000             }
5001             if($day_period_type eq 'selection') {
5002             return 'afternoon1' if $time >= 1200
5003             && $time < 1400;
5004             return 'afternoon2' if $time >= 1400
5005             && $time < 1800;
5006             return 'evening1' if $time >= 1800
5007             && $time < 2100;
5008             return 'morning1' if $time >= 400
5009             && $time < 500;
5010             return 'morning2' if $time >= 500
5011             && $time < 1200;
5012             return 'night1' if $time >= 2100;
5013             return 'night1' if $time < 400;
5014             }
5015             last SWITCH;
5016             }
5017             if ($_ eq 'hebrew') {
5018             if($day_period_type eq 'default') {
5019             return 'afternoon1' if $time >= 1200
5020             && $time < 1400;
5021             return 'afternoon2' if $time >= 1400
5022             && $time < 1800;
5023             return 'evening1' if $time >= 1800
5024             && $time < 2100;
5025             return 'morning1' if $time >= 400
5026             && $time < 500;
5027             return 'morning2' if $time >= 500
5028             && $time < 1200;
5029             return 'night1' if $time >= 2100;
5030             return 'night1' if $time < 400;
5031             }
5032             if($day_period_type eq 'selection') {
5033             return 'afternoon1' if $time >= 1200
5034             && $time < 1400;
5035             return 'afternoon2' if $time >= 1400
5036             && $time < 1800;
5037             return 'evening1' if $time >= 1800
5038             && $time < 2100;
5039             return 'morning1' if $time >= 400
5040             && $time < 500;
5041             return 'morning2' if $time >= 500
5042             && $time < 1200;
5043             return 'night1' if $time >= 2100;
5044             return 'night1' if $time < 400;
5045             }
5046             last SWITCH;
5047             }
5048             if ($_ eq 'indian') {
5049             if($day_period_type eq 'default') {
5050             return 'afternoon1' if $time >= 1200
5051             && $time < 1400;
5052             return 'afternoon2' if $time >= 1400
5053             && $time < 1800;
5054             return 'evening1' if $time >= 1800
5055             && $time < 2100;
5056             return 'morning1' if $time >= 400
5057             && $time < 500;
5058             return 'morning2' if $time >= 500
5059             && $time < 1200;
5060             return 'night1' if $time >= 2100;
5061             return 'night1' if $time < 400;
5062             }
5063             if($day_period_type eq 'selection') {
5064             return 'afternoon1' if $time >= 1200
5065             && $time < 1400;
5066             return 'afternoon2' if $time >= 1400
5067             && $time < 1800;
5068             return 'evening1' if $time >= 1800
5069             && $time < 2100;
5070             return 'morning1' if $time >= 400
5071             && $time < 500;
5072             return 'morning2' if $time >= 500
5073             && $time < 1200;
5074             return 'night1' if $time >= 2100;
5075             return 'night1' if $time < 400;
5076             }
5077             last SWITCH;
5078             }
5079             if ($_ eq 'islamic') {
5080             if($day_period_type eq 'default') {
5081             return 'afternoon1' if $time >= 1200
5082             && $time < 1400;
5083             return 'afternoon2' if $time >= 1400
5084             && $time < 1800;
5085             return 'evening1' if $time >= 1800
5086             && $time < 2100;
5087             return 'morning1' if $time >= 400
5088             && $time < 500;
5089             return 'morning2' if $time >= 500
5090             && $time < 1200;
5091             return 'night1' if $time >= 2100;
5092             return 'night1' if $time < 400;
5093             }
5094             if($day_period_type eq 'selection') {
5095             return 'afternoon1' if $time >= 1200
5096             && $time < 1400;
5097             return 'afternoon2' if $time >= 1400
5098             && $time < 1800;
5099             return 'evening1' if $time >= 1800
5100             && $time < 2100;
5101             return 'morning1' if $time >= 400
5102             && $time < 500;
5103             return 'morning2' if $time >= 500
5104             && $time < 1200;
5105             return 'night1' if $time >= 2100;
5106             return 'night1' if $time < 400;
5107             }
5108             last SWITCH;
5109             }
5110             if ($_ eq 'japanese') {
5111             if($day_period_type eq 'default') {
5112             return 'afternoon1' if $time >= 1200
5113             && $time < 1400;
5114             return 'afternoon2' if $time >= 1400
5115             && $time < 1800;
5116             return 'evening1' if $time >= 1800
5117             && $time < 2100;
5118             return 'morning1' if $time >= 400
5119             && $time < 500;
5120             return 'morning2' if $time >= 500
5121             && $time < 1200;
5122             return 'night1' if $time >= 2100;
5123             return 'night1' if $time < 400;
5124             }
5125             if($day_period_type eq 'selection') {
5126             return 'afternoon1' if $time >= 1200
5127             && $time < 1400;
5128             return 'afternoon2' if $time >= 1400
5129             && $time < 1800;
5130             return 'evening1' if $time >= 1800
5131             && $time < 2100;
5132             return 'morning1' if $time >= 400
5133             && $time < 500;
5134             return 'morning2' if $time >= 500
5135             && $time < 1200;
5136             return 'night1' if $time >= 2100;
5137             return 'night1' if $time < 400;
5138             }
5139             last SWITCH;
5140             }
5141             if ($_ eq 'persian') {
5142             if($day_period_type eq 'default') {
5143             return 'afternoon1' if $time >= 1200
5144             && $time < 1400;
5145             return 'afternoon2' if $time >= 1400
5146             && $time < 1800;
5147             return 'evening1' if $time >= 1800
5148             && $time < 2100;
5149             return 'morning1' if $time >= 400
5150             && $time < 500;
5151             return 'morning2' if $time >= 500
5152             && $time < 1200;
5153             return 'night1' if $time >= 2100;
5154             return 'night1' if $time < 400;
5155             }
5156             if($day_period_type eq 'selection') {
5157             return 'afternoon1' if $time >= 1200
5158             && $time < 1400;
5159             return 'afternoon2' if $time >= 1400
5160             && $time < 1800;
5161             return 'evening1' if $time >= 1800
5162             && $time < 2100;
5163             return 'morning1' if $time >= 400
5164             && $time < 500;
5165             return 'morning2' if $time >= 500
5166             && $time < 1200;
5167             return 'night1' if $time >= 2100;
5168             return 'night1' if $time < 400;
5169             }
5170             last SWITCH;
5171             }
5172             if ($_ eq 'roc') {
5173             if($day_period_type eq 'default') {
5174             return 'afternoon1' if $time >= 1200
5175             && $time < 1400;
5176             return 'afternoon2' if $time >= 1400
5177             && $time < 1800;
5178             return 'evening1' if $time >= 1800
5179             && $time < 2100;
5180             return 'morning1' if $time >= 400
5181             && $time < 500;
5182             return 'morning2' if $time >= 500
5183             && $time < 1200;
5184             return 'night1' if $time >= 2100;
5185             return 'night1' if $time < 400;
5186             }
5187             if($day_period_type eq 'selection') {
5188             return 'afternoon1' if $time >= 1200
5189             && $time < 1400;
5190             return 'afternoon2' if $time >= 1400
5191             && $time < 1800;
5192             return 'evening1' if $time >= 1800
5193             && $time < 2100;
5194             return 'morning1' if $time >= 400
5195             && $time < 500;
5196             return 'morning2' if $time >= 500
5197             && $time < 1200;
5198             return 'night1' if $time >= 2100;
5199             return 'night1' if $time < 400;
5200             }
5201             last SWITCH;
5202             }
5203             }
5204             } },
5205             );
5206              
5207             around day_period_data => sub {
5208             my ($orig, $self) = @_;
5209             return $self->$orig;
5210             };
5211              
5212             has 'day_periods' => (
5213             is => 'ro',
5214             isa => HashRef,
5215             init_arg => undef,
5216             default => sub { {
5217             'gregorian' => {
5218             'format' => {
5219             'abbreviated' => {
5220             'afternoon1' => q{ŋdɔ},
5221             'afternoon2' => q{ɣetrɔ},
5222             'am' => q{ŋdi},
5223             'evening1' => q{fiẽ},
5224             'morning1' => q{fɔŋli},
5225             'morning2' => q{ŋdi},
5226             'night1' => q{zã},
5227             'pm' => q{ɣetrɔ},
5228             },
5229             'narrow' => {
5230             'afternoon1' => q{ŋdɔ},
5231             'afternoon2' => q{ɣetrɔ},
5232             'am' => q{ŋ},
5233             'evening1' => q{fiẽ},
5234             'morning1' => q{fɔŋli},
5235             'morning2' => q{ŋdi},
5236             'night1' => q{zã},
5237             'pm' => q{ɣ},
5238             },
5239             'wide' => {
5240             'afternoon1' => q{ŋdɔ},
5241             'afternoon2' => q{ɣetrɔ},
5242             'am' => q{ŋdi},
5243             'evening1' => q{fiẽ},
5244             'morning1' => q{fɔŋli},
5245             'morning2' => q{ŋdi},
5246             'night1' => q{zã},
5247             'pm' => q{ɣetrɔ},
5248             },
5249             },
5250             'stand-alone' => {
5251             'abbreviated' => {
5252             'afternoon1' => q{ŋdɔ},
5253             'afternoon2' => q{ɣetrɔ},
5254             'am' => q{ŋdi},
5255             'evening1' => q{fiẽ},
5256             'morning1' => q{fɔŋli},
5257             'morning2' => q{ŋdi},
5258             'night1' => q{zã},
5259             'pm' => q{ɣetrɔ},
5260             },
5261             'narrow' => {
5262             'afternoon1' => q{ŋdɔ},
5263             'afternoon2' => q{ɣetrɔ},
5264             'am' => q{ŋ},
5265             'evening1' => q{fiẽ},
5266             'morning1' => q{fɔŋli},
5267             'morning2' => q{ŋdi},
5268             'night1' => q{zã},
5269             'pm' => q{ɣ},
5270             },
5271             'wide' => {
5272             'afternoon1' => q{ŋdɔ},
5273             'afternoon2' => q{ɣetrɔ},
5274             'am' => q{ŋdi},
5275             'evening1' => q{fiẽ},
5276             'morning1' => q{fɔŋli},
5277             'morning2' => q{ŋdi},
5278             'night1' => q{zã},
5279             'pm' => q{ɣetrɔ},
5280             },
5281             },
5282             },
5283             } },
5284             );
5285              
5286             has 'eras' => (
5287             is => 'ro',
5288             isa => HashRef,
5289             init_arg => undef,
5290             default => sub { {
5291             'buddhist' => {
5292             },
5293             'chinese' => {
5294             },
5295             'coptic' => {
5296             },
5297             'ethiopic' => {
5298             },
5299             'generic' => {
5300             },
5301             'gregorian' => {
5302             abbreviated => {
5303             '0' => 'HYV',
5304             '1' => 'Yŋ'
5305             },
5306             narrow => {
5307             '0' => 'hY',
5308             '1' => 'Yŋ'
5309             },
5310             wide => {
5311             '0' => 'Hafi Yesu Va',
5312             '1' => 'Yesu ŋɔli'
5313             },
5314             },
5315             'hebrew' => {
5316             abbreviated => {
5317             '0' => 'ŋdi'
5318             },
5319             },
5320             'indian' => {
5321             },
5322             'islamic' => {
5323             },
5324             'japanese' => {
5325             },
5326             'persian' => {
5327             },
5328             'roc' => {
5329             abbreviated => {
5330             '0' => 'hafi R.O.C.'
5331             },
5332             },
5333             } },
5334             );
5335              
5336             has 'date_formats' => (
5337             is => 'ro',
5338             isa => HashRef,
5339             init_arg => undef,
5340             default => sub { {
5341             'buddhist' => {
5342             },
5343             'chinese' => {
5344             'full' => q{EEEE, U MMMM dd 'lia'},
5345             'long' => q{U MMMM d 'lia'},
5346             'medium' => q{U MMM d 'lia'},
5347             },
5348             'coptic' => {
5349             },
5350             'ethiopic' => {
5351             },
5352             'generic' => {
5353             'full' => q{EEEE, MMMM d 'lia' y G},
5354             'long' => q{MMMM d 'lia' y G},
5355             'medium' => q{MMM d 'lia', y G},
5356             'short' => q{M/d/y GGGGG},
5357             },
5358             'gregorian' => {
5359             'full' => q{EEEE, MMMM d 'lia' y},
5360             'long' => q{MMMM d 'lia' y},
5361             'medium' => q{MMM d 'lia', y},
5362             'short' => q{M/d/yy},
5363             },
5364             'hebrew' => {
5365             },
5366             'indian' => {
5367             },
5368             'islamic' => {
5369             },
5370             'japanese' => {
5371             'full' => q{EEEE, MMMM dd 'lia', G y},
5372             'long' => q{MMMM d 'lia', G y},
5373             'medium' => q{MMM d 'lia', G y},
5374             'short' => q{dd-MM-GGGGG yy},
5375             },
5376             'persian' => {
5377             },
5378             'roc' => {
5379             'full' => q{EEEE, MMMM dd 'lia', G y},
5380             'long' => q{MMMM d 'lia', G y},
5381             'medium' => q{MMM d 'lia', G y},
5382             'short' => q{dd-MM-GGGGG y},
5383             },
5384             } },
5385             );
5386              
5387             has 'time_formats' => (
5388             is => 'ro',
5389             isa => HashRef,
5390             init_arg => undef,
5391             default => sub { {
5392             'buddhist' => {
5393             },
5394             'chinese' => {
5395             },
5396             'coptic' => {
5397             },
5398             'ethiopic' => {
5399             },
5400             'generic' => {
5401             },
5402             'gregorian' => {
5403             'full' => q{a 'ga' h:mm:ss zzzz},
5404             'long' => q{a 'ga' h:mm:ss z},
5405             'medium' => q{a 'ga' h:mm:ss},
5406             'short' => q{a 'ga' h:mm},
5407             },
5408             'hebrew' => {
5409             },
5410             'indian' => {
5411             },
5412             'islamic' => {
5413             },
5414             'japanese' => {
5415             },
5416             'persian' => {
5417             },
5418             'roc' => {
5419             },
5420             } },
5421             );
5422              
5423             has 'datetime_formats' => (
5424             is => 'ro',
5425             isa => HashRef,
5426             init_arg => undef,
5427             default => sub { {
5428             'buddhist' => {
5429             },
5430             'chinese' => {
5431             },
5432             'coptic' => {
5433             },
5434             'ethiopic' => {
5435             },
5436             'generic' => {
5437             'full' => q{{1} {0}},
5438             'long' => q{{1} {0}},
5439             'medium' => q{{1} {0}},
5440             'short' => q{{1} {0}},
5441             },
5442             'gregorian' => {
5443             'full' => q{{0} {1}},
5444             'long' => q{{0} {1}},
5445             'medium' => q{{0} {1}},
5446             'short' => q{{0} {1}},
5447             },
5448             'hebrew' => {
5449             },
5450             'indian' => {
5451             },
5452             'islamic' => {
5453             },
5454             'japanese' => {
5455             },
5456             'persian' => {
5457             },
5458             'roc' => {
5459             },
5460             } },
5461             );
5462              
5463             has 'datetime_formats_available_formats' => (
5464             is => 'ro',
5465             isa => HashRef,
5466             init_arg => undef,
5467             default => sub { {
5468             'buddhist' => {
5469             h => q{a 'ga' h},
5470             hm => q{a 'ga' h: 'aɖabaƒoƒo' mm},
5471             hms => q{a 'ga' h: 'aɖabaƒoƒo' mm:ss},
5472             ms => q{'ga' mm:ss},
5473             },
5474             'generic' => {
5475             E => q{ccc},
5476             Ed => q{E d},
5477             Gy => q{y G},
5478             GyMMM => q{MMM y G},
5479             GyMMMEd => q{E, MMM d 'lia' y G},
5480             GyMMMd => q{MMM d 'lia', y G},
5481             H => q{HH},
5482             Hm => q{HH:mm},
5483             Hms => q{HH:mm:ss},
5484             M => q{L},
5485             MEd => q{E, M/d},
5486             MMM => q{LLL},
5487             MMMEd => q{E, MMM d 'lia'},
5488             MMMMEd => q{E, MMMM d 'lia'},
5489             MMMMd => q{MMMM d 'lia'},
5490             MMMd => q{MMM d 'lia'},
5491             Md => q{M/d},
5492             d => q{d},
5493             h => q{a 'ga' h},
5494             hm => q{a 'ga' h:mm},
5495             hms => q{a 'ga' h:mm:ss},
5496             ms => q{'aɖabaƒoƒo' mm:ss},
5497             y => q{y G},
5498             yyyy => q{y G},
5499             yyyyM => q{M/y G},
5500             yyyyMEd => q{E, M/d/y G},
5501             yyyyMMM => q{MMM y G},
5502             yyyyMMMEd => q{E, MMM d 'lia' y G},
5503             yyyyMMMM => q{MMMM y G},
5504             yyyyMMMd => q{MMM d 'lia', y G},
5505             yyyyMd => q{M/d/y G},
5506             yyyyQQQ => q{QQQ y G},
5507             yyyyQQQQ => q{QQQQ y G},
5508             },
5509             'gregorian' => {
5510             Bh => q{'ga' h 'le' B 'me'},
5511             Bhm => q{'ga' h 'aɖabaƒoƒo' mm 'le' B 'me'},
5512             Bhms => q{h:mm:ss 'le' B 'me'},
5513             E => q{ccc},
5514             EBhm => q{'ga' h:mm 'le' E B 'me'},
5515             EBhms => q{'ga' h:mm:ss 'le' E B 'me'},
5516             EHm => q{E 'ga' HH:mm},
5517             EHms => q{E 'ga' HH:mm:ss},
5518             Ed => q{E d},
5519             Ehm => q{E a 'ga' h:mm},
5520             Ehms => q{E a 'ga' h:mm:ss},
5521             Gy => q{y G},
5522             GyMMM => q{MMM y G},
5523             GyMMMEd => q{E, MMM d 'lia' y G},
5524             GyMMMd => q{MMM d 'lia', y G},
5525             H => q{HH},
5526             Hm => q{HH:mm},
5527             Hms => q{HH:mm:ss},
5528             Hmsv => q{'ga' HH:mm:ss 'le' v},
5529             Hmv => q{'ga' HH:mm 'le' v},
5530             M => q{L},
5531             MEd => q{E, M/d},
5532             MMM => q{LLL},
5533             MMMEd => q{E, MMM d 'lia'},
5534             MMMMEd => q{E, MMMM d 'lia'},
5535             MMMMW => q{MMMM 'ƒe' 'kɔsiɖa' W 'lia'},
5536             MMMMd => q{MMMM d 'lia'},
5537             MMMd => q{MMM d 'lia'},
5538             Md => q{M/d},
5539             d => q{d},
5540             h => q{a 'ga' h},
5541             hm => q{a 'ga' h:mm},
5542             hms => q{a 'ga' h:mm:ss},
5543             hmsv => q{a 'ga' h:mm:ss 'le' v},
5544             hmv => q{a 'ga' h:mm 'le' v},
5545             ms => q{'aɖabaƒoƒo' mm:ss},
5546             y => q{y},
5547             yM => q{M/y},
5548             yMEd => q{E, M/d/y},
5549             yMMM => q{MMM y},
5550             yMMMEd => q{E, MMM d, y},
5551             yMMMM => q{MMMM y},
5552             yMMMd => q{MMM d 'lia', y},
5553             yMd => q{M/d/y},
5554             yQQQ => q{QQQ y},
5555             yQQQQ => q{QQQQ y},
5556             yw => q{'kɔsiɖa' w 'lia' 'le' 'ƒe' Y 'me'},
5557             },
5558             'japanese' => {
5559             MMMEd => q{E MMM d 'lia'},
5560             hms => q{a 'ga' h:mm:ss},
5561             ms => q{'aɖabaƒoƒo' mm:ss},
5562             },
5563             'roc' => {
5564             MMMEd => q{E MMM d 'lia'},
5565             h => q{a 'ga' h},
5566             hm => q{a 'ga' h:mm},
5567             hms => q{a 'ga' h:mm:ss},
5568             ms => q{'aɖabaƒoƒo' mm:ss},
5569             },
5570             } },
5571             );
5572              
5573             has 'datetime_formats_append_item' => (
5574             is => 'ro',
5575             isa => HashRef,
5576             init_arg => undef,
5577             default => sub { {
5578             'gregorian' => {
5579             'Timezone' => '{0} {1}',
5580             },
5581             } },
5582             );
5583              
5584             has 'datetime_formats_interval' => (
5585             is => 'ro',
5586             isa => HashRef,
5587             init_arg => undef,
5588             default => sub { {
5589             'generic' => {
5590             H => {
5591             H => q{HH–HH},
5592             },
5593             Hm => {
5594             H => q{HH:mm–HH:mm},
5595             m => q{HH:mm–HH:mm},
5596             },
5597             Hmv => {
5598             H => q{HH:mm–HH:mm v},
5599             m => q{HH:mm–HH:mm v},
5600             },
5601             Hv => {
5602             H => q{HH–HH v},
5603             },
5604             M => {
5605             M => q{'ɣleti' M 'lia' – 'ɣleti' M 'lia'},
5606             },
5607             MEd => {
5608             M => q{E, M/d – E, M/d},
5609             d => q{E, M/d – E, M/d},
5610             },
5611             MMM => {
5612             M => q{MMM–MMM},
5613             },
5614             MMMEd => {
5615             M => q{E, MMM d 'lia' – E, MMM d 'lia'},
5616             d => q{E, MMM d 'lia' – E, MMM d 'lia'},
5617             },
5618             MMMd => {
5619             M => q{MMM d 'lia' – MMM d 'lia'},
5620             d => q{MMM d 'lia' – d 'lia'},
5621             },
5622             Md => {
5623             M => q{M/d – M/d},
5624             d => q{M/d – M/d},
5625             },
5626             d => {
5627             d => q{d–d},
5628             },
5629             fallback => '{0} - {1}',
5630             h => {
5631             a => q{a h – a h},
5632             h => q{a h–h},
5633             },
5634             hm => {
5635             a => q{a 'ga' h:mm – a 'ga' h:mm},
5636             h => q{a 'ga' h:mm - 'ga' h:mm},
5637             m => q{a 'ga' h:mm – 'ga' h:mm},
5638             },
5639             hmv => {
5640             a => q{a 'ga' h:mm – a 'ga' h:mm v},
5641             h => q{a 'ga' h:mm–h:mm v},
5642             m => q{a h:mm–h:mm v},
5643             },
5644             hv => {
5645             a => q{a h – a h v},
5646             h => q{a 'ga' h–h v},
5647             },
5648             y => {
5649             y => q{G y–y},
5650             },
5651             yM => {
5652             M => q{M/y – M/y G},
5653             y => q{M/y – M/y G},
5654             },
5655             yMEd => {
5656             M => q{E, M/d/y – E, M/d/y G},
5657             d => q{E, M/d/y – E, M/d/y G},
5658             y => q{E, M/d/y – E, M/d/y G},
5659             },
5660             yMMM => {
5661             M => q{MMM–MMM y G},
5662             y => q{MMM y – MMM y G},
5663             },
5664             yMMMEd => {
5665             M => q{E, MMM d 'lia' – E, MMM d 'lia', y G},
5666             d => q{E, MMM d 'lia' – E, MMM d 'lia', y G},
5667             y => q{E, MMM d 'lia', y – E, MMM d 'lia', y G},
5668             },
5669             yMMMM => {
5670             M => q{MMMM–MMMM y G},
5671             y => q{MMMM y – MMMM y G},
5672             },
5673             yMMMd => {
5674             M => q{MMM d 'lia' – MMM d 'lia', y G},
5675             d => q{MMM d 'lia' – d 'lia' , y G},
5676             y => q{MMM d 'lia' , y – MMM d 'lia', y G},
5677             },
5678             yMd => {
5679             M => q{M/d/y – M/d/y G},
5680             d => q{M/d/y – M/d/y G},
5681             y => q{M/d/y – M/d/y G},
5682             },
5683             },
5684             'gregorian' => {
5685             H => {
5686             H => q{HH–HH},
5687             },
5688             Hm => {
5689             H => q{HH:mm–HH:mm},
5690             m => q{HH:mm–HH:mm},
5691             },
5692             Hmv => {
5693             H => q{HH:mm–HH:mm v},
5694             m => q{HH:mm–HH:mm v},
5695             },
5696             Hv => {
5697             H => q{HH–HH v},
5698             },
5699             M => {
5700             M => q{'ɣleti' M 'lia' – 'ɣleti' M 'lia'},
5701             },
5702             MEd => {
5703             M => q{E, M/d – E, M/d},
5704             d => q{E, M/d – E, M/d},
5705             },
5706             MMM => {
5707             M => q{MMM–MMM},
5708             },
5709             MMMEd => {
5710             M => q{E, MMM d 'lia' – E, MMM d 'lia'},
5711             d => q{E, MMM d 'lia' – E, MMM d 'lia'},
5712             },
5713             MMMd => {
5714             M => q{MMM d 'lia' – MMM d 'lia'},
5715             d => q{MMM d 'lia' – d 'lia'},
5716             },
5717             Md => {
5718             M => q{M/d – M/d},
5719             d => q{M/d – M/d},
5720             },
5721             d => {
5722             d => q{d–d},
5723             },
5724             fallback => '{0} - {1}',
5725             h => {
5726             a => q{a h – a h},
5727             h => q{a h–h},
5728             },
5729             hm => {
5730             a => q{a 'ga' h:mm – a 'ga' h:mm},
5731             h => q{a 'ga' h:mm - 'ga' h:mm},
5732             m => q{a 'ga' h:mm – 'ga' h:mm},
5733             },
5734             hmv => {
5735             a => q{a 'ga' h:mm – a 'ga' h:mm v},
5736             h => q{a 'ga' h:mm–h:mm v},
5737             m => q{a h:mm–h:mm v},
5738             },
5739             hv => {
5740             a => q{a h – a h v},
5741             h => q{a 'ga' h–h v},
5742             },
5743             y => {
5744             y => q{y–y},
5745             },
5746             yM => {
5747             M => q{M/y – M/y},
5748             y => q{M/y – M/y},
5749             },
5750             yMEd => {
5751             M => q{E, M/d/y – E, M/d/y},
5752             d => q{E, M/d/y – E, M/d/y},
5753             y => q{E, M/d/y – E, M/d/y},
5754             },
5755             yMMM => {
5756             M => q{MMM–MMM y},
5757             y => q{MMM y – MMM y},
5758             },
5759             yMMMEd => {
5760             M => q{E, MMM d 'lia' – E, MMM d 'lia', y},
5761             d => q{E, MMM d 'lia' – E, MMM d 'lia', y},
5762             y => q{E, MMM d 'lia', y – E, MMM d 'lia', y},
5763             },
5764             yMMMM => {
5765             M => q{MMMM–MMMM y},
5766             y => q{MMMM y – MMMM y},
5767             },
5768             yMMMd => {
5769             M => q{MMM d 'lia' – MMM d 'lia', y},
5770             d => q{MMM d 'lia' – d 'lia' , y},
5771             y => q{MMM d 'lia' , y – MMM d 'lia', y},
5772             },
5773             yMd => {
5774             M => q{M/d/y – M/d/y},
5775             d => q{M/d/y – M/d/y},
5776             y => q{M/d/y – M/d/y},
5777             },
5778             },
5779             } },
5780             );
5781              
5782             has 'time_zone_names' => (
5783             is => 'ro',
5784             isa => HashRef,
5785             init_arg => undef,
5786             default => sub { {
5787             hourFormat => q(+HH:mm;-HH:mm),
5788             gmtFormat => q({0} GMT),
5789             gmtZeroFormat => q(GMT),
5790             regionFormat => q({0} gaƒoƒo me),
5791             regionFormat => q({0} kele gaƒoƒo me),
5792             regionFormat => q({0} nutome gaƒoƒo me),
5793             fallbackFormat => q({1} ({0})),
5794             'Acre' => {
5795             long => {
5796             'daylight' => q#Eker dzomeŋɔli gaƒoƒome#,
5797             'generic' => q#Eker gaƒoƒome#,
5798             'standard' => q#Eker gaƒoƒoɖoanyime#,
5799             },
5800             },
5801             'Afghanistan' => {
5802             long => {
5803             'standard' => q#Afghanistan gaƒoƒo me#,
5804             },
5805             },
5806             'Africa/Abidjan' => {
5807             exemplarCity => q#Abidjan#,
5808             },
5809             'Africa/Accra' => {
5810             exemplarCity => q#Accra#,
5811             },
5812             'Africa/Addis_Ababa' => {
5813             exemplarCity => q#Addis Ababa#,
5814             },
5815             'Africa/Algiers' => {
5816             exemplarCity => q#Algiers#,
5817             },
5818             'Africa/Asmera' => {
5819             exemplarCity => q#Asmara#,
5820             },
5821             'Africa/Bamako' => {
5822             exemplarCity => q#Bamako#,
5823             },
5824             'Africa/Bangui' => {
5825             exemplarCity => q#Bangui#,
5826             },
5827             'Africa/Banjul' => {
5828             exemplarCity => q#Banjul#,
5829             },
5830             'Africa/Bissau' => {
5831             exemplarCity => q#Bissau#,
5832             },
5833             'Africa/Blantyre' => {
5834             exemplarCity => q#Blantyre#,
5835             },
5836             'Africa/Brazzaville' => {
5837             exemplarCity => q#Brazzaville#,
5838             },
5839             'Africa/Bujumbura' => {
5840             exemplarCity => q#Bujumbura#,
5841             },
5842             'Africa/Cairo' => {
5843             exemplarCity => q#Cairo#,
5844             },
5845             'Africa/Casablanca' => {
5846             exemplarCity => q#Casablanca#,
5847             },
5848             'Africa/Ceuta' => {
5849             exemplarCity => q#Ceuta#,
5850             },
5851             'Africa/Conakry' => {
5852             exemplarCity => q#Conakry#,
5853             },
5854             'Africa/Dakar' => {
5855             exemplarCity => q#Dakar#,
5856             },
5857             'Africa/Dar_es_Salaam' => {
5858             exemplarCity => q#Dar es Salaam#,
5859             },
5860             'Africa/Djibouti' => {
5861             exemplarCity => q#Djibouti#,
5862             },
5863             'Africa/Douala' => {
5864             exemplarCity => q#Douala#,
5865             },
5866             'Africa/El_Aaiun' => {
5867             exemplarCity => q#El Aaiun#,
5868             },
5869             'Africa/Freetown' => {
5870             exemplarCity => q#Freetown#,
5871             },
5872             'Africa/Gaborone' => {
5873             exemplarCity => q#Gaborone#,
5874             },
5875             'Africa/Harare' => {
5876             exemplarCity => q#Harare#,
5877             },
5878             'Africa/Johannesburg' => {
5879             exemplarCity => q#Johannesburg#,
5880             },
5881             'Africa/Juba' => {
5882             exemplarCity => q#Juba#,
5883             },
5884             'Africa/Kampala' => {
5885             exemplarCity => q#Kampala#,
5886             },
5887             'Africa/Khartoum' => {
5888             exemplarCity => q#Khartoum#,
5889             },
5890             'Africa/Kigali' => {
5891             exemplarCity => q#Kigali#,
5892             },
5893             'Africa/Kinshasa' => {
5894             exemplarCity => q#Kinshasa#,
5895             },
5896             'Africa/Lagos' => {
5897             exemplarCity => q#Lagos#,
5898             },
5899             'Africa/Libreville' => {
5900             exemplarCity => q#Libreville#,
5901             },
5902             'Africa/Lome' => {
5903             exemplarCity => q#Lome#,
5904             },
5905             'Africa/Luanda' => {
5906             exemplarCity => q#Luanda#,
5907             },
5908             'Africa/Lubumbashi' => {
5909             exemplarCity => q#Lubumbashi#,
5910             },
5911             'Africa/Lusaka' => {
5912             exemplarCity => q#Lusaka#,
5913             },
5914             'Africa/Malabo' => {
5915             exemplarCity => q#Malabo#,
5916             },
5917             'Africa/Maputo' => {
5918             exemplarCity => q#Maputo#,
5919             },
5920             'Africa/Maseru' => {
5921             exemplarCity => q#Maseru#,
5922             },
5923             'Africa/Mbabane' => {
5924             exemplarCity => q#Mbabane#,
5925             },
5926             'Africa/Mogadishu' => {
5927             exemplarCity => q#Mogadishu#,
5928             },
5929             'Africa/Monrovia' => {
5930             exemplarCity => q#Monrovia#,
5931             },
5932             'Africa/Nairobi' => {
5933             exemplarCity => q#Nairobi#,
5934             },
5935             'Africa/Ndjamena' => {
5936             exemplarCity => q#Ndjamena#,
5937             },
5938             'Africa/Niamey' => {
5939             exemplarCity => q#Niamey#,
5940             },
5941             'Africa/Nouakchott' => {
5942             exemplarCity => q#Nouakchott#,
5943             },
5944             'Africa/Ouagadougou' => {
5945             exemplarCity => q#Ouagadougou#,
5946             },
5947             'Africa/Porto-Novo' => {
5948             exemplarCity => q#Porto-Novo#,
5949             },
5950             'Africa/Sao_Tome' => {
5951             exemplarCity => q#Sao Tome#,
5952             },
5953             'Africa/Tripoli' => {
5954             exemplarCity => q#Tripoli#,
5955             },
5956             'Africa/Tunis' => {
5957             exemplarCity => q#Tunis#,
5958             },
5959             'Africa/Windhoek' => {
5960             exemplarCity => q#Windhoek#,
5961             },
5962             'Africa_Central' => {
5963             long => {
5964             'standard' => q#Central Africa gaƒoƒo me#,
5965             },
5966             short => {
5967             'standard' => q#CAT#,
5968             },
5969             },
5970             'Africa_Eastern' => {
5971             long => {
5972             'standard' => q#East Africa gaƒoƒo me#,
5973             },
5974             short => {
5975             'standard' => q#EAT#,
5976             },
5977             },
5978             'Africa_Southern' => {
5979             long => {
5980             'standard' => q#South Africa nutome gaƒoƒo me#,
5981             },
5982             short => {
5983             'standard' => q#SAST#,
5984             },
5985             },
5986             'Africa_Western' => {
5987             long => {
5988             'daylight' => q#West Africa dzomeŋɔli gaƒoƒo me#,
5989             'generic' => q#West Africa gaƒoƒo me#,
5990             'standard' => q#West Africa nutome gaƒoƒo me#,
5991             },
5992             short => {
5993             'daylight' => q#WAST#,
5994             'generic' => q#WAT#,
5995             'standard' => q#WAT#,
5996             },
5997             },
5998             'Alaska' => {
5999             long => {
6000             'daylight' => q#Alaska kele gaƒoƒo me#,
6001             'generic' => q#Alaska gaƒoƒome#,
6002             'standard' => q#Alaska nutome gaƒoƒo me#,
6003             },
6004             },
6005             'Almaty' => {
6006             long => {
6007             'daylight' => q#Almati dzomeŋɔli gaƒoƒome#,
6008             'generic' => q#Almati gaƒoƒome#,
6009             'standard' => q#Almati gaƒoƒoɖoanyime#,
6010             },
6011             },
6012             'Amazon' => {
6013             long => {
6014             'daylight' => q#Amazon dzomeŋɔli gaƒoƒo me#,
6015             'generic' => q#Amazon gaƒoƒome#,
6016             'standard' => q#Amazon nutome gaƒoƒo me#,
6017             },
6018             },
6019             'America/Adak' => {
6020             exemplarCity => q#Adak#,
6021             },
6022             'America/Anchorage' => {
6023             exemplarCity => q#Anchorage#,
6024             },
6025             'America/Anguilla' => {
6026             exemplarCity => q#Anguilla#,
6027             },
6028             'America/Antigua' => {
6029             exemplarCity => q#Antigua#,
6030             },
6031             'America/Araguaina' => {
6032             exemplarCity => q#Araguaina#,
6033             },
6034             'America/Argentina/La_Rioja' => {
6035             exemplarCity => q#La Rioja#,
6036             },
6037             'America/Argentina/Rio_Gallegos' => {
6038             exemplarCity => q#Rio Gallegos#,
6039             },
6040             'America/Argentina/Salta' => {
6041             exemplarCity => q#Salta#,
6042             },
6043             'America/Argentina/San_Juan' => {
6044             exemplarCity => q#San Juan#,
6045             },
6046             'America/Argentina/San_Luis' => {
6047             exemplarCity => q#San Luis#,
6048             },
6049             'America/Argentina/Tucuman' => {
6050             exemplarCity => q#Tucuman#,
6051             },
6052             'America/Argentina/Ushuaia' => {
6053             exemplarCity => q#Ushuaia#,
6054             },
6055             'America/Aruba' => {
6056             exemplarCity => q#Aruba#,
6057             },
6058             'America/Asuncion' => {
6059             exemplarCity => q#Asuncion#,
6060             },
6061             'America/Bahia' => {
6062             exemplarCity => q#Bahia#,
6063             },
6064             'America/Bahia_Banderas' => {
6065             exemplarCity => q#Bahia Banderas#,
6066             },
6067             'America/Barbados' => {
6068             exemplarCity => q#Barbados#,
6069             },
6070             'America/Belem' => {
6071             exemplarCity => q#Belem#,
6072             },
6073             'America/Belize' => {
6074             exemplarCity => q#Belize#,
6075             },
6076             'America/Blanc-Sablon' => {
6077             exemplarCity => q#Blanc-Sablon#,
6078             },
6079             'America/Boa_Vista' => {
6080             exemplarCity => q#Boa Vista#,
6081             },
6082             'America/Bogota' => {
6083             exemplarCity => q#Bogota#,
6084             },
6085             'America/Boise' => {
6086             exemplarCity => q#Boise#,
6087             },
6088             'America/Buenos_Aires' => {
6089             exemplarCity => q#Buenos Aires#,
6090             },
6091             'America/Cambridge_Bay' => {
6092             exemplarCity => q#Cambridge Bay#,
6093             },
6094             'America/Campo_Grande' => {
6095             exemplarCity => q#Campo Grande#,
6096             },
6097             'America/Cancun' => {
6098             exemplarCity => q#Cancun#,
6099             },
6100             'America/Caracas' => {
6101             exemplarCity => q#Caracas#,
6102             },
6103             'America/Catamarca' => {
6104             exemplarCity => q#Catamarca#,
6105             },
6106             'America/Cayenne' => {
6107             exemplarCity => q#Cayenne#,
6108             },
6109             'America/Cayman' => {
6110             exemplarCity => q#Cayman#,
6111             },
6112             'America/Chicago' => {
6113             exemplarCity => q#Chicago#,
6114             },
6115             'America/Chihuahua' => {
6116             exemplarCity => q#Chihuahua#,
6117             },
6118             'America/Coral_Harbour' => {
6119             exemplarCity => q#Atikokan#,
6120             },
6121             'America/Cordoba' => {
6122             exemplarCity => q#Cordoba#,
6123             },
6124             'America/Costa_Rica' => {
6125             exemplarCity => q#Costa Rica#,
6126             },
6127             'America/Creston' => {
6128             exemplarCity => q#Creston#,
6129             },
6130             'America/Cuiaba' => {
6131             exemplarCity => q#Cuiaba#,
6132             },
6133             'America/Curacao' => {
6134             exemplarCity => q#Curacao#,
6135             },
6136             'America/Danmarkshavn' => {
6137             exemplarCity => q#Danmarkshavn#,
6138             },
6139             'America/Dawson' => {
6140             exemplarCity => q#Dawson#,
6141             },
6142             'America/Dawson_Creek' => {
6143             exemplarCity => q#Dawson Creek#,
6144             },
6145             'America/Denver' => {
6146             exemplarCity => q#Denver#,
6147             },
6148             'America/Detroit' => {
6149             exemplarCity => q#Detroit#,
6150             },
6151             'America/Dominica' => {
6152             exemplarCity => q#Dominica#,
6153             },
6154             'America/Edmonton' => {
6155             exemplarCity => q#Edmonton#,
6156             },
6157             'America/Eirunepe' => {
6158             exemplarCity => q#Eirunepe#,
6159             },
6160             'America/El_Salvador' => {
6161             exemplarCity => q#El Salvador#,
6162             },
6163             'America/Fort_Nelson' => {
6164             exemplarCity => q#Fort Nelson#,
6165             },
6166             'America/Fortaleza' => {
6167             exemplarCity => q#Fortaleza#,
6168             },
6169             'America/Glace_Bay' => {
6170             exemplarCity => q#Glace Bay#,
6171             },
6172             'America/Godthab' => {
6173             exemplarCity => q#Nuuk#,
6174             },
6175             'America/Goose_Bay' => {
6176             exemplarCity => q#Goose Bay#,
6177             },
6178             'America/Grand_Turk' => {
6179             exemplarCity => q#Grand Turk#,
6180             },
6181             'America/Grenada' => {
6182             exemplarCity => q#Grenada#,
6183             },
6184             'America/Guadeloupe' => {
6185             exemplarCity => q#Guadeloupe#,
6186             },
6187             'America/Guatemala' => {
6188             exemplarCity => q#Guatemala#,
6189             },
6190             'America/Guayaquil' => {
6191             exemplarCity => q#Guayaquil#,
6192             },
6193             'America/Guyana' => {
6194             exemplarCity => q#Guyana#,
6195             },
6196             'America/Halifax' => {
6197             exemplarCity => q#Halifax#,
6198             },
6199             'America/Havana' => {
6200             exemplarCity => q#Havana#,
6201             },
6202             'America/Hermosillo' => {
6203             exemplarCity => q#Hermosillo#,
6204             },
6205             'America/Indiana/Knox' => {
6206             exemplarCity => q#Knox, Indiana#,
6207             },
6208             'America/Indiana/Marengo' => {
6209             exemplarCity => q#Marengo, Indiana#,
6210             },
6211             'America/Indiana/Petersburg' => {
6212             exemplarCity => q#Petersburg, Indiana#,
6213             },
6214             'America/Indiana/Tell_City' => {
6215             exemplarCity => q#Tell City, Indiana#,
6216             },
6217             'America/Indiana/Vevay' => {
6218             exemplarCity => q#Vevay, Indiana#,
6219             },
6220             'America/Indiana/Vincennes' => {
6221             exemplarCity => q#Vincennes, Indiana#,
6222             },
6223             'America/Indiana/Winamac' => {
6224             exemplarCity => q#Winamac, Indiana#,
6225             },
6226             'America/Indianapolis' => {
6227             exemplarCity => q#Indianapolis#,
6228             },
6229             'America/Inuvik' => {
6230             exemplarCity => q#Inuvik#,
6231             },
6232             'America/Iqaluit' => {
6233             exemplarCity => q#Iqaluit#,
6234             },
6235             'America/Jamaica' => {
6236             exemplarCity => q#Jamaica#,
6237             },
6238             'America/Jujuy' => {
6239             exemplarCity => q#Jujuy#,
6240             },
6241             'America/Juneau' => {
6242             exemplarCity => q#Juneau#,
6243             },
6244             'America/Kentucky/Monticello' => {
6245             exemplarCity => q#Monticello, Kentucky#,
6246             },
6247             'America/Kralendijk' => {
6248             exemplarCity => q#Kralendijk#,
6249             },
6250             'America/La_Paz' => {
6251             exemplarCity => q#La Paz#,
6252             },
6253             'America/Lima' => {
6254             exemplarCity => q#Lima#,
6255             },
6256             'America/Los_Angeles' => {
6257             exemplarCity => q#Los Angeles#,
6258             },
6259             'America/Louisville' => {
6260             exemplarCity => q#Louisville#,
6261             },
6262             'America/Lower_Princes' => {
6263             exemplarCity => q#Lower Prince’s Quarter#,
6264             },
6265             'America/Maceio' => {
6266             exemplarCity => q#Maceio#,
6267             },
6268             'America/Managua' => {
6269             exemplarCity => q#Managua#,
6270             },
6271             'America/Manaus' => {
6272             exemplarCity => q#Manaus#,
6273             },
6274             'America/Marigot' => {
6275             exemplarCity => q#Marigot#,
6276             },
6277             'America/Martinique' => {
6278             exemplarCity => q#Martinique#,
6279             },
6280             'America/Matamoros' => {
6281             exemplarCity => q#Matamoros#,
6282             },
6283             'America/Mazatlan' => {
6284             exemplarCity => q#Mazatlan#,
6285             },
6286             'America/Mendoza' => {
6287             exemplarCity => q#Mendoza#,
6288             },
6289             'America/Menominee' => {
6290             exemplarCity => q#Menominee#,
6291             },
6292             'America/Merida' => {
6293             exemplarCity => q#Merida#,
6294             },
6295             'America/Metlakatla' => {
6296             exemplarCity => q#Metlakatla#,
6297             },
6298             'America/Mexico_City' => {
6299             exemplarCity => q#Mexico City#,
6300             },
6301             'America/Miquelon' => {
6302             exemplarCity => q#Miquelon#,
6303             },
6304             'America/Moncton' => {
6305             exemplarCity => q#Moncton#,
6306             },
6307             'America/Monterrey' => {
6308             exemplarCity => q#Monterrey#,
6309             },
6310             'America/Montevideo' => {
6311             exemplarCity => q#Montevideo#,
6312             },
6313             'America/Montserrat' => {
6314             exemplarCity => q#Montserrat#,
6315             },
6316             'America/Nassau' => {
6317             exemplarCity => q#Nassau#,
6318             },
6319             'America/New_York' => {
6320             exemplarCity => q#New York#,
6321             },
6322             'America/Nipigon' => {
6323             exemplarCity => q#Nipigon#,
6324             },
6325             'America/Nome' => {
6326             exemplarCity => q#Nome#,
6327             },
6328             'America/Noronha' => {
6329             exemplarCity => q#Noronha#,
6330             },
6331             'America/North_Dakota/Beulah' => {
6332             exemplarCity => q#Beulah, North Dakota#,
6333             },
6334             'America/North_Dakota/Center' => {
6335             exemplarCity => q#Center, North Dakota#,
6336             },
6337             'America/North_Dakota/New_Salem' => {
6338             exemplarCity => q#New Salem, North Dakota#,
6339             },
6340             'America/Ojinaga' => {
6341             exemplarCity => q#Ojinaga#,
6342             },
6343             'America/Panama' => {
6344             exemplarCity => q#Panama#,
6345             },
6346             'America/Pangnirtung' => {
6347             exemplarCity => q#Pangnirtung#,
6348             },
6349             'America/Paramaribo' => {
6350             exemplarCity => q#Paramaribo#,
6351             },
6352             'America/Phoenix' => {
6353             exemplarCity => q#Phoenix#,
6354             },
6355             'America/Port-au-Prince' => {
6356             exemplarCity => q#Port-au-Prince#,
6357             },
6358             'America/Port_of_Spain' => {
6359             exemplarCity => q#Port of Spain#,
6360             },
6361             'America/Porto_Velho' => {
6362             exemplarCity => q#Porto Velho#,
6363             },
6364             'America/Puerto_Rico' => {
6365             exemplarCity => q#Puerto Rico#,
6366             },
6367             'America/Punta_Arenas' => {
6368             exemplarCity => q#Punta Arenas#,
6369             },
6370             'America/Rainy_River' => {
6371             exemplarCity => q#Rainy River#,
6372             },
6373             'America/Rankin_Inlet' => {
6374             exemplarCity => q#Rankin Inlet#,
6375             },
6376             'America/Recife' => {
6377             exemplarCity => q#Recife#,
6378             },
6379             'America/Regina' => {
6380             exemplarCity => q#Regina#,
6381             },
6382             'America/Resolute' => {
6383             exemplarCity => q#Resolute#,
6384             },
6385             'America/Rio_Branco' => {
6386             exemplarCity => q#Rio Branco#,
6387             },
6388             'America/Santarem' => {
6389             exemplarCity => q#Santarem#,
6390             },
6391             'America/Santiago' => {
6392             exemplarCity => q#Santiago#,
6393             },
6394             'America/Santo_Domingo' => {
6395             exemplarCity => q#Santo Domingo#,
6396             },
6397             'America/Sao_Paulo' => {
6398             exemplarCity => q#Sao Paulo#,
6399             },
6400             'America/Scoresbysund' => {
6401             exemplarCity => q#Ittoqqortoormiit#,
6402             },
6403             'America/Sitka' => {
6404             exemplarCity => q#Sitka#,
6405             },
6406             'America/St_Barthelemy' => {
6407             exemplarCity => q#St. Barthelemy#,
6408             },
6409             'America/St_Johns' => {
6410             exemplarCity => q#St. John’s#,
6411             },
6412             'America/St_Kitts' => {
6413             exemplarCity => q#St. Kitts#,
6414             },
6415             'America/St_Lucia' => {
6416             exemplarCity => q#St. Lucia#,
6417             },
6418             'America/St_Thomas' => {
6419             exemplarCity => q#St. Thomas#,
6420             },
6421             'America/St_Vincent' => {
6422             exemplarCity => q#St. Vincent#,
6423             },
6424             'America/Swift_Current' => {
6425             exemplarCity => q#Swift Current#,
6426             },
6427             'America/Tegucigalpa' => {
6428             exemplarCity => q#Tegucigalpa#,
6429             },
6430             'America/Thule' => {
6431             exemplarCity => q#Thule#,
6432             },
6433             'America/Thunder_Bay' => {
6434             exemplarCity => q#Thunder Bay#,
6435             },
6436             'America/Tijuana' => {
6437             exemplarCity => q#Tijuana#,
6438             },
6439             'America/Toronto' => {
6440             exemplarCity => q#Toronto#,
6441             },
6442             'America/Tortola' => {
6443             exemplarCity => q#Tortola#,
6444             },
6445             'America/Vancouver' => {
6446             exemplarCity => q#Vancouver#,
6447             },
6448             'America/Whitehorse' => {
6449             exemplarCity => q#Whitehorse#,
6450             },
6451             'America/Winnipeg' => {
6452             exemplarCity => q#Winnipeg#,
6453             },
6454             'America/Yakutat' => {
6455             exemplarCity => q#Yakutat#,
6456             },
6457             'America/Yellowknife' => {
6458             exemplarCity => q#Yellowknife#,
6459             },
6460             'America_Central' => {
6461             long => {
6462             'daylight' => q#Titina America kele gaƒoƒo me#,
6463             'generic' => q#Titina America gaƒoƒome#,
6464             'standard' => q#Titina America nutome gaƒoƒo me#,
6465             },
6466             },
6467             'America_Eastern' => {
6468             long => {
6469             'daylight' => q#Eastern America kele gaƒoƒo me#,
6470             'generic' => q#Eastern America gaƒoƒo me#,
6471             'standard' => q#Eastern America nutome gaƒoƒo me#,
6472             },
6473             },
6474             'America_Mountain' => {
6475             long => {
6476             'daylight' => q#Mountain kele gaƒoƒo me#,
6477             'generic' => q#Mountain gaƒoƒo me#,
6478             'standard' => q#Mountain nutome gaƒoƒo me#,
6479             },
6480             },
6481             'America_Pacific' => {
6482             long => {
6483             'daylight' => q#Pacific kele gaƒoƒo me#,
6484             'generic' => q#Pacific gaƒoƒome#,
6485             'standard' => q#Pacific nutome gaƒoƒo me#,
6486             },
6487             },
6488             'Anadyr' => {
6489             long => {
6490             'daylight' => q#Anadir ŋkekeme gaƒoƒome#,
6491             'generic' => q#Anadir gaƒoƒome#,
6492             'standard' => q#Anadir gaƒoƒoɖoanyime#,
6493             },
6494             },
6495             'Antarctica/Casey' => {
6496             exemplarCity => q#Casey#,
6497             },
6498             'Antarctica/Davis' => {
6499             exemplarCity => q#Davis#,
6500             },
6501             'Antarctica/DumontDUrville' => {
6502             exemplarCity => q#Dumont d’Urville#,
6503             },
6504             'Antarctica/Macquarie' => {
6505             exemplarCity => q#Macquarie#,
6506             },
6507             'Antarctica/Mawson' => {
6508             exemplarCity => q#Mawson#,
6509             },
6510             'Antarctica/McMurdo' => {
6511             exemplarCity => q#McMurdo#,
6512             },
6513             'Antarctica/Palmer' => {
6514             exemplarCity => q#Palmer#,
6515             },
6516             'Antarctica/Rothera' => {
6517             exemplarCity => q#Rothera#,
6518             },
6519             'Antarctica/Syowa' => {
6520             exemplarCity => q#Syowa#,
6521             },
6522             'Antarctica/Troll' => {
6523             exemplarCity => q#Troll#,
6524             },
6525             'Antarctica/Vostok' => {
6526             exemplarCity => q#Vostok#,
6527             },
6528             'Apia' => {
6529             long => {
6530             'daylight' => q#Apia kele gaƒoƒo me#,
6531             'generic' => q#Apia gaƒoƒo me#,
6532             'standard' => q#Apia nutome gaƒoƒo me#,
6533             },
6534             },
6535             'Aqtau' => {
6536             long => {
6537             'daylight' => q#Aktau dzomeŋɔli gaƒoƒome#,
6538             'generic' => q#Aktau gaƒoƒome#,
6539             'standard' => q#Aktau gaƒoƒoɖoanyime#,
6540             },
6541             },
6542             'Aqtobe' => {
6543             long => {
6544             'daylight' => q#Akttobe gaƒoƒome#,
6545             'generic' => q#Aktobe gaƒoƒome#,
6546             'standard' => q#Aktobe gaƒoƒoɖoanyime#,
6547             },
6548             },
6549             'Arabian' => {
6550             long => {
6551             'daylight' => q#Arabia dzomeŋɔli gaƒoƒo me#,
6552             'generic' => q#Arabia gaƒoƒo me#,
6553             'standard' => q#Arabia nutome gaƒoƒo me#,
6554             },
6555             },
6556             'Arctic/Longyearbyen' => {
6557             exemplarCity => q#Longyearbyen#,
6558             },
6559             'Argentina' => {
6560             long => {
6561             'daylight' => q#Argentina dzomeŋɔli gaƒoƒo me#,
6562             'generic' => q#Argentina gaƒoƒo me#,
6563             'standard' => q#Argentina nutome gaƒoƒo me#,
6564             },
6565             },
6566             'Argentina_Western' => {
6567             long => {
6568             'daylight' => q#Ɣetoɖoƒe Argentina dzomeŋɔli gaƒoƒo me#,
6569             'generic' => q#Ɣetoɖoƒe Argentina gaƒoƒo me#,
6570             'standard' => q#Ɣetoɖoƒe Argentina nutome gaƒoƒo me#,
6571             },
6572             },
6573             'Armenia' => {
6574             long => {
6575             'daylight' => q#Armenia dzomeŋɔli gaƒoƒo me#,
6576             'generic' => q#Armenia gaƒoƒo me#,
6577             'standard' => q#Armenia nutome gaƒoƒo me#,
6578             },
6579             },
6580             'Asia/Aden' => {
6581             exemplarCity => q#Aden#,
6582             },
6583             'Asia/Almaty' => {
6584             exemplarCity => q#Almaty#,
6585             },
6586             'Asia/Amman' => {
6587             exemplarCity => q#Amman#,
6588             },
6589             'Asia/Anadyr' => {
6590             exemplarCity => q#Anadyr#,
6591             },
6592             'Asia/Aqtau' => {
6593             exemplarCity => q#Aqtau#,
6594             },
6595             'Asia/Aqtobe' => {
6596             exemplarCity => q#Aqtobe#,
6597             },
6598             'Asia/Ashgabat' => {
6599             exemplarCity => q#Ashgabat#,
6600             },
6601             'Asia/Atyrau' => {
6602             exemplarCity => q#Atyrau#,
6603             },
6604             'Asia/Baghdad' => {
6605             exemplarCity => q#Baghdad#,
6606             },
6607             'Asia/Bahrain' => {
6608             exemplarCity => q#Bahrain#,
6609             },
6610             'Asia/Baku' => {
6611             exemplarCity => q#Baku#,
6612             },
6613             'Asia/Bangkok' => {
6614             exemplarCity => q#Bangkok#,
6615             },
6616             'Asia/Barnaul' => {
6617             exemplarCity => q#Barnaul#,
6618             },
6619             'Asia/Beirut' => {
6620             exemplarCity => q#Beirut#,
6621             },
6622             'Asia/Bishkek' => {
6623             exemplarCity => q#Bishkek#,
6624             },
6625             'Asia/Brunei' => {
6626             exemplarCity => q#Brunei#,
6627             },
6628             'Asia/Calcutta' => {
6629             exemplarCity => q#Kolkata#,
6630             },
6631             'Asia/Chita' => {
6632             exemplarCity => q#Chita#,
6633             },
6634             'Asia/Choibalsan' => {
6635             exemplarCity => q#Choibalsan#,
6636             },
6637             'Asia/Colombo' => {
6638             exemplarCity => q#Colombo#,
6639             },
6640             'Asia/Damascus' => {
6641             exemplarCity => q#Damascus#,
6642             },
6643             'Asia/Dhaka' => {
6644             exemplarCity => q#Dhaka#,
6645             },
6646             'Asia/Dili' => {
6647             exemplarCity => q#Dili#,
6648             },
6649             'Asia/Dubai' => {
6650             exemplarCity => q#Dubai#,
6651             },
6652             'Asia/Dushanbe' => {
6653             exemplarCity => q#Dushanbe#,
6654             },
6655             'Asia/Famagusta' => {
6656             exemplarCity => q#Famagusta#,
6657             },
6658             'Asia/Gaza' => {
6659             exemplarCity => q#Gaza#,
6660             },
6661             'Asia/Hebron' => {
6662             exemplarCity => q#Hebron#,
6663             },
6664             'Asia/Hong_Kong' => {
6665             exemplarCity => q#Hong Kong#,
6666             },
6667             'Asia/Hovd' => {
6668             exemplarCity => q#Hovd#,
6669             },
6670             'Asia/Irkutsk' => {
6671             exemplarCity => q#Irkutsk#,
6672             },
6673             'Asia/Jakarta' => {
6674             exemplarCity => q#Jakarta#,
6675             },
6676             'Asia/Jayapura' => {
6677             exemplarCity => q#Jayapura#,
6678             },
6679             'Asia/Jerusalem' => {
6680             exemplarCity => q#Jerusalem#,
6681             },
6682             'Asia/Kabul' => {
6683             exemplarCity => q#Kabul#,
6684             },
6685             'Asia/Kamchatka' => {
6686             exemplarCity => q#Kamchatka#,
6687             },
6688             'Asia/Karachi' => {
6689             exemplarCity => q#Karachi#,
6690             },
6691             'Asia/Katmandu' => {
6692             exemplarCity => q#Kathmandu nutomegaƒoƒome#,
6693             },
6694             'Asia/Khandyga' => {
6695             exemplarCity => q#Khandyga#,
6696             },
6697             'Asia/Krasnoyarsk' => {
6698             exemplarCity => q#Krasnoyarsk#,
6699             },
6700             'Asia/Kuala_Lumpur' => {
6701             exemplarCity => q#Kuala Lumpur#,
6702             },
6703             'Asia/Kuching' => {
6704             exemplarCity => q#Kuching#,
6705             },
6706             'Asia/Kuwait' => {
6707             exemplarCity => q#Kuwait#,
6708             },
6709             'Asia/Macau' => {
6710             exemplarCity => q#Macau#,
6711             },
6712             'Asia/Magadan' => {
6713             exemplarCity => q#Magadan#,
6714             },
6715             'Asia/Makassar' => {
6716             exemplarCity => q#Makassar#,
6717             },
6718             'Asia/Manila' => {
6719             exemplarCity => q#Manila#,
6720             },
6721             'Asia/Muscat' => {
6722             exemplarCity => q#Muscat#,
6723             },
6724             'Asia/Nicosia' => {
6725             exemplarCity => q#Nicosia#,
6726             },
6727             'Asia/Novokuznetsk' => {
6728             exemplarCity => q#Novokuznetsk#,
6729             },
6730             'Asia/Novosibirsk' => {
6731             exemplarCity => q#Novosibirsk#,
6732             },
6733             'Asia/Omsk' => {
6734             exemplarCity => q#Omsk#,
6735             },
6736             'Asia/Oral' => {
6737             exemplarCity => q#Oral#,
6738             },
6739             'Asia/Phnom_Penh' => {
6740             exemplarCity => q#Phnom Penh#,
6741             },
6742             'Asia/Pontianak' => {
6743             exemplarCity => q#Pontianak#,
6744             },
6745             'Asia/Pyongyang' => {
6746             exemplarCity => q#Pyongyang#,
6747             },
6748             'Asia/Qatar' => {
6749             exemplarCity => q#Qatar#,
6750             },
6751             'Asia/Qyzylorda' => {
6752             exemplarCity => q#Qyzylorda#,
6753             },
6754             'Asia/Rangoon' => {
6755             exemplarCity => q#Yangon#,
6756             },
6757             'Asia/Riyadh' => {
6758             exemplarCity => q#Riyadh#,
6759             },
6760             'Asia/Saigon' => {
6761             exemplarCity => q#Ho Chi Minh#,
6762             },
6763             'Asia/Sakhalin' => {
6764             exemplarCity => q#Sakhalin#,
6765             },
6766             'Asia/Samarkand' => {
6767             exemplarCity => q#Samarkand#,
6768             },
6769             'Asia/Seoul' => {
6770             exemplarCity => q#Seoul#,
6771             },
6772             'Asia/Shanghai' => {
6773             exemplarCity => q#Shanghai#,
6774             },
6775             'Asia/Singapore' => {
6776             exemplarCity => q#Singapore#,
6777             },
6778             'Asia/Srednekolymsk' => {
6779             exemplarCity => q#Srednekolymsk#,
6780             },
6781             'Asia/Taipei' => {
6782             exemplarCity => q#Taipei#,
6783             },
6784             'Asia/Tashkent' => {
6785             exemplarCity => q#Tashkent#,
6786             },
6787             'Asia/Tbilisi' => {
6788             exemplarCity => q#Tbilisi#,
6789             },
6790             'Asia/Tehran' => {
6791             exemplarCity => q#Tehran#,
6792             },
6793             'Asia/Thimphu' => {
6794             exemplarCity => q#Thimphu#,
6795             },
6796             'Asia/Tokyo' => {
6797             exemplarCity => q#Tokyo#,
6798             },
6799             'Asia/Tomsk' => {
6800             exemplarCity => q#Tomsk#,
6801             },
6802             'Asia/Ulaanbaatar' => {
6803             exemplarCity => q#Ulaanbaatar#,
6804             },
6805             'Asia/Urumqi' => {
6806             exemplarCity => q#Urumqi#,
6807             },
6808             'Asia/Ust-Nera' => {
6809             exemplarCity => q#Ust-Nera#,
6810             },
6811             'Asia/Vientiane' => {
6812             exemplarCity => q#Vientiane#,
6813             },
6814             'Asia/Vladivostok' => {
6815             exemplarCity => q#Vladivostok#,
6816             },
6817             'Asia/Yakutsk' => {
6818             exemplarCity => q#Yakutsk#,
6819             },
6820             'Asia/Yekaterinburg' => {
6821             exemplarCity => q#Yekaterinburg#,
6822             },
6823             'Asia/Yerevan' => {
6824             exemplarCity => q#Yerevan#,
6825             },
6826             'Atlantic' => {
6827             long => {
6828             'daylight' => q#Atlantic kele gaƒoƒome#,
6829             'generic' => q#Atlantic gaƒoƒome#,
6830             'standard' => q#Atlantic nutome gaƒoƒome#,
6831             },
6832             },
6833             'Atlantic/Azores' => {
6834             exemplarCity => q#Azores#,
6835             },
6836             'Atlantic/Bermuda' => {
6837             exemplarCity => q#Bermuda#,
6838             },
6839             'Atlantic/Canary' => {
6840             exemplarCity => q#Canary#,
6841             },
6842             'Atlantic/Cape_Verde' => {
6843             exemplarCity => q#Cape Verde#,
6844             },
6845             'Atlantic/Faeroe' => {
6846             exemplarCity => q#Faroe#,
6847             },
6848             'Atlantic/Madeira' => {
6849             exemplarCity => q#Madeira#,
6850             },
6851             'Atlantic/Reykjavik' => {
6852             exemplarCity => q#Reykjavik#,
6853             },
6854             'Atlantic/South_Georgia' => {
6855             exemplarCity => q#South Georgia#,
6856             },
6857             'Atlantic/St_Helena' => {
6858             exemplarCity => q#St. Helena#,
6859             },
6860             'Atlantic/Stanley' => {
6861             exemplarCity => q#Stanley#,
6862             },
6863             'Australia/Adelaide' => {
6864             exemplarCity => q#Adelaide#,
6865             },
6866             'Australia/Brisbane' => {
6867             exemplarCity => q#Brisbane#,
6868             },
6869             'Australia/Broken_Hill' => {
6870             exemplarCity => q#Broken Hill#,
6871             },
6872             'Australia/Currie' => {
6873             exemplarCity => q#Currie#,
6874             },
6875             'Australia/Darwin' => {
6876             exemplarCity => q#Darwin#,
6877             },
6878             'Australia/Eucla' => {
6879             exemplarCity => q#Eucla#,
6880             },
6881             'Australia/Hobart' => {
6882             exemplarCity => q#Hobart#,
6883             },
6884             'Australia/Lindeman' => {
6885             exemplarCity => q#Lindeman#,
6886             },
6887             'Australia/Lord_Howe' => {
6888             exemplarCity => q#Lord Howe#,
6889             },
6890             'Australia/Melbourne' => {
6891             exemplarCity => q#Melbourne#,
6892             },
6893             'Australia/Perth' => {
6894             exemplarCity => q#Perth#,
6895             },
6896             'Australia/Sydney' => {
6897             exemplarCity => q#Sydney#,
6898             },
6899             'Australia_Central' => {
6900             long => {
6901             'daylight' => q#Australian Central dzomeli gaƒoƒo me#,
6902             'generic' => q#Central Australia gaƒoƒo me#,
6903             'standard' => q#Australian Central nutome gaƒoƒo me#,
6904             },
6905             },
6906             'Australia_CentralWestern' => {
6907             long => {
6908             'daylight' => q#Australian Central Western kele gaƒoƒo me#,
6909             'generic' => q#Australian Central Australia ɣetoɖofe gaƒoƒo me#,
6910             'standard' => q#Australian Central Western nutome gaƒoƒo me#,
6911             },
6912             },
6913             'Australia_Eastern' => {
6914             long => {
6915             'daylight' => q#Australian Eastern kele gaƒoƒo me#,
6916             'generic' => q#Eastern Australia gaƒoƒo me#,
6917             'standard' => q#Australian Eastern nutome gaƒoƒo me#,
6918             },
6919             },
6920             'Australia_Western' => {
6921             long => {
6922             'daylight' => q#Australian Western kele gaƒoƒo me#,
6923             'generic' => q#Western Australia gaƒoƒo me#,
6924             'standard' => q#Australian Western nutome gaƒoƒo me#,
6925             },
6926             },
6927             'Azerbaijan' => {
6928             long => {
6929             'daylight' => q#Azerbaijan dzomeŋɔli gaƒoƒo me#,
6930             'generic' => q#Azerbaijan gaƒoƒo me#,
6931             'standard' => q#Azerbaijan nutome gaƒoƒo me#,
6932             },
6933             },
6934             'Azores' => {
6935             long => {
6936             'daylight' => q#Azores dzomeŋɔli gaƒoƒo me#,
6937             'generic' => q#Azores gaƒoƒo me#,
6938             'standard' => q#Azores nutome gaƒoƒo me#,
6939             },
6940             },
6941             'Bangladesh' => {
6942             long => {
6943             'daylight' => q#Bangladesh dzomeŋɔli gaƒoƒo me#,
6944             'generic' => q#Bangladesh gaƒoƒo me#,
6945             'standard' => q#Bangladesh nutome gaƒoƒo me#,
6946             },
6947             },
6948             'Bhutan' => {
6949             long => {
6950             'standard' => q#Bhutan gaƒoƒo me#,
6951             },
6952             },
6953             'Bolivia' => {
6954             long => {
6955             'standard' => q#Bolivia gaƒoƒo me#,
6956             },
6957             },
6958             'Brasilia' => {
6959             long => {
6960             'daylight' => q#Brasilia dzomeŋɔli gaƒoƒo me#,
6961             'generic' => q#Brasilia gaƒoƒo me#,
6962             'standard' => q#Brasilia nutome gaƒoƒo me#,
6963             },
6964             },
6965             'Brunei' => {
6966             long => {
6967             'standard' => q#Brunei Darussalam gaƒoƒo me#,
6968             },
6969             },
6970             'Cape_Verde' => {
6971             long => {
6972             'daylight' => q#Cape Verde dzomeŋɔli gaƒoƒo me#,
6973             'generic' => q#Cape Verde gaƒoƒo me#,
6974             'standard' => q#Cape Verde nutome gaƒoƒo me#,
6975             },
6976             },
6977             'Chamorro' => {
6978             long => {
6979             'standard' => q#Chamorro gaƒoƒo me#,
6980             },
6981             },
6982             'Chatham' => {
6983             long => {
6984             'daylight' => q#Chatham kele gaƒoƒo me#,
6985             'generic' => q#Chatham gaƒoƒo me#,
6986             'standard' => q#Chatham nutome gaƒoƒo me#,
6987             },
6988             },
6989             'Chile' => {
6990             long => {
6991             'daylight' => q#Chile dzomeŋɔli gaƒoƒo me#,
6992             'generic' => q#Chile gaƒoƒo me#,
6993             'standard' => q#Chile nutome gaƒoƒo me#,
6994             },
6995             },
6996             'China' => {
6997             long => {
6998             'daylight' => q#China kele gaƒoƒo me#,
6999             'generic' => q#China gaƒoƒo me#,
7000             'standard' => q#China nutome gaƒoƒo me#,
7001             },
7002             },
7003             'Choibalsan' => {
7004             long => {
7005             'daylight' => q#Choibalsan dzomeŋɔli gaƒoƒo me#,
7006             'generic' => q#Choibalsan gaƒoƒo me#,
7007             'standard' => q#Choibalsan nutome gaƒoƒo me#,
7008             },
7009             },
7010             'Christmas' => {
7011             long => {
7012             'standard' => q#Christmas Island gaƒoƒo me#,
7013             },
7014             },
7015             'Cocos' => {
7016             long => {
7017             'standard' => q#Cocos Islands gaƒoƒo me#,
7018             },
7019             },
7020             'Colombia' => {
7021             long => {
7022             'daylight' => q#Colombia dzomeŋɔli gaƒoƒo me#,
7023             'generic' => q#Colombia gaƒoƒo me#,
7024             'standard' => q#Colombia nutome gaƒoƒo me#,
7025             },
7026             },
7027             'Cook' => {
7028             long => {
7029             'daylight' => q#Cook Islands dzomeŋɔli gaƒoƒo me#,
7030             'generic' => q#Cook Islands gaƒoƒo me#,
7031             'standard' => q#Cook Islands nutome gaƒoƒo me#,
7032             },
7033             },
7034             'Cuba' => {
7035             long => {
7036             'daylight' => q#Cuba kele gaƒoƒome#,
7037             'generic' => q#Cuba gaƒoƒome#,
7038             'standard' => q#Cuba nutome gaƒoƒome#,
7039             },
7040             },
7041             'Davis' => {
7042             long => {
7043             'standard' => q#Davis gaƒoƒo me#,
7044             },
7045             },
7046             'DumontDUrville' => {
7047             long => {
7048             'standard' => q#Dumont-d’Urville gaƒoƒo me#,
7049             },
7050             },
7051             'East_Timor' => {
7052             long => {
7053             'standard' => q#East Timor gaƒoƒo me#,
7054             },
7055             },
7056             'Easter' => {
7057             long => {
7058             'daylight' => q#Easter Island dzomeŋɔli gaƒoƒo me#,
7059             'generic' => q#Easter Island gaƒoƒo me#,
7060             'standard' => q#Easter Island nutome gaƒoƒo me#,
7061             },
7062             },
7063             'Ecuador' => {
7064             long => {
7065             'standard' => q#Ecuador gaƒoƒo me#,
7066             },
7067             },
7068             'Etc/UTC' => {
7069             long => {
7070             'standard' => q#Xexeme gaƒoƒoɖoanyi me#,
7071             },
7072             },
7073             'Etc/Unknown' => {
7074             exemplarCity => q#Du manya#,
7075             },
7076             'Europe/Amsterdam' => {
7077             exemplarCity => q#Amsterdam#,
7078             },
7079             'Europe/Andorra' => {
7080             exemplarCity => q#Andorra#,
7081             },
7082             'Europe/Astrakhan' => {
7083             exemplarCity => q#Astrakhan#,
7084             },
7085             'Europe/Athens' => {
7086             exemplarCity => q#Athens#,
7087             },
7088             'Europe/Belgrade' => {
7089             exemplarCity => q#Belgrade#,
7090             },
7091             'Europe/Berlin' => {
7092             exemplarCity => q#Berlin#,
7093             },
7094             'Europe/Bratislava' => {
7095             exemplarCity => q#Bratislava#,
7096             },
7097             'Europe/Brussels' => {
7098             exemplarCity => q#Brussels#,
7099             },
7100             'Europe/Bucharest' => {
7101             exemplarCity => q#Bucharest#,
7102             },
7103             'Europe/Budapest' => {
7104             exemplarCity => q#Budapest#,
7105             },
7106             'Europe/Busingen' => {
7107             exemplarCity => q#Busingen#,
7108             },
7109             'Europe/Chisinau' => {
7110             exemplarCity => q#Chisinau#,
7111             },
7112             'Europe/Copenhagen' => {
7113             exemplarCity => q#Copenhagen#,
7114             },
7115             'Europe/Dublin' => {
7116             exemplarCity => q#Dublin#,
7117             long => {
7118             'daylight' => q#Ireland nutome gaƒoƒo me#,
7119             },
7120             },
7121             'Europe/Gibraltar' => {
7122             exemplarCity => q#Gibraltar#,
7123             },
7124             'Europe/Guernsey' => {
7125             exemplarCity => q#Guernsey#,
7126             },
7127             'Europe/Helsinki' => {
7128             exemplarCity => q#Helsinki#,
7129             },
7130             'Europe/Isle_of_Man' => {
7131             exemplarCity => q#Isle of Man#,
7132             },
7133             'Europe/Istanbul' => {
7134             exemplarCity => q#Istanbul#,
7135             },
7136             'Europe/Jersey' => {
7137             exemplarCity => q#Jersey#,
7138             },
7139             'Europe/Kaliningrad' => {
7140             exemplarCity => q#Kaliningrad#,
7141             },
7142             'Europe/Kiev' => {
7143             exemplarCity => q#Kiev#,
7144             },
7145             'Europe/Kirov' => {
7146             exemplarCity => q#Kirov#,
7147             },
7148             'Europe/Lisbon' => {
7149             exemplarCity => q#Lisbon#,
7150             },
7151             'Europe/Ljubljana' => {
7152             exemplarCity => q#Ljubljana#,
7153             },
7154             'Europe/London' => {
7155             exemplarCity => q#London#,
7156             long => {
7157             'daylight' => q#British dzomeŋɔli gaƒoƒo me#,
7158             },
7159             },
7160             'Europe/Luxembourg' => {
7161             exemplarCity => q#Luxembourg#,
7162             },
7163             'Europe/Madrid' => {
7164             exemplarCity => q#Madrid#,
7165             },
7166             'Europe/Malta' => {
7167             exemplarCity => q#Malta#,
7168             },
7169             'Europe/Mariehamn' => {
7170             exemplarCity => q#Mariehamn#,
7171             },
7172             'Europe/Minsk' => {
7173             exemplarCity => q#Minsk#,
7174             },
7175             'Europe/Monaco' => {
7176             exemplarCity => q#Monaco#,
7177             },
7178             'Europe/Moscow' => {
7179             exemplarCity => q#Moscow#,
7180             },
7181             'Europe/Oslo' => {
7182             exemplarCity => q#Oslo#,
7183             },
7184             'Europe/Paris' => {
7185             exemplarCity => q#Paris#,
7186             },
7187             'Europe/Podgorica' => {
7188             exemplarCity => q#Podgorica#,
7189             },
7190             'Europe/Prague' => {
7191             exemplarCity => q#Prague#,
7192             },
7193             'Europe/Riga' => {
7194             exemplarCity => q#Riga#,
7195             },
7196             'Europe/Rome' => {
7197             exemplarCity => q#Rome#,
7198             },
7199             'Europe/Samara' => {
7200             exemplarCity => q#Samara#,
7201             },
7202             'Europe/San_Marino' => {
7203             exemplarCity => q#San Marino#,
7204             },
7205             'Europe/Sarajevo' => {
7206             exemplarCity => q#Sarajevo#,
7207             },
7208             'Europe/Saratov' => {
7209             exemplarCity => q#Saratov#,
7210             },
7211             'Europe/Simferopol' => {
7212             exemplarCity => q#Simferopol#,
7213             },
7214             'Europe/Skopje' => {
7215             exemplarCity => q#Skopje#,
7216             },
7217             'Europe/Sofia' => {
7218             exemplarCity => q#Sofia#,
7219             },
7220             'Europe/Stockholm' => {
7221             exemplarCity => q#Stockholm#,
7222             },
7223             'Europe/Tallinn' => {
7224             exemplarCity => q#Tallinn#,
7225             },
7226             'Europe/Tirane' => {
7227             exemplarCity => q#Tirane#,
7228             },
7229             'Europe/Ulyanovsk' => {
7230             exemplarCity => q#Ulyanovsk#,
7231             },
7232             'Europe/Uzhgorod' => {
7233             exemplarCity => q#Uzhgorod#,
7234             },
7235             'Europe/Vaduz' => {
7236             exemplarCity => q#Vaduz#,
7237             },
7238             'Europe/Vatican' => {
7239             exemplarCity => q#Vatican#,
7240             },
7241             'Europe/Vienna' => {
7242             exemplarCity => q#Vienna#,
7243             },
7244             'Europe/Vilnius' => {
7245             exemplarCity => q#Vilnius#,
7246             },
7247             'Europe/Volgograd' => {
7248             exemplarCity => q#Volgograd#,
7249             },
7250             'Europe/Warsaw' => {
7251             exemplarCity => q#Warsaw#,
7252             },
7253             'Europe/Zagreb' => {
7254             exemplarCity => q#Zagreb#,
7255             },
7256             'Europe/Zaporozhye' => {
7257             exemplarCity => q#Zaporozhye#,
7258             },
7259             'Europe/Zurich' => {
7260             exemplarCity => q#Zurich#,
7261             },
7262             'Europe_Central' => {
7263             long => {
7264             'daylight' => q#Central Europe dzomeŋɔli gaƒoƒo me#,
7265             'generic' => q#Central Europe gaƒoƒo me#,
7266             'standard' => q#Central Europe nutome gaƒoƒo me#,
7267             },
7268             },
7269             'Europe_Eastern' => {
7270             long => {
7271             'daylight' => q#Ɣedzeƒe Europe ŋkekeme gaƒoƒome#,
7272             'generic' => q#Ɣedzeƒe Europe gaƒoƒome#,
7273             'standard' => q#Ɣedzeƒe Europe gaƒoƒoɖoanyime#,
7274             },
7275             },
7276             'Europe_Western' => {
7277             long => {
7278             'daylight' => q#Western Europe dzomeŋɔli gaƒoƒo me#,
7279             'generic' => q#Western Europe gaƒoƒo me#,
7280             'standard' => q#Western Europe nutome gaƒoƒo me#,
7281             },
7282             },
7283             'Falkland' => {
7284             long => {
7285             'daylight' => q#Falkland Islands dzomeŋɔli gaƒoƒo me#,
7286             'generic' => q#Falkland Islands gaƒoƒo me#,
7287             'standard' => q#Falkland Islands nutome gaƒoƒo me#,
7288             },
7289             },
7290             'Fiji' => {
7291             long => {
7292             'daylight' => q#Fiji dzomeŋɔli gaƒoƒo me#,
7293             'generic' => q#Fiji gaƒoƒo me#,
7294             'standard' => q#Fiji nutome gaƒoƒo me#,
7295             },
7296             },
7297             'French_Guiana' => {
7298             long => {
7299             'standard' => q#French Guiana gaƒoƒo me#,
7300             },
7301             },
7302             'French_Southern' => {
7303             long => {
7304             'standard' => q#French Southern & Antarctic gaƒoƒo me#,
7305             },
7306             },
7307             'GMT' => {
7308             long => {
7309             'standard' => q#Greenwich gaƒoƒo me#,
7310             },
7311             },
7312             'Galapagos' => {
7313             long => {
7314             'standard' => q#Galapagos gaƒoƒo me#,
7315             },
7316             },
7317             'Gambier' => {
7318             long => {
7319             'standard' => q#Gambier gaƒoƒo me#,
7320             },
7321             },
7322             'Georgia' => {
7323             long => {
7324             'daylight' => q#Georgia dzomeŋɔli gaƒoƒo me#,
7325             'generic' => q#Georgia gaƒoƒo me#,
7326             'standard' => q#Georgia nutome gaƒoƒo me#,
7327             },
7328             },
7329             'Gilbert_Islands' => {
7330             long => {
7331             'standard' => q#Gilbert Islands gaƒoƒo me#,
7332             },
7333             },
7334             'Greenland_Eastern' => {
7335             long => {
7336             'daylight' => q#East Greenland dzomeŋɔli gaƒoƒo me#,
7337             'generic' => q#East Greenland gaƒoƒome#,
7338             'standard' => q#East Greenland nutome gaƒoƒo me#,
7339             },
7340             },
7341             'Greenland_Western' => {
7342             long => {
7343             'daylight' => q#West Greenland kele gaƒoƒo me#,
7344             'generic' => q#West Greenland gaƒoƒo me#,
7345             'standard' => q#West Greenland nutome gaƒoƒo me#,
7346             },
7347             },
7348             'Gulf' => {
7349             long => {
7350             'standard' => q#Gulf nutome gaƒoƒo me#,
7351             },
7352             },
7353             'Guyana' => {
7354             long => {
7355             'standard' => q#Guyana gaƒoƒo me#,
7356             },
7357             },
7358             'Hawaii_Aleutian' => {
7359             long => {
7360             'daylight' => q#Hawaii-Aleutia kele gaƒoƒo me#,
7361             'generic' => q#Hawaii-Aleutia gaƒoƒo me#,
7362             'standard' => q#Hawaii-Aleutia nutome gaƒoƒo me#,
7363             },
7364             },
7365             'Hong_Kong' => {
7366             long => {
7367             'daylight' => q#Hong Kong dzomeŋɔli gaƒoƒo me#,
7368             'generic' => q#Hong Kong gaƒoƒo me#,
7369             'standard' => q#Hong Kong nutome gaƒoƒo me#,
7370             },
7371             },
7372             'Hovd' => {
7373             long => {
7374             'daylight' => q#Hovd dzomeŋɔli gaƒoƒo me#,
7375             'generic' => q#Hovd gaƒoƒo me#,
7376             'standard' => q#Hovd nutome gaƒoƒo me#,
7377             },
7378             },
7379             'India' => {
7380             long => {
7381             'standard' => q#India gaƒoƒo me#,
7382             },
7383             },
7384             'Indian/Antananarivo' => {
7385             exemplarCity => q#Antananarivo#,
7386             },
7387             'Indian/Chagos' => {
7388             exemplarCity => q#Chagos#,
7389             },
7390             'Indian/Christmas' => {
7391             exemplarCity => q#Christmas#,
7392             },
7393             'Indian/Cocos' => {
7394             exemplarCity => q#Cocos#,
7395             },
7396             'Indian/Comoro' => {
7397             exemplarCity => q#Comoro#,
7398             },
7399             'Indian/Kerguelen' => {
7400             exemplarCity => q#Kerguelen#,
7401             },
7402             'Indian/Mahe' => {
7403             exemplarCity => q#Mahe#,
7404             },
7405             'Indian/Maldives' => {
7406             exemplarCity => q#Maldives#,
7407             },
7408             'Indian/Mauritius' => {
7409             exemplarCity => q#Mauritius#,
7410             },
7411             'Indian/Mayotte' => {
7412             exemplarCity => q#Mayotte#,
7413             },
7414             'Indian/Reunion' => {
7415             exemplarCity => q#Reunion#,
7416             },
7417             'Indian_Ocean' => {
7418             long => {
7419             'standard' => q#Indian Ocean gaƒoƒo me#,
7420             },
7421             },
7422             'Indochina' => {
7423             long => {
7424             'standard' => q#Indonesia gaƒoƒo me#,
7425             },
7426             },
7427             'Indonesia_Central' => {
7428             long => {
7429             'standard' => q#Central Indonesia gaƒoƒo me#,
7430             },
7431             },
7432             'Indonesia_Eastern' => {
7433             long => {
7434             'standard' => q#Eastern Indonesia gaƒoƒo me#,
7435             },
7436             },
7437             'Indonesia_Western' => {
7438             long => {
7439             'standard' => q#Western Indonesia gaƒoƒo me#,
7440             },
7441             },
7442             'Iran' => {
7443             long => {
7444             'daylight' => q#Iran kele gaƒoƒo me#,
7445             'generic' => q#Iran gaƒoƒo me#,
7446             'standard' => q#Iran nutome gaƒoƒo me#,
7447             },
7448             },
7449             'Irkutsk' => {
7450             long => {
7451             'daylight' => q#Irkutsk dzomeŋɔli gaƒoƒo me#,
7452             'generic' => q#Irkutsk gaƒoƒo me#,
7453             'standard' => q#Irkutsk nutome gaƒoƒo me#,
7454             },
7455             },
7456             'Israel' => {
7457             long => {
7458             'daylight' => q#Israel kele gaƒoƒo me#,
7459             'generic' => q#Israel gaƒoƒo me#,
7460             'standard' => q#Israel nutome gaƒoƒo me#,
7461             },
7462             },
7463             'Japan' => {
7464             long => {
7465             'daylight' => q#Japan dzomeŋɔli gaƒoƒo me#,
7466             'generic' => q#Japan gaƒoƒo me#,
7467             'standard' => q#Japan nutome gaƒoƒo me#,
7468             },
7469             },
7470             'Kamchatka' => {
7471             long => {
7472             'daylight' => q#Petropavlovsk-Kamtsatski ŋkekeme gaƒoƒome#,
7473             'generic' => q#Petropavlovsk-Kamtsatski gaƒoƒome#,
7474             'standard' => q#Petropavlovsk-Kamtsatski gaƒoƒoɖoanyime#,
7475             },
7476             },
7477             'Kazakhstan_Eastern' => {
7478             long => {
7479             'standard' => q#East Kazakhstan gaƒoƒo me#,
7480             },
7481             },
7482             'Kazakhstan_Western' => {
7483             long => {
7484             'standard' => q#West Kazakhstan gaƒoƒo me#,
7485             },
7486             },
7487             'Korea' => {
7488             long => {
7489             'daylight' => q#Korea dzomeŋɔli gaƒoƒo me#,
7490             'generic' => q#Korea gaƒoƒo me#,
7491             'standard' => q#Korea nutome gaƒoƒo me#,
7492             },
7493             },
7494             'Kosrae' => {
7495             long => {
7496             'standard' => q#Kosrae gaƒoƒo me#,
7497             },
7498             },
7499             'Krasnoyarsk' => {
7500             long => {
7501             'daylight' => q#Krasnoyarsk dzomeŋɔli gaƒoƒo me#,
7502             'generic' => q#Krasnoyarsk gaƒoƒo me#,
7503             'standard' => q#Krasnoyarsk nutome gaƒoƒo me#,
7504             },
7505             },
7506             'Kyrgystan' => {
7507             long => {
7508             'standard' => q#Kyrgystan gaƒoƒo me#,
7509             },
7510             },
7511             'Line_Islands' => {
7512             long => {
7513             'standard' => q#Line Islands gaƒoƒo me#,
7514             },
7515             },
7516             'Lord_Howe' => {
7517             long => {
7518             'daylight' => q#Lord Howe kele gaƒoƒo me#,
7519             'generic' => q#Lord Howe gaƒoƒo me#,
7520             'standard' => q#Lord Howe nutome gaƒoƒo me#,
7521             },
7522             },
7523             'Macau' => {
7524             long => {
7525             'daylight' => q#Makau ŋkekeme gaƒoƒome#,
7526             'generic' => q#Makau gaƒoƒome#,
7527             'standard' => q#Makau gaƒoƒoɖoanyime#,
7528             },
7529             },
7530             'Macquarie' => {
7531             long => {
7532             'standard' => q#Macquarie Island gaƒoƒo me#,
7533             },
7534             },
7535             'Magadan' => {
7536             long => {
7537             'daylight' => q#Magadan dzomeŋɔli gaƒoƒo me#,
7538             'generic' => q#Magadan gaƒoƒo me#,
7539             'standard' => q#Magadan nutome gaƒoƒo me#,
7540             },
7541             },
7542             'Malaysia' => {
7543             long => {
7544             'standard' => q#Malaysia gaƒoƒo me#,
7545             },
7546             },
7547             'Maldives' => {
7548             long => {
7549             'standard' => q#Maldives gaƒoƒo me#,
7550             },
7551             },
7552             'Marquesas' => {
7553             long => {
7554             'standard' => q#Marquesas gaƒoƒo me#,
7555             },
7556             },
7557             'Marshall_Islands' => {
7558             long => {
7559             'standard' => q#Marshall Islands gaƒoƒo me#,
7560             },
7561             },
7562             'Mauritius' => {
7563             long => {
7564             'daylight' => q#Mauritius dzomeŋɔli gaƒoƒo me#,
7565             'generic' => q#Mauritius gaƒoƒo me#,
7566             'standard' => q#Mauritius nutome gaƒoƒo me#,
7567             },
7568             },
7569             'Mawson' => {
7570             long => {
7571             'standard' => q#Mawson gaƒoƒo me#,
7572             },
7573             },
7574             'Mexico_Northwest' => {
7575             long => {
7576             'daylight' => q#Northwest Mexico kele gaƒoƒo me#,
7577             'generic' => q#Northwest Mexico gaƒoƒo me#,
7578             'standard' => q#Northwest Mexico nutome gaƒoƒo me#,
7579             },
7580             },
7581             'Mexico_Pacific' => {
7582             long => {
7583             'daylight' => q#Mexican Pacific kele gaƒoƒome#,
7584             'generic' => q#Mexican Pacific gaƒoƒo me#,
7585             'standard' => q#Mexican Pacific nutome gaƒoƒo me#,
7586             },
7587             },
7588             'Mongolia' => {
7589             long => {
7590             'daylight' => q#Ulan Bator dzomeŋɔli gaƒoƒo me#,
7591             'generic' => q#Ulan Bator gaƒoƒo me#,
7592             'standard' => q#Ulan Bator nutome gaƒoƒo me#,
7593             },
7594             },
7595             'Moscow' => {
7596             long => {
7597             'daylight' => q#Moscow dzomeŋɔli gaƒoƒo me#,
7598             'generic' => q#Moscow gaƒoƒo me#,
7599             'standard' => q#Moscow nutome gaƒoƒo me#,
7600             },
7601             },
7602             'Myanmar' => {
7603             long => {
7604             'standard' => q#Myanmar gaƒoƒo me#,
7605             },
7606             },
7607             'Nauru' => {
7608             long => {
7609             'standard' => q#Nauru gaƒoƒo me#,
7610             },
7611             },
7612             'Nepal' => {
7613             long => {
7614             'standard' => q#Nepal gaƒoƒo me#,
7615             },
7616             },
7617             'New_Caledonia' => {
7618             long => {
7619             'daylight' => q#New Caledonia dzomeŋɔli gaƒoƒo me#,
7620             'generic' => q#New Caledonia gaƒoƒo me#,
7621             'standard' => q#New Caledonia nutome gaƒoƒo me#,
7622             },
7623             },
7624             'New_Zealand' => {
7625             long => {
7626             'daylight' => q#New Zealand kele gaƒoƒo me#,
7627             'generic' => q#New Zealand gaƒoƒo me#,
7628             'standard' => q#New Zealand nutome gaƒoƒo me#,
7629             },
7630             },
7631             'Newfoundland' => {
7632             long => {
7633             'daylight' => q#Newfoundland kele gaƒoƒome#,
7634             'generic' => q#Newfoundland gaƒoƒome#,
7635             'standard' => q#Newfoundland nutome gaƒoƒome#,
7636             },
7637             },
7638             'Niue' => {
7639             long => {
7640             'standard' => q#Niue gaƒoƒo me#,
7641             },
7642             },
7643             'Norfolk' => {
7644             long => {
7645             'standard' => q#Norfolk Island gaƒoƒo me#,
7646             },
7647             },
7648             'Noronha' => {
7649             long => {
7650             'daylight' => q#Fernando de Noronha dzomeŋɔli gaƒoƒo me#,
7651             'generic' => q#Fernando de Noronha gaƒoƒo me#,
7652             'standard' => q#Fernando de Noronha nutome gaƒoƒo me#,
7653             },
7654             },
7655             'Novosibirsk' => {
7656             long => {
7657             'daylight' => q#Novosibirsk dzomeŋɔli gaƒoƒo me#,
7658             'generic' => q#Novosibirsk gaƒoƒo me#,
7659             'standard' => q#Novosibirsk nutome gaƒoƒo me#,
7660             },
7661             },
7662             'Omsk' => {
7663             long => {
7664             'daylight' => q#Omsk dzomeŋɔli gaƒoƒo me#,
7665             'generic' => q#Omsk gaƒoƒo me#,
7666             'standard' => q#Omsk nutome gaƒoƒo me#,
7667             },
7668             },
7669             'Pacific/Apia' => {
7670             exemplarCity => q#Apia#,
7671             },
7672             'Pacific/Auckland' => {
7673             exemplarCity => q#Auckland#,
7674             },
7675             'Pacific/Bougainville' => {
7676             exemplarCity => q#Bougainville#,
7677             },
7678             'Pacific/Chatham' => {
7679             exemplarCity => q#Chatham#,
7680             },
7681             'Pacific/Easter' => {
7682             exemplarCity => q#Easter#,
7683             },
7684             'Pacific/Efate' => {
7685             exemplarCity => q#Efate#,
7686             },
7687             'Pacific/Enderbury' => {
7688             exemplarCity => q#Enderbury#,
7689             },
7690             'Pacific/Fakaofo' => {
7691             exemplarCity => q#Fakaofo#,
7692             },
7693             'Pacific/Fiji' => {
7694             exemplarCity => q#Fiji#,
7695             },
7696             'Pacific/Funafuti' => {
7697             exemplarCity => q#Funafuti#,
7698             },
7699             'Pacific/Galapagos' => {
7700             exemplarCity => q#Galapagos#,
7701             },
7702             'Pacific/Gambier' => {
7703             exemplarCity => q#Gambier#,
7704             },
7705             'Pacific/Guadalcanal' => {
7706             exemplarCity => q#Guadalcanal#,
7707             },
7708             'Pacific/Guam' => {
7709             exemplarCity => q#Guam#,
7710             },
7711             'Pacific/Honolulu' => {
7712             exemplarCity => q#Honolulu#,
7713             },
7714             'Pacific/Johnston' => {
7715             exemplarCity => q#Johnston#,
7716             },
7717             'Pacific/Kiritimati' => {
7718             exemplarCity => q#Kiritimati#,
7719             },
7720             'Pacific/Kosrae' => {
7721             exemplarCity => q#Kosrae#,
7722             },
7723             'Pacific/Kwajalein' => {
7724             exemplarCity => q#Kwajalein#,
7725             },
7726             'Pacific/Majuro' => {
7727             exemplarCity => q#Majuro#,
7728             },
7729             'Pacific/Marquesas' => {
7730             exemplarCity => q#Marquesas#,
7731             },
7732             'Pacific/Midway' => {
7733             exemplarCity => q#Midway#,
7734             },
7735             'Pacific/Nauru' => {
7736             exemplarCity => q#Nauru#,
7737             },
7738             'Pacific/Niue' => {
7739             exemplarCity => q#Niue#,
7740             },
7741             'Pacific/Norfolk' => {
7742             exemplarCity => q#Norfolk#,
7743             },
7744             'Pacific/Noumea' => {
7745             exemplarCity => q#Noumea#,
7746             },
7747             'Pacific/Pago_Pago' => {
7748             exemplarCity => q#Pago Pago#,
7749             },
7750             'Pacific/Palau' => {
7751             exemplarCity => q#Palau#,
7752             },
7753             'Pacific/Pitcairn' => {
7754             exemplarCity => q#Pitcairn#,
7755             },
7756             'Pacific/Ponape' => {
7757             exemplarCity => q#Pohnpei#,
7758             },
7759             'Pacific/Port_Moresby' => {
7760             exemplarCity => q#Port Moresby#,
7761             },
7762             'Pacific/Rarotonga' => {
7763             exemplarCity => q#Rarotonga#,
7764             },
7765             'Pacific/Saipan' => {
7766             exemplarCity => q#Saipan#,
7767             },
7768             'Pacific/Tahiti' => {
7769             exemplarCity => q#Tahiti#,
7770             },
7771             'Pacific/Tarawa' => {
7772             exemplarCity => q#Tarawa#,
7773             },
7774             'Pacific/Tongatapu' => {
7775             exemplarCity => q#Tongatapu#,
7776             },
7777             'Pacific/Truk' => {
7778             exemplarCity => q#Chuuk#,
7779             },
7780             'Pacific/Wake' => {
7781             exemplarCity => q#Wake#,
7782             },
7783             'Pacific/Wallis' => {
7784             exemplarCity => q#Wallis#,
7785             },
7786             'Pakistan' => {
7787             long => {
7788             'daylight' => q#Pakistan dzomeŋɔli gaƒoƒo me#,
7789             'generic' => q#Pakistan gaƒoƒo me#,
7790             'standard' => q#Pakistan nutome gaƒoƒo me#,
7791             },
7792             },
7793             'Palau' => {
7794             long => {
7795             'standard' => q#Palau gaƒoƒo me#,
7796             },
7797             },
7798             'Papua_New_Guinea' => {
7799             long => {
7800             'standard' => q#Papua New Guinea gaƒoƒo me#,
7801             },
7802             },
7803             'Paraguay' => {
7804             long => {
7805             'daylight' => q#Paraguay dzomeŋɔli gaƒoƒo me#,
7806             'generic' => q#Paraguay gaƒoƒo me#,
7807             'standard' => q#Paraguay nutome gaƒoƒo me#,
7808             },
7809             },
7810             'Peru' => {
7811             long => {
7812             'daylight' => q#Peru dzomeŋɔli gaƒoƒome#,
7813             'generic' => q#Peru gaƒoƒo me#,
7814             'standard' => q#Peru nutome gaƒoƒo me#,
7815             },
7816             },
7817             'Philippines' => {
7818             long => {
7819             'daylight' => q#Philippine dzomeŋɔli gaƒoƒo me#,
7820             'generic' => q#Philippine gaƒoƒo me#,
7821             'standard' => q#Philippine nutome gaƒoƒo me#,
7822             },
7823             },
7824             'Phoenix_Islands' => {
7825             long => {
7826             'standard' => q#Phoenix Islands gaƒoƒo me#,
7827             },
7828             },
7829             'Pierre_Miquelon' => {
7830             long => {
7831             'daylight' => q#St. Pierre & Miquelon kele gaƒoƒome#,
7832             'generic' => q#St. Pierre & Miquelon gaƒoƒome#,
7833             'standard' => q#St. Pierre & Miquelon nutome gaƒoƒome#,
7834             },
7835             },
7836             'Pitcairn' => {
7837             long => {
7838             'standard' => q#Pitcairn gaƒoƒo me#,
7839             },
7840             },
7841             'Ponape' => {
7842             long => {
7843             'standard' => q#Ponape gaƒoƒo me#,
7844             },
7845             },
7846             'Pyongyang' => {
7847             long => {
7848             'standard' => q#Pyongyang gaƒoƒo me#,
7849             },
7850             },
7851             'Qyzylorda' => {
7852             long => {
7853             'daylight' => q#Kizilɔrda dzomeŋɔli gaƒoƒome#,
7854             'generic' => q#Kizilɔrda gaƒoƒome#,
7855             'standard' => q#Kizilɔrda gaƒoƒoɖoanyime#,
7856             },
7857             },
7858             'Reunion' => {
7859             long => {
7860             'standard' => q#Reunion gaƒoƒo me#,
7861             },
7862             },
7863             'Rothera' => {
7864             long => {
7865             'standard' => q#Rothera gaƒoƒo me#,
7866             },
7867             },
7868             'Sakhalin' => {
7869             long => {
7870             'daylight' => q#Sakhalin dzomeŋɔli gaƒoƒo me#,
7871             'generic' => q#Sakhalin gaƒoƒo me#,
7872             'standard' => q#Sakhalin nutome gaƒoƒo me#,
7873             },
7874             },
7875             'Samara' => {
7876             long => {
7877             'daylight' => q#Samara ŋkekeme gaƒoƒome#,
7878             'generic' => q#Samara gaƒoƒome#,
7879             'standard' => q#Samara gaƒoƒoɖoanyime#,
7880             },
7881             },
7882             'Samoa' => {
7883             long => {
7884             'daylight' => q#Samoa kele gaƒoƒo me#,
7885             'generic' => q#Samoa gaƒoƒo me#,
7886             'standard' => q#Samoa nutome gaƒoƒo me#,
7887             },
7888             },
7889             'Seychelles' => {
7890             long => {
7891             'standard' => q#Seychelles gaƒoƒo me#,
7892             },
7893             },
7894             'Singapore' => {
7895             long => {
7896             'standard' => q#Singapore nutome gaƒoƒo me#,
7897             },
7898             },
7899             'Solomon' => {
7900             long => {
7901             'standard' => q#Solomon Islands gaƒoƒo me#,
7902             },
7903             },
7904             'South_Georgia' => {
7905             long => {
7906             'standard' => q#South Georgia gaƒoƒo me#,
7907             },
7908             },
7909             'Suriname' => {
7910             long => {
7911             'standard' => q#Suriname gaƒoƒome#,
7912             },
7913             },
7914             'Syowa' => {
7915             long => {
7916             'standard' => q#Syowa gaƒoƒo me#,
7917             },
7918             },
7919             'Tahiti' => {
7920             long => {
7921             'standard' => q#Tahiti gaƒoƒo me#,
7922             },
7923             },
7924             'Taipei' => {
7925             long => {
7926             'daylight' => q#Taipei kele gaƒoƒo me#,
7927             'generic' => q#Taipei gaƒoƒo me#,
7928             'standard' => q#Taipei nutome gaƒoƒo me#,
7929             },
7930             },
7931             'Tajikistan' => {
7932             long => {
7933             'standard' => q#Tajikistan gaƒoƒo me#,
7934             },
7935             },
7936             'Tokelau' => {
7937             long => {
7938             'standard' => q#Tokelau gaƒoƒo me#,
7939             },
7940             },
7941             'Tonga' => {
7942             long => {
7943             'daylight' => q#Tonga dzomeŋɔli gaƒoƒo me#,
7944             'generic' => q#Tonga gaƒoƒo me#,
7945             'standard' => q#Tonga nutome gaƒoƒo me#,
7946             },
7947             },
7948             'Truk' => {
7949             long => {
7950             'standard' => q#Chuuk gaƒoƒo me#,
7951             },
7952             },
7953             'Turkmenistan' => {
7954             long => {
7955             'daylight' => q#Turkmenistan dzomeŋɔli gaƒoƒo me#,
7956             'generic' => q#Turkmenistan gaƒoƒo me#,
7957             'standard' => q#Turkmenistan nutome gaƒoƒo me#,
7958             },
7959             },
7960             'Tuvalu' => {
7961             long => {
7962             'standard' => q#Tuvalu gaƒoƒo me#,
7963             },
7964             },
7965             'Uruguay' => {
7966             long => {
7967             'daylight' => q#Uruguay dzomeŋɔli gaƒoƒo me#,
7968             'generic' => q#Uruguay gaƒoƒo me#,
7969             'standard' => q#Uruguay nutome gaƒoƒo me#,
7970             },
7971             },
7972             'Uzbekistan' => {
7973             long => {
7974             'daylight' => q#Uzbekistan dzomeŋɔli gaƒoƒo me#,
7975             'generic' => q#Uzbekistan gaƒoƒo me#,
7976             'standard' => q#Uzbekistan nutome gaƒoƒo me#,
7977             },
7978             },
7979             'Vanuatu' => {
7980             long => {
7981             'daylight' => q#Vanuatu dzomeŋɔli gaƒoƒo me#,
7982             'generic' => q#Vanuatu gaƒoƒo me#,
7983             'standard' => q#Vanuatu nutome gaƒoƒo me#,
7984             },
7985             },
7986             'Venezuela' => {
7987             long => {
7988             'standard' => q#Venezuela gaƒoƒo me#,
7989             },
7990             },
7991             'Vladivostok' => {
7992             long => {
7993             'daylight' => q#Vladivostok dzomeŋɔli gaƒoƒo me#,
7994             'generic' => q#Vladivostok gaƒoƒo me#,
7995             'standard' => q#Vladivostok nutome gaƒoƒo me#,
7996             },
7997             },
7998             'Volgograd' => {
7999             long => {
8000             'daylight' => q#Vogograd dzomeŋɔli gaƒoƒo me#,
8001             'generic' => q#Volgograd gaƒoƒo me#,
8002             'standard' => q#Volgograd nutome gaƒoƒo me#,
8003             },
8004             },
8005             'Vostok' => {
8006             long => {
8007             'standard' => q#Vostok gaƒoƒo me#,
8008             },
8009             },
8010             'Wake' => {
8011             long => {
8012             'standard' => q#Wake Island gaƒoƒo me#,
8013             },
8014             },
8015             'Wallis' => {
8016             long => {
8017             'standard' => q#Wallis & Futuna gaƒoƒo me#,
8018             },
8019             },
8020             'Yakutsk' => {
8021             long => {
8022             'daylight' => q#Yakutsk dzomeŋɔli gaƒoƒo me#,
8023             'generic' => q#Yakutsk gaƒoƒo me#,
8024             'standard' => q#Yakutsk nutome gaƒoƒo me#,
8025             },
8026             },
8027             'Yekaterinburg' => {
8028             long => {
8029             'daylight' => q#Yekaterinburg dzomeŋɔli gaƒoƒo me#,
8030             'generic' => q#Yekaterinburg gaƒoƒo me#,
8031             'standard' => q#Yekaterinburg nutome gaƒoƒo me#,
8032             },
8033             },
8034             } }
8035             );
8036             no Moo;
8037              
8038 1     1   19454 1;
  1         1  
  1         9  
8039              
8040             # vim: tabstop=4