File Coverage

blib/lib/Locale/CLDR/Locales/Ca.pm
Criterion Covered Total %
statement 42 42 100.0
branch n/a
condition n/a
subroutine 13 13 100.0
pod 0 1 0.0
total 55 56 98.2


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::Ca - Package for language Catalan
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/ca.xml
10             # on Mon 11 Apr 5:25:08 pm GMT
11              
12             use strict;
13 19     19   1237292 use warnings;
  19         40  
  19         515  
14 19     19   85 use version;
  19         33  
  19         418  
15 19     19   235  
  19         32  
  19         120  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 19     19   1649 use mro 'c3';
  19         52  
20 19     19   82 use utf8;
  19         30  
  19         117  
21 19     19   409 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         27  
  19         104  
22 19     19   572 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         33  
  19         238  
23 19     19   1930 use Moo;
  19         34  
  19         241  
24 19     19   17364  
  19         46  
  19         138  
25             extends('Locale::CLDR::Locales::Root');
26             has 'valid_algorithmic_formats' => (
27             is => 'ro',
28             isa => ArrayRef,
29             init_arg => undef,
30             default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal-masculine','spellout-cardinal-feminine','spellout-ordinal-masculine','spellout-ordinal-feminine','digits-ordinal-masculine','digits-ordinal-feminine','digits-ordinal' ]},
31             );
32              
33             has 'algorithmic_number_format_data' => (
34             is => 'ro',
35             isa => HashRef,
36             init_arg => undef,
37             default => sub {
38             use bignum;
39 19     19   7377 return {
  19         44  
  19         155  
40             'digits-ordinal' => {
41             'public' => {
42             '0' => {
43             base_value => q(0),
44             divisor => q(1),
45             rule => q(=%digits-ordinal-masculine=),
46             },
47             'max' => {
48             base_value => q(0),
49             divisor => q(1),
50             rule => q(=%digits-ordinal-masculine=),
51             },
52             },
53             },
54             'digits-ordinal-feminine' => {
55             'public' => {
56             '-x' => {
57             divisor => q(1),
58             rule => q(−→→),
59             },
60             '0' => {
61             base_value => q(0),
62             divisor => q(1),
63             rule => q(=#,##0=a),
64             },
65             'max' => {
66             base_value => q(0),
67             divisor => q(1),
68             rule => q(=#,##0=a),
69             },
70             },
71             },
72             'digits-ordinal-indicator-m' => {
73             'private' => {
74             '0' => {
75             base_value => q(0),
76             divisor => q(1),
77             rule => q(è),
78             },
79             '1' => {
80             base_value => q(1),
81             divisor => q(1),
82             rule => q(r),
83             },
84             '2' => {
85             base_value => q(2),
86             divisor => q(1),
87             rule => q(n),
88             },
89             '3' => {
90             base_value => q(3),
91             divisor => q(1),
92             rule => q(r),
93             },
94             '4' => {
95             base_value => q(4),
96             divisor => q(1),
97             rule => q(t),
98             },
99             '5' => {
100             base_value => q(5),
101             divisor => q(1),
102             rule => q(è),
103             },
104             '20' => {
105             base_value => q(20),
106             divisor => q(10),
107             rule => q(→→),
108             },
109             '100' => {
110             base_value => q(100),
111             divisor => q(100),
112             rule => q(→→),
113             },
114             'max' => {
115             base_value => q(100),
116             divisor => q(100),
117             rule => q(→→),
118             },
119             },
120             },
121             'digits-ordinal-masculine' => {
122             'public' => {
123             '-x' => {
124             divisor => q(1),
125             rule => q(−→→),
126             },
127             '0' => {
128             base_value => q(0),
129             divisor => q(1),
130             rule => q(=#,##0==%%digits-ordinal-indicator-m=),
131             },
132             'max' => {
133             base_value => q(0),
134             divisor => q(1),
135             rule => q(=#,##0==%%digits-ordinal-indicator-m=),
136             },
137             },
138             },
139             'spellout-cardinal-feminine' => {
140             'public' => {
141             '-x' => {
142             divisor => q(1),
143             rule => q(menys →→),
144             },
145             '0' => {
146             base_value => q(0),
147             divisor => q(1),
148             rule => q(zero),
149             },
150             'x.x' => {
151             divisor => q(1),
152             rule => q(←← coma →→),
153             },
154             '1' => {
155             base_value => q(1),
156             divisor => q(1),
157             rule => q(una),
158             },
159             '2' => {
160             base_value => q(2),
161             divisor => q(1),
162             rule => q(dues),
163             },
164             '3' => {
165             base_value => q(3),
166             divisor => q(1),
167             rule => q(=%spellout-cardinal-masculine=),
168             },
169             '20' => {
170             base_value => q(20),
171             divisor => q(10),
172             rule => q(vint[-i-→→]),
173             },
174             '30' => {
175             base_value => q(30),
176             divisor => q(10),
177             rule => q(trenta[-→→]),
178             },
179             '40' => {
180             base_value => q(40),
181             divisor => q(10),
182             rule => q(quaranta[-→→]),
183             },
184             '50' => {
185             base_value => q(50),
186             divisor => q(10),
187             rule => q(cinquanta[-→→]),
188             },
189             '60' => {
190             base_value => q(60),
191             divisor => q(10),
192             rule => q(seixanta[-→→]),
193             },
194             '70' => {
195             base_value => q(70),
196             divisor => q(10),
197             rule => q(setanta[-→→]),
198             },
199             '80' => {
200             base_value => q(80),
201             divisor => q(10),
202             rule => q(vuitanta[-→→]),
203             },
204             '90' => {
205             base_value => q(90),
206             divisor => q(10),
207             rule => q(noranta[-→→]),
208             },
209             '100' => {
210             base_value => q(100),
211             divisor => q(100),
212             rule => q(cent[-→→]),
213             },
214             '200' => {
215             base_value => q(200),
216             divisor => q(100),
217             rule => q(←%spellout-cardinal-masculine←-cent→%%spellout-cardinal-feminine-cents→),
218             },
219             '1000' => {
220             base_value => q(1000),
221             divisor => q(1000),
222             rule => q(mil[ →→]),
223             },
224             '2000' => {
225             base_value => q(2000),
226             divisor => q(1000),
227             rule => q(←%spellout-cardinal-masculine← mil[ →→]),
228             },
229             '1000000' => {
230             base_value => q(1000000),
231             divisor => q(1000000),
232             rule => q(un milió[ →→]),
233             },
234             '2000000' => {
235             base_value => q(2000000),
236             divisor => q(1000000),
237             rule => q(←%spellout-cardinal-masculine← milions[ →→]),
238             },
239             '1000000000' => {
240             base_value => q(1000000000),
241             divisor => q(1000000000),
242             rule => q(un miliard[ →→]),
243             },
244             '2000000000' => {
245             base_value => q(2000000000),
246             divisor => q(1000000000),
247             rule => q(←%spellout-cardinal-masculine← miliards[ →→]),
248             },
249             '1000000000000' => {
250             base_value => q(1000000000000),
251             divisor => q(1000000000000),
252             rule => q(un bilió[ →→]),
253             },
254             '2000000000000' => {
255             base_value => q(2000000000000),
256             divisor => q(1000000000000),
257             rule => q(←%spellout-cardinal-masculine← bilions[ →→]),
258             },
259             '1000000000000000' => {
260             base_value => q(1000000000000000),
261             divisor => q(1000000000000000),
262             rule => q(un biliard[ →→]),
263             },
264             '2000000000000000' => {
265             base_value => q(2000000000000000),
266             divisor => q(1000000000000000),
267             rule => q(←%spellout-cardinal-masculine← biliards[ →→]),
268             },
269             '1000000000000000000' => {
270             base_value => q(1000000000000000000),
271             divisor => q(1000000000000000000),
272             rule => q(=#,##0=),
273             },
274             'max' => {
275             base_value => q(1000000000000000000),
276             divisor => q(1000000000000000000),
277             rule => q(=#,##0=),
278             },
279             },
280             },
281             'spellout-cardinal-feminine-cents' => {
282             'private' => {
283             '0' => {
284             base_value => q(0),
285             divisor => q(1),
286             rule => q(s),
287             },
288             '1' => {
289             base_value => q(1),
290             divisor => q(1),
291             rule => q(' =%spellout-cardinal-feminine=),
292             },
293             'max' => {
294             base_value => q(1),
295             divisor => q(1),
296             rule => q(' =%spellout-cardinal-feminine=),
297             },
298             },
299             },
300             'spellout-cardinal-masculine' => {
301             'public' => {
302             '-x' => {
303             divisor => q(1),
304             rule => q(menys →→),
305             },
306             '0' => {
307             base_value => q(0),
308             divisor => q(1),
309             rule => q(zero),
310             },
311             'x.x' => {
312             divisor => q(1),
313             rule => q(←← coma →→),
314             },
315             '1' => {
316             base_value => q(1),
317             divisor => q(1),
318             rule => q(un),
319             },
320             '2' => {
321             base_value => q(2),
322             divisor => q(1),
323             rule => q(dos),
324             },
325             '3' => {
326             base_value => q(3),
327             divisor => q(1),
328             rule => q(tres),
329             },
330             '4' => {
331             base_value => q(4),
332             divisor => q(1),
333             rule => q(quatre),
334             },
335             '5' => {
336             base_value => q(5),
337             divisor => q(1),
338             rule => q(cinc),
339             },
340             '6' => {
341             base_value => q(6),
342             divisor => q(1),
343             rule => q(sis),
344             },
345             '7' => {
346             base_value => q(7),
347             divisor => q(1),
348             rule => q(set),
349             },
350             '8' => {
351             base_value => q(8),
352             divisor => q(1),
353             rule => q(vuit),
354             },
355             '9' => {
356             base_value => q(9),
357             divisor => q(1),
358             rule => q(nou),
359             },
360             '10' => {
361             base_value => q(10),
362             divisor => q(10),
363             rule => q(deu),
364             },
365             '11' => {
366             base_value => q(11),
367             divisor => q(10),
368             rule => q(onze),
369             },
370             '12' => {
371             base_value => q(12),
372             divisor => q(10),
373             rule => q(dotze),
374             },
375             '13' => {
376             base_value => q(13),
377             divisor => q(10),
378             rule => q(tretze),
379             },
380             '14' => {
381             base_value => q(14),
382             divisor => q(10),
383             rule => q(catorze),
384             },
385             '15' => {
386             base_value => q(15),
387             divisor => q(10),
388             rule => q(quinze),
389             },
390             '16' => {
391             base_value => q(16),
392             divisor => q(10),
393             rule => q(setze),
394             },
395             '17' => {
396             base_value => q(17),
397             divisor => q(10),
398             rule => q(disset),
399             },
400             '18' => {
401             base_value => q(18),
402             divisor => q(10),
403             rule => q(divuit),
404             },
405             '19' => {
406             base_value => q(19),
407             divisor => q(10),
408             rule => q(dinou),
409             },
410             '20' => {
411             base_value => q(20),
412             divisor => q(10),
413             rule => q(vint[-i-→→]),
414             },
415             '30' => {
416             base_value => q(30),
417             divisor => q(10),
418             rule => q(trenta[-→→]),
419             },
420             '40' => {
421             base_value => q(40),
422             divisor => q(10),
423             rule => q(quaranta[-→→]),
424             },
425             '50' => {
426             base_value => q(50),
427             divisor => q(10),
428             rule => q(cinquanta[-→→]),
429             },
430             '60' => {
431             base_value => q(60),
432             divisor => q(10),
433             rule => q(seixanta[-→→]),
434             },
435             '70' => {
436             base_value => q(70),
437             divisor => q(10),
438             rule => q(setanta[-→→]),
439             },
440             '80' => {
441             base_value => q(80),
442             divisor => q(10),
443             rule => q(vuitanta[-→→]),
444             },
445             '90' => {
446             base_value => q(90),
447             divisor => q(10),
448             rule => q(noranta[-→→]),
449             },
450             '100' => {
451             base_value => q(100),
452             divisor => q(100),
453             rule => q(cent[-→→]),
454             },
455             '200' => {
456             base_value => q(200),
457             divisor => q(100),
458             rule => q(←%spellout-cardinal-masculine←-cent→%%spellout-cardinal-masculine-cents→),
459             },
460             '1000' => {
461             base_value => q(1000),
462             divisor => q(1000),
463             rule => q(mil[ →→]),
464             },
465             '2000' => {
466             base_value => q(2000),
467             divisor => q(1000),
468             rule => q(←%spellout-cardinal-masculine← mil[ →→]),
469             },
470             '1000000' => {
471             base_value => q(1000000),
472             divisor => q(1000000),
473             rule => q(un milió[ →→]),
474             },
475             '2000000' => {
476             base_value => q(2000000),
477             divisor => q(1000000),
478             rule => q(←%spellout-cardinal-masculine← milions[ →→]),
479             },
480             '1000000000' => {
481             base_value => q(1000000000),
482             divisor => q(1000000000),
483             rule => q(un miliard[ →→]),
484             },
485             '2000000000' => {
486             base_value => q(2000000000),
487             divisor => q(1000000000),
488             rule => q(←%spellout-cardinal-masculine← miliards[ →→]),
489             },
490             '1000000000000' => {
491             base_value => q(1000000000000),
492             divisor => q(1000000000000),
493             rule => q(un bilió[ →→]),
494             },
495             '2000000000000' => {
496             base_value => q(2000000000000),
497             divisor => q(1000000000000),
498             rule => q(←%spellout-cardinal-masculine← bilions[ →→]),
499             },
500             '1000000000000000' => {
501             base_value => q(1000000000000000),
502             divisor => q(1000000000000000),
503             rule => q(un biliard[ →→]),
504             },
505             '2000000000000000' => {
506             base_value => q(2000000000000000),
507             divisor => q(1000000000000000),
508             rule => q(←%spellout-cardinal-masculine← biliards[ →→]),
509             },
510             '1000000000000000000' => {
511             base_value => q(1000000000000000000),
512             divisor => q(1000000000000000000),
513             rule => q(=#,##0=),
514             },
515             'max' => {
516             base_value => q(1000000000000000000),
517             divisor => q(1000000000000000000),
518             rule => q(=#,##0=),
519             },
520             },
521             },
522             'spellout-cardinal-masculine-cents' => {
523             'private' => {
524             '0' => {
525             base_value => q(0),
526             divisor => q(1),
527             rule => q(s),
528             },
529             '1' => {
530             base_value => q(1),
531             divisor => q(1),
532             rule => q(' =%spellout-cardinal-masculine=),
533             },
534             'max' => {
535             base_value => q(1),
536             divisor => q(1),
537             rule => q(' =%spellout-cardinal-masculine=),
538             },
539             },
540             },
541             'spellout-numbering' => {
542             'public' => {
543             '-x' => {
544             divisor => q(1),
545             rule => q(menys →→),
546             },
547             '0' => {
548             base_value => q(0),
549             divisor => q(1),
550             rule => q(zero),
551             },
552             'x.x' => {
553             divisor => q(1),
554             rule => q(←← coma →→),
555             },
556             '1' => {
557             base_value => q(1),
558             divisor => q(1),
559             rule => q(u),
560             },
561             '2' => {
562             base_value => q(2),
563             divisor => q(1),
564             rule => q(=%spellout-cardinal-masculine=),
565             },
566             '20' => {
567             base_value => q(20),
568             divisor => q(10),
569             rule => q(vint[-i-→→]),
570             },
571             '30' => {
572             base_value => q(30),
573             divisor => q(10),
574             rule => q(trenta[-→→]),
575             },
576             '40' => {
577             base_value => q(40),
578             divisor => q(10),
579             rule => q(quaranta[-→→]),
580             },
581             '50' => {
582             base_value => q(50),
583             divisor => q(10),
584             rule => q(cinquanta[-→→]),
585             },
586             '60' => {
587             base_value => q(60),
588             divisor => q(10),
589             rule => q(seixanta[-→→]),
590             },
591             '70' => {
592             base_value => q(70),
593             divisor => q(10),
594             rule => q(setanta[-→→]),
595             },
596             '80' => {
597             base_value => q(80),
598             divisor => q(10),
599             rule => q(vuitanta[-→→]),
600             },
601             '90' => {
602             base_value => q(90),
603             divisor => q(10),
604             rule => q(noranta[-→→]),
605             },
606             '100' => {
607             base_value => q(100),
608             divisor => q(100),
609             rule => q(cent[-→→]),
610             },
611             '200' => {
612             base_value => q(200),
613             divisor => q(100),
614             rule => q(←%spellout-cardinal-masculine←-cent→%%spellout-numbering-cents→),
615             },
616             '1000' => {
617             base_value => q(1000),
618             divisor => q(1000),
619             rule => q(mil[ →→]),
620             },
621             '2000' => {
622             base_value => q(2000),
623             divisor => q(1000),
624             rule => q(←%spellout-cardinal-masculine← mil[ →→]),
625             },
626             '1000000' => {
627             base_value => q(1000000),
628             divisor => q(1000000),
629             rule => q(un milió[ →→]),
630             },
631             '2000000' => {
632             base_value => q(2000000),
633             divisor => q(1000000),
634             rule => q(←%spellout-cardinal-masculine← milions[ →→]),
635             },
636             '1000000000' => {
637             base_value => q(1000000000),
638             divisor => q(1000000000),
639             rule => q(un miliard[ →→]),
640             },
641             '2000000000' => {
642             base_value => q(2000000000),
643             divisor => q(1000000000),
644             rule => q(←%spellout-cardinal-masculine← miliards[ →→]),
645             },
646             '1000000000000' => {
647             base_value => q(1000000000000),
648             divisor => q(1000000000000),
649             rule => q(un bilió[ →→]),
650             },
651             '2000000000000' => {
652             base_value => q(2000000000000),
653             divisor => q(1000000000000),
654             rule => q(←%spellout-cardinal-masculine← bilions[ →→]),
655             },
656             '1000000000000000' => {
657             base_value => q(1000000000000000),
658             divisor => q(1000000000000000),
659             rule => q(un biliard[ →→]),
660             },
661             '2000000000000000' => {
662             base_value => q(2000000000000000),
663             divisor => q(1000000000000000),
664             rule => q(←%spellout-cardinal-masculine← biliards[ →→]),
665             },
666             '1000000000000000000' => {
667             base_value => q(1000000000000000000),
668             divisor => q(1000000000000000000),
669             rule => q(=#,##0=),
670             },
671             'max' => {
672             base_value => q(1000000000000000000),
673             divisor => q(1000000000000000000),
674             rule => q(=#,##0=),
675             },
676             },
677             },
678             'spellout-numbering-cents' => {
679             'private' => {
680             '0' => {
681             base_value => q(0),
682             divisor => q(1),
683             rule => q(s),
684             },
685             '1' => {
686             base_value => q(1),
687             divisor => q(1),
688             rule => q(' =%spellout-cardinal-masculine=),
689             },
690             'max' => {
691             base_value => q(1),
692             divisor => q(1),
693             rule => q(' =%spellout-cardinal-masculine=),
694             },
695             },
696             },
697             'spellout-numbering-year' => {
698             'public' => {
699             '0' => {
700             base_value => q(0),
701             divisor => q(1),
702             rule => q(=%spellout-numbering=),
703             },
704             'x.x' => {
705             divisor => q(1),
706             rule => q(=0.0=),
707             },
708             'max' => {
709             divisor => q(1),
710             rule => q(=0.0=),
711             },
712             },
713             },
714             'spellout-ordinal-feminine' => {
715             'public' => {
716             '-x' => {
717             divisor => q(1),
718             rule => q(menys →→),
719             },
720             '0' => {
721             base_value => q(0),
722             divisor => q(1),
723             rule => q(zerona),
724             },
725             'x.x' => {
726             divisor => q(1),
727             rule => q(=#,##0.#=),
728             },
729             '1' => {
730             base_value => q(1),
731             divisor => q(1),
732             rule => q(primera),
733             },
734             '2' => {
735             base_value => q(2),
736             divisor => q(1),
737             rule => q(segona),
738             },
739             '3' => {
740             base_value => q(3),
741             divisor => q(1),
742             rule => q(tercera),
743             },
744             '4' => {
745             base_value => q(4),
746             divisor => q(1),
747             rule => q(quarta),
748             },
749             '5' => {
750             base_value => q(5),
751             divisor => q(1),
752             rule => q(cinquena),
753             },
754             '6' => {
755             base_value => q(6),
756             divisor => q(1),
757             rule => q(sisena),
758             },
759             '7' => {
760             base_value => q(7),
761             divisor => q(1),
762             rule => q(setena),
763             },
764             '8' => {
765             base_value => q(8),
766             divisor => q(1),
767             rule => q(vuitena),
768             },
769             '9' => {
770             base_value => q(9),
771             divisor => q(1),
772             rule => q(novena),
773             },
774             '10' => {
775             base_value => q(10),
776             divisor => q(10),
777             rule => q(desena),
778             },
779             '11' => {
780             base_value => q(11),
781             divisor => q(10),
782             rule => q(onzena),
783             },
784             '12' => {
785             base_value => q(12),
786             divisor => q(10),
787             rule => q(dotzena),
788             },
789             '13' => {
790             base_value => q(13),
791             divisor => q(10),
792             rule => q(tretzena),
793             },
794             '14' => {
795             base_value => q(14),
796             divisor => q(10),
797             rule => q(catorzena),
798             },
799             '15' => {
800             base_value => q(15),
801             divisor => q(10),
802             rule => q(quinzena),
803             },
804             '16' => {
805             base_value => q(16),
806             divisor => q(10),
807             rule => q(setzena),
808             },
809             '17' => {
810             base_value => q(17),
811             divisor => q(10),
812             rule => q(dissetena),
813             },
814             '18' => {
815             base_value => q(18),
816             divisor => q(10),
817             rule => q(divuitena),
818             },
819             '19' => {
820             base_value => q(19),
821             divisor => q(10),
822             rule => q(dinovena),
823             },
824             '20' => {
825             base_value => q(20),
826             divisor => q(10),
827             rule => q(vintena),
828             },
829             '21' => {
830             base_value => q(21),
831             divisor => q(10),
832             rule => q(vint-i-→→),
833             },
834             '30' => {
835             base_value => q(30),
836             divisor => q(10),
837             rule => q(trentena),
838             },
839             '31' => {
840             base_value => q(31),
841             divisor => q(10),
842             rule => q(trenta-→→),
843             },
844             '40' => {
845             base_value => q(40),
846             divisor => q(10),
847             rule => q(quarantena),
848             },
849             '41' => {
850             base_value => q(41),
851             divisor => q(10),
852             rule => q(quaranta-→→),
853             },
854             '50' => {
855             base_value => q(50),
856             divisor => q(10),
857             rule => q(cinquantena),
858             },
859             '51' => {
860             base_value => q(51),
861             divisor => q(10),
862             rule => q(cinquanta-→→),
863             },
864             '60' => {
865             base_value => q(60),
866             divisor => q(10),
867             rule => q(seixantena),
868             },
869             '61' => {
870             base_value => q(61),
871             divisor => q(10),
872             rule => q(seixanta-→→),
873             },
874             '70' => {
875             base_value => q(70),
876             divisor => q(10),
877             rule => q(setantena),
878             },
879             '71' => {
880             base_value => q(71),
881             divisor => q(10),
882             rule => q(setanta-→→),
883             },
884             '80' => {
885             base_value => q(80),
886             divisor => q(10),
887             rule => q(vuitantena),
888             },
889             '81' => {
890             base_value => q(81),
891             divisor => q(10),
892             rule => q(vuitanta-→→),
893             },
894             '90' => {
895             base_value => q(90),
896             divisor => q(10),
897             rule => q(norantena),
898             },
899             '91' => {
900             base_value => q(91),
901             divisor => q(10),
902             rule => q(noranta-→→),
903             },
904             '100' => {
905             base_value => q(100),
906             divisor => q(100),
907             rule => q(centena),
908             },
909             '101' => {
910             base_value => q(101),
911             divisor => q(100),
912             rule => q(cent-→→),
913             },
914             '200' => {
915             base_value => q(200),
916             divisor => q(100),
917             rule => q(←%spellout-cardinal-masculine←-cent→%%spellout-ordinal-feminine-cont→),
918             },
919             '1000' => {
920             base_value => q(1000),
921             divisor => q(1000),
922             rule => q(mil→%%spellout-ordinal-feminine-cont→),
923             },
924             '2000' => {
925             base_value => q(2000),
926             divisor => q(1000),
927             rule => q(←%spellout-cardinal-masculine← mil→%%spellout-ordinal-feminine-cont→),
928             },
929             '1000000' => {
930             base_value => q(1000000),
931             divisor => q(1000000),
932             rule => q(un milion→%%spellout-ordinal-feminine-cont→),
933             },
934             '2000000' => {
935             base_value => q(2000000),
936             divisor => q(1000000),
937             rule => q(←%spellout-cardinal-masculine← milion→%%spellout-ordinal-feminine-conts→),
938             },
939             '1000000000' => {
940             base_value => q(1000000000),
941             divisor => q(1000000000),
942             rule => q(un miliard→%%spellout-ordinal-feminine-cont→),
943             },
944             '2000000000' => {
945             base_value => q(2000000000),
946             divisor => q(1000000000),
947             rule => q(←%spellout-cardinal-masculine← miliard→%%spellout-ordinal-feminine-conts→),
948             },
949             '1000000000000' => {
950             base_value => q(1000000000000),
951             divisor => q(1000000000000),
952             rule => q(un bilion→%%spellout-ordinal-feminine-cont→),
953             },
954             '2000000000000' => {
955             base_value => q(2000000000000),
956             divisor => q(1000000000000),
957             rule => q(←%spellout-cardinal-masculine← bilion→%%spellout-ordinal-feminine-conts→),
958             },
959             '1000000000000000' => {
960             base_value => q(1000000000000000),
961             divisor => q(1000000000000000),
962             rule => q(un biliard→%%spellout-ordinal-feminine-cont→),
963             },
964             '2000000000000000' => {
965             base_value => q(2000000000000000),
966             divisor => q(1000000000000000),
967             rule => q(←%spellout-cardinal-masculine← biliard→%%spellout-ordinal-feminine-conts→),
968             },
969             '1000000000000000000' => {
970             base_value => q(1000000000000000000),
971             divisor => q(1000000000000000000),
972             rule => q(=#,##0=ena),
973             },
974             'max' => {
975             base_value => q(1000000000000000000),
976             divisor => q(1000000000000000000),
977             rule => q(=#,##0=ena),
978             },
979             },
980             },
981             'spellout-ordinal-feminine-cont' => {
982             'private' => {
983             '0' => {
984             base_value => q(0),
985             divisor => q(1),
986             rule => q(ena),
987             },
988             '1' => {
989             base_value => q(1),
990             divisor => q(1),
991             rule => q(' =%spellout-ordinal-feminine=),
992             },
993             'max' => {
994             base_value => q(1),
995             divisor => q(1),
996             rule => q(' =%spellout-ordinal-feminine=),
997             },
998             },
999             },
1000             'spellout-ordinal-feminine-conts' => {
1001             'private' => {
1002             '0' => {
1003             base_value => q(0),
1004             divisor => q(1),
1005             rule => q(ena),
1006             },
1007             '1' => {
1008             base_value => q(1),
1009             divisor => q(1),
1010             rule => q(s =%spellout-ordinal-feminine=),
1011             },
1012             'max' => {
1013             base_value => q(1),
1014             divisor => q(1),
1015             rule => q(s =%spellout-ordinal-feminine=),
1016             },
1017             },
1018             },
1019             'spellout-ordinal-masculine' => {
1020             'public' => {
1021             '-x' => {
1022             divisor => q(1),
1023             rule => q(menys →→),
1024             },
1025             '0' => {
1026             base_value => q(0),
1027             divisor => q(1),
1028             rule => q(zeroè),
1029             },
1030             'x.x' => {
1031             divisor => q(1),
1032             rule => q(=#,##0.#=),
1033             },
1034             '1' => {
1035             base_value => q(1),
1036             divisor => q(1),
1037             rule => q(primer),
1038             },
1039             '2' => {
1040             base_value => q(2),
1041             divisor => q(1),
1042             rule => q(segon),
1043             },
1044             '3' => {
1045             base_value => q(3),
1046             divisor => q(1),
1047             rule => q(tercer),
1048             },
1049             '4' => {
1050             base_value => q(4),
1051             divisor => q(1),
1052             rule => q(quart),
1053             },
1054             '5' => {
1055             base_value => q(5),
1056             divisor => q(1),
1057             rule => q(cinquè),
1058             },
1059             '6' => {
1060             base_value => q(6),
1061             divisor => q(1),
1062             rule => q(sisè),
1063             },
1064             '7' => {
1065             base_value => q(7),
1066             divisor => q(1),
1067             rule => q(setè),
1068             },
1069             '8' => {
1070             base_value => q(8),
1071             divisor => q(1),
1072             rule => q(vuitè),
1073             },
1074             '9' => {
1075             base_value => q(9),
1076             divisor => q(1),
1077             rule => q(novè),
1078             },
1079             '10' => {
1080             base_value => q(10),
1081             divisor => q(10),
1082             rule => q(desè),
1083             },
1084             '11' => {
1085             base_value => q(11),
1086             divisor => q(10),
1087             rule => q(onzè),
1088             },
1089             '12' => {
1090             base_value => q(12),
1091             divisor => q(10),
1092             rule => q(dotzè),
1093             },
1094             '13' => {
1095             base_value => q(13),
1096             divisor => q(10),
1097             rule => q(tretzè),
1098             },
1099             '14' => {
1100             base_value => q(14),
1101             divisor => q(10),
1102             rule => q(catorzè),
1103             },
1104             '15' => {
1105             base_value => q(15),
1106             divisor => q(10),
1107             rule => q(quinzè),
1108             },
1109             '16' => {
1110             base_value => q(16),
1111             divisor => q(10),
1112             rule => q(setzè),
1113             },
1114             '17' => {
1115             base_value => q(17),
1116             divisor => q(10),
1117             rule => q(dissetè),
1118             },
1119             '18' => {
1120             base_value => q(18),
1121             divisor => q(10),
1122             rule => q(divuitè),
1123             },
1124             '19' => {
1125             base_value => q(19),
1126             divisor => q(10),
1127             rule => q(dinovè),
1128             },
1129             '20' => {
1130             base_value => q(20),
1131             divisor => q(10),
1132             rule => q(vintè),
1133             },
1134             '21' => {
1135             base_value => q(21),
1136             divisor => q(10),
1137             rule => q(vint-i-→→),
1138             },
1139             '30' => {
1140             base_value => q(30),
1141             divisor => q(10),
1142             rule => q(trentè),
1143             },
1144             '31' => {
1145             base_value => q(31),
1146             divisor => q(10),
1147             rule => q(trenta-→→),
1148             },
1149             '40' => {
1150             base_value => q(40),
1151             divisor => q(10),
1152             rule => q(quarantè),
1153             },
1154             '41' => {
1155             base_value => q(41),
1156             divisor => q(10),
1157             rule => q(quaranta-→→),
1158             },
1159             '50' => {
1160             base_value => q(50),
1161             divisor => q(10),
1162             rule => q(cinquantè),
1163             },
1164             '51' => {
1165             base_value => q(51),
1166             divisor => q(10),
1167             rule => q(cinquanta-→→),
1168             },
1169             '60' => {
1170             base_value => q(60),
1171             divisor => q(10),
1172             rule => q(seixantè),
1173             },
1174             '61' => {
1175             base_value => q(61),
1176             divisor => q(10),
1177             rule => q(seixanta-→→),
1178             },
1179             '70' => {
1180             base_value => q(70),
1181             divisor => q(10),
1182             rule => q(setantè),
1183             },
1184             '71' => {
1185             base_value => q(71),
1186             divisor => q(10),
1187             rule => q(setanta-→→),
1188             },
1189             '80' => {
1190             base_value => q(80),
1191             divisor => q(10),
1192             rule => q(vuitantè),
1193             },
1194             '81' => {
1195             base_value => q(81),
1196             divisor => q(10),
1197             rule => q(vuitanta-→→),
1198             },
1199             '90' => {
1200             base_value => q(90),
1201             divisor => q(10),
1202             rule => q(norantè),
1203             },
1204             '91' => {
1205             base_value => q(91),
1206             divisor => q(10),
1207             rule => q(noranta-→→),
1208             },
1209             '100' => {
1210             base_value => q(100),
1211             divisor => q(100),
1212             rule => q(centè),
1213             },
1214             '101' => {
1215             base_value => q(101),
1216             divisor => q(100),
1217             rule => q(cent-→→),
1218             },
1219             '200' => {
1220             base_value => q(200),
1221             divisor => q(100),
1222             rule => q(←%spellout-cardinal-masculine←-cent→%%spellout-ordinal-masculine-cont→),
1223             },
1224             '1000' => {
1225             base_value => q(1000),
1226             divisor => q(1000),
1227             rule => q(mil→%%spellout-ordinal-masculine-cont→),
1228             },
1229             '2000' => {
1230             base_value => q(2000),
1231             divisor => q(1000),
1232             rule => q(←%spellout-cardinal-masculine← mil→%%spellout-ordinal-masculine-cont→),
1233             },
1234             '1000000' => {
1235             base_value => q(1000000),
1236             divisor => q(1000000),
1237             rule => q(un milion→%%spellout-ordinal-masculine-cont→),
1238             },
1239             '2000000' => {
1240             base_value => q(2000000),
1241             divisor => q(1000000),
1242             rule => q(←%spellout-cardinal-masculine← milion→%%spellout-ordinal-masculine-conts→),
1243             },
1244             '1000000000' => {
1245             base_value => q(1000000000),
1246             divisor => q(1000000000),
1247             rule => q(un miliard→%%spellout-ordinal-masculine-cont→),
1248             },
1249             '2000000000' => {
1250             base_value => q(2000000000),
1251             divisor => q(1000000000),
1252             rule => q(←%spellout-cardinal-masculine← miliard→%%spellout-ordinal-masculine-conts→),
1253             },
1254             '1000000000000' => {
1255             base_value => q(1000000000000),
1256             divisor => q(1000000000000),
1257             rule => q(un bilion→%%spellout-ordinal-masculine-cont→),
1258             },
1259             '2000000000000' => {
1260             base_value => q(2000000000000),
1261             divisor => q(1000000000000),
1262             rule => q(←%spellout-cardinal-masculine← bilion→%%spellout-ordinal-masculine-conts→),
1263             },
1264             '1000000000000000' => {
1265             base_value => q(1000000000000000),
1266             divisor => q(1000000000000000),
1267             rule => q(un biliard→%%spellout-ordinal-masculine-cont→),
1268             },
1269             '2000000000000000' => {
1270             base_value => q(2000000000000000),
1271             divisor => q(1000000000000000),
1272             rule => q(←%spellout-cardinal-masculine← biliard→%%spellout-ordinal-masculine-conts→),
1273             },
1274             '1000000000000000000' => {
1275             base_value => q(1000000000000000000),
1276             divisor => q(1000000000000000000),
1277             rule => q(=#,##0=è),
1278             },
1279             'max' => {
1280             base_value => q(1000000000000000000),
1281             divisor => q(1000000000000000000),
1282             rule => q(=#,##0=è),
1283             },
1284             },
1285             },
1286             'spellout-ordinal-masculine-cont' => {
1287             'private' => {
1288             '0' => {
1289             base_value => q(0),
1290             divisor => q(1),
1291             rule => q(è),
1292             },
1293             '1' => {
1294             base_value => q(1),
1295             divisor => q(1),
1296             rule => q(' =%spellout-ordinal-masculine=),
1297             },
1298             'max' => {
1299             base_value => q(1),
1300             divisor => q(1),
1301             rule => q(' =%spellout-ordinal-masculine=),
1302             },
1303             },
1304             },
1305             'spellout-ordinal-masculine-conts' => {
1306             'private' => {
1307             '0' => {
1308             base_value => q(0),
1309             divisor => q(1),
1310             rule => q(è),
1311             },
1312             '1' => {
1313             base_value => q(1),
1314             divisor => q(1),
1315             rule => q(s =%spellout-ordinal-masculine=),
1316             },
1317             'max' => {
1318             base_value => q(1),
1319             divisor => q(1),
1320             rule => q(s =%spellout-ordinal-masculine=),
1321             },
1322             },
1323             },
1324             } },
1325             );
1326              
1327             # Need to add code for Key type pattern
1328             my ($self, $name, $region, $script, $variant) = @_;
1329              
1330 3     3 0 33224 my $display_pattern = '{0} ({1})';
1331             $display_pattern =~s/\{0\}/$name/g;
1332 3         8 my $subtags = join '{0}, {1}', grep {$_} (
1333 3         14 $region,
1334 3         10 $script,
  9         18  
1335             $variant,
1336             );
1337              
1338             $display_pattern =~s/\{1\}/$subtags/g;
1339             return $display_pattern;
1340 3         28 }
1341 3         6982  
1342             has 'display_name_language' => (
1343             is => 'ro',
1344             isa => CodeRef,
1345             init_arg => undef,
1346             default => sub {
1347             sub {
1348             my %languages = (
1349             'aa' => 'àfar',
1350             'ab' => 'abkhaz',
1351             'ace' => 'atjeh',
1352             'ach' => 'acoli',
1353             'ada' => 'adangme',
1354             'ady' => 'adigué',
1355             'ae' => 'avèstic',
1356             'af' => 'afrikaans',
1357             'afh' => 'afrihili',
1358             'agq' => 'aghem',
1359             'ain' => 'ainu',
1360             'ak' => 'àkan',
1361             'akk' => 'accadi',
1362             'akz' => 'alabama',
1363             'ale' => 'aleuta',
1364             'aln' => 'albanès geg',
1365             'alt' => 'altaic meridional',
1366             'am' => 'amhàric',
1367             'an' => 'aragonès',
1368             'ang' => 'anglès antic',
1369             'anp' => 'angika',
1370             'ar' => 'àrab',
1371             'ar_001' => 'àrab estàndard modern',
1372             'arc' => 'arameu',
1373             'arn' => 'mapudungu',
1374             'aro' => 'araona',
1375             'arp' => 'arapaho',
1376             'ars' => 'àrab najdi',
1377             'arw' => 'arauac',
1378             'arz' => 'àrab egipci',
1379             'as' => 'assamès',
1380             'asa' => 'pare',
1381             'ase' => 'llengua de signes americana',
1382             'ast' => 'asturià',
1383             'av' => 'àvar',
1384             'awa' => 'awadhi',
1385             'ay' => 'aimara',
1386             'az' => 'azerbaidjanès',
1387             'az@alt=short' => 'àzeri',
1388             'ba' => 'baixkir',
1389             'bal' => 'balutxi',
1390             'ban' => 'balinès',
1391             'bar' => 'bavarès',
1392             'bas' => 'basa',
1393             'bax' => 'bamum',
1394             'bbj' => 'ghomala',
1395             'be' => 'belarús',
1396             'bej' => 'beja',
1397             'bem' => 'bemba',
1398             'bez' => 'bena',
1399             'bfd' => 'bafut',
1400             'bfq' => 'badaga',
1401             'bg' => 'búlgar',
1402             'bgn' => 'balutxi occidental',
1403             'bho' => 'bhojpuri',
1404             'bi' => 'bislama',
1405             'bik' => 'bicol',
1406             'bin' => 'edo',
1407             'bkm' => 'kom',
1408             'bla' => 'blackfoot',
1409             'bm' => 'bambara',
1410             'bn' => 'bengalí',
1411             'bo' => 'tibetà',
1412             'br' => 'bretó',
1413             'bra' => 'braj',
1414             'brh' => 'brahui',
1415             'brx' => 'bodo',
1416             'bs' => 'bosnià',
1417             'bss' => 'akoose',
1418             'bua' => 'buriat',
1419             'bug' => 'bugui',
1420             'bum' => 'bulu',
1421             'byn' => 'bilin',
1422             'byv' => 'medumba',
1423             'ca' => 'català',
1424             'cad' => 'caddo',
1425             'car' => 'carib',
1426             'cay' => 'cayuga',
1427             'cch' => 'atsam',
1428             'ce' => 'txetxè',
1429             'ceb' => 'cebuà',
1430             'cgg' => 'chiga',
1431             'ch' => 'chamorro',
1432             'chb' => 'txibtxa',
1433             'chg' => 'txagatai',
1434             'chk' => 'chuuk',
1435             'chm' => 'mari',
1436             'chn' => 'pidgin chinook',
1437             'cho' => 'choctaw',
1438             'chp' => 'chipewyan',
1439             'chr' => 'cherokee',
1440             'chy' => 'xeiene',
1441             'ckb' => 'kurd central',
1442             'co' => 'cors',
1443             'cop' => 'copte',
1444             'cr' => 'cree',
1445             'crh' => 'tàtar de Crimea',
1446             'crs' => 'francès crioll de les Seychelles',
1447             'cs' => 'txec',
1448             'csb' => 'caixubi',
1449             'cu' => 'eslau eclesiàstic',
1450             'cv' => 'txuvaix',
1451             'cy' => 'gal·lès',
1452             'da' => 'danès',
1453             'dak' => 'dakota',
1454             'dar' => 'darguà',
1455             'dav' => 'taita',
1456             'de' => 'alemany',
1457             'de_AT' => 'alemany austríac',
1458             'de_CH' => 'alemany estàndard suís',
1459             'del' => 'delaware',
1460             'den' => 'slavi',
1461             'dgr' => 'dogrib',
1462             'din' => 'dinka',
1463             'dje' => 'zarma',
1464             'doi' => 'dogri',
1465             'dsb' => 'baix sòrab',
1466             'dua' => 'douala',
1467             'dum' => 'neerlandès mitjà',
1468             'dv' => 'divehi',
1469             'dyo' => 'diola',
1470             'dyu' => 'jula',
1471             'dz' => 'dzongka',
1472             'dzg' => 'dazaga',
1473             'ebu' => 'embu',
1474             'ee' => 'ewe',
1475             'efi' => 'efik',
1476             'egl' => 'emilià',
1477             'egy' => 'egipci antic',
1478             'eka' => 'ekajuk',
1479             'el' => 'grec',
1480             'elx' => 'elamita',
1481             'en' => 'anglès',
1482             'en_AU' => 'anglès australià',
1483             'en_CA' => 'anglès canadenc',
1484             'en_GB' => 'anglès britànic',
1485             'en_GB@alt=short' => 'anglès (GB)',
1486             'en_US' => 'anglès americà',
1487             'en_US@alt=short' => 'anglès (EUA)',
1488             'enm' => 'anglès mitjà',
1489             'eo' => 'esperanto',
1490             'es' => 'espanyol',
1491             'es_419' => 'espanyol hispanoamericà',
1492             'es_ES' => 'espanyol europeu',
1493             'es_MX' => 'espanyol de Mèxic',
1494             'et' => 'estonià',
1495             'eu' => 'basc',
1496             'ewo' => 'ewondo',
1497             'ext' => 'extremeny',
1498             'fa' => 'persa',
1499             'fan' => 'fang',
1500             'fat' => 'fanti',
1501             'ff' => 'ful',
1502             'fi' => 'finès',
1503             'fil' => 'filipí',
1504             'fj' => 'fijià',
1505             'fo' => 'feroès',
1506             'fon' => 'fon',
1507             'fr' => 'francès',
1508             'fr_CA' => 'francès canadenc',
1509             'fr_CH' => 'francès suís',
1510             'frc' => 'francès cajun',
1511             'frm' => 'francès mitjà',
1512             'fro' => 'francès antic',
1513             'frr' => 'frisó septentrional',
1514             'frs' => 'frisó oriental',
1515             'fur' => 'friülà',
1516             'fy' => 'frisó occidental',
1517             'ga' => 'irlandès',
1518             'gaa' => 'ga',
1519             'gag' => 'gagaús',
1520             'gan' => 'xinès gan',
1521             'gay' => 'gayo',
1522             'gba' => 'gbaya',
1523             'gd' => 'gaèlic escocès',
1524             'gez' => 'gueez',
1525             'gil' => 'gilbertès',
1526             'gl' => 'gallec',
1527             'glk' => 'gilaki',
1528             'gmh' => 'alt alemany mitjà',
1529             'gn' => 'guaraní',
1530             'goh' => 'alt alemany antic',
1531             'gom' => 'concani de Goa',
1532             'gon' => 'gondi',
1533             'gor' => 'gorontalo',
1534             'got' => 'gòtic',
1535             'grb' => 'grebo',
1536             'grc' => 'grec antic',
1537             'gsw' => 'alemany suís',
1538             'gu' => 'gujarati',
1539             'guc' => 'wayú',
1540             'guz' => 'gusí',
1541             'gv' => 'manx',
1542             'gwi' => 'gwich’in',
1543             'ha' => 'haussa',
1544             'hai' => 'haida',
1545             'hak' => 'xinès hakka',
1546             'haw' => 'hawaià',
1547             'he' => 'hebreu',
1548             'hi' => 'hindi',
1549             'hif' => 'hindi de Fiji',
1550             'hil' => 'híligaynon',
1551             'hit' => 'hitita',
1552             'hmn' => 'hmong',
1553             'ho' => 'hiri motu',
1554             'hr' => 'croat',
1555             'hsb' => 'alt sòrab',
1556             'hsn' => 'xinès xiang',
1557             'ht' => 'crioll d’Haití',
1558             'hu' => 'hongarès',
1559             'hup' => 'hupa',
1560             'hy' => 'armeni',
1561             'hz' => 'herero',
1562             'ia' => 'interlingua',
1563             'iba' => 'iban',
1564             'ibb' => 'ibibio',
1565             'id' => 'indonesi',
1566             'ie' => 'interlingue',
1567             'ig' => 'igbo',
1568             'ii' => 'yi sichuan',
1569             'ik' => 'inupiak',
1570             'ilo' => 'ilocano',
1571             'inh' => 'ingúix',
1572             'io' => 'ido',
1573             'is' => 'islandès',
1574             'it' => 'italià',
1575             'iu' => 'inuktitut',
1576             'ja' => 'japonès',
1577             'jam' => 'crioll anglès de Jamaica',
1578             'jbo' => 'lojban',
1579             'jgo' => 'ngomba',
1580             'jmc' => 'machame',
1581             'jpr' => 'judeopersa',
1582             'jrb' => 'judeoàrab',
1583             'jv' => 'javanès',
1584             'ka' => 'georgià',
1585             'kaa' => 'karakalpak',
1586             'kab' => 'cabilenc',
1587             'kac' => 'katxin',
1588             'kaj' => 'jju',
1589             'kam' => 'kamba',
1590             'kaw' => 'kawi',
1591             'kbd' => 'kabardí',
1592             'kbl' => 'kanembu',
1593             'kcg' => 'tyap',
1594             'kde' => 'makonde',
1595             'kea' => 'crioll capverdià',
1596             'ken' => 'kenyang',
1597             'kfo' => 'koro',
1598             'kg' => 'kongo',
1599             'kgp' => 'kaingà',
1600             'kha' => 'khasi',
1601             'kho' => 'khotanès',
1602             'khq' => 'koyra chiini',
1603             'ki' => 'kikuiu',
1604             'kj' => 'kuanyama',
1605             'kk' => 'kazakh',
1606             'kkj' => 'kako',
1607             'kl' => 'grenlandès',
1608             'kln' => 'kalenjin',
1609             'km' => 'khmer',
1610             'kmb' => 'kimbundu',
1611             'kn' => 'kannada',
1612             'ko' => 'coreà',
1613             'koi' => 'komi-permiac',
1614             'kok' => 'concani',
1615             'kos' => 'kosraeà',
1616             'kpe' => 'kpelle',
1617             'kr' => 'kanuri',
1618             'krc' => 'karatxai-balkar',
1619             'kri' => 'krio',
1620             'krl' => 'carelià',
1621             'kru' => 'kurukh',
1622             'ks' => 'caixmiri',
1623             'ksb' => 'shambala',
1624             'ksf' => 'bafia',
1625             'ksh' => 'kölsch',
1626             'ku' => 'kurd',
1627             'kum' => 'kúmik',
1628             'kut' => 'kutenai',
1629             'kv' => 'komi',
1630             'kw' => 'còrnic',
1631             'ky' => 'kirguís',
1632             'la' => 'llatí',
1633             'lad' => 'judeocastellà',
1634             'lag' => 'langi',
1635             'lah' => 'panjabi occidental',
1636             'lam' => 'lamba',
1637             'lb' => 'luxemburguès',
1638             'lez' => 'lesguià',
1639             'lg' => 'ganda',
1640             'li' => 'limburguès',
1641             'lij' => 'lígur',
1642             'lkt' => 'lakota',
1643             'lmo' => 'llombard',
1644             'ln' => 'lingala',
1645             'lo' => 'laosià',
1646             'lol' => 'mongo',
1647             'lou' => 'crioll francès de Louisiana',
1648             'loz' => 'lozi',
1649             'lrc' => 'luri septentrional',
1650             'lt' => 'lituà',
1651             'lu' => 'luba katanga',
1652             'lua' => 'luba-lulua',
1653             'lui' => 'luisenyo',
1654             'lun' => 'lunda',
1655             'luo' => 'luo',
1656             'lus' => 'mizo',
1657             'luy' => 'luyia',
1658             'lv' => 'letó',
1659             'lzh' => 'xinès clàssic',
1660             'lzz' => 'laz',
1661             'mad' => 'madurès',
1662             'maf' => 'mafa',
1663             'mag' => 'magahi',
1664             'mai' => 'maithili',
1665             'mak' => 'makassar',
1666             'man' => 'mandinga',
1667             'mas' => 'massai',
1668             'mde' => 'maba',
1669             'mdf' => 'mordovià moksa',
1670             'mdr' => 'mandar',
1671             'men' => 'mende',
1672             'mer' => 'meru',
1673             'mfe' => 'mauricià',
1674             'mg' => 'malgaix',
1675             'mga' => 'gaèlic irlandès mitjà',
1676             'mgh' => 'makhuwa-metto',
1677             'mgo' => 'meta’',
1678             'mh' => 'marshallès',
1679             'mi' => 'maori',
1680             'mic' => 'micmac',
1681             'min' => 'minangkabau',
1682             'mk' => 'macedoni',
1683             'ml' => 'malaiàlam',
1684             'mn' => 'mongol',
1685             'mnc' => 'manxú',
1686             'mni' => 'manipurí',
1687             'moh' => 'mohawk',
1688             'mos' => 'moore',
1689             'mr' => 'marathi',
1690             'mrj' => 'mari occidental',
1691             'ms' => 'malai',
1692             'mt' => 'maltès',
1693             'mua' => 'mundang',
1694             'mul' => 'llengües vàries',
1695             'mus' => 'creek',
1696             'mwl' => 'mirandès',
1697             'mwr' => 'marwari',
1698             'my' => 'birmà',
1699             'mye' => 'myene',
1700             'myv' => 'mordovià erza',
1701             'mzn' => 'mazanderani',
1702             'na' => 'nauruà',
1703             'nan' => 'xinès min del sud',
1704             'nap' => 'napolità',
1705             'naq' => 'nama',
1706             'nb' => 'noruec bokmål',
1707             'nd' => 'ndebele septentrional',
1708             'nds' => 'baix alemany',
1709             'nds_NL' => 'baix saxó',
1710             'ne' => 'nepalès',
1711             'new' => 'newari',
1712             'ng' => 'ndonga',
1713             'nia' => 'nias',
1714             'niu' => 'niueà',
1715             'nl' => 'neerlandès',
1716             'nl_BE' => 'flamenc',
1717             'nmg' => 'bissio',
1718             'nn' => 'noruec nynorsk',
1719             'nnh' => 'ngiemboon',
1720             'no' => 'noruec',
1721             'nog' => 'nogai',
1722             'non' => 'nòrdic antic',
1723             'nov' => 'novial',
1724             'nqo' => 'n’Ko',
1725             'nr' => 'ndebele meridional',
1726             'nso' => 'sotho septentrional',
1727             'nus' => 'nuer',
1728             'nv' => 'navaho',
1729             'nwc' => 'newari clàssic',
1730             'ny' => 'nyanja',
1731             'nym' => 'nyamwesi',
1732             'nyn' => 'nyankole',
1733             'nyo' => 'nyoro',
1734             'nzi' => 'nzema',
1735             'oc' => 'occità',
1736             'oj' => 'ojibwa',
1737             'om' => 'oromo',
1738             'or' => 'oriya',
1739             'os' => 'osseta',
1740             'osa' => 'osage',
1741             'ota' => 'turc otomà',
1742             'pa' => 'panjabi',
1743             'pag' => 'pangasinan',
1744             'pal' => 'pahlavi',
1745             'pam' => 'pampanga',
1746             'pap' => 'papiament',
1747             'pau' => 'palauà',
1748             'pcd' => 'picard',
1749             'pcm' => 'pidgin de Nigèria',
1750             'pdc' => 'alemany pennsilvanià',
1751             'peo' => 'persa antic',
1752             'pfl' => 'alemany palatí',
1753             'phn' => 'fenici',
1754             'pi' => 'pali',
1755             'pl' => 'polonès',
1756             'pms' => 'piemontès',
1757             'pnt' => 'pòntic',
1758             'pon' => 'ponapeà',
1759             'prg' => 'prussià',
1760             'pro' => 'provençal antic',
1761             'ps' => 'paixtu',
1762             'ps@alt=variant' => 'pushtu',
1763             'pt' => 'portuguès',
1764             'pt_BR' => 'portuguès del Brasil',
1765             'pt_PT' => 'portuguès de Portugal',
1766             'qu' => 'quítxua',
1767             'quc' => 'k’iche’',
1768             'raj' => 'rajasthani',
1769             'rap' => 'rapanui',
1770             'rar' => 'rarotongà',
1771             'rgn' => 'romanyès',
1772             'rm' => 'retoromànic',
1773             'rn' => 'rundi',
1774             'ro' => 'romanès',
1775             'ro_MD' => 'moldau',
1776             'rof' => 'rombo',
1777             'rom' => 'romaní',
1778             'root' => 'arrel',
1779             'ru' => 'rus',
1780             'rup' => 'aromanès',
1781             'rw' => 'ruandès',
1782             'rwk' => 'rwo',
1783             'sa' => 'sànscrit',
1784             'sad' => 'sandawe',
1785             'sah' => 'iacut',
1786             'sam' => 'arameu samarità',
1787             'saq' => 'samburu',
1788             'sas' => 'sasak',
1789             'sat' => 'santali',
1790             'sba' => 'ngambay',
1791             'sbp' => 'sangu',
1792             'sc' => 'sard',
1793             'scn' => 'sicilià',
1794             'sco' => 'escocès',
1795             'sd' => 'sindi',
1796             'sdc' => 'sasserès',
1797             'sdh' => 'kurd meridional',
1798             'se' => 'sami septentrional',
1799             'see' => 'seneca',
1800             'seh' => 'sena',
1801             'sel' => 'selkup',
1802             'ses' => 'songhai oriental',
1803             'sg' => 'sango',
1804             'sga' => 'irlandès antic',
1805             'sh' => 'serbocroat',
1806             'shi' => 'taixelhit',
1807             'shn' => 'xan',
1808             'shu' => 'àrab txadià',
1809             'si' => 'singalès',
1810             'sid' => 'sidamo',
1811             'sk' => 'eslovac',
1812             'sl' => 'eslovè',
1813             'sm' => 'samoà',
1814             'sma' => 'sami meridional',
1815             'smj' => 'sami lule',
1816             'smn' => 'sami d’Inari',
1817             'sms' => 'sami skolt',
1818             'sn' => 'shona',
1819             'snk' => 'soninke',
1820             'so' => 'somali',
1821             'sog' => 'sogdià',
1822             'sq' => 'albanès',
1823             'sr' => 'serbi',
1824             'srn' => 'sranan',
1825             'srr' => 'serer',
1826             'ss' => 'swazi',
1827             'ssy' => 'saho',
1828             'st' => 'sotho meridional',
1829             'su' => 'sondanès',
1830             'suk' => 'sukuma',
1831             'sus' => 'susú',
1832             'sux' => 'sumeri',
1833             'sv' => 'suec',
1834             'sw' => 'suahili',
1835             'sw_CD' => 'suahili del Congo',
1836             'swb' => 'comorià',
1837             'syc' => 'siríac clàssic',
1838             'syr' => 'siríac',
1839             'szl' => 'silesià',
1840             'ta' => 'tàmil',
1841             'te' => 'telugu',
1842             'tem' => 'temne',
1843             'teo' => 'teso',
1844             'ter' => 'terena',
1845             'tet' => 'tètum',
1846             'tg' => 'tadjik',
1847             'th' => 'tai',
1848             'ti' => 'tigrinya',
1849             'tig' => 'tigre',
1850             'tiv' => 'tiv',
1851             'tk' => 'turcman',
1852             'tkl' => 'tokelauès',
1853             'tkr' => 'tsakhur',
1854             'tl' => 'tagal',
1855             'tlh' => 'klingonià',
1856             'tli' => 'tlingit',
1857             'tly' => 'talix',
1858             'tmh' => 'amazic',
1859             'tn' => 'setswana',
1860             'to' => 'tongalès',
1861             'tog' => 'tonga',
1862             'tpi' => 'tok pisin',
1863             'tr' => 'turc',
1864             'trv' => 'taroko',
1865             'ts' => 'tsonga',
1866             'tsi' => 'tsimshià',
1867             'tt' => 'tàtar',
1868             'ttt' => 'tat meridional',
1869             'tum' => 'tumbuka',
1870             'tvl' => 'tuvaluà',
1871             'tw' => 'twi',
1872             'twq' => 'tasawaq',
1873             'ty' => 'tahitià',
1874             'tyv' => 'tuvinià',
1875             'tzm' => 'amazic del Marroc central',
1876             'udm' => 'udmurt',
1877             'ug' => 'uigur',
1878             'uga' => 'ugarític',
1879             'uk' => 'ucraïnès',
1880             'umb' => 'umbundu',
1881             'und' => 'idioma desconegut',
1882             'ur' => 'urdú',
1883             'uz' => 'uzbek',
1884             'vai' => 'vai',
1885             've' => 'venda',
1886             'vec' => 'vènet',
1887             'vep' => 'vepse',
1888             'vi' => 'vietnamita',
1889             'vls' => 'flamenc occidental',
1890             'vo' => 'volapük',
1891             'vot' => 'vòtic',
1892             'vun' => 'vunjo',
1893             'wa' => 'való',
1894             'wae' => 'walser',
1895             'wal' => 'wolaita',
1896             'war' => 'waray',
1897             'was' => 'washo',
1898             'wbp' => 'warlpiri',
1899             'wo' => 'wòlof',
1900             'wuu' => 'xinès wu',
1901             'xal' => 'calmuc',
1902             'xh' => 'xosa',
1903             'xmf' => 'mingrelià',
1904             'xog' => 'soga',
1905             'yao' => 'yao',
1906             'yap' => 'yapeà',
1907             'yav' => 'yangben',
1908             'ybb' => 'yemba',
1909             'yi' => 'ídix',
1910             'yo' => 'ioruba',
1911             'yue' => 'cantonès',
1912             'za' => 'zhuang',
1913             'zap' => 'zapoteca',
1914             'zbl' => 'símbols Bliss',
1915             'zea' => 'zelandès',
1916             'zen' => 'zenaga',
1917             'zgh' => 'amazic estàndard marroquí',
1918             'zh' => 'xinès',
1919             'zh_Hans' => 'xinès simplificat',
1920             'zh_Hant' => 'xinès tradicional',
1921             'zu' => 'zulu',
1922             'zun' => 'zuni',
1923             'zxx' => 'sense contingut lingüístic',
1924             'zza' => 'zaza',
1925              
1926             );
1927             if (@_) {
1928             return $languages{$_[0]};
1929             }
1930             return \%languages;
1931             }
1932             },
1933             );
1934              
1935             has 'display_name_script' => (
1936             is => 'ro',
1937             isa => CodeRef,
1938             init_arg => undef,
1939             default => sub {
1940             sub {
1941             my %scripts = (
1942             'Adlm' => 'adlam',
1943             'Afak' => 'afaka',
1944             'Aghb' => 'albanès caucàsic',
1945             'Ahom' => 'ahom',
1946             'Arab' => 'àrab',
1947             'Arab@alt=variant' => 'persoaràbic',
1948             'Armi' => 'arameu imperial',
1949             'Armn' => 'armeni',
1950             'Avst' => 'avèstic',
1951             'Bali' => 'balinès',
1952             'Bamu' => 'bamum',
1953             'Bass' => 'bassa vah',
1954             'Batk' => 'batak',
1955             'Beng' => 'bengalí',
1956             'Bhks' => 'bhaiksuki',
1957             'Blis' => 'símbols Bliss',
1958             'Bopo' => 'bopomofo',
1959             'Brah' => 'brahmi',
1960             'Brai' => 'braille',
1961             'Bugi' => 'buginès',
1962             'Buhd' => 'buhid',
1963             'Cakm' => 'chakma',
1964             'Cans' => 'síl·labes dels aborígens canadencs unificats',
1965             'Cari' => 'carià',
1966             'Cham' => 'cham',
1967             'Cher' => 'cherokee',
1968             'Cirt' => 'cirth',
1969             'Copt' => 'copte',
1970             'Cprt' => 'xipriota',
1971             'Cyrl' => 'ciríl·lic',
1972             'Cyrs' => 'ciríl·lic de l’antic eslau eclesiàstic',
1973             'Deva' => 'devanagari',
1974             'Dsrt' => 'deseret',
1975             'Dupl' => 'taquigrafia Duployé',
1976             'Egyd' => 'demòtic egipci',
1977             'Egyh' => 'hieràtic egipci',
1978             'Egyp' => 'jeroglífic egipci',
1979             'Elba' => 'elbasan',
1980             'Ethi' => 'etiòpic',
1981             'Geok' => 'georgià hucuri',
1982             'Geor' => 'georgià',
1983             'Glag' => 'glagolític',
1984             'Goth' => 'gòtic',
1985             'Gran' => 'grantha',
1986             'Grek' => 'grec',
1987             'Gujr' => 'gujarati',
1988             'Guru' => 'gurmukhi',
1989             'Hanb' => 'han amb bopomofo',
1990             'Hang' => 'hangul',
1991             'Hani' => 'han',
1992             'Hano' => 'hanunoo',
1993             'Hans' => 'simplificat',
1994             'Hans@alt=stand-alone' => 'han simplificat',
1995             'Hant' => 'tradicional',
1996             'Hant@alt=stand-alone' => 'han tradicional',
1997             'Hebr' => 'hebreu',
1998             'Hira' => 'hiragana',
1999             'Hluw' => 'jeroglífic anatoli',
2000             'Hmng' => 'pahawh hmong',
2001             'Hrkt' => 'katakana o hiragana',
2002             'Hung' => 'hongarès antic',
2003             'Inds' => 'escriptura de la vall de l’Indus',
2004             'Ital' => 'cursiva antiga',
2005             'Jamo' => 'jamo',
2006             'Java' => 'javanès',
2007             'Jpan' => 'japonès',
2008             'Jurc' => 'jürchen',
2009             'Kali' => 'kayah li',
2010             'Kana' => 'katakana',
2011             'Khar' => 'kharosthi',
2012             'Khmr' => 'khmer',
2013             'Khoj' => 'khoja',
2014             'Knda' => 'kannada',
2015             'Kore' => 'coreà',
2016             'Kpel' => 'kpelle',
2017             'Kthi' => 'kaithi',
2018             'Lana' => 'lanna',
2019             'Laoo' => 'lao',
2020             'Latf' => 'llatí fraktur',
2021             'Latg' => 'llatí gaèlic',
2022             'Latn' => 'llatí',
2023             'Lepc' => 'lepcha',
2024             'Limb' => 'limbu',
2025             'Lina' => 'lineal A',
2026             'Linb' => 'lineal B',
2027             'Lisu' => 'lisu',
2028             'Loma' => 'loma',
2029             'Lyci' => 'lici',
2030             'Lydi' => 'lidi',
2031             'Mahj' => 'mahajani',
2032             'Mand' => 'mandaic',
2033             'Mani' => 'maniqueu',
2034             'Maya' => 'jeroglífics maies',
2035             'Mend' => 'mende',
2036             'Merc' => 'cursiva meroítica',
2037             'Mero' => 'meroític',
2038             'Mlym' => 'malaiàlam',
2039             'Modi' => 'modi',
2040             'Mong' => 'mongol',
2041             'Moon' => 'moon',
2042             'Mroo' => 'mro',
2043             'Mtei' => 'manipurí',
2044             'Mult' => 'multani',
2045             'Mymr' => 'birmà',
2046             'Narb' => 'antic nord-aràbic',
2047             'Nbat' => 'nabateu',
2048             'Newa' => 'newar',
2049             'Nkgb' => 'geba',
2050             'Nkoo' => 'n’Ko',
2051             'Nshu' => 'nü shu',
2052             'Ogam' => 'ogham',
2053             'Olck' => 'santali',
2054             'Orkh' => 'orkhon',
2055             'Orya' => 'oriya',
2056             'Osge' => 'osage',
2057             'Osma' => 'osmanya',
2058             'Palm' => 'palmirè',
2059             'Pauc' => 'Pau Cin Hau',
2060             'Perm' => 'antic pèrmic',
2061             'Phag' => 'phagspa',
2062             'Phli' => 'pahlavi inscripcional',
2063             'Phlp' => 'psalter pahlavi',
2064             'Phlv' => 'pahlavi',
2065             'Phnx' => 'fenici',
2066             'Plrd' => 'pollard miao',
2067             'Prti' => 'parthià inscripcional',
2068             'Rjng' => 'rejang',
2069             'Roro' => 'rongo-rongo',
2070             'Runr' => 'rúnic',
2071             'Samr' => 'samarità',
2072             'Sara' => 'sarati',
2073             'Sarb' => 'sud-aràbic antic',
2074             'Saur' => 'saurashtra',
2075             'Sgnw' => 'escriptura de signes',
2076             'Shaw' => 'shavià',
2077             'Shrd' => 'shrada',
2078             'Sidd' => 'siddham',
2079             'Sind' => 'devangari',
2080             'Sinh' => 'singalès',
2081             'Sora' => 'sora sompeng',
2082             'Sund' => 'sundanès',
2083             'Sylo' => 'syloti nagri',
2084             'Syrc' => 'siríac',
2085             'Syre' => 'siríac estrangelo',
2086             'Syrj' => 'siríac occidental',
2087             'Syrn' => 'siríac oriental',
2088             'Tagb' => 'tagbanwa',
2089             'Takr' => 'takri',
2090             'Tale' => 'tai le',
2091             'Talu' => 'nou tai lue',
2092             'Taml' => 'tàmil',
2093             'Tang' => 'tangut',
2094             'Tavt' => 'tai viet',
2095             'Telu' => 'telugu',
2096             'Teng' => 'tengwar',
2097             'Tfng' => 'tifinagh',
2098             'Tglg' => 'tagàlog',
2099             'Thaa' => 'thaana',
2100             'Thai' => 'tailandès',
2101             'Tibt' => 'tibetà',
2102             'Tirh' => 'tirhut',
2103             'Ugar' => 'ugarític',
2104             'Vaii' => 'vai',
2105             'Visp' => 'llenguatge visible',
2106             'Wara' => 'varang kshiti',
2107             'Wole' => 'woleai',
2108             'Xpeo' => 'persa antic',
2109             'Xsux' => 'cuneïforme sumeri-accadi',
2110             'Yiii' => 'yi',
2111             'Zinh' => 'heretat',
2112             'Zmth' => 'notació matemàtica',
2113             'Zsye' => 'emoji',
2114             'Zsym' => 'símbols',
2115             'Zxxx' => 'sense escriptura',
2116             'Zyyy' => 'comú',
2117             'Zzzz' => 'escriptura desconeguda',
2118              
2119             );
2120             if ( @_ ) {
2121             return $scripts{$_[0]};
2122             }
2123             return \%scripts;
2124             }
2125             }
2126             );
2127              
2128             has 'display_name_region' => (
2129             is => 'ro',
2130             isa => HashRef[Str],
2131             init_arg => undef,
2132             default => sub {
2133             {
2134             '001' => 'Món',
2135             '002' => 'Àfrica',
2136             '003' => 'Amèrica del Nord',
2137             '005' => 'Amèrica del Sud',
2138             '009' => 'Oceania',
2139             '011' => 'Àfrica occidental',
2140             '013' => 'Amèrica Central',
2141             '014' => 'Àfrica oriental',
2142             '015' => 'Àfrica septentrional',
2143             '017' => 'Àfrica central',
2144             '018' => 'Àfrica meridional',
2145             '019' => 'Amèrica',
2146             '021' => 'Amèrica septentrional',
2147             '029' => 'Carib',
2148             '030' => 'Àsia oriental',
2149             '034' => 'Àsia meridional',
2150             '035' => 'Àsia sud-oriental',
2151             '039' => 'Europa meridional',
2152             '053' => 'Australàsia',
2153             '054' => 'Melanèsia',
2154             '057' => 'Regió de la Micronèsia',
2155             '061' => 'Polinèsia',
2156             '142' => 'Àsia',
2157             '143' => 'Àsia central',
2158             '145' => 'Àsia occidental',
2159             '150' => 'Europa',
2160             '151' => 'Europa oriental',
2161             '154' => 'Europa septentrional',
2162             '155' => 'Europa occidental',
2163             '202' => 'Àfrica subsahariana',
2164             '419' => 'Amèrica Llatina',
2165             'AC' => 'Illa de l’Ascensió',
2166             'AD' => 'Andorra',
2167             'AE' => 'Emirats Àrabs Units',
2168             'AF' => 'Afganistan',
2169             'AG' => 'Antigua i Barbuda',
2170             'AI' => 'Anguilla',
2171             'AL' => 'Albània',
2172             'AM' => 'Armènia',
2173             'AO' => 'Angola',
2174             'AQ' => 'Antàrtida',
2175             'AR' => 'Argentina',
2176             'AS' => 'Samoa Nord-americana',
2177             'AT' => 'Àustria',
2178             'AU' => 'Austràlia',
2179             'AW' => 'Aruba',
2180             'AX' => 'Illes Åland',
2181             'AZ' => 'Azerbaidjan',
2182             'BA' => 'Bòsnia i Hercegovina',
2183             'BB' => 'Barbados',
2184             'BD' => 'Bangla Desh',
2185             'BE' => 'Bèlgica',
2186             'BF' => 'Burkina Faso',
2187             'BG' => 'Bulgària',
2188             'BH' => 'Bahrain',
2189             'BI' => 'Burundi',
2190             'BJ' => 'Benín',
2191             'BL' => 'Saint Barthélemy',
2192             'BM' => 'Bermudes',
2193             'BN' => 'Brunei',
2194             'BO' => 'Bolívia',
2195             'BQ' => 'Carib Neerlandès',
2196             'BR' => 'Brasil',
2197             'BS' => 'Bahames',
2198             'BT' => 'Bhutan',
2199             'BV' => 'Bouvet',
2200             'BW' => 'Botswana',
2201             'BY' => 'Belarús',
2202             'BZ' => 'Belize',
2203             'CA' => 'Canadà',
2204             'CC' => 'Illes Cocos',
2205             'CD' => 'Congo - Kinshasa',
2206             'CD@alt=variant' => 'Congo (República Democràtica del Congo)',
2207             'CF' => 'República Centreafricana',
2208             'CG' => 'Congo - Brazzaville',
2209             'CG@alt=variant' => 'Congo (República del Congo)',
2210             'CH' => 'Suïssa',
2211             'CI' => 'Costa d’Ivori',
2212             'CK' => 'Illes Cook',
2213             'CL' => 'Xile',
2214             'CM' => 'Camerun',
2215             'CN' => 'Xina',
2216             'CO' => 'Colòmbia',
2217             'CP' => 'Illa Clipperton',
2218             'CR' => 'Costa Rica',
2219             'CU' => 'Cuba',
2220             'CV' => 'Cap Verd',
2221             'CW' => 'Curaçao',
2222             'CX' => 'Illa Christmas',
2223             'CY' => 'Xipre',
2224             'CZ' => 'Txèquia',
2225             'CZ@alt=variant' => 'República Txeca',
2226             'DE' => 'Alemanya',
2227             'DG' => 'Diego Garcia',
2228             'DJ' => 'Djibouti',
2229             'DK' => 'Dinamarca',
2230             'DM' => 'Dominica',
2231             'DO' => 'República Dominicana',
2232             'DZ' => 'Algèria',
2233             'EA' => 'Ceuta i Melilla',
2234             'EC' => 'Equador',
2235             'EE' => 'Estònia',
2236             'EG' => 'Egipte',
2237             'EH' => 'Sàhara Occidental',
2238             'ER' => 'Eritrea',
2239             'ES' => 'Espanya',
2240             'ET' => 'Etiòpia',
2241             'EU' => 'Unió Europea',
2242             'EZ' => 'zona euro',
2243             'FI' => 'Finlàndia',
2244             'FJ' => 'Fiji',
2245             'FK' => 'Illes Malvines',
2246             'FK@alt=variant' => 'Illes Malvines (Illes Falkland)',
2247             'FM' => 'Micronèsia',
2248             'FO' => 'Illes Fèroe',
2249             'FR' => 'França',
2250             'GA' => 'Gabon',
2251             'GB' => 'Regne Unit',
2252             'GB@alt=short' => 'RU',
2253             'GD' => 'Grenada',
2254             'GE' => 'Geòrgia',
2255             'GF' => 'Guaiana Francesa',
2256             'GG' => 'Guernsey',
2257             'GH' => 'Ghana',
2258             'GI' => 'Gibraltar',
2259             'GL' => 'Grenlàndia',
2260             'GM' => 'Gàmbia',
2261             'GN' => 'Guinea',
2262             'GP' => 'Guadeloupe',
2263             'GQ' => 'Guinea Equatorial',
2264             'GR' => 'Grècia',
2265             'GS' => 'Illes Geòrgia del Sud i Sandwich del Sud',
2266             'GT' => 'Guatemala',
2267             'GU' => 'Guam',
2268             'GW' => 'Guinea Bissau',
2269             'GY' => 'Guyana',
2270             'HK' => 'Hong Kong (RAE Xina)',
2271             'HK@alt=short' => 'Hong Kong',
2272             'HM' => 'Illa Heard i Illes McDonald',
2273             'HN' => 'Hondures',
2274             'HR' => 'Croàcia',
2275             'HT' => 'Haití',
2276             'HU' => 'Hongria',
2277             'IC' => 'Illes Canàries',
2278             'ID' => 'Indonèsia',
2279             'IE' => 'Irlanda',
2280             'IL' => 'Israel',
2281             'IM' => 'Illa de Man',
2282             'IN' => 'Índia',
2283             'IO' => 'Territori Britànic de l’Oceà Índic',
2284             'IQ' => 'Iraq',
2285             'IR' => 'Iran',
2286             'IS' => 'Islàndia',
2287             'IT' => 'Itàlia',
2288             'JE' => 'Jersey',
2289             'JM' => 'Jamaica',
2290             'JO' => 'Jordània',
2291             'JP' => 'Japó',
2292             'KE' => 'Kenya',
2293             'KG' => 'Kirguizistan',
2294             'KH' => 'Cambodja',
2295             'KI' => 'Kiribati',
2296             'KM' => 'Comores',
2297             'KN' => 'Saint Christopher i Nevis',
2298             'KP' => 'Corea del Nord',
2299             'KR' => 'Corea del Sud',
2300             'KW' => 'Kuwait',
2301             'KY' => 'Illes Caiman',
2302             'KZ' => 'Kazakhstan',
2303             'LA' => 'Laos',
2304             'LB' => 'Líban',
2305             'LC' => 'Saint Lucia',
2306             'LI' => 'Liechtenstein',
2307             'LK' => 'Sri Lanka',
2308             'LR' => 'Libèria',
2309             'LS' => 'Lesotho',
2310             'LT' => 'Lituània',
2311             'LU' => 'Luxemburg',
2312             'LV' => 'Letònia',
2313             'LY' => 'Líbia',
2314             'MA' => 'Marroc',
2315             'MC' => 'Mònaco',
2316             'MD' => 'Moldàvia',
2317             'ME' => 'Montenegro',
2318             'MF' => 'Saint Martin',
2319             'MG' => 'Madagascar',
2320             'MH' => 'Illes Marshall',
2321             'MK' => 'Macedònia',
2322             'MK@alt=variant' => 'Macedònia (Antiga República Iugoslava de Macedònia)',
2323             'ML' => 'Mali',
2324             'MM' => 'Myanmar (Birmània)',
2325             'MN' => 'Mongòlia',
2326             'MO' => 'Macau (RAE Xina)',
2327             'MO@alt=short' => 'Macau',
2328             'MP' => 'Illes Mariannes del Nord',
2329             'MQ' => 'Martinica',
2330             'MR' => 'Mauritània',
2331             'MS' => 'Montserrat',
2332             'MT' => 'Malta',
2333             'MU' => 'Maurici',
2334             'MV' => 'Maldives',
2335             'MW' => 'Malawi',
2336             'MX' => 'Mèxic',
2337             'MY' => 'Malàisia',
2338             'MZ' => 'Moçambic',
2339             'NA' => 'Namíbia',
2340             'NC' => 'Nova Caledònia',
2341             'NE' => 'Níger',
2342             'NF' => 'Norfolk',
2343             'NG' => 'Nigèria',
2344             'NI' => 'Nicaragua',
2345             'NL' => 'Països Baixos',
2346             'NO' => 'Noruega',
2347             'NP' => 'Nepal',
2348             'NR' => 'Nauru',
2349             'NU' => 'Niue',
2350             'NZ' => 'Nova Zelanda',
2351             'OM' => 'Oman',
2352             'PA' => 'Panamà',
2353             'PE' => 'Perú',
2354             'PF' => 'Polinèsia Francesa',
2355             'PG' => 'Papua Nova Guinea',
2356             'PH' => 'Filipines',
2357             'PK' => 'Pakistan',
2358             'PL' => 'Polònia',
2359             'PM' => 'Saint-Pierre-et-Miquelon',
2360             'PN' => 'Illes Pitcairn',
2361             'PR' => 'Puerto Rico',
2362             'PS' => 'territoris palestins',
2363             'PS@alt=short' => 'Palestina',
2364             'PT' => 'Portugal',
2365             'PW' => 'Palau',
2366             'PY' => 'Paraguai',
2367             'QA' => 'Qatar',
2368             'QO' => 'Territoris allunyats d’Oceania',
2369             'RE' => 'Illa de la Reunió',
2370             'RO' => 'Romania',
2371             'RS' => 'Sèrbia',
2372             'RU' => 'Rússia',
2373             'RW' => 'Ruanda',
2374             'SA' => 'Aràbia Saudita',
2375             'SB' => 'Illes Salomó',
2376             'SC' => 'Seychelles',
2377             'SD' => 'Sudan',
2378             'SE' => 'Suècia',
2379             'SG' => 'Singapur',
2380             'SH' => 'Saint Helena',
2381             'SI' => 'Eslovènia',
2382             'SJ' => 'Svalbard i Jan Mayen',
2383             'SK' => 'Eslovàquia',
2384             'SL' => 'Sierra Leone',
2385             'SM' => 'San Marino',
2386             'SN' => 'Senegal',
2387             'SO' => 'Somàlia',
2388             'SR' => 'Surinam',
2389             'SS' => 'Sudan del Sud',
2390             'ST' => 'São Tomé i Príncipe',
2391             'SV' => 'El Salvador',
2392             'SX' => 'Sint Maarten',
2393             'SY' => 'Síria',
2394             'SZ' => 'Swazilàndia',
2395             'TA' => 'Tristão da Cunha',
2396             'TC' => 'Illes Turks i Caicos',
2397             'TD' => 'Txad',
2398             'TF' => 'Territoris Australs Francesos',
2399             'TG' => 'Togo',
2400             'TH' => 'Tailàndia',
2401             'TJ' => 'Tadjikistan',
2402             'TK' => 'Tokelau',
2403             'TL' => 'Timor Oriental',
2404             'TM' => 'Turkmenistan',
2405             'TN' => 'Tunísia',
2406             'TO' => 'Tonga',
2407             'TR' => 'Turquia',
2408             'TT' => 'Trinitat i Tobago',
2409             'TV' => 'Tuvalu',
2410             'TW' => 'Taiwan',
2411             'TZ' => 'Tanzània',
2412             'UA' => 'Ucraïna',
2413             'UG' => 'Uganda',
2414             'UM' => 'Illes Perifèriques Menors dels EUA',
2415             'UN' => 'Nacions Unides',
2416             'UN@alt=short' => 'ONU',
2417             'US' => 'Estats Units',
2418             'US@alt=short' => 'EUA',
2419             'UY' => 'Uruguai',
2420             'UZ' => 'Uzbekistan',
2421             'VA' => 'Ciutat del Vaticà',
2422             'VC' => 'Saint Vincent i les Grenadines',
2423             'VE' => 'Veneçuela',
2424             'VG' => 'Illes Verges Britàniques',
2425             'VI' => 'Illes Verges Nord-americanes',
2426             'VN' => 'Vietnam',
2427             'VU' => 'Vanuatu',
2428             'WF' => 'Wallis i Futuna',
2429             'WS' => 'Samoa',
2430             'XK' => 'Kosovo',
2431             'YE' => 'Iemen',
2432             'YT' => 'Mayotte',
2433             'ZA' => 'República de Sud-àfrica',
2434             'ZM' => 'Zàmbia',
2435             'ZW' => 'Zimbàbue',
2436             'ZZ' => 'Regió desconeguda',
2437              
2438             }
2439             },
2440             );
2441              
2442             has 'display_name_variant' => (
2443             is => 'ro',
2444             isa => HashRef[Str],
2445             init_arg => undef,
2446             default => sub {
2447             {
2448             '1901' => 'ortografia alemanya tradicional',
2449             '1994' => 'ortografia resiana estandarditzada',
2450             '1996' => 'ortografia alemanya de 1996',
2451             '1606NICT' => 'francès mitjà tardà fins el 1606',
2452             '1694ACAD' => 'francès modern primerenc',
2453             '1959ACAD' => 'acadèmica',
2454             'ALALC97' => 'romanització ALA/LC, edició de 1997',
2455             'ALUKU' => 'dialecte aluku',
2456             'AREVELA' => 'armeni oriental',
2457             'AREVMDA' => 'armeni occidental',
2458             'BAKU1926' => 'alfabet llatí turc unificat',
2459             'BAUDDHA' => 'bauddha',
2460             'BISCAYAN' => 'basc biscaí',
2461             'BISKE' => 'dialecte de San Giorgio/Bila',
2462             'BOONT' => 'Boontling',
2463             'FONIPA' => 'alfabet fonètic internacional',
2464             'FONUPA' => 'sistema fonètic UPA',
2465             'FONXSAMP' => 'sistema X-SAMPA',
2466             'HEPBURN' => 'romanització Hepburn',
2467             'HOGNORSK' => 'høgnorsk',
2468             'ITIHASA' => 'itihasa',
2469             'JAUER' => 'jauer',
2470             'JYUTPING' => 'jyupting',
2471             'KKCOR' => 'ortografia comuna',
2472             'LAUKIKA' => 'laukika',
2473             'LIPAW' => 'dialecte Lipovaz del resià',
2474             'LUNA1918' => 'luna 1918',
2475             'MONOTON' => 'monotònic',
2476             'NDYUKA' => 'dialecte ndyuka',
2477             'NEDIS' => 'dialecte de Natisone',
2478             'NJIVA' => 'dialecte de Gniva/Njiva',
2479             'OSOJS' => 'dialecte d’Oseacco/Osojane',
2480             'PAMAKA' => 'dialecte pamaka',
2481             'PETR1708' => 'ortografia russa 1708–1917',
2482             'PINYIN' => 'romanització Pinyin',
2483             'POLYTON' => 'politònic',
2484             'POSIX' => 'ordinador',
2485             'PUTER' => 'alt engiadinès',
2486             'REVISED' => 'ortografia revisada',
2487             'ROZAJ' => 'resià',
2488             'RUMGR' => 'interomanx',
2489             'SAAHO' => 'saho',
2490             'SCOTLAND' => 'anglès estàndard d’Escòcia',
2491             'SCOUSE' => 'scouse',
2492             'SOLBA' => 'dialecte de Stolvizza/Solbica',
2493             'SURMIRAN' => 'surmiran',
2494             'SURSILV' => 'sobreselvà',
2495             'SUTSILV' => 'sotaselvà',
2496             'TARASK' => 'ortografia taraskievica',
2497             'UCCOR' => 'ortografia unificada',
2498             'UCRCOR' => 'ortografia revisada unificada',
2499             'ULSTER' => 'ulster',
2500             'VAIDIKA' => 'vèdic',
2501             'VALENCIA' => 'valencià',
2502             'VALLADER' => 'baix engiadinès',
2503             'WADEGILE' => 'romanització Wade-Giles',
2504              
2505             }
2506             },
2507             );
2508              
2509             has 'display_name_key' => (
2510             is => 'ro',
2511             isa => HashRef[Str],
2512             init_arg => undef,
2513             default => sub {
2514             {
2515             'calendar' => 'calendari',
2516             'cf' => 'format de moneda',
2517             'colalternate' => 'Ordenació sense tenir en compte els símbols',
2518             'colbackwards' => 'Ordenació per accents invertida',
2519             'colcasefirst' => 'Ordenació per majúscules i minúscules',
2520             'colcaselevel' => 'Ordenació per detecció de majúscules',
2521             'collation' => 'ordenació',
2522             'colnormalization' => 'Ordenació normalitzada',
2523             'colnumeric' => 'Ordenació numèrica',
2524             'colstrength' => 'Força de l’ordenació',
2525             'currency' => 'moneda',
2526             'hc' => 'sistema horari (12 h o 24 h)',
2527             'lb' => 'estil de salt de línia',
2528             'ms' => 'sistema de mesures',
2529             'numbers' => 'xifres',
2530             'timezone' => 'Zona horària',
2531             'va' => 'Variant local',
2532             'x' => 'ús privat',
2533              
2534             }
2535             },
2536             );
2537              
2538             has 'display_name_type' => (
2539             is => 'ro',
2540             isa => HashRef[HashRef[Str]],
2541             init_arg => undef,
2542             default => sub {
2543             {
2544             'calendar' => {
2545             'buddhist' => q{calendari budista},
2546             'chinese' => q{calendari xinès},
2547             'coptic' => q{calendari copte},
2548             'dangi' => q{calendari dangi},
2549             'ethiopic' => q{calendari etíop},
2550             'ethiopic-amete-alem' => q{calendari etíop amete-alem},
2551             'gregorian' => q{calendari gregorià},
2552             'hebrew' => q{calendari hebreu},
2553             'indian' => q{calendari hindú},
2554             'islamic' => q{calendari islàmic},
2555             'islamic-civil' => q{calendari civil islàmic},
2556             'islamic-umalqura' => q{calendari islàmic (Umm al-Qura)},
2557             'iso8601' => q{calendari ISO-8601},
2558             'japanese' => q{calendari japonès},
2559             'persian' => q{calendari persa},
2560             'roc' => q{calendari de la República de Xina},
2561             },
2562             'cf' => {
2563             'account' => q{format de moneda comptable},
2564             'standard' => q{format de moneda estàndard},
2565             },
2566             'colalternate' => {
2567             'non-ignorable' => q{Ordena els símbols},
2568             'shifted' => q{Ordena sense tenir en compte els símbols},
2569             },
2570             'colbackwards' => {
2571             'no' => q{Ordena els accents de manera normal},
2572             'yes' => q{Ordena amb ordre invers dels accents},
2573             },
2574             'colcasefirst' => {
2575             'lower' => q{Mostra primer les minúscules},
2576             'no' => q{Ordena per tipus de lletra normal},
2577             'upper' => q{Ordena amb majúscules primer},
2578             },
2579             'colcaselevel' => {
2580             'no' => q{Ordena sense distingir majúscules i minúscules},
2581             'yes' => q{Ordena amb detecció de majúscules i minúscules},
2582             },
2583             'collation' => {
2584             'big5han' => q{ordre del xinès tradicional - Big5},
2585             'compat' => q{ordenació anterior, per a compatibilitat},
2586             'dictionary' => q{ordenació de diccionari},
2587             'ducet' => q{ordenació Unicode predeterminada},
2588             'eor' => q{normes europees d’ordenació},
2589             'gb2312han' => q{ordre del xinès simplificat - GB2312},
2590             'phonebook' => q{ordre de la guia telefònica},
2591             'phonetic' => q{Ordenació fonètica},
2592             'pinyin' => q{ordre pinyin},
2593             'reformed' => q{ordenació reformada},
2594             'search' => q{cerca de propòsit general},
2595             'searchjl' => q{cerca per consonant inicial del hangul},
2596             'standard' => q{ordenació estàndard},
2597             'stroke' => q{ordre dels traços},
2598             'traditional' => q{ordre tradicional},
2599             'unihan' => q{ordenació per quantitat de traços radicals},
2600             },
2601             'colnormalization' => {
2602             'no' => q{Ordena sense normalització},
2603             'yes' => q{Ordena per caràcters Unicode normalitzats},
2604             },
2605             'colnumeric' => {
2606             'no' => q{Ordena els dígits individualment},
2607             'yes' => q{Ordena els dígits numèricament},
2608             },
2609             'colstrength' => {
2610             'identical' => q{Ordena-ho tot},
2611             'primary' => q{Ordena només les lletres de base},
2612             'quaternary' => q{Ordena per accents/majúscules/amplada/kana},
2613             'secondary' => q{Ordena els accents},
2614             'tertiary' => q{Ordena per accent/majúscules/amplada},
2615             },
2616             'd0' => {
2617             'fwidth' => q{amplada completa},
2618             'hwidth' => q{amplada mitjana},
2619             'npinyin' => q{Numèric},
2620             },
2621             'hc' => {
2622             'h11' => q{sistema de 12 hores (0–11)},
2623             'h12' => q{sistema de 12 hores (1–12)},
2624             'h23' => q{sistema de 24 hores (0–23)},
2625             'h24' => q{sistema de 24 hores (1–24)},
2626             },
2627             'lb' => {
2628             'loose' => q{salt de línia flexible},
2629             'normal' => q{salt de línia normal},
2630             'strict' => q{salt de línia estricte},
2631             },
2632             'm0' => {
2633             'bgn' => q{sistema de transliteració BGN},
2634             'ungegn' => q{sistema de transliteració UNGEGN},
2635             },
2636             'ms' => {
2637             'metric' => q{sistema mètric},
2638             'uksystem' => q{sistema imperial d’unitats},
2639             'ussystem' => q{sistema d’unitats dels EUA},
2640             },
2641             'numbers' => {
2642             'arab' => q{xifres indoaràbigues},
2643             'arabext' => q{xifres indoaràbigues ampliades},
2644             'armn' => q{nombres armenis},
2645             'armnlow' => q{nombres armenis en minúscula},
2646             'bali' => q{dígits balinesos},
2647             'beng' => q{dígits bengalins},
2648             'cham' => q{dígits txams},
2649             'deva' => q{dígits devanagaris},
2650             'ethi' => q{nombres etiòpics},
2651             'finance' => q{Numerals financers},
2652             'fullwide' => q{dígits d’amplada completa},
2653             'geor' => q{nombres georgians},
2654             'grek' => q{nombres grecs},
2655             'greklow' => q{nombres grecs en minúscula},
2656             'gujr' => q{dígits gujarati},
2657             'guru' => q{dígits gurmukhi},
2658             'hanidec' => q{nombres decimals xinesos},
2659             'hans' => q{nombres xinesos simplificats},
2660             'hansfin' => q{nombres financers xinesos simplificats},
2661             'hant' => q{nombres xinesos tradicionals},
2662             'hantfin' => q{nombres financers xinesos tradicionals},
2663             'hebr' => q{nombres hebreus},
2664             'java' => q{dígits javanesos},
2665             'jpan' => q{nombres japonesos},
2666             'jpanfin' => q{nombres financers japonesos},
2667             'kali' => q{dígits kayah},
2668             'khmr' => q{dígits khmer},
2669             'knda' => q{dígits kannada},
2670             'lana' => q{dígits tai tham hora},
2671             'lanatham' => q{dígits tai tham tham},
2672             'laoo' => q{dígits lao},
2673             'latn' => q{dígits aràbics},
2674             'lepc' => q{dígits lepcha},
2675             'limb' => q{dígits limbu},
2676             'mlym' => q{dígits malaiàlam},
2677             'mong' => q{dígits mongols},
2678             'mtei' => q{dígits meitei mayek},
2679             'mymr' => q{dígits de Myanmar},
2680             'mymrshan' => q{dígits shan de Myanmar},
2681             'native' => q{Dígits natius},
2682             'nkoo' => q{dígits n’ko},
2683             'olck' => q{dígits ol chiki},
2684             'orya' => q{dígits oriya},
2685             'roman' => q{nombres romans},
2686             'romanlow' => q{nombres romans en minúscula},
2687             'saur' => q{dígits saurashtra},
2688             'sund' => q{dígits sudanesos},
2689             'talu' => q{dígits tai lue nous},
2690             'taml' => q{nombres tamils tradicionals},
2691             'tamldec' => q{dígits tamils},
2692             'telu' => q{dígits telugu},
2693             'thai' => q{dígits tai},
2694             'tibt' => q{dígits tibetans},
2695             'traditional' => q{Numerals tradicionals},
2696             'vaii' => q{dígits vai},
2697             },
2698              
2699             }
2700             },
2701             );
2702              
2703             has 'display_name_measurement_system' => (
2704             is => 'ro',
2705             isa => HashRef[Str],
2706             init_arg => undef,
2707             default => sub {
2708             {
2709             'metric' => q{mètric},
2710             'UK' => q{RU},
2711             'US' => q{EUA},
2712              
2713             }
2714             },
2715             );
2716              
2717             has 'display_name_code_patterns' => (
2718             is => 'ro',
2719             isa => HashRef[Str],
2720             init_arg => undef,
2721             default => sub {
2722             {
2723             'language' => 'Idioma: {0}',
2724             'script' => 'Escriptura: {0}',
2725             'region' => 'Regió: {0}',
2726              
2727             }
2728             },
2729             );
2730              
2731             has 'characters' => (
2732             is => 'ro',
2733             isa => HashRef,
2734             init_arg => undef,
2735             default => $^V ge v5.18.0
2736             ? eval <<'EOT'
2737             sub {
2738             no warnings 'experimental::regex_sets';
2739             return {
2740             auxiliary => qr{[á ă â å ä ã ā æ ĕ ê ë ē ì ĭ î ī ŀ ñ º ŏ ô ö ø ō œ ù ŭ û ū ÿ]},
2741             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'],
2742             main => qr{[· 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]},
2743             numbers => qr{[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]},
2744             punctuation => qr{[\- ‐ – — , ; \: ! ¡ ? ¿ . … ' ‘ ’ " “ ” « » ( ) \[ \] § @ * / \\ \& # † ‡ ′ ″]},
2745             };
2746             },
2747             EOT
2748             : sub {
2749             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'], };
2750             },
2751             );
2752              
2753 19     19   2323  
  19         39  
  19         3364  
2754             has 'ellipsis' => (
2755             is => 'ro',
2756             isa => HashRef,
2757             init_arg => undef,
2758             default => sub {
2759             return {
2760             'final' => '{0}…',
2761             'initial' => '…{0}',
2762             'medial' => '{0}…{1}',
2763             'word-final' => '{0}…',
2764             'word-initial' => '… {0}',
2765             'word-medial' => '{0}… {1}',
2766             };
2767             },
2768             );
2769              
2770             has 'more_information' => (
2771             is => 'ro',
2772             isa => Str,
2773             init_arg => undef,
2774             default => qq{?},
2775             );
2776              
2777             has 'quote_start' => (
2778             is => 'ro',
2779             isa => Str,
2780             init_arg => undef,
2781             default => qq{«},
2782             );
2783              
2784             has 'quote_end' => (
2785             is => 'ro',
2786             isa => Str,
2787             init_arg => undef,
2788             default => qq{»},
2789             );
2790              
2791             has 'alternate_quote_start' => (
2792             is => 'ro',
2793             isa => Str,
2794             init_arg => undef,
2795             default => qq{“},
2796             );
2797              
2798             has 'alternate_quote_end' => (
2799             is => 'ro',
2800             isa => Str,
2801             init_arg => undef,
2802             default => qq{”},
2803             );
2804              
2805             has 'duration_units' => (
2806             is => 'ro',
2807             isa => HashRef[Str],
2808             init_arg => undef,
2809             default => sub { {
2810             hm => 'h:mm',
2811             hms => 'h:mm:ss',
2812             ms => 'm:ss',
2813             } }
2814             );
2815              
2816             has 'units' => (
2817             is => 'ro',
2818             isa => HashRef[HashRef[HashRef[Str]]],
2819             init_arg => undef,
2820             default => sub { {
2821             'long' => {
2822             '' => {
2823             'name' => q(punt cardinal),
2824             },
2825             'acre' => {
2826             'name' => q(acres),
2827             'one' => q({0} acre),
2828             'other' => q({0} acres),
2829             },
2830             'acre-foot' => {
2831             'name' => q(acre-peu),
2832             'one' => q({0} acre-peu),
2833             'other' => q({0} acres-peus),
2834             },
2835             'ampere' => {
2836             'name' => q(amperes),
2837             'one' => q({0} ampere),
2838             'other' => q({0} amperes),
2839             },
2840             'arc-minute' => {
2841             'name' => q(minuts d’arc),
2842             'one' => q({0} minut d’arc),
2843             'other' => q({0} minuts d’arc),
2844             },
2845             'arc-second' => {
2846             'name' => q(segons d’arc),
2847             'one' => q({0} segon d’arc),
2848             'other' => q({0} segons d’arc),
2849             },
2850             'astronomical-unit' => {
2851             'name' => q(unitats astronòmiques),
2852             'one' => q({0} unitat astronòmica),
2853             'other' => q({0} unitats astronòmiques),
2854             },
2855             'atmosphere' => {
2856             'name' => q(atmosferes),
2857             'one' => q({0} atmosfera),
2858             'other' => q({0} atmosferes),
2859             },
2860             'bit' => {
2861             'name' => q(bits),
2862             'one' => q({0} bit),
2863             'other' => q({0} bits),
2864             },
2865             'byte' => {
2866             'name' => q(bytes),
2867             'one' => q({0} byte),
2868             'other' => q({0} bytes),
2869             },
2870             'calorie' => {
2871             'name' => q(calories),
2872             'one' => q({0} caloria),
2873             'other' => q({0} calories),
2874             },
2875             'carat' => {
2876             'name' => q(quirats),
2877             'one' => q({0} quirat),
2878             'other' => q({0} quirats),
2879             },
2880             'celsius' => {
2881             'name' => q(graus Celsius),
2882             'one' => q({0} grau Celsius),
2883             'other' => q({0} graus Celsius),
2884             },
2885             'centiliter' => {
2886             'name' => q(centilitres),
2887             'one' => q({0} centilitre),
2888             'other' => q({0} centilitres),
2889             },
2890             'centimeter' => {
2891             'name' => q(centímetres),
2892             'one' => q({0} centímetre),
2893             'other' => q({0} centímetres),
2894             'per' => q({0} per centímetre),
2895             },
2896             'century' => {
2897             'name' => q(segles),
2898             'one' => q({0} segle),
2899             'other' => q({0} segles),
2900             },
2901             'coordinate' => {
2902             'east' => q({0} est),
2903             'north' => q({0} nord),
2904             'south' => q({0} sud),
2905             'west' => q({0} oest),
2906             },
2907             'cubic-centimeter' => {
2908             'name' => q(centímetres cúbics),
2909             'one' => q({0} centímetre cúbic),
2910             'other' => q({0} centímetres cúbics),
2911             'per' => q({0} per centímetre cúbic),
2912             },
2913             'cubic-foot' => {
2914             'name' => q(peus cúbics),
2915             'one' => q({0} peu cúbic),
2916             'other' => q({0} peus cúbics),
2917             },
2918             'cubic-inch' => {
2919             'name' => q(polzades cúbiques),
2920             'one' => q({0} polzada cúbica),
2921             'other' => q({0} polzades cúbiques),
2922             },
2923             'cubic-kilometer' => {
2924             'name' => q(quilòmetres cúbics),
2925             'one' => q({0} quilòmetre cúbic),
2926             'other' => q({0} quilòmetres cúbics),
2927             },
2928             'cubic-meter' => {
2929             'name' => q(metres cúbics),
2930             'one' => q({0} metre cúbic),
2931             'other' => q({0} metres cúbics),
2932             'per' => q({0} per metre cúbic),
2933             },
2934             'cubic-mile' => {
2935             'name' => q(milles cúbiques),
2936             'one' => q({0} milla cúbica),
2937             'other' => q({0} milles cúbiques),
2938             },
2939             'cubic-yard' => {
2940             'name' => q(iardes cúbiques),
2941             'one' => q({0} iarda cúbica),
2942             'other' => q({0} iardes cúbiques),
2943             },
2944             'cup' => {
2945             'name' => q(tasses),
2946             'one' => q({0} tassa),
2947             'other' => q({0} tasses),
2948             },
2949             'cup-metric' => {
2950             'name' => q(tasses mètriques),
2951             'one' => q({0} tassa mètrica),
2952             'other' => q({0} tasses mètriques),
2953             },
2954             'day' => {
2955             'name' => q(dies),
2956             'one' => q({0} dia),
2957             'other' => q({0} dies),
2958             'per' => q({0} per dia),
2959             },
2960             'deciliter' => {
2961             'name' => q(decilitres),
2962             'one' => q({0} decilitre),
2963             'other' => q({0} decilitres),
2964             },
2965             'decimeter' => {
2966             'name' => q(decímetres),
2967             'one' => q({0} decímetres),
2968             'other' => q({0} decímetres),
2969             },
2970             'degree' => {
2971             'name' => q(graus),
2972             'one' => q({0} grau),
2973             'other' => q({0} graus),
2974             },
2975             'fahrenheit' => {
2976             'name' => q(graus Fahrenheit),
2977             'one' => q({0} grau Fahrenheit),
2978             'other' => q({0} graus Fahrenheit),
2979             },
2980             'fluid-ounce' => {
2981             'name' => q(unça líquida),
2982             'one' => q({0} unça líquida),
2983             'other' => q({0} unces líquides),
2984             },
2985             'foodcalorie' => {
2986             'name' => q(quilocalories),
2987             'one' => q({0} quilocaloria),
2988             'other' => q({0} quilocalories),
2989             },
2990             'foot' => {
2991             'name' => q(peus),
2992             'one' => q({0} peu),
2993             'other' => q({0} peus),
2994             'per' => q({0} per peu),
2995             },
2996             'g-force' => {
2997             'name' => q(força G),
2998             'one' => q({0} força G),
2999             'other' => q({0} força G),
3000             },
3001             'gallon' => {
3002             'name' => q(galons),
3003             'one' => q({0} galó),
3004             'other' => q({0} galons),
3005             'per' => q({0} per galó),
3006             },
3007             'gallon-imperial' => {
3008             'name' => q(galons imperials),
3009             'one' => q({0} galó imperial),
3010             'other' => q({0} galons imperials),
3011             'per' => q({0} per galó imperial),
3012             },
3013             'generic' => {
3014             'name' => q(°),
3015             'one' => q({0}°),
3016             'other' => q({0}°),
3017             },
3018             'gigabit' => {
3019             'name' => q(gigabits),
3020             'one' => q({0} gigabit),
3021             'other' => q({0} gigabits),
3022             },
3023             'gigabyte' => {
3024             'name' => q(gigabytes),
3025             'one' => q({0} gigabyte),
3026             'other' => q({0} gigabytes),
3027             },
3028             'gigahertz' => {
3029             'name' => q(gigahertz),
3030             'one' => q({0} gigahertz),
3031             'other' => q({0} gigahertzs),
3032             },
3033             'gigawatt' => {
3034             'name' => q(gigawatts),
3035             'one' => q({0} gigawatt),
3036             'other' => q({0} gigawatts),
3037             },
3038             'gram' => {
3039             'name' => q(grams),
3040             'one' => q({0} gram),
3041             'other' => q({0} grams),
3042             'per' => q({0} per gram),
3043             },
3044             'hectare' => {
3045             'name' => q(hectàrees),
3046             'one' => q({0} hectàrea),
3047             'other' => q({0} hectàrees),
3048             },
3049             'hectoliter' => {
3050             'name' => q(hectolitres),
3051             'one' => q({0} hectolitre),
3052             'other' => q({0} hectolitres),
3053             },
3054             'hectopascal' => {
3055             'name' => q(hectopascals),
3056             'one' => q({0} hectopascal),
3057             'other' => q({0} hectopascals),
3058             },
3059             'hertz' => {
3060             'name' => q(hertz),
3061             'one' => q({0} hertz),
3062             'other' => q({0} hertzs),
3063             },
3064             'horsepower' => {
3065             'name' => q(cavalls de vapor),
3066             'one' => q({0} cavall de vapor),
3067             'other' => q({0} cavalls de vapor),
3068             },
3069             'hour' => {
3070             'name' => q(hores),
3071             'one' => q({0} hora),
3072             'other' => q({0} hores),
3073             'per' => q({0} per hora),
3074             },
3075             'inch' => {
3076             'name' => q(polzades),
3077             'one' => q({0} polzada),
3078             'other' => q({0} polzades),
3079             'per' => q({0} per polzada),
3080             },
3081             'inch-hg' => {
3082             'name' => q(polzades de mercuri),
3083             'one' => q({0} polzada de mercuri),
3084             'other' => q({0} polzades de mercuri),
3085             },
3086             'joule' => {
3087             'name' => q(joules),
3088             'one' => q({0} joule),
3089             'other' => q({0} joules),
3090             },
3091             'karat' => {
3092             'name' => q(quirats),
3093             'one' => q({0} quirat),
3094             'other' => q({0} quirats),
3095             },
3096             'kelvin' => {
3097             'name' => q(Kelvin),
3098             'one' => q({0} Kelvin),
3099             'other' => q({0} Kelvin),
3100             },
3101             'kilobit' => {
3102             'name' => q(quilobits),
3103             'one' => q({0} quilobit),
3104             'other' => q({0} quilobits),
3105             },
3106             'kilobyte' => {
3107             'name' => q(quilobytes),
3108             'one' => q({0} quilobyte),
3109             'other' => q({0} quilobytes),
3110             },
3111             'kilocalorie' => {
3112             'name' => q(quilocalories),
3113             'one' => q({0} quilocaloria),
3114             'other' => q({0} quilocalories),
3115             },
3116             'kilogram' => {
3117             'name' => q(quilograms),
3118             'one' => q({0} quilogram),
3119             'other' => q({0} quilograms),
3120             'per' => q({0} per quilogram),
3121             },
3122             'kilohertz' => {
3123             'name' => q(quilohertz),
3124             'one' => q({0} quilohertz),
3125             'other' => q({0} quilohertzs),
3126             },
3127             'kilojoule' => {
3128             'name' => q(quilojoules),
3129             'one' => q({0} quilojoule),
3130             'other' => q({0} quilojoules),
3131             },
3132             'kilometer' => {
3133             'name' => q(quilòmetres),
3134             'one' => q({0} quilòmetre),
3135             'other' => q({0} quilòmetres),
3136             'per' => q({0} per quilòmetre),
3137             },
3138             'kilometer-per-hour' => {
3139             'name' => q(quilòmetres per hora),
3140             'one' => q({0} quilòmetre per hora),
3141             'other' => q({0} quilòmetres per hora),
3142             },
3143             'kilowatt' => {
3144             'name' => q(quilowatts),
3145             'one' => q({0} quilowatt),
3146             'other' => q({0} quilowatts),
3147             },
3148             'kilowatt-hour' => {
3149             'name' => q(quilowatts hora),
3150             'one' => q({0} quilowatt hora),
3151             'other' => q({0} quilowatts hora),
3152             },
3153             'knot' => {
3154             'name' => q(nus),
3155             'one' => q({0} nus),
3156             'other' => q({0} nusos),
3157             },
3158             'light-year' => {
3159             'name' => q(anys llum),
3160             'one' => q({0} any llum),
3161             'other' => q({0} anys llum),
3162             },
3163             'liter' => {
3164             'name' => q(litres),
3165             'one' => q({0} litre),
3166             'other' => q({0} litres),
3167             'per' => q({0} per litre),
3168             },
3169             'liter-per-100kilometers' => {
3170             'name' => q(litres per 100 quilòmetres),
3171             'one' => q({0} litre per 100 quilòmetres),
3172             'other' => q({0} litres per 100 quilòmetres),
3173             },
3174             'liter-per-kilometer' => {
3175             'name' => q(litres per quilòmetre),
3176             'one' => q({0} litre per quilòmetre),
3177             'other' => q({0} litres per quilòmetre),
3178             },
3179             'lux' => {
3180             'name' => q(lux),
3181             'one' => q({0} lux),
3182             'other' => q({0} luxs),
3183             },
3184             'megabit' => {
3185             'name' => q(megabits),
3186             'one' => q({0} megabit),
3187             'other' => q({0} megabits),
3188             },
3189             'megabyte' => {
3190             'name' => q(megabytes),
3191             'one' => q({0} megabyte),
3192             'other' => q({0} megabytes),
3193             },
3194             'megahertz' => {
3195             'name' => q(megahertz),
3196             'one' => q({0} megahertz),
3197             'other' => q({0} megahertzs),
3198             },
3199             'megaliter' => {
3200             'name' => q(megalitres),
3201             'one' => q({0} megalitre),
3202             'other' => q({0} megalitres),
3203             },
3204             'megawatt' => {
3205             'name' => q(megawatts),
3206             'one' => q({0} megawatt),
3207             'other' => q({0} megawatts),
3208             },
3209             'meter' => {
3210             'name' => q(metres),
3211             'one' => q({0} metre),
3212             'other' => q({0} metres),
3213             'per' => q({0} per metre),
3214             },
3215             'meter-per-second' => {
3216             'name' => q(metres per segon),
3217             'one' => q({0} metre per segon),
3218             'other' => q({0} metres per segon),
3219             },
3220             'meter-per-second-squared' => {
3221             'name' => q(metres per segon al quadrat),
3222             'one' => q({0} metre per segon al quadrat),
3223             'other' => q({0} metres per segon al quadrat),
3224             },
3225             'metric-ton' => {
3226             'name' => q(tones mètriques),
3227             'one' => q({0} tona mètrica),
3228             'other' => q({0} tones mètriques),
3229             },
3230             'microgram' => {
3231             'name' => q(micrograms),
3232             'one' => q({0} microgram),
3233             'other' => q({0} micrograms),
3234             },
3235             'micrometer' => {
3236             'name' => q(micròmetres),
3237             'one' => q({0} micròmetre),
3238             'other' => q({0} micròmetres),
3239             },
3240             'microsecond' => {
3241             'name' => q(microsegons),
3242             'one' => q({0} microsegon),
3243             'other' => q({0} microsegons),
3244             },
3245             'mile' => {
3246             'name' => q(milles),
3247             'one' => q({0} milla),
3248             'other' => q({0} milles),
3249             },
3250             'mile-per-gallon' => {
3251             'name' => q(milles per galó),
3252             'one' => q({0} milla per galó),
3253             'other' => q({0} milles per galó),
3254             },
3255             'mile-per-gallon-imperial' => {
3256             'name' => q(milles per galó imperial),
3257             'one' => q({0} milla per galó imperial),
3258             'other' => q({0} milles per galó imperial),
3259             },
3260             'mile-per-hour' => {
3261             'name' => q(milles per hora),
3262             'one' => q({0} milla per hora),
3263             'other' => q({0} milles per hora),
3264             },
3265             'mile-scandinavian' => {
3266             'name' => q(milla escandinava),
3267             'one' => q({0} milla escandinava),
3268             'other' => q({0} milles escandinaves),
3269             },
3270             'milliampere' => {
3271             'name' => q(mil·liamperes),
3272             'one' => q({0} mil·liampere),
3273             'other' => q({0} mil·liamperes),
3274             },
3275             'millibar' => {
3276             'name' => q(mil·libars),
3277             'one' => q({0} mil·libar),
3278             'other' => q({0} mil·libars),
3279             },
3280             'milligram' => {
3281             'name' => q(mil·ligrams),
3282             'one' => q({0} mil·ligram),
3283             'other' => q({0} mil·ligrams),
3284             },
3285             'milligram-per-deciliter' => {
3286             'name' => q(mil·ligrams per decilitre),
3287             'one' => q({0} mil·ligram per decilitre),
3288             'other' => q({0} mil·ligrams per decilitre),
3289             },
3290             'milliliter' => {
3291             'name' => q(mil·lilitres),
3292             'one' => q({0} mil·lilitre),
3293             'other' => q({0} mil·lilitres),
3294             },
3295             'millimeter' => {
3296             'name' => q(mil·límetres),
3297             'one' => q({0} mil·límetre),
3298             'other' => q({0} mil·límetres),
3299             },
3300             'millimeter-of-mercury' => {
3301             'name' => q(mil·límetres de mercuri),
3302             'one' => q(mil·límetre de mercuri),
3303             'other' => q({0} mil·límetres de mercuri),
3304             },
3305             'millimole-per-liter' => {
3306             'name' => q(mil·limols per litre),
3307             'one' => q({0} mil·limol per litre),
3308             'other' => q({0} mil·limols per litre),
3309             },
3310             'millisecond' => {
3311             'name' => q(mil·lisegons),
3312             'one' => q({0} mil·lisegon),
3313             'other' => q({0} mil·lisegons),
3314             },
3315             'milliwatt' => {
3316             'name' => q(mil·liwatts),
3317             'one' => q({0} mil·liwatt),
3318             'other' => q({0} mil·liwatts),
3319             },
3320             'minute' => {
3321             'name' => q(minuts),
3322             'one' => q({0} minut),
3323             'other' => q({0} minuts),
3324             'per' => q({0} per minut),
3325             },
3326             'month' => {
3327             'name' => q(mesos),
3328             'one' => q({0} mes),
3329             'other' => q({0} mesos),
3330             'per' => q({0} per mes),
3331             },
3332             'nanometer' => {
3333             'name' => q(nanòmetre),
3334             'one' => q({0} nanòmetre),
3335             'other' => q({0} nanòmetres),
3336             },
3337             'nanosecond' => {
3338             'name' => q(nanosegons),
3339             'one' => q({0} nanosegon),
3340             'other' => q({0} nanosegons),
3341             },
3342             'nautical-mile' => {
3343             'name' => q(milla nàutica),
3344             'one' => q({0} milla nàutica),
3345             'other' => q({0} milles nàutiques),
3346             },
3347             'ohm' => {
3348             'name' => q(ohms),
3349             'one' => q({0} ohm),
3350             'other' => q({0} ohms),
3351             },
3352             'ounce' => {
3353             'name' => q(unces),
3354             'one' => q({0} unça),
3355             'other' => q({0} unces),
3356             'per' => q({0} per unça),
3357             },
3358             'ounce-troy' => {
3359             'name' => q(unces troy),
3360             'one' => q({0} unça troy),
3361             'other' => q({0} unces troy),
3362             },
3363             'parsec' => {
3364             'name' => q(parsecs),
3365             'one' => q({0} parsec),
3366             'other' => q({0} parsecs),
3367             },
3368             'part-per-million' => {
3369             'name' => q(parts per milió),
3370             'one' => q({0} part per milió),
3371             'other' => q({0} parts per milió),
3372             },
3373             'per' => {
3374             '1' => q({0} per {1}),
3375             },
3376             'percent' => {
3377             'name' => q(per cent),
3378             'one' => q({0} per cent),
3379             'other' => q({0} per cent),
3380             },
3381             'permille' => {
3382             'name' => q(per mil),
3383             'one' => q({0} per mil),
3384             'other' => q({0} per mil),
3385             },
3386             'petabyte' => {
3387             'name' => q(petabytes),
3388             'one' => q({0} petabyte),
3389             'other' => q({0} petabytes),
3390             },
3391             'picometer' => {
3392             'name' => q(picòmetres),
3393             'one' => q({0} picòmetre),
3394             'other' => q({0} picòmetres),
3395             },
3396             'pint' => {
3397             'name' => q(pintes),
3398             'one' => q({0} pinta),
3399             'other' => q({0} pintes),
3400             },
3401             'pint-metric' => {
3402             'name' => q(pintes mètriques),
3403             'one' => q({0} pinta mètrica),
3404             'other' => q({0} pintes mètriques),
3405             },
3406             'point' => {
3407             'name' => q(punts),
3408             'one' => q({0} punt),
3409             'other' => q({0} punts),
3410             },
3411             'pound' => {
3412             'name' => q(lliures),
3413             'one' => q({0} lliura),
3414             'other' => q({0} lliures),
3415             'per' => q({0} per lliura),
3416             },
3417             'pound-per-square-inch' => {
3418             'name' => q(lliures per polzada quadrada),
3419             'one' => q({0} lliura per polzada quadrada),
3420             'other' => q({0} lliures per polzada quadrada),
3421             },
3422             'quart' => {
3423             'name' => q(quarts),
3424             'one' => q({0} quart),
3425             'other' => q({0} quarts),
3426             },
3427             'radian' => {
3428             'name' => q(radiants),
3429             'one' => q({0} radiant),
3430             'other' => q({0} radiants),
3431             },
3432             'revolution' => {
3433             'name' => q(revolució),
3434             'one' => q({0} revolució),
3435             'other' => q({0} revolucions),
3436             },
3437             'second' => {
3438             'name' => q(segons),
3439             'one' => q({0} segon),
3440             'other' => q({0} segons),
3441             'per' => q({0} per segon),
3442             },
3443             'square-centimeter' => {
3444             'name' => q(centímetres quadrats),
3445             'one' => q({0} centímetre quadrat),
3446             'other' => q({0} centímetres quadrats),
3447             'per' => q({0} per centímetre quadrat),
3448             },
3449             'square-foot' => {
3450             'name' => q(peus quadrats),
3451             'one' => q({0} peu quadrat),
3452             'other' => q({0} peus quadrats),
3453             },
3454             'square-inch' => {
3455             'name' => q(polzades quadrades),
3456             'one' => q({0} polzada quadrada),
3457             'other' => q({0} polzades quadrades),
3458             'per' => q({0} per polzada quadrada),
3459             },
3460             'square-kilometer' => {
3461             'name' => q(quilòmetres quadrats),
3462             'one' => q({0} quilòmetre quadrat),
3463             'other' => q({0} quilòmetres quadrats),
3464             'per' => q({0} per quilòmetre quadrat),
3465             },
3466             'square-meter' => {
3467             'name' => q(metres quadrats),
3468             'one' => q({0} metre quadrat),
3469             'other' => q({0} metres quadrats),
3470             'per' => q({0} per metre quadrat),
3471             },
3472             'square-mile' => {
3473             'name' => q(milles quadrades),
3474             'one' => q({0} milla quadrada),
3475             'other' => q({0} milles quadrades),
3476             'per' => q({0} per milla quadrada),
3477             },
3478             'square-yard' => {
3479             'name' => q(iardes quadrades),
3480             'one' => q({0} iarda quadrada),
3481             'other' => q({0} iardes quadrades),
3482             },
3483             'tablespoon' => {
3484             'name' => q(cullerades),
3485             'one' => q({0} cullerada),
3486             'other' => q({0} cullerades),
3487             },
3488             'teaspoon' => {
3489             'name' => q(culleradetes),
3490             'one' => q({0} culleradeta),
3491             'other' => q({0} culleradetes),
3492             },
3493             'terabit' => {
3494             'name' => q(terabits),
3495             'one' => q({0} terabit),
3496             'other' => q({0} terabits),
3497             },
3498             'terabyte' => {
3499             'name' => q(terabytes),
3500             'one' => q({0} terabyte),
3501             'other' => q({0} terabytes),
3502             },
3503             'ton' => {
3504             'name' => q(tones),
3505             'one' => q({0} tona),
3506             'other' => q({0} tones),
3507             },
3508             'volt' => {
3509             'name' => q(volts),
3510             'one' => q({0} volt),
3511             'other' => q({0} volts),
3512             },
3513             'watt' => {
3514             'name' => q(watts),
3515             'one' => q({0} watt),
3516             'other' => q({0} watts),
3517             },
3518             'week' => {
3519             'name' => q(setmanes),
3520             'one' => q({0} setmana),
3521             'other' => q({0} setmanes),
3522             'per' => q({0} per setmana),
3523             },
3524             'yard' => {
3525             'name' => q(iardes),
3526             'one' => q({0} iarda),
3527             'other' => q({0} iardes),
3528             },
3529             'year' => {
3530             'name' => q(anys),
3531             'one' => q({0} any),
3532             'other' => q({0} anys),
3533             'per' => q({0} per any),
3534             },
3535             },
3536             'narrow' => {
3537             '' => {
3538             'name' => q(punt),
3539             },
3540             'acre' => {
3541             'one' => q({0}ac.),
3542             'other' => q({0}ac.),
3543             },
3544             'arc-minute' => {
3545             'one' => q({0}′),
3546             'other' => q({0}′),
3547             },
3548             'arc-second' => {
3549             'one' => q({0}″),
3550             'other' => q({0}″),
3551             },
3552             'astronomical-unit' => {
3553             'name' => q(ua),
3554             'one' => q({0} ua),
3555             'other' => q({0} ua),
3556             },
3557             'carat' => {
3558             'name' => q(quirat),
3559             'one' => q({0} ct),
3560             'other' => q({0} ct),
3561             },
3562             'celsius' => {
3563             'name' => q(°C),
3564             'one' => q({0} °C),
3565             'other' => q({0} °C),
3566             },
3567             'centimeter' => {
3568             'name' => q(cm),
3569             'one' => q({0} cm),
3570             'other' => q({0} cm),
3571             'per' => q({0}/cm),
3572             },
3573             'century' => {
3574             'name' => q(s.),
3575             'one' => q({0} s.),
3576             'other' => q({0} s.),
3577             },
3578             'coordinate' => {
3579             'east' => q({0}E),
3580             'north' => q({0}N),
3581             'south' => q({0}S),
3582             'west' => q({0}O),
3583             },
3584             'cubic-centimeter' => {
3585             'one' => q({0} cm³),
3586             'other' => q({0} cm³),
3587             },
3588             'cubic-kilometer' => {
3589             'one' => q({0}km³),
3590             'other' => q({0}km³),
3591             },
3592             'cubic-meter' => {
3593             'one' => q({0} m³),
3594             'other' => q({0} m³),
3595             },
3596             'cubic-mile' => {
3597             'one' => q({0}mi³),
3598             'other' => q({0}mi³),
3599             },
3600             'day' => {
3601             'name' => q(dia),
3602             'one' => q({0} d),
3603             'other' => q({0} d),
3604             'per' => q({0}/d),
3605             },
3606             'decimeter' => {
3607             'name' => q(dm),
3608             'one' => q({0} dm),
3609             'other' => q({0} dm),
3610             },
3611             'degree' => {
3612             'one' => q({0}°),
3613             'other' => q({0}°),
3614             },
3615             'fahrenheit' => {
3616             'name' => q(°F),
3617             'one' => q({0}°F),
3618             'other' => q({0}°F),
3619             },
3620             'foot' => {
3621             'name' => q(peus),
3622             'one' => q({0} ft),
3623             'other' => q({0} ft),
3624             'per' => q({0}/ft),
3625             },
3626             'g-force' => {
3627             'name' => q(G),
3628             'one' => q({0}G),
3629             'other' => q({0}G),
3630             },
3631             'generic' => {
3632             'name' => q(°),
3633             'one' => q({0}°),
3634             'other' => q({0}°),
3635             },
3636             'gram' => {
3637             'name' => q(g),
3638             'one' => q({0} g),
3639             'other' => q({0} g),
3640             'per' => q({0}/g),
3641             },
3642             'hectare' => {
3643             'one' => q({0}ha),
3644             'other' => q({0}ha),
3645             },
3646             'hectopascal' => {
3647             'name' => q(hPa),
3648             'one' => q({0}hPa),
3649             'other' => q({0}hPa),
3650             },
3651             'hertz' => {
3652             'one' => q({0} Hz),
3653             'other' => q({0} Hz),
3654             },
3655             'horsepower' => {
3656             'one' => q({0}CV),
3657             'other' => q({0}CV),
3658             },
3659             'hour' => {
3660             'name' => q(h),
3661             'one' => q({0} h),
3662             'other' => q({0} h),
3663             'per' => q({0}/h),
3664             },
3665             'inch' => {
3666             'name' => q(polzades),
3667             'one' => q({0} in),
3668             'other' => q({0} in),
3669             'per' => q({0}/in),
3670             },
3671             'inch-hg' => {
3672             'name' => q(inHg),
3673             'one' => q({0} inHg),
3674             'other' => q({0} inHg),
3675             },
3676             'kelvin' => {
3677             'name' => q(K),
3678             'one' => q({0} K),
3679             'other' => q({0} K),
3680             },
3681             'kilogram' => {
3682             'name' => q(kg),
3683             'one' => q({0} kg),
3684             'other' => q({0} kg),
3685             'per' => q({0}/kg),
3686             },
3687             'kilometer' => {
3688             'name' => q(km),
3689             'one' => q({0} km),
3690             'other' => q({0} km),
3691             'per' => q({0}/km),
3692             },
3693             'kilometer-per-hour' => {
3694             'name' => q(km/h),
3695             'one' => q({0} km/h),
3696             'other' => q({0} km/h),
3697             },
3698             'kilowatt' => {
3699             'one' => q({0}kW),
3700             'other' => q({0}kW),
3701             },
3702             'knot' => {
3703             'name' => q(kn),
3704             'one' => q({0} kn),
3705             'other' => q({0} kn),
3706             },
3707             'light-year' => {
3708             'name' => q(anys llum),
3709             'one' => q({0} l. y.),
3710             'other' => q({0} l. y.),
3711             },
3712             'liter' => {
3713             'name' => q(l),
3714             'one' => q({0} l),
3715             'other' => q({0} l),
3716             },
3717             'liter-per-100kilometers' => {
3718             'name' => q(l/100 km),
3719             'one' => q({0} l/100 km),
3720             'other' => q({0} l/100 km),
3721             },
3722             'megabyte' => {
3723             'one' => q({0} MB),
3724             'other' => q({0} MB),
3725             },
3726             'meter' => {
3727             'name' => q(m),
3728             'one' => q({0} m),
3729             'other' => q({0} m),
3730             'per' => q({0}/m),
3731             },
3732             'meter-per-second' => {
3733             'name' => q(m/s),
3734             'one' => q({0}m/s),
3735             'other' => q({0}m/s),
3736             },
3737             'meter-per-second-squared' => {
3738             'name' => q(m/s²),
3739             'one' => q({0} m/s²),
3740             'other' => q({0} m/s²),
3741             },
3742             'metric-ton' => {
3743             'name' => q(t mètriques),
3744             'one' => q({0} t mètr.),
3745             'other' => q({0} t mètr.),
3746             },
3747             'microgram' => {
3748             'name' => q(µg),
3749             'one' => q({0} µg),
3750             'other' => q({0} µg),
3751             },
3752             'micrometer' => {
3753             'name' => q(µm),
3754             'one' => q({0} µm),
3755             'other' => q({0} µm),
3756             },
3757             'microsecond' => {
3758             'name' => q(μs),
3759             'one' => q({0} μs),
3760             'other' => q({0} μs),
3761             },
3762             'mile' => {
3763             'name' => q(milles),
3764             'one' => q({0} mi),
3765             'other' => q({0} mi),
3766             },
3767             'mile-per-hour' => {
3768             'name' => q(mi/h),
3769             'one' => q({0}mi/h),
3770             'other' => q({0}mi/h),
3771             },
3772             'millibar' => {
3773             'name' => q(mbar),
3774             'one' => q({0} mb),
3775             'other' => q({0} mb),
3776             },
3777             'milligram' => {
3778             'name' => q(mg),
3779             'one' => q({0} mg),
3780             'other' => q({0} mg),
3781             },
3782             'millimeter' => {
3783             'name' => q(mm),
3784             'one' => q({0} mm),
3785             'other' => q({0} mm),
3786             },
3787             'millimeter-of-mercury' => {
3788             'name' => q(mm Hg),
3789             'one' => q({0} mm Hg),
3790             'other' => q({0} mm Hg),
3791             },
3792             'millisecond' => {
3793             'name' => q(ms),
3794             'one' => q({0} ms),
3795             'other' => q({0} ms),
3796             },
3797             'minute' => {
3798             'name' => q(min),
3799             'one' => q({0} min),
3800             'other' => q({0} min),
3801             'per' => q({0}/min),
3802             },
3803             'month' => {
3804             'name' => q(mes),
3805             'one' => q({0} m),
3806             'other' => q({0} m),
3807             'per' => q({0}/m),
3808             },
3809             'nanometer' => {
3810             'name' => q(nm),
3811             'one' => q({0} nm),
3812             'other' => q({0} nm),
3813             },
3814             'nanosecond' => {
3815             'name' => q(ns),
3816             'one' => q({0} ns),
3817             'other' => q({0} ns),
3818             },
3819             'nautical-mile' => {
3820             'one' => q({0} nmi),
3821             'other' => q({0} nmi),
3822             },
3823             'ounce' => {
3824             'name' => q(oz),
3825             'one' => q({0} oz),
3826             'other' => q({0} oz),
3827             'per' => q({0}/oz),
3828             },
3829             'ounce-troy' => {
3830             'name' => q(ozt),
3831             'one' => q({0} ozt),
3832             'other' => q({0} ozt),
3833             },
3834             'parsec' => {
3835             'name' => q(parsecs),
3836             'one' => q({0} pc),
3837             'other' => q({0} pc),
3838             },
3839             'per' => {
3840             '1' => q({0}/{1}),
3841             },
3842             'percent' => {
3843             'name' => q(%),
3844             'one' => q({0} %),
3845             'other' => q({0} %),
3846             },
3847             'picometer' => {
3848             'name' => q(pm),
3849             'one' => q({0}pm),
3850             'other' => q({0}pm),
3851             },
3852             'pound' => {
3853             'name' => q(lb),
3854             'one' => q({0} lb),
3855             'other' => q({0} lb),
3856             'per' => q({0}/lb),
3857             },
3858             'pound-per-square-inch' => {
3859             'name' => q(psi),
3860             'one' => q({0} psi),
3861             'other' => q({0} psi),
3862             },
3863             'second' => {
3864             'name' => q(s),
3865             'one' => q({0} s),
3866             'other' => q({0} s),
3867             'per' => q({0}/s),
3868             },
3869             'square-centimeter' => {
3870             'one' => q({0} cm²),
3871             'other' => q({0} cm²),
3872             },
3873             'square-foot' => {
3874             'one' => q({0}ft²),
3875             'other' => q({0}ft²),
3876             },
3877             'square-kilometer' => {
3878             'one' => q({0}km²),
3879             'other' => q({0}km²),
3880             },
3881             'square-meter' => {
3882             'one' => q({0}m²),
3883             'other' => q({0}m²),
3884             },
3885             'square-mile' => {
3886             'one' => q({0}mi²),
3887             'other' => q({0}mi²),
3888             },
3889             'ton' => {
3890             'name' => q(t),
3891             'one' => q({0} t),
3892             'other' => q({0} t),
3893             },
3894             'watt' => {
3895             'one' => q({0}W),
3896             'other' => q({0}W),
3897             },
3898             'week' => {
3899             'name' => q(setm.),
3900             'one' => q({0} setm.),
3901             'other' => q({0} setm.),
3902             'per' => q({0}/setm.),
3903             },
3904             'yard' => {
3905             'name' => q(iardes),
3906             'one' => q({0} yd),
3907             'other' => q({0} yd),
3908             },
3909             'year' => {
3910             'name' => q(anys),
3911             'one' => q({0} any),
3912             'other' => q({0} anys),
3913             'per' => q({0}/any),
3914             },
3915             },
3916             'short' => {
3917             '' => {
3918             'name' => q(punt),
3919             },
3920             'acre' => {
3921             'name' => q(acres),
3922             'one' => q({0} ac),
3923             'other' => q({0} ac),
3924             },
3925             'acre-foot' => {
3926             'name' => q(ac ft),
3927             'one' => q({0} ac ft),
3928             'other' => q({0} ac ft),
3929             },
3930             'ampere' => {
3931             'name' => q(A),
3932             'one' => q({0} A),
3933             'other' => q({0} A),
3934             },
3935             'arc-minute' => {
3936             'name' => q(arcmin),
3937             'one' => q({0} arcmin),
3938             'other' => q({0} arcmin),
3939             },
3940             'arc-second' => {
3941             'name' => q(arcsec),
3942             'one' => q({0} arcsec),
3943             'other' => q({0} arcsec),
3944             },
3945             'astronomical-unit' => {
3946             'name' => q(ua),
3947             'one' => q({0} ua),
3948             'other' => q({0} ua),
3949             },
3950             'atmosphere' => {
3951             'name' => q(atm),
3952             'one' => q({0} atm),
3953             'other' => q({0} atm),
3954             },
3955             'bit' => {
3956             'name' => q(bit),
3957             'one' => q({0} bit),
3958             'other' => q({0} bits),
3959             },
3960             'byte' => {
3961             'name' => q(B),
3962             'one' => q({0} B),
3963             'other' => q({0} B),
3964             },
3965             'calorie' => {
3966             'name' => q(cal),
3967             'one' => q({0} cal),
3968             'other' => q({0} cal),
3969             },
3970             'carat' => {
3971             'name' => q(quirat),
3972             'one' => q({0} ct),
3973             'other' => q({0} ct),
3974             },
3975             'celsius' => {
3976             'name' => q(°C),
3977             'one' => q({0} °C),
3978             'other' => q({0} °C),
3979             },
3980             'centiliter' => {
3981             'name' => q(cl),
3982             'one' => q({0} cl),
3983             'other' => q({0} cl),
3984             },
3985             'centimeter' => {
3986             'name' => q(cm),
3987             'one' => q({0} cm),
3988             'other' => q({0} cm),
3989             'per' => q({0}/cm),
3990             },
3991             'century' => {
3992             'name' => q(segles),
3993             'one' => q({0} segle),
3994             'other' => q({0} segles),
3995             },
3996             'coordinate' => {
3997             'east' => q({0}E),
3998             'north' => q({0}N),
3999             'south' => q({0}S),
4000             'west' => q({0}O),
4001             },
4002             'cubic-centimeter' => {
4003             'name' => q(cm³),
4004             'one' => q({0} cm³),
4005             'other' => q({0} cm³),
4006             'per' => q({0}/cm³),
4007             },
4008             'cubic-foot' => {
4009             'name' => q(ft³),
4010             'one' => q({0} ft³),
4011             'other' => q({0} ft³),
4012             },
4013             'cubic-inch' => {
4014             'name' => q(in³),
4015             'one' => q({0} in³),
4016             'other' => q({0} in³),
4017             },
4018             'cubic-kilometer' => {
4019             'name' => q(km³),
4020             'one' => q({0} km³),
4021             'other' => q({0} km³),
4022             },
4023             'cubic-meter' => {
4024             'name' => q(m³),
4025             'one' => q({0} m³),
4026             'other' => q({0} m³),
4027             'per' => q({0}/m³),
4028             },
4029             'cubic-mile' => {
4030             'name' => q(mi³),
4031             'one' => q({0} mi³),
4032             'other' => q({0} mi³),
4033             },
4034             'cubic-yard' => {
4035             'name' => q(yd³),
4036             'one' => q({0} yd³),
4037             'other' => q({0} yd³),
4038             },
4039             'cup' => {
4040             'name' => q(tassa),
4041             'one' => q({0} tassa),
4042             'other' => q({0} tasses),
4043             },
4044             'cup-metric' => {
4045             'name' => q(mcup),
4046             'one' => q({0} mc),
4047             'other' => q({0} mc),
4048             },
4049             'day' => {
4050             'name' => q(dies),
4051             'one' => q({0} dia),
4052             'other' => q({0} dies),
4053             'per' => q({0}/d),
4054             },
4055             'deciliter' => {
4056             'name' => q(dl),
4057             'one' => q({0} dl),
4058             'other' => q({0} dl),
4059             },
4060             'decimeter' => {
4061             'name' => q(dm),
4062             'one' => q({0} dm),
4063             'other' => q({0} dm),
4064             },
4065             'degree' => {
4066             'name' => q(º),
4067             'one' => q({0}°),
4068             'other' => q({0}°),
4069             },
4070             'fahrenheit' => {
4071             'name' => q(°F),
4072             'one' => q({0} °F),
4073             'other' => q({0} °F),
4074             },
4075             'fluid-ounce' => {
4076             'name' => q(fl oz),
4077             'one' => q({0} fl oz),
4078             'other' => q({0} fl oz),
4079             },
4080             'foodcalorie' => {
4081             'name' => q(kcal),
4082             'one' => q({0} kcal),
4083             'other' => q({0} kcal),
4084             },
4085             'foot' => {
4086             'name' => q(peus),
4087             'one' => q({0} ft),
4088             'other' => q({0} ft),
4089             'per' => q({0}/ft),
4090             },
4091             'g-force' => {
4092             'name' => q(G),
4093             'one' => q({0} G),
4094             'other' => q({0} G),
4095             },
4096             'gallon' => {
4097             'name' => q(gal),
4098             'one' => q({0} gal),
4099             'other' => q({0} gal),
4100             'per' => q({0}/gal),
4101             },
4102             'gallon-imperial' => {
4103             'name' => q(gal imp.),
4104             'one' => q({0} gal imp.),
4105             'other' => q({0} gal imp.),
4106             'per' => q({0}/gal imp.),
4107             },
4108             'generic' => {
4109             'name' => q(°),
4110             'one' => q({0}°),
4111             'other' => q({0}°),
4112             },
4113             'gigabit' => {
4114             'name' => q(Gb),
4115             'one' => q({0} Gb),
4116             'other' => q({0} Gb),
4117             },
4118             'gigabyte' => {
4119             'name' => q(GB),
4120             'one' => q({0} GB),
4121             'other' => q({0} GB),
4122             },
4123             'gigahertz' => {
4124             'name' => q(GHz),
4125             'one' => q({0} GHz),
4126             'other' => q({0} GHz),
4127             },
4128             'gigawatt' => {
4129             'name' => q(GW),
4130             'one' => q({0} GW),
4131             'other' => q({0} GW),
4132             },
4133             'gram' => {
4134             'name' => q(grams),
4135             'one' => q({0} g),
4136             'other' => q({0} g),
4137             'per' => q({0}/g),
4138             },
4139             'hectare' => {
4140             'name' => q(hectàrees),
4141             'one' => q({0} ha),
4142             'other' => q({0} ha),
4143             },
4144             'hectoliter' => {
4145             'name' => q(hl),
4146             'one' => q({0} hl),
4147             'other' => q({0} hl),
4148             },
4149             'hectopascal' => {
4150             'name' => q(hPa),
4151             'one' => q({0} hPa),
4152             'other' => q({0} hPa),
4153             },
4154             'hertz' => {
4155             'name' => q(Hz),
4156             'one' => q({0} Hz),
4157             'other' => q({0} Hz),
4158             },
4159             'horsepower' => {
4160             'name' => q(CV),
4161             'one' => q({0} CV),
4162             'other' => q({0} CV),
4163             },
4164             'hour' => {
4165             'name' => q(hores),
4166             'one' => q({0} h),
4167             'other' => q({0} h),
4168             'per' => q({0}/h),
4169             },
4170             'inch' => {
4171             'name' => q(polzades),
4172             'one' => q({0} in),
4173             'other' => q({0} in),
4174             'per' => q({0}/in),
4175             },
4176             'inch-hg' => {
4177             'name' => q(inHg),
4178             'one' => q({0} inHg),
4179             'other' => q({0} inHg),
4180             },
4181             'joule' => {
4182             'name' => q(J),
4183             'one' => q({0} J),
4184             'other' => q({0} J),
4185             },
4186             'karat' => {
4187             'name' => q(ct),
4188             'one' => q({0} ct),
4189             'other' => q({0} ct),
4190             },
4191             'kelvin' => {
4192             'name' => q(K),
4193             'one' => q({0} K),
4194             'other' => q({0} K),
4195             },
4196             'kilobit' => {
4197             'name' => q(kb),
4198             'one' => q({0} kb),
4199             'other' => q({0} kb),
4200             },
4201             'kilobyte' => {
4202             'name' => q(kB),
4203             'one' => q({0} kB),
4204             'other' => q({0} kB),
4205             },
4206             'kilocalorie' => {
4207             'name' => q(kcal),
4208             'one' => q({0} kcal),
4209             'other' => q({0} kcal),
4210             },
4211             'kilogram' => {
4212             'name' => q(kg),
4213             'one' => q({0} kg),
4214             'other' => q({0} kg),
4215             'per' => q({0}/kg),
4216             },
4217             'kilohertz' => {
4218             'name' => q(kHz),
4219             'one' => q({0} kHz),
4220             'other' => q({0} kHz),
4221             },
4222             'kilojoule' => {
4223             'name' => q(kJ),
4224             'one' => q({0} kJ),
4225             'other' => q({0} kJ),
4226             },
4227             'kilometer' => {
4228             'name' => q(km),
4229             'one' => q({0} km),
4230             'other' => q({0} km),
4231             'per' => q({0}/km),
4232             },
4233             'kilometer-per-hour' => {
4234             'name' => q(km/h),
4235             'one' => q({0} km/h),
4236             'other' => q({0} km/h),
4237             },
4238             'kilowatt' => {
4239             'name' => q(kW),
4240             'one' => q({0} kW),
4241             'other' => q({0} kW),
4242             },
4243             'kilowatt-hour' => {
4244             'name' => q(kWh),
4245             'one' => q({0} kWh),
4246             'other' => q({0} kWh),
4247             },
4248             'knot' => {
4249             'name' => q(kn),
4250             'one' => q({0} kn),
4251             'other' => q({0} kn),
4252             },
4253             'light-year' => {
4254             'name' => q(anys llum),
4255             'one' => q({0} any ll.),
4256             'other' => q({0} anys ll.),
4257             },
4258             'liter' => {
4259             'name' => q(l),
4260             'one' => q({0} l),
4261             'other' => q({0} l),
4262             'per' => q({0}/l),
4263             },
4264             'liter-per-100kilometers' => {
4265             'name' => q(l/100 km),
4266             'one' => q({0} l/100 km),
4267             'other' => q({0} l/100 km),
4268             },
4269             'liter-per-kilometer' => {
4270             'name' => q(l/km),
4271             'one' => q({0} l/km),
4272             'other' => q({0} l/km),
4273             },
4274             'lux' => {
4275             'name' => q(lx),
4276             'one' => q({0} lx),
4277             'other' => q({0} lx),
4278             },
4279             'megabit' => {
4280             'name' => q(Mbit),
4281             'one' => q({0} Mbit),
4282             'other' => q({0} Mbit),
4283             },
4284             'megabyte' => {
4285             'name' => q(MB),
4286             'one' => q({0} MB),
4287             'other' => q({0} MB),
4288             },
4289             'megahertz' => {
4290             'name' => q(MHz),
4291             'one' => q({0} MHz),
4292             'other' => q({0} MHz),
4293             },
4294             'megaliter' => {
4295             'name' => q(Ml),
4296             'one' => q({0} Ml),
4297             'other' => q({0} Ml),
4298             },
4299             'megawatt' => {
4300             'name' => q(MW),
4301             'one' => q({0} MW),
4302             'other' => q({0} MW),
4303             },
4304             'meter' => {
4305             'name' => q(metres),
4306             'one' => q({0} m),
4307             'other' => q({0} m),
4308             'per' => q({0}/m),
4309             },
4310             'meter-per-second' => {
4311             'name' => q(m/s),
4312             'one' => q({0} m/s),
4313             'other' => q({0} m/s),
4314             },
4315             'meter-per-second-squared' => {
4316             'name' => q(m/s²),
4317             'one' => q({0} m/s²),
4318             'other' => q({0} m/s²),
4319             },
4320             'metric-ton' => {
4321             'name' => q(t mètriques),
4322             'one' => q({0} t mètr.),
4323             'other' => q({0} t mètr.),
4324             },
4325             'microgram' => {
4326             'name' => q(µg),
4327             'one' => q({0} µg),
4328             'other' => q({0} µg),
4329             },
4330             'micrometer' => {
4331             'name' => q(µm),
4332             'one' => q({0} µm),
4333             'other' => q({0} µm),
4334             },
4335             'microsecond' => {
4336             'name' => q(μs),
4337             'one' => q({0} μs),
4338             'other' => q({0} μs),
4339             },
4340             'mile' => {
4341             'name' => q(milles),
4342             'one' => q({0} mi),
4343             'other' => q({0} mi),
4344             },
4345             'mile-per-gallon' => {
4346             'name' => q(mi/gal),
4347             'one' => q({0} mi/gal),
4348             'other' => q({0} mi/gal),
4349             },
4350             'mile-per-gallon-imperial' => {
4351             'name' => q(mi/gal imp.),
4352             'one' => q({0} mi/gal imp.),
4353             'other' => q({0} mi/gal imp.),
4354             },
4355             'mile-per-hour' => {
4356             'name' => q(mi/h),
4357             'one' => q({0} mi/h),
4358             'other' => q({0} mi/h),
4359             },
4360             'mile-scandinavian' => {
4361             'name' => q(smi),
4362             'one' => q({0} smi),
4363             'other' => q({0} smi),
4364             },
4365             'milliampere' => {
4366             'name' => q(mA),
4367             'one' => q({0} mA),
4368             'other' => q({0} mA),
4369             },
4370             'millibar' => {
4371             'name' => q(mbar),
4372             'one' => q({0} mbar),
4373             'other' => q({0} mbar),
4374             },
4375             'milligram' => {
4376             'name' => q(mg),
4377             'one' => q({0} mg),
4378             'other' => q({0} mg),
4379             },
4380             'milligram-per-deciliter' => {
4381             'name' => q(mg/dl),
4382             'one' => q({0} mg/dl),
4383             'other' => q({0} mg/dl),
4384             },
4385             'milliliter' => {
4386             'name' => q(ml),
4387             'one' => q({0} ml),
4388             'other' => q({0} ml),
4389             },
4390             'millimeter' => {
4391             'name' => q(mm),
4392             'one' => q({0} mm),
4393             'other' => q({0} mm),
4394             },
4395             'millimeter-of-mercury' => {
4396             'name' => q(mmHg),
4397             'one' => q({0} mmHg),
4398             'other' => q({0} mmHg),
4399             },
4400             'millimole-per-liter' => {
4401             'name' => q(mM/l),
4402             'one' => q({0} mM/l),
4403             'other' => q({0} mM/l),
4404             },
4405             'millisecond' => {
4406             'name' => q(mil·lisegons),
4407             'one' => q({0} ms),
4408             'other' => q({0} ms),
4409             },
4410             'milliwatt' => {
4411             'name' => q(mW),
4412             'one' => q({0} mW),
4413             'other' => q({0} mW),
4414             },
4415             'minute' => {
4416             'name' => q(min),
4417             'one' => q({0} min),
4418             'other' => q({0} min),
4419             'per' => q({0}/min),
4420             },
4421             'month' => {
4422             'name' => q(mesos),
4423             'one' => q({0} mes),
4424             'other' => q({0} mesos),
4425             'per' => q({0}/m),
4426             },
4427             'nanometer' => {
4428             'name' => q(nm),
4429             'one' => q({0} nm),
4430             'other' => q({0} nm),
4431             },
4432             'nanosecond' => {
4433             'name' => q(ns),
4434             'one' => q({0} ns),
4435             'other' => q({0} ns),
4436             },
4437             'nautical-mile' => {
4438             'name' => q(NM),
4439             'one' => q({0} NM),
4440             'other' => q({0} NM),
4441             },
4442             'ohm' => {
4443             'name' => q(Ω),
4444             'one' => q({0} Ω),
4445             'other' => q({0} Ω),
4446             },
4447             'ounce' => {
4448             'name' => q(oz),
4449             'one' => q({0} oz),
4450             'other' => q({0} oz),
4451             'per' => q({0}/oz),
4452             },
4453             'ounce-troy' => {
4454             'name' => q(ozt),
4455             'one' => q({0} ozt),
4456             'other' => q({0} ozt),
4457             },
4458             'parsec' => {
4459             'name' => q(parsecs),
4460             'one' => q({0} pc),
4461             'other' => q({0} pc),
4462             },
4463             'part-per-million' => {
4464             'name' => q(ppm),
4465             'one' => q({0} ppm),
4466             'other' => q({0} ppm),
4467             },
4468             'per' => {
4469             '1' => q({0}/{1}),
4470             },
4471             'percent' => {
4472             'name' => q(per cent),
4473             'one' => q({0} %),
4474             'other' => q({0} %),
4475             },
4476             'permille' => {
4477             'name' => q(per mil),
4478             'one' => q({0} ‰),
4479             'other' => q({0} ‰),
4480             },
4481             'petabyte' => {
4482             'name' => q(PB),
4483             'one' => q({0} PB),
4484             'other' => q({0} PB),
4485             },
4486             'picometer' => {
4487             'name' => q(pm),
4488             'one' => q({0} pm),
4489             'other' => q({0} pm),
4490             },
4491             'pint' => {
4492             'name' => q(pt),
4493             'one' => q({0} pt),
4494             'other' => q({0} pt),
4495             },
4496             'pint-metric' => {
4497             'name' => q(ptm),
4498             'one' => q({0} ptm),
4499             'other' => q({0} ptm),
4500             },
4501             'point' => {
4502             'name' => q(punts),
4503             'one' => q({0} pt),
4504             'other' => q({0} pt),
4505             },
4506             'pound' => {
4507             'name' => q(lb),
4508             'one' => q({0} lb),
4509             'other' => q({0} lb),
4510             'per' => q({0}/lb),
4511             },
4512             'pound-per-square-inch' => {
4513             'name' => q(psi),
4514             'one' => q({0} psi),
4515             'other' => q({0} psi),
4516             },
4517             'quart' => {
4518             'name' => q(qt),
4519             'one' => q({0} qt),
4520             'other' => q({0} qt),
4521             },
4522             'radian' => {
4523             'name' => q(rad),
4524             'one' => q({0} rad),
4525             'other' => q({0} rad),
4526             },
4527             'revolution' => {
4528             'name' => q(r),
4529             'one' => q({0} r),
4530             'other' => q({0} r),
4531             },
4532             'second' => {
4533             'name' => q(s),
4534             'one' => q({0} s),
4535             'other' => q({0} s),
4536             'per' => q({0}/s),
4537             },
4538             'square-centimeter' => {
4539             'name' => q(cm²),
4540             'one' => q({0} cm²),
4541             'other' => q({0} cm²),
4542             'per' => q({0}/cm²),
4543             },
4544             'square-foot' => {
4545             'name' => q(ft²),
4546             'one' => q({0} ft²),
4547             'other' => q({0} ft²),
4548             },
4549             'square-inch' => {
4550             'name' => q(in²),
4551             'one' => q({0} in²),
4552             'other' => q({0} in²),
4553             'per' => q({0}/in²),
4554             },
4555             'square-kilometer' => {
4556             'name' => q(km²),
4557             'one' => q({0} km²),
4558             'other' => q({0} km²),
4559             'per' => q({0}/km²),
4560             },
4561             'square-meter' => {
4562             'name' => q(m²),
4563             'one' => q({0} m²),
4564             'other' => q({0} m²),
4565             'per' => q({0}/m²),
4566             },
4567             'square-mile' => {
4568             'name' => q(mi²),
4569             'one' => q({0} mi²),
4570             'other' => q({0} mi²),
4571             'per' => q({0}/mi²),
4572             },
4573             'square-yard' => {
4574             'name' => q(yd²),
4575             'one' => q({0} yd²),
4576             'other' => q({0} yd²),
4577             },
4578             'tablespoon' => {
4579             'name' => q(cull.),
4580             'one' => q({0} cull.),
4581             'other' => q({0} cull.),
4582             },
4583             'teaspoon' => {
4584             'name' => q(cdta.),
4585             'one' => q({0} cdta.),
4586             'other' => q({0} cdta.),
4587             },
4588             'terabit' => {
4589             'name' => q(Tb),
4590             'one' => q({0} Tb),
4591             'other' => q({0} Tb),
4592             },
4593             'terabyte' => {
4594             'name' => q(TB),
4595             'one' => q({0} TB),
4596             'other' => q({0} TB),
4597             },
4598             'ton' => {
4599             'name' => q(t),
4600             'one' => q({0} t),
4601             'other' => q({0} t),
4602             },
4603             'volt' => {
4604             'name' => q(V),
4605             'one' => q({0} V),
4606             'other' => q({0} V),
4607             },
4608             'watt' => {
4609             'name' => q(W),
4610             'one' => q({0} W),
4611             'other' => q({0} W),
4612             },
4613             'week' => {
4614             'name' => q(setm.),
4615             'one' => q({0} setm.),
4616             'other' => q({0} setm.),
4617             'per' => q({0}/setm.),
4618             },
4619             'yard' => {
4620             'name' => q(iardes),
4621             'one' => q({0} yd),
4622             'other' => q({0} yd),
4623             },
4624             'year' => {
4625             'name' => q(anys),
4626             'one' => q({0} any),
4627             'other' => q({0} anys),
4628             'per' => q({0}/a),
4629             },
4630             },
4631             } }
4632             );
4633              
4634             has 'yesstr' => (
4635             is => 'ro',
4636             isa => RegexpRef,
4637             init_arg => undef,
4638             default => sub { qr'^(?i:sí|s|yes|y)$' }
4639             );
4640              
4641             has 'nostr' => (
4642             is => 'ro',
4643             isa => RegexpRef,
4644             init_arg => undef,
4645             default => sub { qr'^(?i:no|n)$' }
4646             );
4647              
4648             has 'listPatterns' => (
4649             is => 'ro',
4650             isa => HashRef,
4651             init_arg => undef,
4652             default => sub { {
4653             start => q({0}, {1}),
4654             middle => q({0}, {1}),
4655             end => q({0} i {1}),
4656             2 => q({0} i {1}),
4657             } }
4658             );
4659              
4660             has 'default_numbering_system' => (
4661             is => 'ro',
4662             isa => Str,
4663             init_arg => undef,
4664             default => 'latn',
4665             );
4666              
4667             has native_numbering_system => (
4668             is => 'ro',
4669             isa => Str,
4670             init_arg => undef,
4671             default => 'latn',
4672             );
4673              
4674             has 'minimum_grouping_digits' => (
4675             is =>'ro',
4676             isa => Int,
4677             init_arg => undef,
4678             default => 1,
4679             );
4680              
4681             has 'number_symbols' => (
4682             is => 'ro',
4683             isa => HashRef,
4684             init_arg => undef,
4685             default => sub { {
4686             'latn' => {
4687             'decimal' => q(,),
4688             'exponential' => q(E),
4689             'group' => q(.),
4690             'infinity' => q(∞),
4691             'list' => q(;),
4692             'minusSign' => q(-),
4693             'nan' => q(NaN),
4694             'perMille' => q(‰),
4695             'percentSign' => q(%),
4696             'plusSign' => q(+),
4697             'superscriptingExponent' => q(×),
4698             'timeSeparator' => q(:),
4699             },
4700             } }
4701             );
4702              
4703             has 'number_formats' => (
4704             is => 'ro',
4705             isa => HashRef,
4706             init_arg => undef,
4707             default => sub { {
4708             decimalFormat => {
4709             'default' => {
4710             '1000' => {
4711             'one' => '0m',
4712             'other' => '0m',
4713             },
4714             '10000' => {
4715             'one' => '00m',
4716             'other' => '00m',
4717             },
4718             '100000' => {
4719             'one' => '000m',
4720             'other' => '000m',
4721             },
4722             '1000000' => {
4723             'one' => '0 M',
4724             'other' => '0 M',
4725             },
4726             '10000000' => {
4727             'one' => '00 M',
4728             'other' => '00 M',
4729             },
4730             '100000000' => {
4731             'one' => '000 M',
4732             'other' => '000 M',
4733             },
4734             '1000000000' => {
4735             'one' => '0000 M',
4736             'other' => '0000 M',
4737             },
4738             '10000000000' => {
4739             'one' => '00mM',
4740             'other' => '00mM',
4741             },
4742             '100000000000' => {
4743             'one' => '000mM',
4744             'other' => '000mM',
4745             },
4746             '1000000000000' => {
4747             'one' => '0 B',
4748             'other' => '0 B',
4749             },
4750             '10000000000000' => {
4751             'one' => '00 B',
4752             'other' => '00 B',
4753             },
4754             '100000000000000' => {
4755             'one' => '000 B',
4756             'other' => '000 B',
4757             },
4758             'standard' => {
4759             'default' => '#,##0.###',
4760             },
4761             },
4762             'long' => {
4763             '1000' => {
4764             'one' => '0 miler',
4765             'other' => '0 milers',
4766             },
4767             '10000' => {
4768             'one' => '00 milers',
4769             'other' => '00 milers',
4770             },
4771             '100000' => {
4772             'one' => '000 milers',
4773             'other' => '000 milers',
4774             },
4775             '1000000' => {
4776             'one' => '0 milió',
4777             'other' => '0 milions',
4778             },
4779             '10000000' => {
4780             'one' => '00 milions',
4781             'other' => '00 milions',
4782             },
4783             '100000000' => {
4784             'one' => '000 milions',
4785             'other' => '000 milions',
4786             },
4787             '1000000000' => {
4788             'one' => '0 miler de milions',
4789             'other' => '0 milers de milions',
4790             },
4791             '10000000000' => {
4792             'one' => '00 milers de milions',
4793             'other' => '00 milers de milions',
4794             },
4795             '100000000000' => {
4796             'one' => '000 milers de milions',
4797             'other' => '000 milers de milions',
4798             },
4799             '1000000000000' => {
4800             'one' => '0 bilió',
4801             'other' => '0 bilions',
4802             },
4803             '10000000000000' => {
4804             'one' => '00 bilions',
4805             'other' => '00 bilions',
4806             },
4807             '100000000000000' => {
4808             'one' => '000 bilions',
4809             'other' => '000 bilions',
4810             },
4811             },
4812             'short' => {
4813             '1000' => {
4814             'one' => '0m',
4815             'other' => '0m',
4816             },
4817             '10000' => {
4818             'one' => '00m',
4819             'other' => '00m',
4820             },
4821             '100000' => {
4822             'one' => '000m',
4823             'other' => '000m',
4824             },
4825             '1000000' => {
4826             'one' => '0 M',
4827             'other' => '0 M',
4828             },
4829             '10000000' => {
4830             'one' => '00 M',
4831             'other' => '00 M',
4832             },
4833             '100000000' => {
4834             'one' => '000 M',
4835             'other' => '000 M',
4836             },
4837             '1000000000' => {
4838             'one' => '0000 M',
4839             'other' => '0000 M',
4840             },
4841             '10000000000' => {
4842             'one' => '00mM',
4843             'other' => '00mM',
4844             },
4845             '100000000000' => {
4846             'one' => '000mM',
4847             'other' => '000mM',
4848             },
4849             '1000000000000' => {
4850             'one' => '0 B',
4851             'other' => '0 B',
4852             },
4853             '10000000000000' => {
4854             'one' => '00 B',
4855             'other' => '00 B',
4856             },
4857             '100000000000000' => {
4858             'one' => '000 B',
4859             'other' => '000 B',
4860             },
4861             },
4862             },
4863             percentFormat => {
4864             'default' => {
4865             'standard' => {
4866             'default' => '#,##0%',
4867             },
4868             },
4869             },
4870             scientificFormat => {
4871             'default' => {
4872             'standard' => {
4873             'default' => '#E0',
4874             },
4875             },
4876             },
4877             } },
4878             );
4879              
4880             has 'number_currency_formats' => (
4881             is => 'ro',
4882             isa => HashRef,
4883             init_arg => undef,
4884             default => sub { {
4885             'latn' => {
4886             'pattern' => {
4887             'default' => {
4888             'accounting' => {
4889             'negative' => '(#,##0.00 ¤)',
4890             'positive' => '#,##0.00 ¤',
4891             },
4892             'standard' => {
4893             'positive' => '#,##0.00 ¤',
4894             },
4895             },
4896             },
4897             },
4898             } },
4899             );
4900              
4901             has 'currencies' => (
4902             is => 'ro',
4903             isa => HashRef,
4904             init_arg => undef,
4905             default => sub { {
4906             'ADP' => {
4907             symbol => 'ADP',
4908             display_name => {
4909             'currency' => q(pesseta andorrana),
4910             'one' => q(pesseta andorrana),
4911             'other' => q(pessetes andorranes),
4912             },
4913             },
4914             'AED' => {
4915             symbol => 'AED',
4916             display_name => {
4917             'currency' => q(dírham de la UEA),
4918             'one' => q(dírham de la UEA),
4919             'other' => q(dírhams de la UEA),
4920             },
4921             },
4922             'AFA' => {
4923             symbol => 'AFA',
4924             display_name => {
4925             'currency' => q(afgani afganès \(1927–2002\)),
4926             'one' => q(afgani afganès \(1927–2002\)),
4927             'other' => q(afganis afganesos \(1927–2002\)),
4928             },
4929             },
4930             'AFN' => {
4931             symbol => 'AFN',
4932             display_name => {
4933             'currency' => q(afgani afganès),
4934             'one' => q(afgani afganès),
4935             'other' => q(afganis afganesos),
4936             },
4937             },
4938             'ALK' => {
4939             display_name => {
4940             'currency' => q(lek albanès \(1946–1965\)),
4941             'one' => q(lek albanès \(1946–1965\)),
4942             'other' => q(lekë albanesos \(1946–1965\)),
4943             },
4944             },
4945             'ALL' => {
4946             symbol => 'ALL',
4947             display_name => {
4948             'currency' => q(lek albanès),
4949             'one' => q(lek albanès),
4950             'other' => q(lekë albanesos),
4951             },
4952             },
4953             'AMD' => {
4954             symbol => 'AMD',
4955             display_name => {
4956             'currency' => q(dram armeni),
4957             'one' => q(dram armeni),
4958             'other' => q(drams armenis),
4959             },
4960             },
4961             'ANG' => {
4962             symbol => 'ANG',
4963             display_name => {
4964             'currency' => q(florí de les Antilles Neerlandeses),
4965             'one' => q(florí de les Antilles Neerlandeses),
4966             'other' => q(florins de les Antilles Neerlandeses),
4967             },
4968             },
4969             'AOA' => {
4970             symbol => 'AOA',
4971             display_name => {
4972             'currency' => q(kwanza angolès),
4973             'one' => q(kwanza angolès),
4974             'other' => q(kwanzas angolesos),
4975             },
4976             },
4977             'AOK' => {
4978             symbol => 'AOK',
4979             display_name => {
4980             'currency' => q(kwanza angolès \(1977–1991\)),
4981             'one' => q(kwanza angolès \(1977–1991\)),
4982             'other' => q(kwanzas angolesos \(1977–1991\)),
4983             },
4984             },
4985             'AON' => {
4986             symbol => 'AON',
4987             display_name => {
4988             'currency' => q(nou kwanza angolès \(1990–2000\)),
4989             'one' => q(nou kwanza angolès \(1990–2000\)),
4990             'other' => q(nous kwanzas angolesos \(1990–2000\)),
4991             },
4992             },
4993             'AOR' => {
4994             symbol => 'AOR',
4995             display_name => {
4996             'currency' => q(kwanza angolès reajustat \(1995–1999\)),
4997             'one' => q(kwanza angolès reajustat \(1995–1999\)),
4998             'other' => q(kwanzas angolesos \(1995–1999\)),
4999             },
5000             },
5001             'ARA' => {
5002             symbol => 'ARA',
5003             display_name => {
5004             'currency' => q(austral argentí),
5005             'one' => q(austral argentí),
5006             'other' => q(australs argentins),
5007             },
5008             },
5009             'ARL' => {
5010             symbol => 'ARL',
5011             display_name => {
5012             'currency' => q(peso ley argentí \(1970–1983\)),
5013             'one' => q(peso ley argentí \(1970–1983\)),
5014             'other' => q(pesos ley argentins \(1970–1983\)),
5015             },
5016             },
5017             'ARM' => {
5018             symbol => 'ARM',
5019             display_name => {
5020             'currency' => q(peso argentí \(1981–1970\)),
5021             'one' => q(peso argentí moneda nacional),
5022             'other' => q(pesos argentins moneda nacional),
5023             },
5024             },
5025             'ARP' => {
5026             symbol => 'ARP',
5027             display_name => {
5028             'currency' => q(peso argentí \(1983–1985\)),
5029             'one' => q(peso argentí \(1983–1985\)),
5030             'other' => q(pesos argentins \(1983–1985\)),
5031             },
5032             },
5033             'ARS' => {
5034             symbol => 'ARS',
5035             display_name => {
5036             'currency' => q(peso argentí),
5037             'one' => q(peso argentí),
5038             'other' => q(pesos argentins),
5039             },
5040             },
5041             'ATS' => {
5042             symbol => 'ATS',
5043             display_name => {
5044             'currency' => q(xíling austríac),
5045             'one' => q(xíling austríac),
5046             'other' => q(xílings austríacs),
5047             },
5048             },
5049             'AUD' => {
5050             symbol => 'AU$',
5051             display_name => {
5052             'currency' => q(dòlar australià),
5053             'one' => q(dòlar australià),
5054             'other' => q(dòlars australians),
5055             },
5056             },
5057             'AWG' => {
5058             symbol => 'AWG',
5059             display_name => {
5060             'currency' => q(florí d’Aruba),
5061             'one' => q(florí d’Aruba),
5062             'other' => q(florins d’Aruba),
5063             },
5064             },
5065             'AZM' => {
5066             symbol => 'AZM',
5067             display_name => {
5068             'currency' => q(manat azerbaidjanès \(1993–2006\)),
5069             'one' => q(manat azerbaidjanès \(1993–2006\)),
5070             'other' => q(manats azerbaidjanesos \(1993–2006\)),
5071             },
5072             },
5073             'AZN' => {
5074             symbol => 'AZN',
5075             display_name => {
5076             'currency' => q(manat azerbaidjanès),
5077             'one' => q(manat azerbaidjanès),
5078             'other' => q(manats azerbaidjanesos),
5079             },
5080             },
5081             'BAD' => {
5082             symbol => 'BAD',
5083             display_name => {
5084             'currency' => q(dinar de Bòsnia i Hercegovina \(1992–1994\)),
5085             'one' => q(dinar de Bòsnia i Hercegovina \(1992–1994\)),
5086             'other' => q(dinars de Bòsnia i Hercegovina \(1992–1994\)),
5087             },
5088             },
5089             'BAM' => {
5090             symbol => 'BAM',
5091             display_name => {
5092             'currency' => q(marc convertible de Bòsnia i Hercegovina),
5093             'one' => q(marc convertible de Bòsnia i Hercegovina),
5094             'other' => q(marcs convertibles de Bòsnia i Hercegovina),
5095             },
5096             },
5097             'BAN' => {
5098             symbol => 'BAN',
5099             display_name => {
5100             'currency' => q(nou dinar de Bòsnia i Hercegovina \(1994–1997\)),
5101             'one' => q(nou dinar de Bòsnia i Hercegovina \(1994–1997\)),
5102             'other' => q(nous dinars de Bòsnia i Hercegovina \(1994–1997\)),
5103             },
5104             },
5105             'BBD' => {
5106             symbol => 'BBD',
5107             display_name => {
5108             'currency' => q(dòlar de Barbados),
5109             'one' => q(dòlar de Barbados),
5110             'other' => q(dòlars de Barbados),
5111             },
5112             },
5113             'BDT' => {
5114             symbol => 'BDT',
5115             display_name => {
5116             'currency' => q(taka de Bangla Desh),
5117             'one' => q(taka de Bangla Desh),
5118             'other' => q(taka de Bangla Desh),
5119             },
5120             },
5121             'BEC' => {
5122             symbol => 'BEC',
5123             display_name => {
5124             'currency' => q(franc belga \(convertible\)),
5125             'one' => q(franc belga \(convertible\)),
5126             'other' => q(francs belgues \(convertibles\)),
5127             },
5128             },
5129             'BEF' => {
5130             symbol => 'BEF',
5131             display_name => {
5132             'currency' => q(franc belga),
5133             'one' => q(franc belga),
5134             'other' => q(francs belgues),
5135             },
5136             },
5137             'BEL' => {
5138             symbol => 'BEL',
5139             display_name => {
5140             'currency' => q(franc belga \(financer\)),
5141             'one' => q(franc belga \(financer\)),
5142             'other' => q(francs belgues \(financers\)),
5143             },
5144             },
5145             'BGL' => {
5146             symbol => 'BGL',
5147             display_name => {
5148             'currency' => q(lev fort búlgar),
5149             'one' => q(lev fort búlgar),
5150             'other' => q(leva forts búlgars),
5151             },
5152             },
5153             'BGM' => {
5154             symbol => 'BGM',
5155             display_name => {
5156             'currency' => q(lev socialista búlgar),
5157             'one' => q(lev socialista búlgar),
5158             'other' => q(leva socialistes búlgars),
5159             },
5160             },
5161             'BGN' => {
5162             symbol => 'BGN',
5163             display_name => {
5164             'currency' => q(lev búlgar),
5165             'one' => q(lev búlgar),
5166             'other' => q(leva búlgars),
5167             },
5168             },
5169             'BGO' => {
5170             symbol => 'BGO',
5171             display_name => {
5172             'currency' => q(lev búlgar \(1879–1952\)),
5173             'one' => q(lev búlgar \(1879–1952\)),
5174             'other' => q(leva búlgars \(1879–1952\)),
5175             },
5176             },
5177             'BHD' => {
5178             symbol => 'BHD',
5179             display_name => {
5180             'currency' => q(dinar de Bahrain),
5181             'one' => q(dinar de Bahrain),
5182             'other' => q(dinars de Bahrain),
5183             },
5184             },
5185             'BIF' => {
5186             symbol => 'BIF',
5187             display_name => {
5188             'currency' => q(franc de Burundi),
5189             'one' => q(franc de Burundi),
5190             'other' => q(francs de Burundi),
5191             },
5192             },
5193             'BMD' => {
5194             symbol => 'BMD',
5195             display_name => {
5196             'currency' => q(dòlar de les Bermudes),
5197             'one' => q(dòlar de les Bermudes),
5198             'other' => q(dòlars de les Bermudes),
5199             },
5200             },
5201             'BND' => {
5202             symbol => 'BND',
5203             display_name => {
5204             'currency' => q(dòlar de Brunei),
5205             'one' => q(dòlar de Brunei),
5206             'other' => q(dòlars de Brunei),
5207             },
5208             },
5209             'BOB' => {
5210             symbol => 'BOB',
5211             display_name => {
5212             'currency' => q(bolivià),
5213             'one' => q(bolivià),
5214             'other' => q(bolivians),
5215             },
5216             },
5217             'BOL' => {
5218             symbol => 'BOL',
5219             display_name => {
5220             'currency' => q(boliviano bolivià \(1863–1963\)),
5221             'one' => q(boliviano bolivià \(1863–1963\)),
5222             'other' => q(bolivianos bolivians \(1863–1963\)),
5223             },
5224             },
5225             'BOP' => {
5226             symbol => 'BOP',
5227             display_name => {
5228             'currency' => q(peso bolivià),
5229             'one' => q(peso bolivià),
5230             'other' => q(pesos bolivians),
5231             },
5232             },
5233             'BOV' => {
5234             symbol => 'BOV',
5235             display_name => {
5236             'currency' => q(MVDOL bolivià),
5237             'one' => q(MVDOL bolivià),
5238             'other' => q(MVDOL bolivians),
5239             },
5240             },
5241             'BRB' => {
5242             symbol => 'BRB',
5243             display_name => {
5244             'currency' => q(cruzeiro novo brasiler \(1967–1986\)),
5245             'one' => q(cruzeiro novo brasiler \(1967–1986\)),
5246             'other' => q(cruzeiros novos brasilers \(1967–1986\)),
5247             },
5248             },
5249             'BRC' => {
5250             symbol => 'BRC',
5251             display_name => {
5252             'currency' => q(cruzado brasiler),
5253             'one' => q(cruzado brasiler),
5254             'other' => q(cruzados brasilers),
5255             },
5256             },
5257             'BRE' => {
5258             symbol => 'BRE',
5259             display_name => {
5260             'currency' => q(cruzeiro brasiler \(1990–1993\)),
5261             'one' => q(cruzeiro brasiler \(1990–1993\)),
5262             'other' => q(cruzeiros brasilers \(1990–1993\)),
5263             },
5264             },
5265             'BRL' => {
5266             symbol => 'BRL',
5267             display_name => {
5268             'currency' => q(real brasiler),
5269             'one' => q(real brasiler),
5270             'other' => q(reals brasilers),
5271             },
5272             },
5273             'BRN' => {
5274             symbol => 'BRN',
5275             display_name => {
5276             'currency' => q(cruzado novo brasiler),
5277             'one' => q(cruzado novo brasiler),
5278             'other' => q(cruzados novos brasilers),
5279             },
5280             },
5281             'BRR' => {
5282             symbol => 'BRR',
5283             display_name => {
5284             'currency' => q(cruzeiro brasiler),
5285             'one' => q(cruzeiro brasiler),
5286             'other' => q(cruzeiros brasilers),
5287             },
5288             },
5289             'BRZ' => {
5290             symbol => 'BRZ',
5291             display_name => {
5292             'currency' => q(antic cruzeiro brasiler),
5293             'one' => q(antic cruzeiro brasiler),
5294             'other' => q(antics cruzeiros brasilers),
5295             },
5296             },
5297             'BSD' => {
5298             symbol => 'BSD',
5299             display_name => {
5300             'currency' => q(dòlar de les Bahames),
5301             'one' => q(dòlar de les Bahames),
5302             'other' => q(dòlars de les Bahames),
5303             },
5304             },
5305             'BTN' => {
5306             symbol => 'BTN',
5307             display_name => {
5308             'currency' => q(ngultrum de Bhutan),
5309             'one' => q(ngultrum de Bhutan),
5310             'other' => q(ngultrums de Bhutan),
5311             },
5312             },
5313             'BUK' => {
5314             symbol => 'BUK',
5315             display_name => {
5316             'currency' => q(kyat birmà),
5317             'one' => q(kyat birmà),
5318             'other' => q(kyats birmans),
5319             },
5320             },
5321             'BWP' => {
5322             symbol => 'BWP',
5323             display_name => {
5324             'currency' => q(pula de Botswana),
5325             'one' => q(pula de Botswana),
5326             'other' => q(pula de Botswana),
5327             },
5328             },
5329             'BYB' => {
5330             symbol => 'BYB',
5331             display_name => {
5332             'currency' => q(nou ruble bielorús \(1994–1999\)),
5333             'one' => q(nou ruble bielorús \(1994–1999\)),
5334             'other' => q(nous rubles bielorussos \(1994–1999\)),
5335             },
5336             },
5337             'BYN' => {
5338             symbol => 'BYN',
5339             display_name => {
5340             'currency' => q(ruble bielorús),
5341             'one' => q(ruble bielorús),
5342             'other' => q(rubles bielorussos),
5343             },
5344             },
5345             'BYR' => {
5346             symbol => 'BYR',
5347             display_name => {
5348             'currency' => q(ruble bielorús \(2000–2016\)),
5349             'one' => q(ruble bielorús \(2000–2016\)),
5350             'other' => q(rubles bielorussos \(2000–2016\)),
5351             },
5352             },
5353             'BZD' => {
5354             symbol => 'BZD',
5355             display_name => {
5356             'currency' => q(dòlar de Belize),
5357             'one' => q(dòlar de Belize),
5358             'other' => q(dòlars de Belize),
5359             },
5360             },
5361             'CAD' => {
5362             symbol => 'CAD',
5363             display_name => {
5364             'currency' => q(dòlar canadenc),
5365             'one' => q(dòlar canadenc),
5366             'other' => q(dòlars canadencs),
5367             },
5368             },
5369             'CDF' => {
5370             symbol => 'CDF',
5371             display_name => {
5372             'currency' => q(franc congolès),
5373             'one' => q(franc congolès),
5374             'other' => q(francs congolesos),
5375             },
5376             },
5377             'CHE' => {
5378             symbol => 'CHE',
5379             display_name => {
5380             'currency' => q(euro WIR),
5381             'one' => q(euro WIR),
5382             'other' => q(euros WIR),
5383             },
5384             },
5385             'CHF' => {
5386             symbol => 'CHF',
5387             display_name => {
5388             'currency' => q(franc suís),
5389             'one' => q(franc suís),
5390             'other' => q(francs suïssos),
5391             },
5392             },
5393             'CHW' => {
5394             symbol => 'CHW',
5395             display_name => {
5396             'currency' => q(franc WIR),
5397             'one' => q(franc WIR),
5398             'other' => q(francs WIR),
5399             },
5400             },
5401             'CLE' => {
5402             symbol => 'CLE',
5403             display_name => {
5404             'currency' => q(escut xilè),
5405             'one' => q(escudo xilè),
5406             'other' => q(escudos xilens),
5407             },
5408             },
5409             'CLF' => {
5410             symbol => 'CLF',
5411             display_name => {
5412             'currency' => q(unidad de fomento xilena),
5413             'one' => q(unidad de fomento xilena),
5414             'other' => q(unidades de fomento xilenes),
5415             },
5416             },
5417             'CLP' => {
5418             symbol => 'CLP',
5419             display_name => {
5420             'currency' => q(peso xilè),
5421             'one' => q(peso xilè),
5422             'other' => q(pesos xilens),
5423             },
5424             },
5425             'CNH' => {
5426             symbol => 'CNH',
5427             display_name => {
5428             'currency' => q(iuan xinès extracontinental),
5429             'one' => q(iuan xinès extracontinental),
5430             'other' => q(iuans xinesos extracontinentals),
5431             },
5432             },
5433             'CNX' => {
5434             display_name => {
5435             'one' => q(dòlar del Banc Popular Xinès),
5436             'other' => q(dòlars del Banc Popular Xinès),
5437             },
5438             },
5439             'CNY' => {
5440             symbol => 'CNY',
5441             display_name => {
5442             'currency' => q(iuan xinès),
5443             'one' => q(iuan xinès),
5444             'other' => q(iuans xinesos),
5445             },
5446             },
5447             'COP' => {
5448             symbol => 'COP',
5449             display_name => {
5450             'currency' => q(peso colombià),
5451             'one' => q(peso colombià),
5452             'other' => q(pesos colombians),
5453             },
5454             },
5455             'COU' => {
5456             symbol => 'COU',
5457             display_name => {
5458             'currency' => q(unidad de valor real colombiana),
5459             'one' => q(unidad de valor real colombiana),
5460             'other' => q(unidades de valor real colombianes),
5461             },
5462             },
5463             'CRC' => {
5464             symbol => 'CRC',
5465             display_name => {
5466             'currency' => q(colon costa-riqueny),
5467             'one' => q(colon costa-riqueny),
5468             'other' => q(colons costa-riquenys),
5469             },
5470             },
5471             'CSD' => {
5472             symbol => 'CSD',
5473             display_name => {
5474             'currency' => q(dinar serbi antic),
5475             'one' => q(dinar serbi antic),
5476             'other' => q(dinars serbis antics),
5477             },
5478             },
5479             'CSK' => {
5480             symbol => 'CSK',
5481             display_name => {
5482             'currency' => q(corona forta txecoslovaca),
5483             'one' => q(corona forta txecoslovaca),
5484             'other' => q(corones fortes txecoslovaques),
5485             },
5486             },
5487             'CUC' => {
5488             symbol => 'CUC',
5489             display_name => {
5490             'currency' => q(peso convertible cubà),
5491             'one' => q(peso convertible cubà),
5492             'other' => q(pesos convertibles cubans),
5493             },
5494             },
5495             'CUP' => {
5496             symbol => 'CUP',
5497             display_name => {
5498             'currency' => q(peso cubà),
5499             'one' => q(peso cubà),
5500             'other' => q(pesos cubans),
5501             },
5502             },
5503             'CVE' => {
5504             symbol => 'CVE',
5505             display_name => {
5506             'currency' => q(escut de Cap Verd),
5507             'one' => q(escut de Cap Verd),
5508             'other' => q(escuts de Cap Verd),
5509             },
5510             },
5511             'CYP' => {
5512             symbol => 'CYP',
5513             display_name => {
5514             'currency' => q(lliura xipriota),
5515             'one' => q(lliura xipriota),
5516             'other' => q(lliures xipriotes),
5517             },
5518             },
5519             'CZK' => {
5520             symbol => 'CZK',
5521             display_name => {
5522             'currency' => q(corona txeca),
5523             'one' => q(corona txeca),
5524             'other' => q(corones txeques),
5525             },
5526             },
5527             'DDM' => {
5528             symbol => 'DDM',
5529             display_name => {
5530             'currency' => q(marc de l’Alemanya Oriental),
5531             'one' => q(marc de l’Alemanya Oriental),
5532             'other' => q(marcs de l’Alemanya Oriental),
5533             },
5534             },
5535             'DEM' => {
5536             symbol => 'DEM',
5537             display_name => {
5538             'currency' => q(marc alemany),
5539             'one' => q(marc alemany),
5540             'other' => q(marcs alemanys),
5541             },
5542             },
5543             'DJF' => {
5544             symbol => 'DJF',
5545             display_name => {
5546             'currency' => q(franc de Djibouti),
5547             'one' => q(franc de Djibouti),
5548             'other' => q(francs de Djibouti),
5549             },
5550             },
5551             'DKK' => {
5552             symbol => 'DKK',
5553             display_name => {
5554             'currency' => q(corona danesa),
5555             'one' => q(corona danesa),
5556             'other' => q(corones daneses),
5557             },
5558             },
5559             'DOP' => {
5560             symbol => 'DOP',
5561             display_name => {
5562             'currency' => q(peso dominicà),
5563             'one' => q(peso dominicà),
5564             'other' => q(pesos dominicans),
5565             },
5566             },
5567             'DZD' => {
5568             symbol => 'DZD',
5569             display_name => {
5570             'currency' => q(dinar algerià),
5571             'one' => q(dinar algerià),
5572             'other' => q(dinars algerians),
5573             },
5574             },
5575             'ECS' => {
5576             symbol => 'ECS',
5577             display_name => {
5578             'currency' => q(sucre equatorià),
5579             'one' => q(sucre equatorià),
5580             'other' => q(sucres equatorians),
5581             },
5582             },
5583             'ECV' => {
5584             symbol => 'ECV',
5585             display_name => {
5586             'currency' => q(unidad de valor constante \(UVC\) equatoriana),
5587             'one' => q(unidad de valor constante \(UVC\) equatoriana),
5588             'other' => q(unidades de valor constante \(UVC\) equatorianes),
5589             },
5590             },
5591             'EEK' => {
5592             symbol => 'EEK',
5593             display_name => {
5594             'currency' => q(corona estoniana),
5595             'one' => q(corona estoniana),
5596             'other' => q(corones estonianes),
5597             },
5598             },
5599             'EGP' => {
5600             symbol => 'EGP',
5601             display_name => {
5602             'currency' => q(lliura egípcia),
5603             'one' => q(lliura egípcia),
5604             'other' => q(lliures egípcies),
5605             },
5606             },
5607             'ERN' => {
5608             symbol => 'ERN',
5609             display_name => {
5610             'currency' => q(nakfa eritreu),
5611             'one' => q(nakfa eritreu),
5612             'other' => q(nakfes eritreus),
5613             },
5614             },
5615             'ESA' => {
5616             symbol => 'ESA',
5617             display_name => {
5618             'currency' => q(pesseta espanyola \(compte A\)),
5619             'one' => q(pesseta espanyola \(compte A\)),
5620             'other' => q(pessetes espanyoles \(compte A\)),
5621             },
5622             },
5623             'ESB' => {
5624             symbol => 'ESB',
5625             display_name => {
5626             'currency' => q(pesseta espanyola \(compte convertible\)),
5627             'one' => q(pesseta espanyola \(compte convertible\)),
5628             'other' => q(pessetes espanyoles \(compte convertible\)),
5629             },
5630             },
5631             'ESP' => {
5632             symbol => '₧',
5633             display_name => {
5634             'currency' => q(pesseta espanyola),
5635             'one' => q(pesseta espanyola),
5636             'other' => q(pessetes espanyoles),
5637             },
5638             },
5639             'ETB' => {
5640             symbol => 'ETB',
5641             display_name => {
5642             'currency' => q(birr etíop),
5643             'one' => q(birr etíop),
5644             'other' => q(birrs etíops),
5645             },
5646             },
5647             'EUR' => {
5648             symbol => '€',
5649             display_name => {
5650             'currency' => q(euro),
5651             'one' => q(euro),
5652             'other' => q(euros),
5653             },
5654             },
5655             'FIM' => {
5656             symbol => 'FIM',
5657             display_name => {
5658             'currency' => q(marc finlandès),
5659             'one' => q(marc finlandès),
5660             'other' => q(marcs finlandesos),
5661             },
5662             },
5663             'FJD' => {
5664             symbol => 'FJD',
5665             display_name => {
5666             'currency' => q(dòlar fijià),
5667             'one' => q(dòlar fijià),
5668             'other' => q(dòlars fijians),
5669             },
5670             },
5671             'FKP' => {
5672             symbol => 'FKP',
5673             display_name => {
5674             'currency' => q(lliura de les illes Malvines),
5675             'one' => q(lliura de les illes Malvines),
5676             'other' => q(lliures de les illes Malvines),
5677             },
5678             },
5679             'FRF' => {
5680             symbol => 'FRF',
5681             display_name => {
5682             'currency' => q(franc francès),
5683             'one' => q(franc francès),
5684             'other' => q(francs francesos),
5685             },
5686             },
5687             'GBP' => {
5688             symbol => '£',
5689             display_name => {
5690             'currency' => q(lliura esterlina britànica),
5691             'one' => q(lliura esterlina britànica),
5692             'other' => q(lliures esterlines britàniques),
5693             },
5694             },
5695             'GEK' => {
5696             symbol => 'GEK',
5697             display_name => {
5698             'currency' => q(cupó de lari georgià),
5699             'one' => q(cupó de lari georgià),
5700             'other' => q(cupons de lari georgians),
5701             },
5702             },
5703             'GEL' => {
5704             symbol => 'GEL',
5705             display_name => {
5706             'currency' => q(lari georgià),
5707             'one' => q(lari georgià),
5708             'other' => q(laris georgians),
5709             },
5710             },
5711             'GHC' => {
5712             symbol => 'GHC',
5713             display_name => {
5714             'currency' => q(cedi ghanès \(1979–2007\)),
5715             'one' => q(cedi ghanès \(1979–2007\)),
5716             'other' => q(cedis ghanesos \(1979–2007\)),
5717             },
5718             },
5719             'GHS' => {
5720             symbol => 'GHS',
5721             display_name => {
5722             'currency' => q(cedi ghanès),
5723             'one' => q(cedi ghanès),
5724             'other' => q(cedis ghanesos),
5725             },
5726             },
5727             'GIP' => {
5728             symbol => 'GIP',
5729             display_name => {
5730             'currency' => q(lliura de Gibraltar),
5731             'one' => q(lliura de Gibraltar),
5732             'other' => q(lliures de Gibraltar),
5733             },
5734             },
5735             'GMD' => {
5736             symbol => 'GMD',
5737             display_name => {
5738             'currency' => q(dalasi gambià),
5739             'one' => q(dalasi gambià),
5740             'other' => q(dalasis gambians),
5741             },
5742             },
5743             'GNF' => {
5744             symbol => 'GNF',
5745             display_name => {
5746             'currency' => q(franc guineà),
5747             'one' => q(franc guineà),
5748             'other' => q(francs guineans),
5749             },
5750             },
5751             'GNS' => {
5752             symbol => 'GNS',
5753             display_name => {
5754             'currency' => q(syli guineà),
5755             'one' => q(syli guineà),
5756             'other' => q(sylis guineans),
5757             },
5758             },
5759             'GQE' => {
5760             symbol => 'GQE',
5761             display_name => {
5762             'currency' => q(ekwele de Guinea Equatorial),
5763             'one' => q(ekwele de Guinea Equatorial),
5764             'other' => q(bipkwele de Guinea Equatorial),
5765             },
5766             },
5767             'GRD' => {
5768             symbol => 'GRD',
5769             display_name => {
5770             'currency' => q(dracma grega),
5771             'one' => q(dracma grega),
5772             'other' => q(dracmes gregues),
5773             },
5774             },
5775             'GTQ' => {
5776             symbol => 'GTQ',
5777             display_name => {
5778             'currency' => q(quetzal guatemalenc),
5779             'one' => q(quetzal guatemalenc),
5780             'other' => q(quetzals guatemalencs),
5781             },
5782             },
5783             'GWE' => {
5784             symbol => 'GWE',
5785             display_name => {
5786             'currency' => q(escut de la Guinea Portuguesa),
5787             'one' => q(escut de la Guinea Portuguesa),
5788             'other' => q(escuts de la Guinea Portuguesa),
5789             },
5790             },
5791             'GWP' => {
5792             symbol => 'GWP',
5793             display_name => {
5794             'currency' => q(peso de Guinea Bissau),
5795             'one' => q(peso de Guinea Bissau),
5796             'other' => q(pesos de Guinea Bissau),
5797             },
5798             },
5799             'GYD' => {
5800             symbol => 'GYD',
5801             display_name => {
5802             'currency' => q(dòlar de Guyana),
5803             'one' => q(dòlar de Guyana),
5804             'other' => q(dòlars de Guyana),
5805             },
5806             },
5807             'HKD' => {
5808             symbol => 'HK$',
5809             display_name => {
5810             'currency' => q(dòlar de Hong Kong),
5811             'one' => q(dòlar de Hong Kong),
5812             'other' => q(dòlars de Hong Kong),
5813             },
5814             },
5815             'HNL' => {
5816             symbol => 'HNL',
5817             display_name => {
5818             'currency' => q(lempira hondurenya),
5819             'one' => q(lempira hondurenya),
5820             'other' => q(lempires hondurenyes),
5821             },
5822             },
5823             'HRD' => {
5824             symbol => 'HRD',
5825             display_name => {
5826             'currency' => q(dinar croat),
5827             'one' => q(dinar croat),
5828             'other' => q(dinars croats),
5829             },
5830             },
5831             'HRK' => {
5832             symbol => 'HRK',
5833             display_name => {
5834             'currency' => q(kuna croata),
5835             'one' => q(kuna croata),
5836             'other' => q(kunes croates),
5837             },
5838             },
5839             'HTG' => {
5840             symbol => 'HTG',
5841             display_name => {
5842             'currency' => q(gourde haitià),
5843             'one' => q(gourde haitià),
5844             'other' => q(gourdes haitians),
5845             },
5846             },
5847             'HUF' => {
5848             symbol => 'HUF',
5849             display_name => {
5850             'currency' => q(fòrint hongarès),
5851             'one' => q(fòrint hongarès),
5852             'other' => q(fòrints hongaresos),
5853             },
5854             },
5855             'IDR' => {
5856             symbol => 'IDR',
5857             display_name => {
5858             'currency' => q(rupia indonèsia),
5859             'one' => q(rupia indonèsia),
5860             'other' => q(rupies indonèsies),
5861             },
5862             },
5863             'IEP' => {
5864             symbol => 'IEP',
5865             display_name => {
5866             'currency' => q(lliura irlandesa),
5867             'one' => q(lliura irlandesa),
5868             'other' => q(lliures irlandeses),
5869             },
5870             },
5871             'ILP' => {
5872             symbol => 'ILP',
5873             display_name => {
5874             'currency' => q(lliura israeliana),
5875             'one' => q(lliura israeliana),
5876             'other' => q(lliures israelianes),
5877             },
5878             },
5879             'ILR' => {
5880             display_name => {
5881             'currency' => q(xéquel israelià),
5882             'one' => q(xéquel israelià),
5883             'other' => q(xéquel israelià),
5884             },
5885             },
5886             'ILS' => {
5887             symbol => '₪',
5888             display_name => {
5889             'currency' => q(nou xéquel israelià),
5890             'one' => q(nou xéquel israelià),
5891             'other' => q(nous xéquels israelians),
5892             },
5893             },
5894             'INR' => {
5895             symbol => '₹',
5896             display_name => {
5897             'currency' => q(rupia índia),
5898             'one' => q(rupia índia),
5899             'other' => q(rupies índies),
5900             },
5901             },
5902             'IQD' => {
5903             symbol => 'IQD',
5904             display_name => {
5905             'currency' => q(dinar iraquià),
5906             'one' => q(dinar iraquià),
5907             'other' => q(dinars iraquians),
5908             },
5909             },
5910             'IRR' => {
5911             symbol => 'IRR',
5912             display_name => {
5913             'currency' => q(rial iranià),
5914             'one' => q(rial iranià),
5915             'other' => q(rials iranians),
5916             },
5917             },
5918             'ISJ' => {
5919             display_name => {
5920             'currency' => q(corona islandesa antiga),
5921             'one' => q(corona islandesa antiga),
5922             'other' => q(corones islandeses antigues),
5923             },
5924             },
5925             'ISK' => {
5926             symbol => 'ISK',
5927             display_name => {
5928             'currency' => q(corona islandesa),
5929             'one' => q(corona islandesa),
5930             'other' => q(corones islandeses),
5931             },
5932             },
5933             'ITL' => {
5934             symbol => 'ITL',
5935             display_name => {
5936             'currency' => q(lira italiana),
5937             'one' => q(lira italiana),
5938             'other' => q(lires italianes),
5939             },
5940             },
5941             'JMD' => {
5942             symbol => 'JMD',
5943             display_name => {
5944             'currency' => q(dòlar jamaicà),
5945             'one' => q(dòlar jamaicà),
5946             'other' => q(dòlars jamaicans),
5947             },
5948             },
5949             'JOD' => {
5950             symbol => 'JOD',
5951             display_name => {
5952             'currency' => q(dinar jordà),
5953             'one' => q(dinar jordà),
5954             'other' => q(dinars jordans),
5955             },
5956             },
5957             'JPY' => {
5958             symbol => 'JP¥',
5959             display_name => {
5960             'currency' => q(ien japonès),
5961             'one' => q(ien japonès),
5962             'other' => q(iens japonesos),
5963             },
5964             },
5965             'KES' => {
5966             symbol => 'KES',
5967             display_name => {
5968             'currency' => q(xíling kenyà),
5969             'one' => q(xíling kenyà),
5970             'other' => q(xílings kenyans),
5971             },
5972             },
5973             'KGS' => {
5974             symbol => 'KGS',
5975             display_name => {
5976             'currency' => q(som kirguís),
5977             'one' => q(som kirguís),
5978             'other' => q(soms kirguisos),
5979             },
5980             },
5981             'KHR' => {
5982             symbol => 'KHR',
5983             display_name => {
5984             'currency' => q(riel cambodjà),
5985             'one' => q(riel cambodjà),
5986             'other' => q(riels cambodjans),
5987             },
5988             },
5989             'KMF' => {
5990             symbol => 'KMF',
5991             display_name => {
5992             'currency' => q(franc de les Comores),
5993             'one' => q(franc de les Comores),
5994             'other' => q(francs de les Comores),
5995             },
5996             },
5997             'KPW' => {
5998             symbol => 'KPW',
5999             display_name => {
6000             'currency' => q(won nord-coreà),
6001             'one' => q(won nord-coreà),
6002             'other' => q(wons nord-coreans),
6003             },
6004             },
6005             'KRH' => {
6006             symbol => 'KRH',
6007             display_name => {
6008             'currency' => q(hwan sud-coreà \(1953–1962\)),
6009             'one' => q(hwan sud-coreà),
6010             'other' => q(hwans sud-coreans),
6011             },
6012             },
6013             'KRO' => {
6014             symbol => 'KRO',
6015             display_name => {
6016             'currency' => q(antic won sud-coreà),
6017             'one' => q(antic won sud-coreà),
6018             'other' => q(antics wons sud-coreans),
6019             },
6020             },
6021             'KRW' => {
6022             symbol => '₩',
6023             display_name => {
6024             'currency' => q(won sud-coreà),
6025             'one' => q(won sud-coreà),
6026             'other' => q(wons sud-coreans),
6027             },
6028             },
6029             'KWD' => {
6030             symbol => 'KWD',
6031             display_name => {
6032             'currency' => q(dinar kuwaitià),
6033             'one' => q(dinar kuwaitià),
6034             'other' => q(dinars kuwaitians),
6035             },
6036             },
6037             'KYD' => {
6038             symbol => 'KYD',
6039             display_name => {
6040             'currency' => q(dòlar de les illes Caiman),
6041             'one' => q(dòlar de les illes Caiman),
6042             'other' => q(dòlars de les illes Caiman),
6043             },
6044             },
6045             'KZT' => {
6046             symbol => 'KZT',
6047             display_name => {
6048             'currency' => q(tenge kazakh),
6049             'one' => q(tenge kazakh),
6050             'other' => q(tenges kazakhs),
6051             },
6052             },
6053             'LAK' => {
6054             symbol => 'LAK',
6055             display_name => {
6056             'currency' => q(kip laosià),
6057             'one' => q(kip laosià),
6058             'other' => q(kips laosians),
6059             },
6060             },
6061             'LBP' => {
6062             symbol => 'LBP',
6063             display_name => {
6064             'currency' => q(lliura libanesa),
6065             'one' => q(lliura libanesa),
6066             'other' => q(lliures libaneses),
6067             },
6068             },
6069             'LKR' => {
6070             symbol => 'LKR',
6071             display_name => {
6072             'currency' => q(rupia de Sri Lanka),
6073             'one' => q(rupia de Sri Lanka),
6074             'other' => q(rupies de Sri Lanka),
6075             },
6076             },
6077             'LRD' => {
6078             symbol => 'LRD',
6079             display_name => {
6080             'currency' => q(dòlar liberià),
6081             'one' => q(dòlar liberià),
6082             'other' => q(dòlars liberians),
6083             },
6084             },
6085             'LSL' => {
6086             symbol => 'LSL',
6087             display_name => {
6088             'currency' => q(loti de Lesotho),
6089             'one' => q(loti de Lesotho),
6090             'other' => q(maloti de Lesotho),
6091             },
6092             },
6093             'LTL' => {
6094             symbol => 'LTL',
6095             display_name => {
6096             'currency' => q(litas lituà),
6097             'one' => q(litas lituà),
6098             'other' => q(litai lituans),
6099             },
6100             },
6101             'LTT' => {
6102             symbol => 'LTT',
6103             display_name => {
6104             'currency' => q(talonas lituà),
6105             'one' => q(talonas lituà),
6106             'other' => q(talonai lituans),
6107             },
6108             },
6109             'LUC' => {
6110             symbol => 'LUC',
6111             display_name => {
6112             'currency' => q(franc convertible luxemburguès),
6113             'one' => q(franc convertible luxemburguès),
6114             'other' => q(francs convertibles luxemburguesos),
6115             },
6116             },
6117             'LUF' => {
6118             symbol => 'LUF',
6119             display_name => {
6120             'currency' => q(franc luxemburguès),
6121             'one' => q(franc luxemburguès),
6122             'other' => q(francs luxemburguesos),
6123             },
6124             },
6125             'LUL' => {
6126             symbol => 'LUL',
6127             display_name => {
6128             'currency' => q(franc financer luxemburguès),
6129             'one' => q(franc financer luxemburguès),
6130             'other' => q(francs financers luxemburguesos),
6131             },
6132             },
6133             'LVL' => {
6134             symbol => 'LVL',
6135             display_name => {
6136             'currency' => q(lats letó),
6137             'one' => q(lats letó),
6138             'other' => q(lati letons),
6139             },
6140             },
6141             'LVR' => {
6142             symbol => 'LVR',
6143             display_name => {
6144             'currency' => q(ruble letó),
6145             'one' => q(ruble letó),
6146             'other' => q(rubles letons),
6147             },
6148             },
6149             'LYD' => {
6150             symbol => 'LYD',
6151             display_name => {
6152             'currency' => q(dinar libi),
6153             'one' => q(dinar libi),
6154             'other' => q(dinars libis),
6155             },
6156             },
6157             'MAD' => {
6158             symbol => 'MAD',
6159             display_name => {
6160             'currency' => q(dírham marroquí),
6161             'one' => q(dírham marroquí),
6162             'other' => q(dírhams marroquins),
6163             },
6164             },
6165             'MAF' => {
6166             symbol => 'MAF',
6167             display_name => {
6168             'currency' => q(franc marroquí),
6169             'one' => q(franc marroquí),
6170             'other' => q(francs marroquins),
6171             },
6172             },
6173             'MCF' => {
6174             symbol => 'MCF',
6175             display_name => {
6176             'currency' => q(franc monegasc),
6177             'one' => q(franc monegasc),
6178             'other' => q(francs monegascos),
6179             },
6180             },
6181             'MDC' => {
6182             symbol => 'MDC',
6183             display_name => {
6184             'currency' => q(cupó moldau),
6185             'one' => q(cupó moldau),
6186             'other' => q(cupons moldaus),
6187             },
6188             },
6189             'MDL' => {
6190             symbol => 'MDL',
6191             display_name => {
6192             'currency' => q(leu moldau),
6193             'one' => q(leu moldau),
6194             'other' => q(lei moldaus),
6195             },
6196             },
6197             'MGA' => {
6198             symbol => 'MGA',
6199             display_name => {
6200             'currency' => q(ariary malgaix),
6201             'one' => q(ariary malgaix),
6202             'other' => q(ariarys malgaixos),
6203             },
6204             },
6205             'MGF' => {
6206             symbol => 'MGF',
6207             display_name => {
6208             'currency' => q(franc malgaix),
6209             'one' => q(franc malgaix),
6210             'other' => q(francs malgaixos),
6211             },
6212             },
6213             'MKD' => {
6214             symbol => 'MKD',
6215             display_name => {
6216             'currency' => q(denar macedoni),
6217             'one' => q(denar macedoni),
6218             'other' => q(denari macedonis),
6219             },
6220             },
6221             'MKN' => {
6222             symbol => 'MKN',
6223             display_name => {
6224             'currency' => q(denar macedoni \(1992–1993\)),
6225             'one' => q(denar macedoni \(1992–1993\)),
6226             'other' => q(denari macedonis \(1992–1993\)),
6227             },
6228             },
6229             'MLF' => {
6230             symbol => 'MLF',
6231             display_name => {
6232             'currency' => q(franc malià),
6233             'one' => q(franc malià),
6234             'other' => q(francs malians),
6235             },
6236             },
6237             'MMK' => {
6238             symbol => 'MMK',
6239             display_name => {
6240             'currency' => q(kyat de Myanmar),
6241             'one' => q(kyat de Myanmar),
6242             'other' => q(kyats de Myanmar),
6243             },
6244             },
6245             'MNT' => {
6246             symbol => 'MNT',
6247             display_name => {
6248             'currency' => q(tögrög mongol),
6249             'one' => q(tögrög mongol),
6250             'other' => q(tögrögs mongols),
6251             },
6252             },
6253             'MOP' => {
6254             symbol => 'MOP',
6255             display_name => {
6256             'currency' => q(pataca de Macau),
6257             'one' => q(pataca de Macau),
6258             'other' => q(pataques de Macau),
6259             },
6260             },
6261             'MRO' => {
6262             symbol => 'MRO',
6263             display_name => {
6264             'currency' => q(ouguiya maurità \(1973–2017\)),
6265             'one' => q(ouguiya maurità \(1973–2017\)),
6266             'other' => q(ouguiyas mauritans \(1973–2017\)),
6267             },
6268             },
6269             'MRU' => {
6270             symbol => 'MRU',
6271             display_name => {
6272             'currency' => q(ouguiya maurità),
6273             'one' => q(ouguiya maurità),
6274             'other' => q(ouguiyas mauritans),
6275             },
6276             },
6277             'MTL' => {
6278             symbol => 'MTL',
6279             display_name => {
6280             'currency' => q(lira maltesa),
6281             'one' => q(lira maltesa),
6282             'other' => q(lires malteses),
6283             },
6284             },
6285             'MTP' => {
6286             symbol => 'MTP',
6287             display_name => {
6288             'currency' => q(lliura maltesa),
6289             'one' => q(lliura maltesa),
6290             'other' => q(lliures malteses),
6291             },
6292             },
6293             'MUR' => {
6294             symbol => 'MUR',
6295             display_name => {
6296             'currency' => q(rupia mauriciana),
6297             'one' => q(rupia mauriciana),
6298             'other' => q(rupies mauricianes),
6299             },
6300             },
6301             'MVR' => {
6302             symbol => 'MVR',
6303             display_name => {
6304             'currency' => q(rupia de les Maldives),
6305             'one' => q(rupia de les Maldives),
6306             'other' => q(rupies de les Maldives),
6307             },
6308             },
6309             'MWK' => {
6310             symbol => 'MWK',
6311             display_name => {
6312             'currency' => q(kwacha malawià),
6313             'one' => q(kwacha malawià),
6314             'other' => q(kwacha malawians),
6315             },
6316             },
6317             'MXN' => {
6318             symbol => 'MXN',
6319             display_name => {
6320             'currency' => q(peso mexicà),
6321             'one' => q(peso mexicà),
6322             'other' => q(pesos mexicans),
6323             },
6324             },
6325             'MXP' => {
6326             symbol => 'MXP',
6327             display_name => {
6328             'currency' => q(peso de plata mexicà \(1861–1992\)),
6329             'one' => q(peso de plata mexicà \(1861–1992\)),
6330             'other' => q(pesos de plata mexicans \(1861–1992\)),
6331             },
6332             },
6333             'MXV' => {
6334             symbol => 'MXV',
6335             display_name => {
6336             'currency' => q(unidad de inversión \(UDI\) mexicana),
6337             'one' => q(unidad de inversión \(UDI\) mexicana),
6338             'other' => q(unidades de inversión \(UDI\) mexicanes),
6339             },
6340             },
6341             'MYR' => {
6342             symbol => 'MYR',
6343             display_name => {
6344             'currency' => q(ringgit de Malàisia),
6345             'one' => q(ringgit de Malàisia),
6346             'other' => q(ringgits de Malàisia),
6347             },
6348             },
6349             'MZE' => {
6350             symbol => 'MZE',
6351             display_name => {
6352             'currency' => q(escut moçambiquès),
6353             'one' => q(escut moçambiquès),
6354             'other' => q(escuts moçambiquesos),
6355             },
6356             },
6357             'MZM' => {
6358             symbol => 'MZM',
6359             display_name => {
6360             'currency' => q(antic metical moçambiquès),
6361             'one' => q(antic metical moçambiquès),
6362             'other' => q(antics meticals moçambiquesos),
6363             },
6364             },
6365             'MZN' => {
6366             symbol => 'MZN',
6367             display_name => {
6368             'currency' => q(metical moçambiquès),
6369             'one' => q(metical moçambiquès),
6370             'other' => q(meticals moçambiquesos),
6371             },
6372             },
6373             'NAD' => {
6374             symbol => 'NAD',
6375             display_name => {
6376             'currency' => q(dòlar namibià),
6377             'one' => q(dòlar namibià),
6378             'other' => q(dòlars namibians),
6379             },
6380             },
6381             'NGN' => {
6382             symbol => 'NGN',
6383             display_name => {
6384             'currency' => q(naira nigerià),
6385             'one' => q(naira nigerià),
6386             'other' => q(naires nigerians),
6387             },
6388             },
6389             'NIC' => {
6390             symbol => 'NIC',
6391             display_name => {
6392             'currency' => q(córdoba nicaragüenca),
6393             'one' => q(córdoba nicaragüenca),
6394             'other' => q(córdobas nicaragüenques),
6395             },
6396             },
6397             'NIO' => {
6398             symbol => 'NIO',
6399             display_name => {
6400             'currency' => q(córdoba nicaragüenc),
6401             'one' => q(córdoba nicaragüenc),
6402             'other' => q(córdobas nicaragüencs),
6403             },
6404             },
6405             'NLG' => {
6406             symbol => 'NLG',
6407             display_name => {
6408             'currency' => q(florí neerlandès),
6409             'one' => q(florí neerlandès),
6410             'other' => q(florins neerlandesos),
6411             },
6412             },
6413             'NOK' => {
6414             symbol => 'NOK',
6415             display_name => {
6416             'currency' => q(corona noruega),
6417             'one' => q(corona noruega),
6418             'other' => q(corones noruegues),
6419             },
6420             },
6421             'NPR' => {
6422             symbol => 'NPR',
6423             display_name => {
6424             'currency' => q(rupia nepalesa),
6425             'one' => q(rupia nepalesa),
6426             'other' => q(rupies nepaleses),
6427             },
6428             },
6429             'NZD' => {
6430             symbol => 'NZ$',
6431             display_name => {
6432             'currency' => q(dòlar neozelandès),
6433             'one' => q(dòlar neozelandès),
6434             'other' => q(dòlars neozelandesos),
6435             },
6436             },
6437             'OMR' => {
6438             symbol => 'OMR',
6439             display_name => {
6440             'currency' => q(rial omanita),
6441             'one' => q(rial omanita),
6442             'other' => q(rials omanites),
6443             },
6444             },
6445             'PAB' => {
6446             symbol => 'PAB',
6447             display_name => {
6448             'currency' => q(balboa panameny),
6449             'one' => q(balboa panameny),
6450             'other' => q(balboes panamenys),
6451             },
6452             },
6453             'PEI' => {
6454             symbol => 'PEI',
6455             display_name => {
6456             'currency' => q(inti peruà),
6457             'one' => q(inti peruà),
6458             'other' => q(intis peruans),
6459             },
6460             },
6461             'PEN' => {
6462             symbol => 'PEN',
6463             display_name => {
6464             'currency' => q(sol peruà),
6465             'one' => q(sol peruà),
6466             'other' => q(sols peruans),
6467             },
6468             },
6469             'PES' => {
6470             symbol => 'PES',
6471             display_name => {
6472             'currency' => q(sol peruà \(1863–1965\)),
6473             'one' => q(sol peruà \(1863–1965\)),
6474             'other' => q(sols peruans \(1863–1965\)),
6475             },
6476             },
6477             'PGK' => {
6478             symbol => 'PGK',
6479             display_name => {
6480             'currency' => q(kina de Papua Nova Guinea),
6481             'one' => q(kina de Papua Nova Guinea),
6482             'other' => q(kines de Papua Nova Guinea),
6483             },
6484             },
6485             'PHP' => {
6486             symbol => 'PHP',
6487             display_name => {
6488             'currency' => q(peso filipí),
6489             'one' => q(peso filipí),
6490             'other' => q(pesos filipins),
6491             },
6492             },
6493             'PKR' => {
6494             symbol => 'PKR',
6495             display_name => {
6496             'currency' => q(rupia pakistanesa),
6497             'one' => q(rupia pakistanesa),
6498             'other' => q(rupies pakistaneses),
6499             },
6500             },
6501             'PLN' => {
6502             symbol => 'PLN',
6503             display_name => {
6504             'currency' => q(zloty polonès),
6505             'one' => q(zloty polonès),
6506             'other' => q(zlote polonesos),
6507             },
6508             },
6509             'PLZ' => {
6510             symbol => 'PLZ',
6511             display_name => {
6512             'currency' => q(zloty polonès \(1950–1995\)),
6513             'one' => q(zloty polonès \(1950–1995\)),
6514             'other' => q(zlote polonesos \(1950–1995\)),
6515             },
6516             },
6517             'PTE' => {
6518             symbol => 'PTE',
6519             display_name => {
6520             'currency' => q(escut portuguès),
6521             'one' => q(escut portuguès),
6522             'other' => q(escuts portuguesos),
6523             },
6524             },
6525             'PYG' => {
6526             symbol => 'PYG',
6527             display_name => {
6528             'currency' => q(guaraní paraguaià),
6529             'one' => q(guaraní paraguaià),
6530             'other' => q(guaranís paraguaians),
6531             },
6532             },
6533             'QAR' => {
6534             symbol => 'QAR',
6535             display_name => {
6536             'currency' => q(rial de Qatar),
6537             'one' => q(rial de Qatar),
6538             'other' => q(rials de Qatar),
6539             },
6540             },
6541             'RHD' => {
6542             symbol => 'RHD',
6543             display_name => {
6544             'currency' => q(dòlar rhodesià),
6545             'one' => q(dòlar rhodesià),
6546             'other' => q(dòlars rhodesians),
6547             },
6548             },
6549             'ROL' => {
6550             symbol => 'ROL',
6551             display_name => {
6552             'currency' => q(antic leu romanès),
6553             'one' => q(antic leu romanès),
6554             'other' => q(antics lei romanesos),
6555             },
6556             },
6557             'RON' => {
6558             symbol => 'RON',
6559             display_name => {
6560             'currency' => q(leu romanès),
6561             'one' => q(leu romanès),
6562             'other' => q(lei romanesos),
6563             },
6564             },
6565             'RSD' => {
6566             symbol => 'RSD',
6567             display_name => {
6568             'currency' => q(dinar serbi),
6569             'one' => q(dinar serbi),
6570             'other' => q(dinars serbis),
6571             },
6572             },
6573             'RUB' => {
6574             symbol => 'RUB',
6575             display_name => {
6576             'currency' => q(ruble rus),
6577             'one' => q(ruble rus),
6578             'other' => q(rubles russos),
6579             },
6580             },
6581             'RUR' => {
6582             symbol => 'RUR',
6583             display_name => {
6584             'currency' => q(ruble rus \(1991–1998\)),
6585             'one' => q(ruble rus \(1991–1998\)),
6586             'other' => q(rubles russos \(1991–1998\)),
6587             },
6588             },
6589             'RWF' => {
6590             symbol => 'RWF',
6591             display_name => {
6592             'currency' => q(franc de Ruanda),
6593             'one' => q(franc de Ruanda),
6594             'other' => q(francs de Ruanda),
6595             },
6596             },
6597             'SAR' => {
6598             symbol => 'SAR',
6599             display_name => {
6600             'currency' => q(rial saudita),
6601             'one' => q(rial saudita),
6602             'other' => q(rials saudites),
6603             },
6604             },
6605             'SBD' => {
6606             symbol => 'SBD',
6607             display_name => {
6608             'currency' => q(dòlar de les illes Salomó),
6609             'one' => q(dòlar de les illes Salomó),
6610             'other' => q(dòlars de les illes Salomó),
6611             },
6612             },
6613             'SCR' => {
6614             symbol => 'SCR',
6615             display_name => {
6616             'currency' => q(rupia de les Seychelles),
6617             'one' => q(rupia de les Seychelles),
6618             'other' => q(rupies de les Seychelles),
6619             },
6620             },
6621             'SDD' => {
6622             symbol => 'SDD',
6623             display_name => {
6624             'currency' => q(dinar sudanès),
6625             'one' => q(dinar sudanès),
6626             'other' => q(dinars sudanesos),
6627             },
6628             },
6629             'SDG' => {
6630             symbol => 'SDG',
6631             display_name => {
6632             'currency' => q(lliura sudanesa),
6633             'one' => q(lliura sudanesa),
6634             'other' => q(lliures sudaneses),
6635             },
6636             },
6637             'SDP' => {
6638             symbol => 'SDP',
6639             display_name => {
6640             'currency' => q(antiga lliura sudanesa),
6641             'one' => q(antiga lliura sudanesa),
6642             'other' => q(antigues lliures sudaneses),
6643             },
6644             },
6645             'SEK' => {
6646             symbol => 'SEK',
6647             display_name => {
6648             'currency' => q(corona sueca),
6649             'one' => q(corona sueca),
6650             'other' => q(corones sueques),
6651             },
6652             },
6653             'SGD' => {
6654             symbol => 'SGD',
6655             display_name => {
6656             'currency' => q(dòlar de Singapur),
6657             'one' => q(dòlar de Singapur),
6658             'other' => q(dòlars de Singapur),
6659             },
6660             },
6661             'SHP' => {
6662             symbol => 'SHP',
6663             display_name => {
6664             'currency' => q(lliura de Santa Helena),
6665             'one' => q(lliura de Santa Helena),
6666             'other' => q(lliures de Santa Helena),
6667             },
6668             },
6669             'SIT' => {
6670             symbol => 'SIT',
6671             display_name => {
6672             'currency' => q(tolar eslovè),
6673             'one' => q(tolar eslovè),
6674             'other' => q(tolars eslovens),
6675             },
6676             },
6677             'SKK' => {
6678             symbol => 'SKK',
6679             display_name => {
6680             'currency' => q(corona eslovaca),
6681             'one' => q(corona eslovaca),
6682             'other' => q(corones eslovaques),
6683             },
6684             },
6685             'SLL' => {
6686             symbol => 'SLL',
6687             display_name => {
6688             'currency' => q(leone de Sierra Leone),
6689             'one' => q(leone de Sierra Leone),
6690             'other' => q(leones de Sierra Leone),
6691             },
6692             },
6693             'SOS' => {
6694             symbol => 'SOS',
6695             display_name => {
6696             'currency' => q(xíling somali),
6697             'one' => q(xíling somali),
6698             'other' => q(xílings somalis),
6699             },
6700             },
6701             'SRD' => {
6702             symbol => 'SRD',
6703             display_name => {
6704             'currency' => q(dòlar de Surinam),
6705             'one' => q(dòlar de Surinam),
6706             'other' => q(dòlars de Surinam),
6707             },
6708             },
6709             'SRG' => {
6710             symbol => 'SRG',
6711             display_name => {
6712             'currency' => q(florí de Surinam),
6713             'one' => q(florí de Surinam),
6714             'other' => q(florins de Surinam),
6715             },
6716             },
6717             'SSP' => {
6718             symbol => 'SSP',
6719             display_name => {
6720             'currency' => q(lliura del Sudan del Sud),
6721             'one' => q(lliura del Sudan del Sud),
6722             'other' => q(lliures del Sudan del Sud),
6723             },
6724             },
6725             'STD' => {
6726             symbol => 'STD',
6727             display_name => {
6728             'currency' => q(dobra de São Tomé i Príncipe \(1977–2017\)),
6729             'one' => q(dobra de São Tomé i Príncipe \(1977–2017\)),
6730             'other' => q(dobras de São Tomé i Príncipe \(1977–2017\)),
6731             },
6732             },
6733             'STN' => {
6734             symbol => 'STN',
6735             display_name => {
6736             'currency' => q(dobra de São Tomé i Príncipe),
6737             'one' => q(dobra de São Tomé i Príncipe),
6738             'other' => q(dobras de São Tomé i Príncipe),
6739             },
6740             },
6741             'SUR' => {
6742             symbol => 'SUR',
6743             display_name => {
6744             'currency' => q(ruble soviètic),
6745             'one' => q(ruble soviètic),
6746             'other' => q(rubles soviètics),
6747             },
6748             },
6749             'SVC' => {
6750             symbol => 'SVC',
6751             display_name => {
6752             'currency' => q(colon salvadorenc),
6753             'one' => q(colón salvadorenc),
6754             'other' => q(colones salvadorencs),
6755             },
6756             },
6757             'SYP' => {
6758             symbol => 'SYP',
6759             display_name => {
6760             'currency' => q(lliura síria),
6761             'one' => q(lliura síria),
6762             'other' => q(lliures síries),
6763             },
6764             },
6765             'SZL' => {
6766             symbol => 'SZL',
6767             display_name => {
6768             'currency' => q(lilangeni swazi),
6769             'one' => q(lilangeni swazi),
6770             'other' => q(emalangeni swazis),
6771             },
6772             },
6773             'THB' => {
6774             symbol => '฿',
6775             display_name => {
6776             'currency' => q(baht tailandès),
6777             'one' => q(baht tailandès),
6778             'other' => q(bahts tailandesos),
6779             },
6780             },
6781             'TJR' => {
6782             symbol => 'TJR',
6783             display_name => {
6784             'currency' => q(ruble tadjik),
6785             'one' => q(ruble tadjik),
6786             'other' => q(rubles tadjiks),
6787             },
6788             },
6789             'TJS' => {
6790             symbol => 'TJS',
6791             display_name => {
6792             'currency' => q(somoni tadjik),
6793             'one' => q(somoni tadjik),
6794             'other' => q(somonis tadjiks),
6795             },
6796             },
6797             'TMM' => {
6798             symbol => 'TMM',
6799             display_name => {
6800             'currency' => q(manat turcman \(1993–2009\)),
6801             'one' => q(manat turcman \(1993–2009\)),
6802             'other' => q(manats turcmans \(1993–2009\)),
6803             },
6804             },
6805             'TMT' => {
6806             symbol => 'TMT',
6807             display_name => {
6808             'currency' => q(manat turcman),
6809             'one' => q(manat turcman),
6810             'other' => q(manats turcmans),
6811             },
6812             },
6813             'TND' => {
6814             symbol => 'TND',
6815             display_name => {
6816             'currency' => q(dinar tunisià),
6817             'one' => q(dinar tunisià),
6818             'other' => q(dinars tunisians),
6819             },
6820             },
6821             'TOP' => {
6822             symbol => 'TOP',
6823             display_name => {
6824             'currency' => q(pa‘anga tongà),
6825             'one' => q(pa‘anga tongà),
6826             'other' => q(pa‘angas tongans),
6827             },
6828             },
6829             'TPE' => {
6830             symbol => 'TPE',
6831             display_name => {
6832             'currency' => q(escut de Timor),
6833             'one' => q(escut de Timor),
6834             'other' => q(escuts de Timor),
6835             },
6836             },
6837             'TRL' => {
6838             symbol => 'TRL',
6839             display_name => {
6840             'currency' => q(lira turca \(1922–2005\)),
6841             'one' => q(lira turca \(1922–2005\)),
6842             'other' => q(lires turques \(1922–2005\)),
6843             },
6844             },
6845             'TRY' => {
6846             symbol => 'TRY',
6847             display_name => {
6848             'currency' => q(lira turca),
6849             'one' => q(lira turca),
6850             'other' => q(lires turques),
6851             },
6852             },
6853             'TTD' => {
6854             symbol => 'TTD',
6855             display_name => {
6856             'currency' => q(dòlar de Trinitat i Tobago),
6857             'one' => q(dòlar de Trinitat i Tobago),
6858             'other' => q(dòlars de Trinitat i Tobago),
6859             },
6860             },
6861             'TWD' => {
6862             symbol => 'NT$',
6863             display_name => {
6864             'currency' => q(nou dòlar de Taiwan),
6865             'one' => q(nou dòlar de Taiwan),
6866             'other' => q(nous dòlars de Taiwan),
6867             },
6868             },
6869             'TZS' => {
6870             symbol => 'TZS',
6871             display_name => {
6872             'currency' => q(xíling tanzà),
6873             'one' => q(xíling tanzà),
6874             'other' => q(xílings tanzans),
6875             },
6876             },
6877             'UAH' => {
6878             symbol => 'UAH',
6879             display_name => {
6880             'currency' => q(hrívnia ucraïnesa),
6881             'one' => q(hrívnia ucraïnesa),
6882             'other' => q(hrívnies ucraïneses),
6883             },
6884             },
6885             'UAK' => {
6886             symbol => 'UAK',
6887             display_name => {
6888             'currency' => q(karbóvanets ucraïnès),
6889             'one' => q(karbóvanets ucraïnès),
6890             'other' => q(karbóvantsiv ucraïnesos),
6891             },
6892             },
6893             'UGS' => {
6894             symbol => 'UGS',
6895             display_name => {
6896             'currency' => q(xíling ugandès \(1966–1987\)),
6897             'one' => q(xíling ugandès \(1966–1987\)),
6898             'other' => q(xílings ugandesos \(1966–1987\)),
6899             },
6900             },
6901             'UGX' => {
6902             symbol => 'UGX',
6903             display_name => {
6904             'currency' => q(xíling ugandès),
6905             'one' => q(xíling ugandès),
6906             'other' => q(xílings ugandesos),
6907             },
6908             },
6909             'USD' => {
6910             symbol => 'USD',
6911             display_name => {
6912             'currency' => q(dòlar dels Estats Units),
6913             'one' => q(dòlar dels Estats Units),
6914             'other' => q(dòlars dels Estats Units),
6915             },
6916             },
6917             'USN' => {
6918             symbol => 'USN',
6919             display_name => {
6920             'currency' => q(dòlar dels Estats Units \(dia següent\)),
6921             'one' => q(dòlar dels Estats Units \(dia següent\)),
6922             'other' => q(dòlars dels Estats Units \(dia següent\)),
6923             },
6924             },
6925             'USS' => {
6926             symbol => 'USS',
6927             display_name => {
6928             'currency' => q(dòlar dels Estats Units \(mateix dia\)),
6929             'one' => q(dòlar dels Estats Units \(mateix dia\)),
6930             'other' => q(dòlars dels Estats Units \(mateix dia\)),
6931             },
6932             },
6933             'UYI' => {
6934             symbol => 'UYI',
6935             display_name => {
6936             'currency' => q(peso uruguaià en unitats indexades),
6937             'one' => q(peso uruguaià en unitats indexades),
6938             'other' => q(pesos uruguaians en unitats indexades),
6939             },
6940             },
6941             'UYP' => {
6942             symbol => 'UYP',
6943             display_name => {
6944             'currency' => q(peso uruguaià \(1975–1993\)),
6945             'one' => q(peso uruguaià \(1975–1993\)),
6946             'other' => q(pesos uruguaians \(1975–1993\)),
6947             },
6948             },
6949             'UYU' => {
6950             symbol => 'UYU',
6951             display_name => {
6952             'currency' => q(peso uruguaià),
6953             'one' => q(peso uruguaià),
6954             'other' => q(pesos uruguaians),
6955             },
6956             },
6957             'UZS' => {
6958             symbol => 'UZS',
6959             display_name => {
6960             'currency' => q(som uzbek),
6961             'one' => q(som uzbek),
6962             'other' => q(soms uzbeks),
6963             },
6964             },
6965             'VEB' => {
6966             symbol => 'VEB',
6967             display_name => {
6968             'currency' => q(bolívar veneçolà \(1871–2008\)),
6969             'one' => q(bolívar veneçolà \(1871–2008\)),
6970             'other' => q(bolívars veneçolans \(1871–2008\)),
6971             },
6972             },
6973             'VEF' => {
6974             symbol => 'VEF',
6975             display_name => {
6976             'currency' => q(bolívar veneçolà \(2008–2018\)),
6977             'one' => q(bolívar veneçolà \(2008–2018\)),
6978             'other' => q(bolívars veneçolans \(2008–2018\)),
6979             },
6980             },
6981             'VES' => {
6982             symbol => 'VES',
6983             display_name => {
6984             'currency' => q(bolívar veneçolà),
6985             'one' => q(bolívar veneçolà),
6986             'other' => q(bolívars veneçolans),
6987             },
6988             },
6989             'VND' => {
6990             symbol => '₫',
6991             display_name => {
6992             'currency' => q(dong vietnamita),
6993             'one' => q(dong vietnamita),
6994             'other' => q(dongs vietnamites),
6995             },
6996             },
6997             'VNN' => {
6998             symbol => 'VNN',
6999             display_name => {
7000             'currency' => q(dong vietnamita \(1978–1985\)),
7001             'one' => q(dong vietnamita \(1978–1985\)),
7002             'other' => q(dongs vietnamites \(1978–1985\)),
7003             },
7004             },
7005             'VUV' => {
7006             symbol => 'VUV',
7007             display_name => {
7008             'currency' => q(vatu de Vanuatu),
7009             'one' => q(vatu de Vanuatu),
7010             'other' => q(vatus de Vanuatu),
7011             },
7012             },
7013             'WST' => {
7014             symbol => 'WST',
7015             display_name => {
7016             'currency' => q(tala samoà),
7017             'one' => q(tala samoà),
7018             'other' => q(tales samoans),
7019             },
7020             },
7021             'XAF' => {
7022             symbol => 'FCFA',
7023             display_name => {
7024             'currency' => q(franc CFA BEAC),
7025             'one' => q(franc CFA BEAC),
7026             'other' => q(francs CFA BEAC),
7027             },
7028             },
7029             'XAG' => {
7030             symbol => 'XAG',
7031             display_name => {
7032             'currency' => q(plata),
7033             'one' => q(plata),
7034             'other' => q(plata),
7035             },
7036             },
7037             'XAU' => {
7038             symbol => 'XAU',
7039             display_name => {
7040             'currency' => q(or),
7041             'one' => q(or),
7042             'other' => q(or),
7043             },
7044             },
7045             'XBA' => {
7046             symbol => 'XBA',
7047             display_name => {
7048             'currency' => q(unitat compensatòria europea),
7049             'one' => q(unitat compensatòria europea),
7050             'other' => q(unitats compensatòries europees),
7051             },
7052             },
7053             'XBB' => {
7054             symbol => 'XBB',
7055             display_name => {
7056             'currency' => q(unitat monetària europea),
7057             'one' => q(unitat monetària europea),
7058             'other' => q(unitats monetàries europees),
7059             },
7060             },
7061             'XBC' => {
7062             symbol => 'XBC',
7063             display_name => {
7064             'currency' => q(unitat de compte europea \(XBC\)),
7065             'one' => q(unitat de compte europea \(XBC\)),
7066             'other' => q(unitats de compte europees \(XBC\)),
7067             },
7068             },
7069             'XBD' => {
7070             symbol => 'XBD',
7071             display_name => {
7072             'currency' => q(unitat de compte europea \(XBD\)),
7073             'one' => q(unitat de compte europea \(XBD\)),
7074             'other' => q(unitats de compte europees \(XBD\)),
7075             },
7076             },
7077             'XCD' => {
7078             symbol => 'XCD',
7079             display_name => {
7080             'currency' => q(dòlar del Carib Oriental),
7081             'one' => q(dòlar del Carib Oriental),
7082             'other' => q(dòlars del Carib Oriental),
7083             },
7084             },
7085             'XDR' => {
7086             symbol => 'XDR',
7087             display_name => {
7088             'currency' => q(drets especials de gir),
7089             'one' => q(drets especials de gir),
7090             'other' => q(drets especials de gir),
7091             },
7092             },
7093             'XEU' => {
7094             symbol => 'XEU',
7095             display_name => {
7096             'currency' => q(unitat de moneda europea),
7097             'one' => q(unitat de moneda europea),
7098             'other' => q(unitats de moneda europees),
7099             },
7100             },
7101             'XFO' => {
7102             symbol => 'XFO',
7103             display_name => {
7104             'currency' => q(franc or francès),
7105             'one' => q(franc or francès),
7106             'other' => q(francs or francesos),
7107             },
7108             },
7109             'XFU' => {
7110             symbol => 'XFU',
7111             display_name => {
7112             'currency' => q(franc UIC francès),
7113             'one' => q(franc UIC francès),
7114             'other' => q(francs UIC francesos),
7115             },
7116             },
7117             'XOF' => {
7118             symbol => 'CFA',
7119             display_name => {
7120             'currency' => q(franc CFA BCEAO),
7121             'one' => q(franc CFA BCEAO),
7122             'other' => q(francs CFA BCEAO),
7123             },
7124             },
7125             'XPD' => {
7126             symbol => 'XPD',
7127             display_name => {
7128             'currency' => q(pal·ladi),
7129             'one' => q(pal·ladi),
7130             'other' => q(pal·ladi),
7131             },
7132             },
7133             'XPF' => {
7134             symbol => 'CFPF',
7135             display_name => {
7136             'currency' => q(franc CFP),
7137             'one' => q(franc CFP),
7138             'other' => q(francs CFP),
7139             },
7140             },
7141             'XPT' => {
7142             symbol => 'XPT',
7143             display_name => {
7144             'currency' => q(platí),
7145             'one' => q(platí),
7146             'other' => q(platí),
7147             },
7148             },
7149             'XRE' => {
7150             symbol => 'XRE',
7151             display_name => {
7152             'currency' => q(fons RINET),
7153             'one' => q(fons RINET),
7154             'other' => q(fons RINET),
7155             },
7156             },
7157             'XTS' => {
7158             symbol => 'XTS',
7159             display_name => {
7160             'currency' => q(codi reservat per a proves),
7161             'one' => q(codi reservat per a proves),
7162             'other' => q(codi reservat per a proves),
7163             },
7164             },
7165             'XXX' => {
7166             symbol => 'XXX',
7167             display_name => {
7168             'currency' => q(moneda desconeguda),
7169             'one' => q(\(unitat monetària desconeguda\)),
7170             'other' => q(\(moneda desconeguda\)),
7171             },
7172             },
7173             'YDD' => {
7174             symbol => 'YDD',
7175             display_name => {
7176             'currency' => q(dinar iemenita),
7177             'one' => q(dinar iemenita),
7178             'other' => q(dinars iemenites),
7179             },
7180             },
7181             'YER' => {
7182             symbol => 'YER',
7183             display_name => {
7184             'currency' => q(rial iemenita),
7185             'one' => q(rial iemenita),
7186             'other' => q(rials iemenites),
7187             },
7188             },
7189             'YUD' => {
7190             symbol => 'YUD',
7191             display_name => {
7192             'currency' => q(dinar fort iugoslau),
7193             'one' => q(dinar fort iugoslau),
7194             'other' => q(dinars forts iugoslaus),
7195             },
7196             },
7197             'YUM' => {
7198             symbol => 'YUM',
7199             display_name => {
7200             'currency' => q(nou dinar iugoslau),
7201             'one' => q(nou dinar iugoslau),
7202             'other' => q(nous dinars iugoslaus),
7203             },
7204             },
7205             'YUN' => {
7206             symbol => 'YUN',
7207             display_name => {
7208             'currency' => q(dinar convertible iugoslau),
7209             'one' => q(dinar convertible iugoslau),
7210             'other' => q(dinars convertibles iugoslaus),
7211             },
7212             },
7213             'YUR' => {
7214             symbol => 'YUR',
7215             display_name => {
7216             'currency' => q(dinar iugoslau reformat \(1992–1993\)),
7217             'one' => q(dinar reformat iugoslau),
7218             'other' => q(dinars reformats iugoslaus),
7219             },
7220             },
7221             'ZAL' => {
7222             symbol => 'ZAL',
7223             display_name => {
7224             'currency' => q(rand sud-africà \(financer\)),
7225             'one' => q(rand sud-africà \(financer\)),
7226             'other' => q(rands sud-africans \(financers\)),
7227             },
7228             },
7229             'ZAR' => {
7230             symbol => 'ZAR',
7231             display_name => {
7232             'currency' => q(rand sud-africà),
7233             'one' => q(rand sud-africà),
7234             'other' => q(rands sud-africans),
7235             },
7236             },
7237             'ZMK' => {
7238             symbol => 'ZMK',
7239             display_name => {
7240             'currency' => q(kwacha zambià \(1968–2012\)),
7241             'one' => q(kwacha zambià \(1968–2012\)),
7242             'other' => q(kwacha zambians \(1968–2012\)),
7243             },
7244             },
7245             'ZMW' => {
7246             symbol => 'ZMW',
7247             display_name => {
7248             'currency' => q(kwacha zambià),
7249             'one' => q(kwacha zambià),
7250             'other' => q(kwacha zambians),
7251             },
7252             },
7253             'ZRN' => {
7254             symbol => 'ZRN',
7255             display_name => {
7256             'currency' => q(nou zaire zairès),
7257             'one' => q(nou zaire zairès),
7258             'other' => q(nous zaires zairesos),
7259             },
7260             },
7261             'ZRZ' => {
7262             symbol => 'ZRZ',
7263             display_name => {
7264             'currency' => q(zaire zairès),
7265             'one' => q(zaire zairès),
7266             'other' => q(zaires zairesos),
7267             },
7268             },
7269             'ZWD' => {
7270             symbol => 'ZWD',
7271             display_name => {
7272             'currency' => q(dòlar zimbabuès \(1980–2008\)),
7273             'one' => q(dòlar zimbabuès \(1980–2008\)),
7274             'other' => q(dòlars zimbabuesos \(1980–2008\)),
7275             },
7276             },
7277             'ZWL' => {
7278             symbol => 'ZWL',
7279             display_name => {
7280             'currency' => q(dòlar zimbabuès \(2009\)),
7281             'one' => q(dòlar zimbabuès \(2009\)),
7282             'other' => q(dòlars zimbabuesos \(2009\)),
7283             },
7284             },
7285             'ZWR' => {
7286             symbol => 'ZWR',
7287             display_name => {
7288             'currency' => q(dòlar zimbabuès \(2008\)),
7289             'one' => q(dòlar zimbabuès \(2008\)),
7290             'other' => q(dòlars zimbabuesos \(2008\)),
7291             },
7292             },
7293             } },
7294             );
7295              
7296              
7297             has 'calendar_months' => (
7298             is => 'ro',
7299             isa => HashRef,
7300             init_arg => undef,
7301             default => sub { {
7302             'chinese' => {
7303             'format' => {
7304             abbreviated => {
7305             nonleap => [
7306             '1',
7307             '2',
7308             '3',
7309             '4',
7310             '5',
7311             '6',
7312             '7',
7313             '8',
7314             '9',
7315             '10',
7316             '11',
7317             '12'
7318             ],
7319             leap => [
7320            
7321             ],
7322             },
7323             narrow => {
7324             nonleap => [
7325             '1',
7326             '2',
7327             '3',
7328             '4',
7329             '5',
7330             '6',
7331             '7',
7332             '8',
7333             '9',
7334             '10',
7335             '11',
7336             '12'
7337             ],
7338             leap => [
7339            
7340             ],
7341             },
7342             wide => {
7343             nonleap => [
7344             '1',
7345             '2',
7346             '3',
7347             '4',
7348             '5',
7349             '6',
7350             '7',
7351             '8',
7352             '9',
7353             '10',
7354             '11',
7355             '12'
7356             ],
7357             leap => [
7358            
7359             ],
7360             },
7361             },
7362             'stand-alone' => {
7363             abbreviated => {
7364             nonleap => [
7365             '1',
7366             '2',
7367             '3',
7368             '4',
7369             '5',
7370             '6',
7371             '7',
7372             '8',
7373             '9',
7374             '10',
7375             '11',
7376             '12'
7377             ],
7378             leap => [
7379            
7380             ],
7381             },
7382             narrow => {
7383             nonleap => [
7384             '1',
7385             '2',
7386             '3',
7387             '4',
7388             '5',
7389             '6',
7390             '7',
7391             '8',
7392             '9',
7393             '10',
7394             '11',
7395             '12'
7396             ],
7397             leap => [
7398            
7399             ],
7400             },
7401             wide => {
7402             nonleap => [
7403             '1',
7404             '2',
7405             '3',
7406             '4',
7407             '5',
7408             '6',
7409             '7',
7410             '8',
7411             '9',
7412             '10',
7413             '11',
7414             '12'
7415             ],
7416             leap => [
7417            
7418             ],
7419             },
7420             },
7421             },
7422             'coptic' => {
7423             'format' => {
7424             wide => {
7425             nonleap => [
7426             'Tout',
7427             'Baba',
7428             'Hator',
7429             'Kiahk',
7430             'Toba',
7431             'Amshir',
7432             'Baramhat',
7433             'Baramouda',
7434             'Bashans',
7435             'Paona',
7436             'Epep',
7437             'Mesra',
7438             'Nasie'
7439             ],
7440             leap => [
7441            
7442             ],
7443             },
7444             },
7445             },
7446             'ethiopic' => {
7447             'format' => {
7448             wide => {
7449             nonleap => [
7450             'Meskerem',
7451             'Tekemt',
7452             'Hedar',
7453             'Tahsas',
7454             'Ter',
7455             'Yekatit',
7456             'Megabit',
7457             'Miazia',
7458             'Genbot',
7459             'Sene',
7460             'Hamle',
7461             'Nehasse',
7462             'Pagumen'
7463             ],
7464             leap => [
7465            
7466             ],
7467             },
7468             },
7469             },
7470             'gregorian' => {
7471             'format' => {
7472             abbreviated => {
7473             nonleap => [
7474             'de gen.',
7475             'de febr.',
7476             'de març',
7477             'd’abr.',
7478             'de maig',
7479             'de juny',
7480             'de jul.',
7481             'd’ag.',
7482             'de set.',
7483             'd’oct.',
7484             'de nov.',
7485             'de des.'
7486             ],
7487             leap => [
7488            
7489             ],
7490             },
7491             narrow => {
7492             nonleap => [
7493             'GN',
7494             'FB',
7495             'MÇ',
7496             'AB',
7497             'MG',
7498             'JN',
7499             'JL',
7500             'AG',
7501             'ST',
7502             'OC',
7503             'NV',
7504             'DS'
7505             ],
7506             leap => [
7507            
7508             ],
7509             },
7510             wide => {
7511             nonleap => [
7512             'de gener',
7513             'de febrer',
7514             'de març',
7515             'd’abril',
7516             'de maig',
7517             'de juny',
7518             'de juliol',
7519             'd’agost',
7520             'de setembre',
7521             'd’octubre',
7522             'de novembre',
7523             'de desembre'
7524             ],
7525             leap => [
7526            
7527             ],
7528             },
7529             },
7530             'stand-alone' => {
7531             abbreviated => {
7532             nonleap => [
7533             'gen.',
7534             'febr.',
7535             'març',
7536             'abr.',
7537             'maig',
7538             'juny',
7539             'jul.',
7540             'ag.',
7541             'set.',
7542             'oct.',
7543             'nov.',
7544             'des.'
7545             ],
7546             leap => [
7547            
7548             ],
7549             },
7550             narrow => {
7551             nonleap => [
7552             'GN',
7553             'FB',
7554             'MÇ',
7555             'AB',
7556             'MG',
7557             'JN',
7558             'JL',
7559             'AG',
7560             'ST',
7561             'OC',
7562             'NV',
7563             'DS'
7564             ],
7565             leap => [
7566            
7567             ],
7568             },
7569             wide => {
7570             nonleap => [
7571             'gener',
7572             'febrer',
7573             'març',
7574             'abril',
7575             'maig',
7576             'juny',
7577             'juliol',
7578             'agost',
7579             'setembre',
7580             'octubre',
7581             'novembre',
7582             'desembre'
7583             ],
7584             leap => [
7585            
7586             ],
7587             },
7588             },
7589             },
7590             'hebrew' => {
7591             'format' => {
7592             wide => {
7593             nonleap => [
7594             'Tishri',
7595             'Heshvan',
7596             'Kislev',
7597             'Tevet',
7598             'Shevat',
7599             'Adar I',
7600             'Adar',
7601             'Nisan',
7602             'Iyar',
7603             'Sivan',
7604             'Tamuz',
7605             'Av',
7606             'Elul'
7607             ],
7608             leap => [
7609             '',
7610             '',
7611             '',
7612             '',
7613             '',
7614             '',
7615             'Adar II'
7616             ],
7617             },
7618             },
7619             },
7620             'indian' => {
7621             'format' => {
7622             wide => {
7623             nonleap => [
7624             'Chaitra',
7625             'Vaisakha',
7626             'Jyaistha',
7627             'Asadha',
7628             'Sravana',
7629             'Bhadra',
7630             'Asvina',
7631             'Kartika',
7632             'Agrahayana',
7633             'Pausa',
7634             'Magha',
7635             'Phalguna'
7636             ],
7637             leap => [
7638            
7639             ],
7640             },
7641             },
7642             },
7643             'islamic' => {
7644             'format' => {
7645             wide => {
7646             nonleap => [
7647             'Muharram',
7648             'Safar',
7649             'Rabiʻ I',
7650             'Rabiʻ II',
7651             'Jumada I',
7652             'Jumada II',
7653             'Rajab',
7654             'Shaʻban',
7655             'Ramadan',
7656             'Shawwal',
7657             'Dhuʻl-Qiʻdah',
7658             'Dhuʻl-Hijjah'
7659             ],
7660             leap => [
7661            
7662             ],
7663             },
7664             },
7665             },
7666             'persian' => {
7667             'format' => {
7668             wide => {
7669             nonleap => [
7670             'Farvardin',
7671             'Ordibehesht',
7672             'Khordad',
7673             'Tir',
7674             'Mordad',
7675             'Shahrivar',
7676             'Mehr',
7677             'Aban',
7678             'Azar',
7679             'Dey',
7680             'Bahman',
7681             'Esfand'
7682             ],
7683             leap => [
7684            
7685             ],
7686             },
7687             },
7688             },
7689             } },
7690             );
7691              
7692             has 'calendar_days' => (
7693             is => 'ro',
7694             isa => HashRef,
7695             init_arg => undef,
7696             default => sub { {
7697             'gregorian' => {
7698             'format' => {
7699             abbreviated => {
7700             mon => 'dl.',
7701             tue => 'dt.',
7702             wed => 'dc.',
7703             thu => 'dj.',
7704             fri => 'dv.',
7705             sat => 'ds.',
7706             sun => 'dg.'
7707             },
7708             narrow => {
7709             mon => 'dl',
7710             tue => 'dt',
7711             wed => 'dc',
7712             thu => 'dj',
7713             fri => 'dv',
7714             sat => 'ds',
7715             sun => 'dg'
7716             },
7717             short => {
7718             mon => 'dl.',
7719             tue => 'dt.',
7720             wed => 'dc.',
7721             thu => 'dj.',
7722             fri => 'dv.',
7723             sat => 'ds.',
7724             sun => 'dg.'
7725             },
7726             wide => {
7727             mon => 'dilluns',
7728             tue => 'dimarts',
7729             wed => 'dimecres',
7730             thu => 'dijous',
7731             fri => 'divendres',
7732             sat => 'dissabte',
7733             sun => 'diumenge'
7734             },
7735             },
7736             'stand-alone' => {
7737             abbreviated => {
7738             mon => 'dl.',
7739             tue => 'dt.',
7740             wed => 'dc.',
7741             thu => 'dj.',
7742             fri => 'dv.',
7743             sat => 'ds.',
7744             sun => 'dg.'
7745             },
7746             narrow => {
7747             mon => 'dl',
7748             tue => 'dt',
7749             wed => 'dc',
7750             thu => 'dj',
7751             fri => 'dv',
7752             sat => 'ds',
7753             sun => 'dg'
7754             },
7755             short => {
7756             mon => 'dl.',
7757             tue => 'dt.',
7758             wed => 'dc.',
7759             thu => 'dj.',
7760             fri => 'dv.',
7761             sat => 'ds.',
7762             sun => 'dg.'
7763             },
7764             wide => {
7765             mon => 'dilluns',
7766             tue => 'dimarts',
7767             wed => 'dimecres',
7768             thu => 'dijous',
7769             fri => 'divendres',
7770             sat => 'dissabte',
7771             sun => 'diumenge'
7772             },
7773             },
7774             },
7775             } },
7776             );
7777              
7778             has 'calendar_quarters' => (
7779             is => 'ro',
7780             isa => HashRef,
7781             init_arg => undef,
7782             default => sub { {
7783             'gregorian' => {
7784             'format' => {
7785             abbreviated => {0 => '1T',
7786             1 => '2T',
7787             2 => '3T',
7788             3 => '4T'
7789             },
7790             narrow => {0 => '1',
7791             1 => '2',
7792             2 => '3',
7793             3 => '4'
7794             },
7795             wide => {0 => '1r trimestre',
7796             1 => '2n trimestre',
7797             2 => '3r trimestre',
7798             3 => '4t trimestre'
7799             },
7800             },
7801             'stand-alone' => {
7802             abbreviated => {0 => '1T',
7803             1 => '2T',
7804             2 => '3T',
7805             3 => '4T'
7806             },
7807             narrow => {0 => '1',
7808             1 => '2',
7809             2 => '3',
7810             3 => '4'
7811             },
7812             wide => {0 => '1r trimestre',
7813             1 => '2n trimestre',
7814             2 => '3r trimestre',
7815             3 => '4t trimestre'
7816             },
7817             },
7818             },
7819             } },
7820             );
7821              
7822             has 'day_period_data' => (
7823             is => 'ro',
7824             isa => CodeRef,
7825             init_arg => undef,
7826             default => sub { sub {
7827             # Time in hhmm format
7828             my ($self, $type, $time, $day_period_type) = @_;
7829             $day_period_type //= 'default';
7830             SWITCH:
7831             for ($type) {
7832             if ($_ eq 'buddhist') {
7833             if($day_period_type eq 'default') {
7834             return 'midnight' if $time == 0;
7835             return 'afternoon1' if $time >= 1200
7836             && $time < 1300;
7837             return 'afternoon2' if $time >= 1300
7838             && $time < 1900;
7839             return 'evening1' if $time >= 1900
7840             && $time < 2100;
7841             return 'morning1' if $time >= 0
7842             && $time < 600;
7843             return 'morning2' if $time >= 600
7844             && $time < 1200;
7845             return 'night1' if $time >= 2100
7846             && $time < 2400;
7847             }
7848             if($day_period_type eq 'selection') {
7849             return 'afternoon1' if $time >= 1200
7850             && $time < 1300;
7851             return 'afternoon2' if $time >= 1300
7852             && $time < 1900;
7853             return 'evening1' if $time >= 1900
7854             && $time < 2100;
7855             return 'morning1' if $time >= 0
7856             && $time < 600;
7857             return 'morning2' if $time >= 600
7858             && $time < 1200;
7859             return 'night1' if $time >= 2100
7860             && $time < 2400;
7861             }
7862             last SWITCH;
7863             }
7864             if ($_ eq 'chinese') {
7865             if($day_period_type eq 'default') {
7866             return 'midnight' if $time == 0;
7867             return 'afternoon1' if $time >= 1200
7868             && $time < 1300;
7869             return 'afternoon2' if $time >= 1300
7870             && $time < 1900;
7871             return 'evening1' if $time >= 1900
7872             && $time < 2100;
7873             return 'morning1' if $time >= 0
7874             && $time < 600;
7875             return 'morning2' if $time >= 600
7876             && $time < 1200;
7877             return 'night1' if $time >= 2100
7878             && $time < 2400;
7879             }
7880             if($day_period_type eq 'selection') {
7881             return 'afternoon1' if $time >= 1200
7882             && $time < 1300;
7883             return 'afternoon2' if $time >= 1300
7884             && $time < 1900;
7885             return 'evening1' if $time >= 1900
7886             && $time < 2100;
7887             return 'morning1' if $time >= 0
7888             && $time < 600;
7889             return 'morning2' if $time >= 600
7890             && $time < 1200;
7891             return 'night1' if $time >= 2100
7892             && $time < 2400;
7893             }
7894             last SWITCH;
7895             }
7896             if ($_ eq 'coptic') {
7897             if($day_period_type eq 'default') {
7898             return 'midnight' if $time == 0;
7899             return 'afternoon1' if $time >= 1200
7900             && $time < 1300;
7901             return 'afternoon2' if $time >= 1300
7902             && $time < 1900;
7903             return 'evening1' if $time >= 1900
7904             && $time < 2100;
7905             return 'morning1' if $time >= 0
7906             && $time < 600;
7907             return 'morning2' if $time >= 600
7908             && $time < 1200;
7909             return 'night1' if $time >= 2100
7910             && $time < 2400;
7911             }
7912             if($day_period_type eq 'selection') {
7913             return 'afternoon1' if $time >= 1200
7914             && $time < 1300;
7915             return 'afternoon2' if $time >= 1300
7916             && $time < 1900;
7917             return 'evening1' if $time >= 1900
7918             && $time < 2100;
7919             return 'morning1' if $time >= 0
7920             && $time < 600;
7921             return 'morning2' if $time >= 600
7922             && $time < 1200;
7923             return 'night1' if $time >= 2100
7924             && $time < 2400;
7925             }
7926             last SWITCH;
7927             }
7928             if ($_ eq 'ethiopic') {
7929             if($day_period_type eq 'default') {
7930             return 'midnight' if $time == 0;
7931             return 'afternoon1' if $time >= 1200
7932             && $time < 1300;
7933             return 'afternoon2' if $time >= 1300
7934             && $time < 1900;
7935             return 'evening1' if $time >= 1900
7936             && $time < 2100;
7937             return 'morning1' if $time >= 0
7938             && $time < 600;
7939             return 'morning2' if $time >= 600
7940             && $time < 1200;
7941             return 'night1' if $time >= 2100
7942             && $time < 2400;
7943             }
7944             if($day_period_type eq 'selection') {
7945             return 'afternoon1' if $time >= 1200
7946             && $time < 1300;
7947             return 'afternoon2' if $time >= 1300
7948             && $time < 1900;
7949             return 'evening1' if $time >= 1900
7950             && $time < 2100;
7951             return 'morning1' if $time >= 0
7952             && $time < 600;
7953             return 'morning2' if $time >= 600
7954             && $time < 1200;
7955             return 'night1' if $time >= 2100
7956             && $time < 2400;
7957             }
7958             last SWITCH;
7959             }
7960             if ($_ eq 'generic') {
7961             if($day_period_type eq 'default') {
7962             return 'midnight' if $time == 0;
7963             return 'afternoon1' if $time >= 1200
7964             && $time < 1300;
7965             return 'afternoon2' if $time >= 1300
7966             && $time < 1900;
7967             return 'evening1' if $time >= 1900
7968             && $time < 2100;
7969             return 'morning1' if $time >= 0
7970             && $time < 600;
7971             return 'morning2' if $time >= 600
7972             && $time < 1200;
7973             return 'night1' if $time >= 2100
7974             && $time < 2400;
7975             }
7976             if($day_period_type eq 'selection') {
7977             return 'afternoon1' if $time >= 1200
7978             && $time < 1300;
7979             return 'afternoon2' if $time >= 1300
7980             && $time < 1900;
7981             return 'evening1' if $time >= 1900
7982             && $time < 2100;
7983             return 'morning1' if $time >= 0
7984             && $time < 600;
7985             return 'morning2' if $time >= 600
7986             && $time < 1200;
7987             return 'night1' if $time >= 2100
7988             && $time < 2400;
7989             }
7990             last SWITCH;
7991             }
7992             if ($_ eq 'gregorian') {
7993             if($day_period_type eq 'default') {
7994             return 'midnight' if $time == 0;
7995             return 'afternoon1' if $time >= 1200
7996             && $time < 1300;
7997             return 'afternoon2' if $time >= 1300
7998             && $time < 1900;
7999             return 'evening1' if $time >= 1900
8000             && $time < 2100;
8001             return 'morning1' if $time >= 0
8002             && $time < 600;
8003             return 'morning2' if $time >= 600
8004             && $time < 1200;
8005             return 'night1' if $time >= 2100
8006             && $time < 2400;
8007             }
8008             if($day_period_type eq 'selection') {
8009             return 'afternoon1' if $time >= 1200
8010             && $time < 1300;
8011             return 'afternoon2' if $time >= 1300
8012             && $time < 1900;
8013             return 'evening1' if $time >= 1900
8014             && $time < 2100;
8015             return 'morning1' if $time >= 0
8016             && $time < 600;
8017             return 'morning2' if $time >= 600
8018             && $time < 1200;
8019             return 'night1' if $time >= 2100
8020             && $time < 2400;
8021             }
8022             last SWITCH;
8023             }
8024             if ($_ eq 'hebrew') {
8025             if($day_period_type eq 'default') {
8026             return 'midnight' if $time == 0;
8027             return 'afternoon1' if $time >= 1200
8028             && $time < 1300;
8029             return 'afternoon2' if $time >= 1300
8030             && $time < 1900;
8031             return 'evening1' if $time >= 1900
8032             && $time < 2100;
8033             return 'morning1' if $time >= 0
8034             && $time < 600;
8035             return 'morning2' if $time >= 600
8036             && $time < 1200;
8037             return 'night1' if $time >= 2100
8038             && $time < 2400;
8039             }
8040             if($day_period_type eq 'selection') {
8041             return 'afternoon1' if $time >= 1200
8042             && $time < 1300;
8043             return 'afternoon2' if $time >= 1300
8044             && $time < 1900;
8045             return 'evening1' if $time >= 1900
8046             && $time < 2100;
8047             return 'morning1' if $time >= 0
8048             && $time < 600;
8049             return 'morning2' if $time >= 600
8050             && $time < 1200;
8051             return 'night1' if $time >= 2100
8052             && $time < 2400;
8053             }
8054             last SWITCH;
8055             }
8056             if ($_ eq 'indian') {
8057             if($day_period_type eq 'default') {
8058             return 'midnight' if $time == 0;
8059             return 'afternoon1' if $time >= 1200
8060             && $time < 1300;
8061             return 'afternoon2' if $time >= 1300
8062             && $time < 1900;
8063             return 'evening1' if $time >= 1900
8064             && $time < 2100;
8065             return 'morning1' if $time >= 0
8066             && $time < 600;
8067             return 'morning2' if $time >= 600
8068             && $time < 1200;
8069             return 'night1' if $time >= 2100
8070             && $time < 2400;
8071             }
8072             if($day_period_type eq 'selection') {
8073             return 'afternoon1' if $time >= 1200
8074             && $time < 1300;
8075             return 'afternoon2' if $time >= 1300
8076             && $time < 1900;
8077             return 'evening1' if $time >= 1900
8078             && $time < 2100;
8079             return 'morning1' if $time >= 0
8080             && $time < 600;
8081             return 'morning2' if $time >= 600
8082             && $time < 1200;
8083             return 'night1' if $time >= 2100
8084             && $time < 2400;
8085             }
8086             last SWITCH;
8087             }
8088             if ($_ eq 'islamic') {
8089             if($day_period_type eq 'default') {
8090             return 'midnight' if $time == 0;
8091             return 'afternoon1' if $time >= 1200
8092             && $time < 1300;
8093             return 'afternoon2' if $time >= 1300
8094             && $time < 1900;
8095             return 'evening1' if $time >= 1900
8096             && $time < 2100;
8097             return 'morning1' if $time >= 0
8098             && $time < 600;
8099             return 'morning2' if $time >= 600
8100             && $time < 1200;
8101             return 'night1' if $time >= 2100
8102             && $time < 2400;
8103             }
8104             if($day_period_type eq 'selection') {
8105             return 'afternoon1' if $time >= 1200
8106             && $time < 1300;
8107             return 'afternoon2' if $time >= 1300
8108             && $time < 1900;
8109             return 'evening1' if $time >= 1900
8110             && $time < 2100;
8111             return 'morning1' if $time >= 0
8112             && $time < 600;
8113             return 'morning2' if $time >= 600
8114             && $time < 1200;
8115             return 'night1' if $time >= 2100
8116             && $time < 2400;
8117             }
8118             last SWITCH;
8119             }
8120             if ($_ eq 'persian') {
8121             if($day_period_type eq 'default') {
8122             return 'midnight' if $time == 0;
8123             return 'afternoon1' if $time >= 1200
8124             && $time < 1300;
8125             return 'afternoon2' if $time >= 1300
8126             && $time < 1900;
8127             return 'evening1' if $time >= 1900
8128             && $time < 2100;
8129             return 'morning1' if $time >= 0
8130             && $time < 600;
8131             return 'morning2' if $time >= 600
8132             && $time < 1200;
8133             return 'night1' if $time >= 2100
8134             && $time < 2400;
8135             }
8136             if($day_period_type eq 'selection') {
8137             return 'afternoon1' if $time >= 1200
8138             && $time < 1300;
8139             return 'afternoon2' if $time >= 1300
8140             && $time < 1900;
8141             return 'evening1' if $time >= 1900
8142             && $time < 2100;
8143             return 'morning1' if $time >= 0
8144             && $time < 600;
8145             return 'morning2' if $time >= 600
8146             && $time < 1200;
8147             return 'night1' if $time >= 2100
8148             && $time < 2400;
8149             }
8150             last SWITCH;
8151             }
8152             if ($_ eq 'roc') {
8153             if($day_period_type eq 'default') {
8154             return 'midnight' if $time == 0;
8155             return 'afternoon1' if $time >= 1200
8156             && $time < 1300;
8157             return 'afternoon2' if $time >= 1300
8158             && $time < 1900;
8159             return 'evening1' if $time >= 1900
8160             && $time < 2100;
8161             return 'morning1' if $time >= 0
8162             && $time < 600;
8163             return 'morning2' if $time >= 600
8164             && $time < 1200;
8165             return 'night1' if $time >= 2100
8166             && $time < 2400;
8167             }
8168             if($day_period_type eq 'selection') {
8169             return 'afternoon1' if $time >= 1200
8170             && $time < 1300;
8171             return 'afternoon2' if $time >= 1300
8172             && $time < 1900;
8173             return 'evening1' if $time >= 1900
8174             && $time < 2100;
8175             return 'morning1' if $time >= 0
8176             && $time < 600;
8177             return 'morning2' if $time >= 600
8178             && $time < 1200;
8179             return 'night1' if $time >= 2100
8180             && $time < 2400;
8181             }
8182             last SWITCH;
8183             }
8184             }
8185             } },
8186             );
8187              
8188             around day_period_data => sub {
8189             my ($orig, $self) = @_;
8190             return $self->$orig;
8191             };
8192              
8193             has 'day_periods' => (
8194             is => 'ro',
8195             isa => HashRef,
8196             init_arg => undef,
8197             default => sub { {
8198             'gregorian' => {
8199             'format' => {
8200             'abbreviated' => {
8201             'afternoon1' => q{migdia},
8202             'afternoon2' => q{tarda},
8203             'am' => q{a. m.},
8204             'evening1' => q{vespre},
8205             'midnight' => q{mitjanit},
8206             'morning1' => q{matinada},
8207             'morning2' => q{matí},
8208             'night1' => q{nit},
8209             'pm' => q{p. m.},
8210             },
8211             'narrow' => {
8212             'afternoon1' => q{md},
8213             'afternoon2' => q{tarda},
8214             'am' => q{a. m.},
8215             'evening1' => q{vespre},
8216             'midnight' => q{mitjanit},
8217             'morning1' => q{mat.},
8218             'morning2' => q{matí},
8219             'night1' => q{nit},
8220             'pm' => q{p. m.},
8221             },
8222             'wide' => {
8223             'afternoon1' => q{migdia},
8224             'afternoon2' => q{tarda},
8225             'am' => q{a. m.},
8226             'evening1' => q{vespre},
8227             'midnight' => q{mitjanit},
8228             'morning1' => q{matinada},
8229             'morning2' => q{matí},
8230             'night1' => q{nit},
8231             'pm' => q{p. m.},
8232             },
8233             },
8234             'stand-alone' => {
8235             'abbreviated' => {
8236             'afternoon1' => q{migdia},
8237             'afternoon2' => q{tarda},
8238             'am' => q{a. m.},
8239             'evening1' => q{vespre},
8240             'midnight' => q{mitjanit},
8241             'morning1' => q{matinada},
8242             'morning2' => q{matí},
8243             'night1' => q{nit},
8244             'pm' => q{p. m.},
8245             },
8246             'narrow' => {
8247             'afternoon1' => q{migdia},
8248             'afternoon2' => q{tarda},
8249             'am' => q{a. m.},
8250             'evening1' => q{vespre},
8251             'midnight' => q{mitjanit},
8252             'morning1' => q{matinada},
8253             'morning2' => q{matí},
8254             'night1' => q{nit},
8255             'pm' => q{p. m.},
8256             },
8257             'wide' => {
8258             'afternoon1' => q{migdia},
8259             'afternoon2' => q{tarda},
8260             'am' => q{a. m.},
8261             'evening1' => q{vespre},
8262             'midnight' => q{mitjanit},
8263             'morning1' => q{matinada},
8264             'morning2' => q{matí},
8265             'night1' => q{nit},
8266             'pm' => q{p. m.},
8267             },
8268             },
8269             },
8270             } },
8271             );
8272              
8273             has 'eras' => (
8274             is => 'ro',
8275             isa => HashRef,
8276             init_arg => undef,
8277             default => sub { {
8278             'buddhist' => {
8279             abbreviated => {
8280             '0' => 'eB'
8281             },
8282             narrow => {
8283             '0' => 'eB'
8284             },
8285             wide => {
8286             '0' => 'eB'
8287             },
8288             },
8289             'chinese' => {
8290             },
8291             'coptic' => {
8292             wide => {
8293             '0' => 'ERA0'
8294             },
8295             },
8296             'ethiopic' => {
8297             wide => {
8298             '0' => 'ERA0',
8299             '1' => 'ERA1'
8300             },
8301             },
8302             'generic' => {
8303             },
8304             'gregorian' => {
8305             abbreviated => {
8306             '0' => 'aC',
8307             '1' => 'dC'
8308             },
8309             narrow => {
8310             '0' => 'aC',
8311             '1' => 'dC'
8312             },
8313             wide => {
8314             '0' => 'abans de Crist',
8315             '1' => 'després de Crist'
8316             },
8317             },
8318             'hebrew' => {
8319             abbreviated => {
8320             '0' => 'AM'
8321             },
8322             narrow => {
8323             '0' => 'AM'
8324             },
8325             wide => {
8326             '0' => 'AM'
8327             },
8328             },
8329             'indian' => {
8330             wide => {
8331             '0' => 'Saka'
8332             },
8333             },
8334             'islamic' => {
8335             abbreviated => {
8336             '0' => 'AH'
8337             },
8338             narrow => {
8339             '0' => 'AH'
8340             },
8341             wide => {
8342             '0' => 'AH'
8343             },
8344             },
8345             'persian' => {
8346             wide => {
8347             '0' => 'AP'
8348             },
8349             },
8350             'roc' => {
8351             wide => {
8352             '0' => 'Abans de ROC',
8353             '1' => 'ROC'
8354             },
8355             },
8356             } },
8357             );
8358              
8359             has 'date_formats' => (
8360             is => 'ro',
8361             isa => HashRef,
8362             init_arg => undef,
8363             default => sub { {
8364             'buddhist' => {
8365             'full' => q{EEEE, dd MMMM y G},
8366             'long' => q{d MMMM y G},
8367             'medium' => q{d MMM y G},
8368             'short' => q{dd/MM/y GGGGG},
8369             },
8370             'chinese' => {
8371             'full' => q{EEEE, dd MMMM UU},
8372             'long' => q{d MMMM U},
8373             'medium' => q{d MMM U},
8374             'short' => q{d/M/y},
8375             },
8376             'coptic' => {
8377             },
8378             'ethiopic' => {
8379             },
8380             'generic' => {
8381             'full' => q{EEEE, d MMMM 'de' y G},
8382             'long' => q{d MMMM 'de' y G},
8383             'medium' => q{d/M/y G},
8384             'short' => q{d/M/yy GGGGG},
8385             },
8386             'gregorian' => {
8387             'full' => q{EEEE, d MMMM 'de' y},
8388             'long' => q{d MMMM 'de' y},
8389             'medium' => q{d MMM y},
8390             'short' => q{d/M/yy},
8391             },
8392             'hebrew' => {
8393             },
8394             'indian' => {
8395             },
8396             'islamic' => {
8397             },
8398             'persian' => {
8399             },
8400             'roc' => {
8401             'full' => q{EEEE d MMMM 'de' y G},
8402             'long' => q{d MMMM 'de' y G},
8403             'medium' => q{dd/MM/y G},
8404             'short' => q{dd/MM/y GGGGG},
8405             },
8406             } },
8407             );
8408              
8409             has 'time_formats' => (
8410             is => 'ro',
8411             isa => HashRef,
8412             init_arg => undef,
8413             default => sub { {
8414             'buddhist' => {
8415             },
8416             'chinese' => {
8417             },
8418             'coptic' => {
8419             },
8420             'ethiopic' => {
8421             },
8422             'generic' => {
8423             },
8424             'gregorian' => {
8425             'full' => q{H:mm:ss zzzz},
8426             'long' => q{H:mm:ss z},
8427             'medium' => q{H:mm:ss},
8428             'short' => q{H:mm},
8429             },
8430             'hebrew' => {
8431             },
8432             'indian' => {
8433             },
8434             'islamic' => {
8435             },
8436             'persian' => {
8437             },
8438             'roc' => {
8439             },
8440             } },
8441             );
8442              
8443             has 'datetime_formats' => (
8444             is => 'ro',
8445             isa => HashRef,
8446             init_arg => undef,
8447             default => sub { {
8448             'buddhist' => {
8449             'full' => q{{1}, {0}},
8450             'long' => q{{1}, {0}},
8451             'medium' => q{{1}, {0}},
8452             'short' => q{{1}, {0}},
8453             },
8454             'chinese' => {
8455             },
8456             'coptic' => {
8457             },
8458             'ethiopic' => {
8459             },
8460             'generic' => {
8461             'full' => q{{1} 'a' 'les' {0}},
8462             'long' => q{{1} 'a' 'les' {0}},
8463             'medium' => q{{1}, {0}},
8464             'short' => q{{1}, {0}},
8465             },
8466             'gregorian' => {
8467             'full' => q{{1} 'a' 'les' {0}},
8468             'long' => q{{1} 'a' 'les' {0}},
8469             'medium' => q{{1}, {0}},
8470             'short' => q{{1} {0}},
8471             },
8472             'hebrew' => {
8473             },
8474             'indian' => {
8475             },
8476             'islamic' => {
8477             },
8478             'persian' => {
8479             },
8480             'roc' => {
8481             },
8482             } },
8483             );
8484              
8485             has 'datetime_formats_available_formats' => (
8486             is => 'ro',
8487             isa => HashRef,
8488             init_arg => undef,
8489             default => sub { {
8490             'buddhist' => {
8491             M => q{L},
8492             MEd => q{E, d/M},
8493             MMM => q{LLL},
8494             MMMEd => q{E d MMM},
8495             MMMd => q{d MMM},
8496             Md => q{d/M},
8497             d => q{d},
8498             y => q{y G},
8499             },
8500             'generic' => {
8501             Bh => q{h B},
8502             Bhm => q{h:mm B},
8503             Bhms => q{h:mm:ss B},
8504             E => q{ccc},
8505             EBhm => q{E h:mm B},
8506             EBhms => q{E h:mm:ss B},
8507             EHm => q{E HH:mm},
8508             EHms => q{E HH:mm:ss},
8509             Ed => q{E d},
8510             Ehm => q{E h:mm a},
8511             Ehms => q{E h:mm:ss a},
8512             Gy => q{y G},
8513             GyMMM => q{LLL y G},
8514             GyMMMEd => q{E, d MMM y G},
8515             GyMMMM => q{LLLL 'de' y G},
8516             GyMMMMEd => q{E, d MMMM 'de' y G},
8517             GyMMMMd => q{d MMMM 'de' y G},
8518             GyMMMd => q{d MMM y G},
8519             H => q{H},
8520             Hm => q{H:mm},
8521             Hms => q{H:mm:ss},
8522             M => q{L},
8523             MEd => q{E, d/M},
8524             MMM => q{LLL},
8525             MMMEd => q{E, d MMM},
8526             MMMMEd => q{E, d MMMM},
8527             MMMMd => q{d MMMM},
8528             MMMd => q{d MMM},
8529             Md => q{d/M},
8530             d => q{d},
8531             h => q{h a},
8532             hm => q{h:mm a},
8533             hms => q{h:mm:ss a},
8534             ms => q{mm:ss},
8535             y => q{y G},
8536             yyyy => q{y G},
8537             yyyyM => q{M/y G},
8538             yyyyMEd => q{E, d/M/y GGGGG},
8539             yyyyMMM => q{LLL y G},
8540             yyyyMMMEd => q{E, d MMM y G},
8541             yyyyMMMM => q{LLLL 'de' y G},
8542             yyyyMMMMEd => q{E, d MMMM 'de' y G},
8543             yyyyMMMMd => q{d MMMM 'de' y G},
8544             yyyyMMMd => q{d MMM y G},
8545             yyyyMd => q{d/M/y G},
8546             yyyyQQQ => q{QQQ y G},
8547             yyyyQQQQ => q{QQQQ y G},
8548             },
8549             'gregorian' => {
8550             Bh => q{h B},
8551             Bhm => q{h:mm B},
8552             Bhms => q{h:mm:ss B},
8553             E => q{ccc},
8554             EBhm => q{E h:mm B},
8555             EBhms => q{E h:mm:ss B},
8556             EHm => q{E H:mm},
8557             EHms => q{E H:mm:ss},
8558             Ed => q{E d},
8559             Ehm => q{E h:mm a},
8560             Ehms => q{E h:mm:ss a},
8561             Gy => q{y G},
8562             GyMMM => q{LLL y G},
8563             GyMMMEd => q{E, d MMM 'de' y G},
8564             GyMMMM => q{LLLL 'de' y G},
8565             GyMMMMEd => q{E, d MMMM 'de' y G},
8566             GyMMMMd => q{d MMMM 'de' y G},
8567             GyMMMd => q{d MMM 'de' y G},
8568             H => q{H},
8569             Hm => q{H:mm},
8570             Hms => q{H:mm:ss},
8571             Hmsv => q{H:mm:ss v},
8572             Hmv => q{H:mm v},
8573             M => q{L},
8574             MEd => q{E d/M},
8575             MMM => q{LLL},
8576             MMMEd => q{E, d MMM},
8577             MMMMEd => q{E, d MMMM},
8578             MMMMW => q{'setmana' W MMMM},
8579             MMMMd => q{d MMMM},
8580             MMMd => q{d MMM},
8581             Md => q{d/M},
8582             d => q{d},
8583             h => q{h a},
8584             hm => q{h:mm a},
8585             hms => q{h:mm:ss a},
8586             hmsv => q{h:mm:ss a v},
8587             hmv => q{h:mm a v},
8588             ms => q{mm:ss},
8589             y => q{y},
8590             yM => q{M/y},
8591             yMEd => q{E, d/M/y},
8592             yMMM => q{LLL 'de' y},
8593             yMMMEd => q{E, d MMM y},
8594             yMMMM => q{LLLL 'de' y},
8595             yMMMMEd => q{E, d MMMM 'de' y},
8596             yMMMMd => q{d MMMM 'de' y},
8597             yMMMd => q{d MMM 'de' y},
8598             yMd => q{d/M/y},
8599             yQQQ => q{QQQ y},
8600             yQQQQ => q{QQQQ y},
8601             yw => q{'setmana' w 'de' Y},
8602             },
8603             } },
8604             );
8605              
8606             has 'datetime_formats_append_item' => (
8607             is => 'ro',
8608             isa => HashRef,
8609             init_arg => undef,
8610             default => sub { {
8611             'gregorian' => {
8612             'Timezone' => '{0} {1}',
8613             },
8614             } },
8615             );
8616              
8617             has 'datetime_formats_interval' => (
8618             is => 'ro',
8619             isa => HashRef,
8620             init_arg => undef,
8621             default => sub { {
8622             'generic' => {
8623             H => {
8624             H => q{H–H},
8625             },
8626             Hm => {
8627             H => q{HH:mm–HH:mm},
8628             m => q{HH:mm–HH:mm},
8629             },
8630             Hmv => {
8631             H => q{HH:mm–HH:mm v},
8632             m => q{HH:mm–HH:mm v},
8633             },
8634             Hv => {
8635             H => q{H–H v},
8636             },
8637             M => {
8638             M => q{M–M},
8639             },
8640             MEd => {
8641             M => q{E, d/M – E, d/M},
8642             d => q{E, d/M – E, d/M},
8643             },
8644             MMM => {
8645             M => q{MMM–MMM},
8646             },
8647             MMMEd => {
8648             M => q{E, d MMM – E, d MMM},
8649             d => q{E, d – E, d MMM},
8650             },
8651             MMMd => {
8652             M => q{d MMM – d MMM},
8653             d => q{d–d MMM},
8654             },
8655             Md => {
8656             M => q{d/M – d/M},
8657             d => q{d/M – d/M},
8658             },
8659             d => {
8660             d => q{d–d},
8661             },
8662             fallback => '{0} - {1}',
8663             h => {
8664             a => q{h a – h a},
8665             h => q{h–h a},
8666             },
8667             hm => {
8668             a => q{h:mm a –h:mm a},
8669             h => q{h:mm–h:mm a},
8670             m => q{h:mm–h:mm a},
8671             },
8672             hmv => {
8673             a => q{h:mm a – h:mm a v},
8674             h => q{h:mm–h:mm a v},
8675             m => q{h:mm–h:mm a v},
8676             },
8677             hv => {
8678             a => q{h a – h a v},
8679             h => q{h–h a v},
8680             },
8681             y => {
8682             y => q{y–y G},
8683             },
8684             yM => {
8685             M => q{M/y – M/y GGGGG},
8686             y => q{M/y – M/y GGGGG},
8687             },
8688             yMEd => {
8689             M => q{E, d/M/y – E, d/M/y GGGGG},
8690             d => q{E, d/M/y – E, d/M/y GGGGG},
8691             y => q{E, d/M/y – E, d/M/y GGGGG},
8692             },
8693             yMMM => {
8694             M => q{MMM–MMM y G},
8695             y => q{MMM 'de' y – MMM 'de' y G},
8696             },
8697             yMMMEd => {
8698             M => q{E, d MMM – E, d MMM 'de' y G},
8699             d => q{E, d MMM – E, d MMM 'de' y G},
8700             y => q{E, d MMM 'de' y – E, d MMM 'de' y G},
8701             },
8702             yMMMM => {
8703             M => q{MMMM–MMMM 'de' y G},
8704             y => q{MMMM 'de' y – MMMM 'de' y G},
8705             },
8706             yMMMMEd => {
8707             M => q{E, d MMMM – E, d MMMM 'de' y G},
8708             d => q{E, d MMMM – E, d MMMM 'de' y G},
8709             y => q{E, d MMMM 'de' y – E, d MMMM 'de' y G},
8710             },
8711             yMMMMd => {
8712             M => q{d MMMM – d MMMM 'de' y G},
8713             d => q{d–d MMMM 'de' y G},
8714             y => q{d MMMM 'de' y – d MMMM 'de' y G},
8715             },
8716             yMMMd => {
8717             M => q{d MMM – d MMM 'de' y G},
8718             d => q{d–d MMM 'de' y G},
8719             y => q{d MMM 'de' y – d MMM 'de' y G},
8720             },
8721             yMd => {
8722             M => q{d/M/y – d/M/y GGGGG},
8723             d => q{d/M/y – d/M/y GGGGG},
8724             y => q{d/M/y – d/M/y GGGGG},
8725             },
8726             },
8727             'gregorian' => {
8728             H => {
8729             H => q{H–H},
8730             },
8731             Hm => {
8732             H => q{H:mm–H:mm},
8733             m => q{H:mm–H:mm},
8734             },
8735             Hmv => {
8736             H => q{H:mm–H:mm v},
8737             m => q{H:mm–H:mm v},
8738             },
8739             Hv => {
8740             H => q{H–H v},
8741             },
8742             M => {
8743             M => q{M–M},
8744             },
8745             MEd => {
8746             M => q{E, d/M – E, d/M},
8747             d => q{E, d/M – E, d/M},
8748             },
8749             MMM => {
8750             M => q{LLL – LLL},
8751             },
8752             MMMEd => {
8753             M => q{E, d MMM – E, d MMM},
8754             d => q{E, d – E, d MMM},
8755             },
8756             MMMd => {
8757             M => q{d MMM – d MMM},
8758             d => q{d–d MMM},
8759             },
8760             Md => {
8761             M => q{d/M – d/M},
8762             d => q{d/M – d/M},
8763             },
8764             d => {
8765             d => q{d–d},
8766             },
8767             fallback => '{0} - {1}',
8768             h => {
8769             a => q{h a – h a},
8770             h => q{h–h a},
8771             },
8772             hm => {
8773             a => q{h:mm a – h:mm a},
8774             h => q{h:mm–h:mm a},
8775             m => q{h:mm–h:mm a},
8776             },
8777             hmv => {
8778             a => q{h:mm a – h:mm a v},
8779             h => q{h:mm–h:mm a v},
8780             m => q{h:mm–h:mm a v},
8781             },
8782             hv => {
8783             a => q{h a – h a v},
8784             h => q{h–h a v},
8785             },
8786             y => {
8787             y => q{y–y},
8788             },
8789             yM => {
8790             M => q{M/y – M/y},
8791             y => q{M/y – M/y},
8792             },
8793             yMEd => {
8794             M => q{E, d/M/y – E, d/M/y},
8795             d => q{E, d/M/y – E, d/M/y},
8796             y => q{E, d/M/y – E, d/M/y},
8797             },
8798             yMMM => {
8799             M => q{LLL–LLL y},
8800             y => q{LLL y – LLL y},
8801             },
8802             yMMMEd => {
8803             M => q{E, d MMM – E, d MMM y},
8804             d => q{E, d – E, d MMM y},
8805             y => q{E, d MMM y – E, d MMM y},
8806             },
8807             yMMMM => {
8808             M => q{LLLL–LLLL 'de' y},
8809             y => q{LLLL 'de' y – LLLL 'de' y},
8810             },
8811             yMMMMEd => {
8812             M => q{E, d MMMM – E, d MMMM 'de' y},
8813             d => q{E, d – E, d MMMM 'de' y},
8814             y => q{E, d MMMM 'de' y – E, d MMMM 'de' y},
8815             },
8816             yMMMMd => {
8817             M => q{d MMMM – d MMMM 'de' y},
8818             d => q{d–d MMMM 'de' y},
8819             y => q{d MMMM 'de' y – d MMMM 'de' y},
8820             },
8821             yMMMd => {
8822             M => q{d MMM – d MMM y},
8823             d => q{d–d MMM y},
8824             y => q{d MMM y – d MMM y},
8825             },
8826             yMd => {
8827             M => q{d/M/y – d/M/y},
8828             d => q{d/M/y – d/M/y},
8829             y => q{d/M/y – d/M/y},
8830             },
8831             },
8832             } },
8833             );
8834              
8835             has 'cyclic_name_sets' => (
8836             is => 'ro',
8837             isa => HashRef,
8838             init_arg => undef,
8839             default => sub { {
8840             'chinese' => {
8841             'dayParts' => {
8842             'format' => {
8843             'abbreviated' => {
8844             0 => q(zi),
8845             1 => q(chou),
8846             2 => q(yin),
8847             3 => q(mao),
8848             4 => q(chen),
8849             5 => q(si),
8850             6 => q(wu),
8851             7 => q(wei),
8852             8 => q(shen),
8853             9 => q(you),
8854             10 => q(xu),
8855             11 => q(hai),
8856             },
8857             },
8858             },
8859             'years' => {
8860             'format' => {
8861             'abbreviated' => {
8862             0 => q(jia-zi),
8863             1 => q(yi-chou),
8864             2 => q(bing-yin),
8865             3 => q(ding-mao),
8866             4 => q(wu-chen),
8867             5 => q(ji-si),
8868             6 => q(geng-wu),
8869             7 => q(xin-wei),
8870             8 => q(ren-shen),
8871             9 => q(gui-you),
8872             10 => q(jia-xu),
8873             11 => q(yi-hai),
8874             12 => q(bing-zi),
8875             13 => q(ding-chou),
8876             14 => q(wu-yin),
8877             15 => q(ji-mao),
8878             16 => q(geng-chen),
8879             17 => q(xin-si),
8880             18 => q(ren-wu),
8881             19 => q(gui-wei),
8882             20 => q(jia-shen),
8883             21 => q(yi-you),
8884             22 => q(bing-xu),
8885             23 => q(ding-hai),
8886             24 => q(wu-zi),
8887             25 => q(ji-chou),
8888             26 => q(geng-yin),
8889             27 => q(xin-mao),
8890             28 => q(ren-chen),
8891             29 => q(gui-si),
8892             30 => q(jia-wu),
8893             31 => q(yi-wei),
8894             32 => q(bing-shen),
8895             33 => q(ding-you),
8896             34 => q(wu-xu),
8897             35 => q(ji-hai),
8898             36 => q(geng-zi),
8899             37 => q(xin-chou),
8900             38 => q(ren-yin),
8901             39 => q(gui-mao),
8902             40 => q(jia-chen),
8903             41 => q(yi-si),
8904             42 => q(bing-wu),
8905             43 => q(ding-wei),
8906             44 => q(wu-shen),
8907             45 => q(ji-you),
8908             46 => q(geng-xu),
8909             47 => q(xin-hai),
8910             48 => q(ren-zi),
8911             49 => q(gui-chou),
8912             50 => q(jia-yin),
8913             51 => q(yi-mao),
8914             52 => q(bing-chen),
8915             53 => q(ding-si),
8916             54 => q(wu-wu),
8917             55 => q(ji-wei),
8918             56 => q(geng-shen),
8919             57 => q(xin-you),
8920             58 => q(ren-xu),
8921             59 => q(gui-hai),
8922             },
8923             },
8924             },
8925             'zodiacs' => {
8926             'format' => {
8927             'abbreviated' => {
8928             0 => q(zi),
8929             1 => q(chou),
8930             2 => q(yin),
8931             3 => q(mao),
8932             4 => q(chen),
8933             5 => q(si),
8934             6 => q(wu),
8935             7 => q(wei),
8936             8 => q(shen),
8937             9 => q(you),
8938             10 => q(xu),
8939             11 => q(hai),
8940             },
8941             },
8942             },
8943             },
8944             } },
8945             );
8946              
8947             has 'time_zone_names' => (
8948             is => 'ro',
8949             isa => HashRef,
8950             init_arg => undef,
8951             default => sub { {
8952             hourFormat => q(+HH:mm;-HH:mm),
8953             gmtFormat => q(GMT{0}),
8954             gmtZeroFormat => q(GMT),
8955             regionFormat => q(Hora de: {0}),
8956             regionFormat => q(Hora d’estiu, {0}),
8957             regionFormat => q(Hora estàndard, {0}),
8958             fallbackFormat => q({1} ({0})),
8959             'Afghanistan' => {
8960             long => {
8961             'standard' => q#Hora de l’Afganistan#,
8962             },
8963             },
8964             'Africa/Abidjan' => {
8965             exemplarCity => q#Abidjan#,
8966             },
8967             'Africa/Accra' => {
8968             exemplarCity => q#Accra#,
8969             },
8970             'Africa/Addis_Ababa' => {
8971             exemplarCity => q#Addis Abeba#,
8972             },
8973             'Africa/Algiers' => {
8974             exemplarCity => q#Alger#,
8975             },
8976             'Africa/Asmera' => {
8977             exemplarCity => q#Asmara#,
8978             },
8979             'Africa/Bamako' => {
8980             exemplarCity => q#Bamako#,
8981             },
8982             'Africa/Bangui' => {
8983             exemplarCity => q#Bangui#,
8984             },
8985             'Africa/Banjul' => {
8986             exemplarCity => q#Banjul#,
8987             },
8988             'Africa/Bissau' => {
8989             exemplarCity => q#Bissau#,
8990             },
8991             'Africa/Blantyre' => {
8992             exemplarCity => q#Blantyre#,
8993             },
8994             'Africa/Brazzaville' => {
8995             exemplarCity => q#Brazzaville#,
8996             },
8997             'Africa/Bujumbura' => {
8998             exemplarCity => q#Bujumbura#,
8999             },
9000             'Africa/Cairo' => {
9001             exemplarCity => q#Caire, el#,
9002             },
9003             'Africa/Casablanca' => {
9004             exemplarCity => q#Casablanca#,
9005             },
9006             'Africa/Ceuta' => {
9007             exemplarCity => q#Ceuta#,
9008             },
9009             'Africa/Conakry' => {
9010             exemplarCity => q#Conakry#,
9011             },
9012             'Africa/Dakar' => {
9013             exemplarCity => q#Dakar#,
9014             },
9015             'Africa/Dar_es_Salaam' => {
9016             exemplarCity => q#Dar es Salaam#,
9017             },
9018             'Africa/Djibouti' => {
9019             exemplarCity => q#Djibouti#,
9020             },
9021             'Africa/Douala' => {
9022             exemplarCity => q#Douala#,
9023             },
9024             'Africa/El_Aaiun' => {
9025             exemplarCity => q#Al-aaiun#,
9026             },
9027             'Africa/Freetown' => {
9028             exemplarCity => q#Freetown#,
9029             },
9030             'Africa/Gaborone' => {
9031             exemplarCity => q#Gaborone#,
9032             },
9033             'Africa/Harare' => {
9034             exemplarCity => q#Harare#,
9035             },
9036             'Africa/Johannesburg' => {
9037             exemplarCity => q#Johannesburg#,
9038             },
9039             'Africa/Juba' => {
9040             exemplarCity => q#Juba#,
9041             },
9042             'Africa/Kampala' => {
9043             exemplarCity => q#Kampala#,
9044             },
9045             'Africa/Khartoum' => {
9046             exemplarCity => q#Khartum#,
9047             },
9048             'Africa/Kigali' => {
9049             exemplarCity => q#Kigali#,
9050             },
9051             'Africa/Kinshasa' => {
9052             exemplarCity => q#Kinshasa#,
9053             },
9054             'Africa/Lagos' => {
9055             exemplarCity => q#Lagos#,
9056             },
9057             'Africa/Libreville' => {
9058             exemplarCity => q#Libreville#,
9059             },
9060             'Africa/Lome' => {
9061             exemplarCity => q#Lome#,
9062             },
9063             'Africa/Luanda' => {
9064             exemplarCity => q#Luanda#,
9065             },
9066             'Africa/Lubumbashi' => {
9067             exemplarCity => q#Lubumbashi#,
9068             },
9069             'Africa/Lusaka' => {
9070             exemplarCity => q#Lusaka#,
9071             },
9072             'Africa/Malabo' => {
9073             exemplarCity => q#Malabo#,
9074             },
9075             'Africa/Maputo' => {
9076             exemplarCity => q#Maputo#,
9077             },
9078             'Africa/Maseru' => {
9079             exemplarCity => q#Maseru#,
9080             },
9081             'Africa/Mbabane' => {
9082             exemplarCity => q#Mbabane#,
9083             },
9084             'Africa/Mogadishu' => {
9085             exemplarCity => q#Muqdiisho#,
9086             },
9087             'Africa/Monrovia' => {
9088             exemplarCity => q#Monrovia#,
9089             },
9090             'Africa/Nairobi' => {
9091             exemplarCity => q#Nairobi#,
9092             },
9093             'Africa/Ndjamena' => {
9094             exemplarCity => q#Ndjamena#,
9095             },
9096             'Africa/Niamey' => {
9097             exemplarCity => q#Niamey#,
9098             },
9099             'Africa/Nouakchott' => {
9100             exemplarCity => q#Nouakchott#,
9101             },
9102             'Africa/Ouagadougou' => {
9103             exemplarCity => q#Ouagadougou#,
9104             },
9105             'Africa/Porto-Novo' => {
9106             exemplarCity => q#Porto-Novo#,
9107             },
9108             'Africa/Sao_Tome' => {
9109             exemplarCity => q#São Tomé#,
9110             },
9111             'Africa/Tripoli' => {
9112             exemplarCity => q#Trípoli#,
9113             },
9114             'Africa/Tunis' => {
9115             exemplarCity => q#Tunis#,
9116             },
9117             'Africa/Windhoek' => {
9118             exemplarCity => q#Windhoek#,
9119             },
9120             'Africa_Central' => {
9121             long => {
9122             'standard' => q#Hora de l’Àfrica Central#,
9123             },
9124             },
9125             'Africa_Eastern' => {
9126             long => {
9127             'standard' => q#Hora de l’Àfrica Oriental#,
9128             },
9129             },
9130             'Africa_Southern' => {
9131             long => {
9132             'standard' => q#Hora estàndard del sud de l’Àfrica#,
9133             },
9134             },
9135             'Africa_Western' => {
9136             long => {
9137             'daylight' => q#Hora d’estiu de l’Àfrica Occidental#,
9138             'generic' => q#Hora de l’Àfrica Occidental#,
9139             'standard' => q#Hora estàndard de l’Àfrica Occidental#,
9140             },
9141             },
9142             'Alaska' => {
9143             long => {
9144             'daylight' => q#Hora d’estiu d’Alaska#,
9145             'generic' => q#Hora d’Alaska#,
9146             'standard' => q#Hora estàndard d’Alaska#,
9147             },
9148             },
9149             'Amazon' => {
9150             long => {
9151             'daylight' => q#Hora d’estiu de l’Amazones#,
9152             'generic' => q#Hora de l’Amazones#,
9153             'standard' => q#Hora estàndard de l’Amazones#,
9154             },
9155             },
9156             'America/Adak' => {
9157             exemplarCity => q#Adak#,
9158             },
9159             'America/Anchorage' => {
9160             exemplarCity => q#Anchorage#,
9161             },
9162             'America/Anguilla' => {
9163             exemplarCity => q#Anguilla#,
9164             },
9165             'America/Antigua' => {
9166             exemplarCity => q#Antigua#,
9167             },
9168             'America/Araguaina' => {
9169             exemplarCity => q#Araguaína#,
9170             },
9171             'America/Argentina/La_Rioja' => {
9172             exemplarCity => q#La Rioja#,
9173             },
9174             'America/Argentina/Rio_Gallegos' => {
9175             exemplarCity => q#Río Gallegos#,
9176             },
9177             'America/Argentina/Salta' => {
9178             exemplarCity => q#Salta#,
9179             },
9180             'America/Argentina/San_Juan' => {
9181             exemplarCity => q#San Juan#,
9182             },
9183             'America/Argentina/San_Luis' => {
9184             exemplarCity => q#San Luis#,
9185             },
9186             'America/Argentina/Tucuman' => {
9187             exemplarCity => q#Tucumán#,
9188             },
9189             'America/Argentina/Ushuaia' => {
9190             exemplarCity => q#Ushuaia#,
9191             },
9192             'America/Aruba' => {
9193             exemplarCity => q#Aruba#,
9194             },
9195             'America/Asuncion' => {
9196             exemplarCity => q#Asunción#,
9197             },
9198             'America/Bahia' => {
9199             exemplarCity => q#Bahia#,
9200             },
9201             'America/Bahia_Banderas' => {
9202             exemplarCity => q#Bahía de Banderas#,
9203             },
9204             'America/Barbados' => {
9205             exemplarCity => q#Barbados#,
9206             },
9207             'America/Belem' => {
9208             exemplarCity => q#Belém#,
9209             },
9210             'America/Belize' => {
9211             exemplarCity => q#Belize#,
9212             },
9213             'America/Blanc-Sablon' => {
9214             exemplarCity => q#Blanc Sablon#,
9215             },
9216             'America/Boa_Vista' => {
9217             exemplarCity => q#Boa Vista#,
9218             },
9219             'America/Bogota' => {
9220             exemplarCity => q#Bogotà#,
9221             },
9222             'America/Boise' => {
9223             exemplarCity => q#Boise#,
9224             },
9225             'America/Buenos_Aires' => {
9226             exemplarCity => q#Buenos Aires#,
9227             },
9228             'America/Cambridge_Bay' => {
9229             exemplarCity => q#Cambridge Bay#,
9230             },
9231             'America/Campo_Grande' => {
9232             exemplarCity => q#Campo Grande#,
9233             },
9234             'America/Cancun' => {
9235             exemplarCity => q#Cancun#,
9236             },
9237             'America/Caracas' => {
9238             exemplarCity => q#Caracas#,
9239             },
9240             'America/Catamarca' => {
9241             exemplarCity => q#Catamarca#,
9242             },
9243             'America/Cayenne' => {
9244             exemplarCity => q#Caiena#,
9245             },
9246             'America/Cayman' => {
9247             exemplarCity => q#Caiman#,
9248             },
9249             'America/Chicago' => {
9250             exemplarCity => q#Chicago#,
9251             },
9252             'America/Chihuahua' => {
9253             exemplarCity => q#Chihuahua#,
9254             },
9255             'America/Coral_Harbour' => {
9256             exemplarCity => q#Atikokan#,
9257             },
9258             'America/Cordoba' => {
9259             exemplarCity => q#Córdoba#,
9260             },
9261             'America/Costa_Rica' => {
9262             exemplarCity => q#Costa Rica#,
9263             },
9264             'America/Creston' => {
9265             exemplarCity => q#Creston#,
9266             },
9267             'America/Cuiaba' => {
9268             exemplarCity => q#Cuiabá#,
9269             },
9270             'America/Curacao' => {
9271             exemplarCity => q#Curaçao#,
9272             },
9273             'America/Danmarkshavn' => {
9274             exemplarCity => q#Danmarkshavn#,
9275             },
9276             'America/Dawson' => {
9277             exemplarCity => q#Dawson#,
9278             },
9279             'America/Dawson_Creek' => {
9280             exemplarCity => q#Dawson Creek#,
9281             },
9282             'America/Denver' => {
9283             exemplarCity => q#Denver#,
9284             },
9285             'America/Detroit' => {
9286             exemplarCity => q#Detroit#,
9287             },
9288             'America/Dominica' => {
9289             exemplarCity => q#Dominica#,
9290             },
9291             'America/Edmonton' => {
9292             exemplarCity => q#Edmonton#,
9293             },
9294             'America/Eirunepe' => {
9295             exemplarCity => q#Eirunepé#,
9296             },
9297             'America/El_Salvador' => {
9298             exemplarCity => q#El Salvador#,
9299             },
9300             'America/Fort_Nelson' => {
9301             exemplarCity => q#Fort Nelson#,
9302             },
9303             'America/Fortaleza' => {
9304             exemplarCity => q#Fortaleza#,
9305             },
9306             'America/Glace_Bay' => {
9307             exemplarCity => q#Glace Bay#,
9308             },
9309             'America/Godthab' => {
9310             exemplarCity => q#Nuuk#,
9311             },
9312             'America/Goose_Bay' => {
9313             exemplarCity => q#Goose Bay#,
9314             },
9315             'America/Grand_Turk' => {
9316             exemplarCity => q#Grand Turk#,
9317             },
9318             'America/Grenada' => {
9319             exemplarCity => q#Grenada#,
9320             },
9321             'America/Guadeloupe' => {
9322             exemplarCity => q#Guadeloupe#,
9323             },
9324             'America/Guatemala' => {
9325             exemplarCity => q#Guatemala#,
9326             },
9327             'America/Guayaquil' => {
9328             exemplarCity => q#Guayaquil#,
9329             },
9330             'America/Guyana' => {
9331             exemplarCity => q#Guyana#,
9332             },
9333             'America/Halifax' => {
9334             exemplarCity => q#Halifax#,
9335             },
9336             'America/Havana' => {
9337             exemplarCity => q#Havana#,
9338             },
9339             'America/Hermosillo' => {
9340             exemplarCity => q#Hermosillo#,
9341             },
9342             'America/Indiana/Knox' => {
9343             exemplarCity => q#Knox, Indiana#,
9344             },
9345             'America/Indiana/Marengo' => {
9346             exemplarCity => q#Marengo, Indiana#,
9347             },
9348             'America/Indiana/Petersburg' => {
9349             exemplarCity => q#Petersburg, Indiana#,
9350             },
9351             'America/Indiana/Tell_City' => {
9352             exemplarCity => q#Tell City, Indiana#,
9353             },
9354             'America/Indiana/Vevay' => {
9355             exemplarCity => q#Vevay, Indiana#,
9356             },
9357             'America/Indiana/Vincennes' => {
9358             exemplarCity => q#Vincennes, Indiana#,
9359             },
9360             'America/Indiana/Winamac' => {
9361             exemplarCity => q#Winamac, Indiana#,
9362             },
9363             'America/Indianapolis' => {
9364             exemplarCity => q#Indianapolis#,
9365             },
9366             'America/Inuvik' => {
9367             exemplarCity => q#Inuvik#,
9368             },
9369             'America/Iqaluit' => {
9370             exemplarCity => q#Iqaluit#,
9371             },
9372             'America/Jamaica' => {
9373             exemplarCity => q#Jamaica#,
9374             },
9375             'America/Jujuy' => {
9376             exemplarCity => q#Jujuy#,
9377             },
9378             'America/Juneau' => {
9379             exemplarCity => q#Juneau#,
9380             },
9381             'America/Kentucky/Monticello' => {
9382             exemplarCity => q#Monticello, Kentucky#,
9383             },
9384             'America/Kralendijk' => {
9385             exemplarCity => q#Kralendijk#,
9386             },
9387             'America/La_Paz' => {
9388             exemplarCity => q#La Paz#,
9389             },
9390             'America/Lima' => {
9391             exemplarCity => q#Lima#,
9392             },
9393             'America/Los_Angeles' => {
9394             exemplarCity => q#Los Angeles#,
9395             },
9396             'America/Louisville' => {
9397             exemplarCity => q#Louisville#,
9398             },
9399             'America/Lower_Princes' => {
9400             exemplarCity => q#Lower Prince’s Quarter#,
9401             },
9402             'America/Maceio' => {
9403             exemplarCity => q#Maceió#,
9404             },
9405             'America/Managua' => {
9406             exemplarCity => q#Managua#,
9407             },
9408             'America/Manaus' => {
9409             exemplarCity => q#Manaus#,
9410             },
9411             'America/Marigot' => {
9412             exemplarCity => q#Marigot#,
9413             },
9414             'America/Martinique' => {
9415             exemplarCity => q#Martinica#,
9416             },
9417             'America/Matamoros' => {
9418             exemplarCity => q#Matamoros#,
9419             },
9420             'America/Mazatlan' => {
9421             exemplarCity => q#Mazatlán#,
9422             },
9423             'America/Mendoza' => {
9424             exemplarCity => q#Mendoza#,
9425             },
9426             'America/Menominee' => {
9427             exemplarCity => q#Menominee#,
9428             },
9429             'America/Merida' => {
9430             exemplarCity => q#Mérida#,
9431             },
9432             'America/Metlakatla' => {
9433             exemplarCity => q#Metlakatla#,
9434             },
9435             'America/Mexico_City' => {
9436             exemplarCity => q#Ciutat de Mèxic#,
9437             },
9438             'America/Miquelon' => {
9439             exemplarCity => q#Miquelon#,
9440             },
9441             'America/Moncton' => {
9442             exemplarCity => q#Moncton#,
9443             },
9444             'America/Monterrey' => {
9445             exemplarCity => q#Monterrey#,
9446             },
9447             'America/Montevideo' => {
9448             exemplarCity => q#Montevideo#,
9449             },
9450             'America/Montserrat' => {
9451             exemplarCity => q#Montserrat#,
9452             },
9453             'America/Nassau' => {
9454             exemplarCity => q#Nassau#,
9455             },
9456             'America/New_York' => {
9457             exemplarCity => q#Nova York#,
9458             },
9459             'America/Nipigon' => {
9460             exemplarCity => q#Nipigon#,
9461             },
9462             'America/Nome' => {
9463             exemplarCity => q#Nome#,
9464             },
9465             'America/Noronha' => {
9466             exemplarCity => q#Noronha#,
9467             },
9468             'America/North_Dakota/Beulah' => {
9469             exemplarCity => q#Beulah, Dakota del Nord#,
9470             },
9471             'America/North_Dakota/Center' => {
9472             exemplarCity => q#Center, Dakota del Nord#,
9473             },
9474             'America/North_Dakota/New_Salem' => {
9475             exemplarCity => q#New Salem, Dakota del Nord#,
9476             },
9477             'America/Ojinaga' => {
9478             exemplarCity => q#Ojinaga#,
9479             },
9480             'America/Panama' => {
9481             exemplarCity => q#Panamà#,
9482             },
9483             'America/Pangnirtung' => {
9484             exemplarCity => q#Pangnirtung#,
9485             },
9486             'America/Paramaribo' => {
9487             exemplarCity => q#Paramaribo#,
9488             },
9489             'America/Phoenix' => {
9490             exemplarCity => q#Phoenix#,
9491             },
9492             'America/Port-au-Prince' => {
9493             exemplarCity => q#Port-au-Prince#,
9494             },
9495             'America/Port_of_Spain' => {
9496             exemplarCity => q#Port of Spain#,
9497             },
9498             'America/Porto_Velho' => {
9499             exemplarCity => q#Porto Velho#,
9500             },
9501             'America/Puerto_Rico' => {
9502             exemplarCity => q#Puerto Rico#,
9503             },
9504             'America/Punta_Arenas' => {
9505             exemplarCity => q#Punta Arenas#,
9506             },
9507             'America/Rainy_River' => {
9508             exemplarCity => q#Rainy River#,
9509             },
9510             'America/Rankin_Inlet' => {
9511             exemplarCity => q#Rankin Inlet#,
9512             },
9513             'America/Recife' => {
9514             exemplarCity => q#Recife#,
9515             },
9516             'America/Regina' => {
9517             exemplarCity => q#Regina#,
9518             },
9519             'America/Resolute' => {
9520             exemplarCity => q#Resolute#,
9521             },
9522             'America/Rio_Branco' => {
9523             exemplarCity => q#Río Branco#,
9524             },
9525             'America/Santa_Isabel' => {
9526             exemplarCity => q#Santa Isabel#,
9527             },
9528             'America/Santarem' => {
9529             exemplarCity => q#Santarém#,
9530             },
9531             'America/Santiago' => {
9532             exemplarCity => q#Santiago#,
9533             },
9534             'America/Santo_Domingo' => {
9535             exemplarCity => q#Santo Domingo#,
9536             },
9537             'America/Sao_Paulo' => {
9538             exemplarCity => q#São Paulo#,
9539             },
9540             'America/Scoresbysund' => {
9541             exemplarCity => q#Scoresbysund#,
9542             },
9543             'America/Sitka' => {
9544             exemplarCity => q#Sitka#,
9545             },
9546             'America/St_Barthelemy' => {
9547             exemplarCity => q#Saint Barthélemy#,
9548             },
9549             'America/St_Johns' => {
9550             exemplarCity => q#Saint John’s#,
9551             },
9552             'America/St_Kitts' => {
9553             exemplarCity => q#Saint Kitts#,
9554             },
9555             'America/St_Lucia' => {
9556             exemplarCity => q#Saint Lucia#,
9557             },
9558             'America/St_Thomas' => {
9559             exemplarCity => q#Saint Thomas#,
9560             },
9561             'America/St_Vincent' => {
9562             exemplarCity => q#Saint Vincent#,
9563             },
9564             'America/Swift_Current' => {
9565             exemplarCity => q#Swift Current#,
9566             },
9567             'America/Tegucigalpa' => {
9568             exemplarCity => q#Tegucigalpa#,
9569             },
9570             'America/Thule' => {
9571             exemplarCity => q#Thule#,
9572             },
9573             'America/Thunder_Bay' => {
9574             exemplarCity => q#Thunder Bay#,
9575             },
9576             'America/Tijuana' => {
9577             exemplarCity => q#Tijuana#,
9578             },
9579             'America/Toronto' => {
9580             exemplarCity => q#Toronto#,
9581             },
9582             'America/Tortola' => {
9583             exemplarCity => q#Tortola#,
9584             },
9585             'America/Vancouver' => {
9586             exemplarCity => q#Vancouver#,
9587             },
9588             'America/Whitehorse' => {
9589             exemplarCity => q#Whitehorse#,
9590             },
9591             'America/Winnipeg' => {
9592             exemplarCity => q#Winnipeg#,
9593             },
9594             'America/Yakutat' => {
9595             exemplarCity => q#Yakutat#,
9596             },
9597             'America/Yellowknife' => {
9598             exemplarCity => q#Yellowknife#,
9599             },
9600             'America_Central' => {
9601             long => {
9602             'daylight' => q#Hora d’estiu central d’Amèrica del Nord#,
9603             'generic' => q#Hora central d’Amèrica del Nord#,
9604             'standard' => q#Hora estàndard central d’Amèrica del Nord#,
9605             },
9606             },
9607             'America_Eastern' => {
9608             long => {
9609             'daylight' => q#Hora d’estiu oriental d’Amèrica del Nord#,
9610             'generic' => q#Hora oriental d’Amèrica del Nord#,
9611             'standard' => q#Hora estàndard oriental d’Amèrica del Nord#,
9612             },
9613             },
9614             'America_Mountain' => {
9615             long => {
9616             'daylight' => q#Hora d’estiu de muntanya d’Amèrica del Nord#,
9617             'generic' => q#Hora de muntanya d’Amèrica del Nord#,
9618             'standard' => q#Hora estàndard de muntanya d’Amèrica del Nord#,
9619             },
9620             },
9621             'America_Pacific' => {
9622             long => {
9623             'daylight' => q#Hora d’estiu del Pacífic d’Amèrica del Nord#,
9624             'generic' => q#Hora del Pacífic d’Amèrica del Nord#,
9625             'standard' => q#Hora estàndard del Pacífic d’Amèrica del Nord#,
9626             },
9627             },
9628             'Anadyr' => {
9629             long => {
9630             'daylight' => q#Horari d’estiu d’Anadyr#,
9631             'generic' => q#Hora d’Anadyr#,
9632             'standard' => q#Hora estàndard d’Anadyr#,
9633             },
9634             },
9635             'Antarctica/Casey' => {
9636             exemplarCity => q#Casey#,
9637             },
9638             'Antarctica/Davis' => {
9639             exemplarCity => q#Davis#,
9640             },
9641             'Antarctica/DumontDUrville' => {
9642             exemplarCity => q#Dumont d’Urville#,
9643             },
9644             'Antarctica/Macquarie' => {
9645             exemplarCity => q#Macquarie#,
9646             },
9647             'Antarctica/Mawson' => {
9648             exemplarCity => q#Mawson#,
9649             },
9650             'Antarctica/McMurdo' => {
9651             exemplarCity => q#McMurdo#,
9652             },
9653             'Antarctica/Palmer' => {
9654             exemplarCity => q#Palmer#,
9655             },
9656             'Antarctica/Rothera' => {
9657             exemplarCity => q#Rothera#,
9658             },
9659             'Antarctica/Syowa' => {
9660             exemplarCity => q#Syowa#,
9661             },
9662             'Antarctica/Troll' => {
9663             exemplarCity => q#Troll#,
9664             },
9665             'Antarctica/Vostok' => {
9666             exemplarCity => q#Vostok#,
9667             },
9668             'Apia' => {
9669             long => {
9670             'daylight' => q#Hora d’estiu d’Apia#,
9671             'generic' => q#Hora d’Apia#,
9672             'standard' => q#Hora estàndard d’Apia#,
9673             },
9674             },
9675             'Arabian' => {
9676             long => {
9677             'daylight' => q#Hora d’estiu àrab#,
9678             'generic' => q#Hora àrab#,
9679             'standard' => q#Hora estàndard àrab#,
9680             },
9681             },
9682             'Arctic/Longyearbyen' => {
9683             exemplarCity => q#Longyearbyen#,
9684             },
9685             'Argentina' => {
9686             long => {
9687             'daylight' => q#Hora d’estiu de l’Argentina#,
9688             'generic' => q#Hora de l’Argentina#,
9689             'standard' => q#Hora estàndard de l’Argentina#,
9690             },
9691             },
9692             'Argentina_Western' => {
9693             long => {
9694             'daylight' => q#Hora d’estiu de l’oest de l’Argentina#,
9695             'generic' => q#Hora de l’oest de l’Argentina#,
9696             'standard' => q#Hora estàndard de l’oest de l’Argentina#,
9697             },
9698             },
9699             'Armenia' => {
9700             long => {
9701             'daylight' => q#Hora d’estiu d’Armènia#,
9702             'generic' => q#Hora d’Armènia#,
9703             'standard' => q#Hora estàndard d’Armènia#,
9704             },
9705             },
9706             'Asia/Aden' => {
9707             exemplarCity => q#Aden#,
9708             },
9709             'Asia/Almaty' => {
9710             exemplarCity => q#Almaty#,
9711             },
9712             'Asia/Amman' => {
9713             exemplarCity => q#Amman#,
9714             },
9715             'Asia/Anadyr' => {
9716             exemplarCity => q#Anadyr’#,
9717             },
9718             'Asia/Aqtau' => {
9719             exemplarCity => q#Aqtaū#,
9720             },
9721             'Asia/Aqtobe' => {
9722             exemplarCity => q#Aqtobe#,
9723             },
9724             'Asia/Ashgabat' => {
9725             exemplarCity => q#Ashgabat#,
9726             },
9727             'Asia/Atyrau' => {
9728             exemplarCity => q#Atirau#,
9729             },
9730             'Asia/Baghdad' => {
9731             exemplarCity => q#Bagdad#,
9732             },
9733             'Asia/Bahrain' => {
9734             exemplarCity => q#Bahrain#,
9735             },
9736             'Asia/Baku' => {
9737             exemplarCity => q#Bakú#,
9738             },
9739             'Asia/Bangkok' => {
9740             exemplarCity => q#Bangkok#,
9741             },
9742             'Asia/Barnaul' => {
9743             exemplarCity => q#Barnaul#,
9744             },
9745             'Asia/Beirut' => {
9746             exemplarCity => q#Beirut#,
9747             },
9748             'Asia/Bishkek' => {
9749             exemplarCity => q#Bixkek#,
9750             },
9751             'Asia/Brunei' => {
9752             exemplarCity => q#Brunei#,
9753             },
9754             'Asia/Calcutta' => {
9755             exemplarCity => q#Calcuta#,
9756             },
9757             'Asia/Chita' => {
9758             exemplarCity => q#Txità#,
9759             },
9760             'Asia/Choibalsan' => {
9761             exemplarCity => q#Choibalsan#,
9762             },
9763             'Asia/Colombo' => {
9764             exemplarCity => q#Colombo#,
9765             },
9766             'Asia/Damascus' => {
9767             exemplarCity => q#Damasc#,
9768             },
9769             'Asia/Dhaka' => {
9770             exemplarCity => q#Dacca#,
9771             },
9772             'Asia/Dili' => {
9773             exemplarCity => q#Dili#,
9774             },
9775             'Asia/Dubai' => {
9776             exemplarCity => q#Dubai#,
9777             },
9778             'Asia/Dushanbe' => {
9779             exemplarCity => q#Dushanbe#,
9780             },
9781             'Asia/Famagusta' => {
9782             exemplarCity => q#Famagusta#,
9783             },
9784             'Asia/Gaza' => {
9785             exemplarCity => q#Gaza#,
9786             },
9787             'Asia/Hebron' => {
9788             exemplarCity => q#Hebron#,
9789             },
9790             'Asia/Hong_Kong' => {
9791             exemplarCity => q#Hong Kong#,
9792             },
9793             'Asia/Hovd' => {
9794             exemplarCity => q#Hovd#,
9795             },
9796             'Asia/Irkutsk' => {
9797             exemplarCity => q#Irkutsk#,
9798             },
9799             'Asia/Jakarta' => {
9800             exemplarCity => q#Jakarta#,
9801             },
9802             'Asia/Jayapura' => {
9803             exemplarCity => q#Jaipur#,
9804             },
9805             'Asia/Jerusalem' => {
9806             exemplarCity => q#Jerusalem#,
9807             },
9808             'Asia/Kabul' => {
9809             exemplarCity => q#Kābul#,
9810             },
9811             'Asia/Kamchatka' => {
9812             exemplarCity => q#Kamtxatka#,
9813             },
9814             'Asia/Karachi' => {
9815             exemplarCity => q#Karachi#,
9816             },
9817             'Asia/Katmandu' => {
9818             exemplarCity => q#Katmandú#,
9819             },
9820             'Asia/Khandyga' => {
9821             exemplarCity => q#Khandyga#,
9822             },
9823             'Asia/Krasnoyarsk' => {
9824             exemplarCity => q#Krasnoiarsk#,
9825             },
9826             'Asia/Kuala_Lumpur' => {
9827             exemplarCity => q#Kuala Lumpur#,
9828             },
9829             'Asia/Kuching' => {
9830             exemplarCity => q#Kuching#,
9831             },
9832             'Asia/Kuwait' => {
9833             exemplarCity => q#Kuwait#,
9834             },
9835             'Asia/Macau' => {
9836             exemplarCity => q#Macau#,
9837             },
9838             'Asia/Magadan' => {
9839             exemplarCity => q#Magadan#,
9840             },
9841             'Asia/Makassar' => {
9842             exemplarCity => q#Makasar#,
9843             },
9844             'Asia/Manila' => {
9845             exemplarCity => q#Manila#,
9846             },
9847             'Asia/Muscat' => {
9848             exemplarCity => q#Masqat#,
9849             },
9850             'Asia/Nicosia' => {
9851             exemplarCity => q#Nicòsia#,
9852             },
9853             'Asia/Novokuznetsk' => {
9854             exemplarCity => q#Novokuznetsk#,
9855             },
9856             'Asia/Novosibirsk' => {
9857             exemplarCity => q#Novosibirsk#,
9858             },
9859             'Asia/Omsk' => {
9860             exemplarCity => q#Omsk#,
9861             },
9862             'Asia/Oral' => {
9863             exemplarCity => q#Oral#,
9864             },
9865             'Asia/Phnom_Penh' => {
9866             exemplarCity => q#Phnom Penh#,
9867             },
9868             'Asia/Pontianak' => {
9869             exemplarCity => q#Pontianak#,
9870             },
9871             'Asia/Pyongyang' => {
9872             exemplarCity => q#Pyongyang#,
9873             },
9874             'Asia/Qatar' => {
9875             exemplarCity => q#Qatar#,
9876             },
9877             'Asia/Qyzylorda' => {
9878             exemplarCity => q#Kizil-Orda#,
9879             },
9880             'Asia/Rangoon' => {
9881             exemplarCity => q#Yangôn#,
9882             },
9883             'Asia/Riyadh' => {
9884             exemplarCity => q#Al-Riyād#,
9885             },
9886             'Asia/Saigon' => {
9887             exemplarCity => q#Ho Chi Minh#,
9888             },
9889             'Asia/Sakhalin' => {
9890             exemplarCity => q#Sakhalin#,
9891             },
9892             'Asia/Samarkand' => {
9893             exemplarCity => q#Samarcanda#,
9894             },
9895             'Asia/Seoul' => {
9896             exemplarCity => q#Seül#,
9897             },
9898             'Asia/Shanghai' => {
9899             exemplarCity => q#Xangai#,
9900             },
9901             'Asia/Singapore' => {
9902             exemplarCity => q#Singapur#,
9903             },
9904             'Asia/Srednekolymsk' => {
9905             exemplarCity => q#Srednekolimsk#,
9906             },
9907             'Asia/Taipei' => {
9908             exemplarCity => q#Taipei#,
9909             },
9910             'Asia/Tashkent' => {
9911             exemplarCity => q#Taixkent#,
9912             },
9913             'Asia/Tbilisi' => {
9914             exemplarCity => q#Tbilisi#,
9915             },
9916             'Asia/Tehran' => {
9917             exemplarCity => q#Teheran#,
9918             },
9919             'Asia/Thimphu' => {
9920             exemplarCity => q#Thimbu#,
9921             },
9922             'Asia/Tokyo' => {
9923             exemplarCity => q#Tòquio#,
9924             },
9925             'Asia/Tomsk' => {
9926             exemplarCity => q#Tomsk#,
9927             },
9928             'Asia/Ulaanbaatar' => {
9929             exemplarCity => q#Ulan Bator#,
9930             },
9931             'Asia/Urumqi' => {
9932             exemplarCity => q#Urumchi#,
9933             },
9934             'Asia/Ust-Nera' => {
9935             exemplarCity => q#Ust’-Nera#,
9936             },
9937             'Asia/Vientiane' => {
9938             exemplarCity => q#Vientiane#,
9939             },
9940             'Asia/Vladivostok' => {
9941             exemplarCity => q#Vladivostok#,
9942             },
9943             'Asia/Yakutsk' => {
9944             exemplarCity => q#Jakutsk#,
9945             },
9946             'Asia/Yekaterinburg' => {
9947             exemplarCity => q#Jekaterinburg#,
9948             },
9949             'Asia/Yerevan' => {
9950             exemplarCity => q#Erevan#,
9951             },
9952             'Atlantic' => {
9953             long => {
9954             'daylight' => q#Hora d’estiu de l’Atlàntic#,
9955             'generic' => q#Hora de l’Atlàntic#,
9956             'standard' => q#Hora estàndard de l’Atlàntic#,
9957             },
9958             },
9959             'Atlantic/Azores' => {
9960             exemplarCity => q#Açores#,
9961             },
9962             'Atlantic/Bermuda' => {
9963             exemplarCity => q#Bermudes#,
9964             },
9965             'Atlantic/Canary' => {
9966             exemplarCity => q#Illes Canàries#,
9967             },
9968             'Atlantic/Cape_Verde' => {
9969             exemplarCity => q#Cap Verd#,
9970             },
9971             'Atlantic/Faeroe' => {
9972             exemplarCity => q#Illes Fèroe#,
9973             },
9974             'Atlantic/Madeira' => {
9975             exemplarCity => q#Madeira#,
9976             },
9977             'Atlantic/Reykjavik' => {
9978             exemplarCity => q#Reykjavik#,
9979             },
9980             'Atlantic/South_Georgia' => {
9981             exemplarCity => q#Geòrgia del Sud#,
9982             },
9983             'Atlantic/St_Helena' => {
9984             exemplarCity => q#Saint Helena#,
9985             },
9986             'Atlantic/Stanley' => {
9987             exemplarCity => q#Stanley#,
9988             },
9989             'Australia/Adelaide' => {
9990             exemplarCity => q#Adelaide#,
9991             },
9992             'Australia/Brisbane' => {
9993             exemplarCity => q#Brisbane#,
9994             },
9995             'Australia/Broken_Hill' => {
9996             exemplarCity => q#Broken Hill#,
9997             },
9998             'Australia/Currie' => {
9999             exemplarCity => q#Currie#,
10000             },
10001             'Australia/Darwin' => {
10002             exemplarCity => q#Darwin#,
10003             },
10004             'Australia/Eucla' => {
10005             exemplarCity => q#Eucla#,
10006             },
10007             'Australia/Hobart' => {
10008             exemplarCity => q#Hobart#,
10009             },
10010             'Australia/Lindeman' => {
10011             exemplarCity => q#Lindeman#,
10012             },
10013             'Australia/Lord_Howe' => {
10014             exemplarCity => q#Lord Howe#,
10015             },
10016             'Australia/Melbourne' => {
10017             exemplarCity => q#Melbourne#,
10018             },
10019             'Australia/Perth' => {
10020             exemplarCity => q#Perth#,
10021             },
10022             'Australia/Sydney' => {
10023             exemplarCity => q#Sydney#,
10024             },
10025             'Australia_Central' => {
10026             long => {
10027             'daylight' => q#Hora d’estiu d’Austràlia Central#,
10028             'generic' => q#Hora d’Austràlia Central#,
10029             'standard' => q#Hora estàndard d’Austràlia Central#,
10030             },
10031             },
10032             'Australia_CentralWestern' => {
10033             long => {
10034             'daylight' => q#Hora d’estiu d’Austràlia centre-occidental#,
10035             'generic' => q#Hora d’Austràlia centre-occidental#,
10036             'standard' => q#Hora estàndard d’Austràlia centre-occidental#,
10037             },
10038             },
10039             'Australia_Eastern' => {
10040             long => {
10041             'daylight' => q#Hora d’estiu d’Austràlia Oriental#,
10042             'generic' => q#Hora d’Austràlia Oriental#,
10043             'standard' => q#Hora estàndard d’Austràlia Oriental#,
10044             },
10045             },
10046             'Australia_Western' => {
10047             long => {
10048             'daylight' => q#Hora d’estiu d’Austràlia Occidental#,
10049             'generic' => q#Hora d’Austràlia Occidental#,
10050             'standard' => q#Hora estàndard d’Austràlia Occidental#,
10051             },
10052             },
10053             'Azerbaijan' => {
10054             long => {
10055             'daylight' => q#Hora d’estiu d’Azerbaidjan#,
10056             'generic' => q#Hora d’Azerbaidjan#,
10057             'standard' => q#Hora estàndard d’Azerbaidjan#,
10058             },
10059             },
10060             'Azores' => {
10061             long => {
10062             'daylight' => q#Hora d’estiu de les Açores#,
10063             'generic' => q#Hora de les Açores#,
10064             'standard' => q#Hora estàndard de les Açores#,
10065             },
10066             },
10067             'Bangladesh' => {
10068             long => {
10069             'daylight' => q#Hora d’estiu de Bangla Desh#,
10070             'generic' => q#Hora de Bangla Desh#,
10071             'standard' => q#Hora estàndard de Bangla Desh#,
10072             },
10073             },
10074             'Bhutan' => {
10075             long => {
10076             'standard' => q#Hora de Bhutan#,
10077             },
10078             },
10079             'Bolivia' => {
10080             long => {
10081             'standard' => q#Hora de Bolívia#,
10082             },
10083             },
10084             'Brasilia' => {
10085             long => {
10086             'daylight' => q#Hora d’estiu de Brasília#,
10087             'generic' => q#Hora de Brasília#,
10088             'standard' => q#Hora estàndard de Brasília#,
10089             },
10090             },
10091             'Brunei' => {
10092             long => {
10093             'standard' => q#Hora de Brunei Darussalam#,
10094             },
10095             },
10096             'Cape_Verde' => {
10097             long => {
10098             'daylight' => q#Hora d’estiu de Cap Verd#,
10099             'generic' => q#Hora de Cap Verd#,
10100             'standard' => q#Hora estàndard de Cap Verd#,
10101             },
10102             },
10103             'Chamorro' => {
10104             long => {
10105             'standard' => q#Hora de Chamorro#,
10106             },
10107             },
10108             'Chatham' => {
10109             long => {
10110             'daylight' => q#Hora d’estiu de Chatham#,
10111             'generic' => q#Hora de Chatham#,
10112             'standard' => q#Hora estàndard de Chatham#,
10113             },
10114             },
10115             'Chile' => {
10116             long => {
10117             'daylight' => q#Hora d’estiu de Xile#,
10118             'generic' => q#Hora de Xile#,
10119             'standard' => q#Hora estàndard de Xile#,
10120             },
10121             },
10122             'China' => {
10123             long => {
10124             'daylight' => q#Hora d’estiu de la Xina#,
10125             'generic' => q#Hora de la Xina#,
10126             'standard' => q#Hora estàndard de la Xina#,
10127             },
10128             },
10129             'Choibalsan' => {
10130             long => {
10131             'daylight' => q#Hora d’estiu de Choibalsan#,
10132             'generic' => q#Hora de Choibalsan#,
10133             'standard' => q#Hora estàndard de Choibalsan#,
10134             },
10135             },
10136             'Christmas' => {
10137             long => {
10138             'standard' => q#Hora de Kiritimati#,
10139             },
10140             },
10141             'Cocos' => {
10142             long => {
10143             'standard' => q#Hora de les illes Cocos#,
10144             },
10145             },
10146             'Colombia' => {
10147             long => {
10148             'daylight' => q#Hora d’estiu de Colòmbia#,
10149             'generic' => q#Hora de Colòmbia#,
10150             'standard' => q#Hora estàndard de Colòmbia#,
10151             },
10152             },
10153             'Cook' => {
10154             long => {
10155             'daylight' => q#Hora de mig estiu de les illes Cook#,
10156             'generic' => q#Hora de les illes Cook#,
10157             'standard' => q#Hora estàndard de les illes Cook#,
10158             },
10159             },
10160             'Cuba' => {
10161             long => {
10162             'daylight' => q#Hora d’estiu de Cuba#,
10163             'generic' => q#Hora de Cuba#,
10164             'standard' => q#Hora estàndard de Cuba#,
10165             },
10166             },
10167             'Davis' => {
10168             long => {
10169             'standard' => q#Hora de Davis#,
10170             },
10171             },
10172             'DumontDUrville' => {
10173             long => {
10174             'standard' => q#Hora de Dumont d’Urville#,
10175             },
10176             },
10177             'East_Timor' => {
10178             long => {
10179             'standard' => q#Hora de Timor Oriental#,
10180             },
10181             },
10182             'Easter' => {
10183             long => {
10184             'daylight' => q#Hora d’estiu de l’illa de Pasqua#,
10185             'generic' => q#Hora de l’illa de Pasqua#,
10186             'standard' => q#Hora estàndard de l’illa de Pasqua#,
10187             },
10188             },
10189             'Ecuador' => {
10190             long => {
10191             'standard' => q#Hora de l’Equador#,
10192             },
10193             },
10194             'Etc/UTC' => {
10195             long => {
10196             'standard' => q#Temps universal coordinat#,
10197             },
10198             },
10199             'Etc/Unknown' => {
10200             exemplarCity => q#Ciutat desconeguda#,
10201             },
10202             'Europe/Amsterdam' => {
10203             exemplarCity => q#Amsterdam#,
10204             },
10205             'Europe/Andorra' => {
10206             exemplarCity => q#Andorra#,
10207             },
10208             'Europe/Astrakhan' => {
10209             exemplarCity => q#Astrakhan#,
10210             },
10211             'Europe/Athens' => {
10212             exemplarCity => q#Atenes#,
10213             },
10214             'Europe/Belgrade' => {
10215             exemplarCity => q#Belgrad#,
10216             },
10217             'Europe/Berlin' => {
10218             exemplarCity => q#Berlín#,
10219             },
10220             'Europe/Bratislava' => {
10221             exemplarCity => q#Bratislava#,
10222             },
10223             'Europe/Brussels' => {
10224             exemplarCity => q#Brussel·les#,
10225             },
10226             'Europe/Bucharest' => {
10227             exemplarCity => q#Bucarest#,
10228             },
10229             'Europe/Budapest' => {
10230             exemplarCity => q#Budapest#,
10231             },
10232             'Europe/Busingen' => {
10233             exemplarCity => q#Busingen#,
10234             },
10235             'Europe/Chisinau' => {
10236             exemplarCity => q#Chisinau#,
10237             },
10238             'Europe/Copenhagen' => {
10239             exemplarCity => q#Copenhagen#,
10240             },
10241             'Europe/Dublin' => {
10242             exemplarCity => q#Dublín#,
10243             long => {
10244             'daylight' => q#Hora estàndard d’Irlanda#,
10245             },
10246             },
10247             'Europe/Gibraltar' => {
10248             exemplarCity => q#Gibraltar#,
10249             },
10250             'Europe/Guernsey' => {
10251             exemplarCity => q#Guernsey#,
10252             },
10253             'Europe/Helsinki' => {
10254             exemplarCity => q#Hèlsinki#,
10255             },
10256             'Europe/Isle_of_Man' => {
10257             exemplarCity => q#Man#,
10258             },
10259             'Europe/Istanbul' => {
10260             exemplarCity => q#Istanbul#,
10261             },
10262             'Europe/Jersey' => {
10263             exemplarCity => q#Jersey#,
10264             },
10265             'Europe/Kaliningrad' => {
10266             exemplarCity => q#Kaliningrad#,
10267             },
10268             'Europe/Kiev' => {
10269             exemplarCity => q#Kíev#,
10270             },
10271             'Europe/Kirov' => {
10272             exemplarCity => q#Kirov#,
10273             },
10274             'Europe/Lisbon' => {
10275             exemplarCity => q#Lisboa#,
10276             },
10277             'Europe/Ljubljana' => {
10278             exemplarCity => q#Ljubljana#,
10279             },
10280             'Europe/London' => {
10281             exemplarCity => q#Londres#,
10282             long => {
10283             'daylight' => q#Hora d’estiu britànica#,
10284             },
10285             },
10286             'Europe/Luxembourg' => {
10287             exemplarCity => q#Luxemburg#,
10288             },
10289             'Europe/Madrid' => {
10290             exemplarCity => q#Madrid#,
10291             },
10292             'Europe/Malta' => {
10293             exemplarCity => q#Malta#,
10294             },
10295             'Europe/Mariehamn' => {
10296             exemplarCity => q#Maarianhamina#,
10297             },
10298             'Europe/Minsk' => {
10299             exemplarCity => q#Minsk#,
10300             },
10301             'Europe/Monaco' => {
10302             exemplarCity => q#Mònaco#,
10303             },
10304             'Europe/Moscow' => {
10305             exemplarCity => q#Moscou#,
10306             },
10307             'Europe/Oslo' => {
10308             exemplarCity => q#Oslo#,
10309             },
10310             'Europe/Paris' => {
10311             exemplarCity => q#París#,
10312             },
10313             'Europe/Podgorica' => {
10314             exemplarCity => q#Podgorica#,
10315             },
10316             'Europe/Prague' => {
10317             exemplarCity => q#Praga#,
10318             },
10319             'Europe/Riga' => {
10320             exemplarCity => q#Riga#,
10321             },
10322             'Europe/Rome' => {
10323             exemplarCity => q#Roma#,
10324             },
10325             'Europe/Samara' => {
10326             exemplarCity => q#Samara#,
10327             },
10328             'Europe/San_Marino' => {
10329             exemplarCity => q#San Marino#,
10330             },
10331             'Europe/Sarajevo' => {
10332             exemplarCity => q#Sarajevo#,
10333             },
10334             'Europe/Saratov' => {
10335             exemplarCity => q#Saràtov#,
10336             },
10337             'Europe/Simferopol' => {
10338             exemplarCity => q#Simferopol#,
10339             },
10340             'Europe/Skopje' => {
10341             exemplarCity => q#Skopje#,
10342             },
10343             'Europe/Sofia' => {
10344             exemplarCity => q#Sofia#,
10345             },
10346             'Europe/Stockholm' => {
10347             exemplarCity => q#Estocolm#,
10348             },
10349             'Europe/Tallinn' => {
10350             exemplarCity => q#Tallinn#,
10351             },
10352             'Europe/Tirane' => {
10353             exemplarCity => q#Tirana#,
10354             },
10355             'Europe/Ulyanovsk' => {
10356             exemplarCity => q#Uliànovsk#,
10357             },
10358             'Europe/Uzhgorod' => {
10359             exemplarCity => q#Uzhgorod#,
10360             },
10361             'Europe/Vaduz' => {
10362             exemplarCity => q#Vaduz#,
10363             },
10364             'Europe/Vatican' => {
10365             exemplarCity => q#Vaticà#,
10366             },
10367             'Europe/Vienna' => {
10368             exemplarCity => q#Viena#,
10369             },
10370             'Europe/Vilnius' => {
10371             exemplarCity => q#Vílnius#,
10372             },
10373             'Europe/Volgograd' => {
10374             exemplarCity => q#Volgograd#,
10375             },
10376             'Europe/Warsaw' => {
10377             exemplarCity => q#Varsòvia#,
10378             },
10379             'Europe/Zagreb' => {
10380             exemplarCity => q#Zagreb#,
10381             },
10382             'Europe/Zaporozhye' => {
10383             exemplarCity => q#Zaporíjia#,
10384             },
10385             'Europe/Zurich' => {
10386             exemplarCity => q#Zuric#,
10387             },
10388             'Europe_Central' => {
10389             long => {
10390             'daylight' => q#Hora d’estiu del Centre d’Europa#,
10391             'generic' => q#Hora del Centre d’Europa#,
10392             'standard' => q#Hora estàndard del Centre d’Europa#,
10393             },
10394             short => {
10395             'daylight' => q#CEST#,
10396             'generic' => q#CET#,
10397             'standard' => q#CET#,
10398             },
10399             },
10400             'Europe_Eastern' => {
10401             long => {
10402             'daylight' => q#Hora d’estiu de l’Est d’Europa#,
10403             'generic' => q#Hora de l’Est d’Europa#,
10404             'standard' => q#Hora estàndard de l’Est d’Europa#,
10405             },
10406             short => {
10407             'daylight' => q#EEST#,
10408             'generic' => q#EET#,
10409             'standard' => q#EET#,
10410             },
10411             },
10412             'Europe_Further_Eastern' => {
10413             long => {
10414             'standard' => q#Hora de l’Extrem Orient Europeu#,
10415             },
10416             },
10417             'Europe_Western' => {
10418             long => {
10419             'daylight' => q#Hora d’estiu de l’Oest d’Europa#,
10420             'generic' => q#Hora de l’Oest d’Europa#,
10421             'standard' => q#Hora estàndard de l’Oest d’Europa#,
10422             },
10423             short => {
10424             'daylight' => q#WEST#,
10425             'generic' => q#WET#,
10426             'standard' => q#WET#,
10427             },
10428             },
10429             'Falkland' => {
10430             long => {
10431             'daylight' => q#Hora d’estiu de les illes Malvines#,
10432             'generic' => q#Hora de les illes Malvines#,
10433             'standard' => q#Hora estàndard de les illes Malvines#,
10434             },
10435             },
10436             'Fiji' => {
10437             long => {
10438             'daylight' => q#Hora d’estiu de Fiji#,
10439             'generic' => q#Hora de Fiji#,
10440             'standard' => q#Hora estàndard de Fiji#,
10441             },
10442             },
10443             'French_Guiana' => {
10444             long => {
10445             'standard' => q#Hora de la Guaiana Francesa#,
10446             },
10447             },
10448             'French_Southern' => {
10449             long => {
10450             'standard' => q#Hora d’Antàrtida i França del Sud#,
10451             },
10452             },
10453             'GMT' => {
10454             long => {
10455             'standard' => q#Hora del Meridià de Greenwich#,
10456             },
10457             short => {
10458             'standard' => q#GMT#,
10459             },
10460             },
10461             'Galapagos' => {
10462             long => {
10463             'standard' => q#Hora de Galápagos#,
10464             },
10465             },
10466             'Gambier' => {
10467             long => {
10468             'standard' => q#Hora de Gambier#,
10469             },
10470             },
10471             'Georgia' => {
10472             long => {
10473             'daylight' => q#Hora d’estiu de Geòrgia#,
10474             'generic' => q#Hora de Geòrgia#,
10475             'standard' => q#Hora estàndard de Geòrgia#,
10476             },
10477             },
10478             'Gilbert_Islands' => {
10479             long => {
10480             'standard' => q#Hora de les illes Gilbert#,
10481             },
10482             },
10483             'Greenland_Eastern' => {
10484             long => {
10485             'daylight' => q#Hora d’estiu de l’Est de Grenlàndia#,
10486             'generic' => q#Hora de l’Est de Grenlàndia#,
10487             'standard' => q#Hora estàndard de l’Est de Grenlàndia#,
10488             },
10489             },
10490             'Greenland_Western' => {
10491             long => {
10492             'daylight' => q#Hora d’estiu de l’Oest de Grenlàndia#,
10493             'generic' => q#Hora de l’Oest de Grenlàndia#,
10494             'standard' => q#Hora estàndard de l’Oest de Grenlàndia#,
10495             },
10496             },
10497             'Gulf' => {
10498             long => {
10499             'standard' => q#Hora del Golf#,
10500             },
10501             },
10502             'Guyana' => {
10503             long => {
10504             'standard' => q#Hora de Guyana#,
10505             },
10506             },
10507             'Hawaii_Aleutian' => {
10508             long => {
10509             'daylight' => q#Hora d’estiu de Hawaii-Aleutianes#,
10510             'generic' => q#Hora de Hawaii-Aleutianes#,
10511             'standard' => q#Hora estàndard de Hawaii-Aleutianes#,
10512             },
10513             },
10514             'Hong_Kong' => {
10515             long => {
10516             'daylight' => q#Hora d’estiu de Hong Kong#,
10517             'generic' => q#Hora de Hong Kong#,
10518             'standard' => q#Hora estàndard de Hong Kong#,
10519             },
10520             },
10521             'Hovd' => {
10522             long => {
10523             'daylight' => q#Hora d’estiu de Hovd#,
10524             'generic' => q#Hora de Hovd#,
10525             'standard' => q#Hora estàndard de Hovd#,
10526             },
10527             },
10528             'India' => {
10529             long => {
10530             'standard' => q#Hora de l’Índia#,
10531             },
10532             },
10533             'Indian/Antananarivo' => {
10534             exemplarCity => q#Antananarivo#,
10535             },
10536             'Indian/Chagos' => {
10537             exemplarCity => q#Chagos#,
10538             },
10539             'Indian/Christmas' => {
10540             exemplarCity => q#Christmas#,
10541             },
10542             'Indian/Cocos' => {
10543             exemplarCity => q#Cocos#,
10544             },
10545             'Indian/Comoro' => {
10546             exemplarCity => q#Comoro#,
10547             },
10548             'Indian/Kerguelen' => {
10549             exemplarCity => q#Kerguelen#,
10550             },
10551             'Indian/Mahe' => {
10552             exemplarCity => q#Mahe#,
10553             },
10554             'Indian/Maldives' => {
10555             exemplarCity => q#Maldives#,
10556             },
10557             'Indian/Mauritius' => {
10558             exemplarCity => q#Maurici#,
10559             },
10560             'Indian/Mayotte' => {
10561             exemplarCity => q#Mayotte#,
10562             },
10563             'Indian/Reunion' => {
10564             exemplarCity => q#Reunió#,
10565             },
10566             'Indian_Ocean' => {
10567             long => {
10568             'standard' => q#Hora de l’oceà Índic#,
10569             },
10570             },
10571             'Indochina' => {
10572             long => {
10573             'standard' => q#Hora d’Indoxina#,
10574             },
10575             },
10576             'Indonesia_Central' => {
10577             long => {
10578             'standard' => q#Hora central d’Indonèsia#,
10579             },
10580             },
10581             'Indonesia_Eastern' => {
10582             long => {
10583             'standard' => q#Hora de l’est d’Indonèsia#,
10584             },
10585             },
10586             'Indonesia_Western' => {
10587             long => {
10588             'standard' => q#Hora de l’oest d’Indonèsia#,
10589             },
10590             },
10591             'Iran' => {
10592             long => {
10593             'daylight' => q#Hora d’estiu d’Iran#,
10594             'generic' => q#Hora d’Iran#,
10595             'standard' => q#Hora estàndard d’Iran#,
10596             },
10597             },
10598             'Irkutsk' => {
10599             long => {
10600             'daylight' => q#Hora d’estiu d’Irkutsk#,
10601             'generic' => q#Hora d’Irkutsk#,
10602             'standard' => q#Hora estàndard d’Irkutsk#,
10603             },
10604             },
10605             'Israel' => {
10606             long => {
10607             'daylight' => q#Hora d’estiu d’Israel#,
10608             'generic' => q#Hora d’Israel#,
10609             'standard' => q#Hora estàndard d’Israel#,
10610             },
10611             },
10612             'Japan' => {
10613             long => {
10614             'daylight' => q#Hora d’estiu del Japó#,
10615             'generic' => q#Hora del Japó#,
10616             'standard' => q#Hora estàndard del Japó#,
10617             },
10618             },
10619             'Kamchatka' => {
10620             long => {
10621             'daylight' => q#Horari d’estiu de Petropavlovsk de Kamtxatka#,
10622             'generic' => q#Hora de Kamtxatka#,
10623             'standard' => q#Hora estàndard de Petropavlovsk de Kamtxatka#,
10624             },
10625             },
10626             'Kazakhstan_Eastern' => {
10627             long => {
10628             'standard' => q#Hora de l’est del Kazakhstan#,
10629             },
10630             },
10631             'Kazakhstan_Western' => {
10632             long => {
10633             'standard' => q#Hora de l’oest del Kazakhstan#,
10634             },
10635             },
10636             'Korea' => {
10637             long => {
10638             'daylight' => q#Hora d’estiu de Corea#,
10639             'generic' => q#Hora de Corea#,
10640             'standard' => q#Hora estàndard de Corea#,
10641             },
10642             },
10643             'Kosrae' => {
10644             long => {
10645             'standard' => q#Hora de Kosrae#,
10646             },
10647             },
10648             'Krasnoyarsk' => {
10649             long => {
10650             'daylight' => q#Hora d’estiu de Krasnoiarsk#,
10651             'generic' => q#Hora de Krasnoiarsk#,
10652             'standard' => q#Hora estàndard de Krasnoiarsk#,
10653             },
10654             },
10655             'Kyrgystan' => {
10656             long => {
10657             'standard' => q#Hora del Kirguizistan#,
10658             },
10659             },
10660             'Line_Islands' => {
10661             long => {
10662             'standard' => q#Hora de Line Islands#,
10663             },
10664             },
10665             'Lord_Howe' => {
10666             long => {
10667             'daylight' => q#Horari d’estiu de Lord Howe#,
10668             'generic' => q#Hora de Lord Howe#,
10669             'standard' => q#Hora estàndard de Lord Howe#,
10670             },
10671             },
10672             'Macau' => {
10673             long => {
10674             'daylight' => q#Hora d’estiu de Macau#,
10675             'generic' => q#Hora de Macau#,
10676             'standard' => q#Hora estàndard de Macau#,
10677             },
10678             },
10679             'Macquarie' => {
10680             long => {
10681             'standard' => q#Hora de Macquarie#,
10682             },
10683             },
10684             'Magadan' => {
10685             long => {
10686             'daylight' => q#Hora d’estiu de Magadan#,
10687             'generic' => q#Hora de Magadan#,
10688             'standard' => q#Hora estàndard de Magadan#,
10689             },
10690             },
10691             'Malaysia' => {
10692             long => {
10693             'standard' => q#Hora de Malàisia#,
10694             },
10695             },
10696             'Maldives' => {
10697             long => {
10698             'standard' => q#Hora de les Maldives#,
10699             },
10700             },
10701             'Marquesas' => {
10702             long => {
10703             'standard' => q#Hora de les Marqueses#,
10704             },
10705             },
10706             'Marshall_Islands' => {
10707             long => {
10708             'standard' => q#Hora de les illes Marshall#,
10709             },
10710             },
10711             'Mauritius' => {
10712             long => {
10713             'daylight' => q#Hora d’estiu de Maurici#,
10714             'generic' => q#Hora de Maurici#,
10715             'standard' => q#Hora estàndard de Maurici#,
10716             },
10717             },
10718             'Mawson' => {
10719             long => {
10720             'standard' => q#Hora de Mawson#,
10721             },
10722             },
10723             'Mexico_Northwest' => {
10724             long => {
10725             'daylight' => q#Hora d’estiu del nord-oest de Mèxic#,
10726             'generic' => q#Hora del nord-oest de Mèxic#,
10727             'standard' => q#Hora estàndard del nord-oest de Mèxic#,
10728             },
10729             },
10730             'Mexico_Pacific' => {
10731             long => {
10732             'daylight' => q#Hora d’estiu del Pacífic de Mèxic#,
10733             'generic' => q#Hora del Pacífic de Mèxic#,
10734             'standard' => q#Hora estàndard del Pacífic de Mèxic#,
10735             },
10736             },
10737             'Mongolia' => {
10738             long => {
10739             'daylight' => q#Hora d’estiu d’Ulan Bator#,
10740             'generic' => q#Hora d’Ulan Bator#,
10741             'standard' => q#Hora estàndard d’Ulan Bator#,
10742             },
10743             },
10744             'Moscow' => {
10745             long => {
10746             'daylight' => q#Hora d’estiu de Moscou#,
10747             'generic' => q#Hora de Moscou#,
10748             'standard' => q#Hora estàndard de Moscou#,
10749             },
10750             },
10751             'Myanmar' => {
10752             long => {
10753             'standard' => q#Hora de Myanmar#,
10754             },
10755             },
10756             'Nauru' => {
10757             long => {
10758             'standard' => q#Hora de Nauru#,
10759             },
10760             },
10761             'Nepal' => {
10762             long => {
10763             'standard' => q#Hora del Nepal#,
10764             },
10765             },
10766             'New_Caledonia' => {
10767             long => {
10768             'daylight' => q#Hora d’estiu de Nova Caledònia#,
10769             'generic' => q#Hora de Nova Caledònia#,
10770             'standard' => q#Hora estàndard de Nova Caledònia#,
10771             },
10772             },
10773             'New_Zealand' => {
10774             long => {
10775             'daylight' => q#Hora d’estiu de Nova Zelanda#,
10776             'generic' => q#Hora de Nova Zelanda#,
10777             'standard' => q#Hora estàndard de Nova Zelanda#,
10778             },
10779             },
10780             'Newfoundland' => {
10781             long => {
10782             'daylight' => q#Hora d’estiu de Terranova#,
10783             'generic' => q#Hora de Terranova#,
10784             'standard' => q#Hora estàndard de Terranova#,
10785             },
10786             },
10787             'Niue' => {
10788             long => {
10789             'standard' => q#Hora de Niue#,
10790             },
10791             },
10792             'Norfolk' => {
10793             long => {
10794             'standard' => q#Hora de les illes Norfolk#,
10795             },
10796             },
10797             'Noronha' => {
10798             long => {
10799             'daylight' => q#Hora d’estiu de Fernando de Noronha#,
10800             'generic' => q#Hora de Fernando de Noronha#,
10801             'standard' => q#Hora estàndard de Fernando de Noronha#,
10802             },
10803             },
10804             'Novosibirsk' => {
10805             long => {
10806             'daylight' => q#Hora d’estiu de Novosibirsk#,
10807             'generic' => q#Hora de Novosibirsk#,
10808             'standard' => q#Hora estàndard de Novosibirsk#,
10809             },
10810             },
10811             'Omsk' => {
10812             long => {
10813             'daylight' => q#Hora d’estiu d’Omsk#,
10814             'generic' => q#Hora d’Omsk#,
10815             'standard' => q#Hora estàndard d’Omsk#,
10816             },
10817             },
10818             'Pacific/Apia' => {
10819             exemplarCity => q#Apia#,
10820             },
10821             'Pacific/Auckland' => {
10822             exemplarCity => q#Auckland#,
10823             },
10824             'Pacific/Bougainville' => {
10825             exemplarCity => q#Bougainville#,
10826             },
10827             'Pacific/Chatham' => {
10828             exemplarCity => q#Chatham#,
10829             },
10830             'Pacific/Easter' => {
10831             exemplarCity => q#Illa de Pasqua#,
10832             },
10833             'Pacific/Efate' => {
10834             exemplarCity => q#Efate#,
10835             },
10836             'Pacific/Enderbury' => {
10837             exemplarCity => q#Enderbury#,
10838             },
10839             'Pacific/Fakaofo' => {
10840             exemplarCity => q#Fakaofo#,
10841             },
10842             'Pacific/Fiji' => {
10843             exemplarCity => q#Fiji#,
10844             },
10845             'Pacific/Funafuti' => {
10846             exemplarCity => q#Funafuti#,
10847             },
10848             'Pacific/Galapagos' => {
10849             exemplarCity => q#Galápagos#,
10850             },
10851             'Pacific/Gambier' => {
10852             exemplarCity => q#Gambier#,
10853             },
10854             'Pacific/Guadalcanal' => {
10855             exemplarCity => q#Guadalcanal#,
10856             },
10857             'Pacific/Guam' => {
10858             exemplarCity => q#Guam#,
10859             },
10860             'Pacific/Honolulu' => {
10861             exemplarCity => q#Honolulu#,
10862             },
10863             'Pacific/Johnston' => {
10864             exemplarCity => q#Johnston#,
10865             },
10866             'Pacific/Kiritimati' => {
10867             exemplarCity => q#Kiritimati#,
10868             },
10869             'Pacific/Kosrae' => {
10870             exemplarCity => q#Kosrae#,
10871             },
10872             'Pacific/Kwajalein' => {
10873             exemplarCity => q#Kwajalein#,
10874             },
10875             'Pacific/Majuro' => {
10876             exemplarCity => q#Majuro#,
10877             },
10878             'Pacific/Marquesas' => {
10879             exemplarCity => q#Marqueses#,
10880             },
10881             'Pacific/Midway' => {
10882             exemplarCity => q#Midway#,
10883             },
10884             'Pacific/Nauru' => {
10885             exemplarCity => q#Nauru#,
10886             },
10887             'Pacific/Niue' => {
10888             exemplarCity => q#Niue#,
10889             },
10890             'Pacific/Norfolk' => {
10891             exemplarCity => q#Norfolk#,
10892             },
10893             'Pacific/Noumea' => {
10894             exemplarCity => q#Nouméa#,
10895             },
10896             'Pacific/Pago_Pago' => {
10897             exemplarCity => q#Pago Pago#,
10898             },
10899             'Pacific/Palau' => {
10900             exemplarCity => q#Palau#,
10901             },
10902             'Pacific/Pitcairn' => {
10903             exemplarCity => q#Pitcairn#,
10904             },
10905             'Pacific/Ponape' => {
10906             exemplarCity => q#Pohnpei#,
10907             },
10908             'Pacific/Port_Moresby' => {
10909             exemplarCity => q#Port Moresby#,
10910             },
10911             'Pacific/Rarotonga' => {
10912             exemplarCity => q#Rarotonga#,
10913             },
10914             'Pacific/Saipan' => {
10915             exemplarCity => q#Saipan#,
10916             },
10917             'Pacific/Tahiti' => {
10918             exemplarCity => q#Tahití#,
10919             },
10920             'Pacific/Tarawa' => {
10921             exemplarCity => q#Tarawa#,
10922             },
10923             'Pacific/Tongatapu' => {
10924             exemplarCity => q#Tongatapu#,
10925             },
10926             'Pacific/Truk' => {
10927             exemplarCity => q#Chuuk#,
10928             },
10929             'Pacific/Wake' => {
10930             exemplarCity => q#Wake#,
10931             },
10932             'Pacific/Wallis' => {
10933             exemplarCity => q#Wallis#,
10934             },
10935             'Pakistan' => {
10936             long => {
10937             'daylight' => q#Hora d’estiu del Pakistan#,
10938             'generic' => q#Hora del Pakistan#,
10939             'standard' => q#Hora estàndard del Pakistan#,
10940             },
10941             },
10942             'Palau' => {
10943             long => {
10944             'standard' => q#Hora de Palau#,
10945             },
10946             },
10947             'Papua_New_Guinea' => {
10948             long => {
10949             'standard' => q#Hora de Papua Nova Guinea#,
10950             },
10951             },
10952             'Paraguay' => {
10953             long => {
10954             'daylight' => q#Hora d’estiu del Paraguai#,
10955             'generic' => q#Hora del Paraguai#,
10956             'standard' => q#Hora estàndard del Paraguai#,
10957             },
10958             },
10959             'Peru' => {
10960             long => {
10961             'daylight' => q#Hora d’estiu del Perú#,
10962             'generic' => q#Hora del Perú#,
10963             'standard' => q#Hora estàndard del Perú#,
10964             },
10965             },
10966             'Philippines' => {
10967             long => {
10968             'daylight' => q#Hora d’estiu de Filipines#,
10969             'generic' => q#Hora de Filipines#,
10970             'standard' => q#Hora estàndard de Filipines#,
10971             },
10972             },
10973             'Phoenix_Islands' => {
10974             long => {
10975             'standard' => q#Hora de les illes Phoenix#,
10976             },
10977             },
10978             'Pierre_Miquelon' => {
10979             long => {
10980             'daylight' => q#Hora d’estiu de Saint-Pierre-et-Miquelon#,
10981             'generic' => q#Hora de Saint-Pierre-et-Miquelon#,
10982             'standard' => q#Hora estàndard de Saint-Pierre-et-Miquelon#,
10983             },
10984             },
10985             'Pitcairn' => {
10986             long => {
10987             'standard' => q#Hora de Pitcairn#,
10988             },
10989             },
10990             'Ponape' => {
10991             long => {
10992             'standard' => q#Hora de Ponape#,
10993             },
10994             },
10995             'Pyongyang' => {
10996             long => {
10997             'standard' => q#Hora de Pyongyang#,
10998             },
10999             },
11000             'Reunion' => {
11001             long => {
11002             'standard' => q#Hora de Reunió#,
11003             },
11004             },
11005             'Rothera' => {
11006             long => {
11007             'standard' => q#Hora de Rothera#,
11008             },
11009             },
11010             'Sakhalin' => {
11011             long => {
11012             'daylight' => q#Hora d’estiu de Sakhalin#,
11013             'generic' => q#Hora de Sakhalin#,
11014             'standard' => q#Hora estàndard de Sakhalin#,
11015             },
11016             },
11017             'Samara' => {
11018             long => {
11019             'daylight' => q#Hora d’estiu de Samara#,
11020             'generic' => q#Hora de Samara#,
11021             'standard' => q#Hora estàndard de Samara#,
11022             },
11023             },
11024             'Samoa' => {
11025             long => {
11026             'daylight' => q#Hora d’estiu de Samoa#,
11027             'generic' => q#Hora de Samoa#,
11028             'standard' => q#Hora estàndard de Samoa#,
11029             },
11030             },
11031             'Seychelles' => {
11032             long => {
11033             'standard' => q#Hora de les Seychelles#,
11034             },
11035             },
11036             'Singapore' => {
11037             long => {
11038             'standard' => q#Hora de Singapur#,
11039             },
11040             },
11041             'Solomon' => {
11042             long => {
11043             'standard' => q#Hora de Salomó#,
11044             },
11045             },
11046             'South_Georgia' => {
11047             long => {
11048             'standard' => q#Hora de Geòrgia del Sud#,
11049             },
11050             },
11051             'Suriname' => {
11052             long => {
11053             'standard' => q#Hora de Surinam#,
11054             },
11055             },
11056             'Syowa' => {
11057             long => {
11058             'standard' => q#Hora de Syowa#,
11059             },
11060             },
11061             'Tahiti' => {
11062             long => {
11063             'standard' => q#Hora de Tahití#,
11064             },
11065             },
11066             'Taipei' => {
11067             long => {
11068             'daylight' => q#Hora d’estiu de Taipei#,
11069             'generic' => q#Hora de Taipei#,
11070             'standard' => q#Hora estàndard de Taipei#,
11071             },
11072             },
11073             'Tajikistan' => {
11074             long => {
11075             'standard' => q#Hora del Tadjikistan#,
11076             },
11077             },
11078             'Tokelau' => {
11079             long => {
11080             'standard' => q#Hora de Tokelau#,
11081             },
11082             },
11083             'Tonga' => {
11084             long => {
11085             'daylight' => q#Hora d’estiu de Tonga#,
11086             'generic' => q#Hora de Tonga#,
11087             'standard' => q#Hora estàndard de Tonga#,
11088             },
11089             },
11090             'Truk' => {
11091             long => {
11092             'standard' => q#Hora de Chuuk#,
11093             },
11094             },
11095             'Turkmenistan' => {
11096             long => {
11097             'daylight' => q#Hora d’estiu del Turkmenistan#,
11098             'generic' => q#Hora del Turkmenistan#,
11099             'standard' => q#Hora estàndard del Turkmenistan#,
11100             },
11101             },
11102             'Tuvalu' => {
11103             long => {
11104             'standard' => q#Hora de Tuvalu#,
11105             },
11106             },
11107             'Uruguay' => {
11108             long => {
11109             'daylight' => q#Hora d’estiu de l’Uruguai#,
11110             'generic' => q#Hora de l’Uruguai#,
11111             'standard' => q#Hora estàndard de l’Uruguai#,
11112             },
11113             },
11114             'Uzbekistan' => {
11115             long => {
11116             'daylight' => q#Hora d’estiu de l’Uzbekistan#,
11117             'generic' => q#Hora de l’Uzbekistan#,
11118             'standard' => q#Hora estàndard de l’Uzbekistan#,
11119             },
11120             },
11121             'Vanuatu' => {
11122             long => {
11123             'daylight' => q#Hora d’estiu de Vanatu#,
11124             'generic' => q#Hora de Vanatu#,
11125             'standard' => q#Hora estàndard de Vanatu#,
11126             },
11127             },
11128             'Venezuela' => {
11129             long => {
11130             'standard' => q#Hora de Veneçuela#,
11131             },
11132             },
11133             'Vladivostok' => {
11134             long => {
11135             'daylight' => q#Hora d’estiu de Vladivostok#,
11136             'generic' => q#Hora de Vladivostok#,
11137             'standard' => q#Hora estàndard de Vladivostok#,
11138             },
11139             },
11140             'Volgograd' => {
11141             long => {
11142             'daylight' => q#Hora d’estiu de Volgograd#,
11143             'generic' => q#Hora de Volgograd#,
11144             'standard' => q#Hora estàndard de Volgograd#,
11145             },
11146             },
11147             'Vostok' => {
11148             long => {
11149             'standard' => q#Hora de Vostok#,
11150             },
11151             },
11152             'Wake' => {
11153             long => {
11154             'standard' => q#Hora de Wake#,
11155             },
11156             },
11157             'Wallis' => {
11158             long => {
11159             'standard' => q#Hora de Wallis i Futuna#,
11160             },
11161             },
11162             'Yakutsk' => {
11163             long => {
11164             'daylight' => q#Hora d’estiu de Iakutsk#,
11165             'generic' => q#Hora de Iakutsk#,
11166             'standard' => q#Hora estàndard de Iakutsk#,
11167             },
11168             },
11169             'Yekaterinburg' => {
11170             long => {
11171             'daylight' => q#Hora d’estiu d’Ekaterinburg#,
11172             'generic' => q#Hora d’Ekaterinburg#,
11173             'standard' => q#Hora estàndard d’Ekaterinburg#,
11174             },
11175             },
11176             } }
11177             );
11178             no Moo;
11179              
11180 19     19   461269 1;
  19         49  
  19         172  
11181              
11182             # vim: tabstop=4