File Coverage

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


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::It - Package for language Italian
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/it.xml
10             # on Mon 11 Apr 5:30:44 pm GMT
11              
12             use strict;
13 1     1   835182 use warnings;
  1         2  
  1         26  
14 1     1   4 use version;
  1         2  
  1         20  
15 1     1   5  
  1         1  
  1         6  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   93 use mro 'c3';
  1         2  
20 1     1   4 use utf8;
  1         1  
  1         7  
21 1     1   19 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         6  
22 1     1   35 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         21  
23 1     1   99 use Moo;
  1         2  
  1         7  
24 1     1   953  
  1         1  
  1         5  
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 1     1   379 return {
  1         1  
  1         7  
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==%%dord-femabbrev=),
64             },
65             'max' => {
66             base_value => q(0),
67             divisor => q(1),
68             rule => q(=#,##0==%%dord-femabbrev=),
69             },
70             },
71             },
72             'digits-ordinal-masculine' => {
73             'public' => {
74             '-x' => {
75             divisor => q(1),
76             rule => q(−→→),
77             },
78             '0' => {
79             base_value => q(0),
80             divisor => q(1),
81             rule => q(=#,##0==%%dord-mascabbrev=),
82             },
83             'max' => {
84             base_value => q(0),
85             divisor => q(1),
86             rule => q(=#,##0==%%dord-mascabbrev=),
87             },
88             },
89             },
90             'dord-femabbrev' => {
91             'private' => {
92             '0' => {
93             base_value => q(0),
94             divisor => q(1),
95             rule => q(ª),
96             },
97             'max' => {
98             base_value => q(0),
99             divisor => q(1),
100             rule => q(ª),
101             },
102             },
103             },
104             'dord-mascabbrev' => {
105             'private' => {
106             '0' => {
107             base_value => q(0),
108             divisor => q(1),
109             rule => q(º),
110             },
111             'max' => {
112             base_value => q(0),
113             divisor => q(1),
114             rule => q(º),
115             },
116             },
117             },
118             'fem-with-a' => {
119             'private' => {
120             '0' => {
121             base_value => q(0),
122             divisor => q(1),
123             rule => q(a),
124             },
125             '1' => {
126             base_value => q(1),
127             divisor => q(1),
128             rule => q(­una),
129             },
130             '2' => {
131             base_value => q(2),
132             divisor => q(1),
133             rule => q(=%%msco-with-a=),
134             },
135             'max' => {
136             base_value => q(2),
137             divisor => q(1),
138             rule => q(=%%msco-with-a=),
139             },
140             },
141             },
142             'fem-with-i' => {
143             'private' => {
144             '0' => {
145             base_value => q(0),
146             divisor => q(1),
147             rule => q(i),
148             },
149             '1' => {
150             base_value => q(1),
151             divisor => q(1),
152             rule => q(­una),
153             },
154             '2' => {
155             base_value => q(2),
156             divisor => q(1),
157             rule => q(=%%msco-with-i=),
158             },
159             'max' => {
160             base_value => q(2),
161             divisor => q(1),
162             rule => q(=%%msco-with-i=),
163             },
164             },
165             },
166             'fem-with-o' => {
167             'private' => {
168             '0' => {
169             base_value => q(0),
170             divisor => q(1),
171             rule => q(o),
172             },
173             '1' => {
174             base_value => q(1),
175             divisor => q(1),
176             rule => q(o­una),
177             },
178             '2' => {
179             base_value => q(2),
180             divisor => q(1),
181             rule => q(=%%msco-with-o=),
182             },
183             'max' => {
184             base_value => q(2),
185             divisor => q(1),
186             rule => q(=%%msco-with-o=),
187             },
188             },
189             },
190             'lenient-parse' => {
191             'private' => {
192             '0' => {
193             base_value => q(0),
194             divisor => q(1),
195             rule => q(&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '­'),
196             },
197             'max' => {
198             base_value => q(0),
199             divisor => q(1),
200             rule => q(&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '­'),
201             },
202             },
203             },
204             'msc-no-final' => {
205             'private' => {
206             '0' => {
207             base_value => q(0),
208             divisor => q(1),
209             rule => q(=%spellout-cardinal-masculine=),
210             },
211             '20' => {
212             base_value => q(20),
213             divisor => q(10),
214             rule => q(vent→%%msc-with-i-nofinal→),
215             },
216             '30' => {
217             base_value => q(30),
218             divisor => q(10),
219             rule => q(trent→%%msc-with-a-nofinal→),
220             },
221             '40' => {
222             base_value => q(40),
223             divisor => q(10),
224             rule => q(quarant→%%msc-with-a-nofinal→),
225             },
226             '50' => {
227             base_value => q(50),
228             divisor => q(10),
229             rule => q(cinquant→%%msc-with-a-nofinal→),
230             },
231             '60' => {
232             base_value => q(60),
233             divisor => q(10),
234             rule => q(sessant→%%msc-with-a-nofinal→),
235             },
236             '70' => {
237             base_value => q(70),
238             divisor => q(10),
239             rule => q(settant→%%msc-with-a-nofinal→),
240             },
241             '80' => {
242             base_value => q(80),
243             divisor => q(10),
244             rule => q(ottant→%%msc-with-a-nofinal→),
245             },
246             '90' => {
247             base_value => q(90),
248             divisor => q(10),
249             rule => q(novant→%%msc-with-a-nofinal→),
250             },
251             '100' => {
252             base_value => q(100),
253             divisor => q(100),
254             rule => q(cent→%%msc-with-o-nofinal→),
255             },
256             '200' => {
257             base_value => q(200),
258             divisor => q(100),
259             rule => q(←←­cent→%%msc-with-o-nofinal→),
260             },
261             'max' => {
262             base_value => q(200),
263             divisor => q(100),
264             rule => q(←←­cent→%%msc-with-o-nofinal→),
265             },
266             },
267             },
268             'msc-with-a' => {
269             'private' => {
270             '0' => {
271             base_value => q(0),
272             divisor => q(1),
273             rule => q(a),
274             },
275             '1' => {
276             base_value => q(1),
277             divisor => q(1),
278             rule => q(­un),
279             },
280             '2' => {
281             base_value => q(2),
282             divisor => q(1),
283             rule => q(=%%msco-with-a=),
284             },
285             'max' => {
286             base_value => q(2),
287             divisor => q(1),
288             rule => q(=%%msco-with-a=),
289             },
290             },
291             },
292             'msc-with-a-nofinal' => {
293             'private' => {
294             '0' => {
295             base_value => q(0),
296             divisor => q(1),
297             rule => q(=%%msc-with-a=),
298             },
299             '3' => {
300             base_value => q(3),
301             divisor => q(1),
302             rule => q(a­tre),
303             },
304             '4' => {
305             base_value => q(4),
306             divisor => q(1),
307             rule => q(=%%msc-with-a=),
308             },
309             'max' => {
310             base_value => q(4),
311             divisor => q(1),
312             rule => q(=%%msc-with-a=),
313             },
314             },
315             },
316             'msc-with-i' => {
317             'private' => {
318             '0' => {
319             base_value => q(0),
320             divisor => q(1),
321             rule => q(i),
322             },
323             '1' => {
324             base_value => q(1),
325             divisor => q(1),
326             rule => q(­un),
327             },
328             '2' => {
329             base_value => q(2),
330             divisor => q(1),
331             rule => q(=%%msco-with-i=),
332             },
333             'max' => {
334             base_value => q(2),
335             divisor => q(1),
336             rule => q(=%%msco-with-i=),
337             },
338             },
339             },
340             'msc-with-i-nofinal' => {
341             'private' => {
342             '0' => {
343             base_value => q(0),
344             divisor => q(1),
345             rule => q(=%%msc-with-i=),
346             },
347             '3' => {
348             base_value => q(3),
349             divisor => q(1),
350             rule => q(a­tre),
351             },
352             '4' => {
353             base_value => q(4),
354             divisor => q(1),
355             rule => q(=%%msc-with-i=),
356             },
357             'max' => {
358             base_value => q(4),
359             divisor => q(1),
360             rule => q(=%%msc-with-i=),
361             },
362             },
363             },
364             'msc-with-o' => {
365             'private' => {
366             '0' => {
367             base_value => q(0),
368             divisor => q(1),
369             rule => q(o),
370             },
371             '1' => {
372             base_value => q(1),
373             divisor => q(1),
374             rule => q(o­uno),
375             },
376             '2' => {
377             base_value => q(2),
378             divisor => q(1),
379             rule => q(o­due),
380             },
381             '3' => {
382             base_value => q(3),
383             divisor => q(1),
384             rule => q(o­tré),
385             },
386             '4' => {
387             base_value => q(4),
388             divisor => q(1),
389             rule => q(o­=%spellout-numbering=),
390             },
391             '8' => {
392             base_value => q(8),
393             divisor => q(1),
394             rule => q(­otto),
395             },
396             '9' => {
397             base_value => q(9),
398             divisor => q(1),
399             rule => q(o­=%spellout-numbering=),
400             },
401             '80' => {
402             base_value => q(80),
403             divisor => q(10),
404             rule => q(­=%spellout-numbering=),
405             },
406             '90' => {
407             base_value => q(90),
408             divisor => q(10),
409             rule => q(o­=%spellout-numbering=),
410             },
411             'max' => {
412             base_value => q(90),
413             divisor => q(10),
414             rule => q(o­=%spellout-numbering=),
415             },
416             },
417             },
418             'msc-with-o-nofinal' => {
419             'private' => {
420             '0' => {
421             base_value => q(0),
422             divisor => q(1),
423             rule => q(=%%msc-with-o=),
424             },
425             '3' => {
426             base_value => q(3),
427             divisor => q(1),
428             rule => q(o­tre),
429             },
430             '4' => {
431             base_value => q(4),
432             divisor => q(1),
433             rule => q(=%%msc-with-o=),
434             },
435             'max' => {
436             base_value => q(4),
437             divisor => q(1),
438             rule => q(=%%msc-with-o=),
439             },
440             },
441             },
442             'msco-with-a' => {
443             'private' => {
444             '0' => {
445             base_value => q(0),
446             divisor => q(1),
447             rule => q(a),
448             },
449             '1' => {
450             base_value => q(1),
451             divisor => q(1),
452             rule => q(­uno),
453             },
454             '2' => {
455             base_value => q(2),
456             divisor => q(1),
457             rule => q(a­due),
458             },
459             '3' => {
460             base_value => q(3),
461             divisor => q(1),
462             rule => q(a­tré),
463             },
464             '4' => {
465             base_value => q(4),
466             divisor => q(1),
467             rule => q(a­=%spellout-numbering=),
468             },
469             '8' => {
470             base_value => q(8),
471             divisor => q(1),
472             rule => q(­otto),
473             },
474             '9' => {
475             base_value => q(9),
476             divisor => q(1),
477             rule => q(a­nove),
478             },
479             'max' => {
480             base_value => q(9),
481             divisor => q(1),
482             rule => q(a­nove),
483             },
484             },
485             },
486             'msco-with-i' => {
487             'private' => {
488             '0' => {
489             base_value => q(0),
490             divisor => q(1),
491             rule => q(i),
492             },
493             '1' => {
494             base_value => q(1),
495             divisor => q(1),
496             rule => q(­uno),
497             },
498             '2' => {
499             base_value => q(2),
500             divisor => q(1),
501             rule => q(i­due),
502             },
503             '3' => {
504             base_value => q(3),
505             divisor => q(1),
506             rule => q(i­tré),
507             },
508             '4' => {
509             base_value => q(4),
510             divisor => q(1),
511             rule => q(i­=%spellout-numbering=),
512             },
513             '8' => {
514             base_value => q(8),
515             divisor => q(1),
516             rule => q(­otto),
517             },
518             '9' => {
519             base_value => q(9),
520             divisor => q(1),
521             rule => q(i­nove),
522             },
523             'max' => {
524             base_value => q(9),
525             divisor => q(1),
526             rule => q(i­nove),
527             },
528             },
529             },
530             'msco-with-o' => {
531             'private' => {
532             '0' => {
533             base_value => q(0),
534             divisor => q(1),
535             rule => q(o),
536             },
537             '1' => {
538             base_value => q(1),
539             divisor => q(1),
540             rule => q(o­uno),
541             },
542             '2' => {
543             base_value => q(2),
544             divisor => q(1),
545             rule => q(o­due),
546             },
547             '3' => {
548             base_value => q(3),
549             divisor => q(1),
550             rule => q(o­tré),
551             },
552             '4' => {
553             base_value => q(4),
554             divisor => q(1),
555             rule => q(o­=%spellout-numbering=),
556             },
557             '8' => {
558             base_value => q(8),
559             divisor => q(1),
560             rule => q(­otto),
561             },
562             '9' => {
563             base_value => q(9),
564             divisor => q(1),
565             rule => q(o­=%spellout-numbering=),
566             },
567             '80' => {
568             base_value => q(80),
569             divisor => q(10),
570             rule => q(­=%spellout-numbering=),
571             },
572             '90' => {
573             base_value => q(90),
574             divisor => q(10),
575             rule => q(o­=%spellout-numbering=),
576             },
577             'max' => {
578             base_value => q(90),
579             divisor => q(10),
580             rule => q(o­=%spellout-numbering=),
581             },
582             },
583             },
584             'ordinal-esima' => {
585             'private' => {
586             '0' => {
587             base_value => q(0),
588             divisor => q(1),
589             rule => q(sima),
590             },
591             '1' => {
592             base_value => q(1),
593             divisor => q(1),
594             rule => q(­unesima),
595             },
596             '2' => {
597             base_value => q(2),
598             divisor => q(1),
599             rule => q(­duesima),
600             },
601             '3' => {
602             base_value => q(3),
603             divisor => q(1),
604             rule => q(­treesima),
605             },
606             '4' => {
607             base_value => q(4),
608             divisor => q(1),
609             rule => q(­quattresima),
610             },
611             '5' => {
612             base_value => q(5),
613             divisor => q(1),
614             rule => q(­cinquesima),
615             },
616             '6' => {
617             base_value => q(6),
618             divisor => q(1),
619             rule => q(­seiesima),
620             },
621             '7' => {
622             base_value => q(7),
623             divisor => q(1),
624             rule => q(­settesima),
625             },
626             '8' => {
627             base_value => q(8),
628             divisor => q(1),
629             rule => q(­ottesima),
630             },
631             '9' => {
632             base_value => q(9),
633             divisor => q(1),
634             rule => q(­novesima),
635             },
636             '10' => {
637             base_value => q(10),
638             divisor => q(10),
639             rule => q(=%spellout-ordinal-feminine=),
640             },
641             'max' => {
642             base_value => q(10),
643             divisor => q(10),
644             rule => q(=%spellout-ordinal-feminine=),
645             },
646             },
647             },
648             'ordinal-esima-with-a' => {
649             'private' => {
650             '0' => {
651             base_value => q(0),
652             divisor => q(1),
653             rule => q(esima),
654             },
655             '1' => {
656             base_value => q(1),
657             divisor => q(1),
658             rule => q(­unesima),
659             },
660             '2' => {
661             base_value => q(2),
662             divisor => q(1),
663             rule => q(a­duesima),
664             },
665             '3' => {
666             base_value => q(3),
667             divisor => q(1),
668             rule => q(a­treesima),
669             },
670             '4' => {
671             base_value => q(4),
672             divisor => q(1),
673             rule => q(a­quattresima),
674             },
675             '5' => {
676             base_value => q(5),
677             divisor => q(1),
678             rule => q(a­cinquesima),
679             },
680             '6' => {
681             base_value => q(6),
682             divisor => q(1),
683             rule => q(a­seiesima),
684             },
685             '7' => {
686             base_value => q(7),
687             divisor => q(1),
688             rule => q(a­settesima),
689             },
690             '8' => {
691             base_value => q(8),
692             divisor => q(1),
693             rule => q(­ottesima),
694             },
695             '9' => {
696             base_value => q(9),
697             divisor => q(1),
698             rule => q(a­novesima),
699             },
700             '10' => {
701             base_value => q(10),
702             divisor => q(10),
703             rule => q(=%spellout-ordinal-feminine=),
704             },
705             'max' => {
706             base_value => q(10),
707             divisor => q(10),
708             rule => q(=%spellout-ordinal-feminine=),
709             },
710             },
711             },
712             'ordinal-esima-with-i' => {
713             'private' => {
714             '0' => {
715             base_value => q(0),
716             divisor => q(1),
717             rule => q(esima),
718             },
719             '1' => {
720             base_value => q(1),
721             divisor => q(1),
722             rule => q(­unesima),
723             },
724             '2' => {
725             base_value => q(2),
726             divisor => q(1),
727             rule => q(i­duesima),
728             },
729             '3' => {
730             base_value => q(3),
731             divisor => q(1),
732             rule => q(i­treesima),
733             },
734             '4' => {
735             base_value => q(4),
736             divisor => q(1),
737             rule => q(i­quattresima),
738             },
739             '5' => {
740             base_value => q(5),
741             divisor => q(1),
742             rule => q(i­cinquesima),
743             },
744             '6' => {
745             base_value => q(6),
746             divisor => q(1),
747             rule => q(i­seiesima),
748             },
749             '7' => {
750             base_value => q(7),
751             divisor => q(1),
752             rule => q(i­settesima),
753             },
754             '8' => {
755             base_value => q(8),
756             divisor => q(1),
757             rule => q(­ottesima),
758             },
759             '9' => {
760             base_value => q(9),
761             divisor => q(1),
762             rule => q(i­novesima),
763             },
764             '10' => {
765             base_value => q(10),
766             divisor => q(10),
767             rule => q(=%spellout-ordinal-feminine=),
768             },
769             'max' => {
770             base_value => q(10),
771             divisor => q(10),
772             rule => q(=%spellout-ordinal-feminine=),
773             },
774             },
775             },
776             'ordinal-esima-with-o' => {
777             'private' => {
778             '0' => {
779             base_value => q(0),
780             divisor => q(1),
781             rule => q(esima),
782             },
783             '1' => {
784             base_value => q(1),
785             divisor => q(1),
786             rule => q(­unesima),
787             },
788             '2' => {
789             base_value => q(2),
790             divisor => q(1),
791             rule => q(o­duesima),
792             },
793             '3' => {
794             base_value => q(3),
795             divisor => q(1),
796             rule => q(o­treesima),
797             },
798             '4' => {
799             base_value => q(4),
800             divisor => q(1),
801             rule => q(o­quattresima),
802             },
803             '5' => {
804             base_value => q(5),
805             divisor => q(1),
806             rule => q(o­cinquesima),
807             },
808             '6' => {
809             base_value => q(6),
810             divisor => q(1),
811             rule => q(o­seiesima),
812             },
813             '7' => {
814             base_value => q(7),
815             divisor => q(1),
816             rule => q(o­settesima),
817             },
818             '8' => {
819             base_value => q(8),
820             divisor => q(1),
821             rule => q(­ottesima),
822             },
823             '9' => {
824             base_value => q(9),
825             divisor => q(1),
826             rule => q(o­novesima),
827             },
828             '10' => {
829             base_value => q(10),
830             divisor => q(10),
831             rule => q(o­=%spellout-ordinal-feminine=),
832             },
833             'max' => {
834             base_value => q(10),
835             divisor => q(10),
836             rule => q(o­=%spellout-ordinal-feminine=),
837             },
838             },
839             },
840             'ordinal-esimo' => {
841             'private' => {
842             '0' => {
843             base_value => q(0),
844             divisor => q(1),
845             rule => q(simo),
846             },
847             '1' => {
848             base_value => q(1),
849             divisor => q(1),
850             rule => q(­unesimo),
851             },
852             '2' => {
853             base_value => q(2),
854             divisor => q(1),
855             rule => q(­duesimo),
856             },
857             '3' => {
858             base_value => q(3),
859             divisor => q(1),
860             rule => q(­treesimo),
861             },
862             '4' => {
863             base_value => q(4),
864             divisor => q(1),
865             rule => q(­quattresimo),
866             },
867             '5' => {
868             base_value => q(5),
869             divisor => q(1),
870             rule => q(­cinquesimo),
871             },
872             '6' => {
873             base_value => q(6),
874             divisor => q(1),
875             rule => q(­seiesimo),
876             },
877             '7' => {
878             base_value => q(7),
879             divisor => q(1),
880             rule => q(­settesimo),
881             },
882             '8' => {
883             base_value => q(8),
884             divisor => q(1),
885             rule => q(­ottesimo),
886             },
887             '9' => {
888             base_value => q(9),
889             divisor => q(1),
890             rule => q(­novesimo),
891             },
892             '10' => {
893             base_value => q(10),
894             divisor => q(10),
895             rule => q(=%spellout-ordinal-masculine=),
896             },
897             'max' => {
898             base_value => q(10),
899             divisor => q(10),
900             rule => q(=%spellout-ordinal-masculine=),
901             },
902             },
903             },
904             'ordinal-esimo-with-a' => {
905             'private' => {
906             '0' => {
907             base_value => q(0),
908             divisor => q(1),
909             rule => q(esimo),
910             },
911             '1' => {
912             base_value => q(1),
913             divisor => q(1),
914             rule => q(­unesimo),
915             },
916             '2' => {
917             base_value => q(2),
918             divisor => q(1),
919             rule => q(a­duesimo),
920             },
921             '3' => {
922             base_value => q(3),
923             divisor => q(1),
924             rule => q(a­treesimo),
925             },
926             '4' => {
927             base_value => q(4),
928             divisor => q(1),
929             rule => q(a­quattresimo),
930             },
931             '5' => {
932             base_value => q(5),
933             divisor => q(1),
934             rule => q(a­cinquesimo),
935             },
936             '6' => {
937             base_value => q(6),
938             divisor => q(1),
939             rule => q(a­seiesimo),
940             },
941             '7' => {
942             base_value => q(7),
943             divisor => q(1),
944             rule => q(a­settesimo),
945             },
946             '8' => {
947             base_value => q(8),
948             divisor => q(1),
949             rule => q(­ottesimo),
950             },
951             '9' => {
952             base_value => q(9),
953             divisor => q(1),
954             rule => q(a­novesimo),
955             },
956             '10' => {
957             base_value => q(10),
958             divisor => q(10),
959             rule => q(=%spellout-ordinal-masculine=),
960             },
961             'max' => {
962             base_value => q(10),
963             divisor => q(10),
964             rule => q(=%spellout-ordinal-masculine=),
965             },
966             },
967             },
968             'ordinal-esimo-with-i' => {
969             'private' => {
970             '0' => {
971             base_value => q(0),
972             divisor => q(1),
973             rule => q(esimo),
974             },
975             '1' => {
976             base_value => q(1),
977             divisor => q(1),
978             rule => q(­unesimo),
979             },
980             '2' => {
981             base_value => q(2),
982             divisor => q(1),
983             rule => q(i­duesimo),
984             },
985             '3' => {
986             base_value => q(3),
987             divisor => q(1),
988             rule => q(i­treesimo),
989             },
990             '4' => {
991             base_value => q(4),
992             divisor => q(1),
993             rule => q(i­quattresimo),
994             },
995             '5' => {
996             base_value => q(5),
997             divisor => q(1),
998             rule => q(i­cinquesimo),
999             },
1000             '6' => {
1001             base_value => q(6),
1002             divisor => q(1),
1003             rule => q(i­seiesimo),
1004             },
1005             '7' => {
1006             base_value => q(7),
1007             divisor => q(1),
1008             rule => q(i­settesimo),
1009             },
1010             '8' => {
1011             base_value => q(8),
1012             divisor => q(1),
1013             rule => q(­ottesimo),
1014             },
1015             '9' => {
1016             base_value => q(9),
1017             divisor => q(1),
1018             rule => q(i­novesimo),
1019             },
1020             '10' => {
1021             base_value => q(10),
1022             divisor => q(10),
1023             rule => q(=%spellout-ordinal-masculine=),
1024             },
1025             'max' => {
1026             base_value => q(10),
1027             divisor => q(10),
1028             rule => q(=%spellout-ordinal-masculine=),
1029             },
1030             },
1031             },
1032             'ordinal-esimo-with-o' => {
1033             'private' => {
1034             '0' => {
1035             base_value => q(0),
1036             divisor => q(1),
1037             rule => q(esimo),
1038             },
1039             '1' => {
1040             base_value => q(1),
1041             divisor => q(1),
1042             rule => q(­unesimo),
1043             },
1044             '2' => {
1045             base_value => q(2),
1046             divisor => q(1),
1047             rule => q(o­duesimo),
1048             },
1049             '3' => {
1050             base_value => q(3),
1051             divisor => q(1),
1052             rule => q(o­treesimo),
1053             },
1054             '4' => {
1055             base_value => q(4),
1056             divisor => q(1),
1057             rule => q(o­quattresimo),
1058             },
1059             '5' => {
1060             base_value => q(5),
1061             divisor => q(1),
1062             rule => q(o­cinquesimo),
1063             },
1064             '6' => {
1065             base_value => q(6),
1066             divisor => q(1),
1067             rule => q(o­seiesimo),
1068             },
1069             '7' => {
1070             base_value => q(7),
1071             divisor => q(1),
1072             rule => q(o­settesimo),
1073             },
1074             '8' => {
1075             base_value => q(8),
1076             divisor => q(1),
1077             rule => q(­ottesimo),
1078             },
1079             '9' => {
1080             base_value => q(9),
1081             divisor => q(1),
1082             rule => q(o­novesimo),
1083             },
1084             '10' => {
1085             base_value => q(10),
1086             divisor => q(10),
1087             rule => q(o­=%spellout-ordinal-masculine=),
1088             },
1089             'max' => {
1090             base_value => q(10),
1091             divisor => q(10),
1092             rule => q(o­=%spellout-ordinal-masculine=),
1093             },
1094             },
1095             },
1096             'spellout-cardinal-feminine' => {
1097             'public' => {
1098             '-x' => {
1099             divisor => q(1),
1100             rule => q(meno →→),
1101             },
1102             '0' => {
1103             base_value => q(0),
1104             divisor => q(1),
1105             rule => q(zero),
1106             },
1107             'x.x' => {
1108             divisor => q(1),
1109             rule => q(←← virgola →→),
1110             },
1111             '1' => {
1112             base_value => q(1),
1113             divisor => q(1),
1114             rule => q(una),
1115             },
1116             '2' => {
1117             base_value => q(2),
1118             divisor => q(1),
1119             rule => q(=%spellout-numbering=),
1120             },
1121             '20' => {
1122             base_value => q(20),
1123             divisor => q(10),
1124             rule => q(vent→%%fem-with-i→),
1125             },
1126             '30' => {
1127             base_value => q(30),
1128             divisor => q(10),
1129             rule => q(trent→%%fem-with-a→),
1130             },
1131             '40' => {
1132             base_value => q(40),
1133             divisor => q(10),
1134             rule => q(quarant→%%fem-with-a→),
1135             },
1136             '50' => {
1137             base_value => q(50),
1138             divisor => q(10),
1139             rule => q(cinquant→%%fem-with-a→),
1140             },
1141             '60' => {
1142             base_value => q(60),
1143             divisor => q(10),
1144             rule => q(sessant→%%fem-with-a→),
1145             },
1146             '70' => {
1147             base_value => q(70),
1148             divisor => q(10),
1149             rule => q(settant→%%fem-with-a→),
1150             },
1151             '80' => {
1152             base_value => q(80),
1153             divisor => q(10),
1154             rule => q(ottant→%%fem-with-a→),
1155             },
1156             '90' => {
1157             base_value => q(90),
1158             divisor => q(10),
1159             rule => q(novant→%%fem-with-a→),
1160             },
1161             '100' => {
1162             base_value => q(100),
1163             divisor => q(100),
1164             rule => q(cent→%%fem-with-o→),
1165             },
1166             '200' => {
1167             base_value => q(200),
1168             divisor => q(100),
1169             rule => q(←←­cent→%%fem-with-o→),
1170             },
1171             '1000' => {
1172             base_value => q(1000),
1173             divisor => q(1000),
1174             rule => q(mille[­→→]),
1175             },
1176             '2000' => {
1177             base_value => q(2000),
1178             divisor => q(1000),
1179             rule => q(←%%msc-no-final←­mila[­→→]),
1180             },
1181             '1000000' => {
1182             base_value => q(1000000),
1183             divisor => q(1000000),
1184             rule => q(un milione[ →→]),
1185             },
1186             '2000000' => {
1187             base_value => q(2000000),
1188             divisor => q(1000000),
1189             rule => q(←%spellout-cardinal-masculine← milioni[ →→]),
1190             },
1191             '1000000000' => {
1192             base_value => q(1000000000),
1193             divisor => q(1000000000),
1194             rule => q(un miliardo[ →→]),
1195             },
1196             '2000000000' => {
1197             base_value => q(2000000000),
1198             divisor => q(1000000000),
1199             rule => q(←%spellout-cardinal-masculine← miliardi[ →→]),
1200             },
1201             '1000000000000' => {
1202             base_value => q(1000000000000),
1203             divisor => q(1000000000000),
1204             rule => q(un bilione[ →→]),
1205             },
1206             '2000000000000' => {
1207             base_value => q(2000000000000),
1208             divisor => q(1000000000000),
1209             rule => q(←%spellout-cardinal-masculine← bilioni[ →→]),
1210             },
1211             '1000000000000000' => {
1212             base_value => q(1000000000000000),
1213             divisor => q(1000000000000000),
1214             rule => q(un biliardo[ →→]),
1215             },
1216             '2000000000000000' => {
1217             base_value => q(2000000000000000),
1218             divisor => q(1000000000000000),
1219             rule => q(←%spellout-cardinal-masculine← biliardi[ →→]),
1220             },
1221             '1000000000000000000' => {
1222             base_value => q(1000000000000000000),
1223             divisor => q(1000000000000000000),
1224             rule => q(=#,##0=),
1225             },
1226             'max' => {
1227             base_value => q(1000000000000000000),
1228             divisor => q(1000000000000000000),
1229             rule => q(=#,##0=),
1230             },
1231             },
1232             },
1233             'spellout-cardinal-masculine' => {
1234             'public' => {
1235             '-x' => {
1236             divisor => q(1),
1237             rule => q(meno →→),
1238             },
1239             '0' => {
1240             base_value => q(0),
1241             divisor => q(1),
1242             rule => q(zero),
1243             },
1244             'x.x' => {
1245             divisor => q(1),
1246             rule => q(←← virgola →→),
1247             },
1248             '1' => {
1249             base_value => q(1),
1250             divisor => q(1),
1251             rule => q(un),
1252             },
1253             '2' => {
1254             base_value => q(2),
1255             divisor => q(1),
1256             rule => q(=%spellout-numbering=),
1257             },
1258             '20' => {
1259             base_value => q(20),
1260             divisor => q(10),
1261             rule => q(vent→%%msc-with-i→),
1262             },
1263             '30' => {
1264             base_value => q(30),
1265             divisor => q(10),
1266             rule => q(trent→%%msc-with-a→),
1267             },
1268             '40' => {
1269             base_value => q(40),
1270             divisor => q(10),
1271             rule => q(quarant→%%msc-with-a→),
1272             },
1273             '50' => {
1274             base_value => q(50),
1275             divisor => q(10),
1276             rule => q(cinquant→%%msc-with-a→),
1277             },
1278             '60' => {
1279             base_value => q(60),
1280             divisor => q(10),
1281             rule => q(sessant→%%msc-with-a→),
1282             },
1283             '70' => {
1284             base_value => q(70),
1285             divisor => q(10),
1286             rule => q(settant→%%msc-with-a→),
1287             },
1288             '80' => {
1289             base_value => q(80),
1290             divisor => q(10),
1291             rule => q(ottant→%%msc-with-a→),
1292             },
1293             '90' => {
1294             base_value => q(90),
1295             divisor => q(10),
1296             rule => q(novant→%%msc-with-a→),
1297             },
1298             '100' => {
1299             base_value => q(100),
1300             divisor => q(100),
1301             rule => q(cent→%%msc-with-o→),
1302             },
1303             '200' => {
1304             base_value => q(200),
1305             divisor => q(100),
1306             rule => q(←←­cent→%%msc-with-o→),
1307             },
1308             '1000' => {
1309             base_value => q(1000),
1310             divisor => q(1000),
1311             rule => q(mille[­→→]),
1312             },
1313             '2000' => {
1314             base_value => q(2000),
1315             divisor => q(1000),
1316             rule => q(←%%msc-no-final←­mila[­→→]),
1317             },
1318             '1000000' => {
1319             base_value => q(1000000),
1320             divisor => q(1000000),
1321             rule => q(un milione[ →→]),
1322             },
1323             '2000000' => {
1324             base_value => q(2000000),
1325             divisor => q(1000000),
1326             rule => q(←%spellout-cardinal-masculine← milioni[ →→]),
1327             },
1328             '1000000000' => {
1329             base_value => q(1000000000),
1330             divisor => q(1000000000),
1331             rule => q(un miliardo[ →→]),
1332             },
1333             '2000000000' => {
1334             base_value => q(2000000000),
1335             divisor => q(1000000000),
1336             rule => q(←%spellout-cardinal-masculine← miliardi[ →→]),
1337             },
1338             '1000000000000' => {
1339             base_value => q(1000000000000),
1340             divisor => q(1000000000000),
1341             rule => q(un bilione[ →→]),
1342             },
1343             '2000000000000' => {
1344             base_value => q(2000000000000),
1345             divisor => q(1000000000000),
1346             rule => q(←%spellout-cardinal-masculine← bilioni[ →→]),
1347             },
1348             '1000000000000000' => {
1349             base_value => q(1000000000000000),
1350             divisor => q(1000000000000000),
1351             rule => q(un biliardo[ →→]),
1352             },
1353             '2000000000000000' => {
1354             base_value => q(2000000000000000),
1355             divisor => q(1000000000000000),
1356             rule => q(←%spellout-cardinal-masculine← biliardi[ →→]),
1357             },
1358             '1000000000000000000' => {
1359             base_value => q(1000000000000000000),
1360             divisor => q(1000000000000000000),
1361             rule => q(=#,##0=),
1362             },
1363             'max' => {
1364             base_value => q(1000000000000000000),
1365             divisor => q(1000000000000000000),
1366             rule => q(=#,##0=),
1367             },
1368             },
1369             },
1370             'spellout-numbering' => {
1371             'public' => {
1372             '-x' => {
1373             divisor => q(1),
1374             rule => q(meno →→),
1375             },
1376             '0' => {
1377             base_value => q(0),
1378             divisor => q(1),
1379             rule => q(zero),
1380             },
1381             'x.x' => {
1382             divisor => q(1),
1383             rule => q(←← virgola →→),
1384             },
1385             '1' => {
1386             base_value => q(1),
1387             divisor => q(1),
1388             rule => q(uno),
1389             },
1390             '2' => {
1391             base_value => q(2),
1392             divisor => q(1),
1393             rule => q(due),
1394             },
1395             '3' => {
1396             base_value => q(3),
1397             divisor => q(1),
1398             rule => q(tre),
1399             },
1400             '4' => {
1401             base_value => q(4),
1402             divisor => q(1),
1403             rule => q(quattro),
1404             },
1405             '5' => {
1406             base_value => q(5),
1407             divisor => q(1),
1408             rule => q(cinque),
1409             },
1410             '6' => {
1411             base_value => q(6),
1412             divisor => q(1),
1413             rule => q(sei),
1414             },
1415             '7' => {
1416             base_value => q(7),
1417             divisor => q(1),
1418             rule => q(sette),
1419             },
1420             '8' => {
1421             base_value => q(8),
1422             divisor => q(1),
1423             rule => q(otto),
1424             },
1425             '9' => {
1426             base_value => q(9),
1427             divisor => q(1),
1428             rule => q(nove),
1429             },
1430             '10' => {
1431             base_value => q(10),
1432             divisor => q(10),
1433             rule => q(dieci),
1434             },
1435             '11' => {
1436             base_value => q(11),
1437             divisor => q(10),
1438             rule => q(undici),
1439             },
1440             '12' => {
1441             base_value => q(12),
1442             divisor => q(10),
1443             rule => q(dodici),
1444             },
1445             '13' => {
1446             base_value => q(13),
1447             divisor => q(10),
1448             rule => q(tredici),
1449             },
1450             '14' => {
1451             base_value => q(14),
1452             divisor => q(10),
1453             rule => q(quattordici),
1454             },
1455             '15' => {
1456             base_value => q(15),
1457             divisor => q(10),
1458             rule => q(quindici),
1459             },
1460             '16' => {
1461             base_value => q(16),
1462             divisor => q(10),
1463             rule => q(sedici),
1464             },
1465             '17' => {
1466             base_value => q(17),
1467             divisor => q(10),
1468             rule => q(diciassette),
1469             },
1470             '18' => {
1471             base_value => q(18),
1472             divisor => q(10),
1473             rule => q(diciotto),
1474             },
1475             '19' => {
1476             base_value => q(19),
1477             divisor => q(10),
1478             rule => q(diciannove),
1479             },
1480             '20' => {
1481             base_value => q(20),
1482             divisor => q(10),
1483             rule => q(vent→%%msco-with-i→),
1484             },
1485             '30' => {
1486             base_value => q(30),
1487             divisor => q(10),
1488             rule => q(trent→%%msco-with-a→),
1489             },
1490             '40' => {
1491             base_value => q(40),
1492             divisor => q(10),
1493             rule => q(quarant→%%msco-with-a→),
1494             },
1495             '50' => {
1496             base_value => q(50),
1497             divisor => q(10),
1498             rule => q(cinquant→%%msco-with-a→),
1499             },
1500             '60' => {
1501             base_value => q(60),
1502             divisor => q(10),
1503             rule => q(sessant→%%msco-with-a→),
1504             },
1505             '70' => {
1506             base_value => q(70),
1507             divisor => q(10),
1508             rule => q(settant→%%msco-with-a→),
1509             },
1510             '80' => {
1511             base_value => q(80),
1512             divisor => q(10),
1513             rule => q(ottant→%%msco-with-a→),
1514             },
1515             '90' => {
1516             base_value => q(90),
1517             divisor => q(10),
1518             rule => q(novant→%%msco-with-a→),
1519             },
1520             '100' => {
1521             base_value => q(100),
1522             divisor => q(100),
1523             rule => q(cent→%%msco-with-o→),
1524             },
1525             '200' => {
1526             base_value => q(200),
1527             divisor => q(100),
1528             rule => q(←←­cent→%%msco-with-o→),
1529             },
1530             '1000' => {
1531             base_value => q(1000),
1532             divisor => q(1000),
1533             rule => q(mille[­→→]),
1534             },
1535             '2000' => {
1536             base_value => q(2000),
1537             divisor => q(1000),
1538             rule => q(←%%msc-no-final←­mila[­→→]),
1539             },
1540             '1000000' => {
1541             base_value => q(1000000),
1542             divisor => q(1000000),
1543             rule => q(un milione[ →→]),
1544             },
1545             '2000000' => {
1546             base_value => q(2000000),
1547             divisor => q(1000000),
1548             rule => q(←%spellout-cardinal-masculine← milioni[ →→]),
1549             },
1550             '1000000000' => {
1551             base_value => q(1000000000),
1552             divisor => q(1000000000),
1553             rule => q(un miliardo[ →→]),
1554             },
1555             '2000000000' => {
1556             base_value => q(2000000000),
1557             divisor => q(1000000000),
1558             rule => q(←%spellout-cardinal-masculine← miliardi[ →→]),
1559             },
1560             '1000000000000' => {
1561             base_value => q(1000000000000),
1562             divisor => q(1000000000000),
1563             rule => q(un bilione[ →→]),
1564             },
1565             '2000000000000' => {
1566             base_value => q(2000000000000),
1567             divisor => q(1000000000000),
1568             rule => q(←%spellout-cardinal-masculine← bilioni[ →→]),
1569             },
1570             '1000000000000000' => {
1571             base_value => q(1000000000000000),
1572             divisor => q(1000000000000000),
1573             rule => q(un biliardo[ →→]),
1574             },
1575             '2000000000000000' => {
1576             base_value => q(2000000000000000),
1577             divisor => q(1000000000000000),
1578             rule => q(←%spellout-cardinal-masculine← biliardi[ →→]),
1579             },
1580             '1000000000000000000' => {
1581             base_value => q(1000000000000000000),
1582             divisor => q(1000000000000000000),
1583             rule => q(=#,##0=),
1584             },
1585             'max' => {
1586             base_value => q(1000000000000000000),
1587             divisor => q(1000000000000000000),
1588             rule => q(=#,##0=),
1589             },
1590             },
1591             },
1592             'spellout-numbering-year' => {
1593             'public' => {
1594             '0' => {
1595             base_value => q(0),
1596             divisor => q(1),
1597             rule => q(=%spellout-numbering=),
1598             },
1599             'x.x' => {
1600             divisor => q(1),
1601             rule => q(=0.0=),
1602             },
1603             'max' => {
1604             divisor => q(1),
1605             rule => q(=0.0=),
1606             },
1607             },
1608             },
1609             'spellout-ordinal-feminine' => {
1610             'public' => {
1611             '-x' => {
1612             divisor => q(1),
1613             rule => q(meno →→),
1614             },
1615             '0' => {
1616             base_value => q(0),
1617             divisor => q(1),
1618             rule => q(zeresima),
1619             },
1620             'x.x' => {
1621             divisor => q(1),
1622             rule => q(=#,##0.#=),
1623             },
1624             '1' => {
1625             base_value => q(1),
1626             divisor => q(1),
1627             rule => q(prima),
1628             },
1629             '2' => {
1630             base_value => q(2),
1631             divisor => q(1),
1632             rule => q(seconda),
1633             },
1634             '3' => {
1635             base_value => q(3),
1636             divisor => q(1),
1637             rule => q(terza),
1638             },
1639             '4' => {
1640             base_value => q(4),
1641             divisor => q(1),
1642             rule => q(quarta),
1643             },
1644             '5' => {
1645             base_value => q(5),
1646             divisor => q(1),
1647             rule => q(quinta),
1648             },
1649             '6' => {
1650             base_value => q(6),
1651             divisor => q(1),
1652             rule => q(sesta),
1653             },
1654             '7' => {
1655             base_value => q(7),
1656             divisor => q(1),
1657             rule => q(settima),
1658             },
1659             '8' => {
1660             base_value => q(8),
1661             divisor => q(1),
1662             rule => q(ottava),
1663             },
1664             '9' => {
1665             base_value => q(9),
1666             divisor => q(1),
1667             rule => q(nona),
1668             },
1669             '10' => {
1670             base_value => q(10),
1671             divisor => q(10),
1672             rule => q(decima),
1673             },
1674             '11' => {
1675             base_value => q(11),
1676             divisor => q(10),
1677             rule => q(undicesima),
1678             },
1679             '12' => {
1680             base_value => q(12),
1681             divisor => q(10),
1682             rule => q(dodicesima),
1683             },
1684             '13' => {
1685             base_value => q(13),
1686             divisor => q(10),
1687             rule => q(tredicesima),
1688             },
1689             '14' => {
1690             base_value => q(14),
1691             divisor => q(10),
1692             rule => q(quattordicesima),
1693             },
1694             '15' => {
1695             base_value => q(15),
1696             divisor => q(10),
1697             rule => q(quindicesima),
1698             },
1699             '16' => {
1700             base_value => q(16),
1701             divisor => q(10),
1702             rule => q(sedicesima),
1703             },
1704             '17' => {
1705             base_value => q(17),
1706             divisor => q(10),
1707             rule => q(diciassettesima),
1708             },
1709             '18' => {
1710             base_value => q(18),
1711             divisor => q(10),
1712             rule => q(diciottesima),
1713             },
1714             '19' => {
1715             base_value => q(19),
1716             divisor => q(10),
1717             rule => q(diciannovesima),
1718             },
1719             '20' => {
1720             base_value => q(20),
1721             divisor => q(10),
1722             rule => q(vent→%%ordinal-esima-with-i→),
1723             },
1724             '30' => {
1725             base_value => q(30),
1726             divisor => q(10),
1727             rule => q(trent→%%ordinal-esima-with-a→),
1728             },
1729             '40' => {
1730             base_value => q(40),
1731             divisor => q(10),
1732             rule => q(quarant→%%ordinal-esima-with-a→),
1733             },
1734             '50' => {
1735             base_value => q(50),
1736             divisor => q(10),
1737             rule => q(cinquant→%%ordinal-esima-with-a→),
1738             },
1739             '60' => {
1740             base_value => q(60),
1741             divisor => q(10),
1742             rule => q(sessant→%%ordinal-esima-with-a→),
1743             },
1744             '70' => {
1745             base_value => q(70),
1746             divisor => q(10),
1747             rule => q(settant→%%ordinal-esima-with-a→),
1748             },
1749             '80' => {
1750             base_value => q(80),
1751             divisor => q(10),
1752             rule => q(ottant→%%ordinal-esima-with-a→),
1753             },
1754             '90' => {
1755             base_value => q(90),
1756             divisor => q(10),
1757             rule => q(novant→%%ordinal-esima-with-a→),
1758             },
1759             '100' => {
1760             base_value => q(100),
1761             divisor => q(100),
1762             rule => q(cent→%%ordinal-esima-with-o→),
1763             },
1764             '200' => {
1765             base_value => q(200),
1766             divisor => q(100),
1767             rule => q(←%spellout-cardinal-feminine←­cent→%%ordinal-esima-with-o→),
1768             },
1769             '1000' => {
1770             base_value => q(1000),
1771             divisor => q(1000),
1772             rule => q(mille­→%%ordinal-esima→),
1773             },
1774             '2000' => {
1775             base_value => q(2000),
1776             divisor => q(1000),
1777             rule => q(←%spellout-cardinal-feminine←­mille­→%%ordinal-esima→),
1778             },
1779             '2001' => {
1780             base_value => q(2001),
1781             divisor => q(1000),
1782             rule => q(←%spellout-cardinal-feminine←­mila­→%%ordinal-esima→),
1783             },
1784             '1000000' => {
1785             base_value => q(1000000),
1786             divisor => q(1000000),
1787             rule => q(milione­→%%ordinal-esima→),
1788             },
1789             '2000000' => {
1790             base_value => q(2000000),
1791             divisor => q(1000000),
1792             rule => q(←%spellout-cardinal-feminine←milione­→%%ordinal-esima→),
1793             },
1794             '1000000000' => {
1795             base_value => q(1000000000),
1796             divisor => q(1000000000),
1797             rule => q(miliard­→%%ordinal-esima-with-o→),
1798             },
1799             '2000000000' => {
1800             base_value => q(2000000000),
1801             divisor => q(1000000000),
1802             rule => q(←%spellout-cardinal-feminine←miliard­→%%ordinal-esima-with-o→),
1803             },
1804             '1000000000000' => {
1805             base_value => q(1000000000000),
1806             divisor => q(1000000000000),
1807             rule => q(bilione­→%%ordinal-esima→),
1808             },
1809             '2000000000000' => {
1810             base_value => q(2000000000000),
1811             divisor => q(1000000000000),
1812             rule => q(←%spellout-cardinal-feminine←bilion­→%%ordinal-esima→),
1813             },
1814             '1000000000000000' => {
1815             base_value => q(1000000000000000),
1816             divisor => q(1000000000000000),
1817             rule => q(biliard­→%%ordinal-esima-with-o→),
1818             },
1819             '2000000000000000' => {
1820             base_value => q(2000000000000000),
1821             divisor => q(1000000000000000),
1822             rule => q(←%spellout-cardinal-feminine←biliard­→%%ordinal-esima-with-o→),
1823             },
1824             '1000000000000000000' => {
1825             base_value => q(1000000000000000000),
1826             divisor => q(1000000000000000000),
1827             rule => q(=#,##0=),
1828             },
1829             'max' => {
1830             base_value => q(1000000000000000000),
1831             divisor => q(1000000000000000000),
1832             rule => q(=#,##0=),
1833             },
1834             },
1835             },
1836             'spellout-ordinal-masculine' => {
1837             'public' => {
1838             '-x' => {
1839             divisor => q(1),
1840             rule => q(meno →→),
1841             },
1842             '0' => {
1843             base_value => q(0),
1844             divisor => q(1),
1845             rule => q(zeresimo),
1846             },
1847             'x.x' => {
1848             divisor => q(1),
1849             rule => q(=#,##0.#=),
1850             },
1851             '1' => {
1852             base_value => q(1),
1853             divisor => q(1),
1854             rule => q(primo),
1855             },
1856             '2' => {
1857             base_value => q(2),
1858             divisor => q(1),
1859             rule => q(secondo),
1860             },
1861             '3' => {
1862             base_value => q(3),
1863             divisor => q(1),
1864             rule => q(terzo),
1865             },
1866             '4' => {
1867             base_value => q(4),
1868             divisor => q(1),
1869             rule => q(quarto),
1870             },
1871             '5' => {
1872             base_value => q(5),
1873             divisor => q(1),
1874             rule => q(quinto),
1875             },
1876             '6' => {
1877             base_value => q(6),
1878             divisor => q(1),
1879             rule => q(sesto),
1880             },
1881             '7' => {
1882             base_value => q(7),
1883             divisor => q(1),
1884             rule => q(settimo),
1885             },
1886             '8' => {
1887             base_value => q(8),
1888             divisor => q(1),
1889             rule => q(ottavo),
1890             },
1891             '9' => {
1892             base_value => q(9),
1893             divisor => q(1),
1894             rule => q(nono),
1895             },
1896             '10' => {
1897             base_value => q(10),
1898             divisor => q(10),
1899             rule => q(decimo),
1900             },
1901             '11' => {
1902             base_value => q(11),
1903             divisor => q(10),
1904             rule => q(undicesimo),
1905             },
1906             '12' => {
1907             base_value => q(12),
1908             divisor => q(10),
1909             rule => q(dodicesimo),
1910             },
1911             '13' => {
1912             base_value => q(13),
1913             divisor => q(10),
1914             rule => q(tredicesimo),
1915             },
1916             '14' => {
1917             base_value => q(14),
1918             divisor => q(10),
1919             rule => q(quattordicesimo),
1920             },
1921             '15' => {
1922             base_value => q(15),
1923             divisor => q(10),
1924             rule => q(quindicesimo),
1925             },
1926             '16' => {
1927             base_value => q(16),
1928             divisor => q(10),
1929             rule => q(sedicesimo),
1930             },
1931             '17' => {
1932             base_value => q(17),
1933             divisor => q(10),
1934             rule => q(diciassettesimo),
1935             },
1936             '18' => {
1937             base_value => q(18),
1938             divisor => q(10),
1939             rule => q(diciottesimo),
1940             },
1941             '19' => {
1942             base_value => q(19),
1943             divisor => q(10),
1944             rule => q(diciannovesimo),
1945             },
1946             '20' => {
1947             base_value => q(20),
1948             divisor => q(10),
1949             rule => q(vent→%%ordinal-esimo-with-i→),
1950             },
1951             '30' => {
1952             base_value => q(30),
1953             divisor => q(10),
1954             rule => q(trent→%%ordinal-esimo-with-a→),
1955             },
1956             '40' => {
1957             base_value => q(40),
1958             divisor => q(10),
1959             rule => q(quarant→%%ordinal-esimo-with-a→),
1960             },
1961             '50' => {
1962             base_value => q(50),
1963             divisor => q(10),
1964             rule => q(cinquant→%%ordinal-esimo-with-a→),
1965             },
1966             '60' => {
1967             base_value => q(60),
1968             divisor => q(10),
1969             rule => q(sessant→%%ordinal-esimo-with-a→),
1970             },
1971             '70' => {
1972             base_value => q(70),
1973             divisor => q(10),
1974             rule => q(settant→%%ordinal-esimo-with-a→),
1975             },
1976             '80' => {
1977             base_value => q(80),
1978             divisor => q(10),
1979             rule => q(ottant→%%ordinal-esimo-with-a→),
1980             },
1981             '90' => {
1982             base_value => q(90),
1983             divisor => q(10),
1984             rule => q(novant→%%ordinal-esimo-with-a→),
1985             },
1986             '100' => {
1987             base_value => q(100),
1988             divisor => q(100),
1989             rule => q(cent→%%ordinal-esimo-with-o→),
1990             },
1991             '200' => {
1992             base_value => q(200),
1993             divisor => q(100),
1994             rule => q(←%spellout-cardinal-masculine←­cent→%%ordinal-esimo-with-o→),
1995             },
1996             '1000' => {
1997             base_value => q(1000),
1998             divisor => q(1000),
1999             rule => q(mille­→%%ordinal-esimo→),
2000             },
2001             '2000' => {
2002             base_value => q(2000),
2003             divisor => q(1000),
2004             rule => q(←%spellout-cardinal-masculine←­mille­→%%ordinal-esimo→),
2005             },
2006             '2001' => {
2007             base_value => q(2001),
2008             divisor => q(1000),
2009             rule => q(←%spellout-cardinal-masculine←­mila­→%%ordinal-esimo→),
2010             },
2011             '1000000' => {
2012             base_value => q(1000000),
2013             divisor => q(1000000),
2014             rule => q(milione­→%%ordinal-esimo→),
2015             },
2016             '2000000' => {
2017             base_value => q(2000000),
2018             divisor => q(1000000),
2019             rule => q(←%spellout-cardinal-masculine←milione­→%%ordinal-esimo→),
2020             },
2021             '1000000000' => {
2022             base_value => q(1000000000),
2023             divisor => q(1000000000),
2024             rule => q(miliard­→%%ordinal-esimo-with-o→),
2025             },
2026             '2000000000' => {
2027             base_value => q(2000000000),
2028             divisor => q(1000000000),
2029             rule => q(←%spellout-cardinal-masculine←miliard­→%%ordinal-esimo-with-o→),
2030             },
2031             '1000000000000' => {
2032             base_value => q(1000000000000),
2033             divisor => q(1000000000000),
2034             rule => q(bilione­→%%ordinal-esimo→),
2035             },
2036             '2000000000000' => {
2037             base_value => q(2000000000000),
2038             divisor => q(1000000000000),
2039             rule => q(←%spellout-cardinal-masculine←bilion­→%%ordinal-esimo→),
2040             },
2041             '1000000000000000' => {
2042             base_value => q(1000000000000000),
2043             divisor => q(1000000000000000),
2044             rule => q(biliard­→%%ordinal-esimo-with-o→),
2045             },
2046             '2000000000000000' => {
2047             base_value => q(2000000000000000),
2048             divisor => q(1000000000000000),
2049             rule => q(←%spellout-cardinal-masculine←biliard­→%%ordinal-esimo-with-o→),
2050             },
2051             '1000000000000000000' => {
2052             base_value => q(1000000000000000000),
2053             divisor => q(1000000000000000000),
2054             rule => q(=#,##0=),
2055             },
2056             'max' => {
2057             base_value => q(1000000000000000000),
2058             divisor => q(1000000000000000000),
2059             rule => q(=#,##0=),
2060             },
2061             },
2062             },
2063             } },
2064             );
2065              
2066             # Need to add code for Key type pattern
2067             my ($self, $name, $region, $script, $variant) = @_;
2068              
2069 0     0 0   my $display_pattern = '{0} ({1})';
2070             $display_pattern =~s/\{0\}/$name/g;
2071 0           my $subtags = join '{0}, {1}', grep {$_} (
2072 0           $region,
2073 0           $script,
  0            
2074             $variant,
2075             );
2076              
2077             $display_pattern =~s/\{1\}/$subtags/g;
2078             return $display_pattern;
2079 0           }
2080 0            
2081             has 'display_name_language' => (
2082             is => 'ro',
2083             isa => CodeRef,
2084             init_arg => undef,
2085             default => sub {
2086             sub {
2087             my %languages = (
2088             'aa' => 'afar',
2089             'ab' => 'abcaso',
2090             'ace' => 'accinese',
2091             'ach' => 'acioli',
2092             'ada' => 'adangme',
2093             'ady' => 'adyghe',
2094             'ae' => 'avestan',
2095             'aeb' => 'arabo tunisino',
2096             'af' => 'afrikaans',
2097             'afh' => 'afrihili',
2098             'agq' => 'aghem',
2099             'ain' => 'ainu',
2100             'ak' => 'akan',
2101             'akk' => 'accado',
2102             'akz' => 'alabama',
2103             'ale' => 'aleuto',
2104             'aln' => 'albanese ghego',
2105             'alt' => 'altai meridionale',
2106             'am' => 'amarico',
2107             'an' => 'aragonese',
2108             'ang' => 'inglese antico',
2109             'anp' => 'angika',
2110             'ar' => 'arabo',
2111             'ar_001' => 'arabo moderno standard',
2112             'arc' => 'aramaico',
2113             'arn' => 'mapudungun',
2114             'aro' => 'araona',
2115             'arp' => 'arapaho',
2116             'arq' => 'arabo algerino',
2117             'ars' => 'arabo najd',
2118             'arw' => 'aruaco',
2119             'ary' => 'arabo marocchino',
2120             'arz' => 'arabo egiziano',
2121             'as' => 'assamese',
2122             'asa' => 'asu',
2123             'ase' => 'lingua dei segni americana',
2124             'ast' => 'asturiano',
2125             'av' => 'avaro',
2126             'avk' => 'kotava',
2127             'awa' => 'awadhi',
2128             'ay' => 'aymara',
2129             'az' => 'azerbaigiano',
2130             'az@alt=short' => 'azero',
2131             'ba' => 'baschiro',
2132             'bal' => 'beluci',
2133             'ban' => 'balinese',
2134             'bar' => 'bavarese',
2135             'bas' => 'basa',
2136             'bax' => 'bamun',
2137             'bbc' => 'batak toba',
2138             'bbj' => 'ghomala',
2139             'be' => 'bielorusso',
2140             'bej' => 'begia',
2141             'bem' => 'wemba',
2142             'bew' => 'betawi',
2143             'bez' => 'bena',
2144             'bfd' => 'bafut',
2145             'bfq' => 'badaga',
2146             'bg' => 'bulgaro',
2147             'bgn' => 'beluci occidentale',
2148             'bho' => 'bhojpuri',
2149             'bi' => 'bislama',
2150             'bik' => 'bicol',
2151             'bin' => 'bini',
2152             'bjn' => 'banjar',
2153             'bkm' => 'kom',
2154             'bla' => 'siksika',
2155             'bm' => 'bambara',
2156             'bn' => 'bengalese',
2157             'bo' => 'tibetano',
2158             'bpy' => 'bishnupriya',
2159             'bqi' => 'bakhtiari',
2160             'br' => 'bretone',
2161             'bra' => 'braj',
2162             'brh' => 'brahui',
2163             'brx' => 'bodo',
2164             'bs' => 'bosniaco',
2165             'bss' => 'akoose',
2166             'bua' => 'buriat',
2167             'bug' => 'bugi',
2168             'bum' => 'bulu',
2169             'byn' => 'blin',
2170             'byv' => 'medumba',
2171             'ca' => 'catalano',
2172             'cad' => 'caddo',
2173             'car' => 'caribico',
2174             'cay' => 'cayuga',
2175             'cch' => 'atsam',
2176             'ce' => 'ceceno',
2177             'ceb' => 'cebuano',
2178             'cgg' => 'chiga',
2179             'ch' => 'chamorro',
2180             'chb' => 'chibcha',
2181             'chg' => 'ciagataico',
2182             'chk' => 'chuukese',
2183             'chm' => 'mari',
2184             'chn' => 'gergo chinook',
2185             'cho' => 'choctaw',
2186             'chp' => 'chipewyan',
2187             'chr' => 'cherokee',
2188             'chy' => 'cheyenne',
2189             'ckb' => 'curdo sorani',
2190             'co' => 'corso',
2191             'cop' => 'copto',
2192             'cps' => 'capiznon',
2193             'cr' => 'cree',
2194             'crh' => 'turco crimeo',
2195             'crs' => 'creolo delle Seychelles',
2196             'cs' => 'ceco',
2197             'csb' => 'kashubian',
2198             'cu' => 'slavo della Chiesa',
2199             'cv' => 'ciuvascio',
2200             'cy' => 'gallese',
2201             'da' => 'danese',
2202             'dak' => 'dakota',
2203             'dar' => 'dargwa',
2204             'dav' => 'taita',
2205             'de' => 'tedesco',
2206             'de_AT' => 'tedesco austriaco',
2207             'de_CH' => 'alto tedesco svizzero',
2208             'del' => 'delaware',
2209             'den' => 'slave',
2210             'dgr' => 'dogrib',
2211             'din' => 'dinca',
2212             'dje' => 'zarma',
2213             'doi' => 'dogri',
2214             'dsb' => 'basso sorabo',
2215             'dtp' => 'dusun centrale',
2216             'dua' => 'duala',
2217             'dum' => 'olandese medio',
2218             'dv' => 'divehi',
2219             'dyo' => 'jola-fony',
2220             'dyu' => 'diula',
2221             'dz' => 'dzongkha',
2222             'dzg' => 'dazaga',
2223             'ebu' => 'embu',
2224             'ee' => 'ewe',
2225             'efi' => 'efik',
2226             'egl' => 'emiliano',
2227             'egy' => 'egiziano antico',
2228             'eka' => 'ekajuka',
2229             'el' => 'greco',
2230             'elx' => 'elamitico',
2231             'en' => 'inglese',
2232             'en_AU' => 'inglese australiano',
2233             'en_CA' => 'inglese canadese',
2234             'en_GB' => 'inglese britannico',
2235             'en_GB@alt=short' => 'inglese (GB)',
2236             'en_US' => 'inglese americano',
2237             'en_US@alt=short' => 'inglese (USA)',
2238             'enm' => 'inglese medio',
2239             'eo' => 'esperanto',
2240             'es' => 'spagnolo',
2241             'es_419' => 'spagnolo latinoamericano',
2242             'es_ES' => 'spagnolo europeo',
2243             'es_MX' => 'spagnolo messicano',
2244             'esu' => 'yupik centrale',
2245             'et' => 'estone',
2246             'eu' => 'basco',
2247             'ewo' => 'ewondo',
2248             'ext' => 'estremegno',
2249             'fa' => 'persiano',
2250             'fan' => 'fang',
2251             'fat' => 'fanti',
2252             'ff' => 'fulah',
2253             'fi' => 'finlandese',
2254             'fil' => 'filippino',
2255             'fit' => 'finlandese del Tornedalen',
2256             'fj' => 'figiano',
2257             'fo' => 'faroese',
2258             'fon' => 'fon',
2259             'fr' => 'francese',
2260             'fr_CA' => 'francese canadese',
2261             'fr_CH' => 'francese svizzero',
2262             'frc' => 'francese cajun',
2263             'frm' => 'francese medio',
2264             'fro' => 'francese antico',
2265             'frp' => 'francoprovenzale',
2266             'frr' => 'frisone settentrionale',
2267             'frs' => 'frisone orientale',
2268             'fur' => 'friulano',
2269             'fy' => 'frisone occidentale',
2270             'ga' => 'irlandese',
2271             'gaa' => 'ga',
2272             'gag' => 'gagauzo',
2273             'gan' => 'gan',
2274             'gay' => 'gayo',
2275             'gba' => 'gbaya',
2276             'gbz' => 'dari zoroastriano',
2277             'gd' => 'gaelico scozzese',
2278             'gez' => 'geez',
2279             'gil' => 'gilbertese',
2280             'gl' => 'galiziano',
2281             'glk' => 'gilaki',
2282             'gmh' => 'tedesco medio alto',
2283             'gn' => 'guaraní',
2284             'goh' => 'tedesco antico alto',
2285             'gom' => 'konkani goano',
2286             'gon' => 'gondi',
2287             'gor' => 'gorontalo',
2288             'got' => 'gotico',
2289             'grb' => 'grebo',
2290             'grc' => 'greco antico',
2291             'gsw' => 'tedesco svizzero',
2292             'gu' => 'gujarati',
2293             'guc' => 'wayuu',
2294             'guz' => 'gusii',
2295             'gv' => 'mannese',
2296             'gwi' => 'gwichʼin',
2297             'ha' => 'hausa',
2298             'hai' => 'haida',
2299             'hak' => 'hakka',
2300             'haw' => 'hawaiano',
2301             'he' => 'ebraico',
2302             'hi' => 'hindi',
2303             'hif' => 'hindi figiano',
2304             'hil' => 'ilongo',
2305             'hit' => 'hittite',
2306             'hmn' => 'hmong',
2307             'ho' => 'hiri motu',
2308             'hr' => 'croato',
2309             'hsb' => 'alto sorabo',
2310             'hsn' => 'xiang',
2311             'ht' => 'haitiano',
2312             'hu' => 'ungherese',
2313             'hup' => 'hupa',
2314             'hy' => 'armeno',
2315             'hz' => 'herero',
2316             'ia' => 'interlingua',
2317             'iba' => 'iban',
2318             'ibb' => 'ibibio',
2319             'id' => 'indonesiano',
2320             'ie' => 'interlingue',
2321             'ig' => 'igbo',
2322             'ii' => 'sichuan yi',
2323             'ik' => 'inupiak',
2324             'ilo' => 'ilocano',
2325             'inh' => 'ingush',
2326             'io' => 'ido',
2327             'is' => 'islandese',
2328             'it' => 'italiano',
2329             'iu' => 'inuktitut',
2330             'izh' => 'ingrico',
2331             'ja' => 'giapponese',
2332             'jam' => 'creolo giamaicano',
2333             'jbo' => 'lojban',
2334             'jgo' => 'ngamambo',
2335             'jmc' => 'machame',
2336             'jpr' => 'giudeo persiano',
2337             'jrb' => 'giudeo arabo',
2338             'jut' => 'jutlandico',
2339             'jv' => 'giavanese',
2340             'ka' => 'georgiano',
2341             'kaa' => 'kara-kalpak',
2342             'kab' => 'cabilo',
2343             'kac' => 'kachin',
2344             'kaj' => 'kai',
2345             'kam' => 'kamba',
2346             'kaw' => 'kawi',
2347             'kbd' => 'cabardino',
2348             'kbl' => 'kanembu',
2349             'kcg' => 'tyap',
2350             'kde' => 'makonde',
2351             'kea' => 'capoverdiano',
2352             'kfo' => 'koro',
2353             'kg' => 'kongo',
2354             'kgp' => 'kaingang',
2355             'kha' => 'khasi',
2356             'kho' => 'khotanese',
2357             'khq' => 'koyra chiini',
2358             'khw' => 'khowar',
2359             'ki' => 'kikuyu',
2360             'kiu' => 'kirmanjki',
2361             'kj' => 'kuanyama',
2362             'kk' => 'kazako',
2363             'kkj' => 'kako',
2364             'kl' => 'groenlandese',
2365             'kln' => 'kalenjin',
2366             'km' => 'khmer',
2367             'kmb' => 'kimbundu',
2368             'kn' => 'kannada',
2369             'ko' => 'coreano',
2370             'koi' => 'permiaco',
2371             'kok' => 'konkani',
2372             'kos' => 'kosraean',
2373             'kpe' => 'kpelle',
2374             'kr' => 'kanuri',
2375             'krc' => 'karachay-Balkar',
2376             'krl' => 'careliano',
2377             'kru' => 'kurukh',
2378             'ks' => 'kashmiri',
2379             'ksb' => 'shambala',
2380             'ksf' => 'bafia',
2381             'ksh' => 'coloniese',
2382             'ku' => 'curdo',
2383             'kum' => 'kumyk',
2384             'kut' => 'kutenai',
2385             'kv' => 'komi',
2386             'kw' => 'cornico',
2387             'ky' => 'kirghiso',
2388             'la' => 'latino',
2389             'lad' => 'giudeo-spagnolo',
2390             'lag' => 'langi',
2391             'lah' => 'lahnda',
2392             'lam' => 'lamba',
2393             'lb' => 'lussemburghese',
2394             'lez' => 'lesgo',
2395             'lfn' => 'Lingua Franca Nova',
2396             'lg' => 'ganda',
2397             'li' => 'limburghese',
2398             'lij' => 'ligure',
2399             'liv' => 'livone',
2400             'lkt' => 'lakota',
2401             'lmo' => 'lombardo',
2402             'ln' => 'lingala',
2403             'lo' => 'lao',
2404             'lol' => 'lolo bantu',
2405             'lou' => 'creolo della Louisiana',
2406             'loz' => 'lozi',
2407             'lrc' => 'luri settentrionale',
2408             'lt' => 'lituano',
2409             'ltg' => 'letgallo',
2410             'lu' => 'luba-katanga',
2411             'lua' => 'luba-lulua',
2412             'lui' => 'luiseno',
2413             'lun' => 'lunda',
2414             'luo' => 'luo',
2415             'lus' => 'lushai',
2416             'luy' => 'luyia',
2417             'lv' => 'lettone',
2418             'lzh' => 'cinese classico',
2419             'lzz' => 'laz',
2420             'mad' => 'madurese',
2421             'maf' => 'mafa',
2422             'mag' => 'magahi',
2423             'mai' => 'maithili',
2424             'mak' => 'makasar',
2425             'man' => 'mandingo',
2426             'mas' => 'masai',
2427             'mde' => 'maba',
2428             'mdf' => 'moksha',
2429             'mdr' => 'mandar',
2430             'men' => 'mende',
2431             'mer' => 'meru',
2432             'mfe' => 'creolo mauriziano',
2433             'mg' => 'malgascio',
2434             'mga' => 'irlandese medio',
2435             'mgh' => 'makhuwa-meetto',
2436             'mgo' => 'meta’',
2437             'mh' => 'marshallese',
2438             'mi' => 'maori',
2439             'mic' => 'micmac',
2440             'min' => 'menangkabau',
2441             'mk' => 'macedone',
2442             'ml' => 'malayalam',
2443             'mn' => 'mongolo',
2444             'mnc' => 'manchu',
2445             'mni' => 'manipuri',
2446             'moh' => 'mohawk',
2447             'mos' => 'mossi',
2448             'mr' => 'marathi',
2449             'mrj' => 'mari occidentale',
2450             'ms' => 'malese',
2451             'mt' => 'maltese',
2452             'mua' => 'mundang',
2453             'mul' => 'multilingua',
2454             'mus' => 'creek',
2455             'mwl' => 'mirandese',
2456             'mwr' => 'marwari',
2457             'mwv' => 'mentawai',
2458             'my' => 'birmano',
2459             'mye' => 'myene',
2460             'myv' => 'erzya',
2461             'mzn' => 'mazandarani',
2462             'na' => 'nauru',
2463             'nan' => 'min nan',
2464             'nap' => 'napoletano',
2465             'naq' => 'nama',
2466             'nb' => 'norvegese bokmål',
2467             'nd' => 'ndebele del nord',
2468             'nds' => 'basso tedesco',
2469             'nds_NL' => 'basso tedesco olandese',
2470             'ne' => 'nepalese',
2471             'new' => 'newari',
2472             'ng' => 'ndonga',
2473             'nia' => 'nias',
2474             'niu' => 'niue',
2475             'njo' => 'ao',
2476             'nl' => 'olandese',
2477             'nl_BE' => 'fiammingo',
2478             'nmg' => 'kwasio',
2479             'nn' => 'norvegese nynorsk',
2480             'nnh' => 'ngiemboon',
2481             'no' => 'norvegese',
2482             'nog' => 'nogai',
2483             'non' => 'norse antico',
2484             'nov' => 'novial',
2485             'nqo' => 'n’ko',
2486             'nr' => 'ndebele del sud',
2487             'nso' => 'sotho del nord',
2488             'nus' => 'nuer',
2489             'nv' => 'navajo',
2490             'nwc' => 'newari classico',
2491             'ny' => 'nyanja',
2492             'nym' => 'nyamwezi',
2493             'nyn' => 'nyankole',
2494             'nyo' => 'nyoro',
2495             'nzi' => 'nzima',
2496             'oc' => 'occitano',
2497             'oj' => 'ojibwa',
2498             'om' => 'oromo',
2499             'or' => 'odia',
2500             'os' => 'ossetico',
2501             'osa' => 'osage',
2502             'ota' => 'turco ottomano',
2503             'pa' => 'punjabi',
2504             'pag' => 'pangasinan',
2505             'pal' => 'pahlavi',
2506             'pam' => 'pampanga',
2507             'pap' => 'papiamento',
2508             'pau' => 'palau',
2509             'pcd' => 'piccardo',
2510             'pcm' => 'pidgin nigeriano',
2511             'pdc' => 'tedesco della Pennsylvania',
2512             'peo' => 'persiano antico',
2513             'pfl' => 'tedesco palatino',
2514             'phn' => 'fenicio',
2515             'pi' => 'pali',
2516             'pl' => 'polacco',
2517             'pms' => 'piemontese',
2518             'pnt' => 'pontico',
2519             'pon' => 'ponape',
2520             'prg' => 'prussiano',
2521             'pro' => 'provenzale antico',
2522             'ps' => 'pashto',
2523             'pt' => 'portoghese',
2524             'pt_BR' => 'portoghese brasiliano',
2525             'pt_PT' => 'portoghese europeo',
2526             'qu' => 'quechua',
2527             'quc' => 'k’iche’',
2528             'qug' => 'quechua dell’altopiano del Chimborazo',
2529             'raj' => 'rajasthani',
2530             'rap' => 'rapanui',
2531             'rar' => 'rarotonga',
2532             'rgn' => 'romagnolo',
2533             'rif' => 'tarifit',
2534             'rm' => 'romancio',
2535             'rn' => 'rundi',
2536             'ro' => 'rumeno',
2537             'ro_MD' => 'moldavo',
2538             'rof' => 'rombo',
2539             'rom' => 'romani',
2540             'root' => 'root',
2541             'rtm' => 'rotumano',
2542             'ru' => 'russo',
2543             'rue' => 'ruteno',
2544             'rug' => 'roviana',
2545             'rup' => 'arumeno',
2546             'rw' => 'kinyarwanda',
2547             'rwk' => 'rwa',
2548             'sa' => 'sanscrito',
2549             'sad' => 'sandawe',
2550             'sah' => 'yakut',
2551             'sam' => 'aramaico samaritano',
2552             'saq' => 'samburu',
2553             'sas' => 'sasak',
2554             'sat' => 'santali',
2555             'saz' => 'saurashtra',
2556             'sba' => 'ngambay',
2557             'sbp' => 'sangu',
2558             'sc' => 'sardo',
2559             'scn' => 'siciliano',
2560             'sco' => 'scozzese',
2561             'sd' => 'sindhi',
2562             'sdc' => 'sassarese',
2563             'sdh' => 'curdo meridionale',
2564             'se' => 'sami del nord',
2565             'see' => 'seneca',
2566             'seh' => 'sena',
2567             'sei' => 'seri',
2568             'sel' => 'selkup',
2569             'ses' => 'koyraboro senni',
2570             'sg' => 'sango',
2571             'sga' => 'irlandese antico',
2572             'sgs' => 'samogitico',
2573             'sh' => 'serbo-croato',
2574             'shi' => 'tashelhit',
2575             'shn' => 'shan',
2576             'shu' => 'arabo ciadiano',
2577             'si' => 'singalese',
2578             'sid' => 'sidamo',
2579             'sk' => 'slovacco',
2580             'sl' => 'sloveno',
2581             'sli' => 'tedesco slesiano',
2582             'sly' => 'selayar',
2583             'sm' => 'samoano',
2584             'sma' => 'sami del sud',
2585             'smj' => 'sami di Lule',
2586             'smn' => 'sami di Inari',
2587             'sms' => 'sami skolt',
2588             'sn' => 'shona',
2589             'snk' => 'soninke',
2590             'so' => 'somalo',
2591             'sog' => 'sogdiano',
2592             'sq' => 'albanese',
2593             'sr' => 'serbo',
2594             'srn' => 'sranan tongo',
2595             'srr' => 'serer',
2596             'ss' => 'swati',
2597             'ssy' => 'saho',
2598             'st' => 'sotho del sud',
2599             'stq' => 'saterfriesisch',
2600             'su' => 'sundanese',
2601             'suk' => 'sukuma',
2602             'sus' => 'susu',
2603             'sux' => 'sumero',
2604             'sv' => 'svedese',
2605             'sw' => 'swahili',
2606             'sw_CD' => 'swahili del Congo',
2607             'swb' => 'comoriano',
2608             'syc' => 'siriaco classico',
2609             'syr' => 'siriaco',
2610             'szl' => 'slesiano',
2611             'ta' => 'tamil',
2612             'tcy' => 'tulu',
2613             'te' => 'telugu',
2614             'tem' => 'temne',
2615             'teo' => 'teso',
2616             'ter' => 'tereno',
2617             'tet' => 'tetum',
2618             'tg' => 'tagico',
2619             'th' => 'thai',
2620             'ti' => 'tigrino',
2621             'tig' => 'tigre',
2622             'tiv' => 'tiv',
2623             'tk' => 'turcomanno',
2624             'tkl' => 'tokelau',
2625             'tkr' => 'tsakhur',
2626             'tl' => 'tagalog',
2627             'tlh' => 'klingon',
2628             'tli' => 'tlingit',
2629             'tly' => 'taliscio',
2630             'tmh' => 'tamashek',
2631             'tn' => 'tswana',
2632             'to' => 'tongano',
2633             'tog' => 'nyasa del Tonga',
2634             'tpi' => 'tok pisin',
2635             'tr' => 'turco',
2636             'tru' => 'turoyo',
2637             'trv' => 'taroko',
2638             'ts' => 'tsonga',
2639             'tsd' => 'zaconico',
2640             'tsi' => 'tsimshian',
2641             'tt' => 'tataro',
2642             'ttt' => 'tat islamico',
2643             'tum' => 'tumbuka',
2644             'tvl' => 'tuvalu',
2645             'tw' => 'ci',
2646             'twq' => 'tasawaq',
2647             'ty' => 'taitiano',
2648             'tyv' => 'tuvinian',
2649             'tzm' => 'tamazight',
2650             'udm' => 'udmurt',
2651             'ug' => 'uiguro',
2652             'uga' => 'ugaritico',
2653             'uk' => 'ucraino',
2654             'umb' => 'mbundu',
2655             'und' => 'lingua imprecisata',
2656             'ur' => 'urdu',
2657             'uz' => 'uzbeco',
2658             'vai' => 'vai',
2659             've' => 'venda',
2660             'vec' => 'veneto',
2661             'vep' => 'vepso',
2662             'vi' => 'vietnamita',
2663             'vls' => 'fiammingo occidentale',
2664             'vo' => 'volapük',
2665             'vot' => 'voto',
2666             'vro' => 'võro',
2667             'vun' => 'vunjo',
2668             'wa' => 'vallone',
2669             'wae' => 'walser',
2670             'wal' => 'walamo',
2671             'war' => 'waray',
2672             'was' => 'washo',
2673             'wbp' => 'warlpiri',
2674             'wo' => 'wolof',
2675             'wuu' => 'wu',
2676             'xal' => 'kalmyk',
2677             'xh' => 'xhosa',
2678             'xmf' => 'mengrelio',
2679             'xog' => 'soga',
2680             'yao' => 'yao (bantu)',
2681             'yap' => 'yapese',
2682             'yav' => 'yangben',
2683             'ybb' => 'yemba',
2684             'yi' => 'yiddish',
2685             'yo' => 'yoruba',
2686             'yrl' => 'nheengatu',
2687             'yue' => 'cantonese',
2688             'za' => 'zhuang',
2689             'zap' => 'zapotec',
2690             'zbl' => 'blissymbol',
2691             'zea' => 'zelandese',
2692             'zen' => 'zenaga',
2693             'zgh' => 'tamazight del Marocco standard',
2694             'zh' => 'cinese',
2695             'zh_Hans' => 'cinese semplificato',
2696             'zh_Hant' => 'cinese tradizionale',
2697             'zu' => 'zulu',
2698             'zun' => 'zuni',
2699             'zxx' => 'nessun contenuto linguistico',
2700             'zza' => 'zaza',
2701              
2702             );
2703             if (@_) {
2704             return $languages{$_[0]};
2705             }
2706             return \%languages;
2707             }
2708             },
2709             );
2710              
2711             has 'display_name_script' => (
2712             is => 'ro',
2713             isa => CodeRef,
2714             init_arg => undef,
2715             default => sub {
2716             sub {
2717             my %scripts = (
2718             'Afak' => 'afaka',
2719             'Aghb' => 'albanese caucasico',
2720             'Arab' => 'arabo',
2721             'Arab@alt=variant' => 'arabo-persiano',
2722             'Armi' => 'aramaico imperiale',
2723             'Armn' => 'armeno',
2724             'Avst' => 'avestico',
2725             'Bali' => 'balinese',
2726             'Bamu' => 'bamum',
2727             'Bass' => 'Bassa Vah',
2728             'Batk' => 'batak',
2729             'Beng' => 'bengalese',
2730             'Blis' => 'simboli bliss',
2731             'Bopo' => 'bopomofo',
2732             'Brah' => 'brahmi',
2733             'Brai' => 'braille',
2734             'Bugi' => 'buginese',
2735             'Buhd' => 'buhid',
2736             'Cakm' => 'chakma',
2737             'Cans' => 'simboli aborigeni canadesi unificati',
2738             'Cari' => 'carian',
2739             'Cham' => 'cham',
2740             'Cher' => 'cherokee',
2741             'Cirt' => 'cirth',
2742             'Copt' => 'copto',
2743             'Cprt' => 'cipriota',
2744             'Cyrl' => 'cirillico',
2745             'Cyrs' => 'cirillico antica chiesa slavonica',
2746             'Deva' => 'devanagari',
2747             'Dsrt' => 'deseret',
2748             'Dupl' => 'stenografia duployan',
2749             'Egyd' => 'egiziano demotico',
2750             'Egyh' => 'ieratico egiziano',
2751             'Egyp' => 'geroglifici egiziani',
2752             'Ethi' => 'etiope',
2753             'Geok' => 'kutsuri',
2754             'Geor' => 'georgiano',
2755             'Glag' => 'glagolitico',
2756             'Goth' => 'gotico',
2757             'Gran' => 'grantha',
2758             'Grek' => 'greco',
2759             'Gujr' => 'gujarati',
2760             'Guru' => 'gurmukhi',
2761             'Hanb' => 'hanb',
2762             'Hang' => 'hangul',
2763             'Hani' => 'han',
2764             'Hano' => 'hanunoo',
2765             'Hans' => 'semplificato',
2766             'Hans@alt=stand-alone' => 'han semplificato',
2767             'Hant' => 'tradizionale',
2768             'Hant@alt=stand-alone' => 'han tradizionale',
2769             'Hebr' => 'ebraico',
2770             'Hira' => 'hiragana',
2771             'Hluw' => 'geroglifici anatolici',
2772             'Hmng' => 'pahawn hmong',
2773             'Hrkt' => 'katanaka o hiragana',
2774             'Hung' => 'antico ungherese',
2775             'Inds' => 'indu',
2776             'Ital' => 'italico antico',
2777             'Jamo' => 'jamo',
2778             'Java' => 'javanese',
2779             'Jpan' => 'giapponese',
2780             'Jurc' => 'jurchen',
2781             'Kali' => 'kayah li',
2782             'Kana' => 'katakana',
2783             'Khar' => 'kharoshthi',
2784             'Khmr' => 'khmer',
2785             'Khoj' => 'khojki',
2786             'Knda' => 'kannada',
2787             'Kore' => 'coreano',
2788             'Kpel' => 'Kpelle',
2789             'Kthi' => 'kaithi',
2790             'Lana' => 'lanna',
2791             'Laoo' => 'lao',
2792             'Latf' => 'variante fraktur del latino',
2793             'Latg' => 'variante gaelica del latino',
2794             'Latn' => 'latino',
2795             'Lepc' => 'lepcha',
2796             'Limb' => 'limbu',
2797             'Lina' => 'lineare A',
2798             'Linb' => 'lineare B',
2799             'Lisu' => 'lisu',
2800             'Loma' => 'loma',
2801             'Lyci' => 'lyci',
2802             'Lydi' => 'lydi',
2803             'Mand' => 'mandaico',
2804             'Mani' => 'manicheo',
2805             'Maya' => 'geroglifici maya',
2806             'Mend' => 'mende',
2807             'Merc' => 'corsivo meroitico',
2808             'Mero' => 'meroitico',
2809             'Mlym' => 'malayalam',
2810             'Mong' => 'mongolo',
2811             'Moon' => 'moon',
2812             'Mroo' => 'mro',
2813             'Mtei' => 'meetei mayek',
2814             'Mymr' => 'birmano',
2815             'Narb' => 'arabo settentrionale antico',
2816             'Nbat' => 'nabateo',
2817             'Nkgb' => 'geba naxi',
2818             'Nkoo' => 'n’ko',
2819             'Nshu' => 'nushu',
2820             'Ogam' => 'ogham',
2821             'Olck' => 'ol chiki',
2822             'Orkh' => 'orkhon',
2823             'Orya' => 'oriya',
2824             'Osma' => 'osmanya',
2825             'Palm' => 'palmireno',
2826             'Perm' => 'permico antico',
2827             'Phag' => 'phags-pa',
2828             'Phli' => 'pahlavi delle iscrizioni',
2829             'Phlp' => 'pahlavi psalter',
2830             'Phlv' => 'pahlavi book',
2831             'Phnx' => 'fenicio',
2832             'Plrd' => 'fonetica di pollard',
2833             'Prti' => 'partico delle iscrizioni',
2834             'Rjng' => 'rejang',
2835             'Roro' => 'rongorongo',
2836             'Runr' => 'runico',
2837             'Samr' => 'samaritano',
2838             'Sara' => 'sarati',
2839             'Sarb' => 'arabo meridionale antico',
2840             'Saur' => 'saurashtra',
2841             'Sgnw' => 'linguaggio dei segni',
2842             'Shaw' => 'shaviano',
2843             'Shrd' => 'sharada',
2844             'Sind' => 'khudawadi',
2845             'Sinh' => 'singalese',
2846             'Sora' => 'sora sompeng',
2847             'Sund' => 'sundanese',
2848             'Sylo' => 'syloti nagri',
2849             'Syrc' => 'siriano',
2850             'Syre' => 'siriaco estrangelo',
2851             'Syrj' => 'siriaco occidentale',
2852             'Syrn' => 'siriaco orientale',
2853             'Tagb' => 'tagbanwa',
2854             'Takr' => 'takri',
2855             'Tale' => 'tai le',
2856             'Talu' => 'tai lue',
2857             'Taml' => 'tamil',
2858             'Tang' => 'tangut',
2859             'Tavt' => 'tai viet',
2860             'Telu' => 'telugu',
2861             'Teng' => 'tengwar',
2862             'Tfng' => 'tifinagh',
2863             'Tglg' => 'tagalog',
2864             'Thaa' => 'thaana',
2865             'Thai' => 'thailandese',
2866             'Tibt' => 'tibetano',
2867             'Tirh' => 'tirhuta',
2868             'Ugar' => 'ugarita',
2869             'Vaii' => 'vaii',
2870             'Visp' => 'alfabeto visivo',
2871             'Wara' => 'varang kshiti',
2872             'Wole' => 'woleai',
2873             'Xpeo' => 'persiano antico',
2874             'Xsux' => 'sumero-accadiano cuneiforme',
2875             'Yiii' => 'yi',
2876             'Zinh' => 'ereditato',
2877             'Zmth' => 'notazione matematica',
2878             'Zsye' => 'emoji',
2879             'Zsym' => 'simboli',
2880             'Zxxx' => 'non scritto',
2881             'Zyyy' => 'comune',
2882             'Zzzz' => 'scrittura sconosciuta',
2883              
2884             );
2885             if ( @_ ) {
2886             return $scripts{$_[0]};
2887             }
2888             return \%scripts;
2889             }
2890             }
2891             );
2892              
2893             has 'display_name_region' => (
2894             is => 'ro',
2895             isa => HashRef[Str],
2896             init_arg => undef,
2897             default => sub {
2898             {
2899             '001' => 'Mondo',
2900             '002' => 'Africa',
2901             '003' => 'Nord America',
2902             '005' => 'America del Sud',
2903             '009' => 'Oceania',
2904             '011' => 'Africa occidentale',
2905             '013' => 'America Centrale',
2906             '014' => 'Africa orientale',
2907             '015' => 'Nordafrica',
2908             '017' => 'Africa centrale',
2909             '018' => 'Africa del Sud',
2910             '019' => 'Americhe',
2911             '021' => 'America del Nord',
2912             '029' => 'Caraibi',
2913             '030' => 'Asia orientale',
2914             '034' => 'Asia del Sud',
2915             '035' => 'Sud-est asiatico',
2916             '039' => 'Europa meridionale',
2917             '053' => 'Australasia',
2918             '054' => 'Melanesia',
2919             '057' => 'Regione micronesiana',
2920             '061' => 'Polinesia',
2921             '142' => 'Asia',
2922             '143' => 'Asia centrale',
2923             '145' => 'Asia occidentale',
2924             '150' => 'Europa',
2925             '151' => 'Europa orientale',
2926             '154' => 'Europa settentrionale',
2927             '155' => 'Europa occidentale',
2928             '202' => 'Africa subsahariana',
2929             '419' => 'America Latina',
2930             'AC' => 'Isola Ascensione',
2931             'AD' => 'Andorra',
2932             'AE' => 'Emirati Arabi Uniti',
2933             'AF' => 'Afghanistan',
2934             'AG' => 'Antigua e Barbuda',
2935             'AI' => 'Anguilla',
2936             'AL' => 'Albania',
2937             'AM' => 'Armenia',
2938             'AO' => 'Angola',
2939             'AQ' => 'Antartide',
2940             'AR' => 'Argentina',
2941             'AS' => 'Samoa americane',
2942             'AT' => 'Austria',
2943             'AU' => 'Australia',
2944             'AW' => 'Aruba',
2945             'AX' => 'Isole Åland',
2946             'AZ' => 'Azerbaigian',
2947             'BA' => 'Bosnia ed Erzegovina',
2948             'BB' => 'Barbados',
2949             'BD' => 'Bangladesh',
2950             'BE' => 'Belgio',
2951             'BF' => 'Burkina Faso',
2952             'BG' => 'Bulgaria',
2953             'BH' => 'Bahrein',
2954             'BI' => 'Burundi',
2955             'BJ' => 'Benin',
2956             'BL' => 'Saint-Barthélemy',
2957             'BM' => 'Bermuda',
2958             'BN' => 'Brunei',
2959             'BO' => 'Bolivia',
2960             'BQ' => 'Caraibi olandesi',
2961             'BR' => 'Brasile',
2962             'BS' => 'Bahamas',
2963             'BT' => 'Bhutan',
2964             'BV' => 'Isola Bouvet',
2965             'BW' => 'Botswana',
2966             'BY' => 'Bielorussia',
2967             'BZ' => 'Belize',
2968             'CA' => 'Canada',
2969             'CC' => 'Isole Cocos (Keeling)',
2970             'CD' => 'Congo - Kinshasa',
2971             'CD@alt=variant' => 'Congo (RDC)',
2972             'CF' => 'Repubblica Centrafricana',
2973             'CG' => 'Congo-Brazzaville',
2974             'CG@alt=variant' => 'Congo (Repubblica)',
2975             'CH' => 'Svizzera',
2976             'CI' => 'Costa d’Avorio',
2977             'CI@alt=variant' => 'Côte d’Ivoire',
2978             'CK' => 'Isole Cook',
2979             'CL' => 'Cile',
2980             'CM' => 'Camerun',
2981             'CN' => 'Cina',
2982             'CO' => 'Colombia',
2983             'CP' => 'Isola di Clipperton',
2984             'CR' => 'Costa Rica',
2985             'CU' => 'Cuba',
2986             'CV' => 'Capo Verde',
2987             'CW' => 'Curaçao',
2988             'CX' => 'Isola Christmas',
2989             'CY' => 'Cipro',
2990             'CZ' => 'Cechia',
2991             'CZ@alt=variant' => 'Repubblica Ceca',
2992             'DE' => 'Germania',
2993             'DG' => 'Diego Garcia',
2994             'DJ' => 'Gibuti',
2995             'DK' => 'Danimarca',
2996             'DM' => 'Dominica',
2997             'DO' => 'Repubblica Dominicana',
2998             'DZ' => 'Algeria',
2999             'EA' => 'Ceuta e Melilla',
3000             'EC' => 'Ecuador',
3001             'EE' => 'Estonia',
3002             'EG' => 'Egitto',
3003             'EH' => 'Sahara occidentale',
3004             'ER' => 'Eritrea',
3005             'ES' => 'Spagna',
3006             'ET' => 'Etiopia',
3007             'EU' => 'Unione Europea',
3008             'EZ' => 'Eurozona',
3009             'FI' => 'Finlandia',
3010             'FJ' => 'Figi',
3011             'FK' => 'Isole Falkland',
3012             'FK@alt=variant' => 'Isole Falkland (Isole Malvine)',
3013             'FM' => 'Micronesia',
3014             'FO' => 'Isole Fær Øer',
3015             'FR' => 'Francia',
3016             'GA' => 'Gabon',
3017             'GB' => 'Regno Unito',
3018             'GB@alt=short' => 'UK',
3019             'GD' => 'Grenada',
3020             'GE' => 'Georgia',
3021             'GF' => 'Guyana francese',
3022             'GG' => 'Guernsey',
3023             'GH' => 'Ghana',
3024             'GI' => 'Gibilterra',
3025             'GL' => 'Groenlandia',
3026             'GM' => 'Gambia',
3027             'GN' => 'Guinea',
3028             'GP' => 'Guadalupa',
3029             'GQ' => 'Guinea Equatoriale',
3030             'GR' => 'Grecia',
3031             'GS' => 'Georgia del Sud e Sandwich australi',
3032             'GT' => 'Guatemala',
3033             'GU' => 'Guam',
3034             'GW' => 'Guinea-Bissau',
3035             'GY' => 'Guyana',
3036             'HK' => 'RAS di Hong Kong',
3037             'HK@alt=short' => 'Hong Kong',
3038             'HM' => 'Isole Heard e McDonald',
3039             'HN' => 'Honduras',
3040             'HR' => 'Croazia',
3041             'HT' => 'Haiti',
3042             'HU' => 'Ungheria',
3043             'IC' => 'Isole Canarie',
3044             'ID' => 'Indonesia',
3045             'IE' => 'Irlanda',
3046             'IL' => 'Israele',
3047             'IM' => 'Isola di Man',
3048             'IN' => 'India',
3049             'IO' => 'Territorio britannico dell’Oceano Indiano',
3050             'IQ' => 'Iraq',
3051             'IR' => 'Iran',
3052             'IS' => 'Islanda',
3053             'IT' => 'Italia',
3054             'JE' => 'Jersey',
3055             'JM' => 'Giamaica',
3056             'JO' => 'Giordania',
3057             'JP' => 'Giappone',
3058             'KE' => 'Kenya',
3059             'KG' => 'Kirghizistan',
3060             'KH' => 'Cambogia',
3061             'KI' => 'Kiribati',
3062             'KM' => 'Comore',
3063             'KN' => 'Saint Kitts e Nevis',
3064             'KP' => 'Corea del Nord',
3065             'KR' => 'Corea del Sud',
3066             'KW' => 'Kuwait',
3067             'KY' => 'Isole Cayman',
3068             'KZ' => 'Kazakistan',
3069             'LA' => 'Laos',
3070             'LB' => 'Libano',
3071             'LC' => 'Saint Lucia',
3072             'LI' => 'Liechtenstein',
3073             'LK' => 'Sri Lanka',
3074             'LR' => 'Liberia',
3075             'LS' => 'Lesotho',
3076             'LT' => 'Lituania',
3077             'LU' => 'Lussemburgo',
3078             'LV' => 'Lettonia',
3079             'LY' => 'Libia',
3080             'MA' => 'Marocco',
3081             'MC' => 'Monaco',
3082             'MD' => 'Moldavia',
3083             'ME' => 'Montenegro',
3084             'MF' => 'Saint Martin',
3085             'MG' => 'Madagascar',
3086             'MH' => 'Isole Marshall',
3087             'MK' => 'Repubblica di Macedonia',
3088             'MK@alt=variant' => 'Ex Repubblica Jugoslava di Macedonia',
3089             'ML' => 'Mali',
3090             'MM' => 'Myanmar (Birmania)',
3091             'MN' => 'Mongolia',
3092             'MO' => 'RAS di Macao',
3093             'MO@alt=short' => 'Macao',
3094             'MP' => 'Isole Marianne settentrionali',
3095             'MQ' => 'Martinica',
3096             'MR' => 'Mauritania',
3097             'MS' => 'Montserrat',
3098             'MT' => 'Malta',
3099             'MU' => 'Mauritius',
3100             'MV' => 'Maldive',
3101             'MW' => 'Malawi',
3102             'MX' => 'Messico',
3103             'MY' => 'Malaysia',
3104             'MZ' => 'Mozambico',
3105             'NA' => 'Namibia',
3106             'NC' => 'Nuova Caledonia',
3107             'NE' => 'Niger',
3108             'NF' => 'Isola Norfolk',
3109             'NG' => 'Nigeria',
3110             'NI' => 'Nicaragua',
3111             'NL' => 'Paesi Bassi',
3112             'NO' => 'Norvegia',
3113             'NP' => 'Nepal',
3114             'NR' => 'Nauru',
3115             'NU' => 'Niue',
3116             'NZ' => 'Nuova Zelanda',
3117             'OM' => 'Oman',
3118             'PA' => 'Panamá',
3119             'PE' => 'Perù',
3120             'PF' => 'Polinesia francese',
3121             'PG' => 'Papua Nuova Guinea',
3122             'PH' => 'Filippine',
3123             'PK' => 'Pakistan',
3124             'PL' => 'Polonia',
3125             'PM' => 'Saint-Pierre e Miquelon',
3126             'PN' => 'Isole Pitcairn',
3127             'PR' => 'Portorico',
3128             'PS' => 'Territori palestinesi',
3129             'PS@alt=short' => 'Palestina',
3130             'PT' => 'Portogallo',
3131             'PW' => 'Palau',
3132             'PY' => 'Paraguay',
3133             'QA' => 'Qatar',
3134             'QO' => 'Oceania lontana',
3135             'RE' => 'Riunione',
3136             'RO' => 'Romania',
3137             'RS' => 'Serbia',
3138             'RU' => 'Russia',
3139             'RW' => 'Ruanda',
3140             'SA' => 'Arabia Saudita',
3141             'SB' => 'Isole Salomone',
3142             'SC' => 'Seychelles',
3143             'SD' => 'Sudan',
3144             'SE' => 'Svezia',
3145             'SG' => 'Singapore',
3146             'SH' => 'Sant’Elena',
3147             'SI' => 'Slovenia',
3148             'SJ' => 'Svalbard e Jan Mayen',
3149             'SK' => 'Slovacchia',
3150             'SL' => 'Sierra Leone',
3151             'SM' => 'San Marino',
3152             'SN' => 'Senegal',
3153             'SO' => 'Somalia',
3154             'SR' => 'Suriname',
3155             'SS' => 'Sud Sudan',
3156             'ST' => 'São Tomé e Príncipe',
3157             'SV' => 'El Salvador',
3158             'SX' => 'Sint Maarten',
3159             'SY' => 'Siria',
3160             'SZ' => 'Swaziland',
3161             'TA' => 'Tristan da Cunha',
3162             'TC' => 'Isole Turks e Caicos',
3163             'TD' => 'Ciad',
3164             'TF' => 'Terre australi francesi',
3165             'TG' => 'Togo',
3166             'TH' => 'Thailandia',
3167             'TJ' => 'Tagikistan',
3168             'TK' => 'Tokelau',
3169             'TL' => 'Timor Est',
3170             'TM' => 'Turkmenistan',
3171             'TN' => 'Tunisia',
3172             'TO' => 'Tonga',
3173             'TR' => 'Turchia',
3174             'TT' => 'Trinidad e Tobago',
3175             'TV' => 'Tuvalu',
3176             'TW' => 'Taiwan',
3177             'TZ' => 'Tanzania',
3178             'UA' => 'Ucraina',
3179             'UG' => 'Uganda',
3180             'UM' => 'Altre isole americane del Pacifico',
3181             'UN' => 'Nazioni Unite',
3182             'UN@alt=short' => 'ONU',
3183             'US' => 'Stati Uniti',
3184             'US@alt=short' => 'USA',
3185             'UY' => 'Uruguay',
3186             'UZ' => 'Uzbekistan',
3187             'VA' => 'Città del Vaticano',
3188             'VC' => 'Saint Vincent e Grenadine',
3189             'VE' => 'Venezuela',
3190             'VG' => 'Isole Vergini Britanniche',
3191             'VI' => 'Isole Vergini Americane',
3192             'VN' => 'Vietnam',
3193             'VU' => 'Vanuatu',
3194             'WF' => 'Wallis e Futuna',
3195             'WS' => 'Samoa',
3196             'XK' => 'Kosovo',
3197             'YE' => 'Yemen',
3198             'YT' => 'Mayotte',
3199             'ZA' => 'Sudafrica',
3200             'ZM' => 'Zambia',
3201             'ZW' => 'Zimbabwe',
3202             'ZZ' => 'Regione sconosciuta',
3203              
3204             }
3205             },
3206             );
3207              
3208             has 'display_name_variant' => (
3209             is => 'ro',
3210             isa => HashRef[Str],
3211             init_arg => undef,
3212             default => sub {
3213             {
3214             '1901' => 'ortografia tradizionale tedesca',
3215             '1994' => 'ortografia resiana standard',
3216             '1996' => 'ortografia tedesca del 1996',
3217             '1606NICT' => 'francese medio-tardo fino al 1606',
3218             '1694ACAD' => 'primo francese moderno',
3219             '1959ACAD' => 'accademico',
3220             'ALALC97' => 'romanizzazione di ALA-LC, versione 1997',
3221             'ALUKU' => 'dialetto aluku',
3222             'AREVELA' => 'armeno orientale',
3223             'AREVMDA' => 'armeno occidentale',
3224             'BAKU1926' => 'alfabeto latino altaico unificato',
3225             'BAUDDHA' => 'BAUDDHA',
3226             'BISCAYAN' => 'BISCAYAN',
3227             'BISKE' => 'dialetto San Giorgio/Bila',
3228             'BOHORIC' => 'alfabeto bohorič',
3229             'BOONT' => 'boontling',
3230             'DAJNKO' => 'alfabeto Dajnko',
3231             'EMODENG' => 'primo inglese moderno',
3232             'FONIPA' => 'alfabeto fonetico internazionale IPA',
3233             'FONUPA' => 'alfabeto fonetico uralico UPA',
3234             'FONXSAMP' => 'FONXSAMP',
3235             'HEPBURN' => 'romanizzazione Hepburn',
3236             'HOGNORSK' => 'HOGNORSK',
3237             'ITIHASA' => 'ITIHASA',
3238             'JAUER' => 'JAUER',
3239             'JYUTPING' => 'JYUTPING',
3240             'KKCOR' => 'ortografia comune',
3241             'KSCOR' => 'ortografia standard',
3242             'LAUKIKA' => 'LAUKIKA',
3243             'LIPAW' => 'dialetto resiano di Lipovaz',
3244             'LUNA1918' => 'LUNA1918',
3245             'METELKO' => 'alfabeto Metelko',
3246             'MONOTON' => 'monotonico',
3247             'NDYUKA' => 'dialetto Ndyuka',
3248             'NEDIS' => 'dialetto del Natisone',
3249             'NJIVA' => 'dialetto Gniva/Njiva',
3250             'NULIK' => 'volapük moderno',
3251             'OSOJS' => 'dialetto Oseacco/Osojane',
3252             'PAMAKA' => 'dialetto Pamaka',
3253             'PETR1708' => 'PETR1708',
3254             'PINYIN' => 'romanizzazione Pinyin',
3255             'POLYTON' => 'politonico',
3256             'POSIX' => 'computer',
3257             'PUTER' => 'PUTER',
3258             'REVISED' => 'ortografia revisionata',
3259             'RIGIK' => 'Volapük classico',
3260             'ROZAJ' => 'resiano',
3261             'RUMGR' => 'RUMGR',
3262             'SAAHO' => 'saho',
3263             'SCOTLAND' => 'inglese scozzese standard',
3264             'SCOUSE' => 'scouse',
3265             'SOLBA' => 'dialetto Stolvizza/Solbica',
3266             'SURMIRAN' => 'SURMIRAN',
3267             'SURSILV' => 'SURSILV',
3268             'SUTSILV' => 'SUTSILV',
3269             'TARASK' => 'ortografia taraskievica',
3270             'UCCOR' => 'ortografia unificata',
3271             'UCRCOR' => 'ortografia rivista unificata',
3272             'ULSTER' => 'ULSTER',
3273             'VAIDIKA' => 'VAIDIKA',
3274             'VALENCIA' => 'valenziano',
3275             'VALLADER' => 'VALLADER',
3276             'WADEGILE' => 'romanizzazione Wade-Giles',
3277              
3278             }
3279             },
3280             );
3281              
3282             has 'display_name_key' => (
3283             is => 'ro',
3284             isa => HashRef[Str],
3285             init_arg => undef,
3286             default => sub {
3287             {
3288             'calendar' => 'Calendario',
3289             'cf' => 'Formato valuta',
3290             'colalternate' => 'Ordinamento Ignora simboli',
3291             'colbackwards' => 'Ordinamento Accento capovolto',
3292             'colcasefirst' => 'Ordinamento Maiuscole/Minuscole',
3293             'colcaselevel' => 'Ordinamento Distinzione fra maiuscole e minuscole',
3294             'collation' => 'Ordinamento',
3295             'colnormalization' => 'Ordinamento normalizzato',
3296             'colnumeric' => 'Ordinamento numerico',
3297             'colstrength' => 'Sicurezza ordinamento',
3298             'currency' => 'Valuta',
3299             'hc' => 'Sistema orario (12 o 24 ore)',
3300             'lb' => 'Tipo di interruzione di riga',
3301             'ms' => 'Sistema di misurazione',
3302             'numbers' => 'Numeri',
3303             'timezone' => 'Fuso orario',
3304             'va' => 'Variante lingua',
3305             'x' => 'Uso privato',
3306              
3307             }
3308             },
3309             );
3310              
3311             has 'display_name_type' => (
3312             is => 'ro',
3313             isa => HashRef[HashRef[Str]],
3314             init_arg => undef,
3315             default => sub {
3316             {
3317             'calendar' => {
3318             'buddhist' => q{Calendario buddista},
3319             'chinese' => q{Calendario cinese},
3320             'coptic' => q{Calendario copto},
3321             'dangi' => q{Calendario dangi},
3322             'ethiopic' => q{Calendario etiope},
3323             'ethiopic-amete-alem' => q{Calendario etiope Amete Alem},
3324             'gregorian' => q{Calendario gregoriano},
3325             'hebrew' => q{Calendario ebraico},
3326             'indian' => q{calendario nazionale indiano},
3327             'islamic' => q{Calendario islamico},
3328             'islamic-civil' => q{calendario civile islamico},
3329             'islamic-rgsa' => q{Calendario islamico (Arabia Saudita, osservazione)},
3330             'islamic-tbla' => q{Calendario islamico (tabulare, era astronomica)},
3331             'islamic-umalqura' => q{Calendario islamico (Umm al-Qura)},
3332             'iso8601' => q{Calendario ISO-8601},
3333             'japanese' => q{Calendario giapponese},
3334             'persian' => q{Calendario persiano},
3335             'roc' => q{Calendario minguo},
3336             },
3337             'cf' => {
3338             'account' => q{Formato valuta contabile},
3339             'standard' => q{Formato valuta standard},
3340             },
3341             'colalternate' => {
3342             'non-ignorable' => q{Ordina simboli},
3343             'shifted' => q{Ordina ignorando i simboli},
3344             },
3345             'colbackwards' => {
3346             'no' => q{Ordina accenti normalmente},
3347             'yes' => q{Ordina accenti capovolti},
3348             },
3349             'colcasefirst' => {
3350             'lower' => q{Ordina prima lettere minuscole},
3351             'no' => q{Ordina lettere maiuscole/minuscole normalmente},
3352             'upper' => q{Ordina prima lettere minuscole},
3353             },
3354             'colcaselevel' => {
3355             'no' => q{Ordina senza distinzione tra maiuscole e minuscole},
3356             'yes' => q{Ordina distinzione tra maiuscole e minuscole},
3357             },
3358             'collation' => {
3359             'big5han' => q{cinese tradizionale},
3360             'compat' => q{Ordinamento compatto},
3361             'dictionary' => q{Ordinamento dizionario},
3362             'ducet' => q{Ordinamento Unicode predefinito},
3363             'eor' => q{eor},
3364             'gb2312han' => q{cinese semplificato},
3365             'phonebook' => q{ordine elenco telefonico},
3366             'phonetic' => q{Ordinamento fonetico},
3367             'pinyin' => q{ordine pinyin},
3368             'reformed' => q{Ordinamento riformato},
3369             'search' => q{Ricerca generica},
3370             'searchjl' => q{Cerca per consonante hangul iniziale},
3371             'standard' => q{Ordinamento standard},
3372             'stroke' => q{ordine segni},
3373             'traditional' => q{ordine tradizionale},
3374             'unihan' => q{Ordinamento in base ai radicali},
3375             'zhuyin' => q{Ordinamento Zhuyin},
3376             },
3377             'colnormalization' => {
3378             'no' => q{Ordina senza normalizzazione},
3379             'yes' => q{Ordina Unicode normalizzato},
3380             },
3381             'colnumeric' => {
3382             'no' => q{Ordina cifre individualmente},
3383             'yes' => q{Ordina cifre numericamente},
3384             },
3385             'colstrength' => {
3386             'identical' => q{Ordina tutto},
3387             'primary' => q{Ordina solo lettere di base},
3388             'quaternary' => q{Ordina accenti/lettere/larghezza/Kana},
3389             'secondary' => q{Ordina accenti},
3390             'tertiary' => q{Ordina accenti/lettere/larghezza},
3391             },
3392             'd0' => {
3393             'fwidth' => q{Larghezza intera},
3394             'hwidth' => q{Metà larghezza},
3395             'npinyin' => q{Numerica},
3396             },
3397             'hc' => {
3398             'h11' => q{Sistema orario a 12 ore (0–11)},
3399             'h12' => q{Sistema orario a 12 ore (1–12)},
3400             'h23' => q{Sistema orario a 24 ore (0–23)},
3401             'h24' => q{Sistema orario a 24 ore (1–24)},
3402             },
3403             'lb' => {
3404             'loose' => q{Interruzione di riga facoltativa},
3405             'normal' => q{Interruzione di riga normale},
3406             'strict' => q{Interruzione di riga forzata},
3407             },
3408             'm0' => {
3409             'bgn' => q{BGN},
3410             'ungegn' => q{UNGEGN},
3411             },
3412             'ms' => {
3413             'metric' => q{Sistema metrico},
3414             'uksystem' => q{Sistema imperiale britannico},
3415             'ussystem' => q{Sistema consuetudinario statunitense},
3416             },
3417             'numbers' => {
3418             'arab' => q{Cifre indo-arabe},
3419             'arabext' => q{Cifre indo-arabe estese},
3420             'armn' => q{Numeri armeni},
3421             'armnlow' => q{Numeri armeni minuscoli},
3422             'bali' => q{Cifre balinesi},
3423             'beng' => q{Cifre bengalesi},
3424             'brah' => q{Cifre brahmi},
3425             'cakm' => q{Cifre chakma},
3426             'cham' => q{Cifre cham},
3427             'deva' => q{Cifre devanagari},
3428             'ethi' => q{Numeri etiopi},
3429             'finance' => q{Numeri finanziari},
3430             'fullwide' => q{Cifre a larghezza intera},
3431             'geor' => q{Numeri georgiani},
3432             'grek' => q{Numeri greci},
3433             'greklow' => q{Numeri greci minuscoli},
3434             'gujr' => q{Cifre gujarati},
3435             'guru' => q{Cifre gurmukhi},
3436             'hanidec' => q{Numeri decimali cinesi},
3437             'hans' => q{Numeri in cinese semplificato},
3438             'hansfin' => q{Numeri finanziari in cinese semplificato},
3439             'hant' => q{Numeri in cinese tradizionale},
3440             'hantfin' => q{Numeri finanziari in cinese tradizionale},
3441             'hebr' => q{Numeri ebraici},
3442             'java' => q{Cifre giavanesi},
3443             'jpan' => q{Numeri giapponesi},
3444             'jpanfin' => q{Numeri finanziari giapponesi},
3445             'kali' => q{Cifre Kayah Li},
3446             'khmr' => q{Cifre khmer},
3447             'knda' => q{Cifre kannada},
3448             'lana' => q{Cifre tai tham hora},
3449             'lanatham' => q{Cifre tai tham tham},
3450             'laoo' => q{Cifre lao},
3451             'latn' => q{Cifre occidentali},
3452             'lepc' => q{Cifre lepcha},
3453             'limb' => q{Cifre limbu},
3454             'mlym' => q{Cifre malayalam},
3455             'mong' => q{Numeri mongoli},
3456             'mtei' => q{Cifre Meetei Mayek},
3457             'mymr' => q{Cifre birmane},
3458             'mymrshan' => q{Cifre shan birmane},
3459             'native' => q{Cifre native},
3460             'nkoo' => q{Cifre N’Ko},
3461             'olck' => q{Cifre Ol Chiki},
3462             'orya' => q{Cifre oriya},
3463             'osma' => q{Cifre osmanya},
3464             'roman' => q{Numeri romani},
3465             'romanlow' => q{Numeri romani minuscoli},
3466             'saur' => q{Cifre saurashtra},
3467             'shrd' => q{Cifre sharada},
3468             'sora' => q{Cifre Sora Sompeng},
3469             'sund' => q{Cifre sundanesi},
3470             'takr' => q{Cifre takri},
3471             'talu' => q{Cifre nuovo Tai Lue},
3472             'taml' => q{Numeri tamil tradizionali},
3473             'tamldec' => q{Cifre tamil},
3474             'telu' => q{Cifre telugu},
3475             'thai' => q{Cifre thailandesi},
3476             'tibt' => q{Cifre tibetane},
3477             'traditional' => q{Numeri tradizionali},
3478             'vaii' => q{Cifre Vai},
3479             },
3480              
3481             }
3482             },
3483             );
3484              
3485             has 'display_name_measurement_system' => (
3486             is => 'ro',
3487             isa => HashRef[Str],
3488             init_arg => undef,
3489             default => sub {
3490             {
3491             'metric' => q{metrico},
3492             'UK' => q{britannico},
3493             'US' => q{USA},
3494              
3495             }
3496             },
3497             );
3498              
3499             has 'display_name_code_patterns' => (
3500             is => 'ro',
3501             isa => HashRef[Str],
3502             init_arg => undef,
3503             default => sub {
3504             {
3505             'language' => 'Lingua: {0}',
3506             'script' => 'Scrittura: {0}',
3507             'region' => 'Regione: {0}',
3508              
3509             }
3510             },
3511             );
3512              
3513             has 'characters' => (
3514             is => 'ro',
3515             isa => HashRef,
3516             init_arg => undef,
3517             default => $^V ge v5.18.0
3518             ? eval <<'EOT'
3519             sub {
3520             no warnings 'experimental::regex_sets';
3521             return {
3522             auxiliary => qr{[ª á â å ä ã æ ç ê ë í î ï ñ º ô ö õ ø œ ß ú û ü ÿ]},
3523             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'],
3524             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]},
3525             numbers => qr{[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]},
3526             punctuation => qr{[\- — , ; \: ! ? . … ' ’ " “ ” « » ( ) \[ \] \{ \} @ /]},
3527             };
3528             },
3529             EOT
3530             : sub {
3531             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'], };
3532             },
3533             );
3534              
3535 1     1   100  
  1         2  
  1         149  
3536             has 'ellipsis' => (
3537             is => 'ro',
3538             isa => HashRef,
3539             init_arg => undef,
3540             default => sub {
3541             return {
3542             'final' => '{0}…',
3543             'initial' => '…{0}',
3544             'medial' => '{0}…{1}',
3545             'word-final' => '{0} …',
3546             'word-initial' => '… {0}',
3547             'word-medial' => '{0} … {1}',
3548             };
3549             },
3550             );
3551              
3552             has 'more_information' => (
3553             is => 'ro',
3554             isa => Str,
3555             init_arg => undef,
3556             default => qq{?},
3557             );
3558              
3559             has 'quote_start' => (
3560             is => 'ro',
3561             isa => Str,
3562             init_arg => undef,
3563             default => qq{«},
3564             );
3565              
3566             has 'quote_end' => (
3567             is => 'ro',
3568             isa => Str,
3569             init_arg => undef,
3570             default => qq{»},
3571             );
3572              
3573             has 'alternate_quote_start' => (
3574             is => 'ro',
3575             isa => Str,
3576             init_arg => undef,
3577             default => qq{“},
3578             );
3579              
3580             has 'alternate_quote_end' => (
3581             is => 'ro',
3582             isa => Str,
3583             init_arg => undef,
3584             default => qq{”},
3585             );
3586              
3587             has 'duration_units' => (
3588             is => 'ro',
3589             isa => HashRef[Str],
3590             init_arg => undef,
3591             default => sub { {
3592             hm => 'h:mm',
3593             hms => 'h:mm:ss',
3594             ms => 'm:ss',
3595             } }
3596             );
3597              
3598             has 'units' => (
3599             is => 'ro',
3600             isa => HashRef[HashRef[HashRef[Str]]],
3601             init_arg => undef,
3602             default => sub { {
3603             'long' => {
3604             '' => {
3605             'name' => q(punti cardinali),
3606             },
3607             'acre' => {
3608             'name' => q(acri),
3609             'one' => q({0} acro),
3610             'other' => q({0} acri),
3611             },
3612             'acre-foot' => {
3613             'name' => q(acre-feet),
3614             'one' => q({0} acre-foot),
3615             'other' => q({0} acre-feet),
3616             },
3617             'ampere' => {
3618             'name' => q(ampere),
3619             'one' => q({0} ampere),
3620             'other' => q({0} ampere),
3621             },
3622             'arc-minute' => {
3623             'name' => q(primi d’arco),
3624             'one' => q({0} primo d’arco),
3625             'other' => q({0} primi d’arco),
3626             },
3627             'arc-second' => {
3628             'name' => q(secondi d’arco),
3629             'one' => q({0} secondo d’arco),
3630             'other' => q({0} secondi d’arco),
3631             },
3632             'astronomical-unit' => {
3633             'name' => q(unità astronomiche),
3634             'one' => q({0} unità astronomica),
3635             'other' => q({0} unità astronomiche),
3636             },
3637             'atmosphere' => {
3638             'name' => q(atmosfere),
3639             'one' => q({0} atmosfera),
3640             'other' => q({0} atmosfere),
3641             },
3642             'bit' => {
3643             'name' => q(bit),
3644             'one' => q({0} bit),
3645             'other' => q({0} bit),
3646             },
3647             'bushel' => {
3648             'name' => q(staia),
3649             'one' => q({0} staio),
3650             'other' => q({0} staia),
3651             },
3652             'byte' => {
3653             'name' => q(byte),
3654             'one' => q({0} byte),
3655             'other' => q({0} byte),
3656             },
3657             'calorie' => {
3658             'name' => q(calorie),
3659             'one' => q({0} caloria),
3660             'other' => q({0} calorie),
3661             },
3662             'carat' => {
3663             'name' => q(carati),
3664             'one' => q({0} carato),
3665             'other' => q({0} carati),
3666             },
3667             'celsius' => {
3668             'name' => q(gradi Celsius),
3669             'one' => q({0} grado Celsius),
3670             'other' => q({0} gradi Celsius),
3671             },
3672             'centiliter' => {
3673             'name' => q(centilitri),
3674             'one' => q({0} centilitro),
3675             'other' => q({0} centilitri),
3676             },
3677             'centimeter' => {
3678             'name' => q(centimetri),
3679             'one' => q({0} centimetro),
3680             'other' => q({0} centimetri),
3681             'per' => q({0} per centimetro),
3682             },
3683             'century' => {
3684             'name' => q(secoli),
3685             'one' => q({0} secolo),
3686             'other' => q({0} secoli),
3687             },
3688             'coordinate' => {
3689             'east' => q({0}E),
3690             'north' => q({0}N),
3691             'south' => q({0}S),
3692             'west' => q({0}O),
3693             },
3694             'cubic-centimeter' => {
3695             'name' => q(centimetri cubi),
3696             'one' => q({0} centimetro cubo),
3697             'other' => q({0} centimetri cubi),
3698             'per' => q({0} per centimetro cubo),
3699             },
3700             'cubic-foot' => {
3701             'name' => q(piedi cubi),
3702             'one' => q({0} piede cubo),
3703             'other' => q({0} piedi cubi),
3704             },
3705             'cubic-inch' => {
3706             'name' => q(pollici cubi),
3707             'one' => q({0} pollice cubo),
3708             'other' => q({0} pollici cubi),
3709             },
3710             'cubic-kilometer' => {
3711             'name' => q(chilometri cubi),
3712             'one' => q({0} chilometro cubo),
3713             'other' => q({0} chilometri cubi),
3714             },
3715             'cubic-meter' => {
3716             'name' => q(metri cubi),
3717             'one' => q({0} metro cubo),
3718             'other' => q({0} metri cubi),
3719             'per' => q({0} per metro cubo),
3720             },
3721             'cubic-mile' => {
3722             'name' => q(miglia cube),
3723             'one' => q({0} miglio cubo),
3724             'other' => q({0} miglia cube),
3725             },
3726             'cubic-yard' => {
3727             'name' => q(iarde cubiche),
3728             'one' => q({0} iarda cubica),
3729             'other' => q({0} iarde cubiche),
3730             },
3731             'cup' => {
3732             'name' => q(tazze),
3733             'one' => q({0} tazza),
3734             'other' => q({0} tazze),
3735             },
3736             'cup-metric' => {
3737             'name' => q(tazze metriche),
3738             'one' => q({0} tazza metrica),
3739             'other' => q({0} tazze metriche),
3740             },
3741             'day' => {
3742             'name' => q(giorni),
3743             'one' => q({0} giorno),
3744             'other' => q({0} giorni),
3745             'per' => q({0} al giorno),
3746             },
3747             'deciliter' => {
3748             'name' => q(decilitri),
3749             'one' => q({0} decilitro),
3750             'other' => q({0} decilitri),
3751             },
3752             'decimeter' => {
3753             'name' => q(decimetri),
3754             'one' => q({0} decimetro),
3755             'other' => q({0} decimetri),
3756             },
3757             'degree' => {
3758             'name' => q(gradi),
3759             'one' => q({0} grado),
3760             'other' => q({0} gradi),
3761             },
3762             'fahrenheit' => {
3763             'name' => q(gradi Fahrenheit),
3764             'one' => q({0} grado Fahrenheit),
3765             'other' => q({0} gradi Fahrenheit),
3766             },
3767             'fluid-ounce' => {
3768             'name' => q(once fluide),
3769             'one' => q({0} oncia fluida),
3770             'other' => q({0} once fluide),
3771             },
3772             'foodcalorie' => {
3773             'name' => q(Calorie),
3774             'one' => q({0} caloria),
3775             'other' => q({0} calorie),
3776             },
3777             'foot' => {
3778             'name' => q(piedi),
3779             'one' => q({0} piede),
3780             'other' => q({0} piedi),
3781             'per' => q({0} per piede),
3782             },
3783             'g-force' => {
3784             'name' => q(forza g),
3785             'one' => q({0} forza g),
3786             'other' => q({0} forza g),
3787             },
3788             'gallon' => {
3789             'name' => q(galloni),
3790             'one' => q({0} gallone),
3791             'other' => q({0} galloni),
3792             'per' => q({0} per gallone),
3793             },
3794             'gallon-imperial' => {
3795             'name' => q(galloni imperiali),
3796             'one' => q({0} gallone imperiale),
3797             'other' => q({0} galloni imperiali),
3798             'per' => q({0} per gallone imperiale),
3799             },
3800             'generic' => {
3801             'name' => q(°),
3802             'one' => q({0}°),
3803             'other' => q({0}°),
3804             },
3805             'gigabit' => {
3806             'name' => q(gigabit),
3807             'one' => q({0} gigabit),
3808             'other' => q({0} gigabit),
3809             },
3810             'gigabyte' => {
3811             'name' => q(gigabyte),
3812             'one' => q({0} gigabyte),
3813             'other' => q({0} gigabyte),
3814             },
3815             'gigahertz' => {
3816             'name' => q(gigahertz),
3817             'one' => q({0} gigahertz),
3818             'other' => q({0} gigahertz),
3819             },
3820             'gigawatt' => {
3821             'name' => q(gigawatt),
3822             'one' => q({0} gigawatt),
3823             'other' => q({0} gigawatt),
3824             },
3825             'gram' => {
3826             'name' => q(grammi),
3827             'one' => q({0} grammo),
3828             'other' => q({0} grammi),
3829             'per' => q({0} per grammo),
3830             },
3831             'hectare' => {
3832             'name' => q(ettari),
3833             'one' => q({0} ettaro),
3834             'other' => q({0} ettari),
3835             },
3836             'hectoliter' => {
3837             'name' => q(ettolitri),
3838             'one' => q({0} ettolitro),
3839             'other' => q({0} ettolitri),
3840             },
3841             'hectopascal' => {
3842             'name' => q(ettopascal),
3843             'one' => q({0} ettopascal),
3844             'other' => q({0} ettopascal),
3845             },
3846             'hertz' => {
3847             'name' => q(hertz),
3848             'one' => q({0} hertz),
3849             'other' => q({0} hertz),
3850             },
3851             'horsepower' => {
3852             'name' => q(cavalli vapore),
3853             'one' => q({0} cavallo vapore),
3854             'other' => q({0} cavalli vapore),
3855             },
3856             'hour' => {
3857             'name' => q(ore),
3858             'one' => q({0} ora),
3859             'other' => q({0} ore),
3860             'per' => q({0} all’ora),
3861             },
3862             'inch' => {
3863             'name' => q(pollici),
3864             'one' => q({0} pollice),
3865             'other' => q({0} pollici),
3866             'per' => q({0} per pollice),
3867             },
3868             'inch-hg' => {
3869             'name' => q(pollici di mercurio),
3870             'one' => q({0} pollice di mercurio),
3871             'other' => q({0} pollici di mercurio),
3872             },
3873             'joule' => {
3874             'name' => q(joule),
3875             'one' => q({0} joule),
3876             'other' => q({0} joule),
3877             },
3878             'karat' => {
3879             'name' => q(carati),
3880             'one' => q({0} carato),
3881             'other' => q({0} carati),
3882             },
3883             'kelvin' => {
3884             'name' => q(Kelvin),
3885             'one' => q({0} Kelvin),
3886             'other' => q({0} Kelvin),
3887             },
3888             'kilobit' => {
3889             'name' => q(kilobit),
3890             'one' => q({0} kilobit),
3891             'other' => q({0} kilobit),
3892             },
3893             'kilobyte' => {
3894             'name' => q(kilobyte),
3895             'one' => q({0} kilobyte),
3896             'other' => q({0} kilobyte),
3897             },
3898             'kilocalorie' => {
3899             'name' => q(chilocalorie),
3900             'one' => q({0} chilocaloria),
3901             'other' => q({0} chilocalorie),
3902             },
3903             'kilogram' => {
3904             'name' => q(chilogrammi),
3905             'one' => q({0} chilogrammo),
3906             'other' => q({0} chilogrammi),
3907             'per' => q({0} per chilogrammo),
3908             },
3909             'kilohertz' => {
3910             'name' => q(kilohertz),
3911             'one' => q({0} kilohertz),
3912             'other' => q({0} kilohertz),
3913             },
3914             'kilojoule' => {
3915             'name' => q(kilojoule),
3916             'one' => q({0} kilojoule),
3917             'other' => q({0} kilojoule),
3918             },
3919             'kilometer' => {
3920             'name' => q(chilometri),
3921             'one' => q({0} chilometro),
3922             'other' => q({0} chilometri),
3923             'per' => q({0} per chilometro),
3924             },
3925             'kilometer-per-hour' => {
3926             'name' => q(chilometri orari),
3927             'one' => q({0} chilometro orario),
3928             'other' => q({0} chilometri orari),
3929             },
3930             'kilowatt' => {
3931             'name' => q(kilowatt),
3932             'one' => q({0} kilowatt),
3933             'other' => q({0} kilowatt),
3934             },
3935             'kilowatt-hour' => {
3936             'name' => q(chilowattora),
3937             'one' => q({0} chilowattora),
3938             'other' => q({0} chilowattora),
3939             },
3940             'knot' => {
3941             'name' => q(nodo),
3942             'one' => q({0} nodo),
3943             'other' => q({0} nodi),
3944             },
3945             'light-year' => {
3946             'name' => q(anni luce),
3947             'one' => q({0} anno luce),
3948             'other' => q({0} anni luce),
3949             },
3950             'liter' => {
3951             'name' => q(litri),
3952             'one' => q({0} litro),
3953             'other' => q({0} litri),
3954             'per' => q({0} per litro),
3955             },
3956             'liter-per-100kilometers' => {
3957             'name' => q(litri per 100 chilometri),
3958             'one' => q({0} litro per 100 chilometri),
3959             'other' => q({0} litri per 100 chilometri),
3960             },
3961             'liter-per-kilometer' => {
3962             'name' => q(litri per chilometro),
3963             'one' => q({0} litro per chilometro),
3964             'other' => q({0} litri per chilometro),
3965             },
3966             'lux' => {
3967             'name' => q(lux),
3968             'one' => q({0} lux),
3969             'other' => q({0} lux),
3970             },
3971             'megabit' => {
3972             'name' => q(megabit),
3973             'one' => q({0} megabit),
3974             'other' => q({0} megabit),
3975             },
3976             'megabyte' => {
3977             'name' => q(megabyte),
3978             'one' => q({0} megabyte),
3979             'other' => q({0} megabyte),
3980             },
3981             'megahertz' => {
3982             'name' => q(megahertz),
3983             'one' => q({0} megahertz),
3984             'other' => q({0} megahertz),
3985             },
3986             'megaliter' => {
3987             'name' => q(megalitri),
3988             'one' => q({0} megalitro),
3989             'other' => q({0} megalitri),
3990             },
3991             'megawatt' => {
3992             'name' => q(megawatt),
3993             'one' => q({0} megawatt),
3994             'other' => q({0} megawatt),
3995             },
3996             'meter' => {
3997             'name' => q(metri),
3998             'one' => q({0} metro),
3999             'other' => q({0} metri),
4000             'per' => q({0} per metro),
4001             },
4002             'meter-per-second' => {
4003             'name' => q(metri al secondo),
4004             'one' => q({0} metro al secondo),
4005             'other' => q({0} metri al secondo),
4006             },
4007             'meter-per-second-squared' => {
4008             'name' => q(metri al secondo quadrato),
4009             'one' => q({0} metro al secondo quadrato),
4010             'other' => q({0} metri al secondo quadrato),
4011             },
4012             'metric-ton' => {
4013             'name' => q(tonnellate metriche),
4014             'one' => q({0} tonnellata metrica),
4015             'other' => q({0} tonnellate metriche),
4016             },
4017             'microgram' => {
4018             'name' => q(microgrammi),
4019             'one' => q({0} microgrammo),
4020             'other' => q({0} microgrammi),
4021             },
4022             'micrometer' => {
4023             'name' => q(micrometri),
4024             'one' => q({0} micrometro),
4025             'other' => q({0} micrometri),
4026             },
4027             'microsecond' => {
4028             'name' => q(microsecondi),
4029             'one' => q({0} microsecondo),
4030             'other' => q({0} microsecondi),
4031             },
4032             'mile' => {
4033             'name' => q(miglia),
4034             'one' => q({0} miglio),
4035             'other' => q({0} miglia),
4036             },
4037             'mile-per-gallon' => {
4038             'name' => q(miglia per gallone),
4039             'one' => q({0} miglio per gallone),
4040             'other' => q({0} miglia per gallone),
4041             },
4042             'mile-per-gallon-imperial' => {
4043             'name' => q(miglia per gallone imperiale),
4044             'one' => q({0} miglio per gallone imperiale),
4045             'other' => q({0} miglia per gallone imperiale),
4046             },
4047             'mile-per-hour' => {
4048             'name' => q(miglia all’ora),
4049             'one' => q({0} miglio all’ora),
4050             'other' => q({0} miglia all’ora),
4051             },
4052             'mile-scandinavian' => {
4053             'name' => q(miglia scandinave),
4054             'one' => q({0} miglio scandinavo),
4055             'other' => q({0} miglia scandinave),
4056             },
4057             'milliampere' => {
4058             'name' => q(milliampere),
4059             'one' => q({0} milliampere),
4060             'other' => q({0} milliampere),
4061             },
4062             'millibar' => {
4063             'name' => q(millibar),
4064             'one' => q({0} millibar),
4065             'other' => q({0} millibar),
4066             },
4067             'milligram' => {
4068             'name' => q(milligrammi),
4069             'one' => q({0} milligrammo),
4070             'other' => q({0} milligrammi),
4071             },
4072             'milligram-per-deciliter' => {
4073             'name' => q(milligrammi per decilitro),
4074             'one' => q({0} milligrammo per decilitro),
4075             'other' => q({0} milligrammi per decilitro),
4076             },
4077             'milliliter' => {
4078             'name' => q(millilitri),
4079             'one' => q({0} millilitro),
4080             'other' => q({0} millilitri),
4081             },
4082             'millimeter' => {
4083             'name' => q(millimetri),
4084             'one' => q({0} millimetro),
4085             'other' => q({0} millimetri),
4086             },
4087             'millimeter-of-mercury' => {
4088             'name' => q(millimetri di mercurio),
4089             'one' => q({0} millimetro di mercurio),
4090             'other' => q({0} millimetri di mercurio),
4091             },
4092             'millimole-per-liter' => {
4093             'name' => q(millimoli per litro),
4094             'one' => q({0} millimole per litro),
4095             'other' => q({0} millimoli per litro),
4096             },
4097             'millisecond' => {
4098             'name' => q(millisecondi),
4099             'one' => q({0} millisecondo),
4100             'other' => q({0} millisecondi),
4101             },
4102             'milliwatt' => {
4103             'name' => q(milliwatt),
4104             'one' => q({0} milliwatt),
4105             'other' => q({0} milliwatt),
4106             },
4107             'minute' => {
4108             'name' => q(minuti),
4109             'one' => q({0} minuto),
4110             'other' => q({0} minuti),
4111             'per' => q({0} al minuto),
4112             },
4113             'month' => {
4114             'name' => q(mesi),
4115             'one' => q({0} mese),
4116             'other' => q({0} mesi),
4117             'per' => q({0} al mese),
4118             },
4119             'nanometer' => {
4120             'name' => q(nanometri),
4121             'one' => q({0} nanometro),
4122             'other' => q({0} nanometri),
4123             },
4124             'nanosecond' => {
4125             'name' => q(nanosecondi),
4126             'one' => q({0} nanosecondo),
4127             'other' => q({0} nanosecondi),
4128             },
4129             'nautical-mile' => {
4130             'name' => q(miglia nautiche),
4131             'one' => q({0} miglio nautico),
4132             'other' => q({0} miglia nautiche),
4133             },
4134             'ohm' => {
4135             'name' => q(ohm),
4136             'one' => q({0} ohm),
4137             'other' => q({0} ohm),
4138             },
4139             'ounce' => {
4140             'name' => q(once),
4141             'one' => q({0} oncia),
4142             'other' => q({0} once),
4143             'per' => q({0} per oncia),
4144             },
4145             'ounce-troy' => {
4146             'name' => q(once troy),
4147             'one' => q({0} oncia troy),
4148             'other' => q({0} once troy),
4149             },
4150             'parsec' => {
4151             'name' => q(parsec),
4152             'one' => q({0} parsec),
4153             'other' => q({0} parsec),
4154             },
4155             'part-per-million' => {
4156             'name' => q(parti per milione),
4157             'one' => q({0} parte per milione),
4158             'other' => q({0} parti per milione),
4159             },
4160             'per' => {
4161             '1' => q({0} al {1}),
4162             },
4163             'percent' => {
4164             'name' => q(percentuale),
4165             'one' => q({0} percento),
4166             'other' => q({0} percento),
4167             },
4168             'permille' => {
4169             'name' => q(permille),
4170             'one' => q({0}‰),
4171             'other' => q({0}‰),
4172             },
4173             'petabyte' => {
4174             'name' => q(petabyte),
4175             'one' => q({0} petabyte),
4176             'other' => q({0} petabyte),
4177             },
4178             'picometer' => {
4179             'name' => q(picometri),
4180             'one' => q({0} picometro),
4181             'other' => q({0} picometri),
4182             },
4183             'pint' => {
4184             'name' => q(pinte),
4185             'one' => q({0} pinta),
4186             'other' => q({0} pinte),
4187             },
4188             'pint-metric' => {
4189             'name' => q(pinte metriche),
4190             'one' => q({0} pinta metrica),
4191             'other' => q({0} pinte metriche),
4192             },
4193             'point' => {
4194             'name' => q(punti),
4195             'one' => q({0} punto),
4196             'other' => q({0} punti),
4197             },
4198             'pound' => {
4199             'name' => q(libbre),
4200             'one' => q({0} libbra),
4201             'other' => q({0} libbre),
4202             'per' => q({0} per libbra),
4203             },
4204             'pound-per-square-inch' => {
4205             'name' => q(libbre per pollice quadrato),
4206             'one' => q({0} libbra per pollice quadrato),
4207             'other' => q({0} libbre per pollice quadrato),
4208             },
4209             'quart' => {
4210             'name' => q(quarti),
4211             'one' => q({0} quarto),
4212             'other' => q({0} quarti),
4213             },
4214             'radian' => {
4215             'name' => q(radianti),
4216             'one' => q({0} radiante),
4217             'other' => q({0} radianti),
4218             },
4219             'revolution' => {
4220             'name' => q(rivoluzione),
4221             'one' => q({0} rivoluzione),
4222             'other' => q({0} rivoluzioni),
4223             },
4224             'second' => {
4225             'name' => q(secondi),
4226             'one' => q({0} secondo),
4227             'other' => q({0} secondi),
4228             'per' => q({0} al secondo),
4229             },
4230             'square-centimeter' => {
4231             'name' => q(centimetri quadrati),
4232             'one' => q({0} centimetro quadrato),
4233             'other' => q({0} centimetri quadrati),
4234             'per' => q({0} per centimetro quadrato),
4235             },
4236             'square-foot' => {
4237             'name' => q(piedi quadrati),
4238             'one' => q({0} piede quadrato),
4239             'other' => q({0} piedi quadrati),
4240             },
4241             'square-inch' => {
4242             'name' => q(pollici quadrati),
4243             'one' => q({0} pollice quadrato),
4244             'other' => q({0} pollici quadrati),
4245             'per' => q({0} per pollice quadrato),
4246             },
4247             'square-kilometer' => {
4248             'name' => q(chilometri quadrati),
4249             'one' => q({0} chilometro quadrato),
4250             'other' => q({0} chilometri quadrati),
4251             'per' => q({0} per chilometro quadrato),
4252             },
4253             'square-meter' => {
4254             'name' => q(metri quadrati),
4255             'one' => q({0} metro quadrato),
4256             'other' => q({0} metri quadrati),
4257             'per' => q({0} per metro quadrato),
4258             },
4259             'square-mile' => {
4260             'name' => q(miglia quadrate),
4261             'one' => q({0} miglio quadrato),
4262             'other' => q({0} miglia quadrate),
4263             'per' => q({0} per miglio quadrato),
4264             },
4265             'square-yard' => {
4266             'name' => q(iarde quadrate),
4267             'one' => q({0} iarda quadrata),
4268             'other' => q({0} iarde quadrate),
4269             },
4270             'tablespoon' => {
4271             'name' => q(cucchiai da tavola),
4272             'one' => q({0} cucchiaio da tavola),
4273             'other' => q({0} cucchiai da tavola),
4274             },
4275             'teaspoon' => {
4276             'name' => q(cucchiai da tè),
4277             'one' => q({0} cucchiaio da tè),
4278             'other' => q({0} cucchiai da tè),
4279             },
4280             'terabit' => {
4281             'name' => q(terabit),
4282             'one' => q({0} terabit),
4283             'other' => q({0} terabit),
4284             },
4285             'terabyte' => {
4286             'name' => q(terabyte),
4287             'one' => q({0} terabyte),
4288             'other' => q({0} terabyte),
4289             },
4290             'ton' => {
4291             'name' => q(tonnellate),
4292             'one' => q({0} tonnellata),
4293             'other' => q({0} tonnellate),
4294             },
4295             'volt' => {
4296             'name' => q(volt),
4297             'one' => q({0} volt),
4298             'other' => q({0} volt),
4299             },
4300             'watt' => {
4301             'name' => q(watt),
4302             'one' => q({0} watt),
4303             'other' => q({0} watt),
4304             },
4305             'week' => {
4306             'name' => q(settimane),
4307             'one' => q({0} settimana),
4308             'other' => q({0} settimane),
4309             'per' => q({0} alla settimana),
4310             },
4311             'yard' => {
4312             'name' => q(iarde),
4313             'one' => q({0} iarda),
4314             'other' => q({0} iarde),
4315             },
4316             'year' => {
4317             'name' => q(anni),
4318             'one' => q({0} anno),
4319             'other' => q({0} anni),
4320             'per' => q({0} all’anno),
4321             },
4322             },
4323             'narrow' => {
4324             '' => {
4325             'name' => q(punto),
4326             },
4327             'acre' => {
4328             'one' => q({0}ac),
4329             'other' => q({0}ac),
4330             },
4331             'arc-minute' => {
4332             'one' => q({0}min),
4333             'other' => q({0}min),
4334             },
4335             'arc-second' => {
4336             'one' => q({0}s),
4337             'other' => q({0}s),
4338             },
4339             'celsius' => {
4340             'name' => q(°C),
4341             'one' => q({0} °C),
4342             'other' => q({0} °C),
4343             },
4344             'centimeter' => {
4345             'name' => q(cm),
4346             'one' => q({0}cm),
4347             'other' => q({0}cm),
4348             },
4349             'coordinate' => {
4350             'east' => q({0}E),
4351             'north' => q({0}N),
4352             'south' => q({0}S),
4353             'west' => q({0}O),
4354             },
4355             'cubic-kilometer' => {
4356             'one' => q({0}km³),
4357             'other' => q({0}km³),
4358             },
4359             'cubic-mile' => {
4360             'one' => q({0}mi³),
4361             'other' => q({0}mi³),
4362             },
4363             'day' => {
4364             'name' => q(giorno),
4365             'one' => q({0} g),
4366             'other' => q({0}gg),
4367             },
4368             'degree' => {
4369             'one' => q({0}°),
4370             'other' => q({0}°),
4371             },
4372             'fahrenheit' => {
4373             'one' => q({0}°F),
4374             'other' => q({0}°F),
4375             },
4376             'foot' => {
4377             'one' => q({0}ft),
4378             'other' => q({0}ft),
4379             },
4380             'g-force' => {
4381             'one' => q({0}G),
4382             'other' => q({0}G),
4383             },
4384             'gram' => {
4385             'name' => q(g),
4386             'one' => q({0}g),
4387             'other' => q({0}g),
4388             },
4389             'hectare' => {
4390             'one' => q({0}ha),
4391             'other' => q({0}ha),
4392             },
4393             'hectopascal' => {
4394             'one' => q({0}hPa),
4395             'other' => q({0}hPa),
4396             },
4397             'horsepower' => {
4398             'one' => q({0}hp),
4399             'other' => q({0}hp),
4400             },
4401             'hour' => {
4402             'name' => q(ora),
4403             'one' => q({0}h),
4404             'other' => q({0}h),
4405             },
4406             'inch' => {
4407             'one' => q({0}″),
4408             'other' => q({0}″),
4409             },
4410             'inch-hg' => {
4411             'one' => q({0}inHg),
4412             'other' => q({0}inHg),
4413             },
4414             'kilogram' => {
4415             'name' => q(kg),
4416             'one' => q({0}kg),
4417             'other' => q({0}kg),
4418             },
4419             'kilometer' => {
4420             'name' => q(km),
4421             'one' => q({0}km),
4422             'other' => q({0}km),
4423             },
4424             'kilometer-per-hour' => {
4425             'name' => q(km/h),
4426             'one' => q({0}km/h),
4427             'other' => q({0}km/h),
4428             },
4429             'kilowatt' => {
4430             'one' => q({0}kW),
4431             'other' => q({0}kW),
4432             },
4433             'light-year' => {
4434             'name' => q(al),
4435             'one' => q({0}al),
4436             'other' => q({0}al),
4437             },
4438             'liter' => {
4439             'name' => q(l),
4440             'one' => q({0}l),
4441             'other' => q({0}l),
4442             },
4443             'liter-per-100kilometers' => {
4444             'name' => q(L/100km),
4445             'one' => q({0} L/100km),
4446             'other' => q({0} L/100km),
4447             },
4448             'meter' => {
4449             'name' => q(metro),
4450             'one' => q({0}m),
4451             'other' => q({0}m),
4452             },
4453             'meter-per-second' => {
4454             'one' => q({0}m/s),
4455             'other' => q({0}m/s),
4456             },
4457             'mile' => {
4458             'one' => q({0}mi),
4459             'other' => q({0}mi),
4460             },
4461             'mile-per-hour' => {
4462             'one' => q({0}mi/h),
4463             'other' => q({0}mi/h),
4464             },
4465             'millibar' => {
4466             'one' => q({0}mbar),
4467             'other' => q({0}mbar),
4468             },
4469             'millimeter' => {
4470             'name' => q(mm),
4471             'one' => q({0}mm),
4472             'other' => q({0}mm),
4473             },
4474             'millisecond' => {
4475             'name' => q(ms),
4476             'one' => q({0}ms),
4477             'other' => q({0}ms),
4478             },
4479             'minute' => {
4480             'name' => q(min),
4481             'one' => q({0}min),
4482             'other' => q({0}min),
4483             },
4484             'month' => {
4485             'name' => q(mese),
4486             'one' => q({0} mese),
4487             'other' => q({0} mesi),
4488             },
4489             'ounce' => {
4490             'one' => q({0}oz),
4491             'other' => q({0}oz),
4492             },
4493             'per' => {
4494             '1' => q({0}/{1}),
4495             },
4496             'percent' => {
4497             'name' => q(%),
4498             'one' => q({0}%),
4499             'other' => q({0}%),
4500             },
4501             'picometer' => {
4502             'one' => q({0}pm),
4503             'other' => q({0}pm),
4504             },
4505             'pound' => {
4506             'one' => q({0}lb),
4507             'other' => q({0}lb),
4508             },
4509             'second' => {
4510             'name' => q(s),
4511             'one' => q({0}s),
4512             'other' => q({0}s),
4513             },
4514             'square-foot' => {
4515             'one' => q({0}ft²),
4516             'other' => q({0}ft²),
4517             },
4518             'square-kilometer' => {
4519             'one' => q({0}km²),
4520             'other' => q({0}km²),
4521             },
4522             'square-meter' => {
4523             'one' => q({0}m²),
4524             'other' => q({0}m²),
4525             },
4526             'square-mile' => {
4527             'one' => q({0}mi²),
4528             'other' => q({0}mi²),
4529             },
4530             'watt' => {
4531             'one' => q({0}W),
4532             'other' => q({0}W),
4533             },
4534             'week' => {
4535             'name' => q(sett.),
4536             'one' => q({0}sett.),
4537             'other' => q({0}sett.),
4538             },
4539             'yard' => {
4540             'one' => q({0}yd),
4541             'other' => q({0}yd),
4542             },
4543             'year' => {
4544             'name' => q(anno),
4545             'one' => q({0}anno),
4546             'other' => q({0}anni),
4547             },
4548             },
4549             'short' => {
4550             '' => {
4551             'name' => q(punto),
4552             },
4553             'acre' => {
4554             'name' => q(acri),
4555             'one' => q({0} ac),
4556             'other' => q({0} ac),
4557             },
4558             'acre-foot' => {
4559             'name' => q(ac ft),
4560             'one' => q({0} ac ft),
4561             'other' => q({0} ac ft),
4562             },
4563             'ampere' => {
4564             'name' => q(A),
4565             'one' => q({0} A),
4566             'other' => q({0} A),
4567             },
4568             'arc-minute' => {
4569             'name' => q(′),
4570             'one' => q({0}′),
4571             'other' => q({0}′),
4572             },
4573             'arc-second' => {
4574             'name' => q(″),
4575             'one' => q({0}″),
4576             'other' => q({0}″),
4577             },
4578             'astronomical-unit' => {
4579             'name' => q(au),
4580             'one' => q({0} au),
4581             'other' => q({0} au),
4582             },
4583             'atmosphere' => {
4584             'name' => q(atm),
4585             'one' => q({0} atm),
4586             'other' => q({0} atm),
4587             },
4588             'bit' => {
4589             'name' => q(bit),
4590             'one' => q({0} bit),
4591             'other' => q({0} bit),
4592             },
4593             'bushel' => {
4594             'name' => q(staia),
4595             },
4596             'byte' => {
4597             'name' => q(byte),
4598             'one' => q({0} byte),
4599             'other' => q({0} byte),
4600             },
4601             'calorie' => {
4602             'name' => q(cal),
4603             'one' => q({0} cal),
4604             'other' => q({0} cal),
4605             },
4606             'carat' => {
4607             'name' => q(carati),
4608             'one' => q({0} kt),
4609             'other' => q({0} kt),
4610             },
4611             'celsius' => {
4612             'name' => q(°C),
4613             'one' => q({0} °C),
4614             'other' => q({0} °C),
4615             },
4616             'centiliter' => {
4617             'name' => q(cl),
4618             'one' => q({0} cl),
4619             'other' => q({0} cl),
4620             },
4621             'centimeter' => {
4622             'name' => q(cm),
4623             'one' => q({0} cm),
4624             'other' => q({0} cm),
4625             'per' => q({0}/cm),
4626             },
4627             'century' => {
4628             'name' => q(sec.),
4629             'one' => q({0} sec.),
4630             'other' => q({0} secc.),
4631             },
4632             'coordinate' => {
4633             'east' => q({0}E),
4634             'north' => q({0}N),
4635             'south' => q({0}S),
4636             'west' => q({0}O),
4637             },
4638             'cubic-centimeter' => {
4639             'name' => q(cm³),
4640             'one' => q({0} cm³),
4641             'other' => q({0} cm³),
4642             'per' => q({0}/cm³),
4643             },
4644             'cubic-foot' => {
4645             'name' => q(ft³),
4646             'one' => q({0} ft³),
4647             'other' => q({0} ft³),
4648             },
4649             'cubic-inch' => {
4650             'name' => q(in³),
4651             'one' => q({0} in³),
4652             'other' => q({0} in³),
4653             },
4654             'cubic-kilometer' => {
4655             'name' => q(km³),
4656             'one' => q({0} km³),
4657             'other' => q({0} km³),
4658             },
4659             'cubic-meter' => {
4660             'name' => q(m³),
4661             'one' => q({0} m³),
4662             'other' => q({0} m³),
4663             'per' => q({0}/m³),
4664             },
4665             'cubic-mile' => {
4666             'name' => q(mi³),
4667             'one' => q({0} mi³),
4668             'other' => q({0} mi³),
4669             },
4670             'cubic-yard' => {
4671             'name' => q(yd³),
4672             'one' => q({0} yd³),
4673             'other' => q({0} yd³),
4674             },
4675             'cup' => {
4676             'name' => q(c),
4677             'one' => q({0} c),
4678             'other' => q({0} c),
4679             },
4680             'cup-metric' => {
4681             'name' => q(mcup),
4682             'one' => q({0} mc),
4683             'other' => q({0} mc),
4684             },
4685             'day' => {
4686             'name' => q(giorni),
4687             'one' => q({0} giorno),
4688             'other' => q({0} giorni),
4689             'per' => q({0}/giorno),
4690             },
4691             'deciliter' => {
4692             'name' => q(dl),
4693             'one' => q({0} dl),
4694             'other' => q({0} dl),
4695             },
4696             'decimeter' => {
4697             'name' => q(dm),
4698             'one' => q({0} dm),
4699             'other' => q({0} dm),
4700             },
4701             'degree' => {
4702             'name' => q(°),
4703             'one' => q({0}°),
4704             'other' => q({0}°),
4705             },
4706             'fahrenheit' => {
4707             'name' => q(°F),
4708             'one' => q({0} °F),
4709             'other' => q({0} °F),
4710             },
4711             'fluid-ounce' => {
4712             'name' => q(fl oz),
4713             'one' => q({0} fl oz),
4714             'other' => q({0} fl oz),
4715             },
4716             'foodcalorie' => {
4717             'name' => q(Cal),
4718             'one' => q({0} Cal),
4719             'other' => q({0} Cal),
4720             },
4721             'foot' => {
4722             'name' => q(ft),
4723             'one' => q({0} ft),
4724             'other' => q({0} ft),
4725             'per' => q({0}/ft),
4726             },
4727             'g-force' => {
4728             'name' => q(forza g),
4729             'one' => q({0} G),
4730             'other' => q({0} G),
4731             },
4732             'gallon' => {
4733             'name' => q(gal),
4734             'one' => q({0} gal),
4735             'other' => q({0} gal),
4736             'per' => q({0}/gal),
4737             },
4738             'gallon-imperial' => {
4739             'name' => q(Gal imp.),
4740             'one' => q({0} gal imp.),
4741             'other' => q({0} gal imp.),
4742             'per' => q({0}/gal imp.),
4743             },
4744             'generic' => {
4745             'name' => q(°),
4746             'one' => q({0}°),
4747             'other' => q({0}°),
4748             },
4749             'gigabit' => {
4750             'name' => q(Gb),
4751             'one' => q({0} Gb),
4752             'other' => q({0} Gb),
4753             },
4754             'gigabyte' => {
4755             'name' => q(GB),
4756             'one' => q({0} GB),
4757             'other' => q({0} GB),
4758             },
4759             'gigahertz' => {
4760             'name' => q(GHz),
4761             'one' => q({0} GHz),
4762             'other' => q({0} GHz),
4763             },
4764             'gigawatt' => {
4765             'name' => q(GW),
4766             'one' => q({0} GW),
4767             'other' => q({0} GW),
4768             },
4769             'gram' => {
4770             'name' => q(grammi),
4771             'one' => q({0} g),
4772             'other' => q({0} g),
4773             'per' => q({0}/g),
4774             },
4775             'hectare' => {
4776             'name' => q(ettari),
4777             'one' => q({0} ha),
4778             'other' => q({0} ha),
4779             },
4780             'hectoliter' => {
4781             'name' => q(hl),
4782             'one' => q({0} hl),
4783             'other' => q({0} hl),
4784             },
4785             'hectopascal' => {
4786             'name' => q(hPa),
4787             'one' => q({0} hPa),
4788             'other' => q({0} hPa),
4789             },
4790             'hertz' => {
4791             'name' => q(Hz),
4792             'one' => q({0} Hz),
4793             'other' => q({0} Hz),
4794             },
4795             'horsepower' => {
4796             'name' => q(hp),
4797             'one' => q({0} hp),
4798             'other' => q({0} hp),
4799             },
4800             'hour' => {
4801             'name' => q(h),
4802             'one' => q({0} h),
4803             'other' => q({0} h),
4804             'per' => q({0}/h),
4805             },
4806             'inch' => {
4807             'name' => q(in),
4808             'one' => q({0} in),
4809             'other' => q({0} in),
4810             'per' => q({0}/in),
4811             },
4812             'inch-hg' => {
4813             'name' => q(inHg),
4814             'one' => q({0} inHg),
4815             'other' => q({0} inHg),
4816             },
4817             'joule' => {
4818             'name' => q(J),
4819             'one' => q({0} J),
4820             'other' => q({0} J),
4821             },
4822             'karat' => {
4823             'name' => q(kt),
4824             'one' => q({0} kt),
4825             'other' => q({0} kt),
4826             },
4827             'kelvin' => {
4828             'name' => q(K),
4829             'one' => q({0} K),
4830             'other' => q({0} K),
4831             },
4832             'kilobit' => {
4833             'name' => q(kb),
4834             'one' => q({0} kb),
4835             'other' => q({0} kb),
4836             },
4837             'kilobyte' => {
4838             'name' => q(kB),
4839             'one' => q({0} kB),
4840             'other' => q({0} kB),
4841             },
4842             'kilocalorie' => {
4843             'name' => q(kcal),
4844             'one' => q({0} kcal),
4845             'other' => q({0} kcal),
4846             },
4847             'kilogram' => {
4848             'name' => q(kg),
4849             'one' => q({0} kg),
4850             'other' => q({0} kg),
4851             'per' => q({0}/kg),
4852             },
4853             'kilohertz' => {
4854             'name' => q(kHz),
4855             'one' => q({0} kHz),
4856             'other' => q({0} kHz),
4857             },
4858             'kilojoule' => {
4859             'name' => q(kJ),
4860             'one' => q({0} kJ),
4861             'other' => q({0} kJ),
4862             },
4863             'kilometer' => {
4864             'name' => q(km),
4865             'one' => q({0} km),
4866             'other' => q({0} km),
4867             'per' => q({0}/km),
4868             },
4869             'kilometer-per-hour' => {
4870             'name' => q(km/h),
4871             'one' => q({0} km/h),
4872             'other' => q({0} km/h),
4873             },
4874             'kilowatt' => {
4875             'name' => q(kW),
4876             'one' => q({0} kW),
4877             'other' => q({0} kW),
4878             },
4879             'kilowatt-hour' => {
4880             'name' => q(kWh),
4881             'one' => q({0} kWh),
4882             'other' => q({0} kWh),
4883             },
4884             'knot' => {
4885             'name' => q(kn),
4886             'one' => q({0} kn),
4887             'other' => q({0} kn),
4888             },
4889             'light-year' => {
4890             'name' => q(al),
4891             'one' => q({0} al),
4892             'other' => q({0} al),
4893             },
4894             'liter' => {
4895             'name' => q(l),
4896             'one' => q({0} l),
4897             'other' => q({0} l),
4898             'per' => q({0}/l),
4899             },
4900             'liter-per-100kilometers' => {
4901             'name' => q(L/100km),
4902             'one' => q({0} L/100km),
4903             'other' => q({0} L/100km),
4904             },
4905             'liter-per-kilometer' => {
4906             'name' => q(L/km),
4907             'one' => q({0} L/km),
4908             'other' => q({0} L/km),
4909             },
4910             'lux' => {
4911             'name' => q(lx),
4912             'one' => q({0} lx),
4913             'other' => q({0} lx),
4914             },
4915             'megabit' => {
4916             'name' => q(Mb),
4917             'one' => q({0} Mb),
4918             'other' => q({0} Mb),
4919             },
4920             'megabyte' => {
4921             'name' => q(MB),
4922             'one' => q({0} MB),
4923             'other' => q({0} MB),
4924             },
4925             'megahertz' => {
4926             'name' => q(MHz),
4927             'one' => q({0} MHz),
4928             'other' => q({0} MHz),
4929             },
4930             'megaliter' => {
4931             'name' => q(Ml),
4932             'one' => q({0} Ml),
4933             'other' => q({0} Ml),
4934             },
4935             'megawatt' => {
4936             'name' => q(MW),
4937             'one' => q({0} MW),
4938             'other' => q({0} MW),
4939             },
4940             'meter' => {
4941             'name' => q(m),
4942             'one' => q({0} m),
4943             'other' => q({0} m),
4944             'per' => q({0}/m),
4945             },
4946             'meter-per-second' => {
4947             'name' => q(m/s),
4948             'one' => q({0} m/s),
4949             'other' => q({0} m/s),
4950             },
4951             'meter-per-second-squared' => {
4952             'name' => q(m/s²),
4953             'one' => q({0} m/s²),
4954             'other' => q({0} m/s²),
4955             },
4956             'metric-ton' => {
4957             'name' => q(t),
4958             'one' => q({0} t),
4959             'other' => q({0} t),
4960             },
4961             'microgram' => {
4962             'name' => q(µg),
4963             'one' => q({0} µg),
4964             'other' => q({0} µg),
4965             },
4966             'micrometer' => {
4967             'name' => q(µm),
4968             'one' => q({0} µm),
4969             'other' => q({0} µm),
4970             },
4971             'microsecond' => {
4972             'name' => q(μs),
4973             'one' => q({0} μs),
4974             'other' => q({0} μs),
4975             },
4976             'mile' => {
4977             'name' => q(miglia),
4978             'one' => q({0} mi),
4979             'other' => q({0} mi),
4980             },
4981             'mile-per-gallon' => {
4982             'name' => q(mpg),
4983             'one' => q({0} mpg),
4984             'other' => q({0} mpg),
4985             },
4986             'mile-per-gallon-imperial' => {
4987             'name' => q(mi/Imp gal),
4988             'one' => q({0} mi/Imp gal),
4989             'other' => q({0} mi/Imp gal),
4990             },
4991             'mile-per-hour' => {
4992             'name' => q(mi/h),
4993             'one' => q({0} mi/h),
4994             'other' => q({0} mi/h),
4995             },
4996             'mile-scandinavian' => {
4997             'name' => q(smi),
4998             'one' => q({0} smi),
4999             'other' => q({0} smi),
5000             },
5001             'milliampere' => {
5002             'name' => q(mA),
5003             'one' => q({0} mA),
5004             'other' => q({0} mA),
5005             },
5006             'millibar' => {
5007             'name' => q(mbar),
5008             'one' => q({0} mbar),
5009             'other' => q({0} mbar),
5010             },
5011             'milligram' => {
5012             'name' => q(mg),
5013             'one' => q({0} mg),
5014             'other' => q({0} mg),
5015             },
5016             'milligram-per-deciliter' => {
5017             'name' => q(mg/dl),
5018             'one' => q({0} mg/dl),
5019             'other' => q({0} mg/dl),
5020             },
5021             'milliliter' => {
5022             'name' => q(ml),
5023             'one' => q({0} ml),
5024             'other' => q({0} ml),
5025             },
5026             'millimeter' => {
5027             'name' => q(mm),
5028             'one' => q({0} mm),
5029             'other' => q({0} mm),
5030             },
5031             'millimeter-of-mercury' => {
5032             'name' => q(mm Hg),
5033             'one' => q({0} mm Hg),
5034             'other' => q({0} mm Hg),
5035             },
5036             'millimole-per-liter' => {
5037             'name' => q(mmol/l),
5038             'one' => q({0} mmol/l),
5039             'other' => q({0} mmol/l),
5040             },
5041             'millisecond' => {
5042             'name' => q(ms),
5043             'one' => q({0} ms),
5044             'other' => q({0} ms),
5045             },
5046             'milliwatt' => {
5047             'name' => q(mW),
5048             'one' => q({0} mW),
5049             'other' => q({0} mW),
5050             },
5051             'minute' => {
5052             'name' => q(min),
5053             'one' => q({0} min),
5054             'other' => q({0} min),
5055             'per' => q({0}/min),
5056             },
5057             'month' => {
5058             'name' => q(mesi),
5059             'one' => q({0} mese),
5060             'other' => q({0} mesi),
5061             'per' => q({0}/mese),
5062             },
5063             'nanometer' => {
5064             'name' => q(nm),
5065             'one' => q({0} nm),
5066             'other' => q({0} nm),
5067             },
5068             'nanosecond' => {
5069             'name' => q(ns),
5070             'one' => q({0} ns),
5071             'other' => q({0} ns),
5072             },
5073             'nautical-mile' => {
5074             'name' => q(nmi),
5075             'one' => q({0} nmi),
5076             'other' => q({0} nmi),
5077             },
5078             'ohm' => {
5079             'name' => q(Ω),
5080             'one' => q({0} Ω),
5081             'other' => q({0} Ω),
5082             },
5083             'ounce' => {
5084             'name' => q(oz),
5085             'one' => q({0} oz),
5086             'other' => q({0} oz),
5087             'per' => q({0}/oz),
5088             },
5089             'ounce-troy' => {
5090             'name' => q(ozt),
5091             'one' => q({0} ozt),
5092             'other' => q({0} ozt),
5093             },
5094             'parsec' => {
5095             'name' => q(pc),
5096             'one' => q({0} pc),
5097             'other' => q({0} pc),
5098             },
5099             'part-per-million' => {
5100             'name' => q(ppm),
5101             'one' => q({0} ppm),
5102             'other' => q({0} ppm),
5103             },
5104             'per' => {
5105             '1' => q({0}/{1}),
5106             },
5107             'percent' => {
5108             'name' => q(percento),
5109             'one' => q({0}%),
5110             'other' => q({0}%),
5111             },
5112             'permille' => {
5113             'name' => q(‰),
5114             'one' => q({0}‰),
5115             'other' => q({0}‰),
5116             },
5117             'petabyte' => {
5118             'name' => q(PByte),
5119             'one' => q({0} PB),
5120             'other' => q({0} PB),
5121             },
5122             'picometer' => {
5123             'name' => q(pm),
5124             'one' => q({0} pm),
5125             'other' => q({0} pm),
5126             },
5127             'pint' => {
5128             'name' => q(pt),
5129             'one' => q({0} pt),
5130             'other' => q({0} pt),
5131             },
5132             'pint-metric' => {
5133             'name' => q(mpt),
5134             'one' => q({0} mpt),
5135             'other' => q({0} mpt),
5136             },
5137             'point' => {
5138             'name' => q(pt),
5139             'one' => q({0} pt),
5140             'other' => q({0} pt),
5141             },
5142             'pound' => {
5143             'name' => q(lb),
5144             'one' => q({0} lb),
5145             'other' => q({0} lb),
5146             'per' => q({0}/lb),
5147             },
5148             'pound-per-square-inch' => {
5149             'name' => q(psi),
5150             'one' => q({0} psi),
5151             'other' => q({0} psi),
5152             },
5153             'quart' => {
5154             'name' => q(qt),
5155             'one' => q({0} qt),
5156             'other' => q({0} qt),
5157             },
5158             'radian' => {
5159             'name' => q(rad),
5160             'one' => q({0} rad),
5161             'other' => q({0} rad),
5162             },
5163             'revolution' => {
5164             'name' => q(riv),
5165             'one' => q({0} riv),
5166             'other' => q({0} riv),
5167             },
5168             'second' => {
5169             'name' => q(s),
5170             'one' => q({0} s),
5171             'other' => q({0} s),
5172             'per' => q({0}/s),
5173             },
5174             'square-centimeter' => {
5175             'name' => q(cm²),
5176             'one' => q({0} cm²),
5177             'other' => q({0} cm²),
5178             'per' => q({0}/cm²),
5179             },
5180             'square-foot' => {
5181             'name' => q(piedi quadrati),
5182             'one' => q({0} ft²),
5183             'other' => q({0} ft²),
5184             },
5185             'square-inch' => {
5186             'name' => q(in²),
5187             'one' => q({0} in²),
5188             'other' => q({0} in²),
5189             'per' => q({0}/in²),
5190             },
5191             'square-kilometer' => {
5192             'name' => q(km²),
5193             'one' => q({0} km²),
5194             'other' => q({0} km²),
5195             'per' => q({0}/km²),
5196             },
5197             'square-meter' => {
5198             'name' => q(m²),
5199             'one' => q({0} m²),
5200             'other' => q({0} m²),
5201             'per' => q({0}/m²),
5202             },
5203             'square-mile' => {
5204             'name' => q(mi²),
5205             'one' => q({0} mi²),
5206             'other' => q({0} mi²),
5207             'per' => q({0}/mi²),
5208             },
5209             'square-yard' => {
5210             'name' => q(yd²),
5211             'one' => q({0} yd²),
5212             'other' => q({0} yd²),
5213             },
5214             'tablespoon' => {
5215             'name' => q(tbsp),
5216             'one' => q({0} tbsp),
5217             'other' => q({0} tbsp),
5218             },
5219             'teaspoon' => {
5220             'name' => q(tsp),
5221             'one' => q({0} tsp),
5222             'other' => q({0} tsp),
5223             },
5224             'terabit' => {
5225             'name' => q(Tb),
5226             'one' => q({0} Tb),
5227             'other' => q({0} Tb),
5228             },
5229             'terabyte' => {
5230             'name' => q(TB),
5231             'one' => q({0} TB),
5232             'other' => q({0} TB),
5233             },
5234             'ton' => {
5235             'name' => q(tn),
5236             'one' => q({0} tn),
5237             'other' => q({0} tn),
5238             },
5239             'volt' => {
5240             'name' => q(V),
5241             'one' => q({0} V),
5242             'other' => q({0} V),
5243             },
5244             'watt' => {
5245             'name' => q(W),
5246             'one' => q({0} W),
5247             'other' => q({0} W),
5248             },
5249             'week' => {
5250             'name' => q(settimane),
5251             'one' => q({0} settimana),
5252             'other' => q({0} settimane),
5253             'per' => q({0}/settimana),
5254             },
5255             'yard' => {
5256             'name' => q(iarde),
5257             'one' => q({0} yd),
5258             'other' => q({0} yd),
5259             },
5260             'year' => {
5261             'name' => q(anni),
5262             'one' => q({0} anno),
5263             'other' => q({0} anni),
5264             'per' => q({0}/anno),
5265             },
5266             },
5267             } }
5268             );
5269              
5270             has 'yesstr' => (
5271             is => 'ro',
5272             isa => RegexpRef,
5273             init_arg => undef,
5274             default => sub { qr'^(?i:sì|s|yes|y)$' }
5275             );
5276              
5277             has 'nostr' => (
5278             is => 'ro',
5279             isa => RegexpRef,
5280             init_arg => undef,
5281             default => sub { qr'^(?i:no|n)$' }
5282             );
5283              
5284             has 'listPatterns' => (
5285             is => 'ro',
5286             isa => HashRef,
5287             init_arg => undef,
5288             default => sub { {
5289             start => q({0}, {1}),
5290             middle => q({0}, {1}),
5291             end => q({0} e {1}),
5292             2 => q({0} e {1}),
5293             } }
5294             );
5295              
5296             has 'default_numbering_system' => (
5297             is => 'ro',
5298             isa => Str,
5299             init_arg => undef,
5300             default => 'latn',
5301             );
5302              
5303             has native_numbering_system => (
5304             is => 'ro',
5305             isa => Str,
5306             init_arg => undef,
5307             default => 'latn',
5308             );
5309              
5310             has 'minimum_grouping_digits' => (
5311             is =>'ro',
5312             isa => Int,
5313             init_arg => undef,
5314             default => 1,
5315             );
5316              
5317             has 'number_symbols' => (
5318             is => 'ro',
5319             isa => HashRef,
5320             init_arg => undef,
5321             default => sub { {
5322             'latn' => {
5323             'decimal' => q(,),
5324             'exponential' => q(E),
5325             'group' => q(.),
5326             'infinity' => q(∞),
5327             'list' => q(;),
5328             'minusSign' => q(-),
5329             'nan' => q(NaN),
5330             'perMille' => q(‰),
5331             'percentSign' => q(%),
5332             'plusSign' => q(+),
5333             'superscriptingExponent' => q(×),
5334             'timeSeparator' => q(:),
5335             },
5336             } }
5337             );
5338              
5339             has 'number_formats' => (
5340             is => 'ro',
5341             isa => HashRef,
5342             init_arg => undef,
5343             default => sub { {
5344             decimalFormat => {
5345             'default' => {
5346             '1000' => {
5347             'one' => '0',
5348             'other' => '0',
5349             },
5350             '10000' => {
5351             'one' => '0',
5352             'other' => '0',
5353             },
5354             '100000' => {
5355             'one' => '0',
5356             'other' => '0',
5357             },
5358             '1000000' => {
5359             'one' => '0 Mln',
5360             'other' => '0 Mln',
5361             },
5362             '10000000' => {
5363             'one' => '00 Mln',
5364             'other' => '00 Mln',
5365             },
5366             '100000000' => {
5367             'one' => '000 Mln',
5368             'other' => '000 Mln',
5369             },
5370             '1000000000' => {
5371             'one' => '0 Mrd',
5372             'other' => '0 Mrd',
5373             },
5374             '10000000000' => {
5375             'one' => '00 Mrd',
5376             'other' => '00 Mrd',
5377             },
5378             '100000000000' => {
5379             'one' => '000 Mrd',
5380             'other' => '000 Mrd',
5381             },
5382             '1000000000000' => {
5383             'one' => '0 Bln',
5384             'other' => '0 Bln',
5385             },
5386             '10000000000000' => {
5387             'one' => '00 Bln',
5388             'other' => '00 Bln',
5389             },
5390             '100000000000000' => {
5391             'one' => '000 Bln',
5392             'other' => '000 Bln',
5393             },
5394             'standard' => {
5395             'default' => '#,##0.###',
5396             },
5397             },
5398             'long' => {
5399             '1000' => {
5400             'one' => '0 mille',
5401             'other' => '0 mila',
5402             },
5403             '10000' => {
5404             'one' => '00 mila',
5405             'other' => '00 mila',
5406             },
5407             '100000' => {
5408             'one' => '000 mila',
5409             'other' => '000 mila',
5410             },
5411             '1000000' => {
5412             'one' => '0 milione',
5413             'other' => '0 milioni',
5414             },
5415             '10000000' => {
5416             'one' => '00 milioni',
5417             'other' => '00 milioni',
5418             },
5419             '100000000' => {
5420             'one' => '000 milioni',
5421             'other' => '000 milioni',
5422             },
5423             '1000000000' => {
5424             'one' => '0 miliardo',
5425             'other' => '0 miliardi',
5426             },
5427             '10000000000' => {
5428             'one' => '00 miliardi',
5429             'other' => '00 miliardi',
5430             },
5431             '100000000000' => {
5432             'one' => '000 miliardi',
5433             'other' => '000 miliardi',
5434             },
5435             '1000000000000' => {
5436             'one' => '0 mille miliardi',
5437             'other' => '0 mila miliardi',
5438             },
5439             '10000000000000' => {
5440             'one' => '00 mila miliardi',
5441             'other' => '00 mila miliardi',
5442             },
5443             '100000000000000' => {
5444             'one' => '000 mila miliardi',
5445             'other' => '000 mila miliardi',
5446             },
5447             },
5448             'short' => {
5449             '1000' => {
5450             'one' => '0',
5451             'other' => '0',
5452             },
5453             '10000' => {
5454             'one' => '0',
5455             'other' => '0',
5456             },
5457             '100000' => {
5458             'one' => '0',
5459             'other' => '0',
5460             },
5461             '1000000' => {
5462             'one' => '0 Mln',
5463             'other' => '0 Mln',
5464             },
5465             '10000000' => {
5466             'one' => '00 Mln',
5467             'other' => '00 Mln',
5468             },
5469             '100000000' => {
5470             'one' => '000 Mln',
5471             'other' => '000 Mln',
5472             },
5473             '1000000000' => {
5474             'one' => '0 Mrd',
5475             'other' => '0 Mrd',
5476             },
5477             '10000000000' => {
5478             'one' => '00 Mrd',
5479             'other' => '00 Mrd',
5480             },
5481             '100000000000' => {
5482             'one' => '000 Mrd',
5483             'other' => '000 Mrd',
5484             },
5485             '1000000000000' => {
5486             'one' => '0 Bln',
5487             'other' => '0 Bln',
5488             },
5489             '10000000000000' => {
5490             'one' => '00 Bln',
5491             'other' => '00 Bln',
5492             },
5493             '100000000000000' => {
5494             'one' => '000 Bln',
5495             'other' => '000 Bln',
5496             },
5497             },
5498             },
5499             percentFormat => {
5500             'default' => {
5501             'standard' => {
5502             'default' => '#,##0%',
5503             },
5504             },
5505             },
5506             scientificFormat => {
5507             'default' => {
5508             'standard' => {
5509             'default' => '#E0',
5510             },
5511             },
5512             },
5513             } },
5514             );
5515              
5516             has 'number_currency_formats' => (
5517             is => 'ro',
5518             isa => HashRef,
5519             init_arg => undef,
5520             default => sub { {
5521             'latn' => {
5522             'pattern' => {
5523             'default' => {
5524             'accounting' => {
5525             'positive' => '#,##0.00 ¤',
5526             },
5527             'standard' => {
5528             'positive' => '#,##0.00 ¤',
5529             },
5530             },
5531             },
5532             },
5533             } },
5534             );
5535              
5536             has 'currencies' => (
5537             is => 'ro',
5538             isa => HashRef,
5539             init_arg => undef,
5540             default => sub { {
5541             'ADP' => {
5542             display_name => {
5543             'currency' => q(peseta andorrana),
5544             },
5545             },
5546             'AED' => {
5547             symbol => 'AED',
5548             display_name => {
5549             'currency' => q(dirham degli Emirati Arabi Uniti),
5550             'one' => q(dirham degli EAU),
5551             'other' => q(dirham degli EAU),
5552             },
5553             },
5554             'AFA' => {
5555             display_name => {
5556             'currency' => q(afgani \(1927–2002\)),
5557             },
5558             },
5559             'AFN' => {
5560             symbol => 'AFN',
5561             display_name => {
5562             'currency' => q(afghani),
5563             'one' => q(afghani),
5564             'other' => q(afghani),
5565             },
5566             },
5567             'ALL' => {
5568             symbol => 'ALL',
5569             display_name => {
5570             'currency' => q(lek albanese),
5571             'one' => q(lek albanese),
5572             'other' => q(lekë albanesi),
5573             },
5574             },
5575             'AMD' => {
5576             symbol => 'AMD',
5577             display_name => {
5578             'currency' => q(dram armeno),
5579             'one' => q(dram armeno),
5580             'other' => q(dram armeni),
5581             },
5582             },
5583             'ANG' => {
5584             symbol => 'ANG',
5585             display_name => {
5586             'currency' => q(fiorino delle Antille olandesi),
5587             'one' => q(fiorino delle Antille olandesi),
5588             'other' => q(fiorino delle Antille olandesi),
5589             },
5590             },
5591             'AOA' => {
5592             symbol => 'AOA',
5593             display_name => {
5594             'currency' => q(kwanza angolano),
5595             'one' => q(kwanza angolano),
5596             'other' => q(kwanzas angolani),
5597             },
5598             },
5599             'AOK' => {
5600             display_name => {
5601             'currency' => q(kwanza angolano \(1977–1990\)),
5602             },
5603             },
5604             'AON' => {
5605             display_name => {
5606             'currency' => q(nuovo kwanza angolano \(1990–2000\)),
5607             },
5608             },
5609             'AOR' => {
5610             display_name => {
5611             'currency' => q(kwanza reajustado angolano \(1995–1999\)),
5612             },
5613             },
5614             'ARA' => {
5615             display_name => {
5616             'currency' => q(austral argentino),
5617             },
5618             },
5619             'ARP' => {
5620             display_name => {
5621             'currency' => q(peso argentino \(vecchio Cod.\)),
5622             },
5623             },
5624             'ARS' => {
5625             symbol => 'ARS',
5626             display_name => {
5627             'currency' => q(peso argentino),
5628             'one' => q(peso argentino),
5629             'other' => q(pesos argentini),
5630             },
5631             },
5632             'ATS' => {
5633             display_name => {
5634             'currency' => q(scellino austriaco),
5635             },
5636             },
5637             'AUD' => {
5638             symbol => 'A$',
5639             display_name => {
5640             'currency' => q(dollaro australiano),
5641             'one' => q(dollaro australiano),
5642             'other' => q(dollari australiani),
5643             },
5644             },
5645             'AWG' => {
5646             symbol => 'AWG',
5647             display_name => {
5648             'currency' => q(fiorino di Aruba),
5649             'one' => q(fiorino di Aruba),
5650             'other' => q(fiorini di Aruba),
5651             },
5652             },
5653             'AZM' => {
5654             display_name => {
5655             'currency' => q(manat azero \(1993–2006\)),
5656             },
5657             },
5658             'AZN' => {
5659             symbol => 'AZN',
5660             display_name => {
5661             'currency' => q(manat azero),
5662             'one' => q(manat azero),
5663             'other' => q(manat azeri),
5664             },
5665             },
5666             'BAD' => {
5667             display_name => {
5668             'currency' => q(dinar Bosnia-Herzegovina),
5669             },
5670             },
5671             'BAM' => {
5672             symbol => 'BAM',
5673             display_name => {
5674             'currency' => q(marco convertibile della Bosnia-Herzegovina),
5675             'one' => q(marco convertibile della Bosnia-Herzegovina),
5676             'other' => q(marchi convertibili della Bosnia-Herzegovina),
5677             },
5678             },
5679             'BBD' => {
5680             symbol => 'BBD',
5681             display_name => {
5682             'currency' => q(dollaro di Barbados),
5683             'one' => q(dollaro di Barbados),
5684             'other' => q(dollari di Barbados),
5685             },
5686             },
5687             'BDT' => {
5688             symbol => 'BDT',
5689             display_name => {
5690             'currency' => q(taka bangladese),
5691             'one' => q(taka bengalese),
5692             'other' => q(taka bengalesi),
5693             },
5694             },
5695             'BEC' => {
5696             display_name => {
5697             'currency' => q(franco belga \(convertibile\)),
5698             },
5699             },
5700             'BEF' => {
5701             display_name => {
5702             'currency' => q(franco belga),
5703             },
5704             },
5705             'BEL' => {
5706             display_name => {
5707             'currency' => q(franco belga \(finanziario\)),
5708             },
5709             },
5710             'BGL' => {
5711             display_name => {
5712             'currency' => q(lev bulgaro \(1962–1999\)),
5713             'one' => q(lev bulgaro \(1962–1999\)),
5714             'other' => q(leva bulgari \(1962–1999\)),
5715             },
5716             },
5717             'BGN' => {
5718             symbol => 'BGN',
5719             display_name => {
5720             'currency' => q(lev bulgaro),
5721             'one' => q(lev bulgaro),
5722             'other' => q(leva bulgari),
5723             },
5724             },
5725             'BHD' => {
5726             symbol => 'BHD',
5727             display_name => {
5728             'currency' => q(dinaro del Bahrein),
5729             'one' => q(dinaro del Bahrein),
5730             'other' => q(dinari del Bahrein),
5731             },
5732             },
5733             'BIF' => {
5734             symbol => 'BIF',
5735             display_name => {
5736             'currency' => q(franco del Burundi),
5737             'one' => q(franco del Burundi),
5738             'other' => q(franchi del Burundi),
5739             },
5740             },
5741             'BMD' => {
5742             symbol => 'BMD',
5743             display_name => {
5744             'currency' => q(dollaro delle Bermuda),
5745             'one' => q(dollaro delle Bermuda),
5746             'other' => q(dollari delle Bermuda),
5747             },
5748             },
5749             'BND' => {
5750             symbol => 'BND',
5751             display_name => {
5752             'currency' => q(dollaro del Brunei),
5753             'one' => q(dollaro del Brunei),
5754             'other' => q(dollari del Brunei),
5755             },
5756             },
5757             'BOB' => {
5758             symbol => 'BOB',
5759             display_name => {
5760             'currency' => q(boliviano),
5761             'one' => q(boliviano),
5762             'other' => q(boliviani),
5763             },
5764             },
5765             'BOP' => {
5766             display_name => {
5767             'currency' => q(peso boliviano),
5768             },
5769             },
5770             'BOV' => {
5771             display_name => {
5772             'currency' => q(mvdol boliviano),
5773             },
5774             },
5775             'BRB' => {
5776             display_name => {
5777             'currency' => q(cruzeiro novo brasiliano \(1967–1986\)),
5778             },
5779             },
5780             'BRC' => {
5781             display_name => {
5782             'currency' => q(cruzado brasiliano),
5783             },
5784             },
5785             'BRE' => {
5786             display_name => {
5787             'currency' => q(cruzeiro brasiliano \(1990–1993\)),
5788             },
5789             },
5790             'BRL' => {
5791             symbol => 'BRL',
5792             display_name => {
5793             'currency' => q(real brasiliano),
5794             'one' => q(real brasiliano),
5795             'other' => q(real brasiliani),
5796             },
5797             },
5798             'BRN' => {
5799             display_name => {
5800             'currency' => q(cruzado novo brasiliano),
5801             },
5802             },
5803             'BRR' => {
5804             display_name => {
5805             'currency' => q(cruzeiro brasiliano),
5806             },
5807             },
5808             'BSD' => {
5809             symbol => 'BSD',
5810             display_name => {
5811             'currency' => q(dollaro delle Bahamas),
5812             'one' => q(dollaro delle Bahamas),
5813             'other' => q(dollari delle Bahamas),
5814             },
5815             },
5816             'BTN' => {
5817             symbol => 'BTN',
5818             display_name => {
5819             'currency' => q(ngultrum bhutanese),
5820             'one' => q(ngultrum bhutanese),
5821             'other' => q(ngultrum bhutanesi),
5822             },
5823             },
5824             'BUK' => {
5825             display_name => {
5826             'currency' => q(kyat birmano),
5827             },
5828             },
5829             'BWP' => {
5830             symbol => 'BWP',
5831             display_name => {
5832             'currency' => q(pula del Botswana),
5833             'one' => q(pula del Botswana),
5834             'other' => q(pula del Botswana),
5835             },
5836             },
5837             'BYB' => {
5838             display_name => {
5839             'currency' => q(nuovo rublo bielorusso \(1994–1999\)),
5840             },
5841             },
5842             'BYN' => {
5843             symbol => 'BYN',
5844             display_name => {
5845             'currency' => q(rublo bielorusso),
5846             'one' => q(rublo bielorusso),
5847             'other' => q(rubli bielorussi),
5848             },
5849             },
5850             'BYR' => {
5851             symbol => 'BYR',
5852             display_name => {
5853             'currency' => q(rublo bielorusso \(2000–2016\)),
5854             'one' => q(rublo bielorusso \(2000–2016\)),
5855             'other' => q(rubli bielorussi \(2000–2016\)),
5856             },
5857             },
5858             'BZD' => {
5859             symbol => 'BZD',
5860             display_name => {
5861             'currency' => q(dollaro del Belize),
5862             'one' => q(dollaro del Belize),
5863             'other' => q(dollari del Belize),
5864             },
5865             },
5866             'CAD' => {
5867             symbol => 'CA$',
5868             display_name => {
5869             'currency' => q(dollaro canadese),
5870             'one' => q(dollaro canadese),
5871             'other' => q(dollari canadesi),
5872             },
5873             },
5874             'CDF' => {
5875             symbol => 'CDF',
5876             display_name => {
5877             'currency' => q(franco congolese),
5878             'one' => q(franco congolese),
5879             'other' => q(franchi congolesi),
5880             },
5881             },
5882             'CHF' => {
5883             symbol => 'CHF',
5884             display_name => {
5885             'currency' => q(franco svizzero),
5886             'one' => q(franco svizzero),
5887             'other' => q(franchi svizzeri),
5888             },
5889             },
5890             'CLF' => {
5891             display_name => {
5892             'currency' => q(unidades de fomento chilene),
5893             },
5894             },
5895             'CLP' => {
5896             symbol => 'CLP',
5897             display_name => {
5898             'currency' => q(peso cileno),
5899             'one' => q(peso cileno),
5900             'other' => q(pesos cileni),
5901             },
5902             },
5903             'CNH' => {
5904             symbol => 'CNH',
5905             display_name => {
5906             'currency' => q(CNH),
5907             'one' => q(CNH),
5908             'other' => q(CNH),
5909             },
5910             },
5911             'CNY' => {
5912             symbol => 'CN¥',
5913             display_name => {
5914             'currency' => q(renminbi cinese),
5915             'one' => q(renmimbi cinese),
5916             'other' => q(renmimbi cinesi),
5917             },
5918             },
5919             'COP' => {
5920             symbol => 'COP',
5921             display_name => {
5922             'currency' => q(peso colombiano),
5923             'one' => q(peso colombiano),
5924             'other' => q(pesos colombiani),
5925             },
5926             },
5927             'CRC' => {
5928             symbol => 'CRC',
5929             display_name => {
5930             'currency' => q(colón costaricano),
5931             'one' => q(colón costaricano),
5932             'other' => q(colón costaricani),
5933             },
5934             },
5935             'CSD' => {
5936             display_name => {
5937             'currency' => q(antico dinaro serbo),
5938             },
5939             },
5940             'CSK' => {
5941             display_name => {
5942             'currency' => q(corona forte cecoslovacca),
5943             },
5944             },
5945             'CUC' => {
5946             symbol => 'CUC',
5947             display_name => {
5948             'currency' => q(peso cubano convertibile),
5949             'one' => q(peso cubano convertibile),
5950             'other' => q(pesos cubani convertibili),
5951             },
5952             },
5953             'CUP' => {
5954             symbol => 'CUP',
5955             display_name => {
5956             'currency' => q(peso cubano),
5957             'one' => q(peso cubano),
5958             'other' => q(pesos cubani),
5959             },
5960             },
5961             'CVE' => {
5962             symbol => 'CVE',
5963             display_name => {
5964             'currency' => q(escudo capoverdiano),
5965             'one' => q(escudo capoverdiano),
5966             'other' => q(escudos capoverdiani),
5967             },
5968             },
5969             'CYP' => {
5970             display_name => {
5971             'currency' => q(sterlina cipriota),
5972             },
5973             },
5974             'CZK' => {
5975             symbol => 'CZK',
5976             display_name => {
5977             'currency' => q(corona ceca),
5978             'one' => q(corona ceca),
5979             'other' => q(corone ceche),
5980             },
5981             },
5982             'DDM' => {
5983             display_name => {
5984             'currency' => q(ostmark della Germania Orientale),
5985             },
5986             },
5987             'DEM' => {
5988             display_name => {
5989             'currency' => q(marco tedesco),
5990             },
5991             },
5992             'DJF' => {
5993             symbol => 'DJF',
5994             display_name => {
5995             'currency' => q(franco di Gibuti),
5996             'one' => q(franco di Gibuti),
5997             'other' => q(franchi di Gibuti),
5998             },
5999             },
6000             'DKK' => {
6001             symbol => 'DKK',
6002             display_name => {
6003             'currency' => q(corona danese),
6004             'one' => q(corona danese),
6005             'other' => q(corone danesi),
6006             },
6007             },
6008             'DOP' => {
6009             symbol => 'DOP',
6010             display_name => {
6011             'currency' => q(peso dominicano),
6012             'one' => q(peso dominicano),
6013             'other' => q(pesos dominicani),
6014             },
6015             },
6016             'DZD' => {
6017             symbol => 'DZD',
6018             display_name => {
6019             'currency' => q(dinaro algerino),
6020             'one' => q(dinaro algerino),
6021             'other' => q(dinari algerini),
6022             },
6023             },
6024             'ECS' => {
6025             display_name => {
6026             'currency' => q(sucre dell’Ecuador),
6027             },
6028             },
6029             'ECV' => {
6030             display_name => {
6031             'currency' => q(unidad de valor constante \(UVC\) dell’Ecuador),
6032             },
6033             },
6034             'EEK' => {
6035             display_name => {
6036             'currency' => q(corona dell’Estonia),
6037             },
6038             },
6039             'EGP' => {
6040             symbol => 'EGP',
6041             display_name => {
6042             'currency' => q(sterlina egiziana),
6043             'one' => q(sterlina egiziana),
6044             'other' => q(sterline egiziane),
6045             },
6046             },
6047             'ERN' => {
6048             symbol => 'ERN',
6049             display_name => {
6050             'currency' => q(nakfa eritreo),
6051             'one' => q(nakfa eritreo),
6052             'other' => q(nakfa eritrei),
6053             },
6054             },
6055             'ESA' => {
6056             display_name => {
6057             'currency' => q(peseta spagnola account),
6058             },
6059             },
6060             'ESB' => {
6061             display_name => {
6062             'currency' => q(peseta spagnola account convertibile),
6063             },
6064             },
6065             'ESP' => {
6066             display_name => {
6067             'currency' => q(peseta spagnola),
6068             },
6069             },
6070             'ETB' => {
6071             symbol => 'ETB',
6072             display_name => {
6073             'currency' => q(birr etiope),
6074             'one' => q(birr etiope),
6075             'other' => q(birr etiopi),
6076             },
6077             },
6078             'EUR' => {
6079             symbol => '€',
6080             display_name => {
6081             'currency' => q(euro),
6082             'one' => q(euro),
6083             'other' => q(euro),
6084             },
6085             },
6086             'FIM' => {
6087             display_name => {
6088             'currency' => q(markka finlandese),
6089             },
6090             },
6091             'FJD' => {
6092             symbol => 'FJD',
6093             display_name => {
6094             'currency' => q(dollaro delle Figi),
6095             'one' => q(dollaro delle Figi),
6096             'other' => q(dollari delle Figi),
6097             },
6098             },
6099             'FKP' => {
6100             symbol => 'FKP',
6101             display_name => {
6102             'currency' => q(sterlina delle Falkland),
6103             'one' => q(sterlina delle Falkland),
6104             'other' => q(sterline delle Falkland),
6105             },
6106             },
6107             'FRF' => {
6108             display_name => {
6109             'currency' => q(franco francese),
6110             },
6111             },
6112             'GBP' => {
6113             symbol => '£',
6114             display_name => {
6115             'currency' => q(sterlina britannica),
6116             'one' => q(sterlina britannica),
6117             'other' => q(sterline britanniche),
6118             },
6119             },
6120             'GEK' => {
6121             display_name => {
6122             'currency' => q(kupon larit georgiano),
6123             },
6124             },
6125             'GEL' => {
6126             symbol => 'GEL',
6127             display_name => {
6128             'currency' => q(lari georgiano),
6129             'one' => q(lari georgiano),
6130             'other' => q(lari georgiani),
6131             },
6132             },
6133             'GHC' => {
6134             display_name => {
6135             'currency' => q(cedi del Ghana),
6136             },
6137             },
6138             'GHS' => {
6139             symbol => 'GHS',
6140             display_name => {
6141             'currency' => q(cedi ghanese),
6142             'one' => q(cedi ghanese),
6143             'other' => q(cedi ghanesi),
6144             },
6145             },
6146             'GIP' => {
6147             symbol => 'GIP',
6148             display_name => {
6149             'currency' => q(sterlina di Gibilterra),
6150             'one' => q(sterlina di Gibilterra),
6151             'other' => q(sterline di Gibilterra),
6152             },
6153             },
6154             'GMD' => {
6155             symbol => 'GMD',
6156             display_name => {
6157             'currency' => q(dalasi gambiano),
6158             'one' => q(dalasi gambiano),
6159             'other' => q(dalasi gambiani),
6160             },
6161             },
6162             'GNF' => {
6163             symbol => 'GNF',
6164             display_name => {
6165             'currency' => q(franco della Guinea),
6166             'one' => q(franco della Guinea),
6167             'other' => q(franchi della Guinea),
6168             },
6169             },
6170             'GNS' => {
6171             display_name => {
6172             'currency' => q(syli della Guinea),
6173             },
6174             },
6175             'GQE' => {
6176             display_name => {
6177             'currency' => q(ekwele della Guinea Equatoriale),
6178             },
6179             },
6180             'GRD' => {
6181             display_name => {
6182             'currency' => q(dracma greca),
6183             },
6184             },
6185             'GTQ' => {
6186             symbol => 'GTQ',
6187             display_name => {
6188             'currency' => q(quetzal guatemalteco),
6189             'one' => q(quetzal guatemalteco),
6190             'other' => q(quetzal guatemaltechi),
6191             },
6192             },
6193             'GWE' => {
6194             display_name => {
6195             'currency' => q(escudo della Guinea portoghese),
6196             },
6197             },
6198             'GWP' => {
6199             display_name => {
6200             'currency' => q(peso della Guinea-Bissau),
6201             },
6202             },
6203             'GYD' => {
6204             symbol => 'GYD',
6205             display_name => {
6206             'currency' => q(dollaro della Guyana),
6207             'one' => q(dollaro della Guyana),
6208             'other' => q(dollari della Guyana),
6209             },
6210             },
6211             'HKD' => {
6212             symbol => 'HKD',
6213             display_name => {
6214             'currency' => q(dollaro di Hong Kong),
6215             'one' => q(dollaro di Hong Kong),
6216             'other' => q(dollari di Hong Kong),
6217             },
6218             },
6219             'HNL' => {
6220             symbol => 'HNL',
6221             display_name => {
6222             'currency' => q(lempira honduregna),
6223             'one' => q(lempira honduregna),
6224             'other' => q(lempire honduregne),
6225             },
6226             },
6227             'HRD' => {
6228             display_name => {
6229             'currency' => q(dinaro croato),
6230             },
6231             },
6232             'HRK' => {
6233             symbol => 'HRK',
6234             display_name => {
6235             'currency' => q(kuna croata),
6236             'one' => q(kuna croata),
6237             'other' => q(kune croate),
6238             },
6239             },
6240             'HTG' => {
6241             symbol => 'HTG',
6242             display_name => {
6243             'currency' => q(gourde haitiano),
6244             'one' => q(gourde haitiano),
6245             'other' => q(gourde haitiani),
6246             },
6247             },
6248             'HUF' => {
6249             symbol => 'HUF',
6250             display_name => {
6251             'currency' => q(fiorino ungherese),
6252             'one' => q(fiorino ungherese),
6253             'other' => q(fiorini ungheresi),
6254             },
6255             },
6256             'IDR' => {
6257             symbol => 'IDR',
6258             display_name => {
6259             'currency' => q(rupia indonesiana),
6260             'one' => q(rupia indonesiana),
6261             'other' => q(rupie indonesiane),
6262             },
6263             },
6264             'IEP' => {
6265             display_name => {
6266             'currency' => q(sterlina irlandese),
6267             },
6268             },
6269             'ILP' => {
6270             display_name => {
6271             'currency' => q(sterlina israeliana),
6272             },
6273             },
6274             'ILS' => {
6275             symbol => '₪',
6276             display_name => {
6277             'currency' => q(nuovo siclo israeliano),
6278             'one' => q(nuovo siclo israeliano),
6279             'other' => q(nuovi sicli israeliani),
6280             },
6281             },
6282             'INR' => {
6283             symbol => '₹',
6284             display_name => {
6285             'currency' => q(rupia indiana),
6286             'one' => q(rupia indiana),
6287             'other' => q(rupie indiane),
6288             },
6289             },
6290             'IQD' => {
6291             symbol => 'IQD',
6292             display_name => {
6293             'currency' => q(dinaro iracheno),
6294             'one' => q(dinaro iracheno),
6295             'other' => q(dinari iracheni),
6296             },
6297             },
6298             'IRR' => {
6299             symbol => 'IRR',
6300             display_name => {
6301             'currency' => q(rial iraniano),
6302             'one' => q(rial iraniano),
6303             'other' => q(rial iraniani),
6304             },
6305             },
6306             'ISK' => {
6307             symbol => 'ISK',
6308             display_name => {
6309             'currency' => q(corona islandese),
6310             'one' => q(corona islandese),
6311             'other' => q(corone islandesi),
6312             },
6313             },
6314             'ITL' => {
6315             display_name => {
6316             'currency' => q(lira italiana),
6317             },
6318             },
6319             'JMD' => {
6320             symbol => 'JMD',
6321             display_name => {
6322             'currency' => q(dollaro giamaicano),
6323             'one' => q(dollaro giamaicano),
6324             'other' => q(dollari giamaicani),
6325             },
6326             },
6327             'JOD' => {
6328             symbol => 'JOD',
6329             display_name => {
6330             'currency' => q(dinaro giordano),
6331             'one' => q(dinaro giordano),
6332             'other' => q(dinari giordani),
6333             },
6334             },
6335             'JPY' => {
6336             symbol => 'JPY',
6337             display_name => {
6338             'currency' => q(yen giapponese),
6339             'one' => q(yen giapponese),
6340             'other' => q(yen giapponesi),
6341             },
6342             },
6343             'KES' => {
6344             symbol => 'KES',
6345             display_name => {
6346             'currency' => q(scellino keniota),
6347             'one' => q(scellino keniota),
6348             'other' => q(scellini keniota),
6349             },
6350             },
6351             'KGS' => {
6352             symbol => 'KGS',
6353             display_name => {
6354             'currency' => q(som kirghiso),
6355             'one' => q(som kirghiso),
6356             'other' => q(som kirghisi),
6357             },
6358             },
6359             'KHR' => {
6360             symbol => 'KHR',
6361             display_name => {
6362             'currency' => q(riel cambogiano),
6363             'one' => q(riel cambogiano),
6364             'other' => q(riel cambogiani),
6365             },
6366             },
6367             'KMF' => {
6368             symbol => 'KMF',
6369             display_name => {
6370             'currency' => q(franco comoriano),
6371             'one' => q(franco comoriano),
6372             'other' => q(franchi comoriani),
6373             },
6374             },
6375             'KPW' => {
6376             symbol => 'KPW',
6377             display_name => {
6378             'currency' => q(won nordcoreano),
6379             'one' => q(won nordcoreano),
6380             'other' => q(won nordcoreani),
6381             },
6382             },
6383             'KRW' => {
6384             symbol => 'KRW',
6385             display_name => {
6386             'currency' => q(won sudcoreano),
6387             'one' => q(won sudcoreano),
6388             'other' => q(won sudcoreani),
6389             },
6390             },
6391             'KWD' => {
6392             symbol => 'KWD',
6393             display_name => {
6394             'currency' => q(dinaro kuwaitiano),
6395             'one' => q(dinaro kuwaitiano),
6396             'other' => q(dinari kuwaitiani),
6397             },
6398             },
6399             'KYD' => {
6400             symbol => 'KYD',
6401             display_name => {
6402             'currency' => q(dollaro delle Isole Cayman),
6403             'one' => q(dollaro delle Isole Cayman),
6404             'other' => q(dollari delle Isole Cayman),
6405             },
6406             },
6407             'KZT' => {
6408             symbol => 'KZT',
6409             display_name => {
6410             'currency' => q(tenge kazako),
6411             'one' => q(tenge kazako),
6412             'other' => q(tenge kazaki),
6413             },
6414             },
6415             'LAK' => {
6416             symbol => 'LAK',
6417             display_name => {
6418             'currency' => q(kip laotiano),
6419             'one' => q(kip laotiano),
6420             'other' => q(kip laotiani),
6421             },
6422             },
6423             'LBP' => {
6424             symbol => 'LBP',
6425             display_name => {
6426             'currency' => q(lira libanese),
6427             'one' => q(lira libanese),
6428             'other' => q(lire libanesi),
6429             },
6430             },
6431             'LKR' => {
6432             symbol => 'LKR',
6433             display_name => {
6434             'currency' => q(rupia di Sri Lanka),
6435             'one' => q(rupia di Sri Lanka),
6436             'other' => q(rupie di Sri Lanka),
6437             },
6438             },
6439             'LRD' => {
6440             symbol => 'LRD',
6441             display_name => {
6442             'currency' => q(dollaro liberiano),
6443             'one' => q(dollaro liberiano),
6444             'other' => q(dollari liberiani),
6445             },
6446             },
6447             'LSL' => {
6448             display_name => {
6449             'currency' => q(loti del Lesotho),
6450             },
6451             },
6452             'LTL' => {
6453             symbol => 'LTL',
6454             display_name => {
6455             'currency' => q(litas lituano),
6456             'one' => q(litas lituano),
6457             'other' => q(litas lituani),
6458             },
6459             },
6460             'LTT' => {
6461             display_name => {
6462             'currency' => q(talonas lituani),
6463             },
6464             },
6465             'LUC' => {
6466             display_name => {
6467             'currency' => q(franco convertibile del Lussemburgo),
6468             },
6469             },
6470             'LUF' => {
6471             display_name => {
6472             'currency' => q(franco del Lussemburgo),
6473             },
6474             },
6475             'LUL' => {
6476             display_name => {
6477             'currency' => q(franco finanziario del Lussemburgo),
6478             },
6479             },
6480             'LVL' => {
6481             symbol => 'LVL',
6482             display_name => {
6483             'currency' => q(lats lettone),
6484             'one' => q(lats lettone),
6485             'other' => q(lati lettoni),
6486             },
6487             },
6488             'LVR' => {
6489             display_name => {
6490             'currency' => q(rublo lettone),
6491             },
6492             },
6493             'LYD' => {
6494             symbol => 'LYD',
6495             display_name => {
6496             'currency' => q(dinaro libico),
6497             'one' => q(dinaro libico),
6498             'other' => q(dinari libici),
6499             },
6500             },
6501             'MAD' => {
6502             symbol => 'MAD',
6503             display_name => {
6504             'currency' => q(dirham marocchino),
6505             'one' => q(dirham marocchino),
6506             'other' => q(dirham marocchini),
6507             },
6508             },
6509             'MAF' => {
6510             display_name => {
6511             'currency' => q(franco marocchino),
6512             },
6513             },
6514             'MDL' => {
6515             symbol => 'MDL',
6516             display_name => {
6517             'currency' => q(leu moldavo),
6518             'one' => q(leu moldavo),
6519             'other' => q(lei moldavi),
6520             },
6521             },
6522             'MGA' => {
6523             symbol => 'MGA',
6524             display_name => {
6525             'currency' => q(ariary malgascio),
6526             'one' => q(ariary malgascio),
6527             'other' => q(ariary malgasci),
6528             },
6529             },
6530             'MGF' => {
6531             display_name => {
6532             'currency' => q(franco malgascio),
6533             },
6534             },
6535             'MKD' => {
6536             symbol => 'MKD',
6537             display_name => {
6538             'currency' => q(denar macedone),
6539             'one' => q(dinaro macedone),
6540             'other' => q(dinari macedoni),
6541             },
6542             },
6543             'MLF' => {
6544             display_name => {
6545             'currency' => q(franco di Mali),
6546             },
6547             },
6548             'MMK' => {
6549             symbol => 'MMK',
6550             display_name => {
6551             'currency' => q(kyat di Myanmar),
6552             'one' => q(kyat di Myanmar),
6553             'other' => q(kyat di Myanmar),
6554             },
6555             },
6556             'MNT' => {
6557             symbol => 'MNT',
6558             display_name => {
6559             'currency' => q(tugrik mongolo),
6560             'one' => q(tugrik mongolo),
6561             'other' => q(tugrik mongoli),
6562             },
6563             },
6564             'MOP' => {
6565             symbol => 'MOP',
6566             display_name => {
6567             'currency' => q(pataca di Macao),
6568             'one' => q(pataca di Macao),
6569             'other' => q(patacas di Macao),
6570             },
6571             },
6572             'MRO' => {
6573             symbol => 'MRO',
6574             display_name => {
6575             'currency' => q(ouguiya della Mauritania \(1973–2017\)),
6576             'one' => q(ouguiya della Mauritania \(1973–2017\)),
6577             'other' => q(ouguiya della Mauritania \(1973–2017\)),
6578             },
6579             },
6580             'MRU' => {
6581             symbol => 'MRU',
6582             display_name => {
6583             'currency' => q(ouguiya della Mauritania),
6584             'one' => q(ouguiya della Mauritania),
6585             'other' => q(ouguiya della Mauritania),
6586             },
6587             },
6588             'MTL' => {
6589             display_name => {
6590             'currency' => q(lira maltese),
6591             },
6592             },
6593             'MTP' => {
6594             display_name => {
6595             'currency' => q(sterlina maltese),
6596             },
6597             },
6598             'MUR' => {
6599             symbol => 'MUR',
6600             display_name => {
6601             'currency' => q(rupia mauriziana),
6602             'one' => q(rupia mauriziana),
6603             'other' => q(rupie mauriziane),
6604             },
6605             },
6606             'MVR' => {
6607             symbol => 'MVR',
6608             display_name => {
6609             'currency' => q(rufiyaa delle Maldive),
6610             'one' => q(rufiyaa delle Maldive),
6611             'other' => q(rufiyaa delle Maldive),
6612             },
6613             },
6614             'MWK' => {
6615             symbol => 'MWK',
6616             display_name => {
6617             'currency' => q(kwacha malawiano),
6618             'one' => q(kwacha malawiano),
6619             'other' => q(kwacha malawiani),
6620             },
6621             },
6622             'MXN' => {
6623             symbol => 'MXN',
6624             display_name => {
6625             'currency' => q(peso messicano),
6626             'one' => q(peso messicano),
6627             'other' => q(pesos messicani),
6628             },
6629             },
6630             'MXP' => {
6631             display_name => {
6632             'currency' => q(peso messicano d’argento \(1861–1992\)),
6633             },
6634             },
6635             'MXV' => {
6636             display_name => {
6637             'currency' => q(unidad de inversion \(UDI\) messicana),
6638             },
6639             },
6640             'MYR' => {
6641             symbol => 'MYR',
6642             display_name => {
6643             'currency' => q(ringgit malese),
6644             'one' => q(ringgit malese),
6645             'other' => q(ringgit malesi),
6646             },
6647             },
6648             'MZE' => {
6649             display_name => {
6650             'currency' => q(escudo del Mozambico),
6651             },
6652             },
6653             'MZN' => {
6654             symbol => 'MZN',
6655             display_name => {
6656             'currency' => q(metical mozambicano),
6657             'one' => q(metical mozambicano),
6658             'other' => q(metical mozambicani),
6659             },
6660             },
6661             'NAD' => {
6662             symbol => 'NAD',
6663             display_name => {
6664             'currency' => q(dollaro namibiano),
6665             'one' => q(dollaro namibiano),
6666             'other' => q(dollari namibiani),
6667             },
6668             },
6669             'NGN' => {
6670             symbol => 'NGN',
6671             display_name => {
6672             'currency' => q(naira nigeriana),
6673             'one' => q(naira nigeriana),
6674             'other' => q(naire nigeriane),
6675             },
6676             },
6677             'NIC' => {
6678             display_name => {
6679             'currency' => q(cordoba nicaraguense),
6680             'one' => q(cordoba nicaraguense),
6681             'other' => q(cordoba nicaraguense),
6682             },
6683             },
6684             'NIO' => {
6685             symbol => 'NIO',
6686             display_name => {
6687             'currency' => q(córdoba nicaraguense),
6688             'one' => q(córdoba nicaraguense),
6689             'other' => q(córdoba nicaraguensi),
6690             },
6691             },
6692             'NLG' => {
6693             display_name => {
6694             'currency' => q(fiorino olandese),
6695             },
6696             },
6697             'NOK' => {
6698             symbol => 'NOK',
6699             display_name => {
6700             'currency' => q(corona norvegese),
6701             'one' => q(corona norvegese),
6702             'other' => q(corone norvegesi),
6703             },
6704             },
6705             'NPR' => {
6706             symbol => 'NPR',
6707             display_name => {
6708             'currency' => q(rupia nepalese),
6709             'one' => q(rupia nepalese),
6710             'other' => q(rupie nepalesi),
6711             },
6712             },
6713             'NZD' => {
6714             symbol => 'NZ$',
6715             display_name => {
6716             'currency' => q(dollaro neozelandese),
6717             'one' => q(dollaro neozelandese),
6718             'other' => q(dollari neozelandesi),
6719             },
6720             },
6721             'OMR' => {
6722             symbol => 'OMR',
6723             display_name => {
6724             'currency' => q(rial omanita),
6725             'one' => q(rial omanita),
6726             'other' => q(rial omaniti),
6727             },
6728             },
6729             'PAB' => {
6730             symbol => 'PAB',
6731             display_name => {
6732             'currency' => q(balboa panamense),
6733             'one' => q(balboa panamense),
6734             'other' => q(balboa panamensi),
6735             },
6736             },
6737             'PEI' => {
6738             display_name => {
6739             'currency' => q(inti peruviano),
6740             },
6741             },
6742             'PEN' => {
6743             symbol => 'PEN',
6744             display_name => {
6745             'currency' => q(sol peruviano),
6746             'one' => q(sol peruviano),
6747             'other' => q(sol peruviani),
6748             },
6749             },
6750             'PES' => {
6751             display_name => {
6752             'currency' => q(sol peruviano \(1863–1965\)),
6753             },
6754             },
6755             'PGK' => {
6756             symbol => 'PGK',
6757             display_name => {
6758             'currency' => q(kina papuana),
6759             'one' => q(kina papuana),
6760             'other' => q(kina papuane),
6761             },
6762             },
6763             'PHP' => {
6764             symbol => 'PHP',
6765             display_name => {
6766             'currency' => q(peso filippino),
6767             'one' => q(peso filippino),
6768             'other' => q(pesos filippini),
6769             },
6770             },
6771             'PKR' => {
6772             symbol => 'PKR',
6773             display_name => {
6774             'currency' => q(rupia pakistana),
6775             'one' => q(rupia pakistana),
6776             'other' => q(rupie pakistane),
6777             },
6778             },
6779             'PLN' => {
6780             symbol => 'PLN',
6781             display_name => {
6782             'currency' => q(złoty polacco),
6783             'one' => q(złoty polacco),
6784             'other' => q(złoty polacchi),
6785             },
6786             },
6787             'PLZ' => {
6788             display_name => {
6789             'currency' => q(złoty Polacco \(1950–1995\)),
6790             'one' => q(złoty polacco \(1950–1995\)),
6791             'other' => q(złoty polacchi \(1950–1995\)),
6792             },
6793             },
6794             'PTE' => {
6795             display_name => {
6796             'currency' => q(escudo portoghese),
6797             },
6798             },
6799             'PYG' => {
6800             symbol => 'PYG',
6801             display_name => {
6802             'currency' => q(guaraní paraguayano),
6803             'one' => q(guaraní paraguayano),
6804             'other' => q(guaraní paraguayani),
6805             },
6806             },
6807             'QAR' => {
6808             symbol => 'QAR',
6809             display_name => {
6810             'currency' => q(rial qatariano),
6811             'one' => q(rial qatariano),
6812             'other' => q(rial qatariani),
6813             },
6814             },
6815             'RHD' => {
6816             display_name => {
6817             'currency' => q(dollaro della Rhodesia),
6818             },
6819             },
6820             'ROL' => {
6821             display_name => {
6822             'currency' => q(leu della Romania),
6823             },
6824             },
6825             'RON' => {
6826             symbol => 'RON',
6827             display_name => {
6828             'currency' => q(leu rumeno),
6829             'one' => q(leu rumeno),
6830             'other' => q(lei rumeni),
6831             },
6832             },
6833             'RSD' => {
6834             symbol => 'RSD',
6835             display_name => {
6836             'currency' => q(dinaro serbo),
6837             'one' => q(dinaro serbo),
6838             'other' => q(dinara serbi),
6839             },
6840             },
6841             'RUB' => {
6842             symbol => 'RUB',
6843             display_name => {
6844             'currency' => q(rublo russo),
6845             'one' => q(rublo russo),
6846             'other' => q(rubli russi),
6847             },
6848             },
6849             'RUR' => {
6850             display_name => {
6851             'currency' => q(rublo della CSI),
6852             },
6853             },
6854             'RWF' => {
6855             symbol => 'RWF',
6856             display_name => {
6857             'currency' => q(franco ruandese),
6858             'one' => q(franco ruandese),
6859             'other' => q(franchi ruandesi),
6860             },
6861             },
6862             'SAR' => {
6863             symbol => 'SAR',
6864             display_name => {
6865             'currency' => q(riyal saudita),
6866             'one' => q(riyal saudita),
6867             'other' => q(riyal sauditi),
6868             },
6869             },
6870             'SBD' => {
6871             symbol => 'SBD',
6872             display_name => {
6873             'currency' => q(dollaro delle Isole Salomone),
6874             'one' => q(dollaro delle Isole Salomone),
6875             'other' => q(dollari delle Isole Salomone),
6876             },
6877             },
6878             'SCR' => {
6879             symbol => 'SCR',
6880             display_name => {
6881             'currency' => q(rupia delle Seychelles),
6882             'one' => q(rupia delle Seychelles),
6883             'other' => q(rupie delle Seychelles),
6884             },
6885             },
6886             'SDD' => {
6887             display_name => {
6888             'currency' => q(dinaro sudanese),
6889             },
6890             },
6891             'SDG' => {
6892             symbol => 'SDG',
6893             display_name => {
6894             'currency' => q(sterlina sudanese),
6895             'one' => q(sterlina sudanese),
6896             'other' => q(sterline sudanesi),
6897             },
6898             },
6899             'SEK' => {
6900             symbol => 'SEK',
6901             display_name => {
6902             'currency' => q(corona svedese),
6903             'one' => q(corona svedese),
6904             'other' => q(corone svedesi),
6905             },
6906             },
6907             'SGD' => {
6908             symbol => 'SGD',
6909             display_name => {
6910             'currency' => q(dollaro di Singapore),
6911             'one' => q(dollaro di Singapore),
6912             'other' => q(dollari di Singapore),
6913             },
6914             },
6915             'SHP' => {
6916             symbol => 'SHP',
6917             display_name => {
6918             'currency' => q(sterlina di Sant’Elena),
6919             'one' => q(sterlina di Sant’Elena),
6920             'other' => q(sterline di Sant’Elena),
6921             },
6922             },
6923             'SIT' => {
6924             display_name => {
6925             'currency' => q(tallero sloveno),
6926             },
6927             },
6928             'SKK' => {
6929             display_name => {
6930             'currency' => q(corona slovacca),
6931             },
6932             },
6933             'SLL' => {
6934             symbol => 'SLL',
6935             display_name => {
6936             'currency' => q(leone della Sierra Leone),
6937             'one' => q(leone della Sierra Leone),
6938             'other' => q(leoni della Sierra Leone),
6939             },
6940             },
6941             'SOS' => {
6942             symbol => 'SOS',
6943             display_name => {
6944             'currency' => q(scellino somalo),
6945             'one' => q(scellino somalo),
6946             'other' => q(scellini somali),
6947             },
6948             },
6949             'SRD' => {
6950             symbol => 'SRD',
6951             display_name => {
6952             'currency' => q(dollaro del Suriname),
6953             'one' => q(dollaro del Suriname),
6954             'other' => q(dollari del Suriname),
6955             },
6956             },
6957             'SRG' => {
6958             display_name => {
6959             'currency' => q(fiorino del Suriname),
6960             },
6961             },
6962             'SSP' => {
6963             symbol => 'SSP',
6964             display_name => {
6965             'currency' => q(sterlina sud-sudanese),
6966             'one' => q(sterlina sud-sudanese),
6967             'other' => q(sterline sud-sudanesi),
6968             },
6969             },
6970             'STD' => {
6971             symbol => 'STD',
6972             display_name => {
6973             'currency' => q(dobra di Sao Tomé e Principe \(1977–2017\)),
6974             'one' => q(dobra di Sao Tomé e Principe \(1977–2017\)),
6975             'other' => q(dobra di Sao Tomé e Principe \(1977–2017\)),
6976             },
6977             },
6978             'STN' => {
6979             symbol => 'STN',
6980             display_name => {
6981             'currency' => q(dobra di Sao Tomé e Príncipe),
6982             'one' => q(dobra di Sao Tomé e Príncipe),
6983             'other' => q(dobra di Sao Tomé e Príncipe),
6984             },
6985             },
6986             'SUR' => {
6987             display_name => {
6988             'currency' => q(rublo sovietico),
6989             },
6990             },
6991             'SVC' => {
6992             display_name => {
6993             'currency' => q(colón salvadoregno),
6994             },
6995             },
6996             'SYP' => {
6997             symbol => 'SYP',
6998             display_name => {
6999             'currency' => q(lira siriana),
7000             'one' => q(lira siriana),
7001             'other' => q(lire siriane),
7002             },
7003             },
7004             'SZL' => {
7005             symbol => 'SZL',
7006             display_name => {
7007             'currency' => q(lilangeni dello Swaziland),
7008             'one' => q(lilangeni dello Swaziland),
7009             'other' => q(lilangeni dello Swaziland),
7010             },
7011             },
7012             'THB' => {
7013             symbol => '฿',
7014             display_name => {
7015             'currency' => q(baht thailandese),
7016             'one' => q(baht thailandese),
7017             'other' => q(baht thailandesi),
7018             },
7019             },
7020             'TJR' => {
7021             display_name => {
7022             'currency' => q(rublo del Tajikistan),
7023             },
7024             },
7025             'TJS' => {
7026             symbol => 'TJS',
7027             display_name => {
7028             'currency' => q(somoni tagiko),
7029             'one' => q(somoni tagiko),
7030             'other' => q(somoni tagiki),
7031             },
7032             },
7033             'TMM' => {
7034             display_name => {
7035             'currency' => q(manat turkmeno \(1993–2009\)),
7036             },
7037             },
7038             'TMT' => {
7039             symbol => 'TMT',
7040             display_name => {
7041             'currency' => q(manat turkmeno),
7042             'one' => q(manat turkmeno),
7043             'other' => q(manat turkmeni),
7044             },
7045             },
7046             'TND' => {
7047             symbol => 'TND',
7048             display_name => {
7049             'currency' => q(dinaro tunisino),
7050             'one' => q(dinaro tunisino),
7051             'other' => q(dinari tunisini),
7052             },
7053             },
7054             'TOP' => {
7055             symbol => 'TOP',
7056             display_name => {
7057             'currency' => q(paʻanga tongano),
7058             'one' => q(paʻanga tongano),
7059             'other' => q(paʻanga tongani),
7060             },
7061             },
7062             'TPE' => {
7063             display_name => {
7064             'currency' => q(escudo di Timor),
7065             },
7066             },
7067             'TRL' => {
7068             display_name => {
7069             'currency' => q(lira turca \(1922–2005\)),
7070             'one' => q(lira turca \(1922–2005\)),
7071             'other' => q(lire turche \(1922–2005\)),
7072             },
7073             },
7074             'TRY' => {
7075             symbol => 'TRY',
7076             display_name => {
7077             'currency' => q(lira turca),
7078             'one' => q(lira turca),
7079             'other' => q(lire turche),
7080             },
7081             },
7082             'TTD' => {
7083             symbol => 'TTD',
7084             display_name => {
7085             'currency' => q(dollaro di Trinidad e Tobago),
7086             'one' => q(dollaro di Trinidad e Tobago),
7087             'other' => q(dollari di Trinidad e Tobago),
7088             },
7089             },
7090             'TWD' => {
7091             symbol => 'TWD',
7092             display_name => {
7093             'currency' => q(nuovo dollaro taiwanese),
7094             'one' => q(nuovo dollaro taiwanese),
7095             'other' => q(nuovi dollari taiwanesi),
7096             },
7097             },
7098             'TZS' => {
7099             symbol => 'TZS',
7100             display_name => {
7101             'currency' => q(scellino della Tanzania),
7102             'one' => q(scellino della Tanzania),
7103             'other' => q(scellini della Tanzania),
7104             },
7105             },
7106             'UAH' => {
7107             symbol => 'UAH',
7108             display_name => {
7109             'currency' => q(grivnia ucraina),
7110             'one' => q(grivnia ucraina),
7111             'other' => q(grivnie ucraine),
7112             },
7113             },
7114             'UAK' => {
7115             display_name => {
7116             'currency' => q(karbovanetz ucraino),
7117             },
7118             },
7119             'UGS' => {
7120             display_name => {
7121             'currency' => q(scellino ugandese \(1966–1987\)),
7122             },
7123             },
7124             'UGX' => {
7125             symbol => 'UGX',
7126             display_name => {
7127             'currency' => q(scellino ugandese),
7128             'one' => q(scellino ugandese),
7129             'other' => q(scellini ugandesi),
7130             },
7131             },
7132             'USD' => {
7133             symbol => 'USD',
7134             display_name => {
7135             'currency' => q(dollaro statunitense),
7136             'one' => q(dollaro statunitense),
7137             'other' => q(dollari statunitensi),
7138             },
7139             },
7140             'USN' => {
7141             display_name => {
7142             'currency' => q(dollaro statunitense \(next day\)),
7143             },
7144             },
7145             'USS' => {
7146             display_name => {
7147             'currency' => q(dollaro statunitense \(same day\)),
7148             },
7149             },
7150             'UYI' => {
7151             display_name => {
7152             'currency' => q(peso uruguaiano in unità indicizzate),
7153             },
7154             },
7155             'UYP' => {
7156             display_name => {
7157             'currency' => q(peso uruguaiano \(1975–1993\)),
7158             },
7159             },
7160             'UYU' => {
7161             symbol => 'UYU',
7162             display_name => {
7163             'currency' => q(peso uruguayano),
7164             'one' => q(peso uruguayano),
7165             'other' => q(pesos uruguayani),
7166             },
7167             },
7168             'UZS' => {
7169             symbol => 'UZS',
7170             display_name => {
7171             'currency' => q(sum uzbeco),
7172             'one' => q(sum uzbeco),
7173             'other' => q(sum uzbechi),
7174             },
7175             },
7176             'VEB' => {
7177             display_name => {
7178             'currency' => q(bolivar venezuelano \(1871–2008\)),
7179             'one' => q(bolivar venezuelano \(1871–2008\)),
7180             'other' => q(bolivares venezuelani \(1871–2008\)),
7181             },
7182             },
7183             'VEF' => {
7184             symbol => 'VEF',
7185             display_name => {
7186             'currency' => q(bolívar venezuelano \(2008–2018\)),
7187             'one' => q(bolívar venezuelano \(2008–2018\)),
7188             'other' => q(bolívares venezuelani \(2008–2018\)),
7189             },
7190             },
7191             'VES' => {
7192             symbol => 'VES',
7193             display_name => {
7194             'currency' => q(bolívar venezuelano),
7195             'one' => q(bolívar venezuelano),
7196             'other' => q(bolívares venezuelani),
7197             },
7198             },
7199             'VND' => {
7200             symbol => '₫',
7201             display_name => {
7202             'currency' => q(dong vietnamita),
7203             'one' => q(dong vietnamita),
7204             'other' => q(dong vietnamiti),
7205             },
7206             },
7207             'VUV' => {
7208             symbol => 'VUV',
7209             display_name => {
7210             'currency' => q(vatu di Vanuatu),
7211             'one' => q(vatu di Vanuatu),
7212             'other' => q(vatu di Vanuatu),
7213             },
7214             },
7215             'WST' => {
7216             symbol => 'WST',
7217             display_name => {
7218             'currency' => q(tala samoano),
7219             'one' => q(tala samoano),
7220             'other' => q(tala samoani),
7221             },
7222             },
7223             'XAF' => {
7224             symbol => 'FCFA',
7225             display_name => {
7226             'currency' => q(franco CFA BEAC),
7227             'one' => q(franco CFA BEAC),
7228             'other' => q(franchi CFA BEAC),
7229             },
7230             },
7231             'XAG' => {
7232             display_name => {
7233             'currency' => q(argento),
7234             },
7235             },
7236             'XAU' => {
7237             display_name => {
7238             'currency' => q(oro),
7239             },
7240             },
7241             'XBA' => {
7242             display_name => {
7243             'currency' => q(unità composita europea),
7244             },
7245             },
7246             'XBB' => {
7247             display_name => {
7248             'currency' => q(unità monetaria europea),
7249             },
7250             },
7251             'XBC' => {
7252             display_name => {
7253             'currency' => q(unità di acconto europea \(XBC\)),
7254             },
7255             },
7256             'XBD' => {
7257             display_name => {
7258             'currency' => q(unità di acconto europea \(XBD\)),
7259             },
7260             },
7261             'XCD' => {
7262             symbol => 'EC$',
7263             display_name => {
7264             'currency' => q(dollaro dei Caraibi orientali),
7265             'one' => q(dollaro dei Caraibi orientali),
7266             'other' => q(dollari dei Caraibi orientali),
7267             },
7268             },
7269             'XDR' => {
7270             display_name => {
7271             'currency' => q(diritti speciali di incasso),
7272             },
7273             },
7274             'XFO' => {
7275             display_name => {
7276             'currency' => q(franco oro francese),
7277             },
7278             },
7279             'XFU' => {
7280             display_name => {
7281             'currency' => q(franco UIC francese),
7282             },
7283             },
7284             'XOF' => {
7285             symbol => 'CFA',
7286             display_name => {
7287             'currency' => q(franco CFA BCEAO),
7288             'one' => q(franco CFA BCEAO),
7289             'other' => q(franchi CFA BCEAO),
7290             },
7291             },
7292             'XPD' => {
7293             display_name => {
7294             'currency' => q(palladio),
7295             },
7296             },
7297             'XPF' => {
7298             symbol => 'CFPF',
7299             display_name => {
7300             'currency' => q(franco CFP),
7301             'one' => q(franco CFP),
7302             'other' => q(franchi CFP),
7303             },
7304             },
7305             'XPT' => {
7306             display_name => {
7307             'currency' => q(platino),
7308             },
7309             },
7310             'XRE' => {
7311             display_name => {
7312             'currency' => q(fondi RINET),
7313             },
7314             },
7315             'XTS' => {
7316             display_name => {
7317             'currency' => q(codice di verifica della valuta),
7318             },
7319             },
7320             'XXX' => {
7321             display_name => {
7322             'currency' => q(valuta sconosciuta),
7323             'one' => q(\(valuta sconosciuta\)),
7324             'other' => q(\(valute sconosciute\)),
7325             },
7326             },
7327             'YDD' => {
7328             display_name => {
7329             'currency' => q(dinaro dello Yemen),
7330             },
7331             },
7332             'YER' => {
7333             symbol => 'YER',
7334             display_name => {
7335             'currency' => q(riyal yemenita),
7336             'one' => q(rial yemenita),
7337             'other' => q(rial yemeniti),
7338             },
7339             },
7340             'YUD' => {
7341             display_name => {
7342             'currency' => q(dinaro forte yugoslavo),
7343             },
7344             },
7345             'YUM' => {
7346             display_name => {
7347             'currency' => q(dinaro noviy yugoslavo),
7348             },
7349             },
7350             'YUN' => {
7351             display_name => {
7352             'currency' => q(dinaro convertibile yugoslavo),
7353             },
7354             },
7355             'ZAL' => {
7356             display_name => {
7357             'currency' => q(rand sudafricano \(finanziario\)),
7358             },
7359             },
7360             'ZAR' => {
7361             symbol => 'ZAR',
7362             display_name => {
7363             'currency' => q(rand sudafricano),
7364             'one' => q(rand sudafricano),
7365             'other' => q(rand sudafricani),
7366             },
7367             },
7368             'ZMK' => {
7369             display_name => {
7370             'currency' => q(kwacha dello Zambia \(1968–2012\)),
7371             'one' => q(kwacha zambiano \(1968–2012\)),
7372             'other' => q(kwacha zambiani \(1968–2012\)),
7373             },
7374             },
7375             'ZMW' => {
7376             symbol => 'ZMW',
7377             display_name => {
7378             'currency' => q(kwacha dello Zambia),
7379             'one' => q(kwacha zambiano),
7380             'other' => q(kwacha zambiani),
7381             },
7382             },
7383             'ZRN' => {
7384             display_name => {
7385             'currency' => q(nuovo zaire dello Zaire),
7386             },
7387             },
7388             'ZRZ' => {
7389             display_name => {
7390             'currency' => q(zaire dello Zaire),
7391             },
7392             },
7393             'ZWD' => {
7394             display_name => {
7395             'currency' => q(dollaro dello Zimbabwe),
7396             },
7397             },
7398             'ZWL' => {
7399             display_name => {
7400             'currency' => q(dollaro zimbabwiano \(2009\)),
7401             },
7402             },
7403             } },
7404             );
7405              
7406              
7407             has 'calendar_months' => (
7408             is => 'ro',
7409             isa => HashRef,
7410             init_arg => undef,
7411             default => sub { {
7412             'gregorian' => {
7413             'format' => {
7414             abbreviated => {
7415             nonleap => [
7416             'gen',
7417             'feb',
7418             'mar',
7419             'apr',
7420             'mag',
7421             'giu',
7422             'lug',
7423             'ago',
7424             'set',
7425             'ott',
7426             'nov',
7427             'dic'
7428             ],
7429             leap => [
7430            
7431             ],
7432             },
7433             narrow => {
7434             nonleap => [
7435             'G',
7436             'F',
7437             'M',
7438             'A',
7439             'M',
7440             'G',
7441             'L',
7442             'A',
7443             'S',
7444             'O',
7445             'N',
7446             'D'
7447             ],
7448             leap => [
7449            
7450             ],
7451             },
7452             wide => {
7453             nonleap => [
7454             'gennaio',
7455             'febbraio',
7456             'marzo',
7457             'aprile',
7458             'maggio',
7459             'giugno',
7460             'luglio',
7461             'agosto',
7462             'settembre',
7463             'ottobre',
7464             'novembre',
7465             'dicembre'
7466             ],
7467             leap => [
7468            
7469             ],
7470             },
7471             },
7472             'stand-alone' => {
7473             abbreviated => {
7474             nonleap => [
7475             'gen',
7476             'feb',
7477             'mar',
7478             'apr',
7479             'mag',
7480             'giu',
7481             'lug',
7482             'ago',
7483             'set',
7484             'ott',
7485             'nov',
7486             'dic'
7487             ],
7488             leap => [
7489            
7490             ],
7491             },
7492             narrow => {
7493             nonleap => [
7494             'G',
7495             'F',
7496             'M',
7497             'A',
7498             'M',
7499             'G',
7500             'L',
7501             'A',
7502             'S',
7503             'O',
7504             'N',
7505             'D'
7506             ],
7507             leap => [
7508            
7509             ],
7510             },
7511             wide => {
7512             nonleap => [
7513             'gennaio',
7514             'febbraio',
7515             'marzo',
7516             'aprile',
7517             'maggio',
7518             'giugno',
7519             'luglio',
7520             'agosto',
7521             'settembre',
7522             'ottobre',
7523             'novembre',
7524             'dicembre'
7525             ],
7526             leap => [
7527            
7528             ],
7529             },
7530             },
7531             },
7532             } },
7533             );
7534              
7535             has 'calendar_days' => (
7536             is => 'ro',
7537             isa => HashRef,
7538             init_arg => undef,
7539             default => sub { {
7540             'gregorian' => {
7541             'format' => {
7542             abbreviated => {
7543             mon => 'lun',
7544             tue => 'mar',
7545             wed => 'mer',
7546             thu => 'gio',
7547             fri => 'ven',
7548             sat => 'sab',
7549             sun => 'dom'
7550             },
7551             narrow => {
7552             mon => 'L',
7553             tue => 'M',
7554             wed => 'M',
7555             thu => 'G',
7556             fri => 'V',
7557             sat => 'S',
7558             sun => 'D'
7559             },
7560             short => {
7561             mon => 'lun',
7562             tue => 'mar',
7563             wed => 'mer',
7564             thu => 'gio',
7565             fri => 'ven',
7566             sat => 'sab',
7567             sun => 'dom'
7568             },
7569             wide => {
7570             mon => 'lunedì',
7571             tue => 'martedì',
7572             wed => 'mercoledì',
7573             thu => 'giovedì',
7574             fri => 'venerdì',
7575             sat => 'sabato',
7576             sun => 'domenica'
7577             },
7578             },
7579             'stand-alone' => {
7580             abbreviated => {
7581             mon => 'lun',
7582             tue => 'mar',
7583             wed => 'mer',
7584             thu => 'gio',
7585             fri => 'ven',
7586             sat => 'sab',
7587             sun => 'dom'
7588             },
7589             narrow => {
7590             mon => 'L',
7591             tue => 'M',
7592             wed => 'M',
7593             thu => 'G',
7594             fri => 'V',
7595             sat => 'S',
7596             sun => 'D'
7597             },
7598             short => {
7599             mon => 'lun',
7600             tue => 'mar',
7601             wed => 'mer',
7602             thu => 'gio',
7603             fri => 'ven',
7604             sat => 'sab',
7605             sun => 'dom'
7606             },
7607             wide => {
7608             mon => 'lunedì',
7609             tue => 'martedì',
7610             wed => 'mercoledì',
7611             thu => 'giovedì',
7612             fri => 'venerdì',
7613             sat => 'sabato',
7614             sun => 'domenica'
7615             },
7616             },
7617             },
7618             } },
7619             );
7620              
7621             has 'calendar_quarters' => (
7622             is => 'ro',
7623             isa => HashRef,
7624             init_arg => undef,
7625             default => sub { {
7626             'gregorian' => {
7627             'format' => {
7628             abbreviated => {0 => 'T1',
7629             1 => 'T2',
7630             2 => 'T3',
7631             3 => 'T4'
7632             },
7633             narrow => {0 => '1',
7634             1 => '2',
7635             2 => '3',
7636             3 => '4'
7637             },
7638             wide => {0 => '1º trimestre',
7639             1 => '2º trimestre',
7640             2 => '3º trimestre',
7641             3 => '4º trimestre'
7642             },
7643             },
7644             'stand-alone' => {
7645             abbreviated => {0 => 'T1',
7646             1 => 'T2',
7647             2 => 'T3',
7648             3 => 'T4'
7649             },
7650             narrow => {0 => '1',
7651             1 => '2',
7652             2 => '3',
7653             3 => '4'
7654             },
7655             wide => {0 => '1º trimestre',
7656             1 => '2º trimestre',
7657             2 => '3º trimestre',
7658             3 => '4º trimestre'
7659             },
7660             },
7661             },
7662             } },
7663             );
7664              
7665             has 'day_period_data' => (
7666             is => 'ro',
7667             isa => CodeRef,
7668             init_arg => undef,
7669             default => sub { sub {
7670             # Time in hhmm format
7671             my ($self, $type, $time, $day_period_type) = @_;
7672             $day_period_type //= 'default';
7673             SWITCH:
7674             for ($type) {
7675             if ($_ eq 'buddhist') {
7676             if($day_period_type eq 'default') {
7677             return 'midnight' if $time == 0;
7678             return 'noon' if $time == 1200;
7679             return 'afternoon1' if $time >= 1200
7680             && $time < 1800;
7681             return 'evening1' if $time >= 1800
7682             && $time < 2400;
7683             return 'morning1' if $time >= 600
7684             && $time < 1200;
7685             return 'night1' if $time >= 0
7686             && $time < 600;
7687             }
7688             if($day_period_type eq 'selection') {
7689             return 'afternoon1' if $time >= 1200
7690             && $time < 1800;
7691             return 'evening1' if $time >= 1800
7692             && $time < 2400;
7693             return 'morning1' if $time >= 600
7694             && $time < 1200;
7695             return 'night1' if $time >= 0
7696             && $time < 600;
7697             }
7698             last SWITCH;
7699             }
7700             if ($_ eq 'chinese') {
7701             if($day_period_type eq 'default') {
7702             return 'midnight' if $time == 0;
7703             return 'noon' if $time == 1200;
7704             return 'afternoon1' if $time >= 1200
7705             && $time < 1800;
7706             return 'evening1' if $time >= 1800
7707             && $time < 2400;
7708             return 'morning1' if $time >= 600
7709             && $time < 1200;
7710             return 'night1' if $time >= 0
7711             && $time < 600;
7712             }
7713             if($day_period_type eq 'selection') {
7714             return 'afternoon1' if $time >= 1200
7715             && $time < 1800;
7716             return 'evening1' if $time >= 1800
7717             && $time < 2400;
7718             return 'morning1' if $time >= 600
7719             && $time < 1200;
7720             return 'night1' if $time >= 0
7721             && $time < 600;
7722             }
7723             last SWITCH;
7724             }
7725             if ($_ eq 'generic') {
7726             if($day_period_type eq 'default') {
7727             return 'midnight' if $time == 0;
7728             return 'noon' if $time == 1200;
7729             return 'afternoon1' if $time >= 1200
7730             && $time < 1800;
7731             return 'evening1' if $time >= 1800
7732             && $time < 2400;
7733             return 'morning1' if $time >= 600
7734             && $time < 1200;
7735             return 'night1' if $time >= 0
7736             && $time < 600;
7737             }
7738             if($day_period_type eq 'selection') {
7739             return 'afternoon1' if $time >= 1200
7740             && $time < 1800;
7741             return 'evening1' if $time >= 1800
7742             && $time < 2400;
7743             return 'morning1' if $time >= 600
7744             && $time < 1200;
7745             return 'night1' if $time >= 0
7746             && $time < 600;
7747             }
7748             last SWITCH;
7749             }
7750             if ($_ eq 'gregorian') {
7751             if($day_period_type eq 'default') {
7752             return 'midnight' if $time == 0;
7753             return 'noon' if $time == 1200;
7754             return 'afternoon1' if $time >= 1200
7755             && $time < 1800;
7756             return 'evening1' if $time >= 1800
7757             && $time < 2400;
7758             return 'morning1' if $time >= 600
7759             && $time < 1200;
7760             return 'night1' if $time >= 0
7761             && $time < 600;
7762             }
7763             if($day_period_type eq 'selection') {
7764             return 'afternoon1' if $time >= 1200
7765             && $time < 1800;
7766             return 'evening1' if $time >= 1800
7767             && $time < 2400;
7768             return 'morning1' if $time >= 600
7769             && $time < 1200;
7770             return 'night1' if $time >= 0
7771             && $time < 600;
7772             }
7773             last SWITCH;
7774             }
7775             if ($_ eq 'hebrew') {
7776             if($day_period_type eq 'default') {
7777             return 'midnight' if $time == 0;
7778             return 'noon' if $time == 1200;
7779             return 'afternoon1' if $time >= 1200
7780             && $time < 1800;
7781             return 'evening1' if $time >= 1800
7782             && $time < 2400;
7783             return 'morning1' if $time >= 600
7784             && $time < 1200;
7785             return 'night1' if $time >= 0
7786             && $time < 600;
7787             }
7788             if($day_period_type eq 'selection') {
7789             return 'afternoon1' if $time >= 1200
7790             && $time < 1800;
7791             return 'evening1' if $time >= 1800
7792             && $time < 2400;
7793             return 'morning1' if $time >= 600
7794             && $time < 1200;
7795             return 'night1' if $time >= 0
7796             && $time < 600;
7797             }
7798             last SWITCH;
7799             }
7800             if ($_ eq 'islamic') {
7801             if($day_period_type eq 'default') {
7802             return 'midnight' if $time == 0;
7803             return 'noon' if $time == 1200;
7804             return 'afternoon1' if $time >= 1200
7805             && $time < 1800;
7806             return 'evening1' if $time >= 1800
7807             && $time < 2400;
7808             return 'morning1' if $time >= 600
7809             && $time < 1200;
7810             return 'night1' if $time >= 0
7811             && $time < 600;
7812             }
7813             if($day_period_type eq 'selection') {
7814             return 'afternoon1' if $time >= 1200
7815             && $time < 1800;
7816             return 'evening1' if $time >= 1800
7817             && $time < 2400;
7818             return 'morning1' if $time >= 600
7819             && $time < 1200;
7820             return 'night1' if $time >= 0
7821             && $time < 600;
7822             }
7823             last SWITCH;
7824             }
7825             if ($_ eq 'japanese') {
7826             if($day_period_type eq 'default') {
7827             return 'midnight' if $time == 0;
7828             return 'noon' if $time == 1200;
7829             return 'afternoon1' if $time >= 1200
7830             && $time < 1800;
7831             return 'evening1' if $time >= 1800
7832             && $time < 2400;
7833             return 'morning1' if $time >= 600
7834             && $time < 1200;
7835             return 'night1' if $time >= 0
7836             && $time < 600;
7837             }
7838             if($day_period_type eq 'selection') {
7839             return 'afternoon1' if $time >= 1200
7840             && $time < 1800;
7841             return 'evening1' if $time >= 1800
7842             && $time < 2400;
7843             return 'morning1' if $time >= 600
7844             && $time < 1200;
7845             return 'night1' if $time >= 0
7846             && $time < 600;
7847             }
7848             last SWITCH;
7849             }
7850             if ($_ eq 'roc') {
7851             if($day_period_type eq 'default') {
7852             return 'midnight' if $time == 0;
7853             return 'noon' if $time == 1200;
7854             return 'afternoon1' if $time >= 1200
7855             && $time < 1800;
7856             return 'evening1' if $time >= 1800
7857             && $time < 2400;
7858             return 'morning1' if $time >= 600
7859             && $time < 1200;
7860             return 'night1' if $time >= 0
7861             && $time < 600;
7862             }
7863             if($day_period_type eq 'selection') {
7864             return 'afternoon1' if $time >= 1200
7865             && $time < 1800;
7866             return 'evening1' if $time >= 1800
7867             && $time < 2400;
7868             return 'morning1' if $time >= 600
7869             && $time < 1200;
7870             return 'night1' if $time >= 0
7871             && $time < 600;
7872             }
7873             last SWITCH;
7874             }
7875             }
7876             } },
7877             );
7878              
7879             around day_period_data => sub {
7880             my ($orig, $self) = @_;
7881             return $self->$orig;
7882             };
7883              
7884             has 'day_periods' => (
7885             is => 'ro',
7886             isa => HashRef,
7887             init_arg => undef,
7888             default => sub { {
7889             'gregorian' => {
7890             'format' => {
7891             'abbreviated' => {
7892             'afternoon1' => q{del pomeriggio},
7893             'am' => q{AM},
7894             'evening1' => q{di sera},
7895             'midnight' => q{mezzanotte},
7896             'morning1' => q{di mattina},
7897             'night1' => q{di notte},
7898             'noon' => q{mezzogiorno},
7899             'pm' => q{PM},
7900             },
7901             'narrow' => {
7902             'afternoon1' => q{del pomeriggio},
7903             'am' => q{m.},
7904             'evening1' => q{di sera},
7905             'midnight' => q{mezzanotte},
7906             'morning1' => q{di mattina},
7907             'night1' => q{di notte},
7908             'noon' => q{mezzogiorno},
7909             'pm' => q{p.},
7910             },
7911             'wide' => {
7912             'afternoon1' => q{del pomeriggio},
7913             'am' => q{AM},
7914             'evening1' => q{di sera},
7915             'midnight' => q{mezzanotte},
7916             'morning1' => q{di mattina},
7917             'night1' => q{di notte},
7918             'noon' => q{mezzogiorno},
7919             'pm' => q{PM},
7920             },
7921             },
7922             'stand-alone' => {
7923             'abbreviated' => {
7924             'afternoon1' => q{pomeriggio},
7925             'am' => q{AM},
7926             'evening1' => q{sera},
7927             'midnight' => q{mezzanotte},
7928             'morning1' => q{mattina},
7929             'night1' => q{notte},
7930             'noon' => q{mezzogiorno},
7931             'pm' => q{PM},
7932             },
7933             'narrow' => {
7934             'afternoon1' => q{pomeriggio},
7935             'am' => q{m.},
7936             'evening1' => q{sera},
7937             'midnight' => q{mezzanotte},
7938             'morning1' => q{mattina},
7939             'night1' => q{notte},
7940             'noon' => q{mezzogiorno},
7941             'pm' => q{p.},
7942             },
7943             'wide' => {
7944             'afternoon1' => q{pomeriggio},
7945             'am' => q{AM},
7946             'evening1' => q{sera},
7947             'midnight' => q{mezzanotte},
7948             'morning1' => q{mattina},
7949             'night1' => q{notte},
7950             'noon' => q{mezzogiorno},
7951             'pm' => q{PM},
7952             },
7953             },
7954             },
7955             } },
7956             );
7957              
7958             has 'eras' => (
7959             is => 'ro',
7960             isa => HashRef,
7961             init_arg => undef,
7962             default => sub { {
7963             'buddhist' => {
7964             abbreviated => {
7965             '0' => 'EB'
7966             },
7967             },
7968             'chinese' => {
7969             },
7970             'generic' => {
7971             },
7972             'gregorian' => {
7973             abbreviated => {
7974             '0' => 'a.C.',
7975             '1' => 'd.C.'
7976             },
7977             narrow => {
7978             '0' => 'aC',
7979             '1' => 'dC'
7980             },
7981             wide => {
7982             '0' => 'avanti Cristo',
7983             '1' => 'dopo Cristo'
7984             },
7985             },
7986             'hebrew' => {
7987             abbreviated => {
7988             '0' => 'AM'
7989             },
7990             },
7991             'islamic' => {
7992             abbreviated => {
7993             '0' => 'AH'
7994             },
7995             },
7996             'japanese' => {
7997             },
7998             'roc' => {
7999             abbreviated => {
8000             '0' => 'Prima di R.O.C.',
8001             '1' => 'Minguo'
8002             },
8003             },
8004             } },
8005             );
8006              
8007             has 'date_formats' => (
8008             is => 'ro',
8009             isa => HashRef,
8010             init_arg => undef,
8011             default => sub { {
8012             'buddhist' => {
8013             },
8014             'chinese' => {
8015             'full' => q{EEEE d MMMM U},
8016             'long' => q{dd MMMM U},
8017             'medium' => q{dd MMM U},
8018             'short' => q{dd/MM/yy},
8019             },
8020             'generic' => {
8021             'full' => q{EEEE d MMMM y G},
8022             'long' => q{dd MMMM y G},
8023             'medium' => q{dd MMM y G},
8024             'short' => q{dd/MM/yy GGGGG},
8025             },
8026             'gregorian' => {
8027             'full' => q{EEEE d MMMM y},
8028             'long' => q{d MMMM y},
8029             'medium' => q{d MMM y},
8030             'short' => q{dd/MM/yy},
8031             },
8032             'hebrew' => {
8033             },
8034             'islamic' => {
8035             },
8036             'japanese' => {
8037             'full' => q{EEEE d MMMM y G},
8038             'long' => q{dd MMMM y G},
8039             'medium' => q{dd MMM y G},
8040             'short' => q{dd/MM/yy GGGGG},
8041             },
8042             'roc' => {
8043             },
8044             } },
8045             );
8046              
8047             has 'time_formats' => (
8048             is => 'ro',
8049             isa => HashRef,
8050             init_arg => undef,
8051             default => sub { {
8052             'buddhist' => {
8053             },
8054             'chinese' => {
8055             },
8056             'generic' => {
8057             },
8058             'gregorian' => {
8059             'full' => q{HH:mm:ss zzzz},
8060             'long' => q{HH:mm:ss z},
8061             'medium' => q{HH:mm:ss},
8062             'short' => q{HH:mm},
8063             },
8064             'hebrew' => {
8065             },
8066             'islamic' => {
8067             },
8068             'japanese' => {
8069             },
8070             'roc' => {
8071             },
8072             } },
8073             );
8074              
8075             has 'datetime_formats' => (
8076             is => 'ro',
8077             isa => HashRef,
8078             init_arg => undef,
8079             default => sub { {
8080             'buddhist' => {
8081             },
8082             'chinese' => {
8083             },
8084             'generic' => {
8085             'full' => q{{1} 'alle' {0}},
8086             'long' => q{{1} 'alle' {0}},
8087             'medium' => q{{1}, {0}},
8088             'short' => q{{1}, {0}},
8089             },
8090             'gregorian' => {
8091             'full' => q{{1} {0}},
8092             'long' => q{{1} {0}},
8093             'medium' => q{{1}, {0}},
8094             'short' => q{{1}, {0}},
8095             },
8096             'hebrew' => {
8097             },
8098             'islamic' => {
8099             },
8100             'japanese' => {
8101             },
8102             'roc' => {
8103             },
8104             } },
8105             );
8106              
8107             has 'datetime_formats_available_formats' => (
8108             is => 'ro',
8109             isa => HashRef,
8110             init_arg => undef,
8111             default => sub { {
8112             'generic' => {
8113             Bh => q{h B},
8114             Bhm => q{h:mm B},
8115             Bhms => q{h:mm:ss B},
8116             E => q{ccc},
8117             EBhm => q{E h:mm B},
8118             EBhms => q{E h:mm:ss B},
8119             EHm => q{E HH:mm},
8120             EHms => q{E HH:mm:ss},
8121             Ed => q{E d},
8122             Ehm => q{E h:mm a},
8123             Ehms => q{E h:mm:ss a},
8124             Gy => q{y G},
8125             GyMMM => q{MMM y G},
8126             GyMMMEd => q{E d MMM y G},
8127             GyMMMd => q{d MMM y G},
8128             H => q{HH},
8129             Hm => q{HH:mm},
8130             Hms => q{HH:mm:ss},
8131             M => q{L},
8132             MEd => q{E d/M},
8133             MMM => q{LLL},
8134             MMMEd => q{E d MMM},
8135             MMMMd => q{d MMMM},
8136             MMMd => q{d MMM},
8137             Md => q{d/M},
8138             d => q{d},
8139             h => q{hh a},
8140             hm => q{hh:mm a},
8141             hms => q{hh:mm:ss a},
8142             ms => q{mm:ss},
8143             y => q{y G},
8144             yyyy => q{y G},
8145             yyyyM => q{M/y GGGGG},
8146             yyyyMEd => q{E d/M/y GGGGG},
8147             yyyyMMM => q{MMM y G},
8148             yyyyMMMEd => q{E d MMM y G},
8149             yyyyMMMM => q{MMMM y G},
8150             yyyyMMMd => q{d MMM y G},
8151             yyyyMd => q{d/M/y GGGGG},
8152             yyyyQQQ => q{QQQ y G},
8153             yyyyQQQQ => q{QQQQ y G},
8154             },
8155             'gregorian' => {
8156             Bh => q{h B},
8157             Bhm => q{h:mm B},
8158             Bhms => q{h:mm:ss B},
8159             E => q{ccc},
8160             EBhm => q{E h:mm B},
8161             EBhms => q{E h:mm:ss B},
8162             EHm => q{E HH:mm},
8163             EHms => q{E HH:mm:ss},
8164             Ed => q{E d},
8165             Ehm => q{E h:mm a},
8166             Ehms => q{E h:mm:ss a},
8167             Gy => q{y G},
8168             GyMMM => q{MMM y G},
8169             GyMMMEd => q{E d MMM y G},
8170             GyMMMd => q{d MMM y G},
8171             H => q{HH},
8172             Hm => q{HH:mm},
8173             Hms => q{HH:mm:ss},
8174             Hmsv => q{HH:mm:ss v},
8175             Hmv => q{HH:mm v},
8176             M => q{L},
8177             MEd => q{E d/M},
8178             MMM => q{LLL},
8179             MMMEd => q{E d MMM},
8180             MMMMW => q{'settimana' W 'di' MMM},
8181             MMMMd => q{d MMMM},
8182             MMMd => q{d MMM},
8183             Md => q{d/M},
8184             d => q{d},
8185             h => q{h a},
8186             hm => q{h:mm a},
8187             hms => q{h:mm:ss a},
8188             hmsv => q{h:mm:ss a v},
8189             hmv => q{h:mm a v},
8190             ms => q{mm:ss},
8191             y => q{y},
8192             yM => q{M/y},
8193             yMEd => q{E d/M/y},
8194             yMMM => q{MMM y},
8195             yMMMEd => q{E d MMM y},
8196             yMMMM => q{MMMM y},
8197             yMMMd => q{d MMM y},
8198             yMd => q{d/M/y},
8199             yQQQ => q{QQQ y},
8200             yQQQQ => q{QQQQ y},
8201             yw => q{'settimana' w 'del' Y},
8202             },
8203             } },
8204             );
8205              
8206             has 'datetime_formats_append_item' => (
8207             is => 'ro',
8208             isa => HashRef,
8209             init_arg => undef,
8210             default => sub { {
8211             'gregorian' => {
8212             'Timezone' => '{0} {1}',
8213             },
8214             } },
8215             );
8216              
8217             has 'datetime_formats_interval' => (
8218             is => 'ro',
8219             isa => HashRef,
8220             init_arg => undef,
8221             default => sub { {
8222             'generic' => {
8223             H => {
8224             H => q{HH–HH},
8225             },
8226             Hm => {
8227             H => q{HH:mm–HH:mm},
8228             m => q{HH:mm–HH:mm},
8229             },
8230             Hmv => {
8231             H => q{HH:mm–HH:mm v},
8232             m => q{HH:mm–HH:mm v},
8233             },
8234             Hv => {
8235             H => q{HH–HH v},
8236             },
8237             M => {
8238             M => q{M–M},
8239             },
8240             MEd => {
8241             M => q{E dd/MM – E dd/MM},
8242             d => q{E dd/MM – E dd/MM},
8243             },
8244             MMM => {
8245             M => q{MMM–MMM},
8246             },
8247             MMMEd => {
8248             M => q{E dd MMM – E dd MMM},
8249             d => q{E dd – E dd MMM},
8250             },
8251             MMMd => {
8252             M => q{dd MMM – dd MMM},
8253             d => q{dd–dd MMM},
8254             },
8255             Md => {
8256             M => q{dd/MM – dd/MM},
8257             d => q{dd/MM – dd/MM},
8258             },
8259             d => {
8260             d => q{d–d},
8261             },
8262             fallback => '{0} - {1}',
8263             h => {
8264             a => q{h a – h a},
8265             h => q{h–h a},
8266             },
8267             hm => {
8268             a => q{h:mm a – h:mm a},
8269             h => q{h:mm–h:mm a},
8270             m => q{h:mm–h:mm a},
8271             },
8272             hmv => {
8273             a => q{h:mm a – h:mm a v},
8274             h => q{h:mm–h:mm a v},
8275             m => q{h:mm–h:mm a v},
8276             },
8277             hv => {
8278             a => q{h a – h a v},
8279             h => q{h–h a v},
8280             },
8281             y => {
8282             y => q{y–y G},
8283             },
8284             yM => {
8285             M => q{MM/y – MM/y G},
8286             y => q{MM/y – MM/y G},
8287             },
8288             yMEd => {
8289             M => q{E dd/MM/y – E dd/MM/y G},
8290             d => q{E dd/MM/y – E dd/MM/y G},
8291             y => q{E dd/MM/y – E dd/MM/y G},
8292             },
8293             yMMM => {
8294             M => q{MMM–MMM y G},
8295             y => q{MMM y – MMM y G},
8296             },
8297             yMMMEd => {
8298             M => q{E d MMM – E d MMM y G},
8299             d => q{E d – E d MMM y G},
8300             y => q{E d MMM y – E d MMM y G},
8301             },
8302             yMMMM => {
8303             M => q{MMMM–MMMM y G},
8304             y => q{MMMM y – MMMM y G},
8305             },
8306             yMMMd => {
8307             M => q{dd MMM – dd MMM y G},
8308             d => q{dd–dd MMM y G},
8309             y => q{dd MMM y – dd MMM y G},
8310             },
8311             yMd => {
8312             M => q{dd/MM/y – dd/MM/y G},
8313             d => q{dd/MM/y – dd/MM/y G},
8314             y => q{dd/MM/y – dd/MM/y G},
8315             },
8316             },
8317             'gregorian' => {
8318             H => {
8319             H => q{HH–HH},
8320             },
8321             Hm => {
8322             H => q{HH:mm–HH:mm},
8323             m => q{HH:mm–HH:mm},
8324             },
8325             Hmv => {
8326             H => q{HH:mm–HH:mm v},
8327             m => q{HH:mm–HH:mm v},
8328             },
8329             Hv => {
8330             H => q{HH–HH v},
8331             },
8332             M => {
8333             M => q{M–M},
8334             },
8335             MEd => {
8336             M => q{E dd/MM – E dd/MM},
8337             d => q{E dd/MM – E dd/MM},
8338             },
8339             MMM => {
8340             M => q{MMM–MMM},
8341             },
8342             MMMEd => {
8343             M => q{E dd MMM – E dd MMM},
8344             d => q{E dd – E dd MMM},
8345             },
8346             MMMd => {
8347             M => q{dd MMM – dd MMM},
8348             d => q{dd–dd MMM},
8349             },
8350             Md => {
8351             M => q{dd/MM – dd/MM},
8352             d => q{dd/MM – dd/MM},
8353             },
8354             d => {
8355             d => q{d–d},
8356             },
8357             fallback => '{0} - {1}',
8358             h => {
8359             a => q{h a – h a},
8360             h => q{h–h a},
8361             },
8362             hm => {
8363             a => q{h:mm a – h:mm a},
8364             h => q{h:mm–h:mm a},
8365             m => q{h:mm–h:mm a},
8366             },
8367             hmv => {
8368             a => q{h:mm a – h:mm a v},
8369             h => q{h:mm–h:mm a v},
8370             m => q{h:mm–h:mm a v},
8371             },
8372             hv => {
8373             a => q{h a – h a v},
8374             h => q{h–h a v},
8375             },
8376             y => {
8377             y => q{y–y},
8378             },
8379             yM => {
8380             M => q{MM/y – MM/y},
8381             y => q{MM/y – MM/y},
8382             },
8383             yMEd => {
8384             M => q{E dd/MM/y – E dd/MM/y},
8385             d => q{E dd/MM/y – E dd/MM/y},
8386             y => q{E dd/MM/y – E dd/MM/y},
8387             },
8388             yMMM => {
8389             M => q{MMM–MMM y},
8390             y => q{MMM y – MMM y},
8391             },
8392             yMMMEd => {
8393             M => q{E d MMM – E d MMM y},
8394             d => q{E d – E d MMM y},
8395             y => q{E d MMM y – E d MMM y},
8396             },
8397             yMMMM => {
8398             M => q{MMMM–MMMM y},
8399             y => q{MMMM y – MMMM y},
8400             },
8401             yMMMd => {
8402             M => q{dd MMM – dd MMM y},
8403             d => q{dd–dd MMM y},
8404             y => q{dd MMM y – dd MMM y},
8405             },
8406             yMd => {
8407             M => q{dd/MM/y – dd/MM/y},
8408             d => q{dd/MM/y – dd/MM/y},
8409             y => q{dd/MM/y – dd/MM/y},
8410             },
8411             },
8412             } },
8413             );
8414              
8415             has 'time_zone_names' => (
8416             is => 'ro',
8417             isa => HashRef,
8418             init_arg => undef,
8419             default => sub { {
8420             hourFormat => q(+HH:mm;-HH:mm),
8421             gmtFormat => q(GMT{0}),
8422             gmtZeroFormat => q(GMT),
8423             regionFormat => q(Ora {0}),
8424             regionFormat => q(Ora legale: {0}),
8425             regionFormat => q(Ora standard: {0}),
8426             fallbackFormat => q({1} ({0})),
8427             'Afghanistan' => {
8428             long => {
8429             'standard' => q#Ora dell’Afghanistan#,
8430             },
8431             },
8432             'Africa/Abidjan' => {
8433             exemplarCity => q#Abidjan#,
8434             },
8435             'Africa/Accra' => {
8436             exemplarCity => q#Accra#,
8437             },
8438             'Africa/Addis_Ababa' => {
8439             exemplarCity => q#Addis Abeba#,
8440             },
8441             'Africa/Algiers' => {
8442             exemplarCity => q#Algeri#,
8443             },
8444             'Africa/Asmera' => {
8445             exemplarCity => q#Asmara#,
8446             },
8447             'Africa/Bamako' => {
8448             exemplarCity => q#Bamako#,
8449             },
8450             'Africa/Bangui' => {
8451             exemplarCity => q#Bangui#,
8452             },
8453             'Africa/Banjul' => {
8454             exemplarCity => q#Banjul#,
8455             },
8456             'Africa/Bissau' => {
8457             exemplarCity => q#Bissau#,
8458             },
8459             'Africa/Blantyre' => {
8460             exemplarCity => q#Blantyre#,
8461             },
8462             'Africa/Brazzaville' => {
8463             exemplarCity => q#Brazzaville#,
8464             },
8465             'Africa/Bujumbura' => {
8466             exemplarCity => q#Bujumbura#,
8467             },
8468             'Africa/Cairo' => {
8469             exemplarCity => q#Il Cairo#,
8470             },
8471             'Africa/Casablanca' => {
8472             exemplarCity => q#Casablanca#,
8473             },
8474             'Africa/Ceuta' => {
8475             exemplarCity => q#Ceuta#,
8476             },
8477             'Africa/Conakry' => {
8478             exemplarCity => q#Conakry#,
8479             },
8480             'Africa/Dakar' => {
8481             exemplarCity => q#Dakar#,
8482             },
8483             'Africa/Dar_es_Salaam' => {
8484             exemplarCity => q#Dar es Salaam#,
8485             },
8486             'Africa/Djibouti' => {
8487             exemplarCity => q#Gibuti#,
8488             },
8489             'Africa/Douala' => {
8490             exemplarCity => q#Douala#,
8491             },
8492             'Africa/El_Aaiun' => {
8493             exemplarCity => q#El Ayun#,
8494             },
8495             'Africa/Freetown' => {
8496             exemplarCity => q#Freetown#,
8497             },
8498             'Africa/Gaborone' => {
8499             exemplarCity => q#Gaborone#,
8500             },
8501             'Africa/Harare' => {
8502             exemplarCity => q#Harare#,
8503             },
8504             'Africa/Johannesburg' => {
8505             exemplarCity => q#Johannesburg#,
8506             },
8507             'Africa/Juba' => {
8508             exemplarCity => q#Giuba#,
8509             },
8510             'Africa/Kampala' => {
8511             exemplarCity => q#Kampala#,
8512             },
8513             'Africa/Khartoum' => {
8514             exemplarCity => q#Khartum#,
8515             },
8516             'Africa/Kigali' => {
8517             exemplarCity => q#Kigali#,
8518             },
8519             'Africa/Kinshasa' => {
8520             exemplarCity => q#Kinshasa#,
8521             },
8522             'Africa/Lagos' => {
8523             exemplarCity => q#Lagos#,
8524             },
8525             'Africa/Libreville' => {
8526             exemplarCity => q#Libreville#,
8527             },
8528             'Africa/Lome' => {
8529             exemplarCity => q#Lomé#,
8530             },
8531             'Africa/Luanda' => {
8532             exemplarCity => q#Luanda#,
8533             },
8534             'Africa/Lubumbashi' => {
8535             exemplarCity => q#Lubumbashi#,
8536             },
8537             'Africa/Lusaka' => {
8538             exemplarCity => q#Lusaka#,
8539             },
8540             'Africa/Malabo' => {
8541             exemplarCity => q#Malabo#,
8542             },
8543             'Africa/Maputo' => {
8544             exemplarCity => q#Maputo#,
8545             },
8546             'Africa/Maseru' => {
8547             exemplarCity => q#Maseru#,
8548             },
8549             'Africa/Mbabane' => {
8550             exemplarCity => q#Mbabane#,
8551             },
8552             'Africa/Mogadishu' => {
8553             exemplarCity => q#Mogadiscio#,
8554             },
8555             'Africa/Monrovia' => {
8556             exemplarCity => q#Monrovia#,
8557             },
8558             'Africa/Nairobi' => {
8559             exemplarCity => q#Nairobi#,
8560             },
8561             'Africa/Ndjamena' => {
8562             exemplarCity => q#N’Djamena#,
8563             },
8564             'Africa/Niamey' => {
8565             exemplarCity => q#Niamey#,
8566             },
8567             'Africa/Nouakchott' => {
8568             exemplarCity => q#Nouakchott#,
8569             },
8570             'Africa/Ouagadougou' => {
8571             exemplarCity => q#Ouagadougou#,
8572             },
8573             'Africa/Porto-Novo' => {
8574             exemplarCity => q#Porto-Novo#,
8575             },
8576             'Africa/Sao_Tome' => {
8577             exemplarCity => q#São Tomé#,
8578             },
8579             'Africa/Tripoli' => {
8580             exemplarCity => q#Tripoli#,
8581             },
8582             'Africa/Tunis' => {
8583             exemplarCity => q#Tunisi#,
8584             },
8585             'Africa/Windhoek' => {
8586             exemplarCity => q#Windhoek#,
8587             },
8588             'Africa_Central' => {
8589             long => {
8590             'standard' => q#Ora dell’Africa centrale#,
8591             },
8592             },
8593             'Africa_Eastern' => {
8594             long => {
8595             'standard' => q#Ora dell’Africa orientale#,
8596             },
8597             },
8598             'Africa_Southern' => {
8599             long => {
8600             'standard' => q#Ora dell’Africa meridionale#,
8601             },
8602             },
8603             'Africa_Western' => {
8604             long => {
8605             'daylight' => q#Ora legale dell’Africa occidentale#,
8606             'generic' => q#Ora dell’Africa occidentale#,
8607             'standard' => q#Ora standard dell’Africa occidentale#,
8608             },
8609             },
8610             'Alaska' => {
8611             long => {
8612             'daylight' => q#Ora legale dell’Alaska#,
8613             'generic' => q#Ora dell’Alaska#,
8614             'standard' => q#Ora standard dell’Alaska#,
8615             },
8616             },
8617             'Amazon' => {
8618             long => {
8619             'daylight' => q#Ora legale dell’Amazzonia#,
8620             'generic' => q#Ora dell’Amazzonia#,
8621             'standard' => q#Ora standard dell’Amazzonia#,
8622             },
8623             },
8624             'America/Adak' => {
8625             exemplarCity => q#Adak#,
8626             },
8627             'America/Anchorage' => {
8628             exemplarCity => q#Anchorage#,
8629             },
8630             'America/Anguilla' => {
8631             exemplarCity => q#Anguilla#,
8632             },
8633             'America/Antigua' => {
8634             exemplarCity => q#Antigua#,
8635             },
8636             'America/Araguaina' => {
8637             exemplarCity => q#Araguaina#,
8638             },
8639             'America/Argentina/La_Rioja' => {
8640             exemplarCity => q#La Rioja#,
8641             },
8642             'America/Argentina/Rio_Gallegos' => {
8643             exemplarCity => q#Rio Gallegos#,
8644             },
8645             'America/Argentina/Salta' => {
8646             exemplarCity => q#Salta#,
8647             },
8648             'America/Argentina/San_Juan' => {
8649             exemplarCity => q#San Juan#,
8650             },
8651             'America/Argentina/San_Luis' => {
8652             exemplarCity => q#San Luis#,
8653             },
8654             'America/Argentina/Tucuman' => {
8655             exemplarCity => q#Tucumán#,
8656             },
8657             'America/Argentina/Ushuaia' => {
8658             exemplarCity => q#Ushuaia#,
8659             },
8660             'America/Aruba' => {
8661             exemplarCity => q#Aruba#,
8662             },
8663             'America/Asuncion' => {
8664             exemplarCity => q#Asunción#,
8665             },
8666             'America/Bahia' => {
8667             exemplarCity => q#Bahia#,
8668             },
8669             'America/Bahia_Banderas' => {
8670             exemplarCity => q#Bahía de Banderas#,
8671             },
8672             'America/Barbados' => {
8673             exemplarCity => q#Barbados#,
8674             },
8675             'America/Belem' => {
8676             exemplarCity => q#Belem#,
8677             },
8678             'America/Belize' => {
8679             exemplarCity => q#Belize#,
8680             },
8681             'America/Blanc-Sablon' => {
8682             exemplarCity => q#Blanc-Sablon#,
8683             },
8684             'America/Boa_Vista' => {
8685             exemplarCity => q#Boa Vista#,
8686             },
8687             'America/Bogota' => {
8688             exemplarCity => q#Bogotá#,
8689             },
8690             'America/Boise' => {
8691             exemplarCity => q#Boise#,
8692             },
8693             'America/Buenos_Aires' => {
8694             exemplarCity => q#Buenos Aires#,
8695             },
8696             'America/Cambridge_Bay' => {
8697             exemplarCity => q#Cambridge Bay#,
8698             },
8699             'America/Campo_Grande' => {
8700             exemplarCity => q#Campo Grande#,
8701             },
8702             'America/Cancun' => {
8703             exemplarCity => q#Cancún#,
8704             },
8705             'America/Caracas' => {
8706             exemplarCity => q#Caracas#,
8707             },
8708             'America/Catamarca' => {
8709             exemplarCity => q#Catamarca#,
8710             },
8711             'America/Cayenne' => {
8712             exemplarCity => q#Caienna#,
8713             },
8714             'America/Cayman' => {
8715             exemplarCity => q#Cayman#,
8716             },
8717             'America/Chicago' => {
8718             exemplarCity => q#Chicago#,
8719             },
8720             'America/Chihuahua' => {
8721             exemplarCity => q#Chihuahua#,
8722             },
8723             'America/Coral_Harbour' => {
8724             exemplarCity => q#Atikokan#,
8725             },
8726             'America/Cordoba' => {
8727             exemplarCity => q#Cordoba#,
8728             },
8729             'America/Costa_Rica' => {
8730             exemplarCity => q#Costa Rica#,
8731             },
8732             'America/Creston' => {
8733             exemplarCity => q#Creston#,
8734             },
8735             'America/Cuiaba' => {
8736             exemplarCity => q#Cuiaba#,
8737             },
8738             'America/Curacao' => {
8739             exemplarCity => q#Curaçao#,
8740             },
8741             'America/Danmarkshavn' => {
8742             exemplarCity => q#Danmarkshavn#,
8743             },
8744             'America/Dawson' => {
8745             exemplarCity => q#Dawson#,
8746             },
8747             'America/Dawson_Creek' => {
8748             exemplarCity => q#Dawson Creek#,
8749             },
8750             'America/Denver' => {
8751             exemplarCity => q#Denver#,
8752             },
8753             'America/Detroit' => {
8754             exemplarCity => q#Detroit#,
8755             },
8756             'America/Dominica' => {
8757             exemplarCity => q#Dominica#,
8758             },
8759             'America/Edmonton' => {
8760             exemplarCity => q#Edmonton#,
8761             },
8762             'America/Eirunepe' => {
8763             exemplarCity => q#Eirunepe#,
8764             },
8765             'America/El_Salvador' => {
8766             exemplarCity => q#El Salvador#,
8767             },
8768             'America/Fort_Nelson' => {
8769             exemplarCity => q#Fort Nelson#,
8770             },
8771             'America/Fortaleza' => {
8772             exemplarCity => q#Fortaleza#,
8773             },
8774             'America/Glace_Bay' => {
8775             exemplarCity => q#Glace Bay#,
8776             },
8777             'America/Godthab' => {
8778             exemplarCity => q#Nuuk#,
8779             },
8780             'America/Goose_Bay' => {
8781             exemplarCity => q#Goose Bay#,
8782             },
8783             'America/Grand_Turk' => {
8784             exemplarCity => q#Grand Turk#,
8785             },
8786             'America/Grenada' => {
8787             exemplarCity => q#Grenada#,
8788             },
8789             'America/Guadeloupe' => {
8790             exemplarCity => q#Guadalupa#,
8791             },
8792             'America/Guatemala' => {
8793             exemplarCity => q#Guatemala#,
8794             },
8795             'America/Guayaquil' => {
8796             exemplarCity => q#Guayaquil#,
8797             },
8798             'America/Guyana' => {
8799             exemplarCity => q#Guyana#,
8800             },
8801             'America/Halifax' => {
8802             exemplarCity => q#Halifax#,
8803             },
8804             'America/Havana' => {
8805             exemplarCity => q#L’Avana#,
8806             },
8807             'America/Hermosillo' => {
8808             exemplarCity => q#Hermosillo#,
8809             },
8810             'America/Indiana/Knox' => {
8811             exemplarCity => q#Knox, Indiana#,
8812             },
8813             'America/Indiana/Marengo' => {
8814             exemplarCity => q#Marengo, Indiana#,
8815             },
8816             'America/Indiana/Petersburg' => {
8817             exemplarCity => q#Petersburg, Indiana#,
8818             },
8819             'America/Indiana/Tell_City' => {
8820             exemplarCity => q#Tell City, Indiana#,
8821             },
8822             'America/Indiana/Vevay' => {
8823             exemplarCity => q#Vevay, Indiana#,
8824             },
8825             'America/Indiana/Vincennes' => {
8826             exemplarCity => q#Vincennes, Indiana#,
8827             },
8828             'America/Indiana/Winamac' => {
8829             exemplarCity => q#Winamac, Indiana#,
8830             },
8831             'America/Indianapolis' => {
8832             exemplarCity => q#Indianapolis#,
8833             },
8834             'America/Inuvik' => {
8835             exemplarCity => q#Inuvik#,
8836             },
8837             'America/Iqaluit' => {
8838             exemplarCity => q#Iqaluit#,
8839             },
8840             'America/Jamaica' => {
8841             exemplarCity => q#Giamaica#,
8842             },
8843             'America/Jujuy' => {
8844             exemplarCity => q#Jujuy#,
8845             },
8846             'America/Juneau' => {
8847             exemplarCity => q#Juneau#,
8848             },
8849             'America/Kentucky/Monticello' => {
8850             exemplarCity => q#Monticello, Kentucky#,
8851             },
8852             'America/Kralendijk' => {
8853             exemplarCity => q#Kralendijk#,
8854             },
8855             'America/La_Paz' => {
8856             exemplarCity => q#La Paz#,
8857             },
8858             'America/Lima' => {
8859             exemplarCity => q#Lima#,
8860             },
8861             'America/Los_Angeles' => {
8862             exemplarCity => q#Los Angeles#,
8863             },
8864             'America/Louisville' => {
8865             exemplarCity => q#Louisville#,
8866             },
8867             'America/Lower_Princes' => {
8868             exemplarCity => q#Lower Prince’s Quarter#,
8869             },
8870             'America/Maceio' => {
8871             exemplarCity => q#Maceio#,
8872             },
8873             'America/Managua' => {
8874             exemplarCity => q#Managua#,
8875             },
8876             'America/Manaus' => {
8877             exemplarCity => q#Manaus#,
8878             },
8879             'America/Marigot' => {
8880             exemplarCity => q#Marigot#,
8881             },
8882             'America/Martinique' => {
8883             exemplarCity => q#Martinica#,
8884             },
8885             'America/Matamoros' => {
8886             exemplarCity => q#Matamoros#,
8887             },
8888             'America/Mazatlan' => {
8889             exemplarCity => q#Mazatlan#,
8890             },
8891             'America/Mendoza' => {
8892             exemplarCity => q#Mendoza#,
8893             },
8894             'America/Menominee' => {
8895             exemplarCity => q#Menominee#,
8896             },
8897             'America/Merida' => {
8898             exemplarCity => q#Mérida#,
8899             },
8900             'America/Metlakatla' => {
8901             exemplarCity => q#Metlakatla#,
8902             },
8903             'America/Mexico_City' => {
8904             exemplarCity => q#Città del Messico#,
8905             },
8906             'America/Miquelon' => {
8907             exemplarCity => q#Miquelon#,
8908             },
8909             'America/Moncton' => {
8910             exemplarCity => q#Moncton#,
8911             },
8912             'America/Monterrey' => {
8913             exemplarCity => q#Monterrey#,
8914             },
8915             'America/Montevideo' => {
8916             exemplarCity => q#Montevideo#,
8917             },
8918             'America/Montserrat' => {
8919             exemplarCity => q#Montserrat#,
8920             },
8921             'America/Nassau' => {
8922             exemplarCity => q#Nassau#,
8923             },
8924             'America/New_York' => {
8925             exemplarCity => q#New York#,
8926             },
8927             'America/Nipigon' => {
8928             exemplarCity => q#Nipigon#,
8929             },
8930             'America/Nome' => {
8931             exemplarCity => q#Nome#,
8932             },
8933             'America/Noronha' => {
8934             exemplarCity => q#Noronha#,
8935             },
8936             'America/North_Dakota/Beulah' => {
8937             exemplarCity => q#Beulah, Dakota del nord#,
8938             },
8939             'America/North_Dakota/Center' => {
8940             exemplarCity => q#Center, Dakota del nord#,
8941             },
8942             'America/North_Dakota/New_Salem' => {
8943             exemplarCity => q#New Salem, Dakota del nord#,
8944             },
8945             'America/Ojinaga' => {
8946             exemplarCity => q#Ojinaga#,
8947             },
8948             'America/Panama' => {
8949             exemplarCity => q#Panamá#,
8950             },
8951             'America/Pangnirtung' => {
8952             exemplarCity => q#Pangnirtung#,
8953             },
8954             'America/Paramaribo' => {
8955             exemplarCity => q#Paramaribo#,
8956             },
8957             'America/Phoenix' => {
8958             exemplarCity => q#Phoenix#,
8959             },
8960             'America/Port-au-Prince' => {
8961             exemplarCity => q#Port-au-Prince#,
8962             },
8963             'America/Port_of_Spain' => {
8964             exemplarCity => q#Port of Spain#,
8965             },
8966             'America/Porto_Velho' => {
8967             exemplarCity => q#Porto Velho#,
8968             },
8969             'America/Puerto_Rico' => {
8970             exemplarCity => q#Portorico#,
8971             },
8972             'America/Punta_Arenas' => {
8973             exemplarCity => q#Punta Arenas#,
8974             },
8975             'America/Rainy_River' => {
8976             exemplarCity => q#Rainy River#,
8977             },
8978             'America/Rankin_Inlet' => {
8979             exemplarCity => q#Rankin Inlet#,
8980             },
8981             'America/Recife' => {
8982             exemplarCity => q#Recife#,
8983             },
8984             'America/Regina' => {
8985             exemplarCity => q#Regina#,
8986             },
8987             'America/Resolute' => {
8988             exemplarCity => q#Resolute#,
8989             },
8990             'America/Rio_Branco' => {
8991             exemplarCity => q#Rio Branco#,
8992             },
8993             'America/Santa_Isabel' => {
8994             exemplarCity => q#Santa Isabel#,
8995             },
8996             'America/Santarem' => {
8997             exemplarCity => q#Santarém#,
8998             },
8999             'America/Santiago' => {
9000             exemplarCity => q#Santiago#,
9001             },
9002             'America/Santo_Domingo' => {
9003             exemplarCity => q#Santo Domingo#,
9004             },
9005             'America/Sao_Paulo' => {
9006             exemplarCity => q#San Paolo#,
9007             },
9008             'America/Scoresbysund' => {
9009             exemplarCity => q#Ittoqqortoormiit#,
9010             },
9011             'America/Sitka' => {
9012             exemplarCity => q#Sitka#,
9013             },
9014             'America/St_Barthelemy' => {
9015             exemplarCity => q#Saint-Barthélemy#,
9016             },
9017             'America/St_Johns' => {
9018             exemplarCity => q#St. John’s#,
9019             },
9020             'America/St_Kitts' => {
9021             exemplarCity => q#St. Kitts#,
9022             },
9023             'America/St_Lucia' => {
9024             exemplarCity => q#Santa Lucia#,
9025             },
9026             'America/St_Thomas' => {
9027             exemplarCity => q#Saint Thomas#,
9028             },
9029             'America/St_Vincent' => {
9030             exemplarCity => q#Saint Vincent#,
9031             },
9032             'America/Swift_Current' => {
9033             exemplarCity => q#Swift Current#,
9034             },
9035             'America/Tegucigalpa' => {
9036             exemplarCity => q#Tegucigalpa#,
9037             },
9038             'America/Thule' => {
9039             exemplarCity => q#Thule#,
9040             },
9041             'America/Thunder_Bay' => {
9042             exemplarCity => q#Thunder Bay#,
9043             },
9044             'America/Tijuana' => {
9045             exemplarCity => q#Tijuana#,
9046             },
9047             'America/Toronto' => {
9048             exemplarCity => q#Toronto#,
9049             },
9050             'America/Tortola' => {
9051             exemplarCity => q#Tortola#,
9052             },
9053             'America/Vancouver' => {
9054             exemplarCity => q#Vancouver#,
9055             },
9056             'America/Whitehorse' => {
9057             exemplarCity => q#Whitehorse#,
9058             },
9059             'America/Winnipeg' => {
9060             exemplarCity => q#Winnipeg#,
9061             },
9062             'America/Yakutat' => {
9063             exemplarCity => q#Yakutat#,
9064             },
9065             'America/Yellowknife' => {
9066             exemplarCity => q#Yellowknife#,
9067             },
9068             'America_Central' => {
9069             long => {
9070             'daylight' => q#Ora legale centrale USA#,
9071             'generic' => q#Ora centrale USA#,
9072             'standard' => q#Ora standard centrale USA#,
9073             },
9074             },
9075             'America_Eastern' => {
9076             long => {
9077             'daylight' => q#Ora legale orientale USA#,
9078             'generic' => q#Ora orientale USA#,
9079             'standard' => q#Ora standard orientale USA#,
9080             },
9081             },
9082             'America_Mountain' => {
9083             long => {
9084             'daylight' => q#Ora legale Montagne Rocciose USA#,
9085             'generic' => q#Ora Montagne Rocciose USA#,
9086             'standard' => q#Ora standard Montagne Rocciose USA#,
9087             },
9088             },
9089             'America_Pacific' => {
9090             long => {
9091             'daylight' => q#Ora legale del Pacifico USA#,
9092             'generic' => q#Ora del Pacifico USA#,
9093             'standard' => q#Ora standard del Pacifico USA#,
9094             },
9095             },
9096             'Anadyr' => {
9097             long => {
9098             'daylight' => q#Ora legale di Anadyr#,
9099             'generic' => q#Ora di Anadyr#,
9100             'standard' => q#Ora standard di Anadyr#,
9101             },
9102             },
9103             'Antarctica/Casey' => {
9104             exemplarCity => q#Casey#,
9105             },
9106             'Antarctica/Davis' => {
9107             exemplarCity => q#Davis#,
9108             },
9109             'Antarctica/DumontDUrville' => {
9110             exemplarCity => q#Dumont d’Urville#,
9111             },
9112             'Antarctica/Macquarie' => {
9113             exemplarCity => q#Macquarie#,
9114             },
9115             'Antarctica/Mawson' => {
9116             exemplarCity => q#Mawson#,
9117             },
9118             'Antarctica/McMurdo' => {
9119             exemplarCity => q#McMurdo#,
9120             },
9121             'Antarctica/Palmer' => {
9122             exemplarCity => q#Palmer#,
9123             },
9124             'Antarctica/Rothera' => {
9125             exemplarCity => q#Rothera#,
9126             },
9127             'Antarctica/Syowa' => {
9128             exemplarCity => q#Syowa#,
9129             },
9130             'Antarctica/Troll' => {
9131             exemplarCity => q#Troll#,
9132             },
9133             'Antarctica/Vostok' => {
9134             exemplarCity => q#Vostok#,
9135             },
9136             'Apia' => {
9137             long => {
9138             'daylight' => q#Ora legale di Apia#,
9139             'generic' => q#Ora di Apia#,
9140             'standard' => q#Ora standard di Apia#,
9141             },
9142             },
9143             'Arabian' => {
9144             long => {
9145             'daylight' => q#Ora legale araba#,
9146             'generic' => q#Ora araba#,
9147             'standard' => q#Ora standard araba#,
9148             },
9149             },
9150             'Arctic/Longyearbyen' => {
9151             exemplarCity => q#Longyearbyen#,
9152             },
9153             'Argentina' => {
9154             long => {
9155             'daylight' => q#Ora legale dell’Argentina#,
9156             'generic' => q#Ora dell’Argentina#,
9157             'standard' => q#Ora standard dell’Argentina#,
9158             },
9159             },
9160             'Argentina_Western' => {
9161             long => {
9162             'daylight' => q#Ora legale dell’Argentina occidentale#,
9163             'generic' => q#Ora dell’Argentina occidentale#,
9164             'standard' => q#Ora standard dell’Argentina occidentale#,
9165             },
9166             },
9167             'Armenia' => {
9168             long => {
9169             'daylight' => q#Ora legale dell’Armenia#,
9170             'generic' => q#Ora dell’Armenia#,
9171             'standard' => q#Ora standard dell’Armenia#,
9172             },
9173             },
9174             'Asia/Aden' => {
9175             exemplarCity => q#Aden#,
9176             },
9177             'Asia/Almaty' => {
9178             exemplarCity => q#Almaty#,
9179             },
9180             'Asia/Amman' => {
9181             exemplarCity => q#Amman#,
9182             },
9183             'Asia/Anadyr' => {
9184             exemplarCity => q#Anadyr’#,
9185             },
9186             'Asia/Aqtau' => {
9187             exemplarCity => q#Aqtau#,
9188             },
9189             'Asia/Aqtobe' => {
9190             exemplarCity => q#Aqtöbe#,
9191             },
9192             'Asia/Ashgabat' => {
9193             exemplarCity => q#Ashgabat#,
9194             },
9195             'Asia/Atyrau' => {
9196             exemplarCity => q#Atyrau#,
9197             },
9198             'Asia/Baghdad' => {
9199             exemplarCity => q#Baghdad#,
9200             },
9201             'Asia/Bahrain' => {
9202             exemplarCity => q#Bahrein#,
9203             },
9204             'Asia/Baku' => {
9205             exemplarCity => q#Baku#,
9206             },
9207             'Asia/Bangkok' => {
9208             exemplarCity => q#Bangkok#,
9209             },
9210             'Asia/Barnaul' => {
9211             exemplarCity => q#Barnaul#,
9212             },
9213             'Asia/Beirut' => {
9214             exemplarCity => q#Beirut#,
9215             },
9216             'Asia/Bishkek' => {
9217             exemplarCity => q#Bishkek#,
9218             },
9219             'Asia/Brunei' => {
9220             exemplarCity => q#Brunei#,
9221             },
9222             'Asia/Calcutta' => {
9223             exemplarCity => q#Calcutta#,
9224             },
9225             'Asia/Chita' => {
9226             exemplarCity => q#Čita#,
9227             },
9228             'Asia/Choibalsan' => {
9229             exemplarCity => q#Choibalsan#,
9230             },
9231             'Asia/Colombo' => {
9232             exemplarCity => q#Colombo#,
9233             },
9234             'Asia/Damascus' => {
9235             exemplarCity => q#Damasco#,
9236             },
9237             'Asia/Dhaka' => {
9238             exemplarCity => q#Dacca#,
9239             },
9240             'Asia/Dili' => {
9241             exemplarCity => q#Dili#,
9242             },
9243             'Asia/Dubai' => {
9244             exemplarCity => q#Dubai#,
9245             },
9246             'Asia/Dushanbe' => {
9247             exemplarCity => q#Dushanbe#,
9248             },
9249             'Asia/Famagusta' => {
9250             exemplarCity => q#Famagosta#,
9251             },
9252             'Asia/Gaza' => {
9253             exemplarCity => q#Gaza#,
9254             },
9255             'Asia/Hebron' => {
9256             exemplarCity => q#Hebron#,
9257             },
9258             'Asia/Hong_Kong' => {
9259             exemplarCity => q#Hong Kong#,
9260             },
9261             'Asia/Hovd' => {
9262             exemplarCity => q#Hovd#,
9263             },
9264             'Asia/Irkutsk' => {
9265             exemplarCity => q#Irkutsk#,
9266             },
9267             'Asia/Jakarta' => {
9268             exemplarCity => q#Giacarta#,
9269             },
9270             'Asia/Jayapura' => {
9271             exemplarCity => q#Jayapura#,
9272             },
9273             'Asia/Jerusalem' => {
9274             exemplarCity => q#Gerusalemme#,
9275             },
9276             'Asia/Kabul' => {
9277             exemplarCity => q#Kabul#,
9278             },
9279             'Asia/Kamchatka' => {
9280             exemplarCity => q#Kamchatka#,
9281             },
9282             'Asia/Karachi' => {
9283             exemplarCity => q#Karachi#,
9284             },
9285             'Asia/Katmandu' => {
9286             exemplarCity => q#Kathmandu#,
9287             },
9288             'Asia/Khandyga' => {
9289             exemplarCity => q#Chandyga#,
9290             },
9291             'Asia/Krasnoyarsk' => {
9292             exemplarCity => q#Krasnojarsk#,
9293             },
9294             'Asia/Kuala_Lumpur' => {
9295             exemplarCity => q#Kuala Lumpur#,
9296             },
9297             'Asia/Kuching' => {
9298             exemplarCity => q#Kuching#,
9299             },
9300             'Asia/Kuwait' => {
9301             exemplarCity => q#Kuwait#,
9302             },
9303             'Asia/Macau' => {
9304             exemplarCity => q#Macao#,
9305             },
9306             'Asia/Magadan' => {
9307             exemplarCity => q#Magadan#,
9308             },
9309             'Asia/Makassar' => {
9310             exemplarCity => q#Makassar#,
9311             },
9312             'Asia/Manila' => {
9313             exemplarCity => q#Manila#,
9314             },
9315             'Asia/Muscat' => {
9316             exemplarCity => q#Mascate#,
9317             },
9318             'Asia/Nicosia' => {
9319             exemplarCity => q#Nicosia#,
9320             },
9321             'Asia/Novokuznetsk' => {
9322             exemplarCity => q#Novokuzneck#,
9323             },
9324             'Asia/Novosibirsk' => {
9325             exemplarCity => q#Novosibirsk#,
9326             },
9327             'Asia/Omsk' => {
9328             exemplarCity => q#Omsk#,
9329             },
9330             'Asia/Oral' => {
9331             exemplarCity => q#Oral#,
9332             },
9333             'Asia/Phnom_Penh' => {
9334             exemplarCity => q#Phnom Penh#,
9335             },
9336             'Asia/Pontianak' => {
9337             exemplarCity => q#Pontianak#,
9338             },
9339             'Asia/Pyongyang' => {
9340             exemplarCity => q#Pyongyang#,
9341             },
9342             'Asia/Qatar' => {
9343             exemplarCity => q#Qatar#,
9344             },
9345             'Asia/Qyzylorda' => {
9346             exemplarCity => q#Qyzylorda#,
9347             },
9348             'Asia/Rangoon' => {
9349             exemplarCity => q#Rangoon#,
9350             },
9351             'Asia/Riyadh' => {
9352             exemplarCity => q#Riyad#,
9353             },
9354             'Asia/Saigon' => {
9355             exemplarCity => q#Ho Chi Minh#,
9356             },
9357             'Asia/Sakhalin' => {
9358             exemplarCity => q#Sachalin#,
9359             },
9360             'Asia/Samarkand' => {
9361             exemplarCity => q#Samarcanda#,
9362             },
9363             'Asia/Seoul' => {
9364             exemplarCity => q#Seul#,
9365             },
9366             'Asia/Shanghai' => {
9367             exemplarCity => q#Shanghai#,
9368             },
9369             'Asia/Singapore' => {
9370             exemplarCity => q#Singapore#,
9371             },
9372             'Asia/Srednekolymsk' => {
9373             exemplarCity => q#Srednekolymsk#,
9374             },
9375             'Asia/Taipei' => {
9376             exemplarCity => q#Taipei#,
9377             },
9378             'Asia/Tashkent' => {
9379             exemplarCity => q#Tashkent#,
9380             },
9381             'Asia/Tbilisi' => {
9382             exemplarCity => q#Tbilisi#,
9383             },
9384             'Asia/Tehran' => {
9385             exemplarCity => q#Teheran#,
9386             },
9387             'Asia/Thimphu' => {
9388             exemplarCity => q#Thimphu#,
9389             },
9390             'Asia/Tokyo' => {
9391             exemplarCity => q#Tokyo#,
9392             },
9393             'Asia/Tomsk' => {
9394             exemplarCity => q#Tomsk#,
9395             },
9396             'Asia/Ulaanbaatar' => {
9397             exemplarCity => q#Ulaanbaatar#,
9398             },
9399             'Asia/Urumqi' => {
9400             exemplarCity => q#Urumqi#,
9401             },
9402             'Asia/Ust-Nera' => {
9403             exemplarCity => q#Ust’-Nera#,
9404             },
9405             'Asia/Vientiane' => {
9406             exemplarCity => q#Vientiane#,
9407             },
9408             'Asia/Vladivostok' => {
9409             exemplarCity => q#Vladivostok#,
9410             },
9411             'Asia/Yakutsk' => {
9412             exemplarCity => q#Jakutsk#,
9413             },
9414             'Asia/Yekaterinburg' => {
9415             exemplarCity => q#Ekaterinburg#,
9416             },
9417             'Asia/Yerevan' => {
9418             exemplarCity => q#Yerevan#,
9419             },
9420             'Atlantic' => {
9421             long => {
9422             'daylight' => q#Ora legale dell’Atlantico#,
9423             'generic' => q#Ora dell’Atlantico#,
9424             'standard' => q#Ora standard dell’Atlantico#,
9425             },
9426             },
9427             'Atlantic/Azores' => {
9428             exemplarCity => q#Azzorre#,
9429             },
9430             'Atlantic/Bermuda' => {
9431             exemplarCity => q#Bermuda#,
9432             },
9433             'Atlantic/Canary' => {
9434             exemplarCity => q#Canarie#,
9435             },
9436             'Atlantic/Cape_Verde' => {
9437             exemplarCity => q#Capo Verde#,
9438             },
9439             'Atlantic/Faeroe' => {
9440             exemplarCity => q#Isole Fær Øer#,
9441             },
9442             'Atlantic/Madeira' => {
9443             exemplarCity => q#Madeira#,
9444             },
9445             'Atlantic/Reykjavik' => {
9446             exemplarCity => q#Reykjavík#,
9447             },
9448             'Atlantic/South_Georgia' => {
9449             exemplarCity => q#Georgia del Sud#,
9450             },
9451             'Atlantic/St_Helena' => {
9452             exemplarCity => q#Sant’Elena#,
9453             },
9454             'Atlantic/Stanley' => {
9455             exemplarCity => q#Stanley#,
9456             },
9457             'Australia/Adelaide' => {
9458             exemplarCity => q#Adelaide#,
9459             },
9460             'Australia/Brisbane' => {
9461             exemplarCity => q#Brisbane#,
9462             },
9463             'Australia/Broken_Hill' => {
9464             exemplarCity => q#Broken Hill#,
9465             },
9466             'Australia/Currie' => {
9467             exemplarCity => q#Currie#,
9468             },
9469             'Australia/Darwin' => {
9470             exemplarCity => q#Darwin#,
9471             },
9472             'Australia/Eucla' => {
9473             exemplarCity => q#Eucla#,
9474             },
9475             'Australia/Hobart' => {
9476             exemplarCity => q#Hobart#,
9477             },
9478             'Australia/Lindeman' => {
9479             exemplarCity => q#Lindeman#,
9480             },
9481             'Australia/Lord_Howe' => {
9482             exemplarCity => q#Lord Howe#,
9483             },
9484             'Australia/Melbourne' => {
9485             exemplarCity => q#Melbourne#,
9486             },
9487             'Australia/Perth' => {
9488             exemplarCity => q#Perth#,
9489             },
9490             'Australia/Sydney' => {
9491             exemplarCity => q#Sydney#,
9492             },
9493             'Australia_Central' => {
9494             long => {
9495             'daylight' => q#Ora legale dell’Australia centrale#,
9496             'generic' => q#Ora dell’Australia centrale#,
9497             'standard' => q#Ora standard dell’Australia centrale#,
9498             },
9499             },
9500             'Australia_CentralWestern' => {
9501             long => {
9502             'daylight' => q#Ora legale dell’Australia centroccidentale#,
9503             'generic' => q#Ora dell’Australia centroccidentale#,
9504             'standard' => q#Ora standard dell’Australia centroccidentale#,
9505             },
9506             },
9507             'Australia_Eastern' => {
9508             long => {
9509             'daylight' => q#Ora legale dell’Australia orientale#,
9510             'generic' => q#Ora dell’Australia orientale#,
9511             'standard' => q#Ora standard dell’Australia orientale#,
9512             },
9513             },
9514             'Australia_Western' => {
9515             long => {
9516             'daylight' => q#Ora legale dell’Australia occidentale#,
9517             'generic' => q#Ora dell’Australia occidentale#,
9518             'standard' => q#Ora standard dell’Australia occidentale#,
9519             },
9520             },
9521             'Azerbaijan' => {
9522             long => {
9523             'daylight' => q#Ora legale dell’Azerbaigian#,
9524             'generic' => q#Ora dell’Azerbaigian#,
9525             'standard' => q#Ora standard dell’Azerbaigian#,
9526             },
9527             },
9528             'Azores' => {
9529             long => {
9530             'daylight' => q#Ora legale delle Azzorre#,
9531             'generic' => q#Ora delle Azzorre#,
9532             'standard' => q#Ora standard delle Azzorre#,
9533             },
9534             },
9535             'Bangladesh' => {
9536             long => {
9537             'daylight' => q#Ora legale del Bangladesh#,
9538             'generic' => q#Ora del Bangladesh#,
9539             'standard' => q#Ora standard del Bangladesh#,
9540             },
9541             },
9542             'Bhutan' => {
9543             long => {
9544             'standard' => q#Ora del Bhutan#,
9545             },
9546             },
9547             'Bolivia' => {
9548             long => {
9549             'standard' => q#Ora della Bolivia#,
9550             },
9551             },
9552             'Brasilia' => {
9553             long => {
9554             'daylight' => q#Ora legale di Brasilia#,
9555             'generic' => q#Ora di Brasilia#,
9556             'standard' => q#Ora standard di Brasilia#,
9557             },
9558             },
9559             'Brunei' => {
9560             long => {
9561             'standard' => q#Ora del Brunei Darussalam#,
9562             },
9563             },
9564             'Cape_Verde' => {
9565             long => {
9566             'daylight' => q#Ora legale di Capo Verde#,
9567             'generic' => q#Ora di Capo Verde#,
9568             'standard' => q#Ora standard di Capo Verde#,
9569             },
9570             },
9571             'Chamorro' => {
9572             long => {
9573             'standard' => q#Ora di Chamorro#,
9574             },
9575             },
9576             'Chatham' => {
9577             long => {
9578             'daylight' => q#Ora legale delle Chatham#,
9579             'generic' => q#Ora delle Chatham#,
9580             'standard' => q#Ora standard delle Chatham#,
9581             },
9582             },
9583             'Chile' => {
9584             long => {
9585             'daylight' => q#Ora legale del Cile#,
9586             'generic' => q#Ora del Cile#,
9587             'standard' => q#Ora standard del Cile#,
9588             },
9589             },
9590             'China' => {
9591             long => {
9592             'daylight' => q#Ora legale della Cina#,
9593             'generic' => q#Ora della Cina#,
9594             'standard' => q#Ora standard della Cina#,
9595             },
9596             },
9597             'Choibalsan' => {
9598             long => {
9599             'daylight' => q#Ora legale di Choibalsan#,
9600             'generic' => q#Ora di Choibalsan#,
9601             'standard' => q#Ora standard di Choibalsan#,
9602             },
9603             },
9604             'Christmas' => {
9605             long => {
9606             'standard' => q#Ora dell’Isola Christmas#,
9607             },
9608             },
9609             'Cocos' => {
9610             long => {
9611             'standard' => q#Ora delle Isole Cocos#,
9612             },
9613             },
9614             'Colombia' => {
9615             long => {
9616             'daylight' => q#Ora legale della Colombia#,
9617             'generic' => q#Ora della Colombia#,
9618             'standard' => q#Ora standard della Colombia#,
9619             },
9620             },
9621             'Cook' => {
9622             long => {
9623             'daylight' => q#Ora legale media delle isole Cook#,
9624             'generic' => q#Ora delle isole Cook#,
9625             'standard' => q#Ora standard delle isole Cook#,
9626             },
9627             },
9628             'Cuba' => {
9629             long => {
9630             'daylight' => q#Ora legale di Cuba#,
9631             'generic' => q#Ora di Cuba#,
9632             'standard' => q#Ora standard di Cuba#,
9633             },
9634             },
9635             'Davis' => {
9636             long => {
9637             'standard' => q#Ora di Davis#,
9638             },
9639             },
9640             'DumontDUrville' => {
9641             long => {
9642             'standard' => q#Ora di Dumont-d’Urville#,
9643             },
9644             },
9645             'East_Timor' => {
9646             long => {
9647             'standard' => q#Ora di Timor Est#,
9648             },
9649             },
9650             'Easter' => {
9651             long => {
9652             'daylight' => q#Ora legale dell’Isola di Pasqua#,
9653             'generic' => q#Ora dell’Isola di Pasqua#,
9654             'standard' => q#Ora standard dell’Isola di Pasqua#,
9655             },
9656             },
9657             'Ecuador' => {
9658             long => {
9659             'standard' => q#Ora dell’Ecuador#,
9660             },
9661             },
9662             'Etc/UTC' => {
9663             long => {
9664             'standard' => q#Tempo coordinato universale#,
9665             },
9666             },
9667             'Etc/Unknown' => {
9668             exemplarCity => q#Città sconosciuta#,
9669             },
9670             'Europe/Amsterdam' => {
9671             exemplarCity => q#Amsterdam#,
9672             },
9673             'Europe/Andorra' => {
9674             exemplarCity => q#Andorra#,
9675             },
9676             'Europe/Astrakhan' => {
9677             exemplarCity => q#Astrakhan#,
9678             },
9679             'Europe/Athens' => {
9680             exemplarCity => q#Atene#,
9681             },
9682             'Europe/Belgrade' => {
9683             exemplarCity => q#Belgrado#,
9684             },
9685             'Europe/Berlin' => {
9686             exemplarCity => q#Berlino#,
9687             },
9688             'Europe/Bratislava' => {
9689             exemplarCity => q#Bratislava#,
9690             },
9691             'Europe/Brussels' => {
9692             exemplarCity => q#Bruxelles#,
9693             },
9694             'Europe/Bucharest' => {
9695             exemplarCity => q#Bucarest#,
9696             },
9697             'Europe/Budapest' => {
9698             exemplarCity => q#Budapest#,
9699             },
9700             'Europe/Busingen' => {
9701             exemplarCity => q#Büsingen#,
9702             },
9703             'Europe/Chisinau' => {
9704             exemplarCity => q#Chisinau#,
9705             },
9706             'Europe/Copenhagen' => {
9707             exemplarCity => q#Copenaghen#,
9708             },
9709             'Europe/Dublin' => {
9710             exemplarCity => q#Dublino#,
9711             long => {
9712             'daylight' => q#Ora legale dell’Irlanda#,
9713             },
9714             },
9715             'Europe/Gibraltar' => {
9716             exemplarCity => q#Gibilterra#,
9717             },
9718             'Europe/Guernsey' => {
9719             exemplarCity => q#Guernsey#,
9720             },
9721             'Europe/Helsinki' => {
9722             exemplarCity => q#Helsinki#,
9723             },
9724             'Europe/Isle_of_Man' => {
9725             exemplarCity => q#Isola di Man#,
9726             },
9727             'Europe/Istanbul' => {
9728             exemplarCity => q#Istanbul#,
9729             },
9730             'Europe/Jersey' => {
9731             exemplarCity => q#Jersey#,
9732             },
9733             'Europe/Kaliningrad' => {
9734             exemplarCity => q#Kaliningrad#,
9735             },
9736             'Europe/Kiev' => {
9737             exemplarCity => q#Kiev#,
9738             },
9739             'Europe/Kirov' => {
9740             exemplarCity => q#Kirov#,
9741             },
9742             'Europe/Lisbon' => {
9743             exemplarCity => q#Lisbona#,
9744             },
9745             'Europe/Ljubljana' => {
9746             exemplarCity => q#Lubiana#,
9747             },
9748             'Europe/London' => {
9749             exemplarCity => q#Londra#,
9750             long => {
9751             'daylight' => q#Ora legale del Regno Unito#,
9752             },
9753             },
9754             'Europe/Luxembourg' => {
9755             exemplarCity => q#Lussemburgo#,
9756             },
9757             'Europe/Madrid' => {
9758             exemplarCity => q#Madrid#,
9759             },
9760             'Europe/Malta' => {
9761             exemplarCity => q#Malta#,
9762             },
9763             'Europe/Mariehamn' => {
9764             exemplarCity => q#Mariehamn#,
9765             },
9766             'Europe/Minsk' => {
9767             exemplarCity => q#Minsk#,
9768             },
9769             'Europe/Monaco' => {
9770             exemplarCity => q#Monaco#,
9771             },
9772             'Europe/Moscow' => {
9773             exemplarCity => q#Mosca#,
9774             },
9775             'Europe/Oslo' => {
9776             exemplarCity => q#Oslo#,
9777             },
9778             'Europe/Paris' => {
9779             exemplarCity => q#Parigi#,
9780             },
9781             'Europe/Podgorica' => {
9782             exemplarCity => q#Podgorica#,
9783             },
9784             'Europe/Prague' => {
9785             exemplarCity => q#Praga#,
9786             },
9787             'Europe/Riga' => {
9788             exemplarCity => q#Riga#,
9789             },
9790             'Europe/Rome' => {
9791             exemplarCity => q#Roma#,
9792             },
9793             'Europe/Samara' => {
9794             exemplarCity => q#Samara#,
9795             },
9796             'Europe/San_Marino' => {
9797             exemplarCity => q#San Marino#,
9798             },
9799             'Europe/Sarajevo' => {
9800             exemplarCity => q#Sarajevo#,
9801             },
9802             'Europe/Saratov' => {
9803             exemplarCity => q#Saratov#,
9804             },
9805             'Europe/Simferopol' => {
9806             exemplarCity => q#Sinferopoli#,
9807             },
9808             'Europe/Skopje' => {
9809             exemplarCity => q#Skopje#,
9810             },
9811             'Europe/Sofia' => {
9812             exemplarCity => q#Sofia#,
9813             },
9814             'Europe/Stockholm' => {
9815             exemplarCity => q#Stoccolma#,
9816             },
9817             'Europe/Tallinn' => {
9818             exemplarCity => q#Tallinn#,
9819             },
9820             'Europe/Tirane' => {
9821             exemplarCity => q#Tirana#,
9822             },
9823             'Europe/Ulyanovsk' => {
9824             exemplarCity => q#Ulyanovsk#,
9825             },
9826             'Europe/Uzhgorod' => {
9827             exemplarCity => q#Užhorod#,
9828             },
9829             'Europe/Vaduz' => {
9830             exemplarCity => q#Vaduz#,
9831             },
9832             'Europe/Vatican' => {
9833             exemplarCity => q#Città del Vaticano#,
9834             },
9835             'Europe/Vienna' => {
9836             exemplarCity => q#Vienna#,
9837             },
9838             'Europe/Vilnius' => {
9839             exemplarCity => q#Vilnius#,
9840             },
9841             'Europe/Volgograd' => {
9842             exemplarCity => q#Volgograd#,
9843             },
9844             'Europe/Warsaw' => {
9845             exemplarCity => q#Varsavia#,
9846             },
9847             'Europe/Zagreb' => {
9848             exemplarCity => q#Zagabria#,
9849             },
9850             'Europe/Zaporozhye' => {
9851             exemplarCity => q#Zaporozhye#,
9852             },
9853             'Europe/Zurich' => {
9854             exemplarCity => q#Zurigo#,
9855             },
9856             'Europe_Central' => {
9857             long => {
9858             'daylight' => q#Ora legale dell’Europa centrale#,
9859             'generic' => q#Ora dell’Europa centrale#,
9860             'standard' => q#Ora standard dell’Europa centrale#,
9861             },
9862             short => {
9863             'daylight' => q#CEST#,
9864             'generic' => q#CET#,
9865             'standard' => q#CET#,
9866             },
9867             },
9868             'Europe_Eastern' => {
9869             long => {
9870             'daylight' => q#Ora legale dell’Europa orientale#,
9871             'generic' => q#Ora dell’Europa orientale#,
9872             'standard' => q#Ora standard dell’Europa orientale#,
9873             },
9874             short => {
9875             'daylight' => q#EEST#,
9876             'generic' => q#EET#,
9877             'standard' => q#EET#,
9878             },
9879             },
9880             'Europe_Further_Eastern' => {
9881             long => {
9882             'standard' => q#Ora dell’Europa orientale (Kaliningrad)#,
9883             },
9884             },
9885             'Europe_Western' => {
9886             long => {
9887             'daylight' => q#Ora legale dell’Europa occidentale#,
9888             'generic' => q#Ora dell’Europa occidentale#,
9889             'standard' => q#Ora standard dell’Europa occidentale#,
9890             },
9891             short => {
9892             'daylight' => q#WEST#,
9893             'generic' => q#WET#,
9894             'standard' => q#WET#,
9895             },
9896             },
9897             'Falkland' => {
9898             long => {
9899             'daylight' => q#Ora legale delle Isole Falkland#,
9900             'generic' => q#Ora delle Isole Falkland#,
9901             'standard' => q#Ora standard delle Isole Falkland#,
9902             },
9903             },
9904             'Fiji' => {
9905             long => {
9906             'daylight' => q#Ora legale delle Figi#,
9907             'generic' => q#Ora delle Figi#,
9908             'standard' => q#Ora standard delle Figi#,
9909             },
9910             },
9911             'French_Guiana' => {
9912             long => {
9913             'standard' => q#Ora della Guiana francese#,
9914             },
9915             },
9916             'French_Southern' => {
9917             long => {
9918             'standard' => q#Ora delle Terre australi e antartiche francesi#,
9919             },
9920             },
9921             'GMT' => {
9922             long => {
9923             'standard' => q#Ora del meridiano di Greenwich#,
9924             },
9925             },
9926             'Galapagos' => {
9927             long => {
9928             'standard' => q#Ora delle Galapagos#,
9929             },
9930             },
9931             'Gambier' => {
9932             long => {
9933             'standard' => q#Ora di Gambier#,
9934             },
9935             },
9936             'Georgia' => {
9937             long => {
9938             'daylight' => q#Ora legale della Georgia#,
9939             'generic' => q#Ora della Georgia#,
9940             'standard' => q#Ora standard della Georgia#,
9941             },
9942             },
9943             'Gilbert_Islands' => {
9944             long => {
9945             'standard' => q#Ora delle isole Gilbert#,
9946             },
9947             },
9948             'Greenland_Eastern' => {
9949             long => {
9950             'daylight' => q#Ora legale della Groenlandia orientale#,
9951             'generic' => q#Ora della Groenlandia orientale#,
9952             'standard' => q#Ora standard della Groenlandia orientale#,
9953             },
9954             },
9955             'Greenland_Western' => {
9956             long => {
9957             'daylight' => q#Ora legale della Groenlandia occidentale#,
9958             'generic' => q#Ora della Groenlandia occidentale#,
9959             'standard' => q#Ora standard della Groenlandia occidentale#,
9960             },
9961             },
9962             'Gulf' => {
9963             long => {
9964             'standard' => q#Ora del Golfo#,
9965             },
9966             },
9967             'Guyana' => {
9968             long => {
9969             'standard' => q#Ora della Guyana#,
9970             },
9971             },
9972             'Hawaii_Aleutian' => {
9973             long => {
9974             'daylight' => q#Ora legale delle Isole Hawaii-Aleutine#,
9975             'generic' => q#Ora delle isole Hawaii-Aleutine#,
9976             'standard' => q#Ora standard delle Isole Hawaii-Aleutine#,
9977             },
9978             },
9979             'Hong_Kong' => {
9980             long => {
9981             'daylight' => q#Ora legale di Hong Kong#,
9982             'generic' => q#Ora di Hong Kong#,
9983             'standard' => q#Ora standard di Hong Kong#,
9984             },
9985             },
9986             'Hovd' => {
9987             long => {
9988             'daylight' => q#Ora legale di Hovd#,
9989             'generic' => q#Ora di Hovd#,
9990             'standard' => q#Ora standard di Hovd#,
9991             },
9992             },
9993             'India' => {
9994             long => {
9995             'standard' => q#Ora standard dell’India#,
9996             },
9997             },
9998             'Indian/Antananarivo' => {
9999             exemplarCity => q#Antananarivo#,
10000             },
10001             'Indian/Chagos' => {
10002             exemplarCity => q#Chagos#,
10003             },
10004             'Indian/Christmas' => {
10005             exemplarCity => q#Natale#,
10006             },
10007             'Indian/Cocos' => {
10008             exemplarCity => q#Cocos#,
10009             },
10010             'Indian/Comoro' => {
10011             exemplarCity => q#Comore#,
10012             },
10013             'Indian/Kerguelen' => {
10014             exemplarCity => q#Kerguelen#,
10015             },
10016             'Indian/Mahe' => {
10017             exemplarCity => q#Mahe#,
10018             },
10019             'Indian/Maldives' => {
10020             exemplarCity => q#Maldive#,
10021             },
10022             'Indian/Mauritius' => {
10023             exemplarCity => q#Mauritius#,
10024             },
10025             'Indian/Mayotte' => {
10026             exemplarCity => q#Mayotte#,
10027             },
10028             'Indian/Reunion' => {
10029             exemplarCity => q#La Riunione#,
10030             },
10031             'Indian_Ocean' => {
10032             long => {
10033             'standard' => q#Ora dell’Oceano Indiano#,
10034             },
10035             },
10036             'Indochina' => {
10037             long => {
10038             'standard' => q#Ora dell’Indocina#,
10039             },
10040             },
10041             'Indonesia_Central' => {
10042             long => {
10043             'standard' => q#Ora dell’Indonesia centrale#,
10044             },
10045             },
10046             'Indonesia_Eastern' => {
10047             long => {
10048             'standard' => q#Ora dell’Indonesia orientale#,
10049             },
10050             },
10051             'Indonesia_Western' => {
10052             long => {
10053             'standard' => q#Ora dell’Indonesia occidentale#,
10054             },
10055             },
10056             'Iran' => {
10057             long => {
10058             'daylight' => q#Ora legale dell’Iran#,
10059             'generic' => q#Ora dell’Iran#,
10060             'standard' => q#Ora standard dell’Iran#,
10061             },
10062             },
10063             'Irkutsk' => {
10064             long => {
10065             'daylight' => q#Ora legale di Irkutsk#,
10066             'generic' => q#Ora di Irkutsk#,
10067             'standard' => q#Ora standard di Irkutsk#,
10068             },
10069             },
10070             'Israel' => {
10071             long => {
10072             'daylight' => q#Ora legale di Israele#,
10073             'generic' => q#Ora di Israele#,
10074             'standard' => q#Ora standard di Israele#,
10075             },
10076             },
10077             'Japan' => {
10078             long => {
10079             'daylight' => q#Ora legale del Giappone#,
10080             'generic' => q#Ora del Giappone#,
10081             'standard' => q#Ora standard del Giappone#,
10082             },
10083             },
10084             'Kamchatka' => {
10085             long => {
10086             'daylight' => q#Ora legale di Petropavlovsk-Kamchatski#,
10087             'generic' => q#Ora di Petropavlovsk-Kamchatski#,
10088             'standard' => q#Ora standard di Petropavlovsk-Kamchatski#,
10089             },
10090             },
10091             'Kazakhstan_Eastern' => {
10092             long => {
10093             'standard' => q#Ora del Kazakistan orientale#,
10094             },
10095             },
10096             'Kazakhstan_Western' => {
10097             long => {
10098             'standard' => q#Ora del Kazakistan occidentale#,
10099             },
10100             },
10101             'Korea' => {
10102             long => {
10103             'daylight' => q#Ora legale coreana#,
10104             'generic' => q#Ora coreana#,
10105             'standard' => q#Ora standard coreana#,
10106             },
10107             },
10108             'Kosrae' => {
10109             long => {
10110             'standard' => q#Ora del Kosrae#,
10111             },
10112             },
10113             'Krasnoyarsk' => {
10114             long => {
10115             'daylight' => q#Ora legale di Krasnoyarsk#,
10116             'generic' => q#Ora di Krasnoyarsk#,
10117             'standard' => q#Ora standard di Krasnoyarsk#,
10118             },
10119             },
10120             'Kyrgystan' => {
10121             long => {
10122             'standard' => q#Ora del Kirghizistan#,
10123             },
10124             },
10125             'Line_Islands' => {
10126             long => {
10127             'standard' => q#Ora delle Sporadi equatoriali#,
10128             },
10129             },
10130             'Lord_Howe' => {
10131             long => {
10132             'daylight' => q#Ora legale di Lord Howe#,
10133             'generic' => q#Ora di Lord Howe#,
10134             'standard' => q#Ora standard di Lord Howe#,
10135             },
10136             },
10137             'Macquarie' => {
10138             long => {
10139             'standard' => q#Ora dell’Isola Macquarie#,
10140             },
10141             },
10142             'Magadan' => {
10143             long => {
10144             'daylight' => q#Ora legale di Magadan#,
10145             'generic' => q#Ora di Magadan#,
10146             'standard' => q#Ora standard di Magadan#,
10147             },
10148             },
10149             'Malaysia' => {
10150             long => {
10151             'standard' => q#Ora della Malesia#,
10152             },
10153             },
10154             'Maldives' => {
10155             long => {
10156             'standard' => q#Ora delle Maldive#,
10157             },
10158             },
10159             'Marquesas' => {
10160             long => {
10161             'standard' => q#Ora delle Marchesi#,
10162             },
10163             },
10164             'Marshall_Islands' => {
10165             long => {
10166             'standard' => q#Ora delle Isole Marshall#,
10167             },
10168             },
10169             'Mauritius' => {
10170             long => {
10171             'daylight' => q#Ora legale delle Mauritius#,
10172             'generic' => q#Ora delle Mauritius#,
10173             'standard' => q#Ora standard delle Mauritius#,
10174             },
10175             },
10176             'Mawson' => {
10177             long => {
10178             'standard' => q#Ora di Mawson#,
10179             },
10180             },
10181             'Mexico_Northwest' => {
10182             long => {
10183             'daylight' => q#Ora legale del Messico nord-occidentale#,
10184             'generic' => q#Ora del Messico nord-occidentale#,
10185             'standard' => q#Ora standard del Messico nord-occidentale#,
10186             },
10187             },
10188             'Mexico_Pacific' => {
10189             long => {
10190             'daylight' => q#Ora legale del Pacifico (Messico)#,
10191             'generic' => q#Ora del Pacifico (Messico)#,
10192             'standard' => q#Ora standard del Pacifico (Messico)#,
10193             },
10194             },
10195             'Mongolia' => {
10196             long => {
10197             'daylight' => q#Ora legale di Ulan Bator#,
10198             'generic' => q#Ora di Ulan Bator#,
10199             'standard' => q#Ora standard di Ulan Bator#,
10200             },
10201             },
10202             'Moscow' => {
10203             long => {
10204             'daylight' => q#Ora legale di Mosca#,
10205             'generic' => q#Ora di Mosca#,
10206             'standard' => q#Ora standard di Mosca#,
10207             },
10208             },
10209             'Myanmar' => {
10210             long => {
10211             'standard' => q#Ora della Birmania#,
10212             },
10213             },
10214             'Nauru' => {
10215             long => {
10216             'standard' => q#Ora di Nauru#,
10217             },
10218             },
10219             'Nepal' => {
10220             long => {
10221             'standard' => q#Ora del Nepal#,
10222             },
10223             },
10224             'New_Caledonia' => {
10225             long => {
10226             'daylight' => q#Ora legale della Nuova Caledonia#,
10227             'generic' => q#Ora della Nuova Caledonia#,
10228             'standard' => q#Ora standard della Nuova Caledonia#,
10229             },
10230             },
10231             'New_Zealand' => {
10232             long => {
10233             'daylight' => q#Ora legale della Nuova Zelanda#,
10234             'generic' => q#Ora della Nuova Zelanda#,
10235             'standard' => q#Ora standard della Nuova Zelanda#,
10236             },
10237             },
10238             'Newfoundland' => {
10239             long => {
10240             'daylight' => q#Ora legale di Terranova#,
10241             'generic' => q#Ora di Terranova#,
10242             'standard' => q#Ora standard di Terranova#,
10243             },
10244             },
10245             'Niue' => {
10246             long => {
10247             'standard' => q#Ora di Niue#,
10248             },
10249             },
10250             'Norfolk' => {
10251             long => {
10252             'standard' => q#Ora delle Isole Norfolk#,
10253             },
10254             },
10255             'Noronha' => {
10256             long => {
10257             'daylight' => q#Ora legale di Fernando de Noronha#,
10258             'generic' => q#Ora di Fernando de Noronha#,
10259             'standard' => q#Ora standard di Fernando de Noronha#,
10260             },
10261             },
10262             'Novosibirsk' => {
10263             long => {
10264             'daylight' => q#Ora legale di Novosibirsk#,
10265             'generic' => q#Ora di Novosibirsk#,
10266             'standard' => q#Ora standard di Novosibirsk#,
10267             },
10268             },
10269             'Omsk' => {
10270             long => {
10271             'daylight' => q#Ora legale di Omsk#,
10272             'generic' => q#Ora di Omsk#,
10273             'standard' => q#Ora standard di Omsk#,
10274             },
10275             },
10276             'Pacific/Apia' => {
10277             exemplarCity => q#Apia#,
10278             },
10279             'Pacific/Auckland' => {
10280             exemplarCity => q#Auckland#,
10281             },
10282             'Pacific/Bougainville' => {
10283             exemplarCity => q#Bougainville#,
10284             },
10285             'Pacific/Chatham' => {
10286             exemplarCity => q#Chatham#,
10287             },
10288             'Pacific/Easter' => {
10289             exemplarCity => q#Pasqua#,
10290             },
10291             'Pacific/Efate' => {
10292             exemplarCity => q#Efate#,
10293             },
10294             'Pacific/Enderbury' => {
10295             exemplarCity => q#Enderbury#,
10296             },
10297             'Pacific/Fakaofo' => {
10298             exemplarCity => q#Fakaofo#,
10299             },
10300             'Pacific/Fiji' => {
10301             exemplarCity => q#Figi#,
10302             },
10303             'Pacific/Funafuti' => {
10304             exemplarCity => q#Funafuti#,
10305             },
10306             'Pacific/Galapagos' => {
10307             exemplarCity => q#Galapagos#,
10308             },
10309             'Pacific/Gambier' => {
10310             exemplarCity => q#Gambier#,
10311             },
10312             'Pacific/Guadalcanal' => {
10313             exemplarCity => q#Guadalcanal#,
10314             },
10315             'Pacific/Guam' => {
10316             exemplarCity => q#Guam#,
10317             },
10318             'Pacific/Honolulu' => {
10319             exemplarCity => q#Honolulu#,
10320             },
10321             'Pacific/Johnston' => {
10322             exemplarCity => q#Johnston#,
10323             },
10324             'Pacific/Kiritimati' => {
10325             exemplarCity => q#Kiritimati#,
10326             },
10327             'Pacific/Kosrae' => {
10328             exemplarCity => q#Kosrae#,
10329             },
10330             'Pacific/Kwajalein' => {
10331             exemplarCity => q#Kwajalein#,
10332             },
10333             'Pacific/Majuro' => {
10334             exemplarCity => q#Majuro#,
10335             },
10336             'Pacific/Marquesas' => {
10337             exemplarCity => q#Marchesi#,
10338             },
10339             'Pacific/Midway' => {
10340             exemplarCity => q#Midway#,
10341             },
10342             'Pacific/Nauru' => {
10343             exemplarCity => q#Nauru#,
10344             },
10345             'Pacific/Niue' => {
10346             exemplarCity => q#Niue#,
10347             },
10348             'Pacific/Norfolk' => {
10349             exemplarCity => q#Norfolk#,
10350             },
10351             'Pacific/Noumea' => {
10352             exemplarCity => q#Noumea#,
10353             },
10354             'Pacific/Pago_Pago' => {
10355             exemplarCity => q#Pago Pago#,
10356             },
10357             'Pacific/Palau' => {
10358             exemplarCity => q#Palau#,
10359             },
10360             'Pacific/Pitcairn' => {
10361             exemplarCity => q#Pitcairn#,
10362             },
10363             'Pacific/Ponape' => {
10364             exemplarCity => q#Pohnpei#,
10365             },
10366             'Pacific/Port_Moresby' => {
10367             exemplarCity => q#Port Moresby#,
10368             },
10369             'Pacific/Rarotonga' => {
10370             exemplarCity => q#Rarotonga#,
10371             },
10372             'Pacific/Saipan' => {
10373             exemplarCity => q#Saipan#,
10374             },
10375             'Pacific/Tahiti' => {
10376             exemplarCity => q#Tahiti#,
10377             },
10378             'Pacific/Tarawa' => {
10379             exemplarCity => q#Tarawa#,
10380             },
10381             'Pacific/Tongatapu' => {
10382             exemplarCity => q#Tongatapu#,
10383             },
10384             'Pacific/Truk' => {
10385             exemplarCity => q#Chuuk#,
10386             },
10387             'Pacific/Wake' => {
10388             exemplarCity => q#Wake#,
10389             },
10390             'Pacific/Wallis' => {
10391             exemplarCity => q#Wallis#,
10392             },
10393             'Pakistan' => {
10394             long => {
10395             'daylight' => q#Ora legale del Pakistan#,
10396             'generic' => q#Ora del Pakistan#,
10397             'standard' => q#Ora standard del Pakistan#,
10398             },
10399             },
10400             'Palau' => {
10401             long => {
10402             'standard' => q#Ora di Palau#,
10403             },
10404             },
10405             'Papua_New_Guinea' => {
10406             long => {
10407             'standard' => q#Ora della Papua Nuova Guinea#,
10408             },
10409             },
10410             'Paraguay' => {
10411             long => {
10412             'daylight' => q#Ora legale del Paraguay#,
10413             'generic' => q#Ora del Paraguay#,
10414             'standard' => q#Ora standard del Paraguay#,
10415             },
10416             },
10417             'Peru' => {
10418             long => {
10419             'daylight' => q#Ora legale del Perù#,
10420             'generic' => q#Ora del Perù#,
10421             'standard' => q#Ora standard del Perù#,
10422             },
10423             },
10424             'Philippines' => {
10425             long => {
10426             'daylight' => q#Ora legale delle Filippine#,
10427             'generic' => q#Ora delle Filippine#,
10428             'standard' => q#Ora standard delle Filippine#,
10429             },
10430             },
10431             'Phoenix_Islands' => {
10432             long => {
10433             'standard' => q#Ora delle Isole della Fenice#,
10434             },
10435             },
10436             'Pierre_Miquelon' => {
10437             long => {
10438             'daylight' => q#Ora legale di Saint-Pierre e Miquelon#,
10439             'generic' => q#Ora di Saint-Pierre e Miquelon#,
10440             'standard' => q#Ora standard di Saint-Pierre e Miquelon#,
10441             },
10442             },
10443             'Pitcairn' => {
10444             long => {
10445             'standard' => q#Ora delle Pitcairn#,
10446             },
10447             },
10448             'Ponape' => {
10449             long => {
10450             'standard' => q#Ora di Pohnpei#,
10451             },
10452             },
10453             'Pyongyang' => {
10454             long => {
10455             'standard' => q#Ora di Pyongyang#,
10456             },
10457             },
10458             'Reunion' => {
10459             long => {
10460             'standard' => q#Ora di Riunione#,
10461             },
10462             },
10463             'Rothera' => {
10464             long => {
10465             'standard' => q#Ora di Rothera#,
10466             },
10467             },
10468             'Sakhalin' => {
10469             long => {
10470             'daylight' => q#Ora legale di Sakhalin#,
10471             'generic' => q#Ora di Sakhalin#,
10472             'standard' => q#Ora standard di Sakhalin#,
10473             },
10474             },
10475             'Samara' => {
10476             long => {
10477             'daylight' => q#Ora legale di Samara#,
10478             'generic' => q#Ora di Samara#,
10479             'standard' => q#Ora standard di Samara#,
10480             },
10481             },
10482             'Samoa' => {
10483             long => {
10484             'daylight' => q#Ora legale di Samoa#,
10485             'generic' => q#Ora di Samoa#,
10486             'standard' => q#Ora standard di Samoa#,
10487             },
10488             },
10489             'Seychelles' => {
10490             long => {
10491             'standard' => q#Ora delle Seychelles#,
10492             },
10493             },
10494             'Singapore' => {
10495             long => {
10496             'standard' => q#Ora di Singapore#,
10497             },
10498             },
10499             'Solomon' => {
10500             long => {
10501             'standard' => q#Ora delle Isole Salomone#,
10502             },
10503             },
10504             'South_Georgia' => {
10505             long => {
10506             'standard' => q#Ora della Georgia del Sud#,
10507             },
10508             },
10509             'Suriname' => {
10510             long => {
10511             'standard' => q#Ora del Suriname#,
10512             },
10513             },
10514             'Syowa' => {
10515             long => {
10516             'standard' => q#Ora di Syowa#,
10517             },
10518             },
10519             'Tahiti' => {
10520             long => {
10521             'standard' => q#Ora di Tahiti#,
10522             },
10523             },
10524             'Taipei' => {
10525             long => {
10526             'daylight' => q#Ora legale di Taipei#,
10527             'generic' => q#Ora di Taipei#,
10528             'standard' => q#Ora standard di Taipei#,
10529             },
10530             },
10531             'Tajikistan' => {
10532             long => {
10533             'standard' => q#Ora del Tagikistan#,
10534             },
10535             },
10536             'Tokelau' => {
10537             long => {
10538             'standard' => q#Ora di Tokelau#,
10539             },
10540             },
10541             'Tonga' => {
10542             long => {
10543             'daylight' => q#Ora legale di Tonga#,
10544             'generic' => q#Ora di Tonga#,
10545             'standard' => q#Ora standard di Tonga#,
10546             },
10547             },
10548             'Truk' => {
10549             long => {
10550             'standard' => q#Ora del Chuuk#,
10551             },
10552             },
10553             'Turkmenistan' => {
10554             long => {
10555             'daylight' => q#Ora legale del Turkmenistan#,
10556             'generic' => q#Ora del Turkmenistan#,
10557             'standard' => q#Ora standard del Turkmenistan#,
10558             },
10559             },
10560             'Tuvalu' => {
10561             long => {
10562             'standard' => q#Ora di Tuvalu#,
10563             },
10564             },
10565             'Uruguay' => {
10566             long => {
10567             'daylight' => q#Ora legale dell’Uruguay#,
10568             'generic' => q#Ora dell’Uruguay#,
10569             'standard' => q#Ora standard dell’Uruguay#,
10570             },
10571             },
10572             'Uzbekistan' => {
10573             long => {
10574             'daylight' => q#Ora legale dell’Uzbekistan#,
10575             'generic' => q#Ora dell’Uzbekistan#,
10576             'standard' => q#Ora standard dell’Uzbekistan#,
10577             },
10578             },
10579             'Vanuatu' => {
10580             long => {
10581             'daylight' => q#Ora legale del Vanuatu#,
10582             'generic' => q#Ora del Vanuatu#,
10583             'standard' => q#Ora standard del Vanuatu#,
10584             },
10585             },
10586             'Venezuela' => {
10587             long => {
10588             'standard' => q#Ora del Venezuela#,
10589             },
10590             },
10591             'Vladivostok' => {
10592             long => {
10593             'daylight' => q#Ora legale di Vladivostok#,
10594             'generic' => q#Ora di Vladivostok#,
10595             'standard' => q#Ora standard di Vladivostok#,
10596             },
10597             },
10598             'Volgograd' => {
10599             long => {
10600             'daylight' => q#Ora legale di Volgograd#,
10601             'generic' => q#Ora di Volgograd#,
10602             'standard' => q#Ora standard di Volgograd#,
10603             },
10604             },
10605             'Vostok' => {
10606             long => {
10607             'standard' => q#Ora di Vostok#,
10608             },
10609             },
10610             'Wake' => {
10611             long => {
10612             'standard' => q#Ora dell’Isola di Wake#,
10613             },
10614             },
10615             'Wallis' => {
10616             long => {
10617             'standard' => q#Ora di Wallis e Futuna#,
10618             },
10619             },
10620             'Yakutsk' => {
10621             long => {
10622             'daylight' => q#Ora legale di Yakutsk#,
10623             'generic' => q#Ora di Yakutsk#,
10624             'standard' => q#Ora standard di Yakutsk#,
10625             },
10626             },
10627             'Yekaterinburg' => {
10628             long => {
10629             'daylight' => q#Ora legale di Ekaterinburg#,
10630             'generic' => q#Ora di Ekaterinburg#,
10631             'standard' => q#Ora standard di Ekaterinburg#,
10632             },
10633             },
10634             } }
10635             );
10636             no Moo;
10637              
10638 1     1   22134 1;
  1         2  
  1         7  
10639              
10640             # vim: tabstop=4