File Coverage

blib/lib/Locale/CLDR/Locales/Es.pm
Criterion Covered Total %
statement 29 36 80.5
branch n/a
condition n/a
subroutine 10 11 90.9
pod 0 1 0.0
total 39 48 81.2


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::Es - Package for language Spanish
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Es;
8             # This file auto generated from Data\common\main\es.xml
9             # on Sun 24 Apr 8:25:03 am GMT
10              
11 1     1   2955512 use version;
  1         3  
  1         11  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   150 use v5.10.1;
  1         4  
16 1     1   7 use mro 'c3';
  1         8  
  1         12  
17 1     1   60 use utf8;
  1         2  
  1         10  
18 1     1   51 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         20  
19              
20 1     1   1050 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         82683  
  1         19  
21 1     1   2711 use Moo;
  1         16230  
  1         8  
22              
23             extends('Locale::CLDR::Locales::Root');
24             has 'valid_algorithmic_formats' => (
25             is => 'ro',
26             isa => ArrayRef,
27             init_arg => undef,
28             default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal-masculine','spellout-cardinal-feminine','spellout-ordinal-masculine-adjective','spellout-ordinal-masculine-plural','spellout-ordinal-masculine','spellout-ordinal-feminine-plural','spellout-ordinal-feminine','digits-ordinal-masculine-adjective','digits-ordinal-masculine','digits-ordinal-feminine','digits-ordinal' ]},
29             );
30              
31             has 'algorithmic_number_format_data' => (
32             is => 'ro',
33             isa => HashRef,
34             init_arg => undef,
35             default => sub {
36 1     1   6279 use bignum;
  1         2  
  1         12  
37             return {
38             'digits-ordinal' => {
39             'public' => {
40             '0' => {
41             base_value => q(0),
42             divisor => q(1),
43             rule => q(=%digits-ordinal-masculine=),
44             },
45             'max' => {
46             base_value => q(0),
47             divisor => q(1),
48             rule => q(=%digits-ordinal-masculine=),
49             },
50             },
51             },
52             'digits-ordinal-feminine' => {
53             'public' => {
54             '-x' => {
55             divisor => q(1),
56             rule => q(−→→),
57             },
58             '0' => {
59             base_value => q(0),
60             divisor => q(1),
61             rule => q(=#,##0=.ª),
62             },
63             'max' => {
64             base_value => q(0),
65             divisor => q(1),
66             rule => q(=#,##0=.ª),
67             },
68             },
69             },
70             'digits-ordinal-masculine' => {
71             'public' => {
72             '-x' => {
73             divisor => q(1),
74             rule => q(−→→),
75             },
76             '0' => {
77             base_value => q(0),
78             divisor => q(1),
79             rule => q(=#,##0=.º),
80             },
81             'max' => {
82             base_value => q(0),
83             divisor => q(1),
84             rule => q(=#,##0=.º),
85             },
86             },
87             },
88             'digits-ordinal-masculine-adjective' => {
89             'public' => {
90             '-x' => {
91             divisor => q(1),
92             rule => q(−→→),
93             },
94             '0' => {
95             base_value => q(0),
96             divisor => q(1),
97             rule => q(=#,##0=.=%%dord-mascabbrev=),
98             },
99             'max' => {
100             base_value => q(0),
101             divisor => q(1),
102             rule => q(=#,##0=.=%%dord-mascabbrev=),
103             },
104             },
105             },
106             'dord-mascabbrev' => {
107             'private' => {
108             '0' => {
109             base_value => q(0),
110             divisor => q(1),
111             rule => q(º),
112             },
113             '1' => {
114             base_value => q(1),
115             divisor => q(1),
116             rule => q(ᵉʳ),
117             },
118             '2' => {
119             base_value => q(2),
120             divisor => q(1),
121             rule => q(º),
122             },
123             '3' => {
124             base_value => q(3),
125             divisor => q(1),
126             rule => q(ᵉʳ),
127             },
128             '4' => {
129             base_value => q(4),
130             divisor => q(1),
131             rule => q(º),
132             },
133             '20' => {
134             base_value => q(20),
135             divisor => q(10),
136             rule => q(→→),
137             },
138             '100' => {
139             base_value => q(100),
140             divisor => q(100),
141             rule => q(→→),
142             },
143             'max' => {
144             base_value => q(100),
145             divisor => q(100),
146             rule => q(→→),
147             },
148             },
149             },
150             'lenient-parse' => {
151             'private' => {
152             '0' => {
153             base_value => q(0),
154             divisor => q(1),
155             rule => q(&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '­'),
156             },
157             'max' => {
158             base_value => q(0),
159             divisor => q(1),
160             rule => q(&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '­'),
161             },
162             },
163             },
164             'spellout-cardinal-feminine' => {
165             'public' => {
166             '-x' => {
167             divisor => q(1),
168             rule => q(menos →→),
169             },
170             '0' => {
171             base_value => q(0),
172             divisor => q(1),
173             rule => q(cero),
174             },
175             'x,x' => {
176             divisor => q(1),
177             rule => q(←← coma →→),
178             },
179             'x.x' => {
180             divisor => q(1),
181             rule => q(←← punto →→),
182             },
183             '1' => {
184             base_value => q(1),
185             divisor => q(1),
186             rule => q(una),
187             },
188             '2' => {
189             base_value => q(2),
190             divisor => q(1),
191             rule => q(=%spellout-numbering=),
192             },
193             '21' => {
194             base_value => q(21),
195             divisor => q(10),
196             rule => q(veintiuna),
197             },
198             '22' => {
199             base_value => q(22),
200             divisor => q(10),
201             rule => q(=%spellout-numbering=),
202             },
203             '30' => {
204             base_value => q(30),
205             divisor => q(10),
206             rule => q(treinta[ y →→]),
207             },
208             '40' => {
209             base_value => q(40),
210             divisor => q(10),
211             rule => q(cuarenta[ y →→]),
212             },
213             '50' => {
214             base_value => q(50),
215             divisor => q(10),
216             rule => q(cincuenta[ y →→]),
217             },
218             '60' => {
219             base_value => q(60),
220             divisor => q(10),
221             rule => q(sesenta[ y →→]),
222             },
223             '70' => {
224             base_value => q(70),
225             divisor => q(10),
226             rule => q(setenta[ y →→]),
227             },
228             '80' => {
229             base_value => q(80),
230             divisor => q(10),
231             rule => q(ochenta[ y →→]),
232             },
233             '90' => {
234             base_value => q(90),
235             divisor => q(10),
236             rule => q(noventa[ y →→]),
237             },
238             '100' => {
239             base_value => q(100),
240             divisor => q(100),
241             rule => q(cien),
242             },
243             '101' => {
244             base_value => q(101),
245             divisor => q(100),
246             rule => q(ciento →→),
247             },
248             '200' => {
249             base_value => q(200),
250             divisor => q(100),
251             rule => q(dos­cientas[ →→]),
252             },
253             '300' => {
254             base_value => q(300),
255             divisor => q(100),
256             rule => q(tres­cientas[ →→]),
257             },
258             '400' => {
259             base_value => q(400),
260             divisor => q(100),
261             rule => q(cuatro­cientas[ →→]),
262             },
263             '500' => {
264             base_value => q(500),
265             divisor => q(100),
266             rule => q(quinientas[ →→]),
267             },
268             '600' => {
269             base_value => q(600),
270             divisor => q(100),
271             rule => q(seis­cientas[ →→]),
272             },
273             '700' => {
274             base_value => q(700),
275             divisor => q(100),
276             rule => q(sete­cientas[ →→]),
277             },
278             '800' => {
279             base_value => q(800),
280             divisor => q(100),
281             rule => q(ocho­cientas[ →→]),
282             },
283             '900' => {
284             base_value => q(900),
285             divisor => q(100),
286             rule => q(nove­cientas[ →→]),
287             },
288             '1000' => {
289             base_value => q(1000),
290             divisor => q(1000),
291             rule => q(mil[ →→]),
292             },
293             '2000' => {
294             base_value => q(2000),
295             divisor => q(1000),
296             rule => q(←%spellout-cardinal-masculine← mil[ →→]),
297             },
298             '1000000' => {
299             base_value => q(1000000),
300             divisor => q(1000000),
301             rule => q(un millón[ →→]),
302             },
303             '2000000' => {
304             base_value => q(2000000),
305             divisor => q(1000000),
306             rule => q(←%spellout-cardinal-masculine← millones[ →→]),
307             },
308             '1000000000000' => {
309             base_value => q(1000000000000),
310             divisor => q(1000000000000),
311             rule => q(un billón[ →→]),
312             },
313             '2000000000000' => {
314             base_value => q(2000000000000),
315             divisor => q(1000000000000),
316             rule => q(←%spellout-cardinal-masculine← billiones[ →→]),
317             },
318             '1000000000000000000' => {
319             base_value => q(1000000000000000000),
320             divisor => q(1000000000000000000),
321             rule => q(=#,##0=),
322             },
323             'max' => {
324             base_value => q(1000000000000000000),
325             divisor => q(1000000000000000000),
326             rule => q(=#,##0=),
327             },
328             },
329             },
330             'spellout-cardinal-masculine' => {
331             'public' => {
332             '-x' => {
333             divisor => q(1),
334             rule => q(menos →→),
335             },
336             '0' => {
337             base_value => q(0),
338             divisor => q(1),
339             rule => q(cero),
340             },
341             'x,x' => {
342             divisor => q(1),
343             rule => q(←← coma →→),
344             },
345             'x.x' => {
346             divisor => q(1),
347             rule => q(←← punto →→),
348             },
349             '1' => {
350             base_value => q(1),
351             divisor => q(1),
352             rule => q(un),
353             },
354             '2' => {
355             base_value => q(2),
356             divisor => q(1),
357             rule => q(=%spellout-numbering=),
358             },
359             '21' => {
360             base_value => q(21),
361             divisor => q(10),
362             rule => q(veintiún),
363             },
364             '22' => {
365             base_value => q(22),
366             divisor => q(10),
367             rule => q(=%spellout-numbering=),
368             },
369             '30' => {
370             base_value => q(30),
371             divisor => q(10),
372             rule => q(treinta[ y →→]),
373             },
374             '40' => {
375             base_value => q(40),
376             divisor => q(10),
377             rule => q(cuarenta[ y →→]),
378             },
379             '50' => {
380             base_value => q(50),
381             divisor => q(10),
382             rule => q(cincuenta[ y →→]),
383             },
384             '60' => {
385             base_value => q(60),
386             divisor => q(10),
387             rule => q(sesenta[ y →→]),
388             },
389             '70' => {
390             base_value => q(70),
391             divisor => q(10),
392             rule => q(setenta[ y →→]),
393             },
394             '80' => {
395             base_value => q(80),
396             divisor => q(10),
397             rule => q(ochenta[ y →→]),
398             },
399             '90' => {
400             base_value => q(90),
401             divisor => q(10),
402             rule => q(noventa[ y →→]),
403             },
404             '100' => {
405             base_value => q(100),
406             divisor => q(100),
407             rule => q(cien),
408             },
409             '101' => {
410             base_value => q(101),
411             divisor => q(100),
412             rule => q(ciento →→),
413             },
414             '200' => {
415             base_value => q(200),
416             divisor => q(100),
417             rule => q(doscientos[ →→]),
418             },
419             '300' => {
420             base_value => q(300),
421             divisor => q(100),
422             rule => q(trescientos[ →→]),
423             },
424             '400' => {
425             base_value => q(400),
426             divisor => q(100),
427             rule => q(cuatrocientos[ →→]),
428             },
429             '500' => {
430             base_value => q(500),
431             divisor => q(100),
432             rule => q(quinientos[ →→]),
433             },
434             '600' => {
435             base_value => q(600),
436             divisor => q(100),
437             rule => q(seis­cientos[ →→]),
438             },
439             '700' => {
440             base_value => q(700),
441             divisor => q(100),
442             rule => q(sete­cientos[ →→]),
443             },
444             '800' => {
445             base_value => q(800),
446             divisor => q(100),
447             rule => q(ocho­cientos[ →→]),
448             },
449             '900' => {
450             base_value => q(900),
451             divisor => q(100),
452             rule => q(nove­cientos[ →→]),
453             },
454             '1000' => {
455             base_value => q(1000),
456             divisor => q(1000),
457             rule => q(mil[ →→]),
458             },
459             '2000' => {
460             base_value => q(2000),
461             divisor => q(1000),
462             rule => q(←%spellout-cardinal-masculine← mil[ →→]),
463             },
464             '1000000' => {
465             base_value => q(1000000),
466             divisor => q(1000000),
467             rule => q(un millón[ →→]),
468             },
469             '2000000' => {
470             base_value => q(2000000),
471             divisor => q(1000000),
472             rule => q(←%spellout-cardinal-masculine← millones[ →→]),
473             },
474             '1000000000000' => {
475             base_value => q(1000000000000),
476             divisor => q(1000000000000),
477             rule => q(un billón[ →→]),
478             },
479             '2000000000000' => {
480             base_value => q(2000000000000),
481             divisor => q(1000000000000),
482             rule => q(←%spellout-cardinal-masculine← billiones[ →→]),
483             },
484             '1000000000000000000' => {
485             base_value => q(1000000000000000000),
486             divisor => q(1000000000000000000),
487             rule => q(=#,##0=),
488             },
489             'max' => {
490             base_value => q(1000000000000000000),
491             divisor => q(1000000000000000000),
492             rule => q(=#,##0=),
493             },
494             },
495             },
496             'spellout-numbering' => {
497             'public' => {
498             '-x' => {
499             divisor => q(1),
500             rule => q(menos →→),
501             },
502             '0' => {
503             base_value => q(0),
504             divisor => q(1),
505             rule => q(cero),
506             },
507             'x,x' => {
508             divisor => q(1),
509             rule => q(←← coma →→),
510             },
511             'x.x' => {
512             divisor => q(1),
513             rule => q(←← punto →→),
514             },
515             '1' => {
516             base_value => q(1),
517             divisor => q(1),
518             rule => q(uno),
519             },
520             '2' => {
521             base_value => q(2),
522             divisor => q(1),
523             rule => q(dos),
524             },
525             '3' => {
526             base_value => q(3),
527             divisor => q(1),
528             rule => q(tres),
529             },
530             '4' => {
531             base_value => q(4),
532             divisor => q(1),
533             rule => q(cuatro),
534             },
535             '5' => {
536             base_value => q(5),
537             divisor => q(1),
538             rule => q(cinco),
539             },
540             '6' => {
541             base_value => q(6),
542             divisor => q(1),
543             rule => q(seis),
544             },
545             '7' => {
546             base_value => q(7),
547             divisor => q(1),
548             rule => q(siete),
549             },
550             '8' => {
551             base_value => q(8),
552             divisor => q(1),
553             rule => q(ocho),
554             },
555             '9' => {
556             base_value => q(9),
557             divisor => q(1),
558             rule => q(nueve),
559             },
560             '10' => {
561             base_value => q(10),
562             divisor => q(10),
563             rule => q(diez),
564             },
565             '11' => {
566             base_value => q(11),
567             divisor => q(10),
568             rule => q(once),
569             },
570             '12' => {
571             base_value => q(12),
572             divisor => q(10),
573             rule => q(doce),
574             },
575             '13' => {
576             base_value => q(13),
577             divisor => q(10),
578             rule => q(trece),
579             },
580             '14' => {
581             base_value => q(14),
582             divisor => q(10),
583             rule => q(catorce),
584             },
585             '15' => {
586             base_value => q(15),
587             divisor => q(10),
588             rule => q(quince),
589             },
590             '16' => {
591             base_value => q(16),
592             divisor => q(10),
593             rule => q(dieciséis),
594             },
595             '17' => {
596             base_value => q(17),
597             divisor => q(10),
598             rule => q(dieci→→),
599             },
600             '20' => {
601             base_value => q(20),
602             divisor => q(10),
603             rule => q(veinte),
604             },
605             '21' => {
606             base_value => q(21),
607             divisor => q(10),
608             rule => q(veintiuno),
609             },
610             '22' => {
611             base_value => q(22),
612             divisor => q(10),
613             rule => q(veintidós),
614             },
615             '23' => {
616             base_value => q(23),
617             divisor => q(10),
618             rule => q(veintitrés),
619             },
620             '24' => {
621             base_value => q(24),
622             divisor => q(10),
623             rule => q(veinticuatro),
624             },
625             '25' => {
626             base_value => q(25),
627             divisor => q(10),
628             rule => q(veinticinco),
629             },
630             '26' => {
631             base_value => q(26),
632             divisor => q(10),
633             rule => q(veintiséis),
634             },
635             '27' => {
636             base_value => q(27),
637             divisor => q(10),
638             rule => q(veinti→→),
639             },
640             '30' => {
641             base_value => q(30),
642             divisor => q(10),
643             rule => q(treinta[ y →→]),
644             },
645             '40' => {
646             base_value => q(40),
647             divisor => q(10),
648             rule => q(cuarenta[ y →→]),
649             },
650             '50' => {
651             base_value => q(50),
652             divisor => q(10),
653             rule => q(cincuenta[ y →→]),
654             },
655             '60' => {
656             base_value => q(60),
657             divisor => q(10),
658             rule => q(sesenta[ y →→]),
659             },
660             '70' => {
661             base_value => q(70),
662             divisor => q(10),
663             rule => q(setenta[ y →→]),
664             },
665             '80' => {
666             base_value => q(80),
667             divisor => q(10),
668             rule => q(ochenta[ y →→]),
669             },
670             '90' => {
671             base_value => q(90),
672             divisor => q(10),
673             rule => q(noventa[ y →→]),
674             },
675             '100' => {
676             base_value => q(100),
677             divisor => q(100),
678             rule => q(cien),
679             },
680             '101' => {
681             base_value => q(101),
682             divisor => q(100),
683             rule => q(ciento →→),
684             },
685             '200' => {
686             base_value => q(200),
687             divisor => q(100),
688             rule => q(doscientos[ →→]),
689             },
690             '300' => {
691             base_value => q(300),
692             divisor => q(100),
693             rule => q(trescientos[ →→]),
694             },
695             '400' => {
696             base_value => q(400),
697             divisor => q(100),
698             rule => q(cuatrocientos[ →→]),
699             },
700             '500' => {
701             base_value => q(500),
702             divisor => q(100),
703             rule => q(quinientos[ →→]),
704             },
705             '600' => {
706             base_value => q(600),
707             divisor => q(100),
708             rule => q(seiscientos[ →→]),
709             },
710             '700' => {
711             base_value => q(700),
712             divisor => q(100),
713             rule => q(setecientos[ →→]),
714             },
715             '800' => {
716             base_value => q(800),
717             divisor => q(100),
718             rule => q(ochocientos[ →→]),
719             },
720             '900' => {
721             base_value => q(900),
722             divisor => q(100),
723             rule => q(novecientos[ →→]),
724             },
725             '1000' => {
726             base_value => q(1000),
727             divisor => q(1000),
728             rule => q(mil[ →→]),
729             },
730             '2000' => {
731             base_value => q(2000),
732             divisor => q(1000),
733             rule => q(←%spellout-cardinal-masculine← mil[ →→]),
734             },
735             '1000000' => {
736             base_value => q(1000000),
737             divisor => q(1000000),
738             rule => q(un millón[ →→]),
739             },
740             '2000000' => {
741             base_value => q(2000000),
742             divisor => q(1000000),
743             rule => q(←%spellout-cardinal-masculine← millones[ →→]),
744             },
745             '1000000000000' => {
746             base_value => q(1000000000000),
747             divisor => q(1000000000000),
748             rule => q(un billón[ →→]),
749             },
750             '2000000000000' => {
751             base_value => q(2000000000000),
752             divisor => q(1000000000000),
753             rule => q(←%spellout-cardinal-masculine← billiones[ →→]),
754             },
755             '1000000000000000000' => {
756             base_value => q(1000000000000000000),
757             divisor => q(1000000000000000000),
758             rule => q(=#,##0=),
759             },
760             'max' => {
761             base_value => q(1000000000000000000),
762             divisor => q(1000000000000000000),
763             rule => q(=#,##0=),
764             },
765             },
766             },
767             'spellout-numbering-year' => {
768             'public' => {
769             '0' => {
770             base_value => q(0),
771             divisor => q(1),
772             rule => q(=%spellout-numbering=),
773             },
774             'x.x' => {
775             divisor => q(1),
776             rule => q(=#,###0.#=),
777             },
778             'max' => {
779             divisor => q(1),
780             rule => q(=#,###0.#=),
781             },
782             },
783             },
784             'spellout-ordinal-feminine' => {
785             'public' => {
786             '-x' => {
787             divisor => q(1),
788             rule => q(menos →→),
789             },
790             '0' => {
791             base_value => q(0),
792             divisor => q(1),
793             rule => q(cero),
794             },
795             'x.x' => {
796             divisor => q(1),
797             rule => q(=#,##0.#=),
798             },
799             '1' => {
800             base_value => q(1),
801             divisor => q(1),
802             rule => q(primera),
803             },
804             '2' => {
805             base_value => q(2),
806             divisor => q(1),
807             rule => q(segunda),
808             },
809             '3' => {
810             base_value => q(3),
811             divisor => q(1),
812             rule => q(tercera),
813             },
814             '4' => {
815             base_value => q(4),
816             divisor => q(1),
817             rule => q(cuarta),
818             },
819             '5' => {
820             base_value => q(5),
821             divisor => q(1),
822             rule => q(quinta),
823             },
824             '6' => {
825             base_value => q(6),
826             divisor => q(1),
827             rule => q(sexta),
828             },
829             '7' => {
830             base_value => q(7),
831             divisor => q(1),
832             rule => q(séptima),
833             },
834             '8' => {
835             base_value => q(8),
836             divisor => q(1),
837             rule => q(octava),
838             },
839             '9' => {
840             base_value => q(9),
841             divisor => q(1),
842             rule => q(novena),
843             },
844             '10' => {
845             base_value => q(10),
846             divisor => q(10),
847             rule => q(décima),
848             },
849             '11' => {
850             base_value => q(11),
851             divisor => q(10),
852             rule => q(decimo→→),
853             },
854             '18' => {
855             base_value => q(18),
856             divisor => q(10),
857             rule => q(decim→→),
858             },
859             '19' => {
860             base_value => q(19),
861             divisor => q(10),
862             rule => q(decimo→→),
863             },
864             '20' => {
865             base_value => q(20),
866             divisor => q(10),
867             rule => q(vigésima[ →→]),
868             },
869             '30' => {
870             base_value => q(30),
871             divisor => q(10),
872             rule => q(trigésima[ →→]),
873             },
874             '40' => {
875             base_value => q(40),
876             divisor => q(10),
877             rule => q(cuadragésima[ →→]),
878             },
879             '50' => {
880             base_value => q(50),
881             divisor => q(10),
882             rule => q(quincuagésima[ →→]),
883             },
884             '60' => {
885             base_value => q(60),
886             divisor => q(10),
887             rule => q(sexagésima[ →→]),
888             },
889             '70' => {
890             base_value => q(70),
891             divisor => q(10),
892             rule => q(septuagésima[ →→]),
893             },
894             '80' => {
895             base_value => q(80),
896             divisor => q(10),
897             rule => q(octogésima[ →→]),
898             },
899             '90' => {
900             base_value => q(90),
901             divisor => q(10),
902             rule => q(nonagésima[ →→]),
903             },
904             '100' => {
905             base_value => q(100),
906             divisor => q(100),
907             rule => q(centésima[ →→]),
908             },
909             '200' => {
910             base_value => q(200),
911             divisor => q(100),
912             rule => q(ducentésima[ →→]),
913             },
914             '300' => {
915             base_value => q(300),
916             divisor => q(100),
917             rule => q(tricentésima[ →→]),
918             },
919             '400' => {
920             base_value => q(400),
921             divisor => q(100),
922             rule => q(cuadringentésima[ →→]),
923             },
924             '500' => {
925             base_value => q(500),
926             divisor => q(100),
927             rule => q(quingentésima[ →→]),
928             },
929             '600' => {
930             base_value => q(600),
931             divisor => q(100),
932             rule => q(sexcentésima[ →→]),
933             },
934             '700' => {
935             base_value => q(700),
936             divisor => q(100),
937             rule => q(septingentésima[ →→]),
938             },
939             '800' => {
940             base_value => q(800),
941             divisor => q(100),
942             rule => q(octingésima[ →→]),
943             },
944             '900' => {
945             base_value => q(900),
946             divisor => q(100),
947             rule => q(noningentésima[ →→]),
948             },
949             '1000' => {
950             base_value => q(1000),
951             divisor => q(1000),
952             rule => q(milésima[ →→]),
953             },
954             '2000' => {
955             base_value => q(2000),
956             divisor => q(1000),
957             rule => q(←%spellout-cardinal-masculine← milésima[ →→]),
958             },
959             '1000000' => {
960             base_value => q(1000000),
961             divisor => q(1000000),
962             rule => q(un millonésima[ →→]),
963             },
964             '2000000' => {
965             base_value => q(2000000),
966             divisor => q(1000000),
967             rule => q(←%spellout-cardinal-masculine← millonésima[ →→]),
968             },
969             '1000000000000' => {
970             base_value => q(1000000000000),
971             divisor => q(1000000000000),
972             rule => q(un billonésima[ →→]),
973             },
974             '2000000000000' => {
975             base_value => q(2000000000000),
976             divisor => q(1000000000000),
977             rule => q(←%spellout-cardinal-masculine← billonésima[ →→]),
978             },
979             '1000000000000000000' => {
980             base_value => q(1000000000000000000),
981             divisor => q(1000000000000000000),
982             rule => q(=#,##0=ª),
983             },
984             'max' => {
985             base_value => q(1000000000000000000),
986             divisor => q(1000000000000000000),
987             rule => q(=#,##0=ª),
988             },
989             },
990             },
991             'spellout-ordinal-feminine-plural' => {
992             'public' => {
993             '-x' => {
994             divisor => q(1),
995             rule => q(menos →→),
996             },
997             '0' => {
998             base_value => q(0),
999             divisor => q(1),
1000             rule => q(=%spellout-ordinal-feminine=),
1001             },
1002             'x.x' => {
1003             divisor => q(1),
1004             rule => q(=#,##0.#=),
1005             },
1006             '1' => {
1007             base_value => q(1),
1008             divisor => q(1),
1009             rule => q(=%spellout-ordinal-feminine=s),
1010             },
1011             '1000000000000000000' => {
1012             base_value => q(1000000000000000000),
1013             divisor => q(1000000000000000000),
1014             rule => q(=#,##0=ª),
1015             },
1016             'max' => {
1017             base_value => q(1000000000000000000),
1018             divisor => q(1000000000000000000),
1019             rule => q(=#,##0=ª),
1020             },
1021             },
1022             },
1023             'spellout-ordinal-masculine' => {
1024             'public' => {
1025             '-x' => {
1026             divisor => q(1),
1027             rule => q(menos →→),
1028             },
1029             '0' => {
1030             base_value => q(0),
1031             divisor => q(1),
1032             rule => q(cero),
1033             },
1034             'x.x' => {
1035             divisor => q(1),
1036             rule => q(=#,##0.#=),
1037             },
1038             '1' => {
1039             base_value => q(1),
1040             divisor => q(1),
1041             rule => q(primero),
1042             },
1043             '2' => {
1044             base_value => q(2),
1045             divisor => q(1),
1046             rule => q(segundo),
1047             },
1048             '3' => {
1049             base_value => q(3),
1050             divisor => q(1),
1051             rule => q(tercero),
1052             },
1053             '4' => {
1054             base_value => q(4),
1055             divisor => q(1),
1056             rule => q(cuarto),
1057             },
1058             '5' => {
1059             base_value => q(5),
1060             divisor => q(1),
1061             rule => q(quinto),
1062             },
1063             '6' => {
1064             base_value => q(6),
1065             divisor => q(1),
1066             rule => q(sexto),
1067             },
1068             '7' => {
1069             base_value => q(7),
1070             divisor => q(1),
1071             rule => q(séptimo),
1072             },
1073             '8' => {
1074             base_value => q(8),
1075             divisor => q(1),
1076             rule => q(octavo),
1077             },
1078             '9' => {
1079             base_value => q(9),
1080             divisor => q(1),
1081             rule => q(noveno),
1082             },
1083             '10' => {
1084             base_value => q(10),
1085             divisor => q(10),
1086             rule => q(décimo),
1087             },
1088             '11' => {
1089             base_value => q(11),
1090             divisor => q(10),
1091             rule => q(decimo→→),
1092             },
1093             '18' => {
1094             base_value => q(18),
1095             divisor => q(10),
1096             rule => q(decim→→),
1097             },
1098             '19' => {
1099             base_value => q(19),
1100             divisor => q(10),
1101             rule => q(decimo→→),
1102             },
1103             '20' => {
1104             base_value => q(20),
1105             divisor => q(10),
1106             rule => q(vigésimo[ →→]),
1107             },
1108             '30' => {
1109             base_value => q(30),
1110             divisor => q(10),
1111             rule => q(trigésimo[ →→]),
1112             },
1113             '40' => {
1114             base_value => q(40),
1115             divisor => q(10),
1116             rule => q(cuadragésimo[ →→]),
1117             },
1118             '50' => {
1119             base_value => q(50),
1120             divisor => q(10),
1121             rule => q(quincuagésimo[ →→]),
1122             },
1123             '60' => {
1124             base_value => q(60),
1125             divisor => q(10),
1126             rule => q(sexagésimo[ →→]),
1127             },
1128             '70' => {
1129             base_value => q(70),
1130             divisor => q(10),
1131             rule => q(septuagésimo[ →→]),
1132             },
1133             '80' => {
1134             base_value => q(80),
1135             divisor => q(10),
1136             rule => q(octogésimo[ →→]),
1137             },
1138             '90' => {
1139             base_value => q(90),
1140             divisor => q(10),
1141             rule => q(nonagésimo[ →→]),
1142             },
1143             '100' => {
1144             base_value => q(100),
1145             divisor => q(100),
1146             rule => q(centésimo[ →→]),
1147             },
1148             '200' => {
1149             base_value => q(200),
1150             divisor => q(100),
1151             rule => q(ducentésimo[ →→]),
1152             },
1153             '300' => {
1154             base_value => q(300),
1155             divisor => q(100),
1156             rule => q(tricentésimo[ →→]),
1157             },
1158             '400' => {
1159             base_value => q(400),
1160             divisor => q(100),
1161             rule => q(cuadringentésimo[ →→]),
1162             },
1163             '500' => {
1164             base_value => q(500),
1165             divisor => q(100),
1166             rule => q(quingentésimo[ →→]),
1167             },
1168             '600' => {
1169             base_value => q(600),
1170             divisor => q(100),
1171             rule => q(sexcentésimo[ →→]),
1172             },
1173             '700' => {
1174             base_value => q(700),
1175             divisor => q(100),
1176             rule => q(septingentésimo[ →→]),
1177             },
1178             '800' => {
1179             base_value => q(800),
1180             divisor => q(100),
1181             rule => q(octingésimo[ →→]),
1182             },
1183             '900' => {
1184             base_value => q(900),
1185             divisor => q(100),
1186             rule => q(noningentésimo[ →→]),
1187             },
1188             '1000' => {
1189             base_value => q(1000),
1190             divisor => q(1000),
1191             rule => q(milésimo[ →→]),
1192             },
1193             '2000' => {
1194             base_value => q(2000),
1195             divisor => q(1000),
1196             rule => q(←%spellout-cardinal-masculine← milésimo[ →→]),
1197             },
1198             '1000000' => {
1199             base_value => q(1000000),
1200             divisor => q(1000000),
1201             rule => q(un millonésimo[ →→]),
1202             },
1203             '2000000' => {
1204             base_value => q(2000000),
1205             divisor => q(1000000),
1206             rule => q(←%spellout-cardinal-masculine← millonésimo[ →→]),
1207             },
1208             '1000000000000' => {
1209             base_value => q(1000000000000),
1210             divisor => q(1000000000000),
1211             rule => q(un billonésimo[ →→]),
1212             },
1213             '2000000000000' => {
1214             base_value => q(2000000000000),
1215             divisor => q(1000000000000),
1216             rule => q(←%spellout-cardinal-masculine← billonésimo[ →→]),
1217             },
1218             '1000000000000000000' => {
1219             base_value => q(1000000000000000000),
1220             divisor => q(1000000000000000000),
1221             rule => q(=#,##0=º),
1222             },
1223             'max' => {
1224             base_value => q(1000000000000000000),
1225             divisor => q(1000000000000000000),
1226             rule => q(=#,##0=º),
1227             },
1228             },
1229             },
1230             'spellout-ordinal-masculine-adjective' => {
1231             'public' => {
1232             '-x' => {
1233             divisor => q(1),
1234             rule => q(menos →→),
1235             },
1236             '0' => {
1237             base_value => q(0),
1238             divisor => q(1),
1239             rule => q(cero),
1240             },
1241             'x.x' => {
1242             divisor => q(1),
1243             rule => q(=#,##0.#=),
1244             },
1245             '1' => {
1246             base_value => q(1),
1247             divisor => q(1),
1248             rule => q(primer),
1249             },
1250             '2' => {
1251             base_value => q(2),
1252             divisor => q(1),
1253             rule => q(segundo),
1254             },
1255             '3' => {
1256             base_value => q(3),
1257             divisor => q(1),
1258             rule => q(tercer),
1259             },
1260             '4' => {
1261             base_value => q(4),
1262             divisor => q(1),
1263             rule => q(cuarto),
1264             },
1265             '5' => {
1266             base_value => q(5),
1267             divisor => q(1),
1268             rule => q(quinto),
1269             },
1270             '6' => {
1271             base_value => q(6),
1272             divisor => q(1),
1273             rule => q(sexto),
1274             },
1275             '7' => {
1276             base_value => q(7),
1277             divisor => q(1),
1278             rule => q(séptimo),
1279             },
1280             '8' => {
1281             base_value => q(8),
1282             divisor => q(1),
1283             rule => q(octavo),
1284             },
1285             '9' => {
1286             base_value => q(9),
1287             divisor => q(1),
1288             rule => q(noveno),
1289             },
1290             '10' => {
1291             base_value => q(10),
1292             divisor => q(10),
1293             rule => q(décimo),
1294             },
1295             '11' => {
1296             base_value => q(11),
1297             divisor => q(10),
1298             rule => q(undécimo),
1299             },
1300             '12' => {
1301             base_value => q(12),
1302             divisor => q(10),
1303             rule => q(duodécimo),
1304             },
1305             '13' => {
1306             base_value => q(13),
1307             divisor => q(10),
1308             rule => q(decimo→→),
1309             },
1310             '18' => {
1311             base_value => q(18),
1312             divisor => q(10),
1313             rule => q(decim→→),
1314             },
1315             '19' => {
1316             base_value => q(19),
1317             divisor => q(10),
1318             rule => q(decimo→→),
1319             },
1320             '20' => {
1321             base_value => q(20),
1322             divisor => q(10),
1323             rule => q(vigésimo[ →→]),
1324             },
1325             '30' => {
1326             base_value => q(30),
1327             divisor => q(10),
1328             rule => q(trigésimo[ →→]),
1329             },
1330             '40' => {
1331             base_value => q(40),
1332             divisor => q(10),
1333             rule => q(cuadragésimo[ →→]),
1334             },
1335             '50' => {
1336             base_value => q(50),
1337             divisor => q(10),
1338             rule => q(quincuagésimo[ →→]),
1339             },
1340             '60' => {
1341             base_value => q(60),
1342             divisor => q(10),
1343             rule => q(sexagésimo[ →→]),
1344             },
1345             '70' => {
1346             base_value => q(70),
1347             divisor => q(10),
1348             rule => q(septuagésimo[ →→]),
1349             },
1350             '80' => {
1351             base_value => q(80),
1352             divisor => q(10),
1353             rule => q(octogésimo[ →→]),
1354             },
1355             '90' => {
1356             base_value => q(90),
1357             divisor => q(10),
1358             rule => q(nonagésimo[ →→]),
1359             },
1360             '100' => {
1361             base_value => q(100),
1362             divisor => q(100),
1363             rule => q(centésimo[ →→]),
1364             },
1365             '200' => {
1366             base_value => q(200),
1367             divisor => q(100),
1368             rule => q(ducentésimo[ →→]),
1369             },
1370             '300' => {
1371             base_value => q(300),
1372             divisor => q(100),
1373             rule => q(tricentésimo[ →→]),
1374             },
1375             '400' => {
1376             base_value => q(400),
1377             divisor => q(100),
1378             rule => q(cuadringentésimo[ →→]),
1379             },
1380             '500' => {
1381             base_value => q(500),
1382             divisor => q(100),
1383             rule => q(quingentésimo[ →→]),
1384             },
1385             '600' => {
1386             base_value => q(600),
1387             divisor => q(100),
1388             rule => q(sexcentésimo[ →→]),
1389             },
1390             '700' => {
1391             base_value => q(700),
1392             divisor => q(100),
1393             rule => q(septingentésimo[ →→]),
1394             },
1395             '800' => {
1396             base_value => q(800),
1397             divisor => q(100),
1398             rule => q(octingésimo[ →→]),
1399             },
1400             '900' => {
1401             base_value => q(900),
1402             divisor => q(100),
1403             rule => q(noningentésimo[ →→]),
1404             },
1405             '1000' => {
1406             base_value => q(1000),
1407             divisor => q(1000),
1408             rule => q(milésimo[ →→]),
1409             },
1410             '2000' => {
1411             base_value => q(2000),
1412             divisor => q(1000),
1413             rule => q(←%spellout-cardinal-masculine← milésimo[ →→]),
1414             },
1415             '1000000' => {
1416             base_value => q(1000000),
1417             divisor => q(1000000),
1418             rule => q(un millonésimo[ →→]),
1419             },
1420             '2000000' => {
1421             base_value => q(2000000),
1422             divisor => q(1000000),
1423             rule => q(←%spellout-cardinal-masculine← millonésimo[ →→]),
1424             },
1425             '1000000000000' => {
1426             base_value => q(1000000000000),
1427             divisor => q(1000000000000),
1428             rule => q(un billonésimo[ →→]),
1429             },
1430             '2000000000000' => {
1431             base_value => q(2000000000000),
1432             divisor => q(1000000000000),
1433             rule => q(←%spellout-cardinal-masculine← billonésimo[ →→]),
1434             },
1435             '1000000000000000000' => {
1436             base_value => q(1000000000000000000),
1437             divisor => q(1000000000000000000),
1438             rule => q(=#,##0=º),
1439             },
1440             'max' => {
1441             base_value => q(1000000000000000000),
1442             divisor => q(1000000000000000000),
1443             rule => q(=#,##0=º),
1444             },
1445             },
1446             },
1447             'spellout-ordinal-masculine-plural' => {
1448             'public' => {
1449             '-x' => {
1450             divisor => q(1),
1451             rule => q(menos →→),
1452             },
1453             '0' => {
1454             base_value => q(0),
1455             divisor => q(1),
1456             rule => q(=%spellout-ordinal-masculine=),
1457             },
1458             'x.x' => {
1459             divisor => q(1),
1460             rule => q(=#,##0.#=),
1461             },
1462             '1' => {
1463             base_value => q(1),
1464             divisor => q(1),
1465             rule => q(=%spellout-ordinal-masculine=s),
1466             },
1467             '1000000000000000000' => {
1468             base_value => q(1000000000000000000),
1469             divisor => q(1000000000000000000),
1470             rule => q(=#,##0=º),
1471             },
1472             'max' => {
1473             base_value => q(1000000000000000000),
1474             divisor => q(1000000000000000000),
1475             rule => q(=#,##0=º),
1476             },
1477             },
1478             },
1479             } },
1480             );
1481              
1482             # Need to add code for Key type pattern
1483             sub display_name_pattern {
1484 0     0 0   my ($self, $name, $region, $script, $variant) = @_;
1485              
1486 0           my $display_pattern = '{0} ({1})';
1487 0           $display_pattern =~s/\{0\}/$name/g;
1488 0           my $subtags = join '{0}, {1}', grep {$_} (
  0            
1489             $region,
1490             $script,
1491             $variant,
1492             );
1493              
1494 0           $display_pattern =~s/\{1\}/$subtags/g;
1495 0           return $display_pattern;
1496             }
1497              
1498             has 'display_name_language' => (
1499             is => 'ro',
1500             isa => CodeRef,
1501             init_arg => undef,
1502             default => sub {
1503             sub {
1504             my %languages = (
1505             'aa' => 'afar',
1506             'ab' => 'abjasio',
1507             'ace' => 'acehnés',
1508             'ach' => 'acoli',
1509             'ada' => 'adangme',
1510             'ady' => 'adigeo',
1511             'ae' => 'avéstico',
1512             'af' => 'afrikáans',
1513             'afh' => 'afrihili',
1514             'agq' => 'aghem',
1515             'ain' => 'ainu',
1516             'ak' => 'akan',
1517             'akk' => 'acadio',
1518             'ale' => 'aleutiano',
1519             'alt' => 'altái meridional',
1520             'am' => 'amárico',
1521             'an' => 'aragonés',
1522             'ang' => 'inglés antiguo',
1523             'anp' => 'angika',
1524             'ar' => 'árabe',
1525             'ar_001' => 'árabe estándar moderno',
1526             'arc' => 'arameo',
1527             'arn' => 'mapuche',
1528             'arp' => 'arapaho',
1529             'arw' => 'arahuaco',
1530             'as' => 'asamés',
1531             'asa' => 'asu',
1532             'ast' => 'asturiano',
1533             'av' => 'avar',
1534             'awa' => 'avadhi',
1535             'ay' => 'aimara',
1536             'az' => 'azerbaiyano',
1537             'az@alt=short' => 'azerí',
1538             'ba' => 'baskir',
1539             'bal' => 'baluchi',
1540             'ban' => 'balinés',
1541             'bas' => 'basa',
1542             'bax' => 'bamun',
1543             'bbj' => 'ghomala',
1544             'be' => 'bielorruso',
1545             'bej' => 'beja',
1546             'bem' => 'bemba',
1547             'bez' => 'bena',
1548             'bfd' => 'bafut',
1549             'bg' => 'búlgaro',
1550             'bgn' => 'baluchi occidental',
1551             'bho' => 'bhojpuri',
1552             'bi' => 'bislama',
1553             'bik' => 'bicol',
1554             'bin' => 'bini',
1555             'bkm' => 'kom',
1556             'bla' => 'siksika',
1557             'bm' => 'bambara',
1558             'bn' => 'bengalí',
1559             'bo' => 'tibetano',
1560             'br' => 'bretón',
1561             'bra' => 'braj',
1562             'brx' => 'bodo',
1563             'bs' => 'bosnio',
1564             'bss' => 'akoose',
1565             'bua' => 'buriat',
1566             'bug' => 'buginés',
1567             'bum' => 'bulu',
1568             'byn' => 'blin',
1569             'byv' => 'medumba',
1570             'ca' => 'catalán',
1571             'cad' => 'caddo',
1572             'car' => 'caribe',
1573             'cay' => 'cayuga',
1574             'cch' => 'atsam',
1575             'ce' => 'checheno',
1576             'ceb' => 'cebuano',
1577             'cgg' => 'chiga',
1578             'ch' => 'chamorro',
1579             'chb' => 'chibcha',
1580             'chg' => 'chagatái',
1581             'chk' => 'trukés',
1582             'chm' => 'marí',
1583             'chn' => 'jerga chinuk',
1584             'cho' => 'choctaw',
1585             'chp' => 'chipewyan',
1586             'chr' => 'cheroqui',
1587             'chy' => 'cheyene',
1588             'ckb' => 'kurdo sorani',
1589             'co' => 'corso',
1590             'cop' => 'copto',
1591             'cr' => 'cree',
1592             'crh' => 'tártaro de Crimea',
1593             'cs' => 'checo',
1594             'csb' => 'casubio',
1595             'cu' => 'eslavo eclesiástico',
1596             'cv' => 'chuvasio',
1597             'cy' => 'galés',
1598             'da' => 'danés',
1599             'dak' => 'dakota',
1600             'dar' => 'dargva',
1601             'dav' => 'taita',
1602             'de' => 'alemán',
1603             'de_AT' => 'alemán austríaco',
1604             'de_CH' => 'alto alemán suizo',
1605             'del' => 'delaware',
1606             'den' => 'slave',
1607             'dgr' => 'dogrib',
1608             'din' => 'dinka',
1609             'dje' => 'zarma',
1610             'doi' => 'dogri',
1611             'dsb' => 'bajo sorbio',
1612             'dua' => 'duala',
1613             'dum' => 'neerlandés medieval',
1614             'dv' => 'divehi',
1615             'dyo' => 'jola-fonyi',
1616             'dyu' => 'diula',
1617             'dz' => 'dzongkha',
1618             'dzg' => 'dazaga',
1619             'ebu' => 'embu',
1620             'ee' => 'ewé',
1621             'efi' => 'efik',
1622             'egy' => 'egipcio antiguo',
1623             'eka' => 'ekajuk',
1624             'el' => 'griego',
1625             'elx' => 'elamita',
1626             'en' => 'inglés',
1627             'en_AU' => 'inglés australiano',
1628             'en_CA' => 'inglés canadiense',
1629             'en_GB' => 'inglés británico',
1630             'en_GB@alt=short' => 'inglés (RU)',
1631             'en_US' => 'inglés estadounidense',
1632             'en_US@alt=short' => 'inglés (EE. UU.)',
1633             'enm' => 'inglés medieval',
1634             'eo' => 'esperanto',
1635             'es' => 'español',
1636             'es_419' => 'español latinoamericano',
1637             'es_ES' => 'español de España',
1638             'es_MX' => 'español de México',
1639             'et' => 'estonio',
1640             'eu' => 'euskera',
1641             'ewo' => 'ewondo',
1642             'fa' => 'persa',
1643             'fan' => 'fang',
1644             'fat' => 'fanti',
1645             'ff' => 'fula',
1646             'fi' => 'finés',
1647             'fil' => 'filipino',
1648             'fj' => 'fiyiano',
1649             'fo' => 'feroés',
1650             'fon' => 'fon',
1651             'fr' => 'francés',
1652             'fr_CA' => 'francés canadiense',
1653             'fr_CH' => 'francés suizo',
1654             'frm' => 'francés medieval',
1655             'fro' => 'francés antiguo',
1656             'frr' => 'frisón septentrional',
1657             'frs' => 'frisón oriental',
1658             'fur' => 'friulano',
1659             'fy' => 'frisón occidental',
1660             'ga' => 'irlandés',
1661             'gaa' => 'ga',
1662             'gag' => 'gagauzo',
1663             'gay' => 'gayo',
1664             'gba' => 'gbaya',
1665             'gd' => 'gaélico escocés',
1666             'gez' => 'geez',
1667             'gil' => 'gilbertés',
1668             'gl' => 'gallego',
1669             'gmh' => 'alemán de la alta edad media',
1670             'gn' => 'guaraní',
1671             'goh' => 'alemán de la alta edad antigua',
1672             'gon' => 'gondi',
1673             'gor' => 'gorontalo',
1674             'got' => 'gótico',
1675             'grb' => 'grebo',
1676             'grc' => 'griego antiguo',
1677             'gsw' => 'alemán suizo',
1678             'gu' => 'gujarati',
1679             'guz' => 'gusii',
1680             'gv' => 'manés',
1681             'gwi' => 'kutchin',
1682             'ha' => 'hausa',
1683             'hai' => 'haida',
1684             'haw' => 'hawaiano',
1685             'he' => 'hebreo',
1686             'hi' => 'hindi',
1687             'hil' => 'hiligaynon',
1688             'hit' => 'hitita',
1689             'hmn' => 'hmong',
1690             'ho' => 'hiri motu',
1691             'hr' => 'croata',
1692             'hsb' => 'alto sorbio',
1693             'ht' => 'haitiano',
1694             'hu' => 'húngaro',
1695             'hup' => 'hupa',
1696             'hy' => 'armenio',
1697             'hz' => 'herero',
1698             'ia' => 'interlingua',
1699             'iba' => 'iban',
1700             'ibb' => 'ibibio',
1701             'id' => 'indonesio',
1702             'ie' => 'interlingue',
1703             'ig' => 'igbo',
1704             'ii' => 'yi de Sichuán',
1705             'ik' => 'inupiaq',
1706             'ilo' => 'ilocano',
1707             'inh' => 'ingush',
1708             'io' => 'ido',
1709             'is' => 'islandés',
1710             'it' => 'italiano',
1711             'iu' => 'inuktitut',
1712             'ja' => 'japonés',
1713             'jbo' => 'lojban',
1714             'jgo' => 'ngomba',
1715             'jmc' => 'machame',
1716             'jpr' => 'judeo-persa',
1717             'jrb' => 'judeo-árabe',
1718             'jv' => 'javanés',
1719             'ka' => 'georgiano',
1720             'kaa' => 'karakalpako',
1721             'kab' => 'cabila',
1722             'kac' => 'kachin',
1723             'kaj' => 'jju',
1724             'kam' => 'kamba',
1725             'kaw' => 'kawi',
1726             'kbd' => 'kabardiano',
1727             'kbl' => 'kanembu',
1728             'kcg' => 'tyap',
1729             'kde' => 'makonde',
1730             'kea' => 'criollo caboverdiano',
1731             'kfo' => 'koro',
1732             'kg' => 'kongo',
1733             'kha' => 'khasi',
1734             'kho' => 'kotanés',
1735             'khq' => 'koyra chiini',
1736             'ki' => 'kikuyu',
1737             'kj' => 'kuanyama',
1738             'kk' => 'kazajo',
1739             'kkj' => 'kako',
1740             'kl' => 'groenlandés',
1741             'kln' => 'kalenjin',
1742             'km' => 'jemer',
1743             'kmb' => 'kimbundu',
1744             'kn' => 'canarés',
1745             'ko' => 'coreano',
1746             'koi' => 'komi permio',
1747             'kok' => 'konkaní',
1748             'kos' => 'kosraeano',
1749             'kpe' => 'kpelle',
1750             'kr' => 'kanuri',
1751             'krc' => 'karachay-balkar',
1752             'krl' => 'carelio',
1753             'kru' => 'kurukh',
1754             'ks' => 'cachemiro',
1755             'ksb' => 'shambala',
1756             'ksf' => 'bafia',
1757             'ksh' => 'kölsch',
1758             'ku' => 'kurdo',
1759             'kum' => 'kumyk',
1760             'kut' => 'kutenai',
1761             'kv' => 'komi',
1762             'kw' => 'córnico',
1763             'ky' => 'kirguís',
1764             'la' => 'latín',
1765             'lad' => 'ladino',
1766             'lag' => 'langi',
1767             'lah' => 'lahnda',
1768             'lam' => 'lamba',
1769             'lb' => 'luxemburgués',
1770             'lez' => 'lezgiano',
1771             'lg' => 'ganda',
1772             'li' => 'limburgués',
1773             'lkt' => 'lakota',
1774             'ln' => 'lingala',
1775             'lo' => 'laosiano',
1776             'lol' => 'mongo',
1777             'loz' => 'lozi',
1778             'lrc' => 'lorí septentrional',
1779             'lt' => 'lituano',
1780             'lu' => 'luba-katanga',
1781             'lua' => 'luba-lulua',
1782             'lui' => 'luiseño',
1783             'lun' => 'lunda',
1784             'luo' => 'luo',
1785             'lus' => 'lushai',
1786             'luy' => 'luyia',
1787             'lv' => 'letón',
1788             'mad' => 'madurés',
1789             'maf' => 'mafa',
1790             'mag' => 'magahi',
1791             'mai' => 'maithili',
1792             'mak' => 'macasar',
1793             'man' => 'mandingo',
1794             'mas' => 'masái',
1795             'mde' => 'maba',
1796             'mdf' => 'moksha',
1797             'mdr' => 'mandar',
1798             'men' => 'mende',
1799             'mer' => 'meru',
1800             'mfe' => 'criollo mauriciano',
1801             'mg' => 'malgache',
1802             'mga' => 'irlandés medieval',
1803             'mgh' => 'makhuwa-meetto',
1804             'mgo' => 'meta’',
1805             'mh' => 'marshalés',
1806             'mi' => 'maorí',
1807             'mic' => 'micmac',
1808             'min' => 'minangkabau',
1809             'mk' => 'macedonio',
1810             'ml' => 'malayalam',
1811             'mn' => 'mongol',
1812             'mnc' => 'manchú',
1813             'mni' => 'manipuri',
1814             'moh' => 'mohawk',
1815             'mos' => 'mossi',
1816             'mr' => 'maratí',
1817             'ms' => 'malayo',
1818             'mt' => 'maltés',
1819             'mua' => 'mundang',
1820             'mul' => 'lenguas múltiples',
1821             'mus' => 'creek',
1822             'mwl' => 'mirandés',
1823             'mwr' => 'marwari',
1824             'my' => 'birmano',
1825             'mye' => 'myene',
1826             'myv' => 'erzya',
1827             'mzn' => 'mazandaraní',
1828             'na' => 'nauruano',
1829             'nap' => 'napolitano',
1830             'naq' => 'nama',
1831             'nb' => 'noruego bokmal',
1832             'nd' => 'ndebele septentrional',
1833             'nds' => 'bajo alemán',
1834             'ne' => 'nepalí',
1835             'new' => 'newari',
1836             'ng' => 'ndonga',
1837             'nia' => 'nias',
1838             'niu' => 'niueano',
1839             'nl' => 'neerlandés',
1840             'nl_BE' => 'flamenco',
1841             'nmg' => 'kwasio',
1842             'nn' => 'noruego nynorsk',
1843             'nnh' => 'ngiemboon',
1844             'no' => 'noruego',
1845             'nog' => 'nogai',
1846             'non' => 'nórdico antiguo',
1847             'nqo' => 'n’ko',
1848             'nr' => 'ndebele meridional',
1849             'nso' => 'sotho septentrional',
1850             'nus' => 'nuer',
1851             'nv' => 'navajo',
1852             'nwc' => 'newari clásico',
1853             'ny' => 'nyanja',
1854             'nym' => 'nyamwezi',
1855             'nyn' => 'nyankole',
1856             'nyo' => 'nyoro',
1857             'nzi' => 'nzima',
1858             'oc' => 'occitano',
1859             'oj' => 'ojibwa',
1860             'om' => 'oromo',
1861             'or' => 'oriya',
1862             'os' => 'osético',
1863             'osa' => 'osage',
1864             'ota' => 'turco otomano',
1865             'pa' => 'panyabí',
1866             'pag' => 'pangasinán',
1867             'pal' => 'pahlavi',
1868             'pam' => 'pampanga',
1869             'pap' => 'papiamento',
1870             'pau' => 'palauano',
1871             'peo' => 'persa antiguo',
1872             'phn' => 'fenicio',
1873             'pi' => 'pali',
1874             'pl' => 'polaco',
1875             'pon' => 'pohnpeiano',
1876             'pro' => 'provenzal antiguo',
1877             'ps' => 'pastún',
1878             'ps@alt=variant' => 'pastú',
1879             'pt' => 'portugués',
1880             'pt_BR' => 'portugués de Brasil',
1881             'pt_PT' => 'portugués de Portugal',
1882             'qu' => 'quechua',
1883             'quc' => 'quiché',
1884             'raj' => 'rajasthani',
1885             'rap' => 'rapanui',
1886             'rar' => 'rarotongano',
1887             'rm' => 'retorrománico',
1888             'rn' => 'kiroundi',
1889             'ro' => 'rumano',
1890             'ro_MD' => 'moldavo',
1891             'rof' => 'rombo',
1892             'rom' => 'romaní',
1893             'root' => 'raíz',
1894             'ru' => 'ruso',
1895             'rup' => 'arrumano',
1896             'rw' => 'kinyarwanda',
1897             'rwk' => 'rwa',
1898             'sa' => 'sánscrito',
1899             'sad' => 'sandawe',
1900             'sah' => 'sakha',
1901             'sam' => 'arameo samaritano',
1902             'saq' => 'samburu',
1903             'sas' => 'sasak',
1904             'sat' => 'santali',
1905             'sba' => 'ngambay',
1906             'sbp' => 'sangu',
1907             'sc' => 'sardo',
1908             'scn' => 'siciliano',
1909             'sco' => 'escocés',
1910             'sd' => 'sindhi',
1911             'sdh' => 'kurdo meridional',
1912             'se' => 'sami septentrional',
1913             'see' => 'seneca',
1914             'seh' => 'sena',
1915             'sel' => 'selkup',
1916             'ses' => 'koyraboro senni',
1917             'sg' => 'sango',
1918             'sga' => 'irlandés antiguo',
1919             'sh' => 'serbocroata',
1920             'shi' => 'tashelhit',
1921             'shn' => 'shan',
1922             'shu' => 'árabe chadiano',
1923             'si' => 'cingalés',
1924             'sid' => 'sidamo',
1925             'sk' => 'eslovaco',
1926             'sl' => 'esloveno',
1927             'sm' => 'samoano',
1928             'sma' => 'sami meridional',
1929             'smj' => 'sami lule',
1930             'smn' => 'sami inari',
1931             'sms' => 'sami skolt',
1932             'sn' => 'shona',
1933             'snk' => 'soninké',
1934             'so' => 'somalí',
1935             'sog' => 'sogdiano',
1936             'sq' => 'albanés',
1937             'sr' => 'serbio',
1938             'srn' => 'sranan tongo',
1939             'srr' => 'serer',
1940             'ss' => 'siswati',
1941             'ssy' => 'saho',
1942             'st' => 'sesotho meridional',
1943             'su' => 'sundanés',
1944             'suk' => 'sukuma',
1945             'sus' => 'susu',
1946             'sux' => 'sumerio',
1947             'sv' => 'sueco',
1948             'sw' => 'suajili',
1949             'sw_CD' => 'suajili del Congo',
1950             'swb' => 'comorense',
1951             'syc' => 'siríaco clásico',
1952             'syr' => 'siriaco',
1953             'ta' => 'tamil',
1954             'te' => 'telugu',
1955             'tem' => 'temne',
1956             'teo' => 'teso',
1957             'ter' => 'tereno',
1958             'tet' => 'tetún',
1959             'tg' => 'tayiko',
1960             'th' => 'tailandés',
1961             'ti' => 'tigriña',
1962             'tig' => 'tigré',
1963             'tiv' => 'tiv',
1964             'tk' => 'turcomano',
1965             'tkl' => 'tokelauano',
1966             'tl' => 'tagalo',
1967             'tlh' => 'klingon',
1968             'tli' => 'tlingit',
1969             'tmh' => 'tamashek',
1970             'tn' => 'setchwana',
1971             'to' => 'tongano',
1972             'tog' => 'tonga del Nyasa',
1973             'tpi' => 'tok pisin',
1974             'tr' => 'turco',
1975             'trv' => 'taroko',
1976             'ts' => 'tsonga',
1977             'tsi' => 'tsimshiano',
1978             'tt' => 'tártaro',
1979             'tum' => 'tumbuka',
1980             'tvl' => 'tuvaluano',
1981             'tw' => 'twi',
1982             'twq' => 'tasawaq',
1983             'ty' => 'tahitiano',
1984             'tyv' => 'tuviniano',
1985             'tzm' => 'tamazight del Marruecos Central',
1986             'udm' => 'udmurt',
1987             'ug' => 'uigur',
1988             'ug@alt=variant' => 'uygur',
1989             'uga' => 'ugarítico',
1990             'uk' => 'ucraniano',
1991             'umb' => 'umbundu',
1992             'und' => 'lengua desconocida',
1993             'ur' => 'urdu',
1994             'uz' => 'uzbeko',
1995             'vai' => 'vai',
1996             've' => 'venda',
1997             'vi' => 'vietnamita',
1998             'vo' => 'volapük',
1999             'vot' => 'vótico',
2000             'vun' => 'vunjo',
2001             'wa' => 'valón',
2002             'wae' => 'walser',
2003             'wal' => 'walamo',
2004             'war' => 'waray',
2005             'was' => 'washo',
2006             'wbp' => 'warlpiri',
2007             'wo' => 'wolof',
2008             'xal' => 'kalmyk',
2009             'xh' => 'xhosa',
2010             'xog' => 'soga',
2011             'yao' => 'yao',
2012             'yap' => 'yapés',
2013             'yav' => 'yangben',
2014             'ybb' => 'yemba',
2015             'yi' => 'yídish',
2016             'yo' => 'yoruba',
2017             'yue' => 'cantonés',
2018             'za' => 'zhuang',
2019             'zap' => 'zapoteco',
2020             'zbl' => 'símbolos Bliss',
2021             'zen' => 'zenaga',
2022             'zgh' => 'tamazight estándar marroquí',
2023             'zh' => 'chino',
2024             'zh_Hans' => 'chino simplificado',
2025             'zh_Hant' => 'chino tradicional',
2026             'zu' => 'zulú',
2027             'zun' => 'zuni',
2028             'zxx' => 'sin contenido lingüístico',
2029             'zza' => 'zazaki',
2030              
2031             );
2032             if (@_) {
2033             return $languages{$_[0]};
2034             }
2035             return \%languages;
2036             }
2037             },
2038             );
2039              
2040             has 'display_name_script' => (
2041             is => 'ro',
2042             isa => CodeRef,
2043             init_arg => undef,
2044             default => sub {
2045             sub {
2046             my %scripts = (
2047             'Arab' => 'árabe',
2048             'Arab@alt=variant' => 'perso-árabe',
2049             'Armn' => 'armenio',
2050             'Avst' => 'avéstico',
2051             'Bali' => 'balinés',
2052             'Batk' => 'batak',
2053             'Beng' => 'bengalí',
2054             'Blis' => 'símbolos blis',
2055             'Bopo' => 'bopomofo',
2056             'Brah' => 'brahmi',
2057             'Brai' => 'braille',
2058             'Bugi' => 'buginés',
2059             'Buhd' => 'buhid',
2060             'Cans' => 'símbolos aborígenes canadienses unificados',
2061             'Cari' => 'cario',
2062             'Cham' => 'cham',
2063             'Cher' => 'cherokee',
2064             'Cirt' => 'cirth',
2065             'Copt' => 'copto',
2066             'Cprt' => 'chipriota',
2067             'Cyrl' => 'cirílico',
2068             'Cyrs' => 'cirílico del antiguo eslavo eclesiástico',
2069             'Deva' => 'devanagari',
2070             'Dsrt' => 'deseret',
2071             'Egyd' => 'egipcio demótico',
2072             'Egyh' => 'egipcio hierático',
2073             'Egyp' => 'jeroglíficos egipcios',
2074             'Ethi' => 'etiópico',
2075             'Geok' => 'georgiano eclesiástico',
2076             'Geor' => 'georgiano',
2077             'Glag' => 'glagolítico',
2078             'Goth' => 'gótico',
2079             'Grek' => 'griego',
2080             'Gujr' => 'gujarati',
2081             'Guru' => 'gurmuji',
2082             'Hang' => 'hangul',
2083             'Hani' => 'han',
2084             'Hano' => 'hanunoo',
2085             'Hans' => 'simplificado',
2086             'Hans@alt=stand-alone' => 'han simplificado',
2087             'Hant' => 'tradicional',
2088             'Hant@alt=stand-alone' => 'han tradicional',
2089             'Hebr' => 'hebreo',
2090             'Hira' => 'hiragana',
2091             'Hmng' => 'pahawh hmong',
2092             'Hrkt' => 'katakana o hiragana',
2093             'Hung' => 'húngaro antiguo',
2094             'Inds' => 'Indio (harappan)',
2095             'Ital' => 'antigua bastardilla',
2096             'Java' => 'javanés',
2097             'Jpan' => 'japonés',
2098             'Kali' => 'kayah li',
2099             'Kana' => 'katakana',
2100             'Khar' => 'kharosthi',
2101             'Khmr' => 'jemer',
2102             'Knda' => 'canarés',
2103             'Kore' => 'coreano',
2104             'Lana' => 'lanna',
2105             'Laoo' => 'lao',
2106             'Latf' => 'latino fraktur',
2107             'Latg' => 'latino gaélico',
2108             'Latn' => 'latín',
2109             'Lepc' => 'lepcha',
2110             'Limb' => 'limbu',
2111             'Lina' => 'lineal A',
2112             'Linb' => 'lineal B',
2113             'Lyci' => 'licio',
2114             'Lydi' => 'lidio',
2115             'Mand' => 'mandeo',
2116             'Maya' => 'jeroglíficos mayas',
2117             'Mero' => 'meroítico',
2118             'Mlym' => 'malayálam',
2119             'Mong' => 'mongol',
2120             'Moon' => 'moon',
2121             'Mtei' => 'manipuri',
2122             'Mymr' => 'birmano',
2123             'Nkoo' => 'n’ko',
2124             'Ogam' => 'ogham',
2125             'Olck' => 'ol ciki',
2126             'Orkh' => 'orkhon',
2127             'Orya' => 'oriya',
2128             'Osma' => 'osmaniya',
2129             'Perm' => 'permiano antiguo',
2130             'Phag' => 'phags-pa',
2131             'Phnx' => 'fenicio',
2132             'Plrd' => 'Pollard Miao',
2133             'Rjng' => 'rejang',
2134             'Roro' => 'rongo-rongo',
2135             'Runr' => 'rúnico',
2136             'Sara' => 'sarati',
2137             'Saur' => 'saurashtra',
2138             'Sgnw' => 'SignWriting',
2139             'Shaw' => 'shaviano',
2140             'Sinh' => 'cingalés',
2141             'Sund' => 'sundanés',
2142             'Sylo' => 'syloti nagri',
2143             'Syrc' => 'siriaco',
2144             'Syre' => 'siriaco estrangelo',
2145             'Syrj' => 'siriaco occidental',
2146             'Syrn' => 'siriaco oriental',
2147             'Tagb' => 'tagbanúa',
2148             'Tale' => 'tai le',
2149             'Talu' => 'nuevo tai lue',
2150             'Taml' => 'tamil',
2151             'Telu' => 'telugu',
2152             'Teng' => 'tengwar',
2153             'Tfng' => 'tifinagh',
2154             'Tglg' => 'tagalo',
2155             'Thaa' => 'thaana',
2156             'Thai' => 'tailandés',
2157             'Tibt' => 'tibetano',
2158             'Ugar' => 'ugarítico',
2159             'Vaii' => 'vai',
2160             'Visp' => 'lenguaje visible',
2161             'Xpeo' => 'persa antiguo',
2162             'Xsux' => 'cuneiforme sumerio-acadio',
2163             'Yiii' => 'yi',
2164             'Zinh' => 'heredado',
2165             'Zsym' => 'símbolos',
2166             'Zxxx' => 'no escrito',
2167             'Zyyy' => 'común',
2168             'Zzzz' => 'alfabeto desconocido',
2169              
2170             );
2171             if ( @_ ) {
2172             return $scripts{$_[0]};
2173             }
2174             return \%scripts;
2175             }
2176             }
2177             );
2178              
2179             has 'display_name_region' => (
2180             is => 'ro',
2181             isa => HashRef[Str],
2182             init_arg => undef,
2183             default => sub {
2184             {
2185             '001' => 'Mundo',
2186             '002' => 'África',
2187             '003' => 'América del Norte',
2188             '005' => 'Sudamérica',
2189             '009' => 'Oceanía',
2190             '011' => 'África occidental',
2191             '013' => 'Centroamérica',
2192             '014' => 'África oriental',
2193             '015' => 'África septentrional',
2194             '017' => 'África central',
2195             '018' => 'África meridional',
2196             '019' => 'América',
2197             '021' => 'Norteamérica',
2198             '029' => 'Caribe',
2199             '030' => 'Asia oriental',
2200             '034' => 'Asia meridional',
2201             '035' => 'Sudeste asiático',
2202             '039' => 'Europa meridional',
2203             '053' => 'Australasia',
2204             '054' => 'Melanesia',
2205             '057' => 'Región de Micronesia',
2206             '061' => 'Polinesia',
2207             '142' => 'Asia',
2208             '143' => 'Asia central',
2209             '145' => 'Asia occidental',
2210             '150' => 'Europa',
2211             '151' => 'Europa oriental',
2212             '154' => 'Europa septentrional',
2213             '155' => 'Europa occidental',
2214             '419' => 'Latinoamérica',
2215             'AC' => 'Isla de la Ascensión',
2216             'AD' => 'Andorra',
2217             'AE' => 'Emiratos Árabes Unidos',
2218             'AF' => 'Afganistán',
2219             'AG' => 'Antigua y Barbuda',
2220             'AI' => 'Anguila',
2221             'AL' => 'Albania',
2222             'AM' => 'Armenia',
2223             'AO' => 'Angola',
2224             'AQ' => 'Antártida',
2225             'AR' => 'Argentina',
2226             'AS' => 'Samoa Americana',
2227             'AT' => 'Austria',
2228             'AU' => 'Australia',
2229             'AW' => 'Aruba',
2230             'AX' => 'Islas Ã…land',
2231             'AZ' => 'Azerbaiyán',
2232             'BA' => 'Bosnia-Herzegovina',
2233             'BB' => 'Barbados',
2234             'BD' => 'Bangladés',
2235             'BE' => 'Bélgica',
2236             'BF' => 'Burkina Faso',
2237             'BG' => 'Bulgaria',
2238             'BH' => 'Baréin',
2239             'BI' => 'Burundi',
2240             'BJ' => 'Benín',
2241             'BL' => 'San Bartolomé',
2242             'BM' => 'Bermudas',
2243             'BN' => 'Brunéi',
2244             'BO' => 'Bolivia',
2245             'BQ' => 'Caribe neerlandés',
2246             'BR' => 'Brasil',
2247             'BS' => 'Bahamas',
2248             'BT' => 'Bután',
2249             'BV' => 'Isla Bouvet',
2250             'BW' => 'Botsuana',
2251             'BY' => 'Bielorrusia',
2252             'BZ' => 'Belice',
2253             'CA' => 'Canadá',
2254             'CC' => 'Islas Cocos',
2255             'CD' => 'República Democrática del Congo',
2256             'CD@alt=variant' => 'Congo (República Democrática del Congo)',
2257             'CF' => 'República Centroafricana',
2258             'CG' => 'República del Congo',
2259             'CG@alt=variant' => 'Congo (República)',
2260             'CH' => 'Suiza',
2261             'CI' => 'Costa de Marfil',
2262             'CK' => 'Islas Cook',
2263             'CL' => 'Chile',
2264             'CM' => 'Camerún',
2265             'CN' => 'China',
2266             'CO' => 'Colombia',
2267             'CP' => 'Isla Clipperton',
2268             'CR' => 'Costa Rica',
2269             'CU' => 'Cuba',
2270             'CV' => 'Cabo Verde',
2271             'CW' => 'Curazao',
2272             'CX' => 'Isla de Navidad',
2273             'CY' => 'Chipre',
2274             'CZ' => 'República Checa',
2275             'DE' => 'Alemania',
2276             'DG' => 'Diego García',
2277             'DJ' => 'Yibuti',
2278             'DK' => 'Dinamarca',
2279             'DM' => 'Dominica',
2280             'DO' => 'República Dominicana',
2281             'DZ' => 'Argelia',
2282             'EA' => 'Ceuta y Melilla',
2283             'EC' => 'Ecuador',
2284             'EE' => 'Estonia',
2285             'EG' => 'Egipto',
2286             'EH' => 'Sáhara Occidental',
2287             'ER' => 'Eritrea',
2288             'ES' => 'España',
2289             'ET' => 'Etiopía',
2290             'EU' => 'Unión Europea',
2291             'FI' => 'Finlandia',
2292             'FJ' => 'Fiyi',
2293             'FK' => 'Islas Malvinas',
2294             'FK@alt=variant' => 'Islas Malvinas (Islas Falkland)',
2295             'FM' => 'Micronesia',
2296             'FO' => 'Islas Feroe',
2297             'FR' => 'Francia',
2298             'GA' => 'Gabón',
2299             'GB' => 'Reino Unido',
2300             'GB@alt=short' => 'RU',
2301             'GD' => 'Granada',
2302             'GE' => 'Georgia',
2303             'GF' => 'Guayana Francesa',
2304             'GG' => 'Guernesey',
2305             'GH' => 'Ghana',
2306             'GI' => 'Gibraltar',
2307             'GL' => 'Groenlandia',
2308             'GM' => 'Gambia',
2309             'GN' => 'Guinea',
2310             'GP' => 'Guadalupe',
2311             'GQ' => 'Guinea Ecuatorial',
2312             'GR' => 'Grecia',
2313             'GS' => 'Islas Georgia del Sur y Sandwich del Sur',
2314             'GT' => 'Guatemala',
2315             'GU' => 'Guam',
2316             'GW' => 'Guinea-Bisáu',
2317             'GY' => 'Guyana',
2318             'HK' => 'RAE de Hong Kong (China)',
2319             'HK@alt=short' => 'Hong Kong',
2320             'HM' => 'Islas Heard y McDonald',
2321             'HN' => 'Honduras',
2322             'HR' => 'Croacia',
2323             'HT' => 'Haití',
2324             'HU' => 'Hungría',
2325             'IC' => 'Canarias',
2326             'ID' => 'Indonesia',
2327             'IE' => 'Irlanda',
2328             'IL' => 'Israel',
2329             'IM' => 'Isla de Man',
2330             'IN' => 'India',
2331             'IO' => 'Territorio Británico del Océano Índico',
2332             'IQ' => 'Irak',
2333             'IR' => 'Irán',
2334             'IS' => 'Islandia',
2335             'IT' => 'Italia',
2336             'JE' => 'Jersey',
2337             'JM' => 'Jamaica',
2338             'JO' => 'Jordania',
2339             'JP' => 'Japón',
2340             'KE' => 'Kenia',
2341             'KG' => 'Kirguistán',
2342             'KH' => 'Camboya',
2343             'KI' => 'Kiribati',
2344             'KM' => 'Comoras',
2345             'KN' => 'San Cristóbal y Nieves',
2346             'KP' => 'Corea del Norte',
2347             'KR' => 'Corea del Sur',
2348             'KW' => 'Kuwait',
2349             'KY' => 'Islas Caimán',
2350             'KZ' => 'Kazajistán',
2351             'LA' => 'Laos',
2352             'LB' => 'Líbano',
2353             'LC' => 'Santa Lucía',
2354             'LI' => 'Liechtenstein',
2355             'LK' => 'Sri Lanka',
2356             'LR' => 'Liberia',
2357             'LS' => 'Lesoto',
2358             'LT' => 'Lituania',
2359             'LU' => 'Luxemburgo',
2360             'LV' => 'Letonia',
2361             'LY' => 'Libia',
2362             'MA' => 'Marruecos',
2363             'MC' => 'Mónaco',
2364             'MD' => 'Moldavia',
2365             'ME' => 'Montenegro',
2366             'MF' => 'San Martín',
2367             'MG' => 'Madagascar',
2368             'MH' => 'Islas Marshall',
2369             'MK' => 'Macedonia',
2370             'MK@alt=variant' => 'Macedonia (ERYM)',
2371             'ML' => 'Mali',
2372             'MM' => 'Myanmar (Birmania)',
2373             'MN' => 'Mongolia',
2374             'MO' => 'RAE de Macao (China)',
2375             'MO@alt=short' => 'Macao',
2376             'MP' => 'Islas Marianas del Norte',
2377             'MQ' => 'Martinica',
2378             'MR' => 'Mauritania',
2379             'MS' => 'Montserrat',
2380             'MT' => 'Malta',
2381             'MU' => 'Mauricio',
2382             'MV' => 'Maldivas',
2383             'MW' => 'Malaui',
2384             'MX' => 'México',
2385             'MY' => 'Malasia',
2386             'MZ' => 'Mozambique',
2387             'NA' => 'Namibia',
2388             'NC' => 'Nueva Caledonia',
2389             'NE' => 'Níger',
2390             'NF' => 'Isla Norfolk',
2391             'NG' => 'Nigeria',
2392             'NI' => 'Nicaragua',
2393             'NL' => 'Países Bajos',
2394             'NO' => 'Noruega',
2395             'NP' => 'Nepal',
2396             'NR' => 'Nauru',
2397             'NU' => 'Niue',
2398             'NZ' => 'Nueva Zelanda',
2399             'OM' => 'Omán',
2400             'PA' => 'Panamá',
2401             'PE' => 'Perú',
2402             'PF' => 'Polinesia Francesa',
2403             'PG' => 'Papúa Nueva Guinea',
2404             'PH' => 'Filipinas',
2405             'PK' => 'Pakistán',
2406             'PL' => 'Polonia',
2407             'PM' => 'San Pedro y Miquelón',
2408             'PN' => 'Islas Pitcairn',
2409             'PR' => 'Puerto Rico',
2410             'PS' => 'Territorios Palestinos',
2411             'PS@alt=short' => 'Palestina',
2412             'PT' => 'Portugal',
2413             'PW' => 'Palaos',
2414             'PY' => 'Paraguay',
2415             'QA' => 'Catar',
2416             'QO' => 'Territorios alejados de Oceanía',
2417             'RE' => 'Reunión',
2418             'RO' => 'Rumanía',
2419             'RS' => 'Serbia',
2420             'RU' => 'Rusia',
2421             'RW' => 'Ruanda',
2422             'SA' => 'Arabia Saudí',
2423             'SB' => 'Islas Salomón',
2424             'SC' => 'Seychelles',
2425             'SD' => 'Sudán',
2426             'SE' => 'Suecia',
2427             'SG' => 'Singapur',
2428             'SH' => 'Santa Elena',
2429             'SI' => 'Eslovenia',
2430             'SJ' => 'Svalbard y Jan Mayen',
2431             'SK' => 'Eslovaquia',
2432             'SL' => 'Sierra Leona',
2433             'SM' => 'San Marino',
2434             'SN' => 'Senegal',
2435             'SO' => 'Somalia',
2436             'SR' => 'Surinam',
2437             'SS' => 'Sudán del Sur',
2438             'ST' => 'Santo Tomé y Príncipe',
2439             'SV' => 'El Salvador',
2440             'SX' => 'Sint Maarten',
2441             'SY' => 'Siria',
2442             'SZ' => 'Suazilandia',
2443             'TA' => 'Tristán da Cunha',
2444             'TC' => 'Islas Turcas y Caicos',
2445             'TD' => 'Chad',
2446             'TF' => 'Territorios Australes Franceses',
2447             'TG' => 'Togo',
2448             'TH' => 'Tailandia',
2449             'TJ' => 'Tayikistán',
2450             'TK' => 'Tokelau',
2451             'TL' => 'Timor Oriental',
2452             'TM' => 'Turkmenistán',
2453             'TN' => 'Túnez',
2454             'TO' => 'Tonga',
2455             'TR' => 'Turquía',
2456             'TT' => 'Trinidad y Tobago',
2457             'TV' => 'Tuvalu',
2458             'TW' => 'Taiwán',
2459             'TZ' => 'Tanzania',
2460             'UA' => 'Ucrania',
2461             'UG' => 'Uganda',
2462             'UM' => 'Islas menores alejadas de EE. UU.',
2463             'US' => 'Estados Unidos',
2464             'US@alt=short' => 'EE. UU.',
2465             'UY' => 'Uruguay',
2466             'UZ' => 'Uzbekistán',
2467             'VA' => 'Ciudad del Vaticano',
2468             'VC' => 'San Vicente y las Granadinas',
2469             'VE' => 'Venezuela',
2470             'VG' => 'Islas Vírgenes Británicas',
2471             'VI' => 'Islas Vírgenes de EE. UU.',
2472             'VN' => 'Vietnam',
2473             'VU' => 'Vanuatu',
2474             'WF' => 'Wallis y Futuna',
2475             'WS' => 'Samoa',
2476             'XK' => 'Kosovo',
2477             'YE' => 'Yemen',
2478             'YT' => 'Mayotte',
2479             'ZA' => 'Sudáfrica',
2480             'ZM' => 'Zambia',
2481             'ZW' => 'Zimbabue',
2482             'ZZ' => 'Región desconocida',
2483              
2484             }
2485             },
2486             );
2487              
2488             has 'display_name_variant' => (
2489             is => 'ro',
2490             isa => HashRef[Str],
2491             init_arg => undef,
2492             default => sub {
2493             {
2494             '1901' => 'Ortografía alemana tradicional',
2495             '1994' => 'Ortografía estandarizada del resiano',
2496             '1996' => 'Ortografía alemana de 1996',
2497             '1606NICT' => 'Francés medieval tardío hasta 1606',
2498             '1694ACAD' => 'Francés moderno temprano',
2499             '1959ACAD' => 'Académico',
2500             'AREVELA' => 'Armenio oriental',
2501             'AREVMDA' => 'Armenio occidental',
2502             'BAKU1926' => 'Alfabeto latino túrquico unificado',
2503             'BISKE' => 'Dialecto de San Giorgio/Bila',
2504             'BOONT' => 'Boontling',
2505             'FONIPA' => 'Alfabeto fonético internacional IPA',
2506             'FONUPA' => 'Alfabeto fonético urálico UPA',
2507             'KKCOR' => 'Ortografía común',
2508             'LIPAW' => 'Dialecto Lipovaz del resiano',
2509             'MONOTON' => 'Monotónico',
2510             'NEDIS' => 'Dialecto del Natisone',
2511             'NJIVA' => 'Dialecto de Gniva/Njiva',
2512             'OSOJS' => 'Dialecto de Oseacco/Osoane',
2513             'PINYIN' => 'Romanización pinyin',
2514             'POLYTON' => 'Politónico',
2515             'POSIX' => 'Ordenador',
2516             'REVISED' => 'Ortografía revisada',
2517             'ROZAJ' => 'Resiano',
2518             'SAAHO' => 'Saho',
2519             'SCOTLAND' => 'Inglés escocés estándar',
2520             'SCOUSE' => 'Scouse',
2521             'SOLBA' => 'Dialecto de Stolvizza/Solbica',
2522             'TARASK' => 'Ortografía taraskievica',
2523             'UCCOR' => 'Ortografía unificada',
2524             'UCRCOR' => 'Ortografía unificada revisada',
2525             'VALENCIA' => 'Valenciano',
2526             'WADEGILE' => 'Romanización Wade-Giles',
2527              
2528             }
2529             },
2530             );
2531              
2532             has 'display_name_key' => (
2533             is => 'ro',
2534             isa => HashRef[Str],
2535             init_arg => undef,
2536             default => sub {
2537             {
2538             'calendar' => 'calendario',
2539             'colalternate' => 'Orden ignorando símbolos',
2540             'colbackwards' => 'Orden de acentos con inversión',
2541             'colcasefirst' => 'Orden de mayúsculas/minúsculas',
2542             'colcaselevel' => 'Orden con distinción entre mayúsculas y minúsculas',
2543             'colhiraganaquaternary' => 'Orden de kana',
2544             'collation' => 'orden',
2545             'colnormalization' => 'Orden con normalización',
2546             'colnumeric' => 'Orden numérico',
2547             'colstrength' => 'Intensidad de orden',
2548             'currency' => 'moneda',
2549             'hc' => 'ciclo horario (12 o 24 horas)',
2550             'lb' => 'salto de línea',
2551             'ms' => 'sistema de medición',
2552             'numbers' => 'números',
2553             'timezone' => 'Zona horaria',
2554             'va' => 'Variante local',
2555             'variabletop' => 'Ordenar como símbolos',
2556             'x' => 'Uso privado',
2557              
2558             }
2559             },
2560             );
2561              
2562             has 'display_name_type' => (
2563             is => 'ro',
2564             isa => HashRef[HashRef[Str]],
2565             init_arg => undef,
2566             default => sub {
2567             {
2568             'calendar' => {
2569             'buddhist' => q{calendario budista},
2570             'chinese' => q{calendario chino},
2571             'coptic' => q{calendario cóptico},
2572             'dangi' => q{calendario dangi},
2573             'ethiopic' => q{calendario etíope},
2574             'ethiopic-amete-alem' => q{calendario etíope Amete Alem},
2575             'gregorian' => q{calendario gregoriano},
2576             'hebrew' => q{calendario hebreo},
2577             'indian' => q{calendario nacional hindú},
2578             'islamic' => q{calendario islámico},
2579             'islamic-civil' => q{calendario civil islámico},
2580             'iso8601' => q{calendario ISO-8601},
2581             'japanese' => q{calendario japonés},
2582             'persian' => q{calendario persa},
2583             'roc' => q{calendario de la República de China},
2584             },
2585             'colalternate' => {
2586             'non-ignorable' => q{Ordenar símbolos},
2587             'shifted' => q{Ordenar ignorando símbolos},
2588             },
2589             'colbackwards' => {
2590             'no' => q{Ordenar acentos normalmente},
2591             'yes' => q{Ordenar acentos con inversión},
2592             },
2593             'colcasefirst' => {
2594             'lower' => q{Ordenar empezando por minúsculas},
2595             'no' => q{Ordenar siguiendo orden normal de mayúsculas y minúsculas},
2596             'upper' => q{Ordenar empezando por mayúsculas},
2597             },
2598             'colcaselevel' => {
2599             'no' => q{Ordenar sin distinguir entre mayúsculas y minúsculas},
2600             'yes' => q{Ordenar distinguiendo entre mayúsculas y minúsculas},
2601             },
2602             'colhiraganaquaternary' => {
2603             'no' => q{Ordenar caracteres kana por separado},
2604             'yes' => q{Ordenar diferenciando caracteres kana},
2605             },
2606             'collation' => {
2607             'big5han' => q{orden del chino tradicional - Big5},
2608             'dictionary' => q{orden de clasificación del diccionario},
2609             'ducet' => q{orden de clasificación de Unicode predeterminado},
2610             'gb2312han' => q{orden del chino simplificado - GB2312},
2611             'phonebook' => q{orden de listín telefónico},
2612             'phonetic' => q{Orden de clasificación fonético},
2613             'pinyin' => q{orden pinyin},
2614             'reformed' => q{orden de clasificación reformado},
2615             'search' => q{búsqueda de uso general},
2616             'searchjl' => q{Buscar por consonante inicial de hangul},
2617             'standard' => q{orden estándar},
2618             'stroke' => q{orden de los trazos},
2619             'traditional' => q{orden tradicional},
2620             'unihan' => q{orden de clasificación de trazos radicales},
2621             },
2622             'colnormalization' => {
2623             'no' => q{Ordenar sin normalización},
2624             'yes' => q{Ordenar con normalización Unicode},
2625             },
2626             'colnumeric' => {
2627             'no' => q{Ordenar dígitos individualmente},
2628             'yes' => q{Ordenar dígitos numéricamente},
2629             },
2630             'colstrength' => {
2631             'identical' => q{Ordenar todo},
2632             'primary' => q{Ordenar solo letras base},
2633             'quaternary' => q{Ordenar acentos/mayúsculas y minúsculas/ancho/kana},
2634             'secondary' => q{Ordenar acentos},
2635             'tertiary' => q{Ordenar acentos/mayúsculas y minúsculas/ancho},
2636             },
2637             'hc' => {
2638             'h11' => q{sistema de 12 horas (0–11)},
2639             'h12' => q{sistema de 12 horas (1–12)},
2640             'h23' => q{sistema de 24 horas (0–23)},
2641             'h24' => q{sistema de 24 horas (1–24)},
2642             },
2643             'lb' => {
2644             'loose' => q{salto de línea flexible},
2645             'normal' => q{salto de línea normal},
2646             'strict' => q{salto de línea estricto},
2647             },
2648             'ms' => {
2649             'metric' => q{sistema métrico},
2650             'uksystem' => q{sistema imperial},
2651             'ussystem' => q{sistema estadounidense},
2652             },
2653             'numbers' => {
2654             'arab' => q{dígitos indoarábigos},
2655             'arabext' => q{dígitos indoarábigos extendidos},
2656             'armn' => q{números en armenio},
2657             'armnlow' => q{números en minúscula en armenio},
2658             'beng' => q{dígitos en bengalí},
2659             'deva' => q{dígitos en devanagari},
2660             'ethi' => q{números en etíope},
2661             'finance' => q{Números financieros},
2662             'fullwide' => q{dígitos de ancho completo},
2663             'geor' => q{números en georgiano},
2664             'grek' => q{números en griego},
2665             'greklow' => q{números en griego en minúscula},
2666             'gujr' => q{dígitos en gujarati},
2667             'guru' => q{dígitos en gurmuji},
2668             'hanidec' => q{números decimales en chino},
2669             'hans' => q{números en chino simplificado},
2670             'hansfin' => q{números financieros en chino simplificado},
2671             'hant' => q{números en chino tradicional},
2672             'hantfin' => q{números financieros en chino tradicional},
2673             'hebr' => q{números en hebreo},
2674             'jpan' => q{números en japonés},
2675             'jpanfin' => q{números financieros en japonés},
2676             'khmr' => q{dígitos en jemer},
2677             'knda' => q{dígitos en kannada},
2678             'laoo' => q{dígitos en lao},
2679             'latn' => q{dígitos occidentales},
2680             'mlym' => q{dígitos en malayalam},
2681             'mong' => q{dígitos en mongol},
2682             'mymr' => q{dígitos en birmano},
2683             'native' => q{Dígitos nativos},
2684             'orya' => q{dígitos en oriya},
2685             'roman' => q{números romanos},
2686             'romanlow' => q{números romanos en minúscula},
2687             'taml' => q{números en tamil tradicional},
2688             'tamldec' => q{dígitos en tamil},
2689             'telu' => q{dígitos en telugu},
2690             'thai' => q{dígitos en tailandés},
2691             'tibt' => q{dígitos en tibetano},
2692             'traditional' => q{Números tradicionales},
2693             'vaii' => q{Dígitos vai},
2694             },
2695              
2696             }
2697             },
2698             );
2699              
2700             has 'display_name_measurement_system' => (
2701             is => 'ro',
2702             isa => HashRef[Str],
2703             init_arg => undef,
2704             default => sub {
2705             {
2706             'metric' => q{métrico},
2707             'UK' => q{anglosajón},
2708             'US' => q{estadounidense},
2709              
2710             }
2711             },
2712             );
2713              
2714             has 'display_name_transform_name' => (
2715             is => 'ro',
2716             isa => HashRef[Str],
2717             init_arg => undef,
2718             default => sub {
2719             {
2720             'bgn' => 'BGN',
2721             'numeric' => 'Numérico',
2722             'tone' => 'Tono',
2723             'ungegn' => 'UNGEGN',
2724             'x-accents' => 'Acentos',
2725             'x-fullwidth' => 'Ancho completo',
2726             'x-halfwidth' => 'Ancho medio',
2727             'x-jamo' => 'Jamo',
2728             'x-pinyin' => 'Pinyin',
2729             'x-publishing' => 'Publicación',
2730              
2731             }
2732             },
2733             );
2734              
2735             has 'display_name_code_patterns' => (
2736             is => 'ro',
2737             isa => HashRef[Str],
2738             init_arg => undef,
2739             default => sub {
2740             {
2741             'language' => 'Idioma: {0}',
2742             'script' => 'Sistema de escritura: {0}',
2743             'region' => 'Región: {0}',
2744              
2745             }
2746             },
2747             );
2748              
2749             has 'characters' => (
2750             is => 'ro',
2751             isa => HashRef,
2752             init_arg => undef,
2753             default => $^V ge v5.18.0
2754             ? eval <<'EOT'
2755             sub {
2756             no warnings 'experimental::regex_sets';
2757             return {
2758             auxiliary => qr{(?^u:[ª à ă â Ã¥ ä ã ā æ ç è Ä• ê ë Ä“ ì Ä­ î Ä« º ò ŏ ô ö ø ō Å“ ù Å­ û Å« ÿ])},
2759             index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Ñ', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'],
2760             main => qr{(?^u:[a á b c d e é f g h i í ï j k l m n ñ o ó p q r s t u ú ü v w x y ý z])},
2761             punctuation => qr{(?^u:[\- ‐ – — , ; \: ! ¡ ? ¿ . … ' ‘ ’ " “ ” « » ( ) \[ \] § @ * / \\ \& # † ‡ ′ ″])},
2762             };
2763             },
2764             EOT
2765             : sub {
2766             return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Ñ', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], };
2767             },
2768 1     1   168 );
  1         8  
  1         344  
2769              
2770              
2771             has 'ellipsis' => (
2772             is => 'ro',
2773             isa => HashRef,
2774             init_arg => undef,
2775             default => sub {
2776             return {
2777             'final' => '{0}…',
2778             'initial' => '… {0}',
2779             'medial' => '{0}… {1}',
2780             'word-final' => '{0}…',
2781             'word-initial' => '… {0}',
2782             'word-medial' => '{0}… {1}',
2783             };
2784             },
2785             );
2786              
2787             has 'more_information' => (
2788             is => 'ro',
2789             isa => Str,
2790             init_arg => undef,
2791             default => qq{?},
2792             );
2793              
2794             has 'quote_start' => (
2795             is => 'ro',
2796             isa => Str,
2797             init_arg => undef,
2798             default => qq{«},
2799             );
2800              
2801             has 'quote_end' => (
2802             is => 'ro',
2803             isa => Str,
2804             init_arg => undef,
2805             default => qq{»},
2806             );
2807              
2808             has 'alternate_quote_start' => (
2809             is => 'ro',
2810             isa => Str,
2811             init_arg => undef,
2812             default => qq{“},
2813             );
2814              
2815             has 'alternate_quote_end' => (
2816             is => 'ro',
2817             isa => Str,
2818             init_arg => undef,
2819             default => qq{”},
2820             );
2821              
2822             has 'duration_units' => (
2823             is => 'ro',
2824             isa => HashRef[Str],
2825             init_arg => undef,
2826             default => sub { {
2827             hm => 'h:mm',
2828             hms => 'h:mm:ss',
2829             ms => 'm:ss',
2830             } }
2831             );
2832              
2833             has 'units' => (
2834             is => 'ro',
2835             isa => HashRef[HashRef[HashRef[Str]]],
2836             init_arg => undef,
2837             default => sub { {
2838             'long' => {
2839             'acre' => {
2840             'name' => q(acres),
2841             'one' => q({0} acre),
2842             'other' => q({0} acres),
2843             },
2844             'acre-foot' => {
2845             'name' => q(acres-pies),
2846             'one' => q({0} acre-pie),
2847             'other' => q({0} acres-pies),
2848             },
2849             'ampere' => {
2850             'name' => q(amperios),
2851             'one' => q({0} amperio),
2852             'other' => q({0} amperios),
2853             },
2854             'arc-minute' => {
2855             'name' => q(minutos de arco),
2856             'one' => q({0} minuto de arco),
2857             'other' => q({0} minutos de arco),
2858             },
2859             'arc-second' => {
2860             'name' => q(segundos de arco),
2861             'one' => q({0} segundo de arco),
2862             'other' => q({0} segundos de arco),
2863             },
2864             'astronomical-unit' => {
2865             'name' => q(unidades astronómicas),
2866             'one' => q({0} unidad astronómica),
2867             'other' => q({0} unidades astronómicas),
2868             },
2869             'bit' => {
2870             'name' => q(bits),
2871             'one' => q({0} bit),
2872             'other' => q({0} bits),
2873             },
2874             'byte' => {
2875             'name' => q(bytes),
2876             'one' => q({0} byte),
2877             'other' => q({0} bytes),
2878             },
2879             'calorie' => {
2880             'name' => q(calorías),
2881             'one' => q({0} caloría),
2882             'other' => q({0} calorías),
2883             },
2884             'carat' => {
2885             'name' => q(quilates),
2886             'one' => q({0} quilate),
2887             'other' => q({0} quilates),
2888             },
2889             'celsius' => {
2890             'name' => q(grados Celsius),
2891             'one' => q({0} grado Celsius),
2892             'other' => q({0} grados Celsius),
2893             },
2894             'centiliter' => {
2895             'name' => q(centilitros),
2896             'one' => q({0} centilitro),
2897             'other' => q({0} centilitros),
2898             },
2899             'centimeter' => {
2900             'name' => q(centímetros),
2901             'one' => q({0} centímetro),
2902             'other' => q({0} centímetros),
2903             'per' => q({0} por centímetro),
2904             },
2905             'century' => {
2906             'name' => q(siglos),
2907             'one' => q({0} siglo),
2908             'other' => q({0} siglos),
2909             },
2910             'coordinate' => {
2911             'east' => q({0} E),
2912             'north' => q({0} N),
2913             'south' => q({0} S),
2914             'west' => q({0} O),
2915             },
2916             'cubic-centimeter' => {
2917             'name' => q(centímetros cúbicos),
2918             'one' => q({0} centímetro cúbico),
2919             'other' => q({0} centímetros cúbicos),
2920             'per' => q({0} por centímetro cúbico),
2921             },
2922             'cubic-foot' => {
2923             'name' => q(pies cúbicos),
2924             'one' => q({0} pie cúbico),
2925             'other' => q({0} pies cúbicos),
2926             },
2927             'cubic-inch' => {
2928             'name' => q(pulgadas cúbicas),
2929             'one' => q({0} pulgada cúbica),
2930             'other' => q({0} pulgadas cúbicas),
2931             },
2932             'cubic-kilometer' => {
2933             'name' => q(kilómetros cúbicos),
2934             'one' => q({0} kilómetro cúbico),
2935             'other' => q({0} kilómetros cúbicos),
2936             },
2937             'cubic-meter' => {
2938             'name' => q(metros cúbicos),
2939             'one' => q({0} metro cúbico),
2940             'other' => q({0} metros cúbicos),
2941             'per' => q({0} por metro cúbico),
2942             },
2943             'cubic-mile' => {
2944             'name' => q(millas cúbicas),
2945             'one' => q({0} milla cúbica),
2946             'other' => q({0} millas cúbicas),
2947             },
2948             'cubic-yard' => {
2949             'name' => q(yardas cúbicas),
2950             'one' => q({0} yarda cúbica),
2951             'other' => q({0} yardas cúbicas),
2952             },
2953             'cup' => {
2954             'name' => q(tazas),
2955             'one' => q({0} taza),
2956             'other' => q({0} tazas),
2957             },
2958             'cup-metric' => {
2959             'name' => q(tazas métricas),
2960             'one' => q({0} taza métrica),
2961             'other' => q({0} tazas métricas),
2962             },
2963             'day' => {
2964             'name' => q(días),
2965             'one' => q({0} día),
2966             'other' => q({0} días),
2967             'per' => q({0} por día),
2968             },
2969             'deciliter' => {
2970             'name' => q(decilitros),
2971             'one' => q({0} decilitro),
2972             'other' => q({0} decilitros),
2973             },
2974             'decimeter' => {
2975             'name' => q(decímetros),
2976             'one' => q({0} decímetro),
2977             'other' => q({0} decímetros),
2978             },
2979             'degree' => {
2980             'name' => q(grados),
2981             'one' => q({0} grado),
2982             'other' => q({0} grados),
2983             },
2984             'fahrenheit' => {
2985             'name' => q(grados Fahrenheit),
2986             'one' => q({0} grado Fahrenheit),
2987             'other' => q({0} grados Fahrenheit),
2988             },
2989             'fluid-ounce' => {
2990             'name' => q(onzas fluidas),
2991             'one' => q({0} onza fluida),
2992             'other' => q({0} onzas fluidas),
2993             },
2994             'foodcalorie' => {
2995             'name' => q(calorías),
2996             'one' => q({0} caloría),
2997             'other' => q({0} calorías),
2998             },
2999             'foot' => {
3000             'name' => q(pies),
3001             'one' => q({0} pie),
3002             'other' => q({0} pies),
3003             'per' => q({0} por pie),
3004             },
3005             'g-force' => {
3006             'name' => q(fuerza G),
3007             'one' => q({0} unidad de fuerza gravitacional),
3008             'other' => q({0} unidades de fuerza gravitacional),
3009             },
3010             'gallon' => {
3011             'name' => q(galones),
3012             'one' => q({0} galón),
3013             'other' => q({0} galones),
3014             'per' => q({0} por galón),
3015             },
3016             'generic' => {
3017             'name' => q(°),
3018             'one' => q({0}°),
3019             'other' => q({0}°),
3020             },
3021             'gigabit' => {
3022             'name' => q(gigabits),
3023             'one' => q({0} gigabit),
3024             'other' => q({0} gigabits),
3025             },
3026             'gigabyte' => {
3027             'name' => q(gigabytes),
3028             'one' => q({0} gigabyte),
3029             'other' => q({0} gigabytes),
3030             },
3031             'gigahertz' => {
3032             'name' => q(gigahercios),
3033             'one' => q({0} gigahercio),
3034             'other' => q({0} gigahercios),
3035             },
3036             'gigawatt' => {
3037             'name' => q(gigavatios),
3038             'one' => q({0} gigavatio),
3039             'other' => q({0} gigavatios),
3040             },
3041             'gram' => {
3042             'name' => q(gramos),
3043             'one' => q({0} gramo),
3044             'other' => q({0} gramos),
3045             'per' => q({0} por gramo),
3046             },
3047             'hectare' => {
3048             'name' => q(hectáreas),
3049             'one' => q({0} hectárea),
3050             'other' => q({0} hectáreas),
3051             },
3052             'hectoliter' => {
3053             'name' => q(hectolitros),
3054             'one' => q({0} hectolitro),
3055             'other' => q({0} hectolitros),
3056             },
3057             'hectopascal' => {
3058             'name' => q(hectopascales),
3059             'one' => q({0} hectopascal),
3060             'other' => q({0} hectopascales),
3061             },
3062             'hertz' => {
3063             'name' => q(hercios),
3064             'one' => q({0} hercio),
3065             'other' => q({0} hercios),
3066             },
3067             'horsepower' => {
3068             'name' => q(caballos de vapor),
3069             'one' => q({0} caballo de vapor),
3070             'other' => q({0} caballos de vapor),
3071             },
3072             'hour' => {
3073             'name' => q(horas),
3074             'one' => q({0} hora),
3075             'other' => q({0} horas),
3076             'per' => q({0} por hora),
3077             },
3078             'inch' => {
3079             'name' => q(pulgadas),
3080             'one' => q({0} pulgada),
3081             'other' => q({0} pulgadas),
3082             'per' => q({0} por pulgada),
3083             },
3084             'inch-hg' => {
3085             'name' => q(pulgadas de mercurio),
3086             'one' => q({0} pulgada de mercurio),
3087             'other' => q({0} pulgadas de mercurio),
3088             },
3089             'joule' => {
3090             'name' => q(julios),
3091             'one' => q({0} julio),
3092             'other' => q({0} julios),
3093             },
3094             'karat' => {
3095             'name' => q(quilates),
3096             'one' => q({0} quilate),
3097             'other' => q({0} quilates),
3098             },
3099             'kelvin' => {
3100             'name' => q(kelvin),
3101             'one' => q({0} kelvin),
3102             'other' => q({0} kelvin),
3103             },
3104             'kilobit' => {
3105             'name' => q(kilobits),
3106             'one' => q({0} kilobit),
3107             'other' => q({0} kilobits),
3108             },
3109             'kilobyte' => {
3110             'name' => q(kilobytes),
3111             'one' => q({0} kilobyte),
3112             'other' => q({0} kilobytes),
3113             },
3114             'kilocalorie' => {
3115             'name' => q(kilocalorías),
3116             'one' => q({0} kilocaloría),
3117             'other' => q({0} kilocalorías),
3118             },
3119             'kilogram' => {
3120             'name' => q(kilogramos),
3121             'one' => q({0} kilogramo),
3122             'other' => q({0} kilogramos),
3123             'per' => q({0} por kilogramo),
3124             },
3125             'kilohertz' => {
3126             'name' => q(kilohercios),
3127             'one' => q({0} kilohercio),
3128             'other' => q({0} kilohercios),
3129             },
3130             'kilojoule' => {
3131             'name' => q(kilojulios),
3132             'one' => q({0} kilojulio),
3133             'other' => q({0} kilojulios),
3134             },
3135             'kilometer' => {
3136             'name' => q(kilómetros),
3137             'one' => q({0} kilómetro),
3138             'other' => q({0} kilómetros),
3139             'per' => q({0} por kilómetro),
3140             },
3141             'kilometer-per-hour' => {
3142             'name' => q(kilómetros por hora),
3143             'one' => q({0} kilómetro por hora),
3144             'other' => q({0} kilómetros por hora),
3145             },
3146             'kilowatt' => {
3147             'name' => q(kilovatios),
3148             'one' => q({0} kilovatio),
3149             'other' => q({0} kilovatios),
3150             },
3151             'kilowatt-hour' => {
3152             'name' => q(kilovatios-hora),
3153             'one' => q({0} kilovatio-hora),
3154             'other' => q({0} kilovatios-hora),
3155             },
3156             'knot' => {
3157             'name' => q(nudos),
3158             'one' => q({0} nudo),
3159             'other' => q({0} nudos),
3160             },
3161             'light-year' => {
3162             'name' => q(años luz),
3163             'one' => q({0} año luz),
3164             'other' => q({0} años luz),
3165             },
3166             'liter' => {
3167             'name' => q(litros),
3168             'one' => q({0} litro),
3169             'other' => q({0} litros),
3170             'per' => q({0} por litro),
3171             },
3172             'liter-per-100kilometers' => {
3173             'name' => q(litros por 100 kilómetros),
3174             'one' => q({0} litro por 100 kilómetros),
3175             'other' => q({0} litros por 100 kilómetros),
3176             },
3177             'liter-per-kilometer' => {
3178             'name' => q(litros por kilómetro),
3179             'one' => q({0} litro por kilómetro),
3180             'other' => q({0} litros por kilómetro),
3181             },
3182             'lux' => {
3183             'name' => q(luxes),
3184             'one' => q({0} lux),
3185             'other' => q({0} luxes),
3186             },
3187             'megabit' => {
3188             'name' => q(megabits),
3189             'one' => q({0} megabit),
3190             'other' => q({0} megabits),
3191             },
3192             'megabyte' => {
3193             'name' => q(megabytes),
3194             'one' => q({0} megabyte),
3195             'other' => q({0} megabytes),
3196             },
3197             'megahertz' => {
3198             'name' => q(megahercios),
3199             'one' => q({0} megahercio),
3200             'other' => q({0} megahercios),
3201             },
3202             'megaliter' => {
3203             'name' => q(megalitros),
3204             'one' => q({0} megalitro),
3205             'other' => q({0} megalitros),
3206             },
3207             'megawatt' => {
3208             'name' => q(megavatios),
3209             'one' => q({0} megavatio),
3210             'other' => q({0} megavatios),
3211             },
3212             'meter' => {
3213             'name' => q(metros),
3214             'one' => q({0} metro),
3215             'other' => q({0} metros),
3216             'per' => q({0} por metro),
3217             },
3218             'meter-per-second' => {
3219             'name' => q(metros por segundo),
3220             'one' => q({0} metro por segundo),
3221             'other' => q({0} metros por segundo),
3222             },
3223             'meter-per-second-squared' => {
3224             'name' => q(metros por segundo al cuadrado),
3225             'one' => q({0} metro por segundo al cuadrado),
3226             'other' => q({0} metros por segundo al cuadrado),
3227             },
3228             'metric-ton' => {
3229             'name' => q(toneladas métricas),
3230             'one' => q({0} tonelada métrica),
3231             'other' => q({0} toneladas métricas),
3232             },
3233             'microgram' => {
3234             'name' => q(microgramos),
3235             'one' => q({0} microgramo),
3236             'other' => q({0} microgramos),
3237             },
3238             'micrometer' => {
3239             'name' => q(micrómetros),
3240             'one' => q({0} micrómetro),
3241             'other' => q({0} micrómetros),
3242             },
3243             'microsecond' => {
3244             'name' => q(microsegundos),
3245             'one' => q({0} microsegundo),
3246             'other' => q({0} microsegundos),
3247             },
3248             'mile' => {
3249             'name' => q(millas),
3250             'one' => q({0} milla),
3251             'other' => q({0} millas),
3252             },
3253             'mile-per-gallon' => {
3254             'name' => q(millas por galón),
3255             'one' => q({0} milla por galón),
3256             'other' => q({0} millas por galón),
3257             },
3258             'mile-per-hour' => {
3259             'name' => q(millas por hora),
3260             'one' => q({0} milla por hora),
3261             'other' => q({0} millas por hora),
3262             },
3263             'mile-scandinavian' => {
3264             'name' => q(millas escandinavas),
3265             'one' => q({0} milla escandinava),
3266             'other' => q({0} millas escandinavas),
3267             },
3268             'milliampere' => {
3269             'name' => q(miliamperios),
3270             'one' => q({0} miliamperio),
3271             'other' => q({0} miliamperios),
3272             },
3273             'millibar' => {
3274             'name' => q(milibares),
3275             'one' => q({0} milibar),
3276             'other' => q({0} milibares),
3277             },
3278             'milligram' => {
3279             'name' => q(miligramos),
3280             'one' => q({0} miligramo),
3281             'other' => q({0} miligramos),
3282             },
3283             'milliliter' => {
3284             'name' => q(mililitros),
3285             'one' => q({0} mililitro),
3286             'other' => q({0} mililitros),
3287             },
3288             'millimeter' => {
3289             'name' => q(milímetros),
3290             'one' => q({0} milímetro),
3291             'other' => q({0} milímetros),
3292             },
3293             'millimeter-of-mercury' => {
3294             'name' => q(milímetros de mercurio),
3295             'one' => q({0} milímetro de mercurio),
3296             'other' => q({0} milímetros de mercurio),
3297             },
3298             'millisecond' => {
3299             'name' => q(milisegundos),
3300             'one' => q({0} milisegundo),
3301             'other' => q({0} milisegundos),
3302             },
3303             'milliwatt' => {
3304             'name' => q(milivatios),
3305             'one' => q({0} milivatio),
3306             'other' => q({0} milivatios),
3307             },
3308             'minute' => {
3309             'name' => q(minutos),
3310             'one' => q({0} minuto),
3311             'other' => q({0} minutos),
3312             'per' => q({0} por minuto),
3313             },
3314             'month' => {
3315             'name' => q(meses),
3316             'one' => q({0} mes),
3317             'other' => q({0} meses),
3318             'per' => q({0} por mes),
3319             },
3320             'nanometer' => {
3321             'name' => q(nanómetros),
3322             'one' => q({0} nanómetro),
3323             'other' => q({0} nanómetros),
3324             },
3325             'nanosecond' => {
3326             'name' => q(nanosegundos),
3327             'one' => q({0} nanosegundo),
3328             'other' => q({0} nanosegundos),
3329             },
3330             'nautical-mile' => {
3331             'name' => q(millas náuticas),
3332             'one' => q({0} milla náutica),
3333             'other' => q({0} millas náuticas),
3334             },
3335             'ohm' => {
3336             'name' => q(ohmios),
3337             'one' => q({0} ohmio),
3338             'other' => q({0} ohmios),
3339             },
3340             'ounce' => {
3341             'name' => q(onzas),
3342             'one' => q({0} onza),
3343             'other' => q({0} onzas),
3344             'per' => q({0} por onza),
3345             },
3346             'ounce-troy' => {
3347             'name' => q(onzas troy),
3348             'one' => q({0} onza troy),
3349             'other' => q({0} onzas troy),
3350             },
3351             'parsec' => {
3352             'name' => q(parsecs),
3353             'one' => q({0} parsec),
3354             'other' => q({0} parsecs),
3355             },
3356             'per' => {
3357             '1' => q({0} por {1}),
3358             },
3359             'picometer' => {
3360             'name' => q(picómetros),
3361             'one' => q({0} picómetro),
3362             'other' => q({0} picómetros),
3363             },
3364             'pint' => {
3365             'name' => q(pintas),
3366             'one' => q({0} pinta),
3367             'other' => q({0} pintas),
3368             },
3369             'pint-metric' => {
3370             'name' => q(pintas métricas),
3371             'one' => q({0} pinta métrica),
3372             'other' => q({0} pintas métricas),
3373             },
3374             'pound' => {
3375             'name' => q(libras),
3376             'one' => q({0} libra),
3377             'other' => q({0} libras),
3378             'per' => q({0} por libra),
3379             },
3380             'pound-per-square-inch' => {
3381             'name' => q(libras por pulgada cuadrada),
3382             'one' => q({0} libra por pulgada cuadrada),
3383             'other' => q({0} libras por pulgada cuadrada),
3384             },
3385             'quart' => {
3386             'name' => q(cuartos),
3387             'one' => q({0} cuarto),
3388             'other' => q({0} cuartos),
3389             },
3390             'radian' => {
3391             'name' => q(radianes),
3392             'one' => q({0} radián),
3393             'other' => q({0} radianes),
3394             },
3395             'revolution' => {
3396             'name' => q(revoluciones),
3397             'one' => q({0} revolución),
3398             'other' => q({0} revoluciones),
3399             },
3400             'second' => {
3401             'name' => q(segundos),
3402             'one' => q({0} segundo),
3403             'other' => q({0} segundos),
3404             'per' => q({0} por segundo),
3405             },
3406             'square-centimeter' => {
3407             'name' => q(centímetros cuadrados),
3408             'one' => q({0} centímetro cuadrado),
3409             'other' => q({0} centímetros cuadrados),
3410             'per' => q({0} por centímetro cuadrado),
3411             },
3412             'square-foot' => {
3413             'name' => q(pies cuadrados),
3414             'one' => q({0} pie cuadrado),
3415             'other' => q({0} pies cuadrados),
3416             },
3417             'square-inch' => {
3418             'name' => q(pulgadas cuadradas),
3419             'one' => q({0} pulgada cuadrada),
3420             'other' => q({0} pulgadas cuadradas),
3421             'per' => q({0} por pulgada cuadrada),
3422             },
3423             'square-kilometer' => {
3424             'name' => q(kilómetros cuadrados),
3425             'one' => q({0} kilómetro cuadrado),
3426             'other' => q({0} kilómetros cuadrados),
3427             },
3428             'square-meter' => {
3429             'name' => q(metros cuadrados),
3430             'one' => q({0} metro cuadrado),
3431             'other' => q({0} metros cuadrados),
3432             'per' => q({0} por metro cuadrado),
3433             },
3434             'square-mile' => {
3435             'name' => q(millas cuadradas),
3436             'one' => q({0} milla cuadrada),
3437             'other' => q({0} millas cuadradas),
3438             },
3439             'square-yard' => {
3440             'name' => q(yardas cuadradas),
3441             'one' => q({0} yarda cuadrada),
3442             'other' => q({0} yardas cuadradas),
3443             },
3444             'tablespoon' => {
3445             'name' => q(cucharadas),
3446             'one' => q({0} cucharada),
3447             'other' => q({0} cucharadas),
3448             },
3449             'teaspoon' => {
3450             'name' => q(cucharaditas),
3451             'one' => q({0} cucharadita),
3452             'other' => q({0} cucharaditas),
3453             },
3454             'terabit' => {
3455             'name' => q(terabits),
3456             'one' => q({0} terabit),
3457             'other' => q({0} terabits),
3458             },
3459             'terabyte' => {
3460             'name' => q(terabytes),
3461             'one' => q({0} terabyte),
3462             'other' => q({0} terabytes),
3463             },
3464             'ton' => {
3465             'name' => q(toneladas),
3466             'one' => q({0} tonelada),
3467             'other' => q({0} toneladas),
3468             },
3469             'volt' => {
3470             'name' => q(voltios),
3471             'one' => q({0} voltio),
3472             'other' => q({0} voltios),
3473             },
3474             'watt' => {
3475             'name' => q(vatios),
3476             'one' => q({0} vatio),
3477             'other' => q({0} vatios),
3478             },
3479             'week' => {
3480             'name' => q(semanas),
3481             'one' => q({0} semana),
3482             'other' => q({0} semanas),
3483             'per' => q({0} por semana),
3484             },
3485             'yard' => {
3486             'name' => q(yardas),
3487             'one' => q({0} yarda),
3488             'other' => q({0} yardas),
3489             },
3490             'year' => {
3491             'name' => q(años),
3492             'one' => q({0} año),
3493             'other' => q({0} años),
3494             'per' => q({0} por año),
3495             },
3496             },
3497             'narrow' => {
3498             'acre' => {
3499             'one' => q({0}ac),
3500             'other' => q({0}ac),
3501             },
3502             'arc-minute' => {
3503             'one' => q({0}'),
3504             'other' => q({0}'),
3505             },
3506             'arc-second' => {
3507             'one' => q({0}"),
3508             'other' => q({0}"),
3509             },
3510             'celsius' => {
3511             'name' => q(°C),
3512             'one' => q({0}°C),
3513             'other' => q({0}°C),
3514             },
3515             'centimeter' => {
3516             'name' => q(cm),
3517             'one' => q({0}cm),
3518             'other' => q({0}cm),
3519             },
3520             'coordinate' => {
3521             'east' => q({0}E),
3522             'north' => q({0}N),
3523             'south' => q({0}S),
3524             'west' => q({0}O),
3525             },
3526             'cubic-kilometer' => {
3527             'one' => q({0}km³),
3528             'other' => q({0}km³),
3529             },
3530             'cubic-mile' => {
3531             'one' => q({0}mi³),
3532             'other' => q({0}mi³),
3533             },
3534             'day' => {
3535             'name' => q(d),
3536             'one' => q({0}d),
3537             'other' => q({0}d),
3538             },
3539             'degree' => {
3540             'one' => q({0}°),
3541             'other' => q({0}°),
3542             },
3543             'fahrenheit' => {
3544             'one' => q({0}°F),
3545             'other' => q({0}°F),
3546             },
3547             'foot' => {
3548             'one' => q({0}ft),
3549             'other' => q({0}ft),
3550             },
3551             'g-force' => {
3552             'one' => q({0}G),
3553             'other' => q({0}G),
3554             },
3555             'gram' => {
3556             'name' => q(g),
3557             'one' => q({0}g),
3558             'other' => q({0}g),
3559             },
3560             'hectare' => {
3561             'one' => q({0}ha),
3562             'other' => q({0}ha),
3563             },
3564             'hectopascal' => {
3565             'one' => q({0}hPa),
3566             'other' => q({0}hPa),
3567             },
3568             'horsepower' => {
3569             'one' => q({0}hp),
3570             'other' => q({0}hp),
3571             },
3572             'hour' => {
3573             'name' => q(h),
3574             'one' => q({0}h),
3575             'other' => q({0}h),
3576             },
3577             'inch' => {
3578             'one' => q({0}in),
3579             'other' => q({0}in),
3580             },
3581             'inch-hg' => {
3582             'one' => q({0}inHg),
3583             'other' => q({0}inHg),
3584             },
3585             'kilogram' => {
3586             'name' => q(kg),
3587             'one' => q({0}kg),
3588             'other' => q({0}kg),
3589             },
3590             'kilometer' => {
3591             'name' => q(km),
3592             'one' => q({0}km),
3593             'other' => q({0}km),
3594             },
3595             'kilometer-per-hour' => {
3596             'name' => q(km/h),
3597             'one' => q({0}km/h),
3598             'other' => q({0}km/h),
3599             },
3600             'kilowatt' => {
3601             'one' => q({0}kW),
3602             'other' => q({0}kW),
3603             },
3604             'light-year' => {
3605             'one' => q({0}a.l.),
3606             'other' => q({0}a.l.),
3607             },
3608             'liter' => {
3609             'name' => q(l),
3610             'one' => q({0}l),
3611             'other' => q({0}l),
3612             },
3613             'liter-per-100kilometers' => {
3614             'name' => q(l/100km),
3615             'one' => q({0}l/100km),
3616             'other' => q({0}l/100km),
3617             },
3618             'meter' => {
3619             'name' => q(m),
3620             'one' => q({0}m),
3621             'other' => q({0}m),
3622             },
3623             'meter-per-second' => {
3624             'one' => q({0}m/s),
3625             'other' => q({0}m/s),
3626             },
3627             'mile' => {
3628             'one' => q({0}mi),
3629             'other' => q({0}mi),
3630             },
3631             'mile-per-hour' => {
3632             'one' => q({0}mi/h),
3633             'other' => q({0}mi/h),
3634             },
3635             'millibar' => {
3636             'one' => q({0}mbar),
3637             'other' => q({0}mbar),
3638             },
3639             'millimeter' => {
3640             'name' => q(mm),
3641             'one' => q({0}mm),
3642             'other' => q({0}mm),
3643             },
3644             'millisecond' => {
3645             'name' => q(ms),
3646             'one' => q({0}ms),
3647             'other' => q({0}ms),
3648             },
3649             'minute' => {
3650             'name' => q(min),
3651             'one' => q({0}min),
3652             'other' => q({0}min),
3653             },
3654             'month' => {
3655             'name' => q(m),
3656             'one' => q({0}m),
3657             'other' => q({0}m),
3658             },
3659             'ounce' => {
3660             'one' => q({0}oz),
3661             'other' => q({0}oz),
3662             },
3663             'per' => {
3664             '1' => q({0}/{1}),
3665             },
3666             'picometer' => {
3667             'one' => q({0}pm),
3668             'other' => q({0}pm),
3669             },
3670             'pound' => {
3671             'one' => q({0}lb),
3672             'other' => q({0}lb),
3673             },
3674             'second' => {
3675             'name' => q(s),
3676             'one' => q({0}s),
3677             'other' => q({0}s),
3678             },
3679             'square-foot' => {
3680             'one' => q({0}ft²),
3681             'other' => q({0}ft²),
3682             },
3683             'square-kilometer' => {
3684             'one' => q({0}km²),
3685             'other' => q({0}km²),
3686             },
3687             'square-meter' => {
3688             'one' => q({0}m²),
3689             'other' => q({0}m²),
3690             },
3691             'square-mile' => {
3692             'one' => q({0}mi²),
3693             'other' => q({0}mi²),
3694             },
3695             'watt' => {
3696             'one' => q({0}W),
3697             'other' => q({0}W),
3698             },
3699             'week' => {
3700             'name' => q(sem),
3701             'one' => q({0}sem),
3702             'other' => q({0}sem),
3703             },
3704             'yard' => {
3705             'one' => q({0}yd),
3706             'other' => q({0}yd),
3707             },
3708             'year' => {
3709             'name' => q(a),
3710             'one' => q({0}a),
3711             'other' => q({0}a),
3712             },
3713             },
3714             'short' => {
3715             'acre' => {
3716             'name' => q(ac),
3717             'one' => q({0} ac),
3718             'other' => q({0} ac),
3719             },
3720             'acre-foot' => {
3721             'name' => q(ac ft),
3722             'one' => q({0} ac ft),
3723             'other' => q({0} ac ft),
3724             },
3725             'ampere' => {
3726             'name' => q(A),
3727             'one' => q({0} A),
3728             'other' => q({0} A),
3729             },
3730             'arc-minute' => {
3731             'name' => q(arcmin),
3732             'one' => q({0} arcmin),
3733             'other' => q({0} arcmin),
3734             },
3735             'arc-second' => {
3736             'name' => q(arcsec),
3737             'one' => q({0} arcsec),
3738             'other' => q({0} arcsec),
3739             },
3740             'astronomical-unit' => {
3741             'name' => q(au),
3742             'one' => q({0} au),
3743             'other' => q({0} au),
3744             },
3745             'bit' => {
3746             'name' => q(b),
3747             'one' => q({0} b),
3748             'other' => q({0} b),
3749             },
3750             'byte' => {
3751             'name' => q(B),
3752             'one' => q({0} B),
3753             'other' => q({0} B),
3754             },
3755             'calorie' => {
3756             'name' => q(cal),
3757             'one' => q({0} cal),
3758             'other' => q({0} cal),
3759             },
3760             'carat' => {
3761             'name' => q(c),
3762             'one' => q({0} c),
3763             'other' => q({0} c),
3764             },
3765             'celsius' => {
3766             'name' => q(°C),
3767             'one' => q({0} °C),
3768             'other' => q({0} °C),
3769             },
3770             'centiliter' => {
3771             'name' => q(cl),
3772             'one' => q({0} cl),
3773             'other' => q({0} cl),
3774             },
3775             'centimeter' => {
3776             'name' => q(cm),
3777             'one' => q({0} cm),
3778             'other' => q({0} cm),
3779             'per' => q({0}/cm),
3780             },
3781             'century' => {
3782             'name' => q(sig.),
3783             'one' => q({0} sig.),
3784             'other' => q({0} sig.),
3785             },
3786             'coordinate' => {
3787             'east' => q({0} E),
3788             'north' => q({0} N),
3789             'south' => q({0} S),
3790             'west' => q({0} O),
3791             },
3792             'cubic-centimeter' => {
3793             'name' => q(cm³),
3794             'one' => q({0} cm³),
3795             'other' => q({0} cm³),
3796             'per' => q({0}/cm³),
3797             },
3798             'cubic-foot' => {
3799             'name' => q(ft³),
3800             'one' => q({0} ft³),
3801             'other' => q({0} ft³),
3802             },
3803             'cubic-inch' => {
3804             'name' => q(in³),
3805             'one' => q({0} in³),
3806             'other' => q({0} in³),
3807             },
3808             'cubic-kilometer' => {
3809             'name' => q(km³),
3810             'one' => q({0} km³),
3811             'other' => q({0} km³),
3812             },
3813             'cubic-meter' => {
3814             'name' => q(m³),
3815             'one' => q({0} m³),
3816             'other' => q({0} m³),
3817             'per' => q({0}/m³),
3818             },
3819             'cubic-mile' => {
3820             'name' => q(mi³),
3821             'one' => q({0} mi³),
3822             'other' => q({0} mi³),
3823             },
3824             'cubic-yard' => {
3825             'name' => q(yd³),
3826             'one' => q({0} yd³),
3827             'other' => q({0} yd³),
3828             },
3829             'cup' => {
3830             'name' => q(tazas),
3831             'one' => q({0} tza.),
3832             'other' => q({0} tza.),
3833             },
3834             'cup-metric' => {
3835             'name' => q(mc),
3836             'one' => q({0} mc),
3837             'other' => q({0} mc),
3838             },
3839             'day' => {
3840             'name' => q(d),
3841             'one' => q({0} d),
3842             'other' => q({0} d),
3843             'per' => q({0}/d),
3844             },
3845             'deciliter' => {
3846             'name' => q(dl),
3847             'one' => q({0} dl),
3848             'other' => q({0} dl),
3849             },
3850             'decimeter' => {
3851             'name' => q(dm),
3852             'one' => q({0} dm),
3853             'other' => q({0} dm),
3854             },
3855             'degree' => {
3856             'name' => q(grad.),
3857             'one' => q({0}°),
3858             'other' => q({0}°),
3859             },
3860             'fahrenheit' => {
3861             'name' => q(°F),
3862             'one' => q({0} °F),
3863             'other' => q({0} °F),
3864             },
3865             'fluid-ounce' => {
3866             'name' => q(fl oz),
3867             'one' => q({0} fl oz),
3868             'other' => q({0} fl oz),
3869             },
3870             'foodcalorie' => {
3871             'name' => q(cal),
3872             'one' => q({0} cal),
3873             'other' => q({0} cal),
3874             },
3875             'foot' => {
3876             'name' => q(ft),
3877             'one' => q({0} ft),
3878             'other' => q({0} ft),
3879             'per' => q({0}/ft),
3880             },
3881             'g-force' => {
3882             'name' => q(Fg),
3883             'one' => q({0} Fg),
3884             'other' => q({0} Fg),
3885             },
3886             'gallon' => {
3887             'name' => q(gal),
3888             'one' => q({0} gal),
3889             'other' => q({0} gal),
3890             'per' => q({0}/gal),
3891             },
3892             'generic' => {
3893             'name' => q(°),
3894             'one' => q({0}°),
3895             'other' => q({0}°),
3896             },
3897             'gigabit' => {
3898             'name' => q(Gb),
3899             'one' => q({0} Gb),
3900             'other' => q({0} Gb),
3901             },
3902             'gigabyte' => {
3903             'name' => q(GB),
3904             'one' => q({0} GB),
3905             'other' => q({0} GB),
3906             },
3907             'gigahertz' => {
3908             'name' => q(GHz),
3909             'one' => q({0} GHz),
3910             'other' => q({0} GHz),
3911             },
3912             'gigawatt' => {
3913             'name' => q(GW),
3914             'one' => q({0} GW),
3915             'other' => q({0} GW),
3916             },
3917             'gram' => {
3918             'name' => q(g),
3919             'one' => q({0} g),
3920             'other' => q({0} g),
3921             'per' => q({0}/g),
3922             },
3923             'hectare' => {
3924             'name' => q(ha),
3925             'one' => q({0} ha),
3926             'other' => q({0} ha),
3927             },
3928             'hectoliter' => {
3929             'name' => q(hl),
3930             'one' => q({0} hl),
3931             'other' => q({0} hl),
3932             },
3933             'hectopascal' => {
3934             'name' => q(hPa),
3935             'one' => q({0} hPa),
3936             'other' => q({0} hPa),
3937             },
3938             'hertz' => {
3939             'name' => q(Hz),
3940             'one' => q({0} Hz),
3941             'other' => q({0} Hz),
3942             },
3943             'horsepower' => {
3944             'name' => q(CV),
3945             'one' => q({0} CV),
3946             'other' => q({0} CV),
3947             },
3948             'hour' => {
3949             'name' => q(horas),
3950             'one' => q({0} h),
3951             'other' => q({0} h),
3952             'per' => q({0}/h),
3953             },
3954             'inch' => {
3955             'name' => q(in),
3956             'one' => q({0} in),
3957             'other' => q({0} in),
3958             'per' => q({0}/in),
3959             },
3960             'inch-hg' => {
3961             'name' => q(inHg),
3962             'one' => q({0} inHg),
3963             'other' => q({0} inHg),
3964             },
3965             'joule' => {
3966             'name' => q(J),
3967             'one' => q({0} J),
3968             'other' => q({0} J),
3969             },
3970             'karat' => {
3971             'name' => q(c),
3972             'one' => q({0} c),
3973             'other' => q({0} c),
3974             },
3975             'kelvin' => {
3976             'name' => q(K),
3977             'one' => q({0} K),
3978             'other' => q({0} K),
3979             },
3980             'kilobit' => {
3981             'name' => q(kb),
3982             'one' => q({0} kb),
3983             'other' => q({0} kb),
3984             },
3985             'kilobyte' => {
3986             'name' => q(kB),
3987             'one' => q({0} kB),
3988             'other' => q({0} kB),
3989             },
3990             'kilocalorie' => {
3991             'name' => q(kcal),
3992             'one' => q({0} kcal),
3993             'other' => q({0} kcal),
3994             },
3995             'kilogram' => {
3996             'name' => q(kg),
3997             'one' => q({0} kg),
3998             'other' => q({0} kg),
3999             'per' => q({0}/kg),
4000             },
4001             'kilohertz' => {
4002             'name' => q(kHz),
4003             'one' => q({0} kHz),
4004             'other' => q({0} kHz),
4005             },
4006             'kilojoule' => {
4007             'name' => q(kJ),
4008             'one' => q({0} kJ),
4009             'other' => q({0} kJ),
4010             },
4011             'kilometer' => {
4012             'name' => q(km),
4013             'one' => q({0} km),
4014             'other' => q({0} km),
4015             'per' => q({0}/km),
4016             },
4017             'kilometer-per-hour' => {
4018             'name' => q(km/h),
4019             'one' => q({0} km/h),
4020             'other' => q({0} km/h),
4021             },
4022             'kilowatt' => {
4023             'name' => q(kW),
4024             'one' => q({0} kW),
4025             'other' => q({0} kW),
4026             },
4027             'kilowatt-hour' => {
4028             'name' => q(kWh),
4029             'one' => q({0} kWh),
4030             'other' => q({0} kWh),
4031             },
4032             'knot' => {
4033             'name' => q(kn),
4034             'one' => q({0} kn),
4035             'other' => q({0} kn),
4036             },
4037             'light-year' => {
4038             'name' => q(a. l.),
4039             'one' => q({0} a. l.),
4040             'other' => q({0} a. l.),
4041             },
4042             'liter' => {
4043             'name' => q(l),
4044             'one' => q({0} l),
4045             'other' => q({0} l),
4046             'per' => q({0}/l),
4047             },
4048             'liter-per-100kilometers' => {
4049             'name' => q(l/100 km),
4050             'one' => q({0} l/100 km),
4051             'other' => q({0} l/100 km),
4052             },
4053             'liter-per-kilometer' => {
4054             'name' => q(l/km),
4055             'one' => q({0} l/km),
4056             'other' => q({0} l/km),
4057             },
4058             'lux' => {
4059             'name' => q(lx),
4060             'one' => q({0} lx),
4061             'other' => q({0} lx),
4062             },
4063             'megabit' => {
4064             'name' => q(Mb),
4065             'one' => q({0} Mb),
4066             'other' => q({0} Mb),
4067             },
4068             'megabyte' => {
4069             'name' => q(MB),
4070             'one' => q({0} MB),
4071             'other' => q({0} MB),
4072             },
4073             'megahertz' => {
4074             'name' => q(MHz),
4075             'one' => q({0} MHz),
4076             'other' => q({0} MHz),
4077             },
4078             'megaliter' => {
4079             'name' => q(Ml),
4080             'one' => q({0} Ml),
4081             'other' => q({0} Ml),
4082             },
4083             'megawatt' => {
4084             'name' => q(MW),
4085             'one' => q({0} MW),
4086             'other' => q({0} MW),
4087             },
4088             'meter' => {
4089             'name' => q(m),
4090             'one' => q({0} m),
4091             'other' => q({0} m),
4092             'per' => q({0}/m),
4093             },
4094             'meter-per-second' => {
4095             'name' => q(m/s),
4096             'one' => q({0} m/s),
4097             'other' => q({0} m/s),
4098             },
4099             'meter-per-second-squared' => {
4100             'name' => q(m/s²),
4101             'one' => q({0} m/s²),
4102             'other' => q({0} m/s²),
4103             },
4104             'metric-ton' => {
4105             'name' => q(t),
4106             'one' => q({0} t),
4107             'other' => q({0} t),
4108             },
4109             'microgram' => {
4110             'name' => q(µg),
4111             'one' => q({0} µg),
4112             'other' => q({0} µg),
4113             },
4114             'micrometer' => {
4115             'name' => q(µm),
4116             'one' => q({0} µm),
4117             'other' => q({0} µm),
4118             },
4119             'microsecond' => {
4120             'name' => q(μs),
4121             'one' => q({0} μs),
4122             'other' => q({0} μs),
4123             },
4124             'mile' => {
4125             'name' => q(mi),
4126             'one' => q({0} mi),
4127             'other' => q({0} mi),
4128             },
4129             'mile-per-gallon' => {
4130             'name' => q(mi/gal),
4131             'one' => q({0} mi/gal),
4132             'other' => q({0} mi/gal),
4133             },
4134             'mile-per-hour' => {
4135             'name' => q(mi/h),
4136             'one' => q({0} mi/h),
4137             'other' => q({0} mi/h),
4138             },
4139             'mile-scandinavian' => {
4140             'name' => q(mi esc.),
4141             'one' => q({0} mi esc.),
4142             'other' => q({0} mi esc.),
4143             },
4144             'milliampere' => {
4145             'name' => q(mA),
4146             'one' => q({0} mA),
4147             'other' => q({0} mA),
4148             },
4149             'millibar' => {
4150             'name' => q(mbar),
4151             'one' => q({0} mbar),
4152             'other' => q({0} mbar),
4153             },
4154             'milligram' => {
4155             'name' => q(mg),
4156             'one' => q({0} mg),
4157             'other' => q({0} mg),
4158             },
4159             'milliliter' => {
4160             'name' => q(ml),
4161             'one' => q({0} ml),
4162             'other' => q({0} ml),
4163             },
4164             'millimeter' => {
4165             'name' => q(mm),
4166             'one' => q({0} mm),
4167             'other' => q({0} mm),
4168             },
4169             'millimeter-of-mercury' => {
4170             'name' => q(mmHg),
4171             'one' => q({0} mmHg),
4172             'other' => q({0} mmHg),
4173             },
4174             'millisecond' => {
4175             'name' => q(ms),
4176             'one' => q({0} ms),
4177             'other' => q({0} ms),
4178             },
4179             'milliwatt' => {
4180             'name' => q(mW),
4181             'one' => q({0} mW),
4182             'other' => q({0} mW),
4183             },
4184             'minute' => {
4185             'name' => q(min),
4186             'one' => q({0} min),
4187             'other' => q({0} min),
4188             'per' => q({0}/min),
4189             },
4190             'month' => {
4191             'name' => q(m.),
4192             'one' => q({0} m.),
4193             'other' => q({0} m.),
4194             'per' => q({0}/m.),
4195             },
4196             'nanometer' => {
4197             'name' => q(nm),
4198             'one' => q({0} nm),
4199             'other' => q({0} nm),
4200             },
4201             'nanosecond' => {
4202             'name' => q(ns),
4203             'one' => q({0} ns),
4204             'other' => q({0} ns),
4205             },
4206             'nautical-mile' => {
4207             'name' => q(M),
4208             'one' => q({0} M),
4209             'other' => q({0} M),
4210             },
4211             'ohm' => {
4212             'name' => q(Ω),
4213             'one' => q({0} Ω),
4214             'other' => q({0} Ω),
4215             },
4216             'ounce' => {
4217             'name' => q(oz),
4218             'one' => q({0} oz),
4219             'other' => q({0} oz),
4220             'per' => q({0}/oz),
4221             },
4222             'ounce-troy' => {
4223             'name' => q(oz t),
4224             'one' => q({0} oz t),
4225             'other' => q({0} oz t),
4226             },
4227             'parsec' => {
4228             'name' => q(pc),
4229             'one' => q({0} pc),
4230             'other' => q({0} pc),
4231             },
4232             'per' => {
4233             '1' => q({0}/{1}),
4234             },
4235             'picometer' => {
4236             'name' => q(pm),
4237             'one' => q({0} pm),
4238             'other' => q({0} pm),
4239             },
4240             'pint' => {
4241             'name' => q(pt),
4242             'one' => q({0} pt),
4243             'other' => q({0} pt),
4244             },
4245             'pint-metric' => {
4246             'name' => q(mpt),
4247             'one' => q({0} mpt),
4248             'other' => q({0} mpt),
4249             },
4250             'pound' => {
4251             'name' => q(lb),
4252             'one' => q({0} lb),
4253             'other' => q({0} lb),
4254             'per' => q({0}/lb),
4255             },
4256             'pound-per-square-inch' => {
4257             'name' => q(psi),
4258             'one' => q({0} psi),
4259             'other' => q({0} psi),
4260             },
4261             'quart' => {
4262             'name' => q(qt),
4263             'one' => q({0} qt),
4264             'other' => q({0} qt),
4265             },
4266             'radian' => {
4267             'name' => q(rad),
4268             'one' => q({0} rad),
4269             'other' => q({0} rad),
4270             },
4271             'revolution' => {
4272             'name' => q(rev),
4273             'one' => q({0} rev),
4274             'other' => q({0} rev),
4275             },
4276             'second' => {
4277             'name' => q(s),
4278             'one' => q({0} s),
4279             'other' => q({0} s),
4280             'per' => q({0}/s),
4281             },
4282             'square-centimeter' => {
4283             'name' => q(cm²),
4284             'one' => q({0} cm²),
4285             'other' => q({0} cm²),
4286             'per' => q({0}/cm²),
4287             },
4288             'square-foot' => {
4289             'name' => q(ft²),
4290             'one' => q({0} ft²),
4291             'other' => q({0} ft²),
4292             },
4293             'square-inch' => {
4294             'name' => q(in²),
4295             'one' => q({0} in²),
4296             'other' => q({0} in²),
4297             'per' => q({0}/in²),
4298             },
4299             'square-kilometer' => {
4300             'name' => q(km²),
4301             'one' => q({0} km²),
4302             'other' => q({0} km²),
4303             },
4304             'square-meter' => {
4305             'name' => q(m²),
4306             'one' => q({0} m²),
4307             'other' => q({0} m²),
4308             'per' => q({0}/m²),
4309             },
4310             'square-mile' => {
4311             'name' => q(mi²),
4312             'one' => q({0} mi²),
4313             'other' => q({0} mi²),
4314             },
4315             'square-yard' => {
4316             'name' => q(yd²),
4317             'one' => q({0} yd²),
4318             'other' => q({0} yd²),
4319             },
4320             'tablespoon' => {
4321             'name' => q(cda),
4322             'one' => q({0} cda),
4323             'other' => q({0} cda),
4324             },
4325             'teaspoon' => {
4326             'name' => q(cdta),
4327             'one' => q({0} cdta),
4328             'other' => q({0} cdta),
4329             },
4330             'terabit' => {
4331             'name' => q(Tb),
4332             'one' => q({0} Tb),
4333             'other' => q({0} Tb),
4334             },
4335             'terabyte' => {
4336             'name' => q(TB),
4337             'one' => q({0} TB),
4338             'other' => q({0} TB),
4339             },
4340             'ton' => {
4341             'name' => q(ton),
4342             'one' => q({0} ton),
4343             'other' => q({0} ton),
4344             },
4345             'volt' => {
4346             'name' => q(voltios),
4347             'one' => q({0} V),
4348             'other' => q({0} V),
4349             },
4350             'watt' => {
4351             'name' => q(vatios),
4352             'one' => q({0} W),
4353             'other' => q({0} W),
4354             },
4355             'week' => {
4356             'name' => q(sem.),
4357             'one' => q({0} sem.),
4358             'other' => q({0} sem.),
4359             'per' => q({0}/sem.),
4360             },
4361             'yard' => {
4362             'name' => q(yd),
4363             'one' => q({0} yd),
4364             'other' => q({0} yd),
4365             },
4366             'year' => {
4367             'name' => q(a),
4368             'one' => q({0} a),
4369             'other' => q({0} a),
4370             'per' => q({0}/a),
4371             },
4372             },
4373             } }
4374             );
4375              
4376             has 'yesstr' => (
4377             is => 'ro',
4378             isa => RegexpRef,
4379             init_arg => undef,
4380             default => sub { qr'^(?i:sí|s|yes|y)$' }
4381             );
4382              
4383             has 'nostr' => (
4384             is => 'ro',
4385             isa => RegexpRef,
4386             init_arg => undef,
4387             default => sub { qr'^(?i:no|n)$' }
4388             );
4389              
4390             has 'listPatterns' => (
4391             is => 'ro',
4392             isa => HashRef,
4393             init_arg => undef,
4394             default => sub { {
4395             start => q({0}, {1}),
4396             middle => q({0}, {1}),
4397             end => q({0}, {1}),
4398             2 => q({0} y {1}),
4399             } }
4400             );
4401              
4402             has 'default_numbering_system' => (
4403             is => 'ro',
4404             isa => Str,
4405             init_arg => undef,
4406             default => 'latn',
4407             );
4408              
4409             has native_numbering_system => (
4410             is => 'ro',
4411             isa => Str,
4412             init_arg => undef,
4413             default => 'latn',
4414             );
4415              
4416             has 'minimum_grouping_digits' => (
4417             is =>'ro',
4418             isa => Int,
4419             init_arg => undef,
4420             default => 2,
4421             );
4422              
4423             has 'number_symbols' => (
4424             is => 'ro',
4425             isa => HashRef,
4426             init_arg => undef,
4427             default => sub { {
4428             'latn' => {
4429             'decimal' => q(,),
4430             'exponential' => q(E),
4431             'group' => q(.),
4432             'infinity' => q(∞),
4433             'list' => q(;),
4434             'minusSign' => q(-),
4435             'nan' => q(NaN),
4436             'perMille' => q(‰),
4437             'percentSign' => q(%),
4438             'plusSign' => q(+),
4439             'superscriptingExponent' => q(×),
4440             'timeSeparator' => q(:),
4441             },
4442             } }
4443             );
4444              
4445             has 'number_formats' => (
4446             is => 'ro',
4447             isa => HashRef,
4448             init_arg => undef,
4449             default => sub { {
4450             decimalFormat => {
4451             'default' => {
4452             '1000' => {
4453             'one' => '0 K',
4454             'other' => '0 K',
4455             },
4456             '10000' => {
4457             'one' => '00 K',
4458             'other' => '00 K',
4459             },
4460             '100000' => {
4461             'one' => '000 K',
4462             'other' => '000 K',
4463             },
4464             '1000000' => {
4465             'one' => '0 M',
4466             'other' => '0 M',
4467             },
4468             '10000000' => {
4469             'one' => '00 M',
4470             'other' => '00 M',
4471             },
4472             '100000000' => {
4473             'one' => '000 M',
4474             'other' => '000 M',
4475             },
4476             '1000000000' => {
4477             'one' => '0000 M',
4478             'other' => '0000 M',
4479             },
4480             '10000000000' => {
4481             'one' => '00 MRD',
4482             'other' => '00 MRD',
4483             },
4484             '100000000000' => {
4485             'one' => '000 MRD',
4486             'other' => '000 MRD',
4487             },
4488             '1000000000000' => {
4489             'one' => '0 B',
4490             'other' => '0 B',
4491             },
4492             '10000000000000' => {
4493             'one' => '00 B',
4494             'other' => '00 B',
4495             },
4496             '100000000000000' => {
4497             'one' => '000 B',
4498             'other' => '000 B',
4499             },
4500             'standard' => {
4501             '' => '#,##0.###',
4502             },
4503             },
4504             'long' => {
4505             '1000' => {
4506             'one' => '0 mil',
4507             'other' => '0 mil',
4508             },
4509             '10000' => {
4510             'one' => '00 mil',
4511             'other' => '00 mil',
4512             },
4513             '100000' => {
4514             'one' => '000 mil',
4515             'other' => '000 mil',
4516             },
4517             '1000000' => {
4518             'one' => '0 millón',
4519             'other' => '0 millones',
4520             },
4521             '10000000' => {
4522             'one' => '00 millones',
4523             'other' => '00 millones',
4524             },
4525             '100000000' => {
4526             'one' => '000 millones',
4527             'other' => '000 millones',
4528             },
4529             '1000000000' => {
4530             'one' => '0 mil millones',
4531             'other' => '0 mil millones',
4532             },
4533             '10000000000' => {
4534             'one' => '00 mil millones',
4535             'other' => '00 mil millones',
4536             },
4537             '100000000000' => {
4538             'one' => '000 mil millones',
4539             'other' => '000 mil millones',
4540             },
4541             '1000000000000' => {
4542             'one' => '0 billón',
4543             'other' => '0 billones',
4544             },
4545             '10000000000000' => {
4546             'one' => '00 billones',
4547             'other' => '00 billones',
4548             },
4549             '100000000000000' => {
4550             'one' => '000 billones',
4551             'other' => '000 billones',
4552             },
4553             },
4554             'short' => {
4555             '1000' => {
4556             'one' => '0 K',
4557             'other' => '0 K',
4558             },
4559             '10000' => {
4560             'one' => '00 K',
4561             'other' => '00 K',
4562             },
4563             '100000' => {
4564             'one' => '000 K',
4565             'other' => '000 K',
4566             },
4567             '1000000' => {
4568             'one' => '0 M',
4569             'other' => '0 M',
4570             },
4571             '10000000' => {
4572             'one' => '00 M',
4573             'other' => '00 M',
4574             },
4575             '100000000' => {
4576             'one' => '000 M',
4577             'other' => '000 M',
4578             },
4579             '1000000000' => {
4580             'one' => '0000 M',
4581             'other' => '0000 M',
4582             },
4583             '10000000000' => {
4584             'one' => '00 MRD',
4585             'other' => '00 MRD',
4586             },
4587             '100000000000' => {
4588             'one' => '000 MRD',
4589             'other' => '000 MRD',
4590             },
4591             '1000000000000' => {
4592             'one' => '0 B',
4593             'other' => '0 B',
4594             },
4595             '10000000000000' => {
4596             'one' => '00 B',
4597             'other' => '00 B',
4598             },
4599             '100000000000000' => {
4600             'one' => '000 B',
4601             'other' => '000 B',
4602             },
4603             },
4604             },
4605             percentFormat => {
4606             'default' => {
4607             'standard' => {
4608             '' => '#,##0 %',
4609             },
4610             },
4611             },
4612             scientificFormat => {
4613             'default' => {
4614             'standard' => {
4615             '' => '#E0',
4616             },
4617             },
4618             },
4619             } },
4620             );
4621              
4622             has 'number_currency_formats' => (
4623             is => 'ro',
4624             isa => HashRef,
4625             init_arg => undef,
4626             default => sub { {
4627             'latn' => {
4628             'pattern' => {
4629             'default' => {
4630             'accounting' => {
4631             'positive' => '#,##0.00 ¤',
4632             },
4633             'standard' => {
4634             'positive' => '#,##0.00 ¤',
4635             },
4636             },
4637             },
4638             },
4639             } },
4640             );
4641              
4642             has 'currencies' => (
4643             is => 'ro',
4644             isa => HashRef,
4645             init_arg => undef,
4646             default => sub { {
4647             'ADP' => {
4648             display_name => {
4649             'currency' => q(peseta andorrana),
4650             'one' => q(peseta andorrana),
4651             'other' => q(pesetas andorranas),
4652             },
4653             },
4654             'AED' => {
4655             symbol => 'AED',
4656             display_name => {
4657             'currency' => q(dírham de los Emiratos Árabes Unidos),
4658             'one' => q(dírham de los Emiratos Árabes Unidos),
4659             'other' => q(dírhams de los Emiratos Árabes Unidos),
4660             },
4661             },
4662             'AFA' => {
4663             display_name => {
4664             'currency' => q(afgani \(1927–2002\)),
4665             },
4666             },
4667             'AFN' => {
4668             symbol => 'AFN',
4669             display_name => {
4670             'currency' => q(afgani),
4671             'one' => q(afgani),
4672             'other' => q(afganis),
4673             },
4674             },
4675             'ALL' => {
4676             symbol => 'ALL',
4677             display_name => {
4678             'currency' => q(lek),
4679             'one' => q(lek),
4680             'other' => q(lekes),
4681             },
4682             },
4683             'AMD' => {
4684             symbol => 'AMD',
4685             display_name => {
4686             'currency' => q(dram),
4687             'one' => q(dram),
4688             'other' => q(drams),
4689             },
4690             },
4691             'ANG' => {
4692             symbol => 'ANG',
4693             display_name => {
4694             'currency' => q(florín de las Antillas Neerlandesas),
4695             'one' => q(florín de las Antillas Neerlandesas),
4696             'other' => q(florines de las Antillas Neerlandesas),
4697             },
4698             },
4699             'AOA' => {
4700             symbol => 'AOA',
4701             display_name => {
4702             'currency' => q(kuanza),
4703             'one' => q(kuanza),
4704             'other' => q(kuanzas),
4705             },
4706             },
4707             'AOK' => {
4708             display_name => {
4709             'currency' => q(kwanza angoleño \(1977–1990\)),
4710             },
4711             },
4712             'AON' => {
4713             display_name => {
4714             'currency' => q(nuevo kwanza angoleño \(1990–2000\)),
4715             },
4716             },
4717             'AOR' => {
4718             display_name => {
4719             'currency' => q(kwanza reajustado angoleño \(1995–1999\)),
4720             },
4721             },
4722             'ARA' => {
4723             display_name => {
4724             'currency' => q(austral argentino),
4725             'one' => q(austral argentino),
4726             'other' => q(australes argentinos),
4727             },
4728             },
4729             'ARP' => {
4730             display_name => {
4731             'currency' => q(peso argentino \(1983–1985\)),
4732             'one' => q(peso argentino \(ARP\)),
4733             'other' => q(pesos argentinos \(ARP\)),
4734             },
4735             },
4736             'ARS' => {
4737             symbol => 'ARS',
4738             display_name => {
4739             'currency' => q(peso argentino),
4740             'one' => q(peso argentino),
4741             'other' => q(pesos argentinos),
4742             },
4743             },
4744             'ATS' => {
4745             display_name => {
4746             'currency' => q(chelín austriaco),
4747             'one' => q(chelín austriaco),
4748             'other' => q(chelines austriacos),
4749             },
4750             },
4751             'AUD' => {
4752             symbol => 'AUD',
4753             display_name => {
4754             'currency' => q(dólar australiano),
4755             'one' => q(dólar australiano),
4756             'other' => q(dólares australianos),
4757             },
4758             },
4759             'AWG' => {
4760             symbol => 'AWG',
4761             display_name => {
4762             'currency' => q(florín arubeño),
4763             'one' => q(florín arubeño),
4764             'other' => q(florines arubeños),
4765             },
4766             },
4767             'AZM' => {
4768             display_name => {
4769             'currency' => q(manat azerí \(1993–2006\)),
4770             },
4771             },
4772             'AZN' => {
4773             symbol => 'AZN',
4774             display_name => {
4775             'currency' => q(manat azerí),
4776             'one' => q(manat azerí),
4777             'other' => q(manat azeríes),
4778             },
4779             },
4780             'BAD' => {
4781             display_name => {
4782             'currency' => q(dinar bosnio),
4783             'one' => q(dinar bosnio),
4784             'other' => q(dinares bosnios),
4785             },
4786             },
4787             'BAM' => {
4788             symbol => 'BAM',
4789             display_name => {
4790             'currency' => q(marco convertible de Bosnia-Herzegovina),
4791             'one' => q(marco convertible de Bosnia-Herzegovina),
4792             'other' => q(marcos convertibles de Bosnia-Herzegovina),
4793             },
4794             },
4795             'BBD' => {
4796             symbol => 'BBD',
4797             display_name => {
4798             'currency' => q(dólar barbadense),
4799             'one' => q(dólar barbadense),
4800             'other' => q(dólares barbadenses),
4801             },
4802             },
4803             'BDT' => {
4804             symbol => 'BDT',
4805             display_name => {
4806             'currency' => q(taka),
4807             'one' => q(taka),
4808             'other' => q(takas),
4809             },
4810             },
4811             'BEC' => {
4812             display_name => {
4813             'currency' => q(franco belga \(convertible\)),
4814             'one' => q(franco belga \(convertible\)),
4815             'other' => q(francos belgas \(convertibles\)),
4816             },
4817             },
4818             'BEF' => {
4819             display_name => {
4820             'currency' => q(franco belga),
4821             'one' => q(franco belga),
4822             'other' => q(francos belgas),
4823             },
4824             },
4825             'BEL' => {
4826             display_name => {
4827             'currency' => q(franco belga \(financiero\)),
4828             'one' => q(franco belga \(financiero\)),
4829             'other' => q(francos belgas \(financieros\)),
4830             },
4831             },
4832             'BGL' => {
4833             display_name => {
4834             'currency' => q(lev fuerte búlgaro),
4835             'one' => q(lev fuerte búlgaro),
4836             'other' => q(leva fuertes búlgaros),
4837             },
4838             },
4839             'BGN' => {
4840             symbol => 'BGN',
4841             display_name => {
4842             'currency' => q(lev búlgaro),
4843             'one' => q(lev búlgaro),
4844             'other' => q(levas búlgaras),
4845             },
4846             },
4847             'BHD' => {
4848             symbol => 'BHD',
4849             display_name => {
4850             'currency' => q(dinar bahreiní),
4851             'one' => q(dinar bahreiní),
4852             'other' => q(dinares bahreiníes),
4853             },
4854             },
4855             'BIF' => {
4856             symbol => 'BIF',
4857             display_name => {
4858             'currency' => q(franco burundés),
4859             'one' => q(franco burundés),
4860             'other' => q(francos burundeses),
4861             },
4862             },
4863             'BMD' => {
4864             symbol => 'BMD',
4865             display_name => {
4866             'currency' => q(dólar de Bermudas),
4867             'one' => q(dólar de Bermudas),
4868             'other' => q(dólares de Bermudas),
4869             },
4870             },
4871             'BND' => {
4872             symbol => 'BND',
4873             display_name => {
4874             'currency' => q(dólar bruneano),
4875             'one' => q(dólar bruneano),
4876             'other' => q(dólares bruneanos),
4877             },
4878             },
4879             'BOB' => {
4880             symbol => 'BOB',
4881             display_name => {
4882             'currency' => q(boliviano),
4883             'one' => q(boliviano),
4884             'other' => q(bolivianos),
4885             },
4886             },
4887             'BOP' => {
4888             display_name => {
4889             'currency' => q(peso boliviano),
4890             'one' => q(peso boliviano),
4891             'other' => q(pesos bolivianos),
4892             },
4893             },
4894             'BOV' => {
4895             display_name => {
4896             'currency' => q(MVDOL boliviano),
4897             'one' => q(MVDOL boliviano),
4898             'other' => q(MVDOL bolivianos),
4899             },
4900             },
4901             'BRB' => {
4902             display_name => {
4903             'currency' => q(nuevo cruceiro brasileño \(1967–1986\)),
4904             'one' => q(nuevo cruzado brasileño \(BRB\)),
4905             'other' => q(nuevos cruzados brasileños \(BRB\)),
4906             },
4907             },
4908             'BRC' => {
4909             display_name => {
4910             'currency' => q(cruzado brasileño),
4911             'one' => q(cruzado brasileño),
4912             'other' => q(cruzados brasileños),
4913             },
4914             },
4915             'BRE' => {
4916             display_name => {
4917             'currency' => q(cruceiro brasileño \(1990–1993\)),
4918             'one' => q(cruceiro brasileño \(BRE\)),
4919             'other' => q(cruceiros brasileños \(BRE\)),
4920             },
4921             },
4922             'BRL' => {
4923             symbol => 'BRL',
4924             display_name => {
4925             'currency' => q(real brasileño),
4926             'one' => q(real brasileño),
4927             'other' => q(reales brasileños),
4928             },
4929             },
4930             'BRN' => {
4931             display_name => {
4932             'currency' => q(nuevo cruzado brasileño),
4933             'one' => q(nuevo cruzado brasileño),
4934             'other' => q(nuevos cruzados brasileños),
4935             },
4936             },
4937             'BRR' => {
4938             display_name => {
4939             'currency' => q(cruceiro brasileño),
4940             'one' => q(cruceiro brasileño),
4941             'other' => q(cruceiros brasileños),
4942             },
4943             },
4944             'BSD' => {
4945             symbol => 'BSD',
4946             display_name => {
4947             'currency' => q(dólar bahameño),
4948             'one' => q(dólar bahameño),
4949             'other' => q(dólares bahameños),
4950             },
4951             },
4952             'BTN' => {
4953             symbol => 'BTN',
4954             display_name => {
4955             'currency' => q(gultrum),
4956             'one' => q(gultrum),
4957             'other' => q(gultrums),
4958             },
4959             },
4960             'BUK' => {
4961             display_name => {
4962             'currency' => q(kyat birmano),
4963             'one' => q(kyat birmano),
4964             'other' => q(kyat birmanos),
4965             },
4966             },
4967             'BWP' => {
4968             symbol => 'BWP',
4969             display_name => {
4970             'currency' => q(pula),
4971             'one' => q(pula),
4972             'other' => q(pulas),
4973             },
4974             },
4975             'BYB' => {
4976             display_name => {
4977             'currency' => q(nuevo rublo bielorruso \(1994–1999\)),
4978             'one' => q(nuevo rublo bielorruso),
4979             'other' => q(nuevos rublos bielorrusos),
4980             },
4981             },
4982             'BYR' => {
4983             symbol => 'BYR',
4984             display_name => {
4985             'currency' => q(rublo bielorruso),
4986             'one' => q(rublo bielorruso),
4987             'other' => q(rublos bielorrusos),
4988             },
4989             },
4990             'BZD' => {
4991             symbol => 'BZD',
4992             display_name => {
4993             'currency' => q(dólar beliceño),
4994             'one' => q(dólar beliceño),
4995             'other' => q(dólares beliceños),
4996             },
4997             },
4998             'CAD' => {
4999             symbol => 'CA$',
5000             display_name => {
5001             'currency' => q(dólar canadiense),
5002             'one' => q(dólar canadiense),
5003             'other' => q(dólares canadienses),
5004             },
5005             },
5006             'CDF' => {
5007             symbol => 'CDF',
5008             display_name => {
5009             'currency' => q(franco congoleño),
5010             'one' => q(franco congoleño),
5011             'other' => q(francos congoleños),
5012             },
5013             },
5014             'CHE' => {
5015             display_name => {
5016             'currency' => q(euro WIR),
5017             'one' => q(euro WIR),
5018             'other' => q(euros WIR),
5019             },
5020             },
5021             'CHF' => {
5022             symbol => 'CHF',
5023             display_name => {
5024             'currency' => q(franco suizo),
5025             'one' => q(franco suizo),
5026             'other' => q(francos suizos),
5027             },
5028             },
5029             'CHW' => {
5030             display_name => {
5031             'currency' => q(franco WIR),
5032             'one' => q(franco WIR),
5033             'other' => q(francos WIR),
5034             },
5035             },
5036             'CLF' => {
5037             display_name => {
5038             'currency' => q(unidad de fomento chilena),
5039             'one' => q(unidad de fomento chilena),
5040             'other' => q(unidades de fomento chilenas),
5041             },
5042             },
5043             'CLP' => {
5044             symbol => 'CLP',
5045             display_name => {
5046             'currency' => q(peso chileno),
5047             'one' => q(peso chileno),
5048             'other' => q(pesos chilenos),
5049             },
5050             },
5051             'CNY' => {
5052             symbol => 'CNY',
5053             display_name => {
5054             'currency' => q(yuan),
5055             'one' => q(yuan),
5056             'other' => q(yuanes),
5057             },
5058             },
5059             'COP' => {
5060             symbol => 'COP',
5061             display_name => {
5062             'currency' => q(peso colombiano),
5063             'one' => q(peso colombiano),
5064             'other' => q(pesos colombianos),
5065             },
5066             },
5067             'COU' => {
5068             display_name => {
5069             'currency' => q(unidad de valor real colombiana),
5070             'one' => q(unidad de valor real),
5071             'other' => q(unidades de valor reales),
5072             },
5073             },
5074             'CRC' => {
5075             symbol => 'CRC',
5076             display_name => {
5077             'currency' => q(colón costarricense),
5078             'one' => q(colón costarricense),
5079             'other' => q(colones costarricenses),
5080             },
5081             },
5082             'CSD' => {
5083             display_name => {
5084             'currency' => q(antiguo dinar serbio),
5085             'one' => q(antiguo dinar serbio),
5086             'other' => q(antiguos dinares serbios),
5087             },
5088             },
5089             'CSK' => {
5090             display_name => {
5091             'currency' => q(corona fuerte checoslovaca),
5092             'one' => q(corona fuerte checoslovaca),
5093             'other' => q(coronas fuertes checoslovacas),
5094             },
5095             },
5096             'CUC' => {
5097             symbol => 'CUC',
5098             display_name => {
5099             'currency' => q(peso cubano convertible),
5100             'one' => q(peso cubano convertible),
5101             'other' => q(pesos cubanos convertibles),
5102             },
5103             },
5104             'CUP' => {
5105             symbol => 'CUP',
5106             display_name => {
5107             'currency' => q(peso cubano),
5108             'one' => q(peso cubano),
5109             'other' => q(pesos cubanos),
5110             },
5111             },
5112             'CVE' => {
5113             symbol => 'CVE',
5114             display_name => {
5115             'currency' => q(escudo de Cabo Verde),
5116             'one' => q(escudo de Cabo Verde),
5117             'other' => q(escudos de Cabo Verde),
5118             },
5119             },
5120             'CYP' => {
5121             display_name => {
5122             'currency' => q(libra chipriota),
5123             'one' => q(libra chipriota),
5124             'other' => q(libras chipriotas),
5125             },
5126             },
5127             'CZK' => {
5128             symbol => 'CZK',
5129             display_name => {
5130             'currency' => q(corona checa),
5131             'one' => q(corona checa),
5132             'other' => q(coronas checas),
5133             },
5134             },
5135             'DDM' => {
5136             display_name => {
5137             'currency' => q(ostmark de Alemania del Este),
5138             'one' => q(marco de la República Democrática Alemana),
5139             'other' => q(marcos de la República Democrática Alemana),
5140             },
5141             },
5142             'DEM' => {
5143             display_name => {
5144             'currency' => q(marco alemán),
5145             'one' => q(marco alemán),
5146             'other' => q(marcos alemanes),
5147             },
5148             },
5149             'DJF' => {
5150             symbol => 'DJF',
5151             display_name => {
5152             'currency' => q(franco yibutiano),
5153             'one' => q(franco yibutiano),
5154             'other' => q(francos yibutianos),
5155             },
5156             },
5157             'DKK' => {
5158             symbol => 'DKK',
5159             display_name => {
5160             'currency' => q(corona danesa),
5161             'one' => q(corona danesa),
5162             'other' => q(coronas danesas),
5163             },
5164             },
5165             'DOP' => {
5166             symbol => 'DOP',
5167             display_name => {
5168             'currency' => q(peso dominicano),
5169             'one' => q(peso dominicano),
5170             'other' => q(pesos dominicanos),
5171             },
5172             },
5173             'DZD' => {
5174             symbol => 'DZD',
5175             display_name => {
5176             'currency' => q(dinar argelino),
5177             'one' => q(dinar argelino),
5178             'other' => q(dinares argelinos),
5179             },
5180             },
5181             'ECS' => {
5182             display_name => {
5183             'currency' => q(sucre ecuatoriano),
5184             'one' => q(sucre ecuatoriano),
5185             'other' => q(sucres ecuatorianos),
5186             },
5187             },
5188             'ECV' => {
5189             display_name => {
5190             'currency' => q(unidad de valor constante \(UVC\) ecuatoriana),
5191             'one' => q(unidad de valor constante \(UVC\) ecuatoriana),
5192             'other' => q(unidades de valor constante \(UVC\) ecuatorianas),
5193             },
5194             },
5195             'EEK' => {
5196             display_name => {
5197             'currency' => q(corona estonia),
5198             'one' => q(corona estonia),
5199             'other' => q(coronas estonias),
5200             },
5201             },
5202             'EGP' => {
5203             symbol => 'EGP',
5204             display_name => {
5205             'currency' => q(libra egipcia),
5206             'one' => q(libra egipcia),
5207             'other' => q(libras egipcias),
5208             },
5209             },
5210             'ERN' => {
5211             symbol => 'ERN',
5212             display_name => {
5213             'currency' => q(nakfa),
5214             'one' => q(nakfa),
5215             'other' => q(nakfas),
5216             },
5217             },
5218             'ESA' => {
5219             display_name => {
5220             'currency' => q(peseta española \(cuenta A\)),
5221             'one' => q(peseta española \(cuenta A\)),
5222             'other' => q(pesetas españolas \(cuenta A\)),
5223             },
5224             },
5225             'ESB' => {
5226             display_name => {
5227             'currency' => q(peseta española \(cuenta convertible\)),
5228             'one' => q(peseta española \(cuenta convertible\)),
5229             'other' => q(pesetas españolas \(cuenta convertible\)),
5230             },
5231             },
5232             'ESP' => {
5233             symbol => '₧',
5234             display_name => {
5235             'currency' => q(peseta española),
5236             'one' => q(peseta española),
5237             'other' => q(pesetas españolas),
5238             },
5239             },
5240             'ETB' => {
5241             symbol => 'ETB',
5242             display_name => {
5243             'currency' => q(bir),
5244             'one' => q(bir),
5245             'other' => q(bires),
5246             },
5247             },
5248             'EUR' => {
5249             symbol => '€',
5250             display_name => {
5251             'currency' => q(euro),
5252             'one' => q(euro),
5253             'other' => q(euros),
5254             },
5255             },
5256             'FIM' => {
5257             display_name => {
5258             'currency' => q(marco finlandés),
5259             'one' => q(marco finlandés),
5260             'other' => q(marcos finlandeses),
5261             },
5262             },
5263             'FJD' => {
5264             symbol => 'FJD',
5265             display_name => {
5266             'currency' => q(dólar fiyiano),
5267             'one' => q(dólar fiyiano),
5268             'other' => q(dólares fiyianos),
5269             },
5270             },
5271             'FKP' => {
5272             symbol => 'FKP',
5273             display_name => {
5274             'currency' => q(libra malvinense),
5275             'one' => q(libra malvinense),
5276             'other' => q(libras malvinenses),
5277             },
5278             },
5279             'FRF' => {
5280             display_name => {
5281             'currency' => q(franco francés),
5282             'one' => q(franco francés),
5283             'other' => q(francos franceses),
5284             },
5285             },
5286             'GBP' => {
5287             symbol => 'GBP',
5288             display_name => {
5289             'currency' => q(libra británica),
5290             'one' => q(libra británica),
5291             'other' => q(libras británicas),
5292             },
5293             },
5294             'GEK' => {
5295             display_name => {
5296             'currency' => q(kupon larit georgiano),
5297             },
5298             },
5299             'GEL' => {
5300             symbol => 'GEL',
5301             display_name => {
5302             'currency' => q(lari),
5303             'one' => q(lari),
5304             'other' => q(laris),
5305             },
5306             },
5307             'GHC' => {
5308             display_name => {
5309             'currency' => q(cedi ghanés \(1979–2007\)),
5310             },
5311             },
5312             'GHS' => {
5313             symbol => 'GHS',
5314             display_name => {
5315             'currency' => q(cedi),
5316             'one' => q(cedi),
5317             'other' => q(cedis),
5318             },
5319             },
5320             'GIP' => {
5321             symbol => 'GIP',
5322             display_name => {
5323             'currency' => q(libra gibraltareña),
5324             'one' => q(libra gibraltareña),
5325             'other' => q(libras gibraltareñas),
5326             },
5327             },
5328             'GMD' => {
5329             symbol => 'GMD',
5330             display_name => {
5331             'currency' => q(dalasi),
5332             'one' => q(dalasi),
5333             'other' => q(dalasis),
5334             },
5335             },
5336             'GNF' => {
5337             symbol => 'GNF',
5338             display_name => {
5339             'currency' => q(franco guineano),
5340             'one' => q(franco guineano),
5341             'other' => q(francos guineanos),
5342             },
5343             },
5344             'GNS' => {
5345             display_name => {
5346             'currency' => q(syli guineano),
5347             },
5348             },
5349             'GQE' => {
5350             display_name => {
5351             'currency' => q(ekuele de Guinea Ecuatorial),
5352             'one' => q(ekuele de Guinea Ecuatorial),
5353             'other' => q(ekueles de Guinea Ecuatorial),
5354             },
5355             },
5356             'GRD' => {
5357             display_name => {
5358             'currency' => q(dracma griego),
5359             'one' => q(dracma griego),
5360             'other' => q(dracmas griegos),
5361             },
5362             },
5363             'GTQ' => {
5364             symbol => 'GTQ',
5365             display_name => {
5366             'currency' => q(quetzal guatemalteco),
5367             'one' => q(quetzal guatemalteco),
5368             'other' => q(quetzales guatemaltecos),
5369             },
5370             },
5371             'GWE' => {
5372             display_name => {
5373             'currency' => q(escudo de Guinea Portuguesa),
5374             },
5375             },
5376             'GWP' => {
5377             display_name => {
5378             'currency' => q(peso de Guinea-Bissáu),
5379             },
5380             },
5381             'GYD' => {
5382             symbol => 'GYD',
5383             display_name => {
5384             'currency' => q(dólar guyanés),
5385             'one' => q(dólar guyanés),
5386             'other' => q(dólares guyaneses),
5387             },
5388             },
5389             'HKD' => {
5390             symbol => 'HKD',
5391             display_name => {
5392             'currency' => q(dólar hongkonés),
5393             'one' => q(dólar hongkonés),
5394             'other' => q(dólares hongkoneses),
5395             },
5396             },
5397             'HNL' => {
5398             symbol => 'HNL',
5399             display_name => {
5400             'currency' => q(lempira hondureño),
5401             'one' => q(lempira hondureño),
5402             'other' => q(lempiras hondureños),
5403             },
5404             },
5405             'HRD' => {
5406             display_name => {
5407             'currency' => q(dinar croata),
5408             'one' => q(dinar croata),
5409             'other' => q(dinares croatas),
5410             },
5411             },
5412             'HRK' => {
5413             symbol => 'HRK',
5414             display_name => {
5415             'currency' => q(kuna),
5416             'one' => q(kuna),
5417             'other' => q(kunas),
5418             },
5419             },
5420             'HTG' => {
5421             symbol => 'HTG',
5422             display_name => {
5423             'currency' => q(gourde haitiano),
5424             'one' => q(gourde haitiano),
5425             'other' => q(gourdes haitianos),
5426             },
5427             },
5428             'HUF' => {
5429             symbol => 'HUF',
5430             display_name => {
5431             'currency' => q(forinto húngaro),
5432             'one' => q(forinto húngaro),
5433             'other' => q(forintos húngaros),
5434             },
5435             },
5436             'IDR' => {
5437             symbol => 'IDR',
5438             display_name => {
5439             'currency' => q(rupia indonesia),
5440             'one' => q(rupia indonesia),
5441             'other' => q(rupias indonesias),
5442             },
5443             },
5444             'IEP' => {
5445             display_name => {
5446             'currency' => q(libra irlandesa),
5447             'one' => q(libra irlandesa),
5448             'other' => q(libras irlandesas),
5449             },
5450             },
5451             'ILP' => {
5452             display_name => {
5453             'currency' => q(libra israelí),
5454             'one' => q(libra israelí),
5455             'other' => q(libras israelíes),
5456             },
5457             },
5458             'ILS' => {
5459             symbol => 'ILS',
5460             display_name => {
5461             'currency' => q(nuevo séquel israelí),
5462             'one' => q(nuevo séquel israelí),
5463             'other' => q(nuevos séqueles israelíes),
5464             },
5465             },
5466             'INR' => {
5467             symbol => 'INR',
5468             display_name => {
5469             'currency' => q(rupia india),
5470             'one' => q(rupia india),
5471             'other' => q(rupias indias),
5472             },
5473             },
5474             'IQD' => {
5475             symbol => 'IQD',
5476             display_name => {
5477             'currency' => q(dinar iraquí),
5478             'one' => q(dinar iraquí),
5479             'other' => q(dinares iraquíes),
5480             },
5481             },
5482             'IRR' => {
5483             symbol => 'IRR',
5484             display_name => {
5485             'currency' => q(rial iraní),
5486             'one' => q(rial iraní),
5487             'other' => q(riales iraníes),
5488             },
5489             },
5490             'ISK' => {
5491             symbol => 'ISK',
5492             display_name => {
5493             'currency' => q(corona islandesa),
5494             'one' => q(corona islandesa),
5495             'other' => q(coronas islandesas),
5496             },
5497             },
5498             'ITL' => {
5499             display_name => {
5500             'currency' => q(lira italiana),
5501             'one' => q(lira italiana),
5502             'other' => q(liras italianas),
5503             },
5504             },
5505             'JMD' => {
5506             symbol => 'JMD',
5507             display_name => {
5508             'currency' => q(dólar jamaicano),
5509             'one' => q(dólar jamaicano),
5510             'other' => q(dólares jamaicanos),
5511             },
5512             },
5513             'JOD' => {
5514             symbol => 'JOD',
5515             display_name => {
5516             'currency' => q(dinar jordano),
5517             'one' => q(dinar jordano),
5518             'other' => q(dinares jordanos),
5519             },
5520             },
5521             'JPY' => {
5522             symbol => 'JPY',
5523             display_name => {
5524             'currency' => q(yen),
5525             'one' => q(yen),
5526             'other' => q(yenes),
5527             },
5528             },
5529             'KES' => {
5530             symbol => 'KES',
5531             display_name => {
5532             'currency' => q(chelín keniano),
5533             'one' => q(chelín keniano),
5534             'other' => q(chelines kenianos),
5535             },
5536             },
5537             'KGS' => {
5538             symbol => 'KGS',
5539             display_name => {
5540             'currency' => q(som),
5541             'one' => q(som),
5542             'other' => q(soms),
5543             },
5544             },
5545             'KHR' => {
5546             symbol => 'KHR',
5547             display_name => {
5548             'currency' => q(riel),
5549             'one' => q(riel),
5550             'other' => q(rieles),
5551             },
5552             },
5553             'KMF' => {
5554             symbol => 'KMF',
5555             display_name => {
5556             'currency' => q(franco comorense),
5557             'one' => q(franco comorense),
5558             'other' => q(francos comorenses),
5559             },
5560             },
5561             'KPW' => {
5562             symbol => 'KPW',
5563             display_name => {
5564             'currency' => q(won norcoreano),
5565             'one' => q(won norcoreano),
5566             'other' => q(wons norcoreanos),
5567             },
5568             },
5569             'KRW' => {
5570             symbol => 'KRW',
5571             display_name => {
5572             'currency' => q(won surcoreano),
5573             'one' => q(won surcoreano),
5574             'other' => q(wons surcoreanos),
5575             },
5576             },
5577             'KWD' => {
5578             symbol => 'KWD',
5579             display_name => {
5580             'currency' => q(dinar kuwaití),
5581             'one' => q(dinar kuwaití),
5582             'other' => q(dinares kuwaitíes),
5583             },
5584             },
5585             'KYD' => {
5586             symbol => 'KYD',
5587             display_name => {
5588             'currency' => q(dólar de las Islas Caimán),
5589             'one' => q(dólar de las Islas Caimán),
5590             'other' => q(dólares de las Islas Caimán),
5591             },
5592             },
5593             'KZT' => {
5594             symbol => 'KZT',
5595             display_name => {
5596             'currency' => q(tenge kazako),
5597             'one' => q(tenge kazako),
5598             'other' => q(tenges kazakos),
5599             },
5600             },
5601             'LAK' => {
5602             symbol => 'LAK',
5603             display_name => {
5604             'currency' => q(kip),
5605             'one' => q(kip),
5606             'other' => q(kips),
5607             },
5608             },
5609             'LBP' => {
5610             symbol => 'LBP',
5611             display_name => {
5612             'currency' => q(libra libanesa),
5613             'one' => q(libra libanesa),
5614             'other' => q(libras libanesas),
5615             },
5616             },
5617             'LKR' => {
5618             symbol => 'LKR',
5619             display_name => {
5620             'currency' => q(rupia esrilanquesa),
5621             'one' => q(rupia esrilanquesa),
5622             'other' => q(rupias esrilanquesas),
5623             },
5624             },
5625             'LRD' => {
5626             symbol => 'LRD',
5627             display_name => {
5628             'currency' => q(dólar liberiano),
5629             'one' => q(dólar liberiano),
5630             'other' => q(dólares liberianos),
5631             },
5632             },
5633             'LSL' => {
5634             display_name => {
5635             'currency' => q(loti lesothense),
5636             },
5637             },
5638             'LTL' => {
5639             symbol => 'LTL',
5640             display_name => {
5641             'currency' => q(litas lituano),
5642             'one' => q(litas lituana),
5643             'other' => q(litas lituanas),
5644             },
5645             },
5646             'LTT' => {
5647             display_name => {
5648             'currency' => q(talonas lituano),
5649             'one' => q(talonas lituana),
5650             'other' => q(talonas lituanas),
5651             },
5652             },
5653             'LUC' => {
5654             display_name => {
5655             'currency' => q(franco convertible luxemburgués),
5656             'one' => q(franco convertible luxemburgués),
5657             'other' => q(francos convertibles luxemburgueses),
5658             },
5659             },
5660             'LUF' => {
5661             display_name => {
5662             'currency' => q(franco luxemburgués),
5663             'one' => q(franco luxemburgués),
5664             'other' => q(francos luxemburgueses),
5665             },
5666             },
5667             'LUL' => {
5668             display_name => {
5669             'currency' => q(franco financiero luxemburgués),
5670             'one' => q(franco financiero luxemburgués),
5671             'other' => q(francos financieros luxemburgueses),
5672             },
5673             },
5674             'LVL' => {
5675             symbol => 'LVL',
5676             display_name => {
5677             'currency' => q(lats letón),
5678             'one' => q(lats letón),
5679             'other' => q(lats letónes),
5680             },
5681             },
5682             'LVR' => {
5683             display_name => {
5684             'currency' => q(rublo letón),
5685             'one' => q(rublo letón),
5686             'other' => q(rublos letones),
5687             },
5688             },
5689             'LYD' => {
5690             symbol => 'LYD',
5691             display_name => {
5692             'currency' => q(dinar libio),
5693             'one' => q(dinar libio),
5694             'other' => q(dinares libios),
5695             },
5696             },
5697             'MAD' => {
5698             symbol => 'MAD',
5699             display_name => {
5700             'currency' => q(dírham marroquí),
5701             'one' => q(dírham marroquí),
5702             'other' => q(dírhams marroquíes),
5703             },
5704             },
5705             'MAF' => {
5706             display_name => {
5707             'currency' => q(franco marroquí),
5708             'one' => q(franco marroquí),
5709             'other' => q(francos marroquíes),
5710             },
5711             },
5712             'MDL' => {
5713             symbol => 'MDL',
5714             display_name => {
5715             'currency' => q(leu moldavo),
5716             'one' => q(leu moldavo),
5717             'other' => q(leus moldavos),
5718             },
5719             },
5720             'MGA' => {
5721             symbol => 'MGA',
5722             display_name => {
5723             'currency' => q(ariari),
5724             'one' => q(ariari),
5725             'other' => q(ariaris),
5726             },
5727             },
5728             'MGF' => {
5729             display_name => {
5730             'currency' => q(franco malgache),
5731             },
5732             },
5733             'MKD' => {
5734             symbol => 'MKD',
5735             display_name => {
5736             'currency' => q(dinar macedonio),
5737             'one' => q(dinar macedonio),
5738             'other' => q(dinares macedonios),
5739             },
5740             },
5741             'MLF' => {
5742             display_name => {
5743             'currency' => q(franco malí),
5744             },
5745             },
5746             'MMK' => {
5747             symbol => 'MMK',
5748             display_name => {
5749             'currency' => q(kiat),
5750             'one' => q(kiat),
5751             'other' => q(kiats),
5752             },
5753             },
5754             'MNT' => {
5755             symbol => 'MNT',
5756             display_name => {
5757             'currency' => q(tugrik),
5758             'one' => q(tugrik),
5759             'other' => q(tugriks),
5760             },
5761             },
5762             'MOP' => {
5763             symbol => 'MOP',
5764             display_name => {
5765             'currency' => q(pataca de Macao),
5766             'one' => q(pataca de Macao),
5767             'other' => q(patacas de Macao),
5768             },
5769             },
5770             'MRO' => {
5771             symbol => 'MRO',
5772             display_name => {
5773             'currency' => q(uguiya),
5774             'one' => q(uguiya),
5775             'other' => q(uguiyas),
5776             },
5777             },
5778             'MTL' => {
5779             display_name => {
5780             'currency' => q(lira maltesa),
5781             'one' => q(lira maltesa),
5782             'other' => q(liras maltesas),
5783             },
5784             },
5785             'MTP' => {
5786             display_name => {
5787             'currency' => q(libra maltesa),
5788             'one' => q(libra maltesa),
5789             'other' => q(libras maltesas),
5790             },
5791             },
5792             'MUR' => {
5793             symbol => 'MUR',
5794             display_name => {
5795             'currency' => q(rupia mauriciana),
5796             'one' => q(rupia mauriciana),
5797             'other' => q(rupias mauricianas),
5798             },
5799             },
5800             'MVR' => {
5801             symbol => 'MVR',
5802             display_name => {
5803             'currency' => q(rufiya),
5804             'one' => q(rufiya),
5805             'other' => q(rufiyas),
5806             },
5807             },
5808             'MWK' => {
5809             symbol => 'MWK',
5810             display_name => {
5811             'currency' => q(kwacha malauí),
5812             'one' => q(kwacha malauí),
5813             'other' => q(kwachas malauís),
5814             },
5815             },
5816             'MXN' => {
5817             symbol => 'MXN',
5818             display_name => {
5819             'currency' => q(peso mexicano),
5820             'one' => q(peso mexicano),
5821             'other' => q(pesos mexicanos),
5822             },
5823             },
5824             'MXP' => {
5825             display_name => {
5826             'currency' => q(peso de plata mexicano \(1861–1992\)),
5827             'one' => q(peso de plata mexicano \(MXP\)),
5828             'other' => q(pesos de plata mexicanos \(MXP\)),
5829             },
5830             },
5831             'MXV' => {
5832             display_name => {
5833             'currency' => q(unidad de inversión \(UDI\) mexicana),
5834             'one' => q(unidad de inversión \(UDI\) mexicana),
5835             'other' => q(unidades de inversión \(UDI\) mexicanas),
5836             },
5837             },
5838             'MYR' => {
5839             symbol => 'MYR',
5840             display_name => {
5841             'currency' => q(ringit),
5842             'one' => q(ringit),
5843             'other' => q(ringits),
5844             },
5845             },
5846             'MZE' => {
5847             display_name => {
5848             'currency' => q(escudo mozambiqueño),
5849             'one' => q(escudo mozambiqueño),
5850             'other' => q(escudos mozambiqueños),
5851             },
5852             },
5853             'MZM' => {
5854             display_name => {
5855             'currency' => q(antiguo metical mozambiqueño),
5856             },
5857             },
5858             'MZN' => {
5859             symbol => 'MZN',
5860             display_name => {
5861             'currency' => q(metical),
5862             'one' => q(metical),
5863             'other' => q(meticales),
5864             },
5865             },
5866             'NAD' => {
5867             symbol => 'NAD',
5868             display_name => {
5869             'currency' => q(dólar namibio),
5870             'one' => q(dólar namibio),
5871             'other' => q(dólares namibios),
5872             },
5873             },
5874             'NGN' => {
5875             symbol => 'NGN',
5876             display_name => {
5877             'currency' => q(naira),
5878             'one' => q(naira),
5879             'other' => q(nairas),
5880             },
5881             },
5882             'NIC' => {
5883             display_name => {
5884             'currency' => q(córdoba nicaragüense \(1988–1991\)),
5885             'one' => q(córdoba nicaragüense \(1988–1991\)),
5886             'other' => q(córdobas nicaragüenses \(1988–1991\)),
5887             },
5888             },
5889             'NIO' => {
5890             symbol => 'NIO',
5891             display_name => {
5892             'currency' => q(córdoba nicaragüense),
5893             'one' => q(córdoba nicaragüense),
5894             'other' => q(córdobas nicaragüenses),
5895             },
5896             },
5897             'NLG' => {
5898             display_name => {
5899             'currency' => q(florín neerlandés),
5900             'one' => q(florín neerlandés),
5901             'other' => q(florines neerlandeses),
5902             },
5903             },
5904             'NOK' => {
5905             symbol => 'NOK',
5906             display_name => {
5907             'currency' => q(corona noruega),
5908             'one' => q(corona noruega),
5909             'other' => q(coronas noruegas),
5910             },
5911             },
5912             'NPR' => {
5913             symbol => 'NPR',
5914             display_name => {
5915             'currency' => q(rupia nepalí),
5916             'one' => q(rupia nepalí),
5917             'other' => q(rupias nepalíes),
5918             },
5919             },
5920             'NZD' => {
5921             symbol => 'NZD',
5922             display_name => {
5923             'currency' => q(dólar neozelandés),
5924             'one' => q(dólar neozelandés),
5925             'other' => q(dólares neozelandeses),
5926             },
5927             },
5928             'OMR' => {
5929             symbol => 'OMR',
5930             display_name => {
5931             'currency' => q(rial omaní),
5932             'one' => q(rial omaní),
5933             'other' => q(riales omaníes),
5934             },
5935             },
5936             'PAB' => {
5937             symbol => 'PAB',
5938             display_name => {
5939             'currency' => q(balboa panameño),
5940             'one' => q(balboa panameño),
5941             'other' => q(balboas panameños),
5942             },
5943             },
5944             'PEI' => {
5945             display_name => {
5946             'currency' => q(inti peruano),
5947             'one' => q(inti peruano),
5948             'other' => q(intis peruanos),
5949             },
5950             },
5951             'PEN' => {
5952             symbol => 'PEN',
5953             display_name => {
5954             'currency' => q(nuevo sol peruano),
5955             'one' => q(nuevo sol peruano),
5956             'other' => q(nuevos soles peruanos),
5957             },
5958             },
5959             'PES' => {
5960             display_name => {
5961             'currency' => q(sol peruano),
5962             'one' => q(sol peruano),
5963             'other' => q(soles peruanos),
5964             },
5965             },
5966             'PGK' => {
5967             symbol => 'PGK',
5968             display_name => {
5969             'currency' => q(kina),
5970             'one' => q(kina),
5971             'other' => q(kinas),
5972             },
5973             },
5974             'PHP' => {
5975             symbol => 'PHP',
5976             display_name => {
5977             'currency' => q(peso filipino),
5978             'one' => q(peso filipino),
5979             'other' => q(pesos filipinos),
5980             },
5981             },
5982             'PKR' => {
5983             symbol => 'PKR',
5984             display_name => {
5985             'currency' => q(rupia pakistaní),
5986             'one' => q(rupia pakistaní),
5987             'other' => q(rupias pakistaníes),
5988             },
5989             },
5990             'PLN' => {
5991             symbol => 'PLN',
5992             display_name => {
5993             'currency' => q(esloti),
5994             'one' => q(esloti),
5995             'other' => q(eslotis),
5996             },
5997             },
5998             'PLZ' => {
5999             display_name => {
6000             'currency' => q(zloty polaco \(1950–1995\)),
6001             'one' => q(zloty polaco \(PLZ\)),
6002             'other' => q(zlotys polacos \(PLZ\)),
6003             },
6004             },
6005             'PTE' => {
6006             display_name => {
6007             'currency' => q(escudo portugués),
6008             'one' => q(escudo portugués),
6009             'other' => q(escudos portugueses),
6010             },
6011             },
6012             'PYG' => {
6013             symbol => 'PYG',
6014             display_name => {
6015             'currency' => q(guaraní paraguayo),
6016             'one' => q(guaraní paraguayo),
6017             'other' => q(guaraníes paraguayos),
6018             },
6019             },
6020             'QAR' => {
6021             symbol => 'QAR',
6022             display_name => {
6023             'currency' => q(rial catarí),
6024             'one' => q(rial catarí),
6025             'other' => q(riales cataríes),
6026             },
6027             },
6028             'RHD' => {
6029             display_name => {
6030             'currency' => q(dólar rodesiano),
6031             },
6032             },
6033             'ROL' => {
6034             display_name => {
6035             'currency' => q(antiguo leu rumano),
6036             'one' => q(antiguo leu rumano),
6037             'other' => q(antiguos lei rumanos),
6038             },
6039             },
6040             'RON' => {
6041             symbol => 'RON',
6042             display_name => {
6043             'currency' => q(leu rumano),
6044             'one' => q(leu rumano),
6045             'other' => q(leus rumanos),
6046             },
6047             },
6048             'RSD' => {
6049             symbol => 'RSD',
6050             display_name => {
6051             'currency' => q(dinar serbio),
6052             'one' => q(dinar serbio),
6053             'other' => q(dinares serbios),
6054             },
6055             },
6056             'RUB' => {
6057             symbol => 'RUB',
6058             display_name => {
6059             'currency' => q(rublo ruso),
6060             'one' => q(rublo ruso),
6061             'other' => q(rublos rusos),
6062             },
6063             },
6064             'RUR' => {
6065             display_name => {
6066             'currency' => q(rublo ruso \(1991–1998\)),
6067             'one' => q(rublo ruso \(RUR\)),
6068             'other' => q(rublos rusos \(RUR\)),
6069             },
6070             },
6071             'RWF' => {
6072             symbol => 'RWF',
6073             display_name => {
6074             'currency' => q(franco ruandés),
6075             'one' => q(franco ruandés),
6076             'other' => q(francos ruandeses),
6077             },
6078             },
6079             'SAR' => {
6080             symbol => 'SAR',
6081             display_name => {
6082             'currency' => q(rial saudí),
6083             'one' => q(rial saudí),
6084             'other' => q(riales saudíes),
6085             },
6086             },
6087             'SBD' => {
6088             symbol => 'SBD',
6089             display_name => {
6090             'currency' => q(dólar salomonense),
6091             'one' => q(dólar salomonense),
6092             'other' => q(dólares salomonenses),
6093             },
6094             },
6095             'SCR' => {
6096             symbol => 'SCR',
6097             display_name => {
6098             'currency' => q(rupia seychellense),
6099             'one' => q(rupia seychellense),
6100             'other' => q(rupias seychellenses),
6101             },
6102             },
6103             'SDD' => {
6104             display_name => {
6105             'currency' => q(dinar sudanés),
6106             'one' => q(dinar sudanés),
6107             'other' => q(dinares sudaneses),
6108             },
6109             },
6110             'SDG' => {
6111             symbol => 'SDG',
6112             display_name => {
6113             'currency' => q(libra sudanesa),
6114             'one' => q(libra sudanesa),
6115             'other' => q(libras sudanesas),
6116             },
6117             },
6118             'SDP' => {
6119             display_name => {
6120             'currency' => q(libra sudanesa antigua),
6121             'one' => q(libra sudanesa antigua),
6122             'other' => q(libras sudanesas antiguas),
6123             },
6124             },
6125             'SEK' => {
6126             symbol => 'SEK',
6127             display_name => {
6128             'currency' => q(corona sueca),
6129             'one' => q(corona sueca),
6130             'other' => q(coronas suecas),
6131             },
6132             },
6133             'SGD' => {
6134             symbol => 'SGD',
6135             display_name => {
6136             'currency' => q(dólar singapurense),
6137             'one' => q(dólar singapurense),
6138             'other' => q(dólares singapurenses),
6139             },
6140             },
6141             'SHP' => {
6142             symbol => 'SHP',
6143             display_name => {
6144             'currency' => q(libra de Santa Elena),
6145             'one' => q(libra de Santa Elena),
6146             'other' => q(libras de Santa Elena),
6147             },
6148             },
6149             'SIT' => {
6150             display_name => {
6151             'currency' => q(tólar esloveno),
6152             'one' => q(tólar esloveno),
6153             'other' => q(tólares eslovenos),
6154             },
6155             },
6156             'SKK' => {
6157             display_name => {
6158             'currency' => q(corona eslovaca),
6159             'one' => q(corona eslovaca),
6160             'other' => q(coronas eslovacas),
6161             },
6162             },
6163             'SLL' => {
6164             symbol => 'SLL',
6165             display_name => {
6166             'currency' => q(leona),
6167             'one' => q(leona),
6168             'other' => q(leonas),
6169             },
6170             },
6171             'SOS' => {
6172             symbol => 'SOS',
6173             display_name => {
6174             'currency' => q(chelín somalí),
6175             'one' => q(chelín somalí),
6176             'other' => q(chelines somalíes),
6177             },
6178             },
6179             'SRD' => {
6180             symbol => 'SRD',
6181             display_name => {
6182             'currency' => q(dólar surinamés),
6183             'one' => q(dólar surinamés),
6184             'other' => q(dólares surinameses),
6185             },
6186             },
6187             'SRG' => {
6188             display_name => {
6189             'currency' => q(florín surinamés),
6190             },
6191             },
6192             'SSP' => {
6193             symbol => 'SSP',
6194             display_name => {
6195             'currency' => q(libra sursudanesa),
6196             'one' => q(libra sursudanesa),
6197             'other' => q(libras sursudanesas),
6198             },
6199             },
6200             'STD' => {
6201             symbol => 'STD',
6202             display_name => {
6203             'currency' => q(dobra),
6204             'one' => q(dobra),
6205             'other' => q(dobras),
6206             },
6207             },
6208             'SUR' => {
6209             display_name => {
6210             'currency' => q(rublo soviético),
6211             'one' => q(rublo soviético),
6212             'other' => q(rublos soviéticos),
6213             },
6214             },
6215             'SVC' => {
6216             display_name => {
6217             'currency' => q(colón salvadoreño),
6218             'one' => q(colón salvadoreño),
6219             'other' => q(colones salvadoreños),
6220             },
6221             },
6222             'SYP' => {
6223             symbol => 'SYP',
6224             display_name => {
6225             'currency' => q(libra siria),
6226             'one' => q(libra siria),
6227             'other' => q(libras sirias),
6228             },
6229             },
6230             'SZL' => {
6231             symbol => 'SZL',
6232             display_name => {
6233             'currency' => q(lilangeni),
6234             'one' => q(lilangeni),
6235             'other' => q(lilangenis),
6236             },
6237             },
6238             'THB' => {
6239             symbol => '฿',
6240             display_name => {
6241             'currency' => q(bat),
6242             'one' => q(bat),
6243             'other' => q(bats),
6244             },
6245             },
6246             'TJR' => {
6247             display_name => {
6248             'currency' => q(rublo tayiko),
6249             },
6250             },
6251             'TJS' => {
6252             symbol => 'TJS',
6253             display_name => {
6254             'currency' => q(somoni tayiko),
6255             'one' => q(somoni tayiko),
6256             'other' => q(somonis tayikos),
6257             },
6258             },
6259             'TMM' => {
6260             display_name => {
6261             'currency' => q(manat turcomano \(1993–2009\)),
6262             'one' => q(manat turcomano \(1993–2009\)),
6263             'other' => q(manats turcomanos \(1993–2009\)),
6264             },
6265             },
6266             'TMT' => {
6267             symbol => 'TMT',
6268             display_name => {
6269             'currency' => q(manat turcomano),
6270             'one' => q(manat turcomano),
6271             'other' => q(manats turcomanos),
6272             },
6273             },
6274             'TND' => {
6275             symbol => 'TND',
6276             display_name => {
6277             'currency' => q(dinar tunecino),
6278             'one' => q(dinar tunecino),
6279             'other' => q(dinares tunecinos),
6280             },
6281             },
6282             'TOP' => {
6283             symbol => 'TOP',
6284             display_name => {
6285             'currency' => q(paanga),
6286             'one' => q(paanga),
6287             'other' => q(paangas),
6288             },
6289             },
6290             'TPE' => {
6291             display_name => {
6292             'currency' => q(escudo timorense),
6293             },
6294             },
6295             'TRL' => {
6296             display_name => {
6297             'currency' => q(lira turca \(1922–2005\)),
6298             'one' => q(lira turca \(1922–2005\)),
6299             'other' => q(liras turcas \(1922–2005\)),
6300             },
6301             },
6302             'TRY' => {
6303             symbol => 'TRY',
6304             display_name => {
6305             'currency' => q(lira turca),
6306             'one' => q(lira turca),
6307             'other' => q(liras turcas),
6308             },
6309             },
6310             'TTD' => {
6311             symbol => 'TTD',
6312             display_name => {
6313             'currency' => q(dólar de Trinidad y Tobago),
6314             'one' => q(dólar de Trinidad y Tobago),
6315             'other' => q(dólares de Trinidad y Tobago),
6316             },
6317             },
6318             'TWD' => {
6319             symbol => 'TWD',
6320             display_name => {
6321             'currency' => q(nuevo dólar taiwanés),
6322             'one' => q(nuevo dólar taiwanés),
6323             'other' => q(nuevos dólares taiwaneses),
6324             },
6325             },
6326             'TZS' => {
6327             symbol => 'TZS',
6328             display_name => {
6329             'currency' => q(chelín tanzano),
6330             'one' => q(chelín tanzano),
6331             'other' => q(chelines tanzanos),
6332             },
6333             },
6334             'UAH' => {
6335             symbol => 'UAH',
6336             display_name => {
6337             'currency' => q(grivna),
6338             'one' => q(grivna),
6339             'other' => q(grivnas),
6340             },
6341             },
6342             'UAK' => {
6343             display_name => {
6344             'currency' => q(karbovanet ucraniano),
6345             'one' => q(karbovanet ucraniano),
6346             'other' => q(karbovanets ucranianos),
6347             },
6348             },
6349             'UGS' => {
6350             display_name => {
6351             'currency' => q(chelín ugandés \(1966–1987\)),
6352             },
6353             },
6354             'UGX' => {
6355             symbol => 'UGX',
6356             display_name => {
6357             'currency' => q(chelín ugandés),
6358             'one' => q(chelín ugandés),
6359             'other' => q(chelines ugandeses),
6360             },
6361             },
6362             'USD' => {
6363             symbol => '$',
6364             display_name => {
6365             'currency' => q(dólar estadounidense),
6366             'one' => q(dólar estadounidense),
6367             'other' => q(dólares estadounidenses),
6368             },
6369             },
6370             'USN' => {
6371             display_name => {
6372             'currency' => q(dólar estadounidense \(día siguiente\)),
6373             'one' => q(dólar estadounidense \(día siguiente\)),
6374             'other' => q(dólares estadounidenses \(día siguiente\)),
6375             },
6376             },
6377             'USS' => {
6378             display_name => {
6379             'currency' => q(dólar estadounidense \(mismo día\)),
6380             'one' => q(dólar estadounidense \(mismo día\)),
6381             'other' => q(dólares estadounidenses \(mismo día\)),
6382             },
6383             },
6384             'UYI' => {
6385             display_name => {
6386             'currency' => q(peso uruguayo en unidades indexadas),
6387             'one' => q(peso uruguayo en unidades indexadas),
6388             'other' => q(pesos uruguayos en unidades indexadas),
6389             },
6390             },
6391             'UYP' => {
6392             display_name => {
6393             'currency' => q(peso uruguayo \(1975–1993\)),
6394             'one' => q(peso uruguayo \(UYP\)),
6395             'other' => q(pesos uruguayos \(UYP\)),
6396             },
6397             },
6398             'UYU' => {
6399             symbol => 'UYU',
6400             display_name => {
6401             'currency' => q(peso uruguayo),
6402             'one' => q(peso uruguayo),
6403             'other' => q(pesos uruguayos),
6404             },
6405             },
6406             'UZS' => {
6407             symbol => 'UZS',
6408             display_name => {
6409             'currency' => q(sum),
6410             'one' => q(sum),
6411             'other' => q(sums),
6412             },
6413             },
6414             'VEB' => {
6415             display_name => {
6416             'currency' => q(bolívar venezolano \(1871–2008\)),
6417             'one' => q(bolívar venezolano \(1871–2008\)),
6418             'other' => q(bolívares venezolanos \(1871–2008\)),
6419             },
6420             },
6421             'VEF' => {
6422             symbol => 'VEF',
6423             display_name => {
6424             'currency' => q(bolívar venezolano),
6425             'one' => q(bolívar venezolano),
6426             'other' => q(bolívares venezolanos),
6427             },
6428             },
6429             'VND' => {
6430             symbol => 'â‚«',
6431             display_name => {
6432             'currency' => q(dong),
6433             'one' => q(dong),
6434             'other' => q(dongs),
6435             },
6436             },
6437             'VUV' => {
6438             symbol => 'VUV',
6439             display_name => {
6440             'currency' => q(vatu),
6441             'one' => q(vatu),
6442             'other' => q(vatus),
6443             },
6444             },
6445             'WST' => {
6446             symbol => 'WST',
6447             display_name => {
6448             'currency' => q(tala),
6449             'one' => q(tala),
6450             'other' => q(talas),
6451             },
6452             },
6453             'XAF' => {
6454             symbol => 'XAF',
6455             display_name => {
6456             'currency' => q(franco CFA BEAC),
6457             'one' => q(franco CFA BEAC),
6458             'other' => q(francos CFA BEAC),
6459             },
6460             },
6461             'XAG' => {
6462             display_name => {
6463             'currency' => q(plata),
6464             'one' => q(plata),
6465             'other' => q(plata),
6466             },
6467             },
6468             'XAU' => {
6469             display_name => {
6470             'currency' => q(oro),
6471             'one' => q(oro),
6472             'other' => q(oro),
6473             },
6474             },
6475             'XBA' => {
6476             display_name => {
6477             'currency' => q(unidad compuesta europea),
6478             'one' => q(unidad compuesta europea),
6479             'other' => q(unidades compuestas europeas),
6480             },
6481             },
6482             'XBB' => {
6483             display_name => {
6484             'currency' => q(unidad monetaria europea),
6485             'one' => q(unidad monetaria europea),
6486             'other' => q(unidades monetarias europeas),
6487             },
6488             },
6489             'XBC' => {
6490             display_name => {
6491             'currency' => q(unidad de cuenta europea \(XBC\)),
6492             'one' => q(unidad de cuenta europea \(XBC\)),
6493             'other' => q(unidades de cuenta europeas \(XBC\)),
6494             },
6495             },
6496             'XBD' => {
6497             display_name => {
6498             'currency' => q(unidad de cuenta europea \(XBD\)),
6499             'one' => q(unidad de cuenta europea \(XBD\)),
6500             'other' => q(unidades de cuenta europeas \(XBD\)),
6501             },
6502             },
6503             'XCD' => {
6504             symbol => 'XCD',
6505             display_name => {
6506             'currency' => q(dólar del Caribe Oriental),
6507             'one' => q(dólar del Caribe Oriental),
6508             'other' => q(dólares del Caribe Oriental),
6509             },
6510             },
6511             'XDR' => {
6512             display_name => {
6513             'currency' => q(derechos especiales de giro),
6514             },
6515             },
6516             'XEU' => {
6517             display_name => {
6518             'currency' => q(unidad de moneda europea),
6519             'one' => q(unidad de moneda europea),
6520             'other' => q(unidades de moneda europeas),
6521             },
6522             },
6523             'XFO' => {
6524             display_name => {
6525             'currency' => q(franco oro francés),
6526             'one' => q(franco oro francés),
6527             'other' => q(francos oro franceses),
6528             },
6529             },
6530             'XFU' => {
6531             display_name => {
6532             'currency' => q(franco UIC francés),
6533             'one' => q(franco UIC francés),
6534             'other' => q(francos UIC franceses),
6535             },
6536             },
6537             'XOF' => {
6538             symbol => 'XOF',
6539             display_name => {
6540             'currency' => q(franco CFA BCEAO),
6541             'one' => q(franco CFA BCEAO),
6542             'other' => q(francos CFA BCEAO),
6543             },
6544             },
6545             'XPD' => {
6546             display_name => {
6547             'currency' => q(paladio),
6548             'one' => q(paladio),
6549             'other' => q(paladio),
6550             },
6551             },
6552             'XPF' => {
6553             symbol => 'CFPF',
6554             display_name => {
6555             'currency' => q(franco CFP),
6556             'one' => q(franco CFP),
6557             'other' => q(francos CFP),
6558             },
6559             },
6560             'XPT' => {
6561             display_name => {
6562             'currency' => q(platino),
6563             'one' => q(platino),
6564             'other' => q(platino),
6565             },
6566             },
6567             'XRE' => {
6568             display_name => {
6569             'currency' => q(fondos RINET),
6570             },
6571             },
6572             'XTS' => {
6573             display_name => {
6574             'currency' => q(código reservado para pruebas),
6575             },
6576             },
6577             'XXX' => {
6578             display_name => {
6579             'currency' => q(moneda desconocida),
6580             'one' => q(\(moneda desconocida\)),
6581             'other' => q(\(moneda desconocida\)),
6582             },
6583             },
6584             'YDD' => {
6585             display_name => {
6586             'currency' => q(dinar yemení),
6587             },
6588             },
6589             'YER' => {
6590             symbol => 'YER',
6591             display_name => {
6592             'currency' => q(rial yemení),
6593             'one' => q(rial yemení),
6594             'other' => q(riales yemeníes),
6595             },
6596             },
6597             'YUD' => {
6598             display_name => {
6599             'currency' => q(dinar fuerte yugoslavo),
6600             },
6601             },
6602             'YUM' => {
6603             display_name => {
6604             'currency' => q(super dinar yugoslavo),
6605             },
6606             },
6607             'YUN' => {
6608             display_name => {
6609             'currency' => q(dinar convertible yugoslavo),
6610             'one' => q(dinar convertible yugoslavo),
6611             'other' => q(dinares convertibles yugoslavos),
6612             },
6613             },
6614             'ZAL' => {
6615             display_name => {
6616             'currency' => q(rand sudafricano \(financiero\)),
6617             },
6618             },
6619             'ZAR' => {
6620             symbol => 'ZAR',
6621             display_name => {
6622             'currency' => q(rand),
6623             'one' => q(rand),
6624             'other' => q(rands),
6625             },
6626             },
6627             'ZMK' => {
6628             display_name => {
6629             'currency' => q(kwacha zambiano \(1968–2012\)),
6630             'one' => q(kwacha zambiano \(1968–2012\)),
6631             'other' => q(kwachas zambianos \(1968–2012\)),
6632             },
6633             },
6634             'ZMW' => {
6635             symbol => 'ZMW',
6636             display_name => {
6637             'currency' => q(kuacha zambiano),
6638             'one' => q(kuacha zambiano),
6639             'other' => q(kuachas zambianos),
6640             },
6641             },
6642             'ZRN' => {
6643             display_name => {
6644             'currency' => q(nuevo zaire zaireño),
6645             },
6646             },
6647             'ZRZ' => {
6648             display_name => {
6649             'currency' => q(zaire zaireño),
6650             },
6651             },
6652             'ZWD' => {
6653             display_name => {
6654             'currency' => q(dólar de Zimbabue),
6655             },
6656             },
6657             'ZWL' => {
6658             display_name => {
6659             'currency' => q(dólar zimbabuense),
6660             },
6661             },
6662             } },
6663             );
6664              
6665              
6666             has 'calendar_months' => (
6667             is => 'ro',
6668             isa => HashRef,
6669             init_arg => undef,
6670             default => sub { {
6671             'gregorian' => {
6672             'format' => {
6673             abbreviated => {
6674             nonleap => [
6675             'ene.',
6676             'feb.',
6677             'mar.',
6678             'abr.',
6679             'may.',
6680             'jun.',
6681             'jul.',
6682             'ago.',
6683             'sept.',
6684             'oct.',
6685             'nov.',
6686             'dic.'
6687             ],
6688             leap => [
6689            
6690             ],
6691             },
6692             narrow => {
6693             nonleap => [
6694             'E',
6695             'F',
6696             'M',
6697             'A',
6698             'M',
6699             'J',
6700             'J',
6701             'A',
6702             'S',
6703             'O',
6704             'N',
6705             'D'
6706             ],
6707             leap => [
6708            
6709             ],
6710             },
6711             wide => {
6712             nonleap => [
6713             'enero',
6714             'febrero',
6715             'marzo',
6716             'abril',
6717             'mayo',
6718             'junio',
6719             'julio',
6720             'agosto',
6721             'septiembre',
6722             'octubre',
6723             'noviembre',
6724             'diciembre'
6725             ],
6726             leap => [
6727            
6728             ],
6729             },
6730             },
6731             'stand-alone' => {
6732             abbreviated => {
6733             nonleap => [
6734             'ene.',
6735             'feb.',
6736             'mar.',
6737             'abr.',
6738             'may.',
6739             'jun.',
6740             'jul.',
6741             'ago.',
6742             'sept.',
6743             'oct.',
6744             'nov.',
6745             'dic.'
6746             ],
6747             leap => [
6748            
6749             ],
6750             },
6751             narrow => {
6752             nonleap => [
6753             'E',
6754             'F',
6755             'M',
6756             'A',
6757             'M',
6758             'J',
6759             'J',
6760             'A',
6761             'S',
6762             'O',
6763             'N',
6764             'D'
6765             ],
6766             leap => [
6767            
6768             ],
6769             },
6770             wide => {
6771             nonleap => [
6772             'enero',
6773             'febrero',
6774             'marzo',
6775             'abril',
6776             'mayo',
6777             'junio',
6778             'julio',
6779             'agosto',
6780             'septiembre',
6781             'octubre',
6782             'noviembre',
6783             'diciembre'
6784             ],
6785             leap => [
6786            
6787             ],
6788             },
6789             },
6790             },
6791             } },
6792             );
6793              
6794             has 'calendar_days' => (
6795             is => 'ro',
6796             isa => HashRef,
6797             init_arg => undef,
6798             default => sub { {
6799             'gregorian' => {
6800             'format' => {
6801             abbreviated => {
6802             mon => 'lun.',
6803             tue => 'mar.',
6804             wed => 'mié.',
6805             thu => 'jue.',
6806             fri => 'vie.',
6807             sat => 'sáb.',
6808             sun => 'dom.'
6809             },
6810             narrow => {
6811             mon => 'L',
6812             tue => 'M',
6813             wed => 'X',
6814             thu => 'J',
6815             fri => 'V',
6816             sat => 'S',
6817             sun => 'D'
6818             },
6819             short => {
6820             mon => 'LU',
6821             tue => 'MA',
6822             wed => 'MI',
6823             thu => 'JU',
6824             fri => 'VI',
6825             sat => 'SA',
6826             sun => 'DO'
6827             },
6828             wide => {
6829             mon => 'lunes',
6830             tue => 'martes',
6831             wed => 'miércoles',
6832             thu => 'jueves',
6833             fri => 'viernes',
6834             sat => 'sábado',
6835             sun => 'domingo'
6836             },
6837             },
6838             'stand-alone' => {
6839             abbreviated => {
6840             mon => 'lun.',
6841             tue => 'mar.',
6842             wed => 'mié.',
6843             thu => 'jue.',
6844             fri => 'vie.',
6845             sat => 'sáb.',
6846             sun => 'dom.'
6847             },
6848             narrow => {
6849             mon => 'L',
6850             tue => 'M',
6851             wed => 'X',
6852             thu => 'J',
6853             fri => 'V',
6854             sat => 'S',
6855             sun => 'D'
6856             },
6857             short => {
6858             mon => 'LU',
6859             tue => 'MA',
6860             wed => 'MI',
6861             thu => 'JU',
6862             fri => 'VI',
6863             sat => 'SA',
6864             sun => 'DO'
6865             },
6866             wide => {
6867             mon => 'lunes',
6868             tue => 'martes',
6869             wed => 'miércoles',
6870             thu => 'jueves',
6871             fri => 'viernes',
6872             sat => 'sábado',
6873             sun => 'domingo'
6874             },
6875             },
6876             },
6877             } },
6878             );
6879              
6880             has 'calendar_quarters' => (
6881             is => 'ro',
6882             isa => HashRef,
6883             init_arg => undef,
6884             default => sub { {
6885             'gregorian' => {
6886             'format' => {
6887             abbreviated => {0 => 'T1',
6888             1 => 'T2',
6889             2 => 'T3',
6890             3 => 'T4'
6891             },
6892             narrow => {0 => '1',
6893             1 => '2',
6894             2 => '3',
6895             3 => '4'
6896             },
6897             wide => {0 => '1.er trimestre',
6898             1 => '2.º trimestre',
6899             2 => '3.er trimestre',
6900             3 => '4.º trimestre'
6901             },
6902             },
6903             'stand-alone' => {
6904             abbreviated => {0 => 'T1',
6905             1 => 'T2',
6906             2 => 'T3',
6907             3 => 'T4'
6908             },
6909             narrow => {0 => '1',
6910             1 => '2',
6911             2 => '3',
6912             3 => '4'
6913             },
6914             wide => {0 => '1.er trimestre',
6915             1 => '2.º trimestre',
6916             2 => '3.er trimestre',
6917             3 => '4.º trimestre'
6918             },
6919             },
6920             },
6921             } },
6922             );
6923              
6924             has 'day_period_data' => (
6925             is => 'ro',
6926             isa => CodeRef,
6927             init_arg => undef,
6928             default => sub { sub {
6929             # Time in hhmm format
6930             my ($self, $type, $time, $day_period_type) = @_;
6931             $day_period_type //= 'default';
6932             SWITCH:
6933             for ($type) {
6934             if ($_ eq 'japanese') {
6935             if($day_period_type eq 'default') {
6936             return 'noon' if $time == 1200;
6937             return 'evening1' if $time >= 1200
6938             && $time < 2000;
6939             return 'night1' if $time >= 2000
6940             && $time < 2400;
6941             return 'morning2' if $time >= 600
6942             && $time < 1200;
6943             return 'morning1' if $time >= 0
6944             && $time < 600;
6945             }
6946             if($day_period_type eq 'selection') {
6947             return 'night1' if $time >= 2000
6948             && $time < 2400;
6949             return 'morning2' if $time >= 600
6950             && $time < 1200;
6951             return 'morning1' if $time >= 0
6952             && $time < 600;
6953             return 'evening1' if $time >= 1200
6954             && $time < 2000;
6955             }
6956             last SWITCH;
6957             }
6958             if ($_ eq 'hebrew') {
6959             if($day_period_type eq 'default') {
6960             return 'noon' if $time == 1200;
6961             return 'evening1' if $time >= 1200
6962             && $time < 2000;
6963             return 'night1' if $time >= 2000
6964             && $time < 2400;
6965             return 'morning2' if $time >= 600
6966             && $time < 1200;
6967             return 'morning1' if $time >= 0
6968             && $time < 600;
6969             }
6970             if($day_period_type eq 'selection') {
6971             return 'night1' if $time >= 2000
6972             && $time < 2400;
6973             return 'morning2' if $time >= 600
6974             && $time < 1200;
6975             return 'morning1' if $time >= 0
6976             && $time < 600;
6977             return 'evening1' if $time >= 1200
6978             && $time < 2000;
6979             }
6980             last SWITCH;
6981             }
6982             if ($_ eq 'generic') {
6983             if($day_period_type eq 'default') {
6984             return 'noon' if $time == 1200;
6985             return 'evening1' if $time >= 1200
6986             && $time < 2000;
6987             return 'night1' if $time >= 2000
6988             && $time < 2400;
6989             return 'morning2' if $time >= 600
6990             && $time < 1200;
6991             return 'morning1' if $time >= 0
6992             && $time < 600;
6993             }
6994             if($day_period_type eq 'selection') {
6995             return 'night1' if $time >= 2000
6996             && $time < 2400;
6997             return 'morning2' if $time >= 600
6998             && $time < 1200;
6999             return 'morning1' if $time >= 0
7000             && $time < 600;
7001             return 'evening1' if $time >= 1200
7002             && $time < 2000;
7003             }
7004             last SWITCH;
7005             }
7006             if ($_ eq 'buddhist') {
7007             if($day_period_type eq 'default') {
7008             return 'noon' if $time == 1200;
7009             return 'evening1' if $time >= 1200
7010             && $time < 2000;
7011             return 'night1' if $time >= 2000
7012             && $time < 2400;
7013             return 'morning2' if $time >= 600
7014             && $time < 1200;
7015             return 'morning1' if $time >= 0
7016             && $time < 600;
7017             }
7018             if($day_period_type eq 'selection') {
7019             return 'night1' if $time >= 2000
7020             && $time < 2400;
7021             return 'morning2' if $time >= 600
7022             && $time < 1200;
7023             return 'morning1' if $time >= 0
7024             && $time < 600;
7025             return 'evening1' if $time >= 1200
7026             && $time < 2000;
7027             }
7028             last SWITCH;
7029             }
7030             if ($_ eq 'chinese') {
7031             if($day_period_type eq 'default') {
7032             return 'noon' if $time == 1200;
7033             return 'evening1' if $time >= 1200
7034             && $time < 2000;
7035             return 'night1' if $time >= 2000
7036             && $time < 2400;
7037             return 'morning2' if $time >= 600
7038             && $time < 1200;
7039             return 'morning1' if $time >= 0
7040             && $time < 600;
7041             }
7042             if($day_period_type eq 'selection') {
7043             return 'night1' if $time >= 2000
7044             && $time < 2400;
7045             return 'morning2' if $time >= 600
7046             && $time < 1200;
7047             return 'morning1' if $time >= 0
7048             && $time < 600;
7049             return 'evening1' if $time >= 1200
7050             && $time < 2000;
7051             }
7052             last SWITCH;
7053             }
7054             if ($_ eq 'roc') {
7055             if($day_period_type eq 'default') {
7056             return 'noon' if $time == 1200;
7057             return 'evening1' if $time >= 1200
7058             && $time < 2000;
7059             return 'night1' if $time >= 2000
7060             && $time < 2400;
7061             return 'morning2' if $time >= 600
7062             && $time < 1200;
7063             return 'morning1' if $time >= 0
7064             && $time < 600;
7065             }
7066             if($day_period_type eq 'selection') {
7067             return 'night1' if $time >= 2000
7068             && $time < 2400;
7069             return 'morning2' if $time >= 600
7070             && $time < 1200;
7071             return 'morning1' if $time >= 0
7072             && $time < 600;
7073             return 'evening1' if $time >= 1200
7074             && $time < 2000;
7075             }
7076             last SWITCH;
7077             }
7078             if ($_ eq 'islamic') {
7079             if($day_period_type eq 'default') {
7080             return 'noon' if $time == 1200;
7081             return 'evening1' if $time >= 1200
7082             && $time < 2000;
7083             return 'night1' if $time >= 2000
7084             && $time < 2400;
7085             return 'morning2' if $time >= 600
7086             && $time < 1200;
7087             return 'morning1' if $time >= 0
7088             && $time < 600;
7089             }
7090             if($day_period_type eq 'selection') {
7091             return 'night1' if $time >= 2000
7092             && $time < 2400;
7093             return 'morning2' if $time >= 600
7094             && $time < 1200;
7095             return 'morning1' if $time >= 0
7096             && $time < 600;
7097             return 'evening1' if $time >= 1200
7098             && $time < 2000;
7099             }
7100             last SWITCH;
7101             }
7102             if ($_ eq 'gregorian') {
7103             if($day_period_type eq 'default') {
7104             return 'noon' if $time == 1200;
7105             return 'evening1' if $time >= 1200
7106             && $time < 2000;
7107             return 'night1' if $time >= 2000
7108             && $time < 2400;
7109             return 'morning2' if $time >= 600
7110             && $time < 1200;
7111             return 'morning1' if $time >= 0
7112             && $time < 600;
7113             }
7114             if($day_period_type eq 'selection') {
7115             return 'night1' if $time >= 2000
7116             && $time < 2400;
7117             return 'morning2' if $time >= 600
7118             && $time < 1200;
7119             return 'morning1' if $time >= 0
7120             && $time < 600;
7121             return 'evening1' if $time >= 1200
7122             && $time < 2000;
7123             }
7124             last SWITCH;
7125             }
7126             }
7127             } },
7128             );
7129              
7130             around day_period_data => sub {
7131             my ($orig, $self) = @_;
7132             return $self->$orig;
7133             };
7134              
7135             has 'day_periods' => (
7136             is => 'ro',
7137             isa => HashRef,
7138             init_arg => undef,
7139             default => sub { {
7140             'gregorian' => {
7141             'format' => {
7142             'wide' => {
7143             'morning1' => q{de la madrugada},
7144             'pm' => q{p. m.},
7145             'night1' => q{de la noche},
7146             'morning2' => q{de la mañana},
7147             'noon' => q{del mediodía},
7148             'evening1' => q{de la tarde},
7149             'am' => q{a. m.},
7150             },
7151             'narrow' => {
7152             'morning1' => q{de la madrugada},
7153             'pm' => q{p. m.},
7154             'morning2' => q{de la mañana},
7155             'night1' => q{de la noche},
7156             'noon' => q{del mediodía},
7157             'evening1' => q{de la tarde},
7158             'am' => q{a. m.},
7159             },
7160             'abbreviated' => {
7161             'am' => q{a. m.},
7162             'evening1' => q{de la tarde},
7163             'noon' => q{del mediodía},
7164             'morning2' => q{de la mañana},
7165             'night1' => q{de la noche},
7166             'pm' => q{p. m.},
7167             'morning1' => q{de la madrugada},
7168             },
7169             },
7170             'stand-alone' => {
7171             'abbreviated' => {
7172             'am' => q{a. m.},
7173             'evening1' => q{tarde},
7174             'noon' => q{mediodía},
7175             'night1' => q{noche},
7176             'morning2' => q{mañana},
7177             'pm' => q{p. m.},
7178             'morning1' => q{madrugada},
7179             },
7180             'narrow' => {
7181             'morning2' => q{mañana},
7182             'night1' => q{noche},
7183             'morning1' => q{madrugada},
7184             'pm' => q{p. m.},
7185             'am' => q{a. m.},
7186             'noon' => q{mediodía},
7187             'evening1' => q{tarde},
7188             },
7189             'wide' => {
7190             'night1' => q{noche},
7191             'morning2' => q{mañana},
7192             'morning1' => q{madrugada},
7193             'pm' => q{p. m.},
7194             'am' => q{a. m.},
7195             'noon' => q{mediodía},
7196             'evening1' => q{tarde},
7197             },
7198             },
7199             },
7200             } },
7201             );
7202              
7203             has 'eras' => (
7204             is => 'ro',
7205             isa => HashRef,
7206             init_arg => undef,
7207             default => sub { {
7208             'buddhist' => {
7209             abbreviated => {
7210             '0' => 'BE'
7211             },
7212             },
7213             'chinese' => {
7214             },
7215             'generic' => {
7216             },
7217             'gregorian' => {
7218             abbreviated => {
7219             '0' => 'a. C.',
7220             '1' => 'd. C.'
7221             },
7222             wide => {
7223             '0' => 'antes de Cristo',
7224             '1' => 'después de Cristo'
7225             },
7226             },
7227             'hebrew' => {
7228             abbreviated => {
7229             '0' => 'AM'
7230             },
7231             },
7232             'islamic' => {
7233             abbreviated => {
7234             '0' => 'AH'
7235             },
7236             },
7237             'japanese' => {
7238             },
7239             'roc' => {
7240             abbreviated => {
7241             '0' => 'antes de R.O.C.'
7242             },
7243             },
7244             } },
7245             );
7246              
7247             has 'date_formats' => (
7248             is => 'ro',
7249             isa => HashRef,
7250             init_arg => undef,
7251             default => sub { {
7252             'buddhist' => {
7253             },
7254             'chinese' => {
7255             'full' => q{EEEE, d-M-y},
7256             'long' => q{d-M-y},
7257             'medium' => q{d-M-y},
7258             'short' => q{d-M-y},
7259             },
7260             'generic' => {
7261             'full' => q{EEEE, d 'de' MMMM 'de' y G},
7262             'long' => q{d 'de' MMMM 'de' y G},
7263             'medium' => q{d/M/y G},
7264             'short' => q{d/M/yy G},
7265             },
7266             'gregorian' => {
7267             'full' => q{EEEE, d 'de' MMMM 'de' y},
7268             'long' => q{d 'de' MMMM 'de' y},
7269             'medium' => q{d MMM y},
7270             'short' => q{d/M/yy},
7271             },
7272             'hebrew' => {
7273             },
7274             'islamic' => {
7275             },
7276             'japanese' => {
7277             'full' => q{EEEE, d 'de' MMMM 'de' y G},
7278             'long' => q{d 'de' MMMM 'de' y G},
7279             'medium' => q{dd/MM/y G},
7280             'short' => q{dd/MM/yy GGGGG},
7281             },
7282             'roc' => {
7283             },
7284             } },
7285             );
7286              
7287             has 'time_formats' => (
7288             is => 'ro',
7289             isa => HashRef,
7290             init_arg => undef,
7291             default => sub { {
7292             'buddhist' => {
7293             },
7294             'chinese' => {
7295             },
7296             'generic' => {
7297             },
7298             'gregorian' => {
7299             'full' => q{H:mm:ss (zzzz)},
7300             'long' => q{H:mm:ss z},
7301             'medium' => q{H:mm:ss},
7302             'short' => q{H:mm},
7303             },
7304             'hebrew' => {
7305             },
7306             'islamic' => {
7307             },
7308             'japanese' => {
7309             },
7310             'roc' => {
7311             },
7312             } },
7313             );
7314              
7315             has 'datetime_formats' => (
7316             is => 'ro',
7317             isa => HashRef,
7318             init_arg => undef,
7319             default => sub { {
7320             'buddhist' => {
7321             },
7322             'chinese' => {
7323             },
7324             'generic' => {
7325             'full' => q{{1}, {0}},
7326             'long' => q{{1}, {0}},
7327             'medium' => q{{1} {0}},
7328             'short' => q{{1} {0}},
7329             },
7330             'gregorian' => {
7331             'full' => q{{1}, {0}},
7332             'long' => q{{1}, {0}},
7333             'medium' => q{{1} {0}},
7334             'short' => q{{1} {0}},
7335             },
7336             'hebrew' => {
7337             },
7338             'islamic' => {
7339             },
7340             'japanese' => {
7341             },
7342             'roc' => {
7343             },
7344             } },
7345             );
7346              
7347             has 'datetime_formats_available_formats' => (
7348             is => 'ro',
7349             isa => HashRef,
7350             init_arg => undef,
7351             default => sub { {
7352             'generic' => {
7353             E => q{ccc},
7354             Ed => q{E d},
7355             Gy => q{y G},
7356             GyMMM => q{MMM y G},
7357             GyMMMEd => q{E, d MMM y G},
7358             GyMMMM => q{MMMM 'de' y G},
7359             GyMMMMEd => q{E, d 'de' MMMM 'de' y G},
7360             GyMMMMd => q{d 'de' MMMM 'de' y G},
7361             GyMMMd => q{d MMM y G},
7362             H => q{HH},
7363             Hm => q{HH:mm},
7364             Hms => q{HH:mm:ss},
7365             M => q{L},
7366             MEd => q{E, d/M},
7367             MMM => q{LLL},
7368             MMMEd => q{E, d MMM},
7369             MMMMEd => q{E, d 'de' MMMM},
7370             MMMMd => q{d 'de' MMMM},
7371             MMMd => q{d MMM},
7372             Md => q{d/M},
7373             d => q{d},
7374             h => q{hh a},
7375             hm => q{hh:mm a},
7376             hms => q{hh:mm:ss a},
7377             ms => q{mm:ss},
7378             y => q{y G},
7379             yyyy => q{y G},
7380             yyyyM => q{M/y GGGGG},
7381             yyyyMEd => q{E, d/M/y GGGGG},
7382             yyyyMMM => q{MMM y G},
7383             yyyyMMMEd => q{EEE, d MMM y G},
7384             yyyyMMMM => q{MMMM 'de' y G},
7385             yyyyMMMMEd => q{EEE, d 'de' MMMM 'de' y G},
7386             yyyyMMMMd => q{d 'de' MMMM 'de' y G},
7387             yyyyMMMd => q{d MMM y G},
7388             yyyyMd => q{d/M/y GGGGG},
7389             yyyyQQQ => q{QQQ y G},
7390             yyyyQQQQ => q{QQQQ 'de' y G},
7391             },
7392             'chinese' => {
7393             Ed => q{E d},
7394             Gy => q{y},
7395             GyMMM => q{M-y},
7396             GyMMMEd => q{E, d-M-y},
7397             GyMMMd => q{d-M-y},
7398             H => q{HH},
7399             Hm => q{HH:mm},
7400             Hms => q{HH:mm:ss},
7401             M => q{L},
7402             MEd => q{E, d-M},
7403             MMM => q{L},
7404             MMMEd => q{E d-M},
7405             MMMd => q{d-M},
7406             Md => q{d-M},
7407             d => q{d},
7408             h => q{hh a},
7409             hm => q{hh:mm a},
7410             hms => q{hh:mm:ss a},
7411             ms => q{mm:ss},
7412             y => q{y},
7413             yyyy => q{y},
7414             yyyyM => q{M-y},
7415             yyyyMEd => q{E, d-M-y},
7416             yyyyMMM => q{M-y},
7417             yyyyMMMEd => q{E, d-M-y},
7418             yyyyMMMM => q{M-y},
7419             yyyyMMMd => q{d-M-y},
7420             yyyyMd => q{d-M-y},
7421             yyyyQQQ => q{QQQ y},
7422             yyyyQQQQ => q{QQQQ y},
7423             },
7424             'gregorian' => {
7425             E => q{ccc},
7426             EHm => q{E, H:mm},
7427             EHms => q{E, H:mm:ss},
7428             Ed => q{E d},
7429             Ehm => q{E, h:mm a},
7430             Ehms => q{E, h:mm:ss a},
7431             Gy => q{y G},
7432             GyMMM => q{MMM y G},
7433             GyMMMEd => q{E, d MMM y G},
7434             GyMMMM => q{MMMM 'de' y G},
7435             GyMMMMEd => q{E, d 'de' MMMM 'de' y G},
7436             GyMMMMd => q{d 'de' MMMM 'de' y G},
7437             GyMMMd => q{d MMM y G},
7438             H => q{H},
7439             Hm => q{H:mm},
7440             Hms => q{H:mm:ss},
7441             Hmsv => q{H:mm:ss v},
7442             Hmsvvvv => q{H:mm:ss (vvvv)},
7443             Hmv => q{H:mm v},
7444             M => q{L},
7445             MEd => q{E, d/M},
7446             MMM => q{LLL},
7447             MMMEd => q{E, d MMM},
7448             MMMMEd => q{E, d 'de' MMMM},
7449             MMMMd => q{d 'de' MMMM},
7450             MMMd => q{d MMM},
7451             MMd => q{d/M},
7452             MMdd => q{d/M},
7453             Md => q{d/M},
7454             d => q{d},
7455             h => q{h a},
7456             hm => q{h:mm a},
7457             hms => q{h:mm:ss a},
7458             hmsv => q{h:mm:ss a v},
7459             hmsvvvv => q{h:mm:ss a (vvvv)},
7460             hmv => q{h:mm a v},
7461             ms => q{mm:ss},
7462             y => q{y},
7463             yM => q{M/y},
7464             yMEd => q{EEE, d/M/y},
7465             yMM => q{M/y},
7466             yMMM => q{MMM y},
7467             yMMMEd => q{EEE, d MMM y},
7468             yMMMM => q{MMMM 'de' y},
7469             yMMMMEd => q{EEE, d 'de' MMMM 'de' y},
7470             yMMMMd => q{d 'de' MMMM 'de' y},
7471             yMMMd => q{d MMM y},
7472             yMd => q{d/M/y},
7473             yQQQ => q{QQQ y},
7474             yQQQQ => q{QQQQ 'de' y},
7475             },
7476             } },
7477             );
7478              
7479             has 'datetime_formats_append_item' => (
7480             is => 'ro',
7481             isa => HashRef,
7482             init_arg => undef,
7483             default => sub { {
7484             'gregorian' => {
7485             'Timezone' => '{0} {1}',
7486             },
7487             } },
7488             );
7489              
7490             has 'datetime_formats_interval' => (
7491             is => 'ro',
7492             isa => HashRef,
7493             init_arg => undef,
7494             default => sub { {
7495             'generic' => {
7496             H => {
7497             H => q{HH–HH},
7498             },
7499             Hm => {
7500             H => q{HH:mm – HH:mm},
7501             m => q{HH:mm – HH:mm},
7502             },
7503             Hmv => {
7504             H => q{HH:mm – HH:mm v},
7505             m => q{HH:mm – HH:mm v},
7506             },
7507             Hv => {
7508             H => q{HH–HH v},
7509             },
7510             M => {
7511             M => q{M–M},
7512             },
7513             MEd => {
7514             M => q{E, d/M – E, d/M},
7515             d => q{E, d/M – E, d/M},
7516             },
7517             MMM => {
7518             M => q{MMM–MMM},
7519             },
7520             MMMEd => {
7521             M => q{E, d 'de' MMM – E, d 'de' MMM},
7522             d => q{E, d 'de' MMM – E, d 'de' MMM},
7523             },
7524             MMMd => {
7525             M => q{d 'de' MMM – d 'de' MMM},
7526             d => q{d–d 'de' MMM},
7527             },
7528             Md => {
7529             M => q{d/M–d/M},
7530             d => q{d/M–d/M},
7531             },
7532             d => {
7533             d => q{d–d},
7534             },
7535             fallback => '{0}–{1}',
7536             h => {
7537             a => q{h a – h a},
7538             h => q{h–h a},
7539             },
7540             hm => {
7541             a => q{h:mm a – h:mm a},
7542             h => q{h:mm – h:mm a},
7543             m => q{h:mm – h:mm a},
7544             },
7545             hmv => {
7546             a => q{h:mm a – h:mm a v},
7547             h => q{h:mm – h:mm a v},
7548             m => q{h:mm – h:mm a v},
7549             },
7550             hv => {
7551             a => q{h a – h a v},
7552             h => q{h–h a v},
7553             },
7554             y => {
7555             y => q{y–y G},
7556             },
7557             yM => {
7558             M => q{M/y–M/y G},
7559             y => q{M/y–M/y G},
7560             },
7561             yMEd => {
7562             M => q{E, d/M/y – E, d/M/y G},
7563             d => q{E, d/M/y – E, d/M/y G},
7564             y => q{E, d/M/y – E, d/M/y G},
7565             },
7566             yMMM => {
7567             M => q{MMM–MMM 'de' y G},
7568             y => q{MMM 'de' y – MMM 'de' y G},
7569             },
7570             yMMMEd => {
7571             M => q{E, d 'de' MMM – E, d 'de' MMM 'de' y G},
7572             d => q{E, d 'de' MMM – E, d 'de' MMM 'de' y G},
7573             y => q{E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G},
7574             },
7575             yMMMM => {
7576             M => q{MMMM–MMMM 'de' y G},
7577             y => q{MMMM 'de' y – MMMM 'de' y G},
7578             },
7579             yMMMd => {
7580             M => q{d 'de' MMM – d 'de' MMM y G},
7581             d => q{d–d 'de' MMM 'de' y G},
7582             y => q{d 'de' MMM 'de' y – d 'de' MMM 'de' y G},
7583             },
7584             yMd => {
7585             M => q{d/M/y–d/M/y G},
7586             d => q{d/M/y–d/M/y G},
7587             y => q{d/M/y–d/M/y G},
7588             },
7589             },
7590             'gregorian' => {
7591             H => {
7592             H => q{H–H},
7593             },
7594             Hm => {
7595             H => q{H:mm–H:mm},
7596             m => q{H:mm–H:mm},
7597             },
7598             Hmv => {
7599             H => q{H:mm–H:mm v},
7600             m => q{H:mm–H:mm v},
7601             },
7602             Hv => {
7603             H => q{H–H v},
7604             },
7605             M => {
7606             M => q{M–M},
7607             },
7608             MEd => {
7609             M => q{E, d/M – E, d/M},
7610             d => q{E, d/M – E, d/M},
7611             },
7612             MMM => {
7613             M => q{MMM–MMM},
7614             },
7615             MMMEd => {
7616             M => q{E, d MMM – E, d MMM},
7617             d => q{E, d MMM – E, d MMM},
7618             },
7619             MMMMEd => {
7620             M => q{E, d 'de' MMMM–E, d 'de' MMMM},
7621             d => q{E, d 'de' MMMM–E, d 'de' MMMM},
7622             },
7623             MMMMd => {
7624             M => q{d 'de' MMMM–d 'de' MMMM},
7625             d => q{d–d 'de' MMMM},
7626             },
7627             MMMd => {
7628             M => q{d MMM – d MMM},
7629             d => q{d–d MMM},
7630             },
7631             Md => {
7632             M => q{d/M–d/M},
7633             d => q{d/M–d/M},
7634             },
7635             d => {
7636             d => q{d–d},
7637             },
7638             fallback => '{0}–{1}',
7639             h => {
7640             a => q{h a – h a},
7641             h => q{h–h a},
7642             },
7643             hm => {
7644             a => q{h:mm a – h:mm a},
7645             h => q{h:mm – h:mm a},
7646             m => q{h:mm – h:mm a},
7647             },
7648             hmv => {
7649             a => q{h:mm a – h:mm a v},
7650             h => q{h:mm–h:mm a v},
7651             m => q{h:mm–h:mm a v},
7652             },
7653             hv => {
7654             a => q{h a – h a v},
7655             h => q{h–h a v},
7656             },
7657             y => {
7658             y => q{y–y},
7659             },
7660             yM => {
7661             M => q{M/y–M/y},
7662             y => q{M/y–M/y},
7663             },
7664             yMEd => {
7665             M => q{E, d/M/y – E, d/M/y},
7666             d => q{E, d/M/y – E, d/M/y},
7667             y => q{E, d/M/y – E, d/M/y},
7668             },
7669             yMMM => {
7670             M => q{MMM–MMM y},
7671             y => q{MMM y – MMM y},
7672             },
7673             yMMMEd => {
7674             M => q{E, d MMM – E, d MMM y},
7675             d => q{E, d MMM – E, d MMM y},
7676             y => q{E, d MMM y – E, d MMM y},
7677             },
7678             yMMMM => {
7679             M => q{MMMM–MMMM 'de' y},
7680             y => q{MMMM 'de' y – MMMM 'de' y},
7681             },
7682             yMMMMEd => {
7683             M => q{E, d 'de' MMMM–E, d 'de' MMMM 'de' y},
7684             d => q{E, d 'de' MMMM–E, d 'de' MMMM 'de' y},
7685             y => q{E, d 'de' MMMM 'de' y–E, d 'de' MMMM 'de' y},
7686             },
7687             yMMMMd => {
7688             M => q{d 'de' MMMM–d 'de' MMMM 'de' y},
7689             d => q{d–d 'de' MMMM 'de' y},
7690             y => q{d 'de' MMMM 'de' y–d 'de' MMMM 'de' y},
7691             },
7692             yMMMd => {
7693             M => q{d MMM – d MMM y},
7694             d => q{d–d MMM y},
7695             y => q{d MMM y – d MMM y},
7696             },
7697             yMd => {
7698             M => q{d/M/y–d/M/y},
7699             d => q{d/M/y–d/M/y},
7700             y => q{d/M/y–d/M/y},
7701             },
7702             },
7703             } },
7704             );
7705              
7706             has 'time_zone_names' => (
7707             is => 'ro',
7708             isa => HashRef,
7709             init_arg => undef,
7710             default => sub { {
7711             hourFormat => q(+HH:mm;-HH:mm),
7712             gmtFormat => q(GMT{0}),
7713             gmtZeroFormat => q(GMT),
7714             regionFormat => q(hora de {0}),
7715             regionFormat => q(horario de verano de {0}),
7716             regionFormat => q(horario estándar de {0}),
7717             fallbackFormat => q({1} ({0})),
7718             'Acre' => {
7719             long => {
7720             'daylight' => q(Hora de verano de Acre),
7721             'generic' => q(Hora de Acre),
7722             'standard' => q(Hora estándar de Acre),
7723             },
7724             },
7725             'Afghanistan' => {
7726             long => {
7727             'standard' => q(hora de Afganistán),
7728             },
7729             },
7730             'Africa/Abidjan' => {
7731             exemplarCity => q#Abiyán#,
7732             },
7733             'Africa/Accra' => {
7734             exemplarCity => q#Accra#,
7735             },
7736             'Africa/Addis_Ababa' => {
7737             exemplarCity => q#Addis Abeba#,
7738             },
7739             'Africa/Algiers' => {
7740             exemplarCity => q#Argel#,
7741             },
7742             'Africa/Asmera' => {
7743             exemplarCity => q#Asmara#,
7744             },
7745             'Africa/Bamako' => {
7746             exemplarCity => q#Bamako#,
7747             },
7748             'Africa/Bangui' => {
7749             exemplarCity => q#Bangui#,
7750             },
7751             'Africa/Banjul' => {
7752             exemplarCity => q#Banjul#,
7753             },
7754             'Africa/Bissau' => {
7755             exemplarCity => q#Bisáu#,
7756             },
7757             'Africa/Blantyre' => {
7758             exemplarCity => q#Blantyre#,
7759             },
7760             'Africa/Brazzaville' => {
7761             exemplarCity => q#Brazzaville#,
7762             },
7763             'Africa/Bujumbura' => {
7764             exemplarCity => q#Bujumbura#,
7765             },
7766             'Africa/Cairo' => {
7767             exemplarCity => q#El Cairo#,
7768             },
7769             'Africa/Casablanca' => {
7770             exemplarCity => q#Casablanca#,
7771             },
7772             'Africa/Ceuta' => {
7773             exemplarCity => q#Ceuta#,
7774             },
7775             'Africa/Conakry' => {
7776             exemplarCity => q#Conakry#,
7777             },
7778             'Africa/Dakar' => {
7779             exemplarCity => q#Dakar#,
7780             },
7781             'Africa/Dar_es_Salaam' => {
7782             exemplarCity => q#Dar es Salaam#,
7783             },
7784             'Africa/Djibouti' => {
7785             exemplarCity => q#Yibuti#,
7786             },
7787             'Africa/Douala' => {
7788             exemplarCity => q#Duala#,
7789             },
7790             'Africa/El_Aaiun' => {
7791             exemplarCity => q#El Aaiún#,
7792             },
7793             'Africa/Freetown' => {
7794             exemplarCity => q#Freetown#,
7795             },
7796             'Africa/Gaborone' => {
7797             exemplarCity => q#Gaborone#,
7798             },
7799             'Africa/Harare' => {
7800             exemplarCity => q#Harare#,
7801             },
7802             'Africa/Johannesburg' => {
7803             exemplarCity => q#Johannesburgo#,
7804             },
7805             'Africa/Juba' => {
7806             exemplarCity => q#Juba#,
7807             },
7808             'Africa/Kampala' => {
7809             exemplarCity => q#Kampala#,
7810             },
7811             'Africa/Khartoum' => {
7812             exemplarCity => q#Jartún#,
7813             },
7814             'Africa/Kigali' => {
7815             exemplarCity => q#Kigali#,
7816             },
7817             'Africa/Kinshasa' => {
7818             exemplarCity => q#Kinshasa#,
7819             },
7820             'Africa/Lagos' => {
7821             exemplarCity => q#Lagos#,
7822             },
7823             'Africa/Libreville' => {
7824             exemplarCity => q#Libreville#,
7825             },
7826             'Africa/Lome' => {
7827             exemplarCity => q#Lomé#,
7828             },
7829             'Africa/Luanda' => {
7830             exemplarCity => q#Luanda#,
7831             },
7832             'Africa/Lubumbashi' => {
7833             exemplarCity => q#Lubumbashi#,
7834             },
7835             'Africa/Lusaka' => {
7836             exemplarCity => q#Lusaka#,
7837             },
7838             'Africa/Malabo' => {
7839             exemplarCity => q#Malabo#,
7840             },
7841             'Africa/Maputo' => {
7842             exemplarCity => q#Maputo#,
7843             },
7844             'Africa/Maseru' => {
7845             exemplarCity => q#Maseru#,
7846             },
7847             'Africa/Mbabane' => {
7848             exemplarCity => q#Mbabane#,
7849             },
7850             'Africa/Mogadishu' => {
7851             exemplarCity => q#Mogadiscio#,
7852             },
7853             'Africa/Monrovia' => {
7854             exemplarCity => q#Monrovia#,
7855             },
7856             'Africa/Nairobi' => {
7857             exemplarCity => q#Nairobi#,
7858             },
7859             'Africa/Ndjamena' => {
7860             exemplarCity => q#Yamena#,
7861             },
7862             'Africa/Niamey' => {
7863             exemplarCity => q#Niamey#,
7864             },
7865             'Africa/Nouakchott' => {
7866             exemplarCity => q#Nuakchot#,
7867             },
7868             'Africa/Ouagadougou' => {
7869             exemplarCity => q#Uagadugú#,
7870             },
7871             'Africa/Porto-Novo' => {
7872             exemplarCity => q#Portonovo#,
7873             },
7874             'Africa/Sao_Tome' => {
7875             exemplarCity => q#Santo Tomé#,
7876             },
7877             'Africa/Tripoli' => {
7878             exemplarCity => q#Trípoli#,
7879             },
7880             'Africa/Tunis' => {
7881             exemplarCity => q#Túnez#,
7882             },
7883             'Africa/Windhoek' => {
7884             exemplarCity => q#Windhoek#,
7885             },
7886             'Africa_Central' => {
7887             long => {
7888             'standard' => q(hora de África central),
7889             },
7890             },
7891             'Africa_Eastern' => {
7892             long => {
7893             'standard' => q(hora de África oriental),
7894             },
7895             },
7896             'Africa_Southern' => {
7897             long => {
7898             'standard' => q(hora de Sudáfrica),
7899             },
7900             },
7901             'Africa_Western' => {
7902             long => {
7903             'daylight' => q(hora de verano de África occidental),
7904             'generic' => q(hora de África occidental),
7905             'standard' => q(hora estándar de África occidental),
7906             },
7907             },
7908             'Alaska' => {
7909             long => {
7910             'daylight' => q(hora de verano de Alaska),
7911             'generic' => q(hora de Alaska),
7912             'standard' => q(hora estándar de Alaska),
7913             },
7914             },
7915             'Amazon' => {
7916             long => {
7917             'daylight' => q(hora de verano del Amazonas),
7918             'generic' => q(hora del Amazonas),
7919             'standard' => q(hora estándar del Amazonas),
7920             },
7921             },
7922             'America/Adak' => {
7923             exemplarCity => q#Adak#,
7924             },
7925             'America/Anchorage' => {
7926             exemplarCity => q#Anchorage#,
7927             },
7928             'America/Anguilla' => {
7929             exemplarCity => q#Anguila#,
7930             },
7931             'America/Antigua' => {
7932             exemplarCity => q#Antigua#,
7933             },
7934             'America/Araguaina' => {
7935             exemplarCity => q#Araguaína#,
7936             },
7937             'America/Argentina/La_Rioja' => {
7938             exemplarCity => q#La Rioja#,
7939             },
7940             'America/Argentina/Rio_Gallegos' => {
7941             exemplarCity => q#Río Gallegos#,
7942             },
7943             'America/Argentina/Salta' => {
7944             exemplarCity => q#Salta#,
7945             },
7946             'America/Argentina/San_Juan' => {
7947             exemplarCity => q#San Juan#,
7948             },
7949             'America/Argentina/San_Luis' => {
7950             exemplarCity => q#San Luis#,
7951             },
7952             'America/Argentina/Tucuman' => {
7953             exemplarCity => q#Tucumán#,
7954             },
7955             'America/Argentina/Ushuaia' => {
7956             exemplarCity => q#Ushuaia#,
7957             },
7958             'America/Aruba' => {
7959             exemplarCity => q#Aruba#,
7960             },
7961             'America/Asuncion' => {
7962             exemplarCity => q#Asunción#,
7963             },
7964             'America/Bahia' => {
7965             exemplarCity => q#Bahía#,
7966             },
7967             'America/Bahia_Banderas' => {
7968             exemplarCity => q#Bahía de Banderas#,
7969             },
7970             'America/Barbados' => {
7971             exemplarCity => q#Barbados#,
7972             },
7973             'America/Belem' => {
7974             exemplarCity => q#Belén#,
7975             },
7976             'America/Belize' => {
7977             exemplarCity => q#Belice#,
7978             },
7979             'America/Blanc-Sablon' => {
7980             exemplarCity => q#Blanc-Sablon#,
7981             },
7982             'America/Boa_Vista' => {
7983             exemplarCity => q#Boa Vista#,
7984             },
7985             'America/Bogota' => {
7986             exemplarCity => q#Bogotá#,
7987             },
7988             'America/Boise' => {
7989             exemplarCity => q#Boise#,
7990             },
7991             'America/Buenos_Aires' => {
7992             exemplarCity => q#Buenos Aires#,
7993             },
7994             'America/Cambridge_Bay' => {
7995             exemplarCity => q#Cambridge Bay#,
7996             },
7997             'America/Campo_Grande' => {
7998             exemplarCity => q#Campo Grande#,
7999             },
8000             'America/Cancun' => {
8001             exemplarCity => q#Cancún#,
8002             },
8003             'America/Caracas' => {
8004             exemplarCity => q#Caracas#,
8005             },
8006             'America/Catamarca' => {
8007             exemplarCity => q#Catamarca#,
8008             },
8009             'America/Cayenne' => {
8010             exemplarCity => q#Cayena#,
8011             },
8012             'America/Cayman' => {
8013             exemplarCity => q#Caimán#,
8014             },
8015             'America/Chicago' => {
8016             exemplarCity => q#Chicago#,
8017             },
8018             'America/Chihuahua' => {
8019             exemplarCity => q#Chihuahua#,
8020             },
8021             'America/Coral_Harbour' => {
8022             exemplarCity => q#Atikokan#,
8023             },
8024             'America/Cordoba' => {
8025             exemplarCity => q#Córdoba#,
8026             },
8027             'America/Costa_Rica' => {
8028             exemplarCity => q#Costa Rica#,
8029             },
8030             'America/Creston' => {
8031             exemplarCity => q#Creston#,
8032             },
8033             'America/Cuiaba' => {
8034             exemplarCity => q#Cuiabá#,
8035             },
8036             'America/Curacao' => {
8037             exemplarCity => q#Curazao#,
8038             },
8039             'America/Danmarkshavn' => {
8040             exemplarCity => q#Danmarkshavn#,
8041             },
8042             'America/Dawson' => {
8043             exemplarCity => q#Dawson#,
8044             },
8045             'America/Dawson_Creek' => {
8046             exemplarCity => q#Dawson Creek#,
8047             },
8048             'America/Denver' => {
8049             exemplarCity => q#Denver#,
8050             },
8051             'America/Detroit' => {
8052             exemplarCity => q#Detroit#,
8053             },
8054             'America/Dominica' => {
8055             exemplarCity => q#Dominica#,
8056             },
8057             'America/Edmonton' => {
8058             exemplarCity => q#Edmonton#,
8059             },
8060             'America/Eirunepe' => {
8061             exemplarCity => q#Eirunepé#,
8062             },
8063             'America/El_Salvador' => {
8064             exemplarCity => q#El Salvador#,
8065             },
8066             'America/Fortaleza' => {
8067             exemplarCity => q#Fortaleza#,
8068             },
8069             'America/Glace_Bay' => {
8070             exemplarCity => q#Glace Bay#,
8071             },
8072             'America/Godthab' => {
8073             exemplarCity => q#Nuuk#,
8074             },
8075             'America/Goose_Bay' => {
8076             exemplarCity => q#Goose Bay#,
8077             },
8078             'America/Grand_Turk' => {
8079             exemplarCity => q#Gran Turca#,
8080             },
8081             'America/Grenada' => {
8082             exemplarCity => q#Granada#,
8083             },
8084             'America/Guadeloupe' => {
8085             exemplarCity => q#Guadalupe#,
8086             },
8087             'America/Guatemala' => {
8088             exemplarCity => q#Guatemala#,
8089             },
8090             'America/Guayaquil' => {
8091             exemplarCity => q#Guayaquil#,
8092             },
8093             'America/Guyana' => {
8094             exemplarCity => q#Guyana#,
8095             },
8096             'America/Halifax' => {
8097             exemplarCity => q#Halifax#,
8098             },
8099             'America/Havana' => {
8100             exemplarCity => q#La Habana#,
8101             },
8102             'America/Hermosillo' => {
8103             exemplarCity => q#Hermosillo#,
8104             },
8105             'America/Indiana/Knox' => {
8106             exemplarCity => q#Knox, Indiana#,
8107             },
8108             'America/Indiana/Marengo' => {
8109             exemplarCity => q#Marengo, Indiana#,
8110             },
8111             'America/Indiana/Petersburg' => {
8112             exemplarCity => q#Petersburg, Indiana#,
8113             },
8114             'America/Indiana/Tell_City' => {
8115             exemplarCity => q#Tell City, Indiana#,
8116             },
8117             'America/Indiana/Vevay' => {
8118             exemplarCity => q#Vevay, Indiana#,
8119             },
8120             'America/Indiana/Vincennes' => {
8121             exemplarCity => q#Vincennes, Indiana#,
8122             },
8123             'America/Indiana/Winamac' => {
8124             exemplarCity => q#Winamac, Indiana#,
8125             },
8126             'America/Indianapolis' => {
8127             exemplarCity => q#Indianápolis#,
8128             },
8129             'America/Inuvik' => {
8130             exemplarCity => q#Inuvik#,
8131             },
8132             'America/Iqaluit' => {
8133             exemplarCity => q#Iqaluit#,
8134             },
8135             'America/Jamaica' => {
8136             exemplarCity => q#Jamaica#,
8137             },
8138             'America/Jujuy' => {
8139             exemplarCity => q#Jujuy#,
8140             },
8141             'America/Juneau' => {
8142             exemplarCity => q#Juneau#,
8143             },
8144             'America/Kentucky/Monticello' => {
8145             exemplarCity => q#Monticello, Kentucky#,
8146             },
8147             'America/Kralendijk' => {
8148             exemplarCity => q#Kralendijk#,
8149             },
8150             'America/La_Paz' => {
8151             exemplarCity => q#La Paz#,
8152             },
8153             'America/Lima' => {
8154             exemplarCity => q#Lima#,
8155             },
8156             'America/Los_Angeles' => {
8157             exemplarCity => q#Los Ángeles#,
8158             },
8159             'America/Louisville' => {
8160             exemplarCity => q#Louisville#,
8161             },
8162             'America/Lower_Princes' => {
8163             exemplarCity => q#Lower Prince’s Quarter#,
8164             },
8165             'America/Maceio' => {
8166             exemplarCity => q#Maceió#,
8167             },
8168             'America/Managua' => {
8169             exemplarCity => q#Managua#,
8170             },
8171             'America/Manaus' => {
8172             exemplarCity => q#Manaos#,
8173             },
8174             'America/Marigot' => {
8175             exemplarCity => q#Marigot#,
8176             },
8177             'America/Martinique' => {
8178             exemplarCity => q#Martinica#,
8179             },
8180             'America/Matamoros' => {
8181             exemplarCity => q#Matamoros#,
8182             },
8183             'America/Mazatlan' => {
8184             exemplarCity => q#Mazatlán#,
8185             },
8186             'America/Mendoza' => {
8187             exemplarCity => q#Mendoza#,
8188             },
8189             'America/Menominee' => {
8190             exemplarCity => q#Menominee#,
8191             },
8192             'America/Merida' => {
8193             exemplarCity => q#Mérida#,
8194             },
8195             'America/Metlakatla' => {
8196             exemplarCity => q#Metlakatla#,
8197             },
8198             'America/Mexico_City' => {
8199             exemplarCity => q#Ciudad de México#,
8200             },
8201             'America/Miquelon' => {
8202             exemplarCity => q#Miquelón#,
8203             },
8204             'America/Moncton' => {
8205             exemplarCity => q#Moncton#,
8206             },
8207             'America/Monterrey' => {
8208             exemplarCity => q#Monterrey#,
8209             },
8210             'America/Montevideo' => {
8211             exemplarCity => q#Montevideo#,
8212             },
8213             'America/Montserrat' => {
8214             exemplarCity => q#Montserrat#,
8215             },
8216             'America/Nassau' => {
8217             exemplarCity => q#Nassau#,
8218             },
8219             'America/New_York' => {
8220             exemplarCity => q#Nueva York#,
8221             },
8222             'America/Nipigon' => {
8223             exemplarCity => q#Nipigon#,
8224             },
8225             'America/Nome' => {
8226             exemplarCity => q#Nome#,
8227             },
8228             'America/Noronha' => {
8229             exemplarCity => q#Noronha#,
8230             },
8231             'America/North_Dakota/Beulah' => {
8232             exemplarCity => q#Beulah, Dakota del Norte#,
8233             },
8234             'America/North_Dakota/Center' => {
8235             exemplarCity => q#Center, Dakota del Norte#,
8236             },
8237             'America/North_Dakota/New_Salem' => {
8238             exemplarCity => q#New Salem, Dakota del Norte#,
8239             },
8240             'America/Ojinaga' => {
8241             exemplarCity => q#Ojinaga#,
8242             },
8243             'America/Panama' => {
8244             exemplarCity => q#Panamá#,
8245             },
8246             'America/Pangnirtung' => {
8247             exemplarCity => q#Pangnirtung#,
8248             },
8249             'America/Paramaribo' => {
8250             exemplarCity => q#Paramaribo#,
8251             },
8252             'America/Phoenix' => {
8253             exemplarCity => q#Phoenix#,
8254             },
8255             'America/Port-au-Prince' => {
8256             exemplarCity => q#Puerto Príncipe#,
8257             },
8258             'America/Port_of_Spain' => {
8259             exemplarCity => q#Puerto España#,
8260             },
8261             'America/Porto_Velho' => {
8262             exemplarCity => q#Porto Velho#,
8263             },
8264             'America/Puerto_Rico' => {
8265             exemplarCity => q#Puerto Rico#,
8266             },
8267             'America/Rainy_River' => {
8268             exemplarCity => q#Rainy River#,
8269             },
8270             'America/Rankin_Inlet' => {
8271             exemplarCity => q#Rankin Inlet#,
8272             },
8273             'America/Recife' => {
8274             exemplarCity => q#Recife#,
8275             },
8276             'America/Regina' => {
8277             exemplarCity => q#Regina#,
8278             },
8279             'America/Resolute' => {
8280             exemplarCity => q#Resolute#,
8281             },
8282             'America/Rio_Branco' => {
8283             exemplarCity => q#Río Branco#,
8284             },
8285             'America/Santa_Isabel' => {
8286             exemplarCity => q#Santa Isabel#,
8287             },
8288             'America/Santarem' => {
8289             exemplarCity => q#Santarém#,
8290             },
8291             'America/Santiago' => {
8292             exemplarCity => q#Santiago#,
8293             },
8294             'America/Santo_Domingo' => {
8295             exemplarCity => q#Santo Domingo#,
8296             },
8297             'America/Sao_Paulo' => {
8298             exemplarCity => q#São Paulo#,
8299             },
8300             'America/Scoresbysund' => {
8301             exemplarCity => q#Ittoqqortoormiit#,
8302             },
8303             'America/Sitka' => {
8304             exemplarCity => q#Sitka#,
8305             },
8306             'America/St_Barthelemy' => {
8307             exemplarCity => q#San Bartolomé#,
8308             },
8309             'America/St_Johns' => {
8310             exemplarCity => q#St. John’s#,
8311             },
8312             'America/St_Kitts' => {
8313             exemplarCity => q#St. Kitts#,
8314             },
8315             'America/St_Lucia' => {
8316             exemplarCity => q#Santa Lucía#,
8317             },
8318             'America/St_Thomas' => {
8319             exemplarCity => q#St. Thomas#,
8320             },
8321             'America/St_Vincent' => {
8322             exemplarCity => q#San Vicente#,
8323             },
8324             'America/Swift_Current' => {
8325             exemplarCity => q#Swift Current#,
8326             },
8327             'America/Tegucigalpa' => {
8328             exemplarCity => q#Tegucigalpa#,
8329             },
8330             'America/Thule' => {
8331             exemplarCity => q#Thule#,
8332             },
8333             'America/Thunder_Bay' => {
8334             exemplarCity => q#Thunder Bay#,
8335             },
8336             'America/Tijuana' => {
8337             exemplarCity => q#Tijuana#,
8338             },
8339             'America/Toronto' => {
8340             exemplarCity => q#Toronto#,
8341             },
8342             'America/Tortola' => {
8343             exemplarCity => q#Tórtola#,
8344             },
8345             'America/Vancouver' => {
8346             exemplarCity => q#Vancouver#,
8347             },
8348             'America/Whitehorse' => {
8349             exemplarCity => q#Whitehorse#,
8350             },
8351             'America/Winnipeg' => {
8352             exemplarCity => q#Winnipeg#,
8353             },
8354             'America/Yakutat' => {
8355             exemplarCity => q#Yakutat#,
8356             },
8357             'America/Yellowknife' => {
8358             exemplarCity => q#Yellowknife#,
8359             },
8360             'America_Central' => {
8361             long => {
8362             'daylight' => q(hora de verano central),
8363             'generic' => q(hora central),
8364             'standard' => q(hora estándar central),
8365             },
8366             },
8367             'America_Eastern' => {
8368             long => {
8369             'daylight' => q(hora de verano oriental),
8370             'generic' => q(hora oriental),
8371             'standard' => q(hora estándar oriental),
8372             },
8373             },
8374             'America_Mountain' => {
8375             long => {
8376             'daylight' => q(hora de verano de las Montañas),
8377             'generic' => q(hora de las Montañas),
8378             'standard' => q(hora estándar de las Montañas),
8379             },
8380             },
8381             'America_Pacific' => {
8382             long => {
8383             'daylight' => q(hora de verano del Pacífico),
8384             'generic' => q(hora del Pacífico),
8385             'standard' => q(hora estándar del Pacífico),
8386             },
8387             },
8388             'Anadyr' => {
8389             long => {
8390             'daylight' => q(Hora de verano de Anadyr),
8391             'generic' => q(Hora de Anadyr),
8392             'standard' => q(Hora estándar de Anadyr),
8393             },
8394             },
8395             'Antarctica/Casey' => {
8396             exemplarCity => q#Casey#,
8397             },
8398             'Antarctica/Davis' => {
8399             exemplarCity => q#Davis#,
8400             },
8401             'Antarctica/DumontDUrville' => {
8402             exemplarCity => q#Dumont d’Urville#,
8403             },
8404             'Antarctica/Macquarie' => {
8405             exemplarCity => q#Macquarie#,
8406             },
8407             'Antarctica/Mawson' => {
8408             exemplarCity => q#Mawson#,
8409             },
8410             'Antarctica/McMurdo' => {
8411             exemplarCity => q#McMurdo#,
8412             },
8413             'Antarctica/Palmer' => {
8414             exemplarCity => q#Palmer#,
8415             },
8416             'Antarctica/Rothera' => {
8417             exemplarCity => q#Rothera#,
8418             },
8419             'Antarctica/Syowa' => {
8420             exemplarCity => q#Syowa#,
8421             },
8422             'Antarctica/Troll' => {
8423             exemplarCity => q#Troll#,
8424             },
8425             'Antarctica/Vostok' => {
8426             exemplarCity => q#Vostok#,
8427             },
8428             'Apia' => {
8429             long => {
8430             'daylight' => q(horario de verano de Apia),
8431             'generic' => q(hora de Apia),
8432             'standard' => q(hora estándar de Apia),
8433             },
8434             },
8435             'Aqtau' => {
8436             long => {
8437             'daylight' => q(Hora de verano de Aktau),
8438             'generic' => q(Hora de Aktau),
8439             'standard' => q(Hora estándar de Aktau),
8440             },
8441             },
8442             'Aqtobe' => {
8443             long => {
8444             'daylight' => q(Hora de verano de Aktobe),
8445             'generic' => q(Hora de Aktobe),
8446             'standard' => q(Hora estándar de Aktobe),
8447             },
8448             },
8449             'Arabian' => {
8450             long => {
8451             'daylight' => q(hora de verano de Arabia),
8452             'generic' => q(hora de Arabia),
8453             'standard' => q(hora estándar de Arabia),
8454             },
8455             },
8456             'Arctic/Longyearbyen' => {
8457             exemplarCity => q#Longyearbyen#,
8458             },
8459             'Argentina' => {
8460             long => {
8461             'daylight' => q(hora de verano de Argentina),
8462             'generic' => q(hora de Argentina),
8463             'standard' => q(hora estándar de Argentina),
8464             },
8465             },
8466             'Argentina_Western' => {
8467             long => {
8468             'daylight' => q(hora de verano de Argentina occidental),
8469             'generic' => q(hora de Argentina occidental),
8470             'standard' => q(hora estándar de Argentina occidental),
8471             },
8472             },
8473             'Armenia' => {
8474             long => {
8475             'daylight' => q(hora de verano de Armenia),
8476             'generic' => q(hora de Armenia),
8477             'standard' => q(hora estándar de Armenia),
8478             },
8479             },
8480             'Asia/Aden' => {
8481             exemplarCity => q#Adén#,
8482             },
8483             'Asia/Almaty' => {
8484             exemplarCity => q#Almaty#,
8485             },
8486             'Asia/Amman' => {
8487             exemplarCity => q#Ammán#,
8488             },
8489             'Asia/Anadyr' => {
8490             exemplarCity => q#Anadyr#,
8491             },
8492             'Asia/Aqtau' => {
8493             exemplarCity => q#Aktau#,
8494             },
8495             'Asia/Aqtobe' => {
8496             exemplarCity => q#Aktobe#,
8497             },
8498             'Asia/Ashgabat' => {
8499             exemplarCity => q#Asjabad#,
8500             },
8501             'Asia/Baghdad' => {
8502             exemplarCity => q#Bagdad#,
8503             },
8504             'Asia/Bahrain' => {
8505             exemplarCity => q#Baréin#,
8506             },
8507             'Asia/Baku' => {
8508             exemplarCity => q#Bakú#,
8509             },
8510             'Asia/Bangkok' => {
8511             exemplarCity => q#Bangkok#,
8512             },
8513             'Asia/Beirut' => {
8514             exemplarCity => q#Beirut#,
8515             },
8516             'Asia/Bishkek' => {
8517             exemplarCity => q#Bishkek#,
8518             },
8519             'Asia/Brunei' => {
8520             exemplarCity => q#Brunéi#,
8521             },
8522             'Asia/Calcutta' => {
8523             exemplarCity => q#Calcuta#,
8524             },
8525             'Asia/Chita' => {
8526             exemplarCity => q#Chitá#,
8527             },
8528             'Asia/Choibalsan' => {
8529             exemplarCity => q#Choibalsan#,
8530             },
8531             'Asia/Colombo' => {
8532             exemplarCity => q#Colombo#,
8533             },
8534             'Asia/Damascus' => {
8535             exemplarCity => q#Damasco#,
8536             },
8537             'Asia/Dhaka' => {
8538             exemplarCity => q#Dacca#,
8539             },
8540             'Asia/Dili' => {
8541             exemplarCity => q#Dili#,
8542             },
8543             'Asia/Dubai' => {
8544             exemplarCity => q#Dubái#,
8545             },
8546             'Asia/Dushanbe' => {
8547             exemplarCity => q#Duchanbé#,
8548             },
8549             'Asia/Gaza' => {
8550             exemplarCity => q#Gaza#,
8551             },
8552             'Asia/Hebron' => {
8553             exemplarCity => q#Hebrón#,
8554             },
8555             'Asia/Hong_Kong' => {
8556             exemplarCity => q#Hong Kong#,
8557             },
8558             'Asia/Hovd' => {
8559             exemplarCity => q#Hovd#,
8560             },
8561             'Asia/Irkutsk' => {
8562             exemplarCity => q#Irkutsk#,
8563             },
8564             'Asia/Jakarta' => {
8565             exemplarCity => q#Yakarta#,
8566             },
8567             'Asia/Jayapura' => {
8568             exemplarCity => q#Jayapura#,
8569             },
8570             'Asia/Jerusalem' => {
8571             exemplarCity => q#Jerusalén#,
8572             },
8573             'Asia/Kabul' => {
8574             exemplarCity => q#Kabul#,
8575             },
8576             'Asia/Kamchatka' => {
8577             exemplarCity => q#Kamchatka#,
8578             },
8579             'Asia/Karachi' => {
8580             exemplarCity => q#Karachi#,
8581             },
8582             'Asia/Katmandu' => {
8583             exemplarCity => q#Katmandú#,
8584             },
8585             'Asia/Khandyga' => {
8586             exemplarCity => q#Khandyga#,
8587             },
8588             'Asia/Krasnoyarsk' => {
8589             exemplarCity => q#Krasnoyarsk#,
8590             },
8591             'Asia/Kuala_Lumpur' => {
8592             exemplarCity => q#Kuala Lumpur#,
8593             },
8594             'Asia/Kuching' => {
8595             exemplarCity => q#Kuching#,
8596             },
8597             'Asia/Kuwait' => {
8598             exemplarCity => q#Kuwait#,
8599             },
8600             'Asia/Macau' => {
8601             exemplarCity => q#Macao#,
8602             },
8603             'Asia/Magadan' => {
8604             exemplarCity => q#Magadán#,
8605             },
8606             'Asia/Makassar' => {
8607             exemplarCity => q#Makasar#,
8608             },
8609             'Asia/Manila' => {
8610             exemplarCity => q#Manila#,
8611             },
8612             'Asia/Muscat' => {
8613             exemplarCity => q#Mascate#,
8614             },
8615             'Asia/Nicosia' => {
8616             exemplarCity => q#Nicosia#,
8617             },
8618             'Asia/Novokuznetsk' => {
8619             exemplarCity => q#Novokuznetsk#,
8620             },
8621             'Asia/Novosibirsk' => {
8622             exemplarCity => q#Novosibirsk#,
8623             },
8624             'Asia/Omsk' => {
8625             exemplarCity => q#Omsk#,
8626             },
8627             'Asia/Oral' => {
8628             exemplarCity => q#Oral#,
8629             },
8630             'Asia/Phnom_Penh' => {
8631             exemplarCity => q#Phnom Penh#,
8632             },
8633             'Asia/Pontianak' => {
8634             exemplarCity => q#Pontianak#,
8635             },
8636             'Asia/Pyongyang' => {
8637             exemplarCity => q#Pyongyang#,
8638             },
8639             'Asia/Qatar' => {
8640             exemplarCity => q#Catar#,
8641             },
8642             'Asia/Qyzylorda' => {
8643             exemplarCity => q#Qyzylorda#,
8644             },
8645             'Asia/Rangoon' => {
8646             exemplarCity => q#Rangún#,
8647             },
8648             'Asia/Riyadh' => {
8649             exemplarCity => q#Riad#,
8650             },
8651             'Asia/Saigon' => {
8652             exemplarCity => q#Ciudad Ho Chi Minh#,
8653             },
8654             'Asia/Sakhalin' => {
8655             exemplarCity => q#Sajalín#,
8656             },
8657             'Asia/Samarkand' => {
8658             exemplarCity => q#Samarcanda#,
8659             },
8660             'Asia/Seoul' => {
8661             exemplarCity => q#Seúl#,
8662             },
8663             'Asia/Shanghai' => {
8664             exemplarCity => q#Shanghái#,
8665             },
8666             'Asia/Singapore' => {
8667             exemplarCity => q#Singapur#,
8668             },
8669             'Asia/Srednekolymsk' => {
8670             exemplarCity => q#Srednekolimsk#,
8671             },
8672             'Asia/Taipei' => {
8673             exemplarCity => q#Taipéi#,
8674             },
8675             'Asia/Tashkent' => {
8676             exemplarCity => q#Tashkent#,
8677             },
8678             'Asia/Tbilisi' => {
8679             exemplarCity => q#Tiflis#,
8680             },
8681             'Asia/Tehran' => {
8682             exemplarCity => q#Teherán#,
8683             },
8684             'Asia/Thimphu' => {
8685             exemplarCity => q#Timbu#,
8686             },
8687             'Asia/Tokyo' => {
8688             exemplarCity => q#Tokio#,
8689             },
8690             'Asia/Ulaanbaatar' => {
8691             exemplarCity => q#Ulán Bator#,
8692             },
8693             'Asia/Urumqi' => {
8694             exemplarCity => q#Ãœrümqi#,
8695             },
8696             'Asia/Ust-Nera' => {
8697             exemplarCity => q#Ust-Nera#,
8698             },
8699             'Asia/Vientiane' => {
8700             exemplarCity => q#Vientián#,
8701             },
8702             'Asia/Vladivostok' => {
8703             exemplarCity => q#Vladivostok#,
8704             },
8705             'Asia/Yakutsk' => {
8706             exemplarCity => q#Yakutsk#,
8707             },
8708             'Asia/Yekaterinburg' => {
8709             exemplarCity => q#Yekaterinburgo#,
8710             },
8711             'Asia/Yerevan' => {
8712             exemplarCity => q#Ereván#,
8713             },
8714             'Atlantic' => {
8715             long => {
8716             'daylight' => q(hora de verano del Atlántico),
8717             'generic' => q(hora del Atlántico),
8718             'standard' => q(hora estándar del Atlántico),
8719             },
8720             },
8721             'Atlantic/Azores' => {
8722             exemplarCity => q#Azores#,
8723             },
8724             'Atlantic/Bermuda' => {
8725             exemplarCity => q#Bermudas#,
8726             },
8727             'Atlantic/Canary' => {
8728             exemplarCity => q#Islas Canarias#,
8729             },
8730             'Atlantic/Cape_Verde' => {
8731             exemplarCity => q#Cabo Verde#,
8732             },
8733             'Atlantic/Faeroe' => {
8734             exemplarCity => q#Islas Feroe#,
8735             },
8736             'Atlantic/Madeira' => {
8737             exemplarCity => q#Madeira#,
8738             },
8739             'Atlantic/Reykjavik' => {
8740             exemplarCity => q#Reikiavik#,
8741             },
8742             'Atlantic/South_Georgia' => {
8743             exemplarCity => q#Georgia del Sur#,
8744             },
8745             'Atlantic/St_Helena' => {
8746             exemplarCity => q#Santa Helena#,
8747             },
8748             'Atlantic/Stanley' => {
8749             exemplarCity => q#Stanley#,
8750             },
8751             'Australia/Adelaide' => {
8752             exemplarCity => q#Adelaida#,
8753             },
8754             'Australia/Brisbane' => {
8755             exemplarCity => q#Brisbane#,
8756             },
8757             'Australia/Broken_Hill' => {
8758             exemplarCity => q#Broken Hill#,
8759             },
8760             'Australia/Currie' => {
8761             exemplarCity => q#Currie#,
8762             },
8763             'Australia/Darwin' => {
8764             exemplarCity => q#Darwin#,
8765             },
8766             'Australia/Eucla' => {
8767             exemplarCity => q#Eucla#,
8768             },
8769             'Australia/Hobart' => {
8770             exemplarCity => q#Hobart#,
8771             },
8772             'Australia/Lindeman' => {
8773             exemplarCity => q#Lindeman#,
8774             },
8775             'Australia/Lord_Howe' => {
8776             exemplarCity => q#Lord Howe#,
8777             },
8778             'Australia/Melbourne' => {
8779             exemplarCity => q#Melbourne#,
8780             },
8781             'Australia/Perth' => {
8782             exemplarCity => q#Perth#,
8783             },
8784             'Australia/Sydney' => {
8785             exemplarCity => q#Sídney#,
8786             },
8787             'Australia_Central' => {
8788             long => {
8789             'daylight' => q(hora de verano de Australia central),
8790             'generic' => q(hora de Australia central),
8791             'standard' => q(hora estándar de Australia central),
8792             },
8793             },
8794             'Australia_CentralWestern' => {
8795             long => {
8796             'daylight' => q(hora de verano de Australia centroccidental),
8797             'generic' => q(hora de Australia centroccidental),
8798             'standard' => q(hora estándar de Australia centroccidental),
8799             },
8800             },
8801             'Australia_Eastern' => {
8802             long => {
8803             'daylight' => q(hora de verano de Australia oriental),
8804             'generic' => q(hora de Australia oriental),
8805             'standard' => q(hora estándar de Australia oriental),
8806             },
8807             },
8808             'Australia_Western' => {
8809             long => {
8810             'daylight' => q(hora de verano de Australia occidental),
8811             'generic' => q(hora de Australia occidental),
8812             'standard' => q(hora estándar de Australia occidental),
8813             },
8814             },
8815             'Azerbaijan' => {
8816             long => {
8817             'daylight' => q(hora de verano de Azerbaiyán),
8818             'generic' => q(hora de Azerbaiyán),
8819             'standard' => q(hora estándar de Azerbaiyán),
8820             },
8821             },
8822             'Azores' => {
8823             long => {
8824             'daylight' => q(hora de verano de las Azores),
8825             'generic' => q(hora de las Azores),
8826             'standard' => q(hora estándar de las Azores),
8827             },
8828             },
8829             'Bangladesh' => {
8830             long => {
8831             'daylight' => q(hora de verano de Bangladés),
8832             'generic' => q(hora de Bangladés),
8833             'standard' => q(hora estándar de Bangladés),
8834             },
8835             },
8836             'Bhutan' => {
8837             long => {
8838             'standard' => q(hora de Bután),
8839             },
8840             },
8841             'Bolivia' => {
8842             long => {
8843             'standard' => q(hora de Bolivia),
8844             },
8845             },
8846             'Brasilia' => {
8847             long => {
8848             'daylight' => q(hora de verano de Brasilia),
8849             'generic' => q(hora de Brasilia),
8850             'standard' => q(hora estándar de Brasilia),
8851             },
8852             },
8853             'Brunei' => {
8854             long => {
8855             'standard' => q(hora de Brunéi),
8856             },
8857             },
8858             'Cape_Verde' => {
8859             long => {
8860             'daylight' => q(hora de verano de Cabo Verde),
8861             'generic' => q(hora de Cabo Verde),
8862             'standard' => q(hora estándar de Cabo Verde),
8863             },
8864             },
8865             'Chamorro' => {
8866             long => {
8867             'standard' => q(hora estándar de Chamorro),
8868             },
8869             },
8870             'Chatham' => {
8871             long => {
8872             'daylight' => q(hora de verano de Chatham),
8873             'generic' => q(hora de Chatham),
8874             'standard' => q(hora estándar de Chatham),
8875             },
8876             },
8877             'Chile' => {
8878             long => {
8879             'daylight' => q(hora de verano de Chile),
8880             'generic' => q(hora de Chile),
8881             'standard' => q(hora estándar de Chile),
8882             },
8883             },
8884             'China' => {
8885             long => {
8886             'daylight' => q(hora de verano de China),
8887             'generic' => q(hora de China),
8888             'standard' => q(hora estándar de China),
8889             },
8890             },
8891             'Choibalsan' => {
8892             long => {
8893             'daylight' => q(hora de verano de Choibalsan),
8894             'generic' => q(hora de Choibalsan),
8895             'standard' => q(hora estándar de Choibalsan),
8896             },
8897             },
8898             'Christmas' => {
8899             long => {
8900             'standard' => q(hora de la Isla de Navidad),
8901             },
8902             },
8903             'Cocos' => {
8904             long => {
8905             'standard' => q(hora de las Islas Cocos),
8906             },
8907             },
8908             'Colombia' => {
8909             long => {
8910             'daylight' => q(hora de verano de Colombia),
8911             'generic' => q(hora de Colombia),
8912             'standard' => q(hora estándar de Colombia),
8913             },
8914             },
8915             'Cook' => {
8916             long => {
8917             'daylight' => q(hora de verano media de las Islas Cook),
8918             'generic' => q(hora de las Islas Cook),
8919             'standard' => q(hora estándar de las Islas Cook),
8920             },
8921             },
8922             'Cuba' => {
8923             long => {
8924             'daylight' => q(hora de verano de Cuba),
8925             'generic' => q(hora de Cuba),
8926             'standard' => q(hora estándar de Cuba),
8927             },
8928             },
8929             'Davis' => {
8930             long => {
8931             'standard' => q(hora de Davis),
8932             },
8933             },
8934             'DumontDUrville' => {
8935             long => {
8936             'standard' => q(hora de Dumont-d’Urville),
8937             },
8938             },
8939             'East_Timor' => {
8940             long => {
8941             'standard' => q(hora de Timor Oriental),
8942             },
8943             },
8944             'Easter' => {
8945             long => {
8946             'daylight' => q(hora de verano de la isla de Pascua),
8947             'generic' => q(hora de la isla de Pascua),
8948             'standard' => q(hora estándar de la isla de Pascua),
8949             },
8950             },
8951             'Ecuador' => {
8952             long => {
8953             'standard' => q(hora de Ecuador),
8954             },
8955             },
8956             'Etc/Unknown' => {
8957             exemplarCity => q#ciudad desconocida#,
8958             },
8959             'Europe/Amsterdam' => {
8960             exemplarCity => q#Ámsterdam#,
8961             },
8962             'Europe/Andorra' => {
8963             exemplarCity => q#Andorra#,
8964             },
8965             'Europe/Athens' => {
8966             exemplarCity => q#Atenas#,
8967             },
8968             'Europe/Belgrade' => {
8969             exemplarCity => q#Belgrado#,
8970             },
8971             'Europe/Berlin' => {
8972             exemplarCity => q#Berlín#,
8973             },
8974             'Europe/Bratislava' => {
8975             exemplarCity => q#Bratislava#,
8976             },
8977             'Europe/Brussels' => {
8978             exemplarCity => q#Bruselas#,
8979             },
8980             'Europe/Bucharest' => {
8981             exemplarCity => q#Bucarest#,
8982             },
8983             'Europe/Budapest' => {
8984             exemplarCity => q#Budapest#,
8985             },
8986             'Europe/Busingen' => {
8987             exemplarCity => q#Busingen#,
8988             },
8989             'Europe/Chisinau' => {
8990             exemplarCity => q#Chisinau#,
8991             },
8992             'Europe/Copenhagen' => {
8993             exemplarCity => q#Copenhague#,
8994             },
8995             'Europe/Dublin' => {
8996             exemplarCity => q#Dublín#,
8997             long => {
8998             'daylight' => q(hora de verano de Irlanda),
8999             },
9000             },
9001             'Europe/Gibraltar' => {
9002             exemplarCity => q#Gibraltar#,
9003             },
9004             'Europe/Guernsey' => {
9005             exemplarCity => q#Guernsey#,
9006             },
9007             'Europe/Helsinki' => {
9008             exemplarCity => q#Helsinki#,
9009             },
9010             'Europe/Isle_of_Man' => {
9011             exemplarCity => q#Isla de Man#,
9012             },
9013             'Europe/Istanbul' => {
9014             exemplarCity => q#Estambul#,
9015             },
9016             'Europe/Jersey' => {
9017             exemplarCity => q#Jersey#,
9018             },
9019             'Europe/Kaliningrad' => {
9020             exemplarCity => q#Kaliningrado#,
9021             },
9022             'Europe/Kiev' => {
9023             exemplarCity => q#Kiev#,
9024             },
9025             'Europe/Lisbon' => {
9026             exemplarCity => q#Lisboa#,
9027             },
9028             'Europe/Ljubljana' => {
9029             exemplarCity => q#Liubliana#,
9030             },
9031             'Europe/London' => {
9032             exemplarCity => q#Londres#,
9033             long => {
9034             'daylight' => q(hora de verano británica),
9035             },
9036             },
9037             'Europe/Luxembourg' => {
9038             exemplarCity => q#Luxemburgo#,
9039             },
9040             'Europe/Madrid' => {
9041             exemplarCity => q#Madrid#,
9042             },
9043             'Europe/Malta' => {
9044             exemplarCity => q#Malta#,
9045             },
9046             'Europe/Mariehamn' => {
9047             exemplarCity => q#Mariehamn#,
9048             },
9049             'Europe/Minsk' => {
9050             exemplarCity => q#Minsk#,
9051             },
9052             'Europe/Monaco' => {
9053             exemplarCity => q#Mónaco#,
9054             },
9055             'Europe/Moscow' => {
9056             exemplarCity => q#Moscú#,
9057             },
9058             'Europe/Oslo' => {
9059             exemplarCity => q#Oslo#,
9060             },
9061             'Europe/Paris' => {
9062             exemplarCity => q#París#,
9063             },
9064             'Europe/Podgorica' => {
9065             exemplarCity => q#Podgorica#,
9066             },
9067             'Europe/Prague' => {
9068             exemplarCity => q#Praga#,
9069             },
9070             'Europe/Riga' => {
9071             exemplarCity => q#Riga#,
9072             },
9073             'Europe/Rome' => {
9074             exemplarCity => q#Roma#,
9075             },
9076             'Europe/Samara' => {
9077             exemplarCity => q#Samara#,
9078             },
9079             'Europe/San_Marino' => {
9080             exemplarCity => q#San Marino#,
9081             },
9082             'Europe/Sarajevo' => {
9083             exemplarCity => q#Sarajevo#,
9084             },
9085             'Europe/Simferopol' => {
9086             exemplarCity => q#Simferopol#,
9087             },
9088             'Europe/Skopje' => {
9089             exemplarCity => q#Skopie#,
9090             },
9091             'Europe/Sofia' => {
9092             exemplarCity => q#Sofía#,
9093             },
9094             'Europe/Stockholm' => {
9095             exemplarCity => q#Estocolmo#,
9096             },
9097             'Europe/Tallinn' => {
9098             exemplarCity => q#Tallin#,
9099             },
9100             'Europe/Tirane' => {
9101             exemplarCity => q#Tirana#,
9102             },
9103             'Europe/Uzhgorod' => {
9104             exemplarCity => q#Uzhgorod#,
9105             },
9106             'Europe/Vaduz' => {
9107             exemplarCity => q#Vaduz#,
9108             },
9109             'Europe/Vatican' => {
9110             exemplarCity => q#El Vaticano#,
9111             },
9112             'Europe/Vienna' => {
9113             exemplarCity => q#Viena#,
9114             },
9115             'Europe/Vilnius' => {
9116             exemplarCity => q#Vilna#,
9117             },
9118             'Europe/Volgograd' => {
9119             exemplarCity => q#Volgogrado#,
9120             },
9121             'Europe/Warsaw' => {
9122             exemplarCity => q#Varsovia#,
9123             },
9124             'Europe/Zagreb' => {
9125             exemplarCity => q#Zagreb#,
9126             },
9127             'Europe/Zaporozhye' => {
9128             exemplarCity => q#Zaporizhia#,
9129             },
9130             'Europe/Zurich' => {
9131             exemplarCity => q#Zúrich#,
9132             },
9133             'Europe_Central' => {
9134             long => {
9135             'daylight' => q(hora de verano de Europa central),
9136             'generic' => q(hora de Europa central),
9137             'standard' => q(hora estándar de Europa central),
9138             },
9139             short => {
9140             'daylight' => q(CEST),
9141             'generic' => q(CET),
9142             'standard' => q(CET),
9143             },
9144             },
9145             'Europe_Eastern' => {
9146             long => {
9147             'daylight' => q(hora de verano de Europa oriental),
9148             'generic' => q(hora de Europa oriental),
9149             'standard' => q(hora estándar de Europa oriental),
9150             },
9151             short => {
9152             'daylight' => q(EEST),
9153             'generic' => q(EET),
9154             'standard' => q(EET),
9155             },
9156             },
9157             'Europe_Further_Eastern' => {
9158             long => {
9159             'standard' => q(hora de Europa oriental lejana),
9160             },
9161             },
9162             'Europe_Western' => {
9163             long => {
9164             'daylight' => q(hora de verano de Europa occidental),
9165             'generic' => q(hora de Europa occidental),
9166             'standard' => q(hora estándar de Europa occidental),
9167             },
9168             short => {
9169             'daylight' => q(WEST),
9170             'generic' => q(WET),
9171             'standard' => q(WET),
9172             },
9173             },
9174             'Falkland' => {
9175             long => {
9176             'daylight' => q(hora de verano de las islas Malvinas),
9177             'generic' => q(hora de las islas Malvinas),
9178             'standard' => q(hora estándar de las islas Malvinas),
9179             },
9180             },
9181             'Fiji' => {
9182             long => {
9183             'daylight' => q(hora de verano de Fiyi),
9184             'generic' => q(hora de Fiyi),
9185             'standard' => q(hora estándar de Fiyi),
9186             },
9187             },
9188             'French_Guiana' => {
9189             long => {
9190             'standard' => q(hora de la Guayana Francesa),
9191             },
9192             },
9193             'French_Southern' => {
9194             long => {
9195             'standard' => q(hora de las Tierras Australes y Antárticas Francesas),
9196             },
9197             },
9198             'GMT' => {
9199             long => {
9200             'standard' => q(hora del meridiano de Greenwich),
9201             },
9202             short => {
9203             'standard' => q(GMT),
9204             },
9205             },
9206             'Galapagos' => {
9207             long => {
9208             'standard' => q(hora de Galápagos),
9209             },
9210             },
9211             'Gambier' => {
9212             long => {
9213             'standard' => q(hora de Gambier),
9214             },
9215             },
9216             'Georgia' => {
9217             long => {
9218             'daylight' => q(hora de verano de Georgia),
9219             'generic' => q(hora de Georgia),
9220             'standard' => q(hora estándar de Georgia),
9221             },
9222             },
9223             'Gilbert_Islands' => {
9224             long => {
9225             'standard' => q(hora de las islas Gilbert),
9226             },
9227             },
9228             'Greenland_Eastern' => {
9229             long => {
9230             'daylight' => q(hora de verano de Groenlandia oriental),
9231             'generic' => q(hora de Groenlandia oriental),
9232             'standard' => q(hora estándar de Groenlandia oriental),
9233             },
9234             },
9235             'Greenland_Western' => {
9236             long => {
9237             'daylight' => q(hora de verano de Groenlandia occidental),
9238             'generic' => q(hora de Groenlandia occidental),
9239             'standard' => q(hora estándar de Groenlandia occidental),
9240             },
9241             },
9242             'Guam' => {
9243             long => {
9244             'standard' => q(Hora estándar de Guam),
9245             },
9246             },
9247             'Gulf' => {
9248             long => {
9249             'standard' => q(hora estándar del Golfo),
9250             },
9251             },
9252             'Guyana' => {
9253             long => {
9254             'standard' => q(hora de Guyana),
9255             },
9256             },
9257             'Hawaii_Aleutian' => {
9258             long => {
9259             'daylight' => q(hora de verano de Hawái-Aleutiano),
9260             'generic' => q(hora de Hawái-Aleutiano),
9261             'standard' => q(hora estándar de Hawái-Aleutiano),
9262             },
9263             },
9264             'Hong_Kong' => {
9265             long => {
9266             'daylight' => q(hora de verano de Hong Kong),
9267             'generic' => q(hora de Hong Kong),
9268             'standard' => q(hora estándar de Hong Kong),
9269             },
9270             },
9271             'Hovd' => {
9272             long => {
9273             'daylight' => q(hora de verano de Hovd),
9274             'generic' => q(hora de Hovd),
9275             'standard' => q(hora estándar de Hovd),
9276             },
9277             },
9278             'India' => {
9279             long => {
9280             'standard' => q(hora estándar de la India),
9281             },
9282             },
9283             'Indian/Antananarivo' => {
9284             exemplarCity => q#Antananarivo#,
9285             },
9286             'Indian/Chagos' => {
9287             exemplarCity => q#Chagos#,
9288             },
9289             'Indian/Christmas' => {
9290             exemplarCity => q#Christmas#,
9291             },
9292             'Indian/Cocos' => {
9293             exemplarCity => q#Cocos#,
9294             },
9295             'Indian/Comoro' => {
9296             exemplarCity => q#Comoras#,
9297             },
9298             'Indian/Kerguelen' => {
9299             exemplarCity => q#Kerguelen#,
9300             },
9301             'Indian/Mahe' => {
9302             exemplarCity => q#Mahé#,
9303             },
9304             'Indian/Maldives' => {
9305             exemplarCity => q#Maldivas#,
9306             },
9307             'Indian/Mauritius' => {
9308             exemplarCity => q#Mauricio#,
9309             },
9310             'Indian/Mayotte' => {
9311             exemplarCity => q#Mayotte#,
9312             },
9313             'Indian/Reunion' => {
9314             exemplarCity => q#Reunión#,
9315             },
9316             'Indian_Ocean' => {
9317             long => {
9318             'standard' => q(hora del océano Índico),
9319             },
9320             },
9321             'Indochina' => {
9322             long => {
9323             'standard' => q(hora de Indochina),
9324             },
9325             },
9326             'Indonesia_Central' => {
9327             long => {
9328             'standard' => q(hora de Indonesia central),
9329             },
9330             },
9331             'Indonesia_Eastern' => {
9332             long => {
9333             'standard' => q(hora de Indonesia oriental),
9334             },
9335             },
9336             'Indonesia_Western' => {
9337             long => {
9338             'standard' => q(hora de Indonesia occidental),
9339             },
9340             },
9341             'Iran' => {
9342             long => {
9343             'daylight' => q(hora de verano de Irán),
9344             'generic' => q(hora de Irán),
9345             'standard' => q(hora estándar de Irán),
9346             },
9347             },
9348             'Irkutsk' => {
9349             long => {
9350             'daylight' => q(hora de verano de Irkutsk),
9351             'generic' => q(hora de Irkutsk),
9352             'standard' => q(hora estándar de Irkutsk),
9353             },
9354             },
9355             'Israel' => {
9356             long => {
9357             'daylight' => q(hora de verano de Israel),
9358             'generic' => q(hora de Israel),
9359             'standard' => q(hora estándar de Israel),
9360             },
9361             },
9362             'Japan' => {
9363             long => {
9364             'daylight' => q(hora de verano de Japón),
9365             'generic' => q(hora de Japón),
9366             'standard' => q(hora estándar de Japón),
9367             },
9368             },
9369             'Kamchatka' => {
9370             long => {
9371             'daylight' => q(Hora de verano de Kamchatka),
9372             'generic' => q(Hora de Kamchatka),
9373             'standard' => q(Hora de estándar de Kamchatka),
9374             },
9375             },
9376             'Kazakhstan_Eastern' => {
9377             long => {
9378             'standard' => q(hora de Kazajistán oriental),
9379             },
9380             },
9381             'Kazakhstan_Western' => {
9382             long => {
9383             'standard' => q(hora de Kazajistán occidental),
9384             },
9385             },
9386             'Korea' => {
9387             long => {
9388             'daylight' => q(hora de verano de Corea),
9389             'generic' => q(hora de Corea),
9390             'standard' => q(hora estándar de Corea),
9391             },
9392             },
9393             'Kosrae' => {
9394             long => {
9395             'standard' => q(hora de Kosrae),
9396             },
9397             },
9398             'Krasnoyarsk' => {
9399             long => {
9400             'daylight' => q(hora de verano de Krasnoyarsk),
9401             'generic' => q(hora de Krasnoyarsk),
9402             'standard' => q(hora estándar de Krasnoyarsk),
9403             },
9404             },
9405             'Kyrgystan' => {
9406             long => {
9407             'standard' => q(hora de Kirguistán),
9408             },
9409             },
9410             'Lanka' => {
9411             long => {
9412             'standard' => q(Hora de Sri Lanka),
9413             },
9414             },
9415             'Line_Islands' => {
9416             long => {
9417             'standard' => q(hora de las Espóradas Ecuatoriales),
9418             },
9419             },
9420             'Lord_Howe' => {
9421             long => {
9422             'daylight' => q(hora de verano de Lord Howe),
9423             'generic' => q(hora de Lord Howe),
9424             'standard' => q(hora estándar de Lord Howe),
9425             },
9426             },
9427             'Macau' => {
9428             long => {
9429             'daylight' => q(Hora de verano de Macao),
9430             'generic' => q(Hora de Macao),
9431             'standard' => q(Hora estándar de Macao),
9432             },
9433             },
9434             'Macquarie' => {
9435             long => {
9436             'standard' => q(hora de la isla Macquarie),
9437             },
9438             },
9439             'Magadan' => {
9440             long => {
9441             'daylight' => q(hora de verano de Magadán),
9442             'generic' => q(hora de Magadán),
9443             'standard' => q(hora estándar de Magadán),
9444             },
9445             },
9446             'Malaysia' => {
9447             long => {
9448             'standard' => q(hora de Malasia),
9449             },
9450             },
9451             'Maldives' => {
9452             long => {
9453             'standard' => q(hora de Maldivas),
9454             },
9455             },
9456             'Marquesas' => {
9457             long => {
9458             'standard' => q(hora de Marquesas),
9459             },
9460             },
9461             'Marshall_Islands' => {
9462             long => {
9463             'standard' => q(hora de las Islas Marshall),
9464             },
9465             },
9466             'Mauritius' => {
9467             long => {
9468             'daylight' => q(hora de verano de Mauricio),
9469             'generic' => q(hora de Mauricio),
9470             'standard' => q(hora estándar de Mauricio),
9471             },
9472             },
9473             'Mawson' => {
9474             long => {
9475             'standard' => q(hora de Mawson),
9476             },
9477             },
9478             'Mexico_Northwest' => {
9479             long => {
9480             'daylight' => q(hora de verano del noroeste de México),
9481             'generic' => q(hora del noroeste de México),
9482             'standard' => q(hora estándar del noroeste de México),
9483             },
9484             },
9485             'Mexico_Pacific' => {
9486             long => {
9487             'daylight' => q(hora de verano del Pacífico de México),
9488             'generic' => q(hora del Pacífico de México),
9489             'standard' => q(hora estándar del Pacífico de México),
9490             },
9491             },
9492             'Mongolia' => {
9493             long => {
9494             'daylight' => q(hora de verano de Ulán Bator),
9495             'generic' => q(hora de Ulán Bator),
9496             'standard' => q(hora estándar de Ulán Bator),
9497             },
9498             },
9499             'Moscow' => {
9500             long => {
9501             'daylight' => q(hora de verano de Moscú),
9502             'generic' => q(hora de Moscú),
9503             'standard' => q(hora estándar de Moscú),
9504             },
9505             },
9506             'Myanmar' => {
9507             long => {
9508             'standard' => q(hora de Birmania),
9509             },
9510             },
9511             'Nauru' => {
9512             long => {
9513             'standard' => q(hora de Nauru),
9514             },
9515             },
9516             'Nepal' => {
9517             long => {
9518             'standard' => q(hora de Nepal),
9519             },
9520             },
9521             'New_Caledonia' => {
9522             long => {
9523             'daylight' => q(hora de verano de Nueva Caledonia),
9524             'generic' => q(hora de Nueva Caledonia),
9525             'standard' => q(hora estándar de Nueva Caledonia),
9526             },
9527             },
9528             'New_Zealand' => {
9529             long => {
9530             'daylight' => q(hora de verano de Nueva Zelanda),
9531             'generic' => q(hora de Nueva Zelanda),
9532             'standard' => q(hora estándar de Nueva Zelanda),
9533             },
9534             },
9535             'Newfoundland' => {
9536             long => {
9537             'daylight' => q(hora de verano de Terranova),
9538             'generic' => q(hora de Terranova),
9539             'standard' => q(hora estándar de Terranova),
9540             },
9541             },
9542             'Niue' => {
9543             long => {
9544             'standard' => q(hora de Niue),
9545             },
9546             },
9547             'Norfolk' => {
9548             long => {
9549             'standard' => q(hora de la isla Norfolk),
9550             },
9551             },
9552             'Noronha' => {
9553             long => {
9554             'daylight' => q(hora de verano de Fernando de Noronha),
9555             'generic' => q(hora de Fernando de Noronha),
9556             'standard' => q(hora estándar de Fernando de Noronha),
9557             },
9558             },
9559             'North_Mariana' => {
9560             long => {
9561             'standard' => q(Hora de las Islas Marianas del Norte),
9562             },
9563             },
9564             'Novosibirsk' => {
9565             long => {
9566             'daylight' => q(hora de verano de Novosibirsk),
9567             'generic' => q(hora de Novosibirsk),
9568             'standard' => q(hora estándar de Novosibirsk),
9569             },
9570             },
9571             'Omsk' => {
9572             long => {
9573             'daylight' => q(hora de verano de Omsk),
9574             'generic' => q(hora de Omsk),
9575             'standard' => q(hora estándar de Omsk),
9576             },
9577             },
9578             'Pacific/Apia' => {
9579             exemplarCity => q#Apia#,
9580             },
9581             'Pacific/Auckland' => {
9582             exemplarCity => q#Auckland#,
9583             },
9584             'Pacific/Bougainville' => {
9585             exemplarCity => q#Bougainville#,
9586             },
9587             'Pacific/Chatham' => {
9588             exemplarCity => q#Chatham#,
9589             },
9590             'Pacific/Easter' => {
9591             exemplarCity => q#Isla de Pascua#,
9592             },
9593             'Pacific/Efate' => {
9594             exemplarCity => q#Efate#,
9595             },
9596             'Pacific/Enderbury' => {
9597             exemplarCity => q#Enderbury#,
9598             },
9599             'Pacific/Fakaofo' => {
9600             exemplarCity => q#Fakaofo#,
9601             },
9602             'Pacific/Fiji' => {
9603             exemplarCity => q#Fiyi#,
9604             },
9605             'Pacific/Funafuti' => {
9606             exemplarCity => q#Funafuti#,
9607             },
9608             'Pacific/Galapagos' => {
9609             exemplarCity => q#Galápagos#,
9610             },
9611             'Pacific/Gambier' => {
9612             exemplarCity => q#Gambier#,
9613             },
9614             'Pacific/Guadalcanal' => {
9615             exemplarCity => q#Guadalcanal#,
9616             },
9617             'Pacific/Guam' => {
9618             exemplarCity => q#Guam#,
9619             },
9620             'Pacific/Honolulu' => {
9621             exemplarCity => q#Honolulú#,
9622             },
9623             'Pacific/Johnston' => {
9624             exemplarCity => q#Johnston#,
9625             },
9626             'Pacific/Kiritimati' => {
9627             exemplarCity => q#Kiritimati#,
9628             },
9629             'Pacific/Kosrae' => {
9630             exemplarCity => q#Kosrae#,
9631             },
9632             'Pacific/Kwajalein' => {
9633             exemplarCity => q#Kwajalein#,
9634             },
9635             'Pacific/Majuro' => {
9636             exemplarCity => q#Majuro#,
9637             },
9638             'Pacific/Marquesas' => {
9639             exemplarCity => q#Marquesas#,
9640             },
9641             'Pacific/Midway' => {
9642             exemplarCity => q#Midway#,
9643             },
9644             'Pacific/Nauru' => {
9645             exemplarCity => q#Nauru#,
9646             },
9647             'Pacific/Niue' => {
9648             exemplarCity => q#Niue#,
9649             },
9650             'Pacific/Norfolk' => {
9651             exemplarCity => q#Norfolk#,
9652             },
9653             'Pacific/Noumea' => {
9654             exemplarCity => q#Numea#,
9655             },
9656             'Pacific/Pago_Pago' => {
9657             exemplarCity => q#Pago Pago#,
9658             },
9659             'Pacific/Palau' => {
9660             exemplarCity => q#Palaos#,
9661             },
9662             'Pacific/Pitcairn' => {
9663             exemplarCity => q#Pitcairn#,
9664             },
9665             'Pacific/Ponape' => {
9666             exemplarCity => q#Pohnpei#,
9667             },
9668             'Pacific/Port_Moresby' => {
9669             exemplarCity => q#Port Moresby#,
9670             },
9671             'Pacific/Rarotonga' => {
9672             exemplarCity => q#Rarotonga#,
9673             },
9674             'Pacific/Saipan' => {
9675             exemplarCity => q#Saipán#,
9676             },
9677             'Pacific/Tahiti' => {
9678             exemplarCity => q#Tahití#,
9679             },
9680             'Pacific/Tarawa' => {
9681             exemplarCity => q#Tarawa#,
9682             },
9683             'Pacific/Tongatapu' => {
9684             exemplarCity => q#Tongatapu#,
9685             },
9686             'Pacific/Truk' => {
9687             exemplarCity => q#Chuuk#,
9688             },
9689             'Pacific/Wake' => {
9690             exemplarCity => q#Wake#,
9691             },
9692             'Pacific/Wallis' => {
9693             exemplarCity => q#Wallis#,
9694             },
9695             'Pakistan' => {
9696             long => {
9697             'daylight' => q(hora de verano de Pakistán),
9698             'generic' => q(hora de Pakistán),
9699             'standard' => q(hora estándar de Pakistán),
9700             },
9701             },
9702             'Palau' => {
9703             long => {
9704             'standard' => q(hora de Palaos),
9705             },
9706             },
9707             'Papua_New_Guinea' => {
9708             long => {
9709             'standard' => q(hora de Papúa Nueva Guinea),
9710             },
9711             },
9712             'Paraguay' => {
9713             long => {
9714             'daylight' => q(hora de verano de Paraguay),
9715             'generic' => q(hora de Paraguay),
9716             'standard' => q(hora estándar de Paraguay),
9717             },
9718             },
9719             'Peru' => {
9720             long => {
9721             'daylight' => q(hora de verano de Perú),
9722             'generic' => q(hora de Perú),
9723             'standard' => q(hora estándar de Perú),
9724             },
9725             },
9726             'Philippines' => {
9727             long => {
9728             'daylight' => q(hora de verano de Filipinas),
9729             'generic' => q(hora de Filipinas),
9730             'standard' => q(hora estándar de Filipinas),
9731             },
9732             },
9733             'Phoenix_Islands' => {
9734             long => {
9735             'standard' => q(hora de las Islas Fénix),
9736             },
9737             },
9738             'Pierre_Miquelon' => {
9739             long => {
9740             'daylight' => q(hora de verano de San Pedro y Miquelón),
9741             'generic' => q(hora de San Pedro y Miquelón),
9742             'standard' => q(hora estándar de San Pedro y Miquelón),
9743             },
9744             },
9745             'Pitcairn' => {
9746             long => {
9747             'standard' => q(hora de Pitcairn),
9748             },
9749             },
9750             'Ponape' => {
9751             long => {
9752             'standard' => q(hora de Pohnpei),
9753             },
9754             },
9755             'Qyzylorda' => {
9756             long => {
9757             'daylight' => q(Hora de verano de Qyzylorda),
9758             'generic' => q(Hora de Qyzylorda),
9759             'standard' => q(Hora estándar de Qyzylorda),
9760             },
9761             },
9762             'Reunion' => {
9763             long => {
9764             'standard' => q(hora de Reunión),
9765             },
9766             },
9767             'Rothera' => {
9768             long => {
9769             'standard' => q(hora de Rothera),
9770             },
9771             },
9772             'Sakhalin' => {
9773             long => {
9774             'daylight' => q(hora de verano de Sajalín),
9775             'generic' => q(hora de Sajalín),
9776             'standard' => q(hora estándar de Sajalín),
9777             },
9778             },
9779             'Samara' => {
9780             long => {
9781             'daylight' => q(Hora de verano de Samara),
9782             'generic' => q(Hora de Samara),
9783             'standard' => q(Hora estándar de Samara),
9784             },
9785             },
9786             'Samoa' => {
9787             long => {
9788             'daylight' => q(hora de verano de Samoa),
9789             'generic' => q(hora de Samoa),
9790             'standard' => q(hora estándar de Samoa),
9791             },
9792             },
9793             'Seychelles' => {
9794             long => {
9795             'standard' => q(hora de Seychelles),
9796             },
9797             },
9798             'Singapore' => {
9799             long => {
9800             'standard' => q(hora de Singapur),
9801             },
9802             },
9803             'Solomon' => {
9804             long => {
9805             'standard' => q(hora de las Islas Salomón),
9806             },
9807             },
9808             'South_Georgia' => {
9809             long => {
9810             'standard' => q(hora de Georgia meridional),
9811             },
9812             },
9813             'Suriname' => {
9814             long => {
9815             'standard' => q(hora de Surinam),
9816             },
9817             },
9818             'Syowa' => {
9819             long => {
9820             'standard' => q(hora de Syowa),
9821             },
9822             },
9823             'Tahiti' => {
9824             long => {
9825             'standard' => q(hora de Tahití),
9826             },
9827             },
9828             'Taipei' => {
9829             long => {
9830             'daylight' => q(hora de verano de Taipéi),
9831             'generic' => q(hora de Taipéi),
9832             'standard' => q(hora estándar de Taipéi),
9833             },
9834             },
9835             'Tajikistan' => {
9836             long => {
9837             'standard' => q(hora de Tayikistán),
9838             },
9839             },
9840             'Tokelau' => {
9841             long => {
9842             'standard' => q(hora de Tokelau),
9843             },
9844             },
9845             'Tonga' => {
9846             long => {
9847             'daylight' => q(hora de verano de Tonga),
9848             'generic' => q(hora de Tonga),
9849             'standard' => q(hora estándar de Tonga),
9850             },
9851             },
9852             'Truk' => {
9853             long => {
9854             'standard' => q(hora de Chuuk),
9855             },
9856             },
9857             'Turkmenistan' => {
9858             long => {
9859             'daylight' => q(hora de verano de Turkmenistán),
9860             'generic' => q(hora de Turkmenistán),
9861             'standard' => q(hora estándar de Turkmenistán),
9862             },
9863             },
9864             'Tuvalu' => {
9865             long => {
9866             'standard' => q(hora de Tuvalu),
9867             },
9868             },
9869             'Uruguay' => {
9870             long => {
9871             'daylight' => q(hora de verano de Uruguay),
9872             'generic' => q(hora de Uruguay),
9873             'standard' => q(hora estándar de Uruguay),
9874             },
9875             },
9876             'Uzbekistan' => {
9877             long => {
9878             'daylight' => q(hora de verano de Uzbekistán),
9879             'generic' => q(hora de Uzbekistán),
9880             'standard' => q(hora estándar de Uzbekistán),
9881             },
9882             },
9883             'Vanuatu' => {
9884             long => {
9885             'daylight' => q(hora de verano de Vanuatu),
9886             'generic' => q(hora de Vanuatu),
9887             'standard' => q(hora estándar de Vanuatu),
9888             },
9889             },
9890             'Venezuela' => {
9891             long => {
9892             'standard' => q(hora de Venezuela),
9893             },
9894             },
9895             'Vladivostok' => {
9896             long => {
9897             'daylight' => q(hora de verano de Vladivostok),
9898             'generic' => q(hora de Vladivostok),
9899             'standard' => q(hora estándar de Vladivostok),
9900             },
9901             },
9902             'Volgograd' => {
9903             long => {
9904             'daylight' => q(hora de verano de Volgogrado),
9905             'generic' => q(hora de Volgogrado),
9906             'standard' => q(hora estándar de Volgogrado),
9907             },
9908             },
9909             'Vostok' => {
9910             long => {
9911             'standard' => q(hora de Vostok),
9912             },
9913             },
9914             'Wake' => {
9915             long => {
9916             'standard' => q(hora de la isla Wake),
9917             },
9918             },
9919             'Wallis' => {
9920             long => {
9921             'standard' => q(hora de Wallis y Futuna),
9922             },
9923             },
9924             'Yakutsk' => {
9925             long => {
9926             'daylight' => q(hora de verano de Yakutsk),
9927             'generic' => q(hora de Yakutsk),
9928             'standard' => q(hora estándar de Yakutsk),
9929             },
9930             },
9931             'Yekaterinburg' => {
9932             long => {
9933             'daylight' => q(hora de verano de Ekaterimburgo),
9934             'generic' => q(hora de Ekaterimburgo),
9935             'standard' => q(hora estándar de Ekaterimburgo),
9936             },
9937             },
9938             } }
9939             );
9940 1     1   38634 no Moo;
  1         2  
  1         12  
9941              
9942             1;
9943              
9944             # vim: tabstop=4