File Coverage

blib/lib/Locale/CLDR/Locales/De.pm
Criterion Covered Total %
statement 36 36 100.0
branch n/a
condition n/a
subroutine 11 11 100.0
pod 0 1 0.0
total 47 48 97.9


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::De - Package for language German
4              
5             =cut
6              
7             package Locale::CLDR::Locales::De;
8             # This file auto generated from Data\common\main\de.xml
9             # on Sun 24 Apr 8:22:04 am GMT
10              
11 19     19   2476092 use version;
  19         34  
  19         115  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 19     19   1610 use v5.10.1;
  19         47  
16 19     19   66 use mro 'c3';
  19         30  
  19         107  
17 19     19   574 use utf8;
  19         25  
  19         164  
18 19     19   840 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         30  
  19         207  
19              
20 19     19   3165 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         137542  
  19         171  
21 19     19   15812 use Moo;
  19         26788  
  19         90  
22              
23             extends('Locale::CLDR::Locales::Root');
24             has 'valid_algorithmic_formats' => (
25             is => 'ro',
26             isa => ArrayRef,
27             init_arg => undef,
28             default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal-neuter','spellout-cardinal-masculine','spellout-cardinal-feminine','spellout-cardinal-n','spellout-cardinal-r','spellout-cardinal-s','spellout-ordinal','spellout-ordinal-n','spellout-ordinal-r','spellout-ordinal-s' ]},
29             );
30              
31             has 'algorithmic_number_format_data' => (
32             is => 'ro',
33             isa => HashRef,
34             init_arg => undef,
35             default => sub {
36 19     19   39692 use bignum;
  19         30  
  19         161  
37             return {
38             'spellout-cardinal-feminine' => {
39             'public' => {
40             '-x' => {
41             divisor => q(1),
42             rule => q(minus →→),
43             },
44             '0' => {
45             base_value => q(0),
46             divisor => q(1),
47             rule => q(null),
48             },
49             'x.x' => {
50             divisor => q(1),
51             rule => q(←← Komma →→),
52             },
53             '1' => {
54             base_value => q(1),
55             divisor => q(1),
56             rule => q(eine),
57             },
58             '2' => {
59             base_value => q(2),
60             divisor => q(1),
61             rule => q(=%spellout-numbering=),
62             },
63             '100' => {
64             base_value => q(100),
65             divisor => q(100),
66             rule => q(←%spellout-cardinal-masculine←­hundert[­→→]),
67             },
68             '1000' => {
69             base_value => q(1000),
70             divisor => q(1000),
71             rule => q(←%spellout-cardinal-masculine←­tausend[­→→]),
72             },
73             '1000000' => {
74             base_value => q(1000000),
75             divisor => q(1000000),
76             rule => q(eine Million[ →→]),
77             },
78             '2000000' => {
79             base_value => q(2000000),
80             divisor => q(1000000),
81             rule => q(←%spellout-cardinal-feminine← Millionen[ →→]),
82             },
83             '1000000000' => {
84             base_value => q(1000000000),
85             divisor => q(1000000000),
86             rule => q(eine Milliarde[ →→]),
87             },
88             '2000000000' => {
89             base_value => q(2000000000),
90             divisor => q(1000000000),
91             rule => q(←%spellout-cardinal-feminine← Milliarden[ →→]),
92             },
93             '1000000000000' => {
94             base_value => q(1000000000000),
95             divisor => q(1000000000000),
96             rule => q(eine Billion[ →→]),
97             },
98             '2000000000000' => {
99             base_value => q(2000000000000),
100             divisor => q(1000000000000),
101             rule => q(←%spellout-cardinal-feminine← Billionen[ →→]),
102             },
103             '1000000000000000' => {
104             base_value => q(1000000000000000),
105             divisor => q(1000000000000000),
106             rule => q(eine Billiarde[ →→]),
107             },
108             '2000000000000000' => {
109             base_value => q(2000000000000000),
110             divisor => q(1000000000000000),
111             rule => q(←%spellout-cardinal-feminine← Billiarden[ →→]),
112             },
113             '1000000000000000000' => {
114             base_value => q(1000000000000000000),
115             divisor => q(1000000000000000000),
116             rule => q(=#,##0=),
117             },
118             'max' => {
119             base_value => q(1000000000000000000),
120             divisor => q(1000000000000000000),
121             rule => q(=#,##0=),
122             },
123             },
124             },
125             'spellout-cardinal-masculine' => {
126             'public' => {
127             '-x' => {
128             divisor => q(1),
129             rule => q(minus →→),
130             },
131             '0' => {
132             base_value => q(0),
133             divisor => q(1),
134             rule => q(null),
135             },
136             'x.x' => {
137             divisor => q(1),
138             rule => q(←← Komma →→),
139             },
140             '1' => {
141             base_value => q(1),
142             divisor => q(1),
143             rule => q(ein),
144             },
145             '2' => {
146             base_value => q(2),
147             divisor => q(1),
148             rule => q(=%spellout-numbering=),
149             },
150             '100' => {
151             base_value => q(100),
152             divisor => q(100),
153             rule => q(←%spellout-cardinal-masculine←­hundert[­→→]),
154             },
155             '1000' => {
156             base_value => q(1000),
157             divisor => q(1000),
158             rule => q(←%spellout-cardinal-masculine←­tausend[­→→]),
159             },
160             '1000000' => {
161             base_value => q(1000000),
162             divisor => q(1000000),
163             rule => q(eine Million[ →→]),
164             },
165             '2000000' => {
166             base_value => q(2000000),
167             divisor => q(1000000),
168             rule => q(←%spellout-cardinal-feminine← Millionen[ →→]),
169             },
170             '1000000000' => {
171             base_value => q(1000000000),
172             divisor => q(1000000000),
173             rule => q(eine Milliarde[ →→]),
174             },
175             '2000000000' => {
176             base_value => q(2000000000),
177             divisor => q(1000000000),
178             rule => q(←%spellout-cardinal-feminine← Milliarden[ →→]),
179             },
180             '1000000000000' => {
181             base_value => q(1000000000000),
182             divisor => q(1000000000000),
183             rule => q(eine Billion[ →→]),
184             },
185             '2000000000000' => {
186             base_value => q(2000000000000),
187             divisor => q(1000000000000),
188             rule => q(←%spellout-cardinal-feminine← Billionen[ →→]),
189             },
190             '1000000000000000' => {
191             base_value => q(1000000000000000),
192             divisor => q(1000000000000000),
193             rule => q(eine Billiarde[ →→]),
194             },
195             '2000000000000000' => {
196             base_value => q(2000000000000000),
197             divisor => q(1000000000000000),
198             rule => q(←%spellout-cardinal-feminine← Billiarden[ →→]),
199             },
200             '1000000000000000000' => {
201             base_value => q(1000000000000000000),
202             divisor => q(1000000000000000000),
203             rule => q(=#,##0=),
204             },
205             'max' => {
206             base_value => q(1000000000000000000),
207             divisor => q(1000000000000000000),
208             rule => q(=#,##0=),
209             },
210             },
211             },
212             'spellout-cardinal-n' => {
213             'public' => {
214             '-x' => {
215             divisor => q(1),
216             rule => q(minus →→),
217             },
218             '0' => {
219             base_value => q(0),
220             divisor => q(1),
221             rule => q(null),
222             },
223             'x.x' => {
224             divisor => q(1),
225             rule => q(←← Komma →→),
226             },
227             '1' => {
228             base_value => q(1),
229             divisor => q(1),
230             rule => q(einen),
231             },
232             '2' => {
233             base_value => q(2),
234             divisor => q(1),
235             rule => q(=%spellout-numbering=),
236             },
237             '100' => {
238             base_value => q(100),
239             divisor => q(100),
240             rule => q(←%spellout-cardinal-masculine←­hundert[­→→]),
241             },
242             '1000' => {
243             base_value => q(1000),
244             divisor => q(1000),
245             rule => q(←%spellout-cardinal-masculine←­tausend[­→→]),
246             },
247             '1000000' => {
248             base_value => q(1000000),
249             divisor => q(1000000),
250             rule => q(eine Million[ →→]),
251             },
252             '2000000' => {
253             base_value => q(2000000),
254             divisor => q(1000000),
255             rule => q(←%spellout-cardinal-feminine← Millionen[ →→]),
256             },
257             '1000000000' => {
258             base_value => q(1000000000),
259             divisor => q(1000000000),
260             rule => q(eine Milliarde[ →→]),
261             },
262             '2000000000' => {
263             base_value => q(2000000000),
264             divisor => q(1000000000),
265             rule => q(←%spellout-cardinal-feminine← Milliarden[ →→]),
266             },
267             '1000000000000' => {
268             base_value => q(1000000000000),
269             divisor => q(1000000000000),
270             rule => q(eine Billion[ →→]),
271             },
272             '2000000000000' => {
273             base_value => q(2000000000000),
274             divisor => q(1000000000000),
275             rule => q(←%spellout-cardinal-feminine← Billionen[ →→]),
276             },
277             '1000000000000000' => {
278             base_value => q(1000000000000000),
279             divisor => q(1000000000000000),
280             rule => q(eine Billiarde[ →→]),
281             },
282             '2000000000000000' => {
283             base_value => q(2000000000000000),
284             divisor => q(1000000000000000),
285             rule => q(←%spellout-cardinal-feminine← Billiarden[ →→]),
286             },
287             '1000000000000000000' => {
288             base_value => q(1000000000000000000),
289             divisor => q(1000000000000000000),
290             rule => q(=#,##0=),
291             },
292             'max' => {
293             base_value => q(1000000000000000000),
294             divisor => q(1000000000000000000),
295             rule => q(=#,##0=),
296             },
297             },
298             },
299             'spellout-cardinal-neuter' => {
300             'public' => {
301             '0' => {
302             base_value => q(0),
303             divisor => q(1),
304             rule => q(=%spellout-cardinal-masculine=),
305             },
306             'max' => {
307             base_value => q(0),
308             divisor => q(1),
309             rule => q(=%spellout-cardinal-masculine=),
310             },
311             },
312             },
313             'spellout-cardinal-r' => {
314             'public' => {
315             '-x' => {
316             divisor => q(1),
317             rule => q(minus →→),
318             },
319             '0' => {
320             base_value => q(0),
321             divisor => q(1),
322             rule => q(null),
323             },
324             'x.x' => {
325             divisor => q(1),
326             rule => q(←← Komma →→),
327             },
328             '1' => {
329             base_value => q(1),
330             divisor => q(1),
331             rule => q(einer),
332             },
333             '2' => {
334             base_value => q(2),
335             divisor => q(1),
336             rule => q(=%spellout-numbering=),
337             },
338             '100' => {
339             base_value => q(100),
340             divisor => q(100),
341             rule => q(←%spellout-cardinal-masculine←­hundert[­→→]),
342             },
343             '1000' => {
344             base_value => q(1000),
345             divisor => q(1000),
346             rule => q(←%spellout-cardinal-masculine←­tausend[­→→]),
347             },
348             '1000000' => {
349             base_value => q(1000000),
350             divisor => q(1000000),
351             rule => q(eine Million[ →→]),
352             },
353             '2000000' => {
354             base_value => q(2000000),
355             divisor => q(1000000),
356             rule => q(←%spellout-cardinal-feminine← Millionen[ →→]),
357             },
358             '1000000000' => {
359             base_value => q(1000000000),
360             divisor => q(1000000000),
361             rule => q(eine Milliarde[ →→]),
362             },
363             '2000000000' => {
364             base_value => q(2000000000),
365             divisor => q(1000000000),
366             rule => q(←%spellout-cardinal-feminine← Milliarden[ →→]),
367             },
368             '1000000000000' => {
369             base_value => q(1000000000000),
370             divisor => q(1000000000000),
371             rule => q(eine Billion[ →→]),
372             },
373             '2000000000000' => {
374             base_value => q(2000000000000),
375             divisor => q(1000000000000),
376             rule => q(←%spellout-cardinal-feminine← Billionen[ →→]),
377             },
378             '1000000000000000' => {
379             base_value => q(1000000000000000),
380             divisor => q(1000000000000000),
381             rule => q(eine Billiarde[ →→]),
382             },
383             '2000000000000000' => {
384             base_value => q(2000000000000000),
385             divisor => q(1000000000000000),
386             rule => q(←%spellout-cardinal-feminine← Billiarden[ →→]),
387             },
388             '1000000000000000000' => {
389             base_value => q(1000000000000000000),
390             divisor => q(1000000000000000000),
391             rule => q(=#,##0=),
392             },
393             'max' => {
394             base_value => q(1000000000000000000),
395             divisor => q(1000000000000000000),
396             rule => q(=#,##0=),
397             },
398             },
399             },
400             'spellout-cardinal-s' => {
401             'public' => {
402             '-x' => {
403             divisor => q(1),
404             rule => q(minus →→),
405             },
406             '0' => {
407             base_value => q(0),
408             divisor => q(1),
409             rule => q(null),
410             },
411             'x.x' => {
412             divisor => q(1),
413             rule => q(←← Komma →→),
414             },
415             '1' => {
416             base_value => q(1),
417             divisor => q(1),
418             rule => q(eines),
419             },
420             '2' => {
421             base_value => q(2),
422             divisor => q(1),
423             rule => q(=%spellout-numbering=),
424             },
425             '100' => {
426             base_value => q(100),
427             divisor => q(100),
428             rule => q(←%spellout-cardinal-masculine←­hundert[­→→]),
429             },
430             '1000' => {
431             base_value => q(1000),
432             divisor => q(1000),
433             rule => q(←%spellout-cardinal-masculine←­tausend[­→→]),
434             },
435             '1000000' => {
436             base_value => q(1000000),
437             divisor => q(1000000),
438             rule => q(eine Million[ →→]),
439             },
440             '2000000' => {
441             base_value => q(2000000),
442             divisor => q(1000000),
443             rule => q(←%spellout-cardinal-feminine← Millionen[ →→]),
444             },
445             '1000000000' => {
446             base_value => q(1000000000),
447             divisor => q(1000000000),
448             rule => q(eine Milliarde[ →→]),
449             },
450             '2000000000' => {
451             base_value => q(2000000000),
452             divisor => q(1000000000),
453             rule => q(←%spellout-cardinal-feminine← Milliarden[ →→]),
454             },
455             '1000000000000' => {
456             base_value => q(1000000000000),
457             divisor => q(1000000000000),
458             rule => q(eine Billion[ →→]),
459             },
460             '2000000000000' => {
461             base_value => q(2000000000000),
462             divisor => q(1000000000000),
463             rule => q(←%spellout-cardinal-feminine← Billionen[ →→]),
464             },
465             '1000000000000000' => {
466             base_value => q(1000000000000000),
467             divisor => q(1000000000000000),
468             rule => q(eine Billiarde[ →→]),
469             },
470             '2000000000000000' => {
471             base_value => q(2000000000000000),
472             divisor => q(1000000000000000),
473             rule => q(←%spellout-cardinal-feminine← Billiarden[ →→]),
474             },
475             '1000000000000000000' => {
476             base_value => q(1000000000000000000),
477             divisor => q(1000000000000000000),
478             rule => q(=#,##0=),
479             },
480             'max' => {
481             base_value => q(1000000000000000000),
482             divisor => q(1000000000000000000),
483             rule => q(=#,##0=),
484             },
485             },
486             },
487             'spellout-numbering' => {
488             'public' => {
489             '-x' => {
490             divisor => q(1),
491             rule => q(minus →→),
492             },
493             '0' => {
494             base_value => q(0),
495             divisor => q(1),
496             rule => q(null),
497             },
498             'x.x' => {
499             divisor => q(1),
500             rule => q(←← Komma →→),
501             },
502             '1' => {
503             base_value => q(1),
504             divisor => q(1),
505             rule => q(eins),
506             },
507             '2' => {
508             base_value => q(2),
509             divisor => q(1),
510             rule => q(zwei),
511             },
512             '3' => {
513             base_value => q(3),
514             divisor => q(1),
515             rule => q(drei),
516             },
517             '4' => {
518             base_value => q(4),
519             divisor => q(1),
520             rule => q(vier),
521             },
522             '5' => {
523             base_value => q(5),
524             divisor => q(1),
525             rule => q(fünf),
526             },
527             '6' => {
528             base_value => q(6),
529             divisor => q(1),
530             rule => q(sechs),
531             },
532             '7' => {
533             base_value => q(7),
534             divisor => q(1),
535             rule => q(sieben),
536             },
537             '8' => {
538             base_value => q(8),
539             divisor => q(1),
540             rule => q(acht),
541             },
542             '9' => {
543             base_value => q(9),
544             divisor => q(1),
545             rule => q(neun),
546             },
547             '10' => {
548             base_value => q(10),
549             divisor => q(10),
550             rule => q(zehn),
551             },
552             '11' => {
553             base_value => q(11),
554             divisor => q(10),
555             rule => q(elf),
556             },
557             '12' => {
558             base_value => q(12),
559             divisor => q(10),
560             rule => q(zwölf),
561             },
562             '13' => {
563             base_value => q(13),
564             divisor => q(10),
565             rule => q(→→zehn),
566             },
567             '16' => {
568             base_value => q(16),
569             divisor => q(10),
570             rule => q(sechzehn),
571             },
572             '17' => {
573             base_value => q(17),
574             divisor => q(10),
575             rule => q(siebzehn),
576             },
577             '18' => {
578             base_value => q(18),
579             divisor => q(10),
580             rule => q(→→zehn),
581             },
582             '20' => {
583             base_value => q(20),
584             divisor => q(10),
585             rule => q([→%spellout-cardinal-masculine→­und­]zwanzig),
586             },
587             '30' => {
588             base_value => q(30),
589             divisor => q(10),
590             rule => q([→%spellout-cardinal-masculine→­und­]dreißig),
591             },
592             '40' => {
593             base_value => q(40),
594             divisor => q(10),
595             rule => q([→%spellout-cardinal-masculine→­und­]vierzig),
596             },
597             '50' => {
598             base_value => q(50),
599             divisor => q(10),
600             rule => q([→%spellout-cardinal-masculine→­und­]fünfzig),
601             },
602             '60' => {
603             base_value => q(60),
604             divisor => q(10),
605             rule => q([→%spellout-cardinal-masculine→­und­]sechzig),
606             },
607             '70' => {
608             base_value => q(70),
609             divisor => q(10),
610             rule => q([→%spellout-cardinal-masculine→­und­]siebzig),
611             },
612             '80' => {
613             base_value => q(80),
614             divisor => q(10),
615             rule => q([→%spellout-cardinal-masculine→­und­]achtzig),
616             },
617             '90' => {
618             base_value => q(90),
619             divisor => q(10),
620             rule => q([→%spellout-cardinal-masculine→­und­]neunzig),
621             },
622             '100' => {
623             base_value => q(100),
624             divisor => q(100),
625             rule => q(←%spellout-cardinal-masculine←­hundert[­→→]),
626             },
627             '1000' => {
628             base_value => q(1000),
629             divisor => q(1000),
630             rule => q(←%spellout-cardinal-masculine←­tausend[­→→]),
631             },
632             '1000000' => {
633             base_value => q(1000000),
634             divisor => q(1000000),
635             rule => q(eine Million[ →→]),
636             },
637             '2000000' => {
638             base_value => q(2000000),
639             divisor => q(1000000),
640             rule => q(←%spellout-cardinal-feminine← Millionen[ →→]),
641             },
642             '1000000000' => {
643             base_value => q(1000000000),
644             divisor => q(1000000000),
645             rule => q(eine Milliarde[ →→]),
646             },
647             '2000000000' => {
648             base_value => q(2000000000),
649             divisor => q(1000000000),
650             rule => q(←%spellout-cardinal-feminine← Milliarden[ →→]),
651             },
652             '1000000000000' => {
653             base_value => q(1000000000000),
654             divisor => q(1000000000000),
655             rule => q(eine Billion[ →→]),
656             },
657             '2000000000000' => {
658             base_value => q(2000000000000),
659             divisor => q(1000000000000),
660             rule => q(←%spellout-cardinal-feminine← Billionen[ →→]),
661             },
662             '1000000000000000' => {
663             base_value => q(1000000000000000),
664             divisor => q(1000000000000000),
665             rule => q(eine Billiarde[ →→]),
666             },
667             '2000000000000000' => {
668             base_value => q(2000000000000000),
669             divisor => q(1000000000000000),
670             rule => q(←%spellout-cardinal-feminine← Billiarden[ →→]),
671             },
672             '1000000000000000000' => {
673             base_value => q(1000000000000000000),
674             divisor => q(1000000000000000000),
675             rule => q(=#,##0=),
676             },
677             'max' => {
678             base_value => q(1000000000000000000),
679             divisor => q(1000000000000000000),
680             rule => q(=#,##0=),
681             },
682             },
683             },
684             'spellout-numbering-year' => {
685             'public' => {
686             '-x' => {
687             divisor => q(1),
688             rule => q(minus →→),
689             },
690             '0' => {
691             base_value => q(0),
692             divisor => q(1),
693             rule => q(=%spellout-numbering=),
694             },
695             'x.x' => {
696             divisor => q(1),
697             rule => q(=#,###0.#=),
698             },
699             '1100' => {
700             base_value => q(1100),
701             divisor => q(100),
702             rule => q(←%spellout-cardinal-masculine←­hundert[­→→]),
703             },
704             '10000' => {
705             base_value => q(10000),
706             divisor => q(10000),
707             rule => q(=%spellout-numbering=),
708             },
709             'max' => {
710             base_value => q(10000),
711             divisor => q(10000),
712             rule => q(=%spellout-numbering=),
713             },
714             },
715             },
716             'spellout-ordinal' => {
717             'public' => {
718             '-x' => {
719             divisor => q(1),
720             rule => q(minus →→),
721             },
722             '0' => {
723             base_value => q(0),
724             divisor => q(1),
725             rule => q(nullte),
726             },
727             'x.x' => {
728             divisor => q(1),
729             rule => q(=#,##0.#=),
730             },
731             '1' => {
732             base_value => q(1),
733             divisor => q(1),
734             rule => q(erste),
735             },
736             '2' => {
737             base_value => q(2),
738             divisor => q(1),
739             rule => q(zweite),
740             },
741             '3' => {
742             base_value => q(3),
743             divisor => q(1),
744             rule => q(dritte),
745             },
746             '4' => {
747             base_value => q(4),
748             divisor => q(1),
749             rule => q(vierte),
750             },
751             '5' => {
752             base_value => q(5),
753             divisor => q(1),
754             rule => q(fünfte),
755             },
756             '6' => {
757             base_value => q(6),
758             divisor => q(1),
759             rule => q(sechste),
760             },
761             '7' => {
762             base_value => q(7),
763             divisor => q(1),
764             rule => q(siebte),
765             },
766             '8' => {
767             base_value => q(8),
768             divisor => q(1),
769             rule => q(achte),
770             },
771             '9' => {
772             base_value => q(9),
773             divisor => q(1),
774             rule => q(=%spellout-numbering=te),
775             },
776             '20' => {
777             base_value => q(20),
778             divisor => q(10),
779             rule => q(=%spellout-numbering=ste),
780             },
781             '100' => {
782             base_value => q(100),
783             divisor => q(100),
784             rule => q(←%spellout-cardinal-masculine←­hundert→%%ste→),
785             },
786             '1000' => {
787             base_value => q(1000),
788             divisor => q(1000),
789             rule => q(←%spellout-cardinal-masculine←­tausend→%%ste→),
790             },
791             '1000000' => {
792             base_value => q(1000000),
793             divisor => q(1000000),
794             rule => q(eine Million→%%ste2→),
795             },
796             '2000000' => {
797             base_value => q(2000000),
798             divisor => q(1000000),
799             rule => q(←%spellout-cardinal-feminine← Millionen→%%ste2→),
800             },
801             '1000000000' => {
802             base_value => q(1000000000),
803             divisor => q(1000000000),
804             rule => q(eine Milliarde→%%ste2→),
805             },
806             '2000000000' => {
807             base_value => q(2000000000),
808             divisor => q(1000000000),
809             rule => q(←%spellout-cardinal-feminine← Milliarden→%%ste2→),
810             },
811             '1000000000000' => {
812             base_value => q(1000000000000),
813             divisor => q(1000000000000),
814             rule => q(eine Billion→%%ste→),
815             },
816             '2000000000000' => {
817             base_value => q(2000000000000),
818             divisor => q(1000000000000),
819             rule => q(←%spellout-cardinal-feminine← Billionen→%%ste2→),
820             },
821             '1000000000000000' => {
822             base_value => q(1000000000000000),
823             divisor => q(1000000000000000),
824             rule => q(eine Billiarde→%%ste2→),
825             },
826             '2000000000000000' => {
827             base_value => q(2000000000000000),
828             divisor => q(1000000000000000),
829             rule => q(←%spellout-cardinal-feminine← Billiarden→%%ste2→),
830             },
831             '1000000000000000000' => {
832             base_value => q(1000000000000000000),
833             divisor => q(1000000000000000000),
834             rule => q(=#,##0=.),
835             },
836             'max' => {
837             base_value => q(1000000000000000000),
838             divisor => q(1000000000000000000),
839             rule => q(=#,##0=.),
840             },
841             },
842             },
843             'spellout-ordinal-n' => {
844             'public' => {
845             '-x' => {
846             divisor => q(1),
847             rule => q(minus →→),
848             },
849             '0' => {
850             base_value => q(0),
851             divisor => q(1),
852             rule => q(=%spellout-ordinal=n),
853             },
854             'x.x' => {
855             divisor => q(1),
856             rule => q(=#,##0.#=),
857             },
858             'max' => {
859             divisor => q(1),
860             rule => q(=#,##0.#=),
861             },
862             },
863             },
864             'spellout-ordinal-r' => {
865             'public' => {
866             '-x' => {
867             divisor => q(1),
868             rule => q(minus →→),
869             },
870             '0' => {
871             base_value => q(0),
872             divisor => q(1),
873             rule => q(=%spellout-ordinal=r),
874             },
875             'x.x' => {
876             divisor => q(1),
877             rule => q(=#,##0.#=),
878             },
879             'max' => {
880             divisor => q(1),
881             rule => q(=#,##0.#=),
882             },
883             },
884             },
885             'spellout-ordinal-s' => {
886             'public' => {
887             '-x' => {
888             divisor => q(1),
889             rule => q(minus →→),
890             },
891             '0' => {
892             base_value => q(0),
893             divisor => q(1),
894             rule => q(=%spellout-ordinal=s),
895             },
896             'x.x' => {
897             divisor => q(1),
898             rule => q(=#,##0.#=),
899             },
900             'max' => {
901             divisor => q(1),
902             rule => q(=#,##0.#=),
903             },
904             },
905             },
906             'ste' => {
907             'private' => {
908             '0' => {
909             base_value => q(0),
910             divisor => q(1),
911             rule => q(ste),
912             },
913             '1' => {
914             base_value => q(1),
915             divisor => q(1),
916             rule => q(­=%spellout-ordinal=),
917             },
918             'max' => {
919             base_value => q(1),
920             divisor => q(1),
921             rule => q(­=%spellout-ordinal=),
922             },
923             },
924             },
925             'ste2' => {
926             'private' => {
927             '0' => {
928             base_value => q(0),
929             divisor => q(1),
930             rule => q(ste),
931             },
932             '1' => {
933             base_value => q(1),
934             divisor => q(1),
935             rule => q(' =%spellout-ordinal=),
936             },
937             'max' => {
938             base_value => q(1),
939             divisor => q(1),
940             rule => q(' =%spellout-ordinal=),
941             },
942             },
943             },
944             } },
945             );
946              
947             # Need to add code for Key type pattern
948             sub display_name_pattern {
949 4     4 0 10672 my ($self, $name, $region, $script, $variant) = @_;
950              
951 4         7 my $display_pattern = '{0} ({1})';
952 4         15 $display_pattern =~s/\{0\}/$name/g;
953 4         8 my $subtags = join '{0}, {1}', grep {$_} (
  12         18  
954             $region,
955             $script,
956             $variant,
957             );
958              
959 4         16 $display_pattern =~s/\{1\}/$subtags/g;
960 4         33 return $display_pattern;
961             }
962              
963             has 'display_name_language' => (
964             is => 'ro',
965             isa => CodeRef,
966             init_arg => undef,
967             default => sub {
968             sub {
969             my %languages = (
970             'aa' => 'Afar',
971             'ab' => 'Abchasisch',
972             'ace' => 'Aceh-Sprache',
973             'ach' => 'Acholi-Sprache',
974             'ada' => 'Adangme',
975             'ady' => 'Adygeisch',
976             'ae' => 'Avestisch',
977             'aeb' => 'Tunesisches Arabisch',
978             'af' => 'Afrikaans',
979             'afh' => 'Afrihili',
980             'agq' => 'Aghem',
981             'ain' => 'Ainu-Sprache',
982             'ak' => 'Akan',
983             'akk' => 'Akkadisch',
984             'akz' => 'Alabama',
985             'ale' => 'Aleutisch',
986             'aln' => 'Gegisch',
987             'alt' => 'Süd-Altaisch',
988             'am' => 'Amharisch',
989             'an' => 'Aragonesisch',
990             'ang' => 'Altenglisch',
991             'anp' => 'Angika',
992             'ar' => 'Arabisch',
993             'ar_001' => 'Modernes Hocharabisch',
994             'arc' => 'Aramäisch',
995             'arn' => 'Mapudungun',
996             'aro' => 'Araona',
997             'arp' => 'Arapaho-Sprache',
998             'arq' => 'Algerisches Arabisch',
999             'arw' => 'Arawak-Sprache',
1000             'ary' => 'Marokkanisches Arabisch',
1001             'arz' => 'Ägyptisches Arabisch',
1002             'as' => 'Assamesisch',
1003             'asa' => 'Pare',
1004             'ase' => 'Amerikanische Gebärdensprache',
1005             'ast' => 'Asturianisch',
1006             'av' => 'Awarisch',
1007             'avk' => 'Kotava',
1008             'awa' => 'Awadhi',
1009             'ay' => 'Aymara',
1010             'az' => 'Aserbaidschanisch',
1011             'az@alt=short' => 'Aserbaidschanisch',
1012             'ba' => 'Baschkirisch',
1013             'bal' => 'Belutschisch',
1014             'ban' => 'Balinesisch',
1015             'bar' => 'Bairisch',
1016             'bas' => 'Basaa-Sprache',
1017             'bax' => 'Bamun',
1018             'bbc' => 'Batak Toba',
1019             'bbj' => 'Ghomala',
1020             'be' => 'Weißrussisch',
1021             'bej' => 'Bedauye',
1022             'bem' => 'Bemba',
1023             'bew' => 'Betawi',
1024             'bez' => 'Bena',
1025             'bfd' => 'Bafut',
1026             'bfq' => 'Badaga',
1027             'bg' => 'Bulgarisch',
1028             'bgn' => 'Westliches Belutschi',
1029             'bho' => 'Bhodschpuri',
1030             'bi' => 'Bislama',
1031             'bik' => 'Bikol-Sprache',
1032             'bin' => 'Bini-Sprache',
1033             'bjn' => 'Banjaresisch',
1034             'bkm' => 'Kom',
1035             'bla' => 'Blackfoot-Sprache',
1036             'bm' => 'Bambara',
1037             'bn' => 'Bengalisch',
1038             'bo' => 'Tibetisch',
1039             'bpy' => 'Bishnupriya',
1040             'bqi' => 'Bachtiarisch',
1041             'br' => 'Bretonisch',
1042             'bra' => 'Braj-Bhakha',
1043             'brh' => 'Brahui',
1044             'brx' => 'Bodo',
1045             'bs' => 'Bosnisch',
1046             'bss' => 'Akoose',
1047             'bua' => 'Burjatisch',
1048             'bug' => 'Buginesisch',
1049             'bum' => 'Bulu',
1050             'byn' => 'Blin',
1051             'byv' => 'Medumba',
1052             'ca' => 'Katalanisch',
1053             'cad' => 'Caddo',
1054             'car' => 'Karibisch',
1055             'cay' => 'Cayuga',
1056             'cch' => 'Atsam',
1057             'ce' => 'Tschetschenisch',
1058             'ceb' => 'Cebuano',
1059             'cgg' => 'Rukiga',
1060             'ch' => 'Chamorro-Sprache',
1061             'chb' => 'Chibcha-Sprache',
1062             'chg' => 'Tschagataisch',
1063             'chk' => 'Trukesisch',
1064             'chm' => 'Tscheremissisch',
1065             'chn' => 'Chinook',
1066             'cho' => 'Choctaw',
1067             'chp' => 'Chipewyan',
1068             'chr' => 'Cherokee',
1069             'chy' => 'Cheyenne',
1070             'ckb' => 'Zentralkurdisch',
1071             'co' => 'Korsisch',
1072             'cop' => 'Koptisch',
1073             'cps' => 'Capiznon',
1074             'cr' => 'Cree',
1075             'crh' => 'Krimtatarisch',
1076             'cs' => 'Tschechisch',
1077             'csb' => 'Kaschubisch',
1078             'cu' => 'Kirchenslawisch',
1079             'cv' => 'Tschuwaschisch',
1080             'cy' => 'Walisisch',
1081             'da' => 'Dänisch',
1082             'dak' => 'Dakota-Sprache',
1083             'dar' => 'Darginisch',
1084             'dav' => 'Taita',
1085             'de' => 'Deutsch',
1086             'de_AT' => 'Österreichisches Deutsch',
1087             'de_CH' => 'Schweizer Hochdeutsch',
1088             'del' => 'Delaware-Sprache',
1089             'den' => 'Slave',
1090             'dgr' => 'Dogrib',
1091             'din' => 'Dinka-Sprache',
1092             'dje' => 'Zarma',
1093             'doi' => 'Dogri',
1094             'dsb' => 'Niedersorbisch',
1095             'dtp' => 'Zentral-Dusun',
1096             'dua' => 'Duala',
1097             'dum' => 'Mittelniederländisch',
1098             'dv' => 'Maledivisch',
1099             'dyo' => 'Diola',
1100             'dyu' => 'Dyula-Sprache',
1101             'dz' => 'Dzongkha',
1102             'dzg' => 'Dazaga',
1103             'ebu' => 'Embu',
1104             'ee' => 'Ewe',
1105             'efi' => 'Efik',
1106             'egl' => 'Emilianisch',
1107             'egy' => 'Ägyptisch',
1108             'eka' => 'Ekajuk',
1109             'el' => 'Griechisch',
1110             'elx' => 'Elamisch',
1111             'en' => 'Englisch',
1112             'en_AU' => 'Australisches Englisch',
1113             'en_CA' => 'Kanadisches Englisch',
1114             'en_GB' => 'Britisches Englisch',
1115             'en_GB@alt=short' => 'UK-Englisch',
1116             'en_US' => 'Amerikanisches Englisch',
1117             'en_US@alt=short' => 'US-Englisch',
1118             'enm' => 'Mittelenglisch',
1119             'eo' => 'Esperanto',
1120             'es' => 'Spanisch',
1121             'es_419' => 'Lateinamerikanisches Spanisch',
1122             'es_ES' => 'Europäisches Spanisch',
1123             'es_MX' => 'Mexikanisches Spanisch',
1124             'esu' => 'Zentral-Alaska-Yupik',
1125             'et' => 'Estnisch',
1126             'eu' => 'Baskisch',
1127             'ewo' => 'Ewondo',
1128             'ext' => 'Extremadurisch',
1129             'fa' => 'Persisch',
1130             'fan' => 'Pangwe-Sprache',
1131             'fat' => 'Fanti-Sprache',
1132             'ff' => 'Ful',
1133             'fi' => 'Finnisch',
1134             'fil' => 'Filipino',
1135             'fit' => 'Meänkieli',
1136             'fj' => 'Fidschi',
1137             'fo' => 'Färöisch',
1138             'fon' => 'Fon-Sprache',
1139             'fr' => 'Französisch',
1140             'fr_CA' => 'Kanadisches Französisch',
1141             'fr_CH' => 'Schweizer Französisch',
1142             'frc' => 'Cajun',
1143             'frm' => 'Mittelfranzösisch',
1144             'fro' => 'Altfranzösisch',
1145             'frp' => 'Frankoprovenzalisch',
1146             'frr' => 'Nordfriesisch',
1147             'frs' => 'Ostfriesisch',
1148             'fur' => 'Friulisch',
1149             'fy' => 'Westfriesisch',
1150             'ga' => 'Irisch',
1151             'gaa' => 'Ga-Sprache',
1152             'gag' => 'Gagausisch',
1153             'gan' => 'Gan',
1154             'gay' => 'Gayo',
1155             'gba' => 'Gbaya-Sprache',
1156             'gbz' => 'Gabri',
1157             'gd' => 'Schottisches Gälisch',
1158             'gez' => 'Geez',
1159             'gil' => 'Gilbertesisch',
1160             'gl' => 'Galizisch',
1161             'glk' => 'Gilaki',
1162             'gmh' => 'Mittelhochdeutsch',
1163             'gn' => 'Guarani',
1164             'goh' => 'Althochdeutsch',
1165             'gom' => 'Goa-Konkani',
1166             'gon' => 'Gondi-Sprache',
1167             'gor' => 'Mongondou',
1168             'got' => 'Gotisch',
1169             'grb' => 'Grebo-Sprache',
1170             'grc' => 'Altgriechisch',
1171             'gsw' => 'Schweizerdeutsch',
1172             'gu' => 'Gujarati',
1173             'guc' => 'Wayúu',
1174             'gur' => 'Farefare',
1175             'guz' => 'Gusii',
1176             'gv' => 'Manx',
1177             'gwi' => 'Kutchin-Sprache',
1178             'ha' => 'Haussa',
1179             'hai' => 'Haida-Sprache',
1180             'hak' => 'Hakka',
1181             'haw' => 'Hawaiisch',
1182             'he' => 'Hebräisch',
1183             'hi' => 'Hindi',
1184             'hif' => 'Fidschi-Hindi',
1185             'hil' => 'Hiligaynon-Sprache',
1186             'hit' => 'Hethitisch',
1187             'hmn' => 'Miao-Sprache',
1188             'ho' => 'Hiri-Motu',
1189             'hr' => 'Kroatisch',
1190             'hsb' => 'Obersorbisch',
1191             'hsn' => 'Xiang',
1192             'ht' => 'Haiti-Kreolisch',
1193             'hu' => 'Ungarisch',
1194             'hup' => 'Hupa',
1195             'hy' => 'Armenisch',
1196             'hz' => 'Herero-Sprache',
1197             'ia' => 'Interlingua',
1198             'iba' => 'Iban',
1199             'ibb' => 'Ibibio',
1200             'id' => 'Indonesisch',
1201             'ie' => 'Interlingue',
1202             'ig' => 'Igbo',
1203             'ii' => 'Yi',
1204             'ik' => 'Inupiak',
1205             'ilo' => 'Ilokano-Sprache',
1206             'inh' => 'Inguschisch',
1207             'io' => 'Ido-Sprache',
1208             'is' => 'Isländisch',
1209             'it' => 'Italienisch',
1210             'iu' => 'Inuktitut',
1211             'izh' => 'Ischorisch',
1212             'ja' => 'Japanisch',
1213             'jam' => 'Jamaikanisch-kreolische Sprache',
1214             'jbo' => 'Lojban',
1215             'jgo' => 'Ngomba',
1216             'jmc' => 'Machame',
1217             'jpr' => 'Jüdisch-Persisch',
1218             'jrb' => 'Jüdisch-Arabisch',
1219             'jut' => 'Jütisch',
1220             'jv' => 'Javanisch',
1221             'ka' => 'Georgisch',
1222             'kaa' => 'Karakalpakisch',
1223             'kab' => 'Kabylisch',
1224             'kac' => 'Kachin-Sprache',
1225             'kaj' => 'Jju',
1226             'kam' => 'Kamba',
1227             'kaw' => 'Kawi',
1228             'kbd' => 'Kabardinisch',
1229             'kbl' => 'Kanembu',
1230             'kcg' => 'Tyap',
1231             'kde' => 'Makonde',
1232             'kea' => 'Kabuverdianu',
1233             'ken' => 'Kenyang',
1234             'kfo' => 'Koro',
1235             'kg' => 'Kongolesisch',
1236             'kgp' => 'Kaingang',
1237             'kha' => 'Khasi-Sprache',
1238             'kho' => 'Sakisch',
1239             'khq' => 'Koyra Chiini',
1240             'khw' => 'Khowar',
1241             'ki' => 'Kikuyu',
1242             'kiu' => 'Kirmanjki',
1243             'kj' => 'Kwanyama',
1244             'kk' => 'Kasachisch',
1245             'kkj' => 'Kako',
1246             'kl' => 'Grönländisch',
1247             'kln' => 'Kalenjin',
1248             'km' => 'Khmer',
1249             'kmb' => 'Kimbundu-Sprache',
1250             'kn' => 'Kannada',
1251             'ko' => 'Koreanisch',
1252             'koi' => 'Komi-Permjakisch',
1253             'kok' => 'Konkani',
1254             'kos' => 'Kosraeanisch',
1255             'kpe' => 'Kpelle-Sprache',
1256             'kr' => 'Kanuri-Sprache',
1257             'krc' => 'Karatschaiisch-Balkarisch',
1258             'kri' => 'Krio',
1259             'krj' => 'Kinaray-a',
1260             'krl' => 'Karelisch',
1261             'kru' => 'Oraon-Sprache',
1262             'ks' => 'Kaschmiri',
1263             'ksb' => 'Shambala',
1264             'ksf' => 'Bafia',
1265             'ksh' => 'Kölsch',
1266             'ku' => 'Kurdisch',
1267             'kum' => 'Kumükisch',
1268             'kut' => 'Kutenai-Sprache',
1269             'kv' => 'Komi-Sprache',
1270             'kw' => 'Kornisch',
1271             'ky' => 'Kirgisisch',
1272             'la' => 'Latein',
1273             'lad' => 'Ladino',
1274             'lag' => 'Langi',
1275             'lah' => 'Lahnda',
1276             'lam' => 'Lamba-Sprache',
1277             'lb' => 'Luxemburgisch',
1278             'lez' => 'Lesgisch',
1279             'lfn' => 'Lingua Franca Nova',
1280             'lg' => 'Ganda',
1281             'li' => 'Limburgisch',
1282             'lij' => 'Ligurisch',
1283             'liv' => 'Livisch',
1284             'lkt' => 'Lakota',
1285             'lmo' => 'Lombardisch',
1286             'ln' => 'Lingala',
1287             'lo' => 'Laotisch',
1288             'lol' => 'Mongo',
1289             'loz' => 'Rotse-Sprache',
1290             'lrc' => 'Nördliches Luri',
1291             'lt' => 'Litauisch',
1292             'ltg' => 'Lettgallisch',
1293             'lu' => 'Luba-Katanga',
1294             'lua' => 'Luba-Lulua',
1295             'lui' => 'Luiseno-Sprache',
1296             'lun' => 'Lunda-Sprache',
1297             'luo' => 'Luo-Sprache',
1298             'lus' => 'Lushai-Sprache',
1299             'luy' => 'Luhya',
1300             'lv' => 'Lettisch',
1301             'lzh' => 'Klassisches Chinesisch',
1302             'lzz' => 'Lasisch',
1303             'mad' => 'Maduresisch',
1304             'maf' => 'Mafa',
1305             'mag' => 'Khotta',
1306             'mai' => 'Maithili',
1307             'mak' => 'Makassarisch',
1308             'man' => 'Manding-Sprache',
1309             'mas' => 'Massai',
1310             'mde' => 'Maba',
1311             'mdf' => 'Moksha',
1312             'mdr' => 'Mandaresisch',
1313             'men' => 'Mende-Sprache',
1314             'mer' => 'Meru',
1315             'mfe' => 'Morisyen',
1316             'mg' => 'Madagassisch',
1317             'mga' => 'Mittelirisch',
1318             'mgh' => 'Makhuwa-Meetto',
1319             'mgo' => 'Meta’',
1320             'mh' => 'Marschallesisch',
1321             'mi' => 'Maori',
1322             'mic' => 'Micmac-Sprache',
1323             'min' => 'Minangkabau-Sprache',
1324             'mk' => 'Mazedonisch',
1325             'ml' => 'Malayalam',
1326             'mn' => 'Mongolisch',
1327             'mnc' => 'Mandschurisch',
1328             'mni' => 'Meithei-Sprache',
1329             'moh' => 'Mohawk',
1330             'mos' => 'Mossi-Sprache',
1331             'mr' => 'Marathi',
1332             'mrj' => 'Bergmari',
1333             'ms' => 'Malaiisch',
1334             'mt' => 'Maltesisch',
1335             'mua' => 'Mundang',
1336             'mul' => 'Mehrsprachig',
1337             'mus' => 'Muskogee-Sprache',
1338             'mwl' => 'Mirandesisch',
1339             'mwr' => 'Marwari',
1340             'mwv' => 'Mentawai',
1341             'my' => 'Birmanisch',
1342             'mye' => 'Myene',
1343             'myv' => 'Ersja-Mordwinisch',
1344             'mzn' => 'Masanderanisch',
1345             'na' => 'Nauruisch',
1346             'nan' => 'Min Nan',
1347             'nap' => 'Neapolitanisch',
1348             'naq' => 'Nama',
1349             'nb' => 'Norwegisch BokmÃ¥l',
1350             'nd' => 'Nord-Ndebele',
1351             'nds' => 'Niederdeutsch',
1352             'nds_NL' => 'Niedersächsisch',
1353             'ne' => 'Nepalesisch',
1354             'new' => 'Newari',
1355             'ng' => 'Ndonga',
1356             'nia' => 'Nias-Sprache',
1357             'niu' => 'Niue-Sprache',
1358             'njo' => 'Ao-Naga',
1359             'nl' => 'Niederländisch',
1360             'nl_BE' => 'Flämisch',
1361             'nmg' => 'Kwasio',
1362             'nn' => 'Norwegisch Nynorsk',
1363             'nnh' => 'Ngiemboon',
1364             'no' => 'Norwegisch',
1365             'nog' => 'Nogai',
1366             'non' => 'Altnordisch',
1367             'nov' => 'Novial',
1368             'nqo' => 'N’Ko',
1369             'nr' => 'Süd-Ndebele-Sprache',
1370             'nso' => 'Nord-Sotho-Sprache',
1371             'nus' => 'Nuer',
1372             'nv' => 'Navajo',
1373             'nwc' => 'Alt-Newari',
1374             'ny' => 'Nyanja-Sprache',
1375             'nym' => 'Nyamwezi-Sprache',
1376             'nyn' => 'Nyankole',
1377             'nyo' => 'Nyoro',
1378             'nzi' => 'Nzima',
1379             'oc' => 'Okzitanisch',
1380             'oj' => 'Ojibwa-Sprache',
1381             'om' => 'Oromo',
1382             'or' => 'Oriya',
1383             'os' => 'Ossetisch',
1384             'osa' => 'Osage-Sprache',
1385             'ota' => 'Osmanisch',
1386             'pa' => 'Punjabi',
1387             'pag' => 'Pangasinan-Sprache',
1388             'pal' => 'Mittelpersisch',
1389             'pam' => 'Pampanggan-Sprache',
1390             'pap' => 'Papiamento',
1391             'pau' => 'Palau',
1392             'pcd' => 'Picardisch',
1393             'pdc' => 'Pennsylvaniadeutsch',
1394             'pdt' => 'Plautdietsch',
1395             'peo' => 'Altpersisch',
1396             'pfl' => 'Pfälzisch',
1397             'phn' => 'Phönikisch',
1398             'pi' => 'Pali',
1399             'pl' => 'Polnisch',
1400             'pms' => 'Piemontesisch',
1401             'pnt' => 'Pontisch',
1402             'pon' => 'Ponapeanisch',
1403             'prg' => 'Altpreußisch',
1404             'pro' => 'Altprovenzalisch',
1405             'ps' => 'Paschtu',
1406             'pt' => 'Portugiesisch',
1407             'pt_BR' => 'Brasilianisches Portugiesisch',
1408             'pt_PT' => 'Europäisches Portugiesisch',
1409             'qu' => 'Quechua',
1410             'quc' => 'K’iche’',
1411             'qug' => 'Chimborazo Hochland-Quechua',
1412             'raj' => 'Rajasthani',
1413             'rap' => 'Osterinsel-Sprache',
1414             'rar' => 'Rarotonganisch',
1415             'rgn' => 'Romagnol',
1416             'rif' => 'Tarifit',
1417             'rm' => 'Rätoromanisch',
1418             'rn' => 'Rundi',
1419             'ro' => 'Rumänisch',
1420             'ro_MD' => 'Moldauisch',
1421             'rof' => 'Rombo',
1422             'rom' => 'Romani',
1423             'root' => 'Root',
1424             'rtm' => 'Rotumanisch',
1425             'ru' => 'Russisch',
1426             'rue' => 'Russinisch',
1427             'rug' => 'Roviana',
1428             'rup' => 'Aromunisch',
1429             'rw' => 'Kinyarwanda',
1430             'rwk' => 'Rwa',
1431             'sa' => 'Sanskrit',
1432             'sad' => 'Sandawe-Sprache',
1433             'sah' => 'Jakutisch',
1434             'sam' => 'Samaritanisch',
1435             'saq' => 'Samburu',
1436             'sas' => 'Sasak',
1437             'sat' => 'Santali',
1438             'saz' => 'Saurashtra',
1439             'sba' => 'Ngambay',
1440             'sbp' => 'Sangu',
1441             'sc' => 'Sardisch',
1442             'scn' => 'Sizilianisch',
1443             'sco' => 'Schottisch',
1444             'sd' => 'Sindhi',
1445             'sdc' => 'Sassarisch',
1446             'sdh' => 'Südkurdisch',
1447             'se' => 'Nordsamisch',
1448             'see' => 'Seneca',
1449             'seh' => 'Sena',
1450             'sei' => 'Seri',
1451             'sel' => 'Selkupisch',
1452             'ses' => 'Koyra Senni',
1453             'sg' => 'Sango',
1454             'sga' => 'Altirisch',
1455             'sgs' => 'Samogitisch',
1456             'sh' => 'Serbo-Kroatisch',
1457             'shi' => 'Taschelhit',
1458             'shn' => 'Schan-Sprache',
1459             'shu' => 'Tschadisch-Arabisch',
1460             'si' => 'Singhalesisch',
1461             'sid' => 'Sidamo',
1462             'sk' => 'Slowakisch',
1463             'sl' => 'Slowenisch',
1464             'sli' => 'Schlesisch',
1465             'sly' => 'Selayar',
1466             'sm' => 'Samoanisch',
1467             'sma' => 'Südsamisch',
1468             'smj' => 'Lule-Samisch',
1469             'smn' => 'Inari-Samisch',
1470             'sms' => 'Skolt-Samisch',
1471             'sn' => 'Shona',
1472             'snk' => 'Soninke-Sprache',
1473             'so' => 'Somali',
1474             'sog' => 'Sogdisch',
1475             'sq' => 'Albanisch',
1476             'sr' => 'Serbisch',
1477             'srn' => 'Srananisch',
1478             'srr' => 'Serer-Sprache',
1479             'ss' => 'Swazi',
1480             'ssy' => 'Saho',
1481             'st' => 'Süd-Sotho-Sprache',
1482             'stq' => 'Saterfriesisch',
1483             'su' => 'Sundanesisch',
1484             'suk' => 'Sukuma-Sprache',
1485             'sus' => 'Susu',
1486             'sux' => 'Sumerisch',
1487             'sv' => 'Schwedisch',
1488             'sw' => 'Suaheli',
1489             'sw_CD' => 'Kongo-Suaheli',
1490             'swb' => 'Komorisch',
1491             'syc' => 'Altsyrisch',
1492             'syr' => 'Syrisch',
1493             'szl' => 'Schlesisch (Polen)',
1494             'ta' => 'Tamil',
1495             'tcy' => 'Tulu',
1496             'te' => 'Telugu',
1497             'tem' => 'Temne',
1498             'teo' => 'Teso',
1499             'ter' => 'Tereno-Sprache',
1500             'tet' => 'Tetum-Sprache',
1501             'tg' => 'Tadschikisch',
1502             'th' => 'Thailändisch',
1503             'ti' => 'Tigrinya',
1504             'tig' => 'Tigre',
1505             'tiv' => 'Tiv-Sprache',
1506             'tk' => 'Turkmenisch',
1507             'tkl' => 'Tokelauanisch',
1508             'tkr' => 'Tsachurisch',
1509             'tl' => 'Tagalog',
1510             'tlh' => 'Klingonisch',
1511             'tli' => 'Tlingit-Sprache',
1512             'tly' => 'Talisch',
1513             'tmh' => 'Tamaseq',
1514             'tn' => 'Tswana-Sprache',
1515             'to' => 'Tongaisch',
1516             'tog' => 'Tsonga-Sprache',
1517             'tpi' => 'Neumelanesisch',
1518             'tr' => 'Türkisch',
1519             'tru' => 'Turoyo',
1520             'trv' => 'Taroko',
1521             'ts' => 'Tsonga',
1522             'tsd' => 'Tsakonisch',
1523             'tsi' => 'Tsimshian-Sprache',
1524             'tt' => 'Tatarisch',
1525             'ttt' => 'Tatisch',
1526             'tum' => 'Tumbuka-Sprache',
1527             'tvl' => 'Elliceanisch',
1528             'tw' => 'Twi',
1529             'twq' => 'Tasawaq',
1530             'ty' => 'Tahitisch',
1531             'tyv' => 'Tuwinisch',
1532             'tzm' => 'Zentralatlas-Tamazight',
1533             'udm' => 'Udmurtisch',
1534             'ug' => 'Uigurisch',
1535             'uga' => 'Ugaritisch',
1536             'uk' => 'Ukrainisch',
1537             'umb' => 'Mbundu-Sprache',
1538             'und' => 'Unbestimmte Sprache',
1539             'ur' => 'Urdu',
1540             'uz' => 'Usbekisch',
1541             'vai' => 'Vai',
1542             've' => 'Venda-Sprache',
1543             'vec' => 'Venetisch',
1544             'vep' => 'Wepsisch',
1545             'vi' => 'Vietnamesisch',
1546             'vls' => 'Westflämisch',
1547             'vmf' => 'Mainfränkisch',
1548             'vo' => 'Volapük',
1549             'vot' => 'Wotisch',
1550             'vro' => 'Võro',
1551             'vun' => 'Vunjo',
1552             'wa' => 'Wallonisch',
1553             'wae' => 'Walser-Dialekte',
1554             'wal' => 'Walamo-Sprache',
1555             'war' => 'Waray',
1556             'was' => 'Washo-Sprache',
1557             'wbp' => 'Warlpiri',
1558             'wo' => 'Wolof',
1559             'wuu' => 'Wu',
1560             'xal' => 'Kalmückisch',
1561             'xh' => 'Xhosa',
1562             'xmf' => 'Mingrelisch',
1563             'xog' => 'Soga',
1564             'yao' => 'Yao-Sprache',
1565             'yap' => 'Yapesisch',
1566             'yav' => 'Yangben',
1567             'ybb' => 'Yemba',
1568             'yi' => 'Jiddisch',
1569             'yo' => 'Yoruba',
1570             'yrl' => 'Nheengatu',
1571             'yue' => 'Kantonesisch',
1572             'za' => 'Zhuang',
1573             'zap' => 'Zapotekisch',
1574             'zbl' => 'Bliss-Symbole',
1575             'zea' => 'Seeländisch',
1576             'zen' => 'Zenaga',
1577             'zgh' => 'Tamazight',
1578             'zh' => 'Chinesisch',
1579             'zh_Hans' => 'Chinesisch (vereinfacht)',
1580             'zh_Hant' => 'Chinesisch (traditionell)',
1581             'zu' => 'Zulu',
1582             'zun' => 'Zuni-Sprache',
1583             'zxx' => 'Keine Sprachinhalte',
1584             'zza' => 'Zaza',
1585              
1586             );
1587             if (@_) {
1588             return $languages{$_[0]};
1589             }
1590             return \%languages;
1591             }
1592             },
1593             );
1594              
1595             has 'display_name_script' => (
1596             is => 'ro',
1597             isa => CodeRef,
1598             init_arg => undef,
1599             default => sub {
1600             sub {
1601             my %scripts = (
1602             'Afak' => 'Afaka',
1603             'Aghb' => 'Kaukasisch-Albanisch',
1604             'Arab' => 'Arabisch',
1605             'Arab@alt=variant' => 'Persisch',
1606             'Armi' => 'Armi',
1607             'Armn' => 'Armenisch',
1608             'Avst' => 'Avestisch',
1609             'Bali' => 'Balinesisch',
1610             'Bamu' => 'Bamun',
1611             'Bass' => 'Bassa',
1612             'Batk' => 'Battakisch',
1613             'Beng' => 'Bengalisch',
1614             'Blis' => 'Bliss-Symbole',
1615             'Bopo' => 'Bopomofo',
1616             'Brah' => 'Brahmi',
1617             'Brai' => 'Blindenschrift',
1618             'Bugi' => 'Buginesisch',
1619             'Buhd' => 'Buhid',
1620             'Cakm' => 'Chakma',
1621             'Cans' => 'UCAS',
1622             'Cari' => 'Karisch',
1623             'Cham' => 'Cham',
1624             'Cher' => 'Cherokee',
1625             'Cirt' => 'Cirth',
1626             'Copt' => 'Koptisch',
1627             'Cprt' => 'Zypriotisch',
1628             'Cyrl' => 'Kyrillisch',
1629             'Cyrs' => 'Altkirchenslawisch',
1630             'Deva' => 'Devanagari',
1631             'Dsrt' => 'Deseret',
1632             'Dupl' => 'Duployanisch',
1633             'Egyd' => 'Ägyptisch - Demotisch',
1634             'Egyh' => 'Ägyptisch - Hieratisch',
1635             'Egyp' => 'Ägyptische Hieroglyphen',
1636             'Elba' => 'Elbasanisch',
1637             'Ethi' => 'Äthiopisch',
1638             'Geok' => 'Khutsuri',
1639             'Geor' => 'Georgisch',
1640             'Glag' => 'Glagolitisch',
1641             'Goth' => 'Gotisch',
1642             'Gran' => 'Grantha',
1643             'Grek' => 'Griechisch',
1644             'Gujr' => 'Gujarati',
1645             'Guru' => 'Gurmukhi',
1646             'Hang' => 'Hangul',
1647             'Hani' => 'Chinesisch',
1648             'Hano' => 'Hanunoo',
1649             'Hans' => 'Vereinfacht',
1650             'Hans@alt=stand-alone' => 'Vereinfachtes Chinesisch',
1651             'Hant' => 'Traditionell',
1652             'Hant@alt=stand-alone' => 'Traditionelles Chinesisch',
1653             'Hebr' => 'Hebräisch',
1654             'Hira' => 'Hiragana',
1655             'Hluw' => 'Hieroglyphen-Luwisch',
1656             'Hmng' => 'Pahawh Hmong',
1657             'Hrkt' => 'Katakana oder Hiragana',
1658             'Hung' => 'Altungarisch',
1659             'Inds' => 'Indus-Schrift',
1660             'Ital' => 'Altitalisch',
1661             'Java' => 'Javanesisch',
1662             'Jpan' => 'Japanisch',
1663             'Jurc' => 'Jurchen',
1664             'Kali' => 'Kayah Li',
1665             'Kana' => 'Katakana',
1666             'Khar' => 'Kharoshthi',
1667             'Khmr' => 'Khmer',
1668             'Khoj' => 'Khojki',
1669             'Knda' => 'Kannada',
1670             'Kore' => 'Koreanisch',
1671             'Kpel' => 'Kpelle',
1672             'Kthi' => 'Kaithi',
1673             'Lana' => 'Lanna',
1674             'Laoo' => 'Laotisch',
1675             'Latf' => 'Lateinisch - Fraktur-Variante',
1676             'Latg' => 'Lateinisch - Gälische Variante',
1677             'Latn' => 'Lateinisch',
1678             'Lepc' => 'Lepcha',
1679             'Limb' => 'Limbu',
1680             'Lina' => 'Linear A',
1681             'Linb' => 'Linear B',
1682             'Lisu' => 'Fraser',
1683             'Loma' => 'Loma',
1684             'Lyci' => 'Lykisch',
1685             'Lydi' => 'Lydisch',
1686             'Mahj' => 'Mahajani',
1687             'Mand' => 'Mandäisch',
1688             'Mani' => 'Manichäisch',
1689             'Maya' => 'Maya-Hieroglyphen',
1690             'Mend' => 'Mende',
1691             'Merc' => 'Meroitisch kursiv',
1692             'Mero' => 'Meroitisch',
1693             'Mlym' => 'Malayalam',
1694             'Modi' => 'Modi',
1695             'Mong' => 'Mongolisch',
1696             'Moon' => 'Moon',
1697             'Mroo' => 'Mro',
1698             'Mtei' => 'Meitei Mayek',
1699             'Mymr' => 'Birmanisch',
1700             'Narb' => 'Altnordarabisch',
1701             'Nbat' => 'Nabatäisch',
1702             'Nkgb' => 'Geba',
1703             'Nkoo' => 'N’Ko',
1704             'Nshu' => 'Frauenschrift',
1705             'Ogam' => 'Ogham',
1706             'Olck' => 'Ol Chiki',
1707             'Orkh' => 'Orchon-Runen',
1708             'Orya' => 'Oriya',
1709             'Osma' => 'Osmanisch',
1710             'Palm' => 'Palmyrenisch',
1711             'Pauc' => 'Pau Cin Hau',
1712             'Perm' => 'Altpermisch',
1713             'Phag' => 'Phags-pa',
1714             'Phli' => 'Buch-Pahlavi',
1715             'Phlp' => 'Psalter-Pahlavi',
1716             'Phlv' => 'Pahlavi',
1717             'Phnx' => 'Phönizisch',
1718             'Plrd' => 'Pollard Phonetisch',
1719             'Prti' => 'Parthisch',
1720             'Rjng' => 'Rejang',
1721             'Roro' => 'Rongorongo',
1722             'Runr' => 'Runenschrift',
1723             'Samr' => 'Samaritanisch',
1724             'Sara' => 'Sarati',
1725             'Sarb' => 'Altsüdarabisch',
1726             'Saur' => 'Saurashtra',
1727             'Sgnw' => 'Gebärdensprache',
1728             'Shaw' => 'Shaw-Alphabet',
1729             'Shrd' => 'Sharada',
1730             'Sidd' => 'Siddham',
1731             'Sind' => 'Khudawadi',
1732             'Sinh' => 'Singhalesisch',
1733             'Sora' => 'Sora Sompeng',
1734             'Sund' => 'Sundanesisch',
1735             'Sylo' => 'Syloti Nagri',
1736             'Syrc' => 'Syrisch',
1737             'Syre' => 'Syrisch - Estrangelo-Variante',
1738             'Syrj' => 'Westsyrisch',
1739             'Syrn' => 'Ostsyrisch',
1740             'Tagb' => 'Tagbanwa',
1741             'Takr' => 'Takri',
1742             'Tale' => 'Tai Le',
1743             'Talu' => 'Tai Lue',
1744             'Taml' => 'Tamilisch',
1745             'Tang' => 'Xixia',
1746             'Tavt' => 'Tai-Viet',
1747             'Telu' => 'Telugu',
1748             'Teng' => 'Tengwar',
1749             'Tfng' => 'Tifinagh',
1750             'Tglg' => 'Tagalog',
1751             'Thaa' => 'Thaana',
1752             'Thai' => 'Thai',
1753             'Tibt' => 'Tibetisch',
1754             'Tirh' => 'Tirhuta',
1755             'Ugar' => 'Ugaritisch',
1756             'Vaii' => 'Vai',
1757             'Visp' => 'Sichtbare Sprache',
1758             'Wara' => 'Varang Kshiti',
1759             'Wole' => 'Woleaianisch',
1760             'Xpeo' => 'Altpersisch',
1761             'Xsux' => 'Sumerisch-akkadische Keilschrift',
1762             'Yiii' => 'Yi',
1763             'Zinh' => 'Geerbter Schriftwert',
1764             'Zmth' => 'Mathematische Notation',
1765             'Zsym' => 'Symbole',
1766             'Zxxx' => 'Schriftlos',
1767             'Zyyy' => 'Unbestimmt',
1768             'Zzzz' => 'Unbekannte Schrift',
1769              
1770             );
1771             if ( @_ ) {
1772             return $scripts{$_[0]};
1773             }
1774             return \%scripts;
1775             }
1776             }
1777             );
1778              
1779             has 'display_name_region' => (
1780             is => 'ro',
1781             isa => HashRef[Str],
1782             init_arg => undef,
1783             default => sub {
1784             {
1785             '001' => 'Welt',
1786             '002' => 'Afrika',
1787             '003' => 'Nordamerika',
1788             '005' => 'Südamerika',
1789             '009' => 'Ozeanien',
1790             '011' => 'Westafrika',
1791             '013' => 'Mittelamerika',
1792             '014' => 'Ostafrika',
1793             '015' => 'Nordafrika',
1794             '017' => 'Zentralafrika',
1795             '018' => 'Südliches Afrika',
1796             '019' => 'Amerika',
1797             '021' => 'Nördliches Amerika',
1798             '029' => 'Karibik',
1799             '030' => 'Ostasien',
1800             '034' => 'Südasien',
1801             '035' => 'Südostasien',
1802             '039' => 'Südeuropa',
1803             '053' => 'Australasien',
1804             '054' => 'Melanesien',
1805             '057' => 'Mikronesisches Inselgebiet',
1806             '061' => 'Polynesien',
1807             '142' => 'Asien',
1808             '143' => 'Zentralasien',
1809             '145' => 'Westasien',
1810             '150' => 'Europa',
1811             '151' => 'Osteuropa',
1812             '154' => 'Nordeuropa',
1813             '155' => 'Westeuropa',
1814             '419' => 'Lateinamerika',
1815             'AC' => 'Ascension',
1816             'AD' => 'Andorra',
1817             'AE' => 'Vereinigte Arabische Emirate',
1818             'AF' => 'Afghanistan',
1819             'AG' => 'Antigua und Barbuda',
1820             'AI' => 'Anguilla',
1821             'AL' => 'Albanien',
1822             'AM' => 'Armenien',
1823             'AO' => 'Angola',
1824             'AQ' => 'Antarktis',
1825             'AR' => 'Argentinien',
1826             'AS' => 'Amerikanisch-Samoa',
1827             'AT' => 'Österreich',
1828             'AU' => 'Australien',
1829             'AW' => 'Aruba',
1830             'AX' => 'Ã…landinseln',
1831             'AZ' => 'Aserbaidschan',
1832             'BA' => 'Bosnien und Herzegowina',
1833             'BB' => 'Barbados',
1834             'BD' => 'Bangladesch',
1835             'BE' => 'Belgien',
1836             'BF' => 'Burkina Faso',
1837             'BG' => 'Bulgarien',
1838             'BH' => 'Bahrain',
1839             'BI' => 'Burundi',
1840             'BJ' => 'Benin',
1841             'BL' => 'St. Barthélemy',
1842             'BM' => 'Bermuda',
1843             'BN' => 'Brunei Darussalam',
1844             'BO' => 'Bolivien',
1845             'BQ' => 'Bonaire, Sint Eustatius und Saba',
1846             'BR' => 'Brasilien',
1847             'BS' => 'Bahamas',
1848             'BT' => 'Bhutan',
1849             'BV' => 'Bouvetinsel',
1850             'BW' => 'Botsuana',
1851             'BY' => 'Belarus',
1852             'BZ' => 'Belize',
1853             'CA' => 'Kanada',
1854             'CC' => 'Kokosinseln',
1855             'CD' => 'Kongo-Kinshasa',
1856             'CD@alt=variant' => 'Kongo (Demokratische Republik)',
1857             'CF' => 'Zentralafrikanische Republik',
1858             'CG' => 'Kongo-Brazzaville',
1859             'CG@alt=variant' => 'Kongo (Republik)',
1860             'CH' => 'Schweiz',
1861             'CI' => 'Côte d’Ivoire',
1862             'CI@alt=variant' => 'Elfenbeinküste',
1863             'CK' => 'Cookinseln',
1864             'CL' => 'Chile',
1865             'CM' => 'Kamerun',
1866             'CN' => 'China',
1867             'CO' => 'Kolumbien',
1868             'CP' => 'Clipperton-Insel',
1869             'CR' => 'Costa Rica',
1870             'CU' => 'Kuba',
1871             'CV' => 'Kap Verde',
1872             'CW' => 'Curaçao',
1873             'CX' => 'Weihnachtsinsel',
1874             'CY' => 'Zypern',
1875             'CZ' => 'Tschechische Republik',
1876             'DE' => 'Deutschland',
1877             'DG' => 'Diego Garcia',
1878             'DJ' => 'Dschibuti',
1879             'DK' => 'Dänemark',
1880             'DM' => 'Dominica',
1881             'DO' => 'Dominikanische Republik',
1882             'DZ' => 'Algerien',
1883             'EA' => 'Ceuta und Melilla',
1884             'EC' => 'Ecuador',
1885             'EE' => 'Estland',
1886             'EG' => 'Ägypten',
1887             'EH' => 'Westsahara',
1888             'ER' => 'Eritrea',
1889             'ES' => 'Spanien',
1890             'ET' => 'Äthiopien',
1891             'EU' => 'Europäische Union',
1892             'FI' => 'Finnland',
1893             'FJ' => 'Fidschi',
1894             'FK' => 'Falklandinseln',
1895             'FK@alt=variant' => 'Falklandinseln (Malwinen)',
1896             'FM' => 'Mikronesien',
1897             'FO' => 'Färöer',
1898             'FR' => 'Frankreich',
1899             'GA' => 'Gabun',
1900             'GB' => 'Vereinigtes Königreich',
1901             'GB@alt=short' => 'GB',
1902             'GD' => 'Grenada',
1903             'GE' => 'Georgien',
1904             'GF' => 'Französisch-Guayana',
1905             'GG' => 'Guernsey',
1906             'GH' => 'Ghana',
1907             'GI' => 'Gibraltar',
1908             'GL' => 'Grönland',
1909             'GM' => 'Gambia',
1910             'GN' => 'Guinea',
1911             'GP' => 'Guadeloupe',
1912             'GQ' => 'Äquatorialguinea',
1913             'GR' => 'Griechenland',
1914             'GS' => 'Südgeorgien und die Südlichen Sandwichinseln',
1915             'GT' => 'Guatemala',
1916             'GU' => 'Guam',
1917             'GW' => 'Guinea-Bissau',
1918             'GY' => 'Guyana',
1919             'HK' => 'Sonderverwaltungszone Hongkong',
1920             'HK@alt=short' => 'Hongkong',
1921             'HM' => 'Heard und McDonaldinseln',
1922             'HN' => 'Honduras',
1923             'HR' => 'Kroatien',
1924             'HT' => 'Haiti',
1925             'HU' => 'Ungarn',
1926             'IC' => 'Kanarische Inseln',
1927             'ID' => 'Indonesien',
1928             'IE' => 'Irland',
1929             'IL' => 'Israel',
1930             'IM' => 'Isle of Man',
1931             'IN' => 'Indien',
1932             'IO' => 'Britisches Territorium im Indischen Ozean',
1933             'IQ' => 'Irak',
1934             'IR' => 'Iran',
1935             'IS' => 'Island',
1936             'IT' => 'Italien',
1937             'JE' => 'Jersey',
1938             'JM' => 'Jamaika',
1939             'JO' => 'Jordanien',
1940             'JP' => 'Japan',
1941             'KE' => 'Kenia',
1942             'KG' => 'Kirgisistan',
1943             'KH' => 'Kambodscha',
1944             'KI' => 'Kiribati',
1945             'KM' => 'Komoren',
1946             'KN' => 'St. Kitts und Nevis',
1947             'KP' => 'Nordkorea',
1948             'KR' => 'Südkorea',
1949             'KW' => 'Kuwait',
1950             'KY' => 'Kaimaninseln',
1951             'KZ' => 'Kasachstan',
1952             'LA' => 'Laos',
1953             'LB' => 'Libanon',
1954             'LC' => 'St. Lucia',
1955             'LI' => 'Liechtenstein',
1956             'LK' => 'Sri Lanka',
1957             'LR' => 'Liberia',
1958             'LS' => 'Lesotho',
1959             'LT' => 'Litauen',
1960             'LU' => 'Luxemburg',
1961             'LV' => 'Lettland',
1962             'LY' => 'Libyen',
1963             'MA' => 'Marokko',
1964             'MC' => 'Monaco',
1965             'MD' => 'Republik Moldau',
1966             'ME' => 'Montenegro',
1967             'MF' => 'St. Martin',
1968             'MG' => 'Madagaskar',
1969             'MH' => 'Marshallinseln',
1970             'MK' => 'Mazedonien',
1971             'MK@alt=variant' => 'Mazedonien (EJR)',
1972             'ML' => 'Mali',
1973             'MM' => 'Myanmar',
1974             'MN' => 'Mongolei',
1975             'MO' => 'Sonderverwaltungsregion Macau',
1976             'MO@alt=short' => 'Macau',
1977             'MP' => 'Nördliche Marianen',
1978             'MQ' => 'Martinique',
1979             'MR' => 'Mauretanien',
1980             'MS' => 'Montserrat',
1981             'MT' => 'Malta',
1982             'MU' => 'Mauritius',
1983             'MV' => 'Malediven',
1984             'MW' => 'Malawi',
1985             'MX' => 'Mexiko',
1986             'MY' => 'Malaysia',
1987             'MZ' => 'Mosambik',
1988             'NA' => 'Namibia',
1989             'NC' => 'Neukaledonien',
1990             'NE' => 'Niger',
1991             'NF' => 'Norfolkinsel',
1992             'NG' => 'Nigeria',
1993             'NI' => 'Nicaragua',
1994             'NL' => 'Niederlande',
1995             'NO' => 'Norwegen',
1996             'NP' => 'Nepal',
1997             'NR' => 'Nauru',
1998             'NU' => 'Niue',
1999             'NZ' => 'Neuseeland',
2000             'OM' => 'Oman',
2001             'PA' => 'Panama',
2002             'PE' => 'Peru',
2003             'PF' => 'Französisch-Polynesien',
2004             'PG' => 'Papua-Neuguinea',
2005             'PH' => 'Philippinen',
2006             'PK' => 'Pakistan',
2007             'PL' => 'Polen',
2008             'PM' => 'St. Pierre und Miquelon',
2009             'PN' => 'Pitcairninseln',
2010             'PR' => 'Puerto Rico',
2011             'PS' => 'Palästinensische Autonomiegebiete',
2012             'PS@alt=short' => 'Palästina',
2013             'PT' => 'Portugal',
2014             'PW' => 'Palau',
2015             'PY' => 'Paraguay',
2016             'QA' => 'Katar',
2017             'QO' => 'Äußeres Ozeanien',
2018             'RE' => 'Réunion',
2019             'RO' => 'Rumänien',
2020             'RS' => 'Serbien',
2021             'RU' => 'Russland',
2022             'RW' => 'Ruanda',
2023             'SA' => 'Saudi-Arabien',
2024             'SB' => 'Salomonen',
2025             'SC' => 'Seychellen',
2026             'SD' => 'Sudan',
2027             'SE' => 'Schweden',
2028             'SG' => 'Singapur',
2029             'SH' => 'St. Helena',
2030             'SI' => 'Slowenien',
2031             'SJ' => 'Svalbard und Jan Mayen',
2032             'SK' => 'Slowakei',
2033             'SL' => 'Sierra Leone',
2034             'SM' => 'San Marino',
2035             'SN' => 'Senegal',
2036             'SO' => 'Somalia',
2037             'SR' => 'Suriname',
2038             'SS' => 'Südsudan',
2039             'ST' => 'São Tomé und Príncipe',
2040             'SV' => 'El Salvador',
2041             'SX' => 'Sint Maarten',
2042             'SY' => 'Syrien',
2043             'SZ' => 'Swasiland',
2044             'TA' => 'Tristan da Cunha',
2045             'TC' => 'Turks- und Caicosinseln',
2046             'TD' => 'Tschad',
2047             'TF' => 'Französische Süd- und Antarktisgebiete',
2048             'TG' => 'Togo',
2049             'TH' => 'Thailand',
2050             'TJ' => 'Tadschikistan',
2051             'TK' => 'Tokelau',
2052             'TL' => 'Timor-Leste',
2053             'TL@alt=variant' => 'Osttimor',
2054             'TM' => 'Turkmenistan',
2055             'TN' => 'Tunesien',
2056             'TO' => 'Tonga',
2057             'TR' => 'Türkei',
2058             'TT' => 'Trinidad und Tobago',
2059             'TV' => 'Tuvalu',
2060             'TW' => 'Taiwan',
2061             'TZ' => 'Tansania',
2062             'UA' => 'Ukraine',
2063             'UG' => 'Uganda',
2064             'UM' => 'Amerikanische Ãœberseeinseln',
2065             'US' => 'Vereinigte Staaten',
2066             'US@alt=short' => 'USA',
2067             'UY' => 'Uruguay',
2068             'UZ' => 'Usbekistan',
2069             'VA' => 'Vatikanstadt',
2070             'VC' => 'St. Vincent und die Grenadinen',
2071             'VE' => 'Venezuela',
2072             'VG' => 'Britische Jungferninseln',
2073             'VI' => 'Amerikanische Jungferninseln',
2074             'VN' => 'Vietnam',
2075             'VU' => 'Vanuatu',
2076             'WF' => 'Wallis und Futuna',
2077             'WS' => 'Samoa',
2078             'XK' => 'Kosovo',
2079             'YE' => 'Jemen',
2080             'YT' => 'Mayotte',
2081             'ZA' => 'Südafrika',
2082             'ZM' => 'Sambia',
2083             'ZW' => 'Simbabwe',
2084             'ZZ' => 'Unbekannte Region',
2085              
2086             }
2087             },
2088             );
2089              
2090             has 'display_name_variant' => (
2091             is => 'ro',
2092             isa => HashRef[Str],
2093             init_arg => undef,
2094             default => sub {
2095             {
2096             '1901' => 'Alte deutsche Rechtschreibung',
2097             '1994' => 'Standardisierte Resianische Rechtschreibung',
2098             '1996' => 'Neue deutsche Rechtschreibung',
2099             '1606NICT' => 'Spätes Mittelfranzösisch',
2100             '1694ACAD' => 'Klassisches Französisch',
2101             '1959ACAD' => 'Akademisch',
2102             'AREVELA' => 'Ostarmenisch',
2103             'AREVMDA' => 'Westarmenisch',
2104             'BAKU1926' => 'Einheitliches Türkisches Alphabet',
2105             'BISKE' => 'Bela-Dialekt',
2106             'BOONT' => 'Boontling',
2107             'FONIPA' => 'IPA Phonetisch',
2108             'FONUPA' => 'Phonetisch (UPA)',
2109             'KKCOR' => 'Allgemeine Rechtschreibung',
2110             'LIPAW' => 'Lipovaz-Dialekt',
2111             'MONOTON' => 'Monotonisch',
2112             'NEDIS' => 'Natisone-Dialekt',
2113             'NJIVA' => 'Njiva-Dialekt',
2114             'OSOJS' => 'Osojane-Dialekt',
2115             'PINYIN' => 'Pinyin',
2116             'POLYTON' => 'Polytonisch',
2117             'POSIX' => 'Posix',
2118             'REVISED' => 'Revidierte Rechtschreibung',
2119             'ROZAJ' => 'Resianisch',
2120             'SAAHO' => 'Saho',
2121             'SCOTLAND' => 'Schottisches Standardenglisch',
2122             'SCOUSE' => 'Scouse-Dialekt',
2123             'SOLBA' => 'Solbica-Dialekt',
2124             'TARASK' => 'Taraskievica-Orthographie',
2125             'UCCOR' => 'Vereinheitlichte Rechtschreibung',
2126             'UCRCOR' => 'Vereinheitlichte überarbeitete Rechtschreibung',
2127             'VALENCIA' => 'Valencianisch',
2128             'WADEGILE' => 'Wade-Giles',
2129              
2130             }
2131             },
2132             );
2133              
2134             has 'display_name_key' => (
2135             is => 'ro',
2136             isa => HashRef[Str],
2137             init_arg => undef,
2138             default => sub {
2139             {
2140             'calendar' => 'Kalender',
2141             'colalternate' => 'Sortierung ohne Symbole',
2142             'colbackwards' => 'Umgekehrte Sortierung von Akzenten',
2143             'colcasefirst' => 'Sortierung nach Groß- bzw. Kleinbuchstaben',
2144             'colcaselevel' => 'Sortierung nach Groß- oder Kleinschreibung',
2145             'colhiraganaquaternary' => 'Kana-Sortierung',
2146             'collation' => 'Sortierung',
2147             'colnormalization' => 'Normierte Sortierung',
2148             'colnumeric' => 'Sortierung nach Zahlen',
2149             'colstrength' => 'Sortierstärke',
2150             'currency' => 'Währung',
2151             'hc' => 'Stundenzählung (12 vs. 24)',
2152             'lb' => 'Zeilenumbruchstil',
2153             'ms' => 'Maßsystem',
2154             'numbers' => 'Zahlen',
2155             'timezone' => 'Zeitzone',
2156             'va' => 'Lokale Variante',
2157             'variabletop' => 'Nach Symbolen sortieren',
2158             'x' => 'Privatnutzung',
2159              
2160             }
2161             },
2162             );
2163              
2164             has 'display_name_type' => (
2165             is => 'ro',
2166             isa => HashRef[HashRef[Str]],
2167             init_arg => undef,
2168             default => sub {
2169             {
2170             'calendar' => {
2171             'buddhist' => q{Buddhistischer Kalender},
2172             'chinese' => q{Chinesischer Kalender},
2173             'coptic' => q{Koptischer Kalender},
2174             'dangi' => q{Dangi Kalender},
2175             'ethiopic' => q{Äthiopischer Kalender},
2176             'ethiopic-amete-alem' => q{Äthiopischer Kalender "Amete Alem"},
2177             'gregorian' => q{Gregorianischer Kalender},
2178             'hebrew' => q{Hebräischer Kalender},
2179             'indian' => q{Indischer Nationalkalender},
2180             'islamic' => q{Islamischer Kalender},
2181             'islamic-civil' => q{Bürgerlicher islamischer Kalender},
2182             'islamic-rgsa' => q{Islamischer Kalender (Saudi-Arabien, Beobachtung)},
2183             'islamic-tbla' => q{Islamischer Kalender (tabellarisch, astronomische Epoche)},
2184             'islamic-umalqura' => q{Islamischer Kalender (Umm al-Qura},
2185             'iso8601' => q{ISO-8601-Kalender},
2186             'japanese' => q{Japanischer Kalender},
2187             'persian' => q{Persischer Kalender},
2188             'roc' => q{Kalender der Republik China},
2189             },
2190             'colalternate' => {
2191             'non-ignorable' => q{Symbole sortieren},
2192             'shifted' => q{Symbole sortieren ignorieren},
2193             },
2194             'colbackwards' => {
2195             'no' => q{Akzente normal sortieren},
2196             'yes' => q{Akzente umgekehrt sortieren},
2197             },
2198             'colcasefirst' => {
2199             'lower' => q{Kleinbuchstaben zuerst aufführen},
2200             'no' => q{Normal sortieren},
2201             'upper' => q{Großbuchstaben zuerst aufführen},
2202             },
2203             'colcaselevel' => {
2204             'no' => q{Ohne Groß-/Kleinschreibung sortieren},
2205             'yes' => q{Nach Groß-/Kleinschreibung sortieren},
2206             },
2207             'colhiraganaquaternary' => {
2208             'no' => q{Kana separat sortieren},
2209             'yes' => q{Kana anders sortieren},
2210             },
2211             'collation' => {
2212             'big5han' => q{Traditionelles Chinesisch - Big5},
2213             'dictionary' => q{Lexikographische Sortierreihenfolge},
2214             'ducet' => q{Unicode-Sortierung},
2215             'eor' => q{Europäische Sortierregeln},
2216             'gb2312han' => q{Vereinfachtes Chinesisch - GB2312},
2217             'phonebook' => q{Telefonbuch-Sortierung},
2218             'phonetic' => q{Sortierung nach Phonetik},
2219             'pinyin' => q{Pinyin-Sortierregeln},
2220             'reformed' => q{Reformierte Sortierreihenfolge},
2221             'search' => q{Allgemeine Suche},
2222             'searchjl' => q{Suche nach Anfangsbuchstaben des koreanischen Alphabets},
2223             'standard' => q{Standard-Sortierung},
2224             'stroke' => q{Strichfolge},
2225             'traditional' => q{Traditionelle Sortierregeln},
2226             'unihan' => q{Radikal-Strich-Sortierregeln},
2227             'zhuyin' => q{Zhuyin-Sortierregeln},
2228             },
2229             'colnormalization' => {
2230             'no' => q{Ohne Normierung sortieren},
2231             'yes' => q{Nach Unicode sortieren},
2232             },
2233             'colnumeric' => {
2234             'no' => q{Ziffern einzeln sortieren},
2235             'yes' => q{Ziffern numerisch sortieren},
2236             },
2237             'colstrength' => {
2238             'identical' => q{Alle sortieren},
2239             'primary' => q{Nur Basisbuchstaben sortieren},
2240             'quaternary' => q{Akzente/Fall/Breite/Kana sortieren},
2241             'secondary' => q{Akzente sortieren},
2242             'tertiary' => q{Akzente/Fall/Breite sortieren},
2243             },
2244             'hc' => {
2245             'h11' => q{12-Stunden-Zählung (0-11)},
2246             'h12' => q{12-Stunden-Zählung (1-12)},
2247             'h23' => q{24-Stunden-Zählung (0-23)},
2248             'h24' => q{24-Stunden-System (1-24)},
2249             },
2250             'lb' => {
2251             'loose' => q{lockerer Zeilenumbruch},
2252             'normal' => q{normaler Zeilenumbruch},
2253             'strict' => q{fester Zeilenumbruch},
2254             },
2255             'ms' => {
2256             'metric' => q{metrisches System},
2257             'uksystem' => q{britisches Maßsystem},
2258             'ussystem' => q{US-Maßsystem},
2259             },
2260             'numbers' => {
2261             'arab' => q{Arabisch-indische Ziffern},
2262             'arabext' => q{Erweiterte arabisch-indische Ziffern},
2263             'armn' => q{Armenische Ziffern},
2264             'armnlow' => q{Armenische Ziffern in Kleinschrift},
2265             'bali' => q{Balinesische Ziffern},
2266             'beng' => q{Bengalische Ziffern},
2267             'brah' => q{Brahmi-Ziffern},
2268             'cakm' => q{Chakma-Ziffern},
2269             'cham' => q{Cham-Ziffern},
2270             'deva' => q{Devanagari-Ziffern},
2271             'ethi' => q{Äthiopische Ziffern},
2272             'finance' => q{Finanzzahlen},
2273             'fullwide' => q{Vollbreite Ziffern},
2274             'geor' => q{Georgische Ziffern},
2275             'grek' => q{Griechische Ziffern},
2276             'greklow' => q{Griechische Ziffern in Kleinschrift},
2277             'gujr' => q{Gujarati-Ziffern},
2278             'guru' => q{Gurmukhi-Ziffern},
2279             'hanidec' => q{Chinesische Dezimalzahlen},
2280             'hans' => q{Vereinfacht-chinesische Ziffern},
2281             'hansfin' => q{Vereinfacht-chinesische Finanzziffern},
2282             'hant' => q{Traditionell-chinesische Ziffern},
2283             'hantfin' => q{Traditionell-chinesische Finanzziffern},
2284             'hebr' => q{Hebräische Ziffern},
2285             'java' => q{Javanesische Ziffern},
2286             'jpan' => q{Japanische Ziffern},
2287             'jpanfin' => q{Japanische Finanzziffern},
2288             'kali' => q{Kayah-Li-Ziffern},
2289             'khmr' => q{Khmer-Ziffern},
2290             'knda' => q{Kannada-Ziffern},
2291             'lana' => q{Lanna-Ziffern (säkular)},
2292             'lanatham' => q{Lanna-Ziffern (sakral)},
2293             'laoo' => q{Laotische Ziffern},
2294             'latn' => q{Westliche Ziffern},
2295             'lepc' => q{Lepcha-Ziffern},
2296             'limb' => q{Limbu-Ziffern},
2297             'mlym' => q{Malayalam-Ziffern},
2298             'mong' => q{Mongolische Ziffern},
2299             'mtei' => q{Meitei-Mayek-Ziffern},
2300             'mymr' => q{Myanmar-Ziffern},
2301             'mymrshan' => q{Myanmarische Shan-Ziffern},
2302             'native' => q{Native Ziffern},
2303             'nkoo' => q{N’Ko-Ziffern},
2304             'olck' => q{Ol-Chiki-Ziffern},
2305             'orya' => q{Oriya-Ziffern},
2306             'roman' => q{Römische Ziffern},
2307             'romanlow' => q{Römische Ziffern in Kleinschrift},
2308             'saur' => q{Saurashtra-Ziffern},
2309             'shrd' => q{Sharada-Ziffern},
2310             'sora' => q{Sora-Sompeng-Ziffern},
2311             'sund' => q{Sundanesische Ziffern},
2312             'takr' => q{Takri-Ziffern},
2313             'talu' => q{Neue Tai-Lü-Ziffern},
2314             'taml' => q{Tamilische Ziffern},
2315             'tamldec' => q{Tamil-Ziffern},
2316             'telu' => q{Telugu-Ziffern},
2317             'thai' => q{Thai-Ziffern},
2318             'tibt' => q{Tibetische Ziffern},
2319             'traditional' => q{Traditionelle Zahlen},
2320             'vaii' => q{Vai-Ziffern},
2321             },
2322              
2323             }
2324             },
2325             );
2326              
2327             has 'display_name_measurement_system' => (
2328             is => 'ro',
2329             isa => HashRef[Str],
2330             init_arg => undef,
2331             default => sub {
2332             {
2333             'metric' => q{Internationales (SI)},
2334             'UK' => q{Englisches},
2335             'US' => q{Angloamerikanisches},
2336              
2337             }
2338             },
2339             );
2340              
2341             has 'display_name_transform_name' => (
2342             is => 'ro',
2343             isa => HashRef[Str],
2344             init_arg => undef,
2345             default => sub {
2346             {
2347             'bgn' => 'BGN',
2348             'numeric' => 'Numerisch',
2349             'tone' => 'Tonsprache',
2350             'ungegn' => 'UNGEGN',
2351             'x-accents' => 'Akzente',
2352             'x-fullwidth' => 'Breit',
2353             'x-halfwidth' => 'Halbe Breite',
2354             'x-jamo' => 'Jamo',
2355             'x-pinyin' => 'Pinyin',
2356             'x-publishing' => 'Veröffentlichung',
2357              
2358             }
2359             },
2360             );
2361              
2362             has 'display_name_code_patterns' => (
2363             is => 'ro',
2364             isa => HashRef[Str],
2365             init_arg => undef,
2366             default => sub {
2367             {
2368             'language' => 'Sprache: {0}',
2369             'script' => 'Schrift: {0}',
2370             'region' => 'Region: {0}',
2371              
2372             }
2373             },
2374             );
2375              
2376             has 'characters' => (
2377             is => 'ro',
2378             isa => HashRef,
2379             init_arg => undef,
2380             default => $^V ge v5.18.0
2381             ? eval <<'EOT'
2382             sub {
2383             no warnings 'experimental::regex_sets';
2384             return {
2385             auxiliary => qr{(?^u:[á à ă â Ã¥ ã ā æ ç é è Ä• ê ë Ä“ ÄŸ í ì Ä­ î ï Ä° Ä« ı ñ ó ò ŏ ô ø ō Å“ ÅŸ ú ù Å­ û Å« ÿ])},
2386             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'],
2387             main => qr{(?^u:[a ä b c d e f g h i j k l m n o ö p q r s ß t u ü v w x y z])},
2388             punctuation => qr{(?^u:[\- ‐ – — , ; \: ! ? . … ' ‘ ‚ " “ „ « » ( ) \[ \] \{ \} § @ * / \& #])},
2389             };
2390             },
2391             EOT
2392             : sub {
2393             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'], };
2394             },
2395 19     19   2142 );
  19         33  
  19         3715  
2396              
2397              
2398             has 'ellipsis' => (
2399             is => 'ro',
2400             isa => HashRef,
2401             init_arg => undef,
2402             default => sub {
2403             return {
2404             'final' => '{0} …',
2405             'initial' => '… {0}',
2406             'medial' => '{0} … {1}',
2407             'word-final' => '{0} …',
2408             'word-initial' => '… {0}',
2409             'word-medial' => '{0} … {1}',
2410             };
2411             },
2412             );
2413              
2414             has 'more_information' => (
2415             is => 'ro',
2416             isa => Str,
2417             init_arg => undef,
2418             default => qq{?},
2419             );
2420              
2421             has 'quote_start' => (
2422             is => 'ro',
2423             isa => Str,
2424             init_arg => undef,
2425             default => qq{„},
2426             );
2427              
2428             has 'quote_end' => (
2429             is => 'ro',
2430             isa => Str,
2431             init_arg => undef,
2432             default => qq{“},
2433             );
2434              
2435             has 'alternate_quote_start' => (
2436             is => 'ro',
2437             isa => Str,
2438             init_arg => undef,
2439             default => qq{‚},
2440             );
2441              
2442             has 'alternate_quote_end' => (
2443             is => 'ro',
2444             isa => Str,
2445             init_arg => undef,
2446             default => qq{‘},
2447             );
2448              
2449             has 'duration_units' => (
2450             is => 'ro',
2451             isa => HashRef[Str],
2452             init_arg => undef,
2453             default => sub { {
2454             hm => 'h:mm',
2455             hms => 'h:mm:ss',
2456             ms => 'm:ss',
2457             } }
2458             );
2459              
2460             has 'units' => (
2461             is => 'ro',
2462             isa => HashRef[HashRef[HashRef[Str]]],
2463             init_arg => undef,
2464             default => sub { {
2465             'long' => {
2466             'acre' => {
2467             'name' => q(Acres),
2468             'one' => q({0} Acre),
2469             'other' => q({0} Acres),
2470             },
2471             'acre-foot' => {
2472             'name' => q(Acre-Feet),
2473             'one' => q({0} Acre-Foot),
2474             'other' => q({0} Acre-Feet),
2475             },
2476             'ampere' => {
2477             'name' => q(Ampere),
2478             'one' => q({0} Ampere),
2479             'other' => q({0} Ampere),
2480             },
2481             'arc-minute' => {
2482             'name' => q(Winkelminuten),
2483             'one' => q({0} Winkelminute),
2484             'other' => q({0} Winkelminuten),
2485             },
2486             'arc-second' => {
2487             'name' => q(Winkelsekunden),
2488             'one' => q({0} Winkelsekunde),
2489             'other' => q({0} Winkelsekunden),
2490             },
2491             'astronomical-unit' => {
2492             'name' => q(Astronomische Einheiten),
2493             'one' => q({0} AE),
2494             'other' => q({0} AE),
2495             },
2496             'bit' => {
2497             'name' => q(Bits),
2498             'one' => q({0} Bit),
2499             'other' => q({0} Bits),
2500             },
2501             'bushel' => {
2502             'name' => q(Bushel),
2503             'one' => q({0} Bushel),
2504             'other' => q({0} Bushel),
2505             },
2506             'byte' => {
2507             'name' => q(Bytes),
2508             'one' => q({0} Byte),
2509             'other' => q({0} Bytes),
2510             },
2511             'calorie' => {
2512             'name' => q(Kalorien),
2513             'one' => q({0} Kalorie),
2514             'other' => q({0} Kalorien),
2515             },
2516             'carat' => {
2517             'name' => q(Karat),
2518             'one' => q({0} Karat),
2519             'other' => q({0} Karat),
2520             },
2521             'celsius' => {
2522             'name' => q(Grad Celsius),
2523             'one' => q({0} Grad Celsius),
2524             'other' => q({0} Grad Celsius),
2525             },
2526             'centiliter' => {
2527             'name' => q(Zentiliter),
2528             'one' => q({0} Zentiliter),
2529             'other' => q({0} Zentiliter),
2530             },
2531             'centimeter' => {
2532             'name' => q(Zentimeter),
2533             'one' => q({0} Zentimeter),
2534             'other' => q({0} Zentimeter),
2535             'per' => q({0} pro Zentimeter),
2536             },
2537             'century' => {
2538             'name' => q(Jahrhunderte),
2539             'one' => q({0} Jahrhundert),
2540             'other' => q({0} Jahrhunderte),
2541             },
2542             'coordinate' => {
2543             'east' => q({0} Ost),
2544             'north' => q({0} Nord),
2545             'south' => q({0} Süd),
2546             'west' => q({0} West),
2547             },
2548             'cubic-centimeter' => {
2549             'name' => q(Kubikzentimeter),
2550             'one' => q({0} Kubikzentimeter),
2551             'other' => q({0} Kubikzentimeter),
2552             'per' => q({0} pro Kubikzentimeter),
2553             },
2554             'cubic-foot' => {
2555             'name' => q(Kubikfuß),
2556             'one' => q({0} Kubikfuß),
2557             'other' => q({0} Kubikfuß),
2558             },
2559             'cubic-inch' => {
2560             'name' => q(Kubikzoll),
2561             'one' => q({0} Kubikzoll),
2562             'other' => q({0} Kubikzoll),
2563             },
2564             'cubic-kilometer' => {
2565             'name' => q(Kubikkilometer),
2566             'one' => q({0} Kubikkilometer),
2567             'other' => q({0} Kubikkilometer),
2568             },
2569             'cubic-meter' => {
2570             'name' => q(Kubikmeter),
2571             'one' => q({0} Kubikmeter),
2572             'other' => q({0} Kubikmeter),
2573             'per' => q({0} pro Kubikmeter),
2574             },
2575             'cubic-mile' => {
2576             'name' => q(Kubikmeilen),
2577             'one' => q({0} Kubikmeile),
2578             'other' => q({0} Kubikmeilen),
2579             },
2580             'cubic-yard' => {
2581             'name' => q(Kubikyards),
2582             'one' => q({0} Kubikyard),
2583             'other' => q({0} Kubikyards),
2584             },
2585             'cup' => {
2586             'name' => q(Cups),
2587             'one' => q({0} Cup),
2588             'other' => q({0} Cups),
2589             },
2590             'cup-metric' => {
2591             'name' => q(Tasse),
2592             'one' => q({0} Tasse),
2593             'other' => q({0} Tassen),
2594             },
2595             'day' => {
2596             'name' => q(Tage),
2597             'one' => q({0} Tag),
2598             'other' => q({0} Tage),
2599             'per' => q({0} pro Tag),
2600             },
2601             'deciliter' => {
2602             'name' => q(Deziliter),
2603             'one' => q({0} Deziliter),
2604             'other' => q({0} Deziliter),
2605             },
2606             'decimeter' => {
2607             'name' => q(Dezimeter),
2608             'one' => q({0} Dezimeter),
2609             'other' => q({0} Dezimeter),
2610             },
2611             'degree' => {
2612             'name' => q(Grad),
2613             'one' => q({0} Grad),
2614             'other' => q({0} Grad),
2615             },
2616             'fahrenheit' => {
2617             'name' => q(Grad Fahrenheit),
2618             'one' => q({0} Grad Fahrenheit),
2619             'other' => q({0} Grad Fahrenheit),
2620             },
2621             'fathom' => {
2622             'name' => q(Nautischer Faden),
2623             'one' => q({0} Faden),
2624             'other' => q({0} Faden),
2625             },
2626             'fluid-ounce' => {
2627             'name' => q(Flüssigunzen),
2628             'one' => q({0} Flüssigunze),
2629             'other' => q({0} Flüssigunzen),
2630             },
2631             'foodcalorie' => {
2632             'name' => q(Kilokalorien),
2633             'one' => q({0} Kilokalorien),
2634             'other' => q({0} Kilokalorien),
2635             },
2636             'foot' => {
2637             'name' => q(Fuß),
2638             'one' => q({0} Fuß),
2639             'other' => q({0} Fuß),
2640             'per' => q({0} pro Fuß),
2641             },
2642             'furlong' => {
2643             'name' => q(Furlong),
2644             'one' => q({0} Furlong),
2645             'other' => q({0} Furlong),
2646             },
2647             'g-force' => {
2648             'name' => q(g-Kraft),
2649             'one' => q({0}-fache Erdbeschleunigung),
2650             'other' => q({0}-fache Erdbeschleunigung),
2651             },
2652             'gallon' => {
2653             'name' => q(Gallonen),
2654             'one' => q({0} Gallone),
2655             'other' => q({0} Gallonen),
2656             'per' => q({0} pro Gallone),
2657             },
2658             'generic' => {
2659             'name' => q(°),
2660             'one' => q({0}°),
2661             'other' => q({0}°),
2662             },
2663             'gigabit' => {
2664             'name' => q(Gigabits),
2665             'one' => q({0} Gigabit),
2666             'other' => q({0} Gigabits),
2667             },
2668             'gigabyte' => {
2669             'name' => q(Gigabytes),
2670             'one' => q({0} Gigabyte),
2671             'other' => q({0} Gigabytes),
2672             },
2673             'gigahertz' => {
2674             'name' => q(Gigahertz),
2675             'one' => q({0} Gigahertz),
2676             'other' => q({0} Gigahertz),
2677             },
2678             'gigawatt' => {
2679             'name' => q(Gigawatt),
2680             'one' => q({0} Gigawatt),
2681             'other' => q({0} Gigawatt),
2682             },
2683             'gram' => {
2684             'name' => q(Gramm),
2685             'one' => q({0} Gramm),
2686             'other' => q({0} Gramm),
2687             'per' => q({0} pro Gramm),
2688             },
2689             'hectare' => {
2690             'name' => q(Hektar),
2691             'one' => q({0} Hektar),
2692             'other' => q({0} Hektar),
2693             },
2694             'hectoliter' => {
2695             'name' => q(Hektoliter),
2696             'one' => q({0} Hektoliter),
2697             'other' => q({0} Hektoliter),
2698             },
2699             'hectopascal' => {
2700             'name' => q(Hektopascal),
2701             'one' => q({0} Hektopascal),
2702             'other' => q({0} Hektopascal),
2703             },
2704             'hertz' => {
2705             'name' => q(Hertz),
2706             'one' => q({0} Hertz),
2707             'other' => q({0} Hertz),
2708             },
2709             'horsepower' => {
2710             'name' => q(Pferdestärken),
2711             'one' => q({0} Pferdestärke),
2712             'other' => q({0} Pferdestärken),
2713             },
2714             'hour' => {
2715             'name' => q(Stunden),
2716             'one' => q({0} Stunde),
2717             'other' => q({0} Stunden),
2718             'per' => q({0} pro Stunde),
2719             },
2720             'inch' => {
2721             'name' => q(Zoll),
2722             'one' => q({0} Zoll),
2723             'other' => q({0} Zoll),
2724             'per' => q({0} pro Zoll),
2725             },
2726             'inch-hg' => {
2727             'name' => q(Zoll Quecksilbersäule),
2728             'one' => q({0} Zoll Quecksilbersäule),
2729             'other' => q({0} Zoll Quecksilbersäule),
2730             },
2731             'joule' => {
2732             'name' => q(Joule),
2733             'one' => q({0} Joule),
2734             'other' => q({0} Joule),
2735             },
2736             'karat' => {
2737             'name' => q(Karat),
2738             'one' => q({0} Karat),
2739             'other' => q({0} Karat),
2740             },
2741             'kelvin' => {
2742             'name' => q(Kelvin),
2743             'one' => q({0} Kelvin),
2744             'other' => q({0} Kelvin),
2745             },
2746             'kilobit' => {
2747             'name' => q(Kilobits),
2748             'one' => q({0} Kilobit),
2749             'other' => q({0} Kilobits),
2750             },
2751             'kilobyte' => {
2752             'name' => q(Kilobytes),
2753             'one' => q({0} Kilobyte),
2754             'other' => q({0} Kilobytes),
2755             },
2756             'kilocalorie' => {
2757             'name' => q(Kilokalorien),
2758             'one' => q({0} Kilokalorie),
2759             'other' => q({0} Kilokalorien),
2760             },
2761             'kilogram' => {
2762             'name' => q(Kilogramm),
2763             'one' => q({0} Kilogramm),
2764             'other' => q({0} Kilogramm),
2765             'per' => q({0} pro Kilogramm),
2766             },
2767             'kilohertz' => {
2768             'name' => q(Kilohertz),
2769             'one' => q({0} Kilohertz),
2770             'other' => q({0} Kilohertz),
2771             },
2772             'kilojoule' => {
2773             'name' => q(Kilojoule),
2774             'one' => q({0} Kilojoule),
2775             'other' => q({0} Kilojoule),
2776             },
2777             'kilometer' => {
2778             'name' => q(Kilometer),
2779             'one' => q({0} Kilometer),
2780             'other' => q({0} Kilometer),
2781             'per' => q({0} pro Kilometer),
2782             },
2783             'kilometer-per-hour' => {
2784             'name' => q(Kilometer pro Stunde),
2785             'one' => q({0} Kilometer pro Stunde),
2786             'other' => q({0} Kilometer pro Stunde),
2787             },
2788             'kilowatt' => {
2789             'name' => q(Kilowatt),
2790             'one' => q({0} Kilowatt),
2791             'other' => q({0} Kilowatt),
2792             },
2793             'kilowatt-hour' => {
2794             'name' => q(Kilowattstunden),
2795             'one' => q({0} Kilowattstunde),
2796             'other' => q({0} Kilowattstunden),
2797             },
2798             'knot' => {
2799             'name' => q(Knoten),
2800             'one' => q({0} Knoten),
2801             'other' => q({0} Knoten),
2802             },
2803             'light-year' => {
2804             'name' => q(Lichtjahre),
2805             'one' => q({0} Lichtjahr),
2806             'other' => q({0} Lichtjahre),
2807             },
2808             'liter' => {
2809             'name' => q(Liter),
2810             'one' => q({0} Liter),
2811             'other' => q({0} Liter),
2812             'per' => q({0} pro Liter),
2813             },
2814             'liter-per-100kilometers' => {
2815             'name' => q(Liter auf 100 Kilometer),
2816             'one' => q({0} Liter auf 100 Kilometer),
2817             'other' => q({0} Liter auf 100 Kilometer),
2818             },
2819             'liter-per-kilometer' => {
2820             'name' => q(Liter pro Kilometer),
2821             'one' => q({0} Liter pro Kilometer),
2822             'other' => q({0} Liter pro Kilometer),
2823             },
2824             'lux' => {
2825             'name' => q(Lux),
2826             'one' => q({0} Lux),
2827             'other' => q({0} Lux),
2828             },
2829             'megabit' => {
2830             'name' => q(Megabits),
2831             'one' => q({0} Megabit),
2832             'other' => q({0} Megabits),
2833             },
2834             'megabyte' => {
2835             'name' => q(Megabytes),
2836             'one' => q({0} Megabyte),
2837             'other' => q({0} Megabytes),
2838             },
2839             'megahertz' => {
2840             'name' => q(Megahertz),
2841             'one' => q({0} Megahertz),
2842             'other' => q({0} Megahertz),
2843             },
2844             'megaliter' => {
2845             'name' => q(Megaliter),
2846             'one' => q({0} Megaliter),
2847             'other' => q({0} Megaliter),
2848             },
2849             'megawatt' => {
2850             'name' => q(Megawatt),
2851             'one' => q({0} Megawatt),
2852             'other' => q({0} Megawatt),
2853             },
2854             'meter' => {
2855             'name' => q(Meter),
2856             'one' => q({0} Meter),
2857             'other' => q({0} Meter),
2858             'per' => q({0} pro Meter),
2859             },
2860             'meter-per-second' => {
2861             'name' => q(Meter pro Sekunde),
2862             'one' => q({0} Meter pro Sekunde),
2863             'other' => q({0} Meter pro Sekunde),
2864             },
2865             'meter-per-second-squared' => {
2866             'name' => q(Meter pro Quadratsekunde),
2867             'one' => q({0} m/s²),
2868             'other' => q({0} m/s²),
2869             },
2870             'metric-ton' => {
2871             'name' => q(Tonnen),
2872             'one' => q({0} Tonne),
2873             'other' => q({0} Tonnen),
2874             },
2875             'microgram' => {
2876             'name' => q(Mikrogramm),
2877             'one' => q({0} Mikrogramm),
2878             'other' => q({0} Mikrogramm),
2879             },
2880             'micrometer' => {
2881             'name' => q(Mikrometer),
2882             'one' => q({0} Mikrometer),
2883             'other' => q({0} Mikrometer),
2884             },
2885             'microsecond' => {
2886             'name' => q(Mikrosekunden),
2887             'one' => q({0} Mikrosekunde),
2888             'other' => q({0} Mikrosekunden),
2889             },
2890             'mile' => {
2891             'name' => q(Meilen),
2892             'one' => q({0} Meile),
2893             'other' => q({0} Meilen),
2894             },
2895             'mile-per-gallon' => {
2896             'name' => q(Meilen pro Gallone),
2897             'one' => q({0} Meile pro Gallone),
2898             'other' => q({0} Meilen pro Gallone),
2899             },
2900             'mile-per-hour' => {
2901             'name' => q(Meilen pro Stunde),
2902             'one' => q({0} Meile pro Stunde),
2903             'other' => q({0} Meilen pro Stunde),
2904             },
2905             'mile-scandinavian' => {
2906             'name' => q(skandinavische Meilen),
2907             'one' => q({0} skandinavische Meile),
2908             'other' => q({0} skandinavische Meilen),
2909             },
2910             'milliampere' => {
2911             'name' => q(Milliampere),
2912             'one' => q({0} Milliampere),
2913             'other' => q({0} Milliampere),
2914             },
2915             'millibar' => {
2916             'name' => q(Millibar),
2917             'one' => q({0} Millibar),
2918             'other' => q({0} Millibar),
2919             },
2920             'milligram' => {
2921             'name' => q(Milligramm),
2922             'one' => q({0} Milligramm),
2923             'other' => q({0} Milligramm),
2924             },
2925             'milliliter' => {
2926             'name' => q(Milliliter),
2927             'one' => q({0} Milliliter),
2928             'other' => q({0} Milliliter),
2929             },
2930             'millimeter' => {
2931             'name' => q(Millimeter),
2932             'one' => q({0} Millimeter),
2933             'other' => q({0} Millimeter),
2934             },
2935             'millimeter-of-mercury' => {
2936             'name' => q(Millimeter Quecksilbersäule),
2937             'one' => q({0} Millimeter Quecksilbersäule),
2938             'other' => q({0} Millimeter Quecksilbersäule),
2939             },
2940             'millisecond' => {
2941             'name' => q(Millisekunden),
2942             'one' => q({0} Millisekunde),
2943             'other' => q({0} Millisekunden),
2944             },
2945             'milliwatt' => {
2946             'name' => q(Milliwatt),
2947             'one' => q({0} Milliwatt),
2948             'other' => q({0} Milliwatt),
2949             },
2950             'minute' => {
2951             'name' => q(Minuten),
2952             'one' => q({0} Minute),
2953             'other' => q({0} Minuten),
2954             'per' => q({0} pro Minute),
2955             },
2956             'month' => {
2957             'name' => q(Monate),
2958             'one' => q({0} Monat),
2959             'other' => q({0} Monate),
2960             'per' => q({0} pro Monat),
2961             },
2962             'nanometer' => {
2963             'name' => q(Nanometer),
2964             'one' => q({0} Nanometer),
2965             'other' => q({0} Nanometer),
2966             },
2967             'nanosecond' => {
2968             'name' => q(Nanosekunden),
2969             'one' => q({0} Nanosekunde),
2970             'other' => q({0} Nanosekunden),
2971             },
2972             'nautical-mile' => {
2973             'name' => q(Seemeilen),
2974             'one' => q({0} Seemeile),
2975             'other' => q({0} Seemeilen),
2976             },
2977             'ohm' => {
2978             'name' => q(Ohm),
2979             'one' => q({0} Ohm),
2980             'other' => q({0} Ohm),
2981             },
2982             'ounce' => {
2983             'name' => q(Unzen),
2984             'one' => q({0} Unze),
2985             'other' => q({0} Unzen),
2986             'per' => q({0} pro Unze),
2987             },
2988             'ounce-troy' => {
2989             'name' => q(Feinunzen),
2990             'one' => q({0} Feinunze),
2991             'other' => q({0} Feinunzen),
2992             },
2993             'parsec' => {
2994             'name' => q(Parsec),
2995             'one' => q({0} Parsec),
2996             'other' => q({0} Parsec),
2997             },
2998             'per' => {
2999             '1' => q({0} pro {1}),
3000             },
3001             'picometer' => {
3002             'name' => q(Pikometer),
3003             'one' => q({0} Pikometer),
3004             'other' => q({0} Pikometer),
3005             },
3006             'pint' => {
3007             'name' => q(Pints),
3008             'one' => q({0} Pint),
3009             'other' => q({0} Pints),
3010             },
3011             'pint-metric' => {
3012             'name' => q(metrische Pints),
3013             'one' => q({0} metrisches Pint),
3014             'other' => q({0} metrische Pints),
3015             },
3016             'pound' => {
3017             'name' => q(Pfund),
3018             'one' => q({0} Pfund),
3019             'other' => q({0} Pfund),
3020             'per' => q({0} pro Pfund),
3021             },
3022             'pound-per-square-inch' => {
3023             'name' => q(Pfund pro Quadratzoll),
3024             'one' => q({0} Pfund pro Quadratzoll),
3025             'other' => q({0} Pfund pro Quadratzoll),
3026             },
3027             'quart' => {
3028             'name' => q(Quart),
3029             'one' => q({0} Quart),
3030             'other' => q({0} Quart),
3031             },
3032             'radian' => {
3033             'name' => q(Radianten),
3034             'one' => q({0} Radiant),
3035             'other' => q({0} Radianten),
3036             },
3037             'revolution' => {
3038             'name' => q(Umdrehung),
3039             'one' => q({0} Umdrehung),
3040             'other' => q({0} Umdrehungen),
3041             },
3042             'second' => {
3043             'name' => q(Sekunden),
3044             'one' => q({0} Sekunde),
3045             'other' => q({0} Sekunden),
3046             'per' => q({0} pro Sekunde),
3047             },
3048             'square-centimeter' => {
3049             'name' => q(Quadratzentimeter),
3050             'one' => q({0} Quadratzentimeter),
3051             'other' => q({0} Quadratzentimeter),
3052             'per' => q({0} pro Quadratzentimeter),
3053             },
3054             'square-foot' => {
3055             'name' => q(Quadratfuß),
3056             'one' => q({0} Quadratfuß),
3057             'other' => q({0} Quadratfuß),
3058             },
3059             'square-inch' => {
3060             'name' => q(Quadratzoll),
3061             'one' => q({0} Quadratzoll),
3062             'other' => q({0} Quadratzoll),
3063             'per' => q({0} pro Quadratzoll),
3064             },
3065             'square-kilometer' => {
3066             'name' => q(Quadratkilometer),
3067             'one' => q({0} Quadratkilometer),
3068             'other' => q({0} Quadratkilometer),
3069             },
3070             'square-meter' => {
3071             'name' => q(Quadratmeter),
3072             'one' => q({0} Quadratmeter),
3073             'other' => q({0} Quadratmeter),
3074             'per' => q({0} pro Quadratmeter),
3075             },
3076             'square-mile' => {
3077             'name' => q(Quadratmeilen),
3078             'one' => q({0} Quadratmeile),
3079             'other' => q({0} Quadratmeilen),
3080             },
3081             'square-yard' => {
3082             'name' => q(Quadratyards),
3083             'one' => q({0} Quadratyard),
3084             'other' => q({0} Quadratyards),
3085             },
3086             'stone' => {
3087             'name' => q(Stones),
3088             'one' => q({0} Stone),
3089             'other' => q({0} Stones),
3090             },
3091             'tablespoon' => {
3092             'name' => q(Esslöffel),
3093             'one' => q({0} Esslöffel),
3094             'other' => q({0} Esslöffel),
3095             },
3096             'teaspoon' => {
3097             'name' => q(Teelöffel),
3098             'one' => q({0} Teelöffel),
3099             'other' => q({0} Teelöffel),
3100             },
3101             'terabit' => {
3102             'name' => q(Terabits),
3103             'one' => q({0} Terabit),
3104             'other' => q({0} Terabits),
3105             },
3106             'terabyte' => {
3107             'name' => q(Terabytes),
3108             'one' => q({0} Terabyte),
3109             'other' => q({0} Terabytes),
3110             },
3111             'ton' => {
3112             'name' => q(Short Tons),
3113             'one' => q({0} Short Ton),
3114             'other' => q({0} Short Tons),
3115             },
3116             'volt' => {
3117             'name' => q(Volt),
3118             'one' => q({0} Volt),
3119             'other' => q({0} Volt),
3120             },
3121             'watt' => {
3122             'name' => q(Watt),
3123             'one' => q({0} Watt),
3124             'other' => q({0} Watt),
3125             },
3126             'week' => {
3127             'name' => q(Wochen),
3128             'one' => q({0} Woche),
3129             'other' => q({0} Wochen),
3130             'per' => q({0} pro Woche),
3131             },
3132             'yard' => {
3133             'name' => q(Yards),
3134             'one' => q({0} Yard),
3135             'other' => q({0} Yards),
3136             },
3137             'year' => {
3138             'name' => q(Jahre),
3139             'one' => q({0} Jahr),
3140             'other' => q({0} Jahre),
3141             'per' => q({0} pro Jahr),
3142             },
3143             },
3144             'narrow' => {
3145             'acre' => {
3146             'one' => q({0} ac),
3147             'other' => q({0} ac),
3148             },
3149             'acre-foot' => {
3150             'one' => q({0} ac ft),
3151             'other' => q({0} ac ft),
3152             },
3153             'ampere' => {
3154             'one' => q({0} A),
3155             'other' => q({0} A),
3156             },
3157             'arc-minute' => {
3158             'one' => q({0}′),
3159             'other' => q({0}′),
3160             },
3161             'arc-second' => {
3162             'one' => q({0}″),
3163             'other' => q({0}″),
3164             },
3165             'astronomical-unit' => {
3166             'one' => q({0} AE),
3167             'other' => q({0} AE),
3168             },
3169             'bit' => {
3170             'one' => q({0} Bit),
3171             'other' => q({0} Bits),
3172             },
3173             'bushel' => {
3174             'name' => q(Bushel),
3175             'one' => q({0} bu),
3176             'other' => q({0} bu),
3177             },
3178             'byte' => {
3179             'one' => q({0} Byte),
3180             'other' => q({0} Bytes),
3181             },
3182             'calorie' => {
3183             'one' => q({0} cal),
3184             'other' => q({0} cal),
3185             },
3186             'carat' => {
3187             'one' => q({0} Kt),
3188             'other' => q({0} Kt),
3189             },
3190             'celsius' => {
3191             'name' => q(°C),
3192             'one' => q({0}°),
3193             'other' => q({0}°),
3194             },
3195             'centiliter' => {
3196             'one' => q({0} cl),
3197             'other' => q({0} cl),
3198             },
3199             'centimeter' => {
3200             'name' => q(cm),
3201             'one' => q({0} cm),
3202             'other' => q({0} cm),
3203             },
3204             'century' => {
3205             'name' => q(Jahrh.),
3206             'one' => q({0} Jahrh.),
3207             'other' => q({0} Jahrh.),
3208             },
3209             'coordinate' => {
3210             'east' => q({0}O),
3211             'north' => q({0} N),
3212             'south' => q({0} S),
3213             'west' => q({0} W),
3214             },
3215             'cubic-centimeter' => {
3216             'one' => q({0} cm³),
3217             'other' => q({0} cm³),
3218             'per' => q({0}/cm³),
3219             },
3220             'cubic-foot' => {
3221             'one' => q({0} ft³),
3222             'other' => q({0} ft³),
3223             },
3224             'cubic-inch' => {
3225             'one' => q({0} in³),
3226             'other' => q({0} in³),
3227             },
3228             'cubic-kilometer' => {
3229             'one' => q({0} km³),
3230             'other' => q({0} km³),
3231             },
3232             'cubic-meter' => {
3233             'one' => q({0} m³),
3234             'other' => q({0} m³),
3235             },
3236             'cubic-mile' => {
3237             'one' => q({0} mi³),
3238             'other' => q({0} mi³),
3239             },
3240             'cubic-yard' => {
3241             'one' => q({0} yd³),
3242             'other' => q({0} yd³),
3243             },
3244             'cup' => {
3245             'one' => q({0} Cup),
3246             'other' => q({0} Cups),
3247             },
3248             'day' => {
3249             'name' => q(T),
3250             'one' => q({0} T),
3251             'other' => q({0} T),
3252             },
3253             'deciliter' => {
3254             'one' => q({0} dl),
3255             'other' => q({0} dl),
3256             },
3257             'decimeter' => {
3258             'one' => q({0} dm),
3259             'other' => q({0} dm),
3260             },
3261             'degree' => {
3262             'one' => q({0}°),
3263             'other' => q({0}°),
3264             },
3265             'fahrenheit' => {
3266             'one' => q({0}°F),
3267             'other' => q({0}°F),
3268             },
3269             'fathom' => {
3270             'name' => q(Faden),
3271             'one' => q({0} fm),
3272             'other' => q({0} fm),
3273             },
3274             'fluid-ounce' => {
3275             'one' => q({0} fl oz),
3276             'other' => q({0} fl oz),
3277             },
3278             'foodcalorie' => {
3279             'one' => q({0} kcal),
3280             'other' => q({0} kcal),
3281             },
3282             'foot' => {
3283             'one' => q({0} ft),
3284             'other' => q({0} ft),
3285             },
3286             'furlong' => {
3287             'name' => q(Furlong),
3288             'one' => q({0} fur),
3289             'other' => q({0} fur),
3290             },
3291             'g-force' => {
3292             'one' => q({0} G),
3293             'other' => q({0} G),
3294             },
3295             'gallon' => {
3296             'one' => q({0} gal),
3297             'other' => q({0} gal),
3298             },
3299             'gigabit' => {
3300             'one' => q({0} Gb),
3301             'other' => q({0} Gb),
3302             },
3303             'gigabyte' => {
3304             'one' => q({0} GB),
3305             'other' => q({0} GB),
3306             },
3307             'gigahertz' => {
3308             'one' => q({0} GHz),
3309             'other' => q({0} GHz),
3310             },
3311             'gigawatt' => {
3312             'one' => q({0} GW),
3313             'other' => q({0} GW),
3314             },
3315             'gram' => {
3316             'name' => q(Gramm),
3317             'one' => q({0} g),
3318             'other' => q({0} g),
3319             },
3320             'hectare' => {
3321             'one' => q({0} ha),
3322             'other' => q({0} ha),
3323             },
3324             'hectoliter' => {
3325             'one' => q({0} hl),
3326             'other' => q({0} hl),
3327             },
3328             'hectopascal' => {
3329             'one' => q({0} hPa),
3330             'other' => q({0} hPa),
3331             },
3332             'hertz' => {
3333             'one' => q({0} Hz),
3334             'other' => q({0} Hz),
3335             },
3336             'horsepower' => {
3337             'one' => q({0} PS),
3338             'other' => q({0} PS),
3339             },
3340             'hour' => {
3341             'name' => q(Std.),
3342             'one' => q({0} Std.),
3343             'other' => q({0} Std.),
3344             },
3345             'inch' => {
3346             'one' => q({0} in),
3347             'other' => q({0} in),
3348             },
3349             'inch-hg' => {
3350             'one' => q({0} inHg),
3351             'other' => q({0} inHg),
3352             },
3353             'joule' => {
3354             'one' => q({0} J),
3355             'other' => q({0} J),
3356             },
3357             'karat' => {
3358             'one' => q({0} kt),
3359             'other' => q({0} kt),
3360             },
3361             'kelvin' => {
3362             'one' => q({0} K),
3363             'other' => q({0} K),
3364             },
3365             'kilobit' => {
3366             'one' => q({0} kb),
3367             'other' => q({0} kb),
3368             },
3369             'kilobyte' => {
3370             'one' => q({0} kB),
3371             'other' => q({0} kB),
3372             },
3373             'kilocalorie' => {
3374             'one' => q({0} kcal),
3375             'other' => q({0} kcal),
3376             },
3377             'kilogram' => {
3378             'name' => q(kg),
3379             'one' => q({0} kg),
3380             'other' => q({0} kg),
3381             },
3382             'kilohertz' => {
3383             'one' => q({0} kHz),
3384             'other' => q({0} kHz),
3385             },
3386             'kilojoule' => {
3387             'one' => q({0} kJ),
3388             'other' => q({0} kJ),
3389             },
3390             'kilometer' => {
3391             'name' => q(km),
3392             'one' => q({0} km),
3393             'other' => q({0} km),
3394             'per' => q({0}/km),
3395             },
3396             'kilometer-per-hour' => {
3397             'name' => q(km/h),
3398             'one' => q({0} km/h),
3399             'other' => q({0} km/h),
3400             },
3401             'kilowatt' => {
3402             'one' => q({0} kW),
3403             'other' => q({0} kW),
3404             },
3405             'kilowatt-hour' => {
3406             'one' => q({0} kWh),
3407             'other' => q({0} kWh),
3408             },
3409             'light-year' => {
3410             'one' => q({0} ly),
3411             'other' => q({0} ly),
3412             },
3413             'liter' => {
3414             'name' => q(Liter),
3415             'one' => q({0} l),
3416             'other' => q({0} l),
3417             },
3418             'liter-per-100kilometers' => {
3419             'name' => q(L/100 km),
3420             'one' => q({0} L/100 km),
3421             'other' => q({0} L/100 km),
3422             },
3423             'liter-per-kilometer' => {
3424             'one' => q({0} l/km),
3425             'other' => q({0} l/km),
3426             },
3427             'lux' => {
3428             'one' => q({0} lx),
3429             'other' => q({0} lx),
3430             },
3431             'megabit' => {
3432             'one' => q({0} Mb),
3433             'other' => q({0} Mb),
3434             },
3435             'megabyte' => {
3436             'one' => q({0} MB),
3437             'other' => q({0} MB),
3438             },
3439             'megahertz' => {
3440             'one' => q({0} MHz),
3441             'other' => q({0} MHz),
3442             },
3443             'megaliter' => {
3444             'one' => q({0} Ml),
3445             'other' => q({0} Ml),
3446             },
3447             'megawatt' => {
3448             'one' => q({0} MW),
3449             'other' => q({0} MW),
3450             },
3451             'meter' => {
3452             'name' => q(Meter),
3453             'one' => q({0} m),
3454             'other' => q({0} m),
3455             'per' => q({0}/m),
3456             },
3457             'meter-per-second' => {
3458             'one' => q({0} m/s),
3459             'other' => q({0} m/s),
3460             },
3461             'meter-per-second-squared' => {
3462             'one' => q({0} m/s²),
3463             'other' => q({0} m/s²),
3464             },
3465             'metric-ton' => {
3466             'one' => q({0} t),
3467             'other' => q({0} t),
3468             },
3469             'microgram' => {
3470             'one' => q({0} µg),
3471             'other' => q({0} µg),
3472             },
3473             'micrometer' => {
3474             'one' => q({0} µm),
3475             'other' => q({0} µm),
3476             },
3477             'microsecond' => {
3478             'one' => q({0} μs),
3479             'other' => q({0} μs),
3480             },
3481             'mile' => {
3482             'one' => q({0} mi),
3483             'other' => q({0} mi),
3484             },
3485             'mile-per-gallon' => {
3486             'one' => q({0} mpg),
3487             'other' => q({0} mpg),
3488             },
3489             'mile-per-hour' => {
3490             'one' => q({0} mi/h),
3491             'other' => q({0} mi/h),
3492             },
3493             'mile-scandinavian' => {
3494             'name' => q(smi),
3495             'one' => q({0} smi),
3496             'other' => q({0} smi),
3497             },
3498             'milliampere' => {
3499             'one' => q({0} mA),
3500             'other' => q({0} mA),
3501             },
3502             'millibar' => {
3503             'one' => q({0} mbar),
3504             'other' => q({0} mbar),
3505             },
3506             'milligram' => {
3507             'one' => q({0} mg),
3508             'other' => q({0} mg),
3509             },
3510             'milliliter' => {
3511             'one' => q({0} ml),
3512             'other' => q({0} ml),
3513             },
3514             'millimeter' => {
3515             'name' => q(mm),
3516             'one' => q({0} mm),
3517             'other' => q({0} mm),
3518             },
3519             'millimeter-of-mercury' => {
3520             'one' => q({0} mm Hg),
3521             'other' => q({0} mm Hg),
3522             },
3523             'millisecond' => {
3524             'name' => q(ms),
3525             'one' => q({0} ms),
3526             'other' => q({0} ms),
3527             },
3528             'milliwatt' => {
3529             'one' => q({0} mW),
3530             'other' => q({0} mW),
3531             },
3532             'minute' => {
3533             'name' => q(Min.),
3534             'one' => q({0} Min.),
3535             'other' => q({0} Min.),
3536             },
3537             'month' => {
3538             'name' => q(M),
3539             'one' => q({0} M),
3540             'other' => q({0} M),
3541             },
3542             'nanometer' => {
3543             'one' => q({0} nm),
3544             'other' => q({0} nm),
3545             },
3546             'nanosecond' => {
3547             'one' => q({0} ns),
3548             'other' => q({0} ns),
3549             },
3550             'nautical-mile' => {
3551             'one' => q({0} sm),
3552             'other' => q({0} sm),
3553             },
3554             'ohm' => {
3555             'one' => q({0} Ω),
3556             'other' => q({0} Ω),
3557             },
3558             'ounce' => {
3559             'one' => q({0} oz),
3560             'other' => q({0} oz),
3561             },
3562             'ounce-troy' => {
3563             'one' => q({0} oz.tr.),
3564             'other' => q({0} oz.tr.),
3565             },
3566             'parsec' => {
3567             'one' => q({0} pc),
3568             'other' => q({0} pc),
3569             },
3570             'per' => {
3571             '1' => q({0}/{1}),
3572             },
3573             'picometer' => {
3574             'one' => q({0} pm),
3575             'other' => q({0} pm),
3576             },
3577             'pint' => {
3578             'one' => q({0} pt),
3579             'other' => q({0} pt),
3580             },
3581             'pound' => {
3582             'one' => q({0} lb),
3583             'other' => q({0} lb),
3584             },
3585             'pound-per-square-inch' => {
3586             'one' => q({0} psi),
3587             'other' => q({0} psi),
3588             },
3589             'quart' => {
3590             'one' => q({0} qt),
3591             'other' => q({0} qt),
3592             },
3593             'radian' => {
3594             'name' => q(rad),
3595             'one' => q({0} rad),
3596             'other' => q({0} rad),
3597             },
3598             'second' => {
3599             'name' => q(Sek.),
3600             'one' => q({0} s),
3601             'other' => q({0} s),
3602             },
3603             'square-centimeter' => {
3604             'one' => q({0} cm²),
3605             'other' => q({0} cm²),
3606             },
3607             'square-foot' => {
3608             'one' => q({0} ft²),
3609             'other' => q({0} ft²),
3610             },
3611             'square-inch' => {
3612             'one' => q({0} in²),
3613             'other' => q({0} in²),
3614             },
3615             'square-kilometer' => {
3616             'one' => q({0} km²),
3617             'other' => q({0} km²),
3618             },
3619             'square-meter' => {
3620             'one' => q({0} m²),
3621             'other' => q({0} m²),
3622             },
3623             'square-mile' => {
3624             'one' => q({0} mi²),
3625             'other' => q({0} mi²),
3626             },
3627             'square-yard' => {
3628             'one' => q({0} yd²),
3629             'other' => q({0} yd²),
3630             },
3631             'stone' => {
3632             'name' => q(Stones),
3633             'one' => q({0} st),
3634             'other' => q({0} st),
3635             },
3636             'tablespoon' => {
3637             'one' => q({0} EL),
3638             'other' => q({0} EL),
3639             },
3640             'teaspoon' => {
3641             'one' => q({0} TL),
3642             'other' => q({0} TL),
3643             },
3644             'terabit' => {
3645             'one' => q({0} Tb),
3646             'other' => q({0} Tb),
3647             },
3648             'terabyte' => {
3649             'one' => q({0} TB),
3650             'other' => q({0} TB),
3651             },
3652             'ton' => {
3653             'one' => q({0} tn),
3654             'other' => q({0} tn),
3655             },
3656             'volt' => {
3657             'one' => q({0} V),
3658             'other' => q({0} V),
3659             },
3660             'watt' => {
3661             'one' => q({0} W),
3662             'other' => q({0} W),
3663             },
3664             'week' => {
3665             'name' => q(W),
3666             'one' => q({0} W),
3667             'other' => q({0} W),
3668             },
3669             'yard' => {
3670             'one' => q({0} yd),
3671             'other' => q({0} yd),
3672             },
3673             'year' => {
3674             'name' => q(J),
3675             'one' => q({0} J),
3676             'other' => q({0} J),
3677             'per' => q({0}/Jahr),
3678             },
3679             },
3680             'short' => {
3681             'acre' => {
3682             'name' => q(Acres),
3683             'one' => q({0} ac),
3684             'other' => q({0} ac),
3685             },
3686             'acre-foot' => {
3687             'name' => q(Acre-Feet),
3688             'one' => q({0} ac ft),
3689             'other' => q({0} ac ft),
3690             },
3691             'ampere' => {
3692             'name' => q(Ampere),
3693             'one' => q({0} A),
3694             'other' => q({0} A),
3695             },
3696             'arc-minute' => {
3697             'name' => q(Winkelminuten),
3698             'one' => q({0}′),
3699             'other' => q({0}′),
3700             },
3701             'arc-second' => {
3702             'name' => q(Winkelsekunden),
3703             'one' => q({0}″),
3704             'other' => q({0}″),
3705             },
3706             'astronomical-unit' => {
3707             'name' => q(AE),
3708             'one' => q({0} AE),
3709             'other' => q({0} AE),
3710             },
3711             'bit' => {
3712             'name' => q(Bit),
3713             'one' => q({0} Bit),
3714             'other' => q({0} Bits),
3715             },
3716             'bushel' => {
3717             'name' => q(Bushel),
3718             'one' => q({0} bu),
3719             'other' => q({0} bu),
3720             },
3721             'byte' => {
3722             'name' => q(Byte),
3723             'one' => q({0} Byte),
3724             'other' => q({0} Bytes),
3725             },
3726             'calorie' => {
3727             'name' => q(cal),
3728             'one' => q({0} cal),
3729             'other' => q({0} cal),
3730             },
3731             'carat' => {
3732             'name' => q(Karat),
3733             'one' => q({0} Kt),
3734             'other' => q({0} Kt),
3735             },
3736             'celsius' => {
3737             'name' => q(°C),
3738             'one' => q({0} °C),
3739             'other' => q({0} °C),
3740             },
3741             'centiliter' => {
3742             'name' => q(cl),
3743             'one' => q({0} cl),
3744             'other' => q({0} cl),
3745             },
3746             'centimeter' => {
3747             'name' => q(cm),
3748             'one' => q({0} cm),
3749             'other' => q({0} cm),
3750             'per' => q({0}/cm),
3751             },
3752             'century' => {
3753             'name' => q(Jh.),
3754             'one' => q({0} Jh.),
3755             'other' => q({0} Jh.),
3756             },
3757             'coordinate' => {
3758             'east' => q({0} O),
3759             'north' => q({0} N),
3760             'south' => q({0} S),
3761             'west' => q({0} W),
3762             },
3763             'cubic-centimeter' => {
3764             'name' => q(cm³),
3765             'one' => q({0} cm³),
3766             'other' => q({0} cm³),
3767             'per' => q({0}/cm³),
3768             },
3769             'cubic-foot' => {
3770             'name' => q(ft³),
3771             'one' => q({0} ft³),
3772             'other' => q({0} ft³),
3773             },
3774             'cubic-inch' => {
3775             'name' => q(in³),
3776             'one' => q({0} in³),
3777             'other' => q({0} in³),
3778             },
3779             'cubic-kilometer' => {
3780             'name' => q(km³),
3781             'one' => q({0} km³),
3782             'other' => q({0} km³),
3783             },
3784             'cubic-meter' => {
3785             'name' => q(m³),
3786             'one' => q({0} m³),
3787             'other' => q({0} m³),
3788             'per' => q({0}/m³),
3789             },
3790             'cubic-mile' => {
3791             'name' => q(mi³),
3792             'one' => q({0} mi³),
3793             'other' => q({0} mi³),
3794             },
3795             'cubic-yard' => {
3796             'name' => q(yd³),
3797             'one' => q({0} yd³),
3798             'other' => q({0} yd³),
3799             },
3800             'cup' => {
3801             'name' => q(Cups),
3802             'one' => q({0} Cup),
3803             'other' => q({0} Cups),
3804             },
3805             'cup-metric' => {
3806             'name' => q(mcup),
3807             'one' => q({0} mc),
3808             'other' => q({0} mc),
3809             },
3810             'day' => {
3811             'name' => q(Tg.),
3812             'one' => q({0} Tg.),
3813             'other' => q({0} Tg.),
3814             'per' => q({0}/T),
3815             },
3816             'deciliter' => {
3817             'name' => q(dl),
3818             'one' => q({0} dl),
3819             'other' => q({0} dl),
3820             },
3821             'decimeter' => {
3822             'name' => q(dm),
3823             'one' => q({0} dm),
3824             'other' => q({0} dm),
3825             },
3826             'degree' => {
3827             'name' => q(Grad),
3828             'one' => q({0}°),
3829             'other' => q({0}°),
3830             },
3831             'fahrenheit' => {
3832             'name' => q(°F),
3833             'one' => q({0}°F),
3834             'other' => q({0}°F),
3835             },
3836             'fathom' => {
3837             'name' => q(Faden),
3838             'one' => q({0} fm),
3839             'other' => q({0} fm),
3840             },
3841             'fluid-ounce' => {
3842             'name' => q(fl oz),
3843             'one' => q({0} fl oz),
3844             'other' => q({0} fl oz),
3845             },
3846             'foodcalorie' => {
3847             'name' => q(kcal),
3848             'one' => q({0} kcal),
3849             'other' => q({0} kcal),
3850             },
3851             'foot' => {
3852             'name' => q(Fuß),
3853             'one' => q({0} ft),
3854             'other' => q({0} ft),
3855             'per' => q({0}/ft),
3856             },
3857             'furlong' => {
3858             'name' => q(Furlong),
3859             'one' => q({0} fur),
3860             'other' => q({0} fur),
3861             },
3862             'g-force' => {
3863             'name' => q(g-Kraft),
3864             'one' => q({0} G),
3865             'other' => q({0} G),
3866             },
3867             'gallon' => {
3868             'name' => q(gal),
3869             'one' => q({0} gal),
3870             'other' => q({0} gal),
3871             'per' => q({0}/gal),
3872             },
3873             'generic' => {
3874             'name' => q(°),
3875             'one' => q({0}°),
3876             'other' => q({0}°),
3877             },
3878             'gigabit' => {
3879             'name' => q(Gigabit),
3880             'one' => q({0} Gb),
3881             'other' => q({0} Gb),
3882             },
3883             'gigabyte' => {
3884             'name' => q(Gigabyte),
3885             'one' => q({0} GB),
3886             'other' => q({0} GB),
3887             },
3888             'gigahertz' => {
3889             'name' => q(GHz),
3890             'one' => q({0} GHz),
3891             'other' => q({0} GHz),
3892             },
3893             'gigawatt' => {
3894             'name' => q(GW),
3895             'one' => q({0} GW),
3896             'other' => q({0} GW),
3897             },
3898             'gram' => {
3899             'name' => q(Gramm),
3900             'one' => q({0} g),
3901             'other' => q({0} g),
3902             'per' => q({0}/g),
3903             },
3904             'hectare' => {
3905             'name' => q(Hektar),
3906             'one' => q({0} ha),
3907             'other' => q({0} ha),
3908             },
3909             'hectoliter' => {
3910             'name' => q(hl),
3911             'one' => q({0} hl),
3912             'other' => q({0} hl),
3913             },
3914             'hectopascal' => {
3915             'name' => q(hPa),
3916             'one' => q({0} hPa),
3917             'other' => q({0} hPa),
3918             },
3919             'hertz' => {
3920             'name' => q(Hz),
3921             'one' => q({0} Hz),
3922             'other' => q({0} Hz),
3923             },
3924             'horsepower' => {
3925             'name' => q(Pferdestärken),
3926             'one' => q({0} PS),
3927             'other' => q({0} PS),
3928             },
3929             'hour' => {
3930             'name' => q(Std.),
3931             'one' => q({0} Std.),
3932             'other' => q({0} Std.),
3933             'per' => q({0}/h),
3934             },
3935             'inch' => {
3936             'name' => q(Zoll),
3937             'one' => q({0} in),
3938             'other' => q({0} in),
3939             'per' => q({0}/in),
3940             },
3941             'inch-hg' => {
3942             'name' => q(inHg),
3943             'one' => q({0} inHg),
3944             'other' => q({0} inHg),
3945             },
3946             'joule' => {
3947             'name' => q(Joule),
3948             'one' => q({0} J),
3949             'other' => q({0} J),
3950             },
3951             'karat' => {
3952             'name' => q(Karat),
3953             'one' => q({0} kt),
3954             'other' => q({0} kt),
3955             },
3956             'kelvin' => {
3957             'name' => q(K),
3958             'one' => q({0} K),
3959             'other' => q({0} K),
3960             },
3961             'kilobit' => {
3962             'name' => q(kbit),
3963             'one' => q({0} kb),
3964             'other' => q({0} kb),
3965             },
3966             'kilobyte' => {
3967             'name' => q(kbyte),
3968             'one' => q({0} kB),
3969             'other' => q({0} kB),
3970             },
3971             'kilocalorie' => {
3972             'name' => q(kcal),
3973             'one' => q({0} kcal),
3974             'other' => q({0} kcal),
3975             },
3976             'kilogram' => {
3977             'name' => q(kg),
3978             'one' => q({0} kg),
3979             'other' => q({0} kg),
3980             'per' => q({0}/kg),
3981             },
3982             'kilohertz' => {
3983             'name' => q(kHz),
3984             'one' => q({0} kHz),
3985             'other' => q({0} kHz),
3986             },
3987             'kilojoule' => {
3988             'name' => q(Kilojoule),
3989             'one' => q({0} kJ),
3990             'other' => q({0} kJ),
3991             },
3992             'kilometer' => {
3993             'name' => q(Kilometer),
3994             'one' => q({0} km),
3995             'other' => q({0} km),
3996             'per' => q({0}/km),
3997             },
3998             'kilometer-per-hour' => {
3999             'name' => q(km/h),
4000             'one' => q({0} km/h),
4001             'other' => q({0} km/h),
4002             },
4003             'kilowatt' => {
4004             'name' => q(Kilowatt),
4005             'one' => q({0} kW),
4006             'other' => q({0} kW),
4007             },
4008             'kilowatt-hour' => {
4009             'name' => q(kWh),
4010             'one' => q({0} kWh),
4011             'other' => q({0} kWh),
4012             },
4013             'knot' => {
4014             'name' => q(kn),
4015             'one' => q({0} kn),
4016             'other' => q({0} kn),
4017             },
4018             'light-year' => {
4019             'name' => q(Lichtjahre),
4020             'one' => q({0} Lj),
4021             'other' => q({0} Lj),
4022             },
4023             'liter' => {
4024             'name' => q(Liter),
4025             'one' => q({0} l),
4026             'other' => q({0} l),
4027             'per' => q({0}/l),
4028             },
4029             'liter-per-100kilometers' => {
4030             'name' => q(L/100 km),
4031             'one' => q({0} L/100 km),
4032             'other' => q({0} L/100 km),
4033             },
4034             'liter-per-kilometer' => {
4035             'name' => q(l/km),
4036             'one' => q({0} l/km),
4037             'other' => q({0} l/km),
4038             },
4039             'lux' => {
4040             'name' => q(Lux),
4041             'one' => q({0} lx),
4042             'other' => q({0} lx),
4043             },
4044             'megabit' => {
4045             'name' => q(Mbit),
4046             'one' => q({0} Mb),
4047             'other' => q({0} Mb),
4048             },
4049             'megabyte' => {
4050             'name' => q(Mbyte),
4051             'one' => q({0} MB),
4052             'other' => q({0} MB),
4053             },
4054             'megahertz' => {
4055             'name' => q(MHz),
4056             'one' => q({0} MHz),
4057             'other' => q({0} MHz),
4058             },
4059             'megaliter' => {
4060             'name' => q(Ml),
4061             'one' => q({0} Ml),
4062             'other' => q({0} Ml),
4063             },
4064             'megawatt' => {
4065             'name' => q(MW),
4066             'one' => q({0} MW),
4067             'other' => q({0} MW),
4068             },
4069             'meter' => {
4070             'name' => q(Meter),
4071             'one' => q({0} m),
4072             'other' => q({0} m),
4073             'per' => q({0}/m),
4074             },
4075             'meter-per-second' => {
4076             'name' => q(m/s),
4077             'one' => q({0} m/s),
4078             'other' => q({0} m/s),
4079             },
4080             'meter-per-second-squared' => {
4081             'name' => q(m/s²),
4082             'one' => q({0} m/s²),
4083             'other' => q({0} m/s²),
4084             },
4085             'metric-ton' => {
4086             'name' => q(t),
4087             'one' => q({0} t),
4088             'other' => q({0} t),
4089             },
4090             'microgram' => {
4091             'name' => q(µg),
4092             'one' => q({0} µg),
4093             'other' => q({0} µg),
4094             },
4095             'micrometer' => {
4096             'name' => q(µm),
4097             'one' => q({0} µm),
4098             'other' => q({0} µm),
4099             },
4100             'microsecond' => {
4101             'name' => q(μs),
4102             'one' => q({0} μs),
4103             'other' => q({0} μs),
4104             },
4105             'mile' => {
4106             'name' => q(Meilen),
4107             'one' => q({0} mi),
4108             'other' => q({0} mi),
4109             },
4110             'mile-per-gallon' => {
4111             'name' => q(mpg),
4112             'one' => q({0} mpg),
4113             'other' => q({0} mpg),
4114             },
4115             'mile-per-hour' => {
4116             'name' => q(mi/h),
4117             'one' => q({0} mi/h),
4118             'other' => q({0} mi/h),
4119             },
4120             'mile-scandinavian' => {
4121             'name' => q(smi),
4122             'one' => q({0} smi),
4123             'other' => q({0} smi),
4124             },
4125             'milliampere' => {
4126             'name' => q(mA),
4127             'one' => q({0} mA),
4128             'other' => q({0} mA),
4129             },
4130             'millibar' => {
4131             'name' => q(Millibar),
4132             'one' => q({0} mbar),
4133             'other' => q({0} mbar),
4134             },
4135             'milligram' => {
4136             'name' => q(mg),
4137             'one' => q({0} mg),
4138             'other' => q({0} mg),
4139             },
4140             'milliliter' => {
4141             'name' => q(ml),
4142             'one' => q({0} ml),
4143             'other' => q({0} ml),
4144             },
4145             'millimeter' => {
4146             'name' => q(Millimeter),
4147             'one' => q({0} mm),
4148             'other' => q({0} mm),
4149             },
4150             'millimeter-of-mercury' => {
4151             'name' => q(mm Hg),
4152             'one' => q({0} mm Hg),
4153             'other' => q({0} mm Hg),
4154             },
4155             'millisecond' => {
4156             'name' => q(ms),
4157             'one' => q({0} ms),
4158             'other' => q({0} ms),
4159             },
4160             'milliwatt' => {
4161             'name' => q(mW),
4162             'one' => q({0} mW),
4163             'other' => q({0} mW),
4164             },
4165             'minute' => {
4166             'name' => q(Min.),
4167             'one' => q({0} Min.),
4168             'other' => q({0} Min.),
4169             'per' => q({0}/min),
4170             },
4171             'month' => {
4172             'name' => q(Mon.),
4173             'one' => q({0} Mon.),
4174             'other' => q({0} Mon.),
4175             'per' => q({0}/M),
4176             },
4177             'nanometer' => {
4178             'name' => q(nm),
4179             'one' => q({0} nm),
4180             'other' => q({0} nm),
4181             },
4182             'nanosecond' => {
4183             'name' => q(ns),
4184             'one' => q({0} ns),
4185             'other' => q({0} ns),
4186             },
4187             'nautical-mile' => {
4188             'name' => q(sm),
4189             'one' => q({0} sm),
4190             'other' => q({0} sm),
4191             },
4192             'ohm' => {
4193             'name' => q(Ohm),
4194             'one' => q({0} Ω),
4195             'other' => q({0} Ω),
4196             },
4197             'ounce' => {
4198             'name' => q(Unzen),
4199             'one' => q({0} oz),
4200             'other' => q({0} oz),
4201             'per' => q({0}/oz),
4202             },
4203             'ounce-troy' => {
4204             'name' => q(oz.tr.),
4205             'one' => q({0} oz.tr.),
4206             'other' => q({0} oz.tr.),
4207             },
4208             'parsec' => {
4209             'name' => q(Parsec),
4210             'one' => q({0} pc),
4211             'other' => q({0} pc),
4212             },
4213             'per' => {
4214             '1' => q({0}/{1}),
4215             },
4216             'picometer' => {
4217             'name' => q(Pikometer),
4218             'one' => q({0} pm),
4219             'other' => q({0} pm),
4220             },
4221             'pint' => {
4222             'name' => q(Pints),
4223             'one' => q({0} pt),
4224             'other' => q({0} pt),
4225             },
4226             'pint-metric' => {
4227             'name' => q(metr. Pints),
4228             'one' => q({0} mpt),
4229             'other' => q({0} mpt),
4230             },
4231             'pound' => {
4232             'name' => q(Pfund),
4233             'one' => q({0} lb),
4234             'other' => q({0} lb),
4235             'per' => q({0}/lb),
4236             },
4237             'pound-per-square-inch' => {
4238             'name' => q(psi),
4239             'one' => q({0} psi),
4240             'other' => q({0} psi),
4241             },
4242             'quart' => {
4243             'name' => q(Quart),
4244             'one' => q({0} qt),
4245             'other' => q({0} qt),
4246             },
4247             'radian' => {
4248             'name' => q(rad),
4249             'one' => q({0} rad),
4250             'other' => q({0} rad),
4251             },
4252             'revolution' => {
4253             'name' => q(Umdr.),
4254             'one' => q({0} Umdr.),
4255             'other' => q({0} Umdr.),
4256             },
4257             'second' => {
4258             'name' => q(Sek.),
4259             'one' => q({0} Sek.),
4260             'other' => q({0} Sek.),
4261             'per' => q({0}/s),
4262             },
4263             'square-centimeter' => {
4264             'name' => q(cm²),
4265             'one' => q({0} cm²),
4266             'other' => q({0} cm²),
4267             'per' => q({0}/cm²),
4268             },
4269             'square-foot' => {
4270             'name' => q(ft²),
4271             'one' => q({0} ft²),
4272             'other' => q({0} ft²),
4273             },
4274             'square-inch' => {
4275             'name' => q(in²),
4276             'one' => q({0} in²),
4277             'other' => q({0} in²),
4278             'per' => q({0}/in²),
4279             },
4280             'square-kilometer' => {
4281             'name' => q(km²),
4282             'one' => q({0} km²),
4283             'other' => q({0} km²),
4284             },
4285             'square-meter' => {
4286             'name' => q(m²),
4287             'one' => q({0} m²),
4288             'other' => q({0} m²),
4289             'per' => q({0}/m²),
4290             },
4291             'square-mile' => {
4292             'name' => q(mi²),
4293             'one' => q({0} mi²),
4294             'other' => q({0} mi²),
4295             },
4296             'square-yard' => {
4297             'name' => q(yd²),
4298             'one' => q({0} yd²),
4299             'other' => q({0} yd²),
4300             },
4301             'stone' => {
4302             'name' => q(Stones),
4303             'one' => q({0} st),
4304             'other' => q({0} st),
4305             },
4306             'tablespoon' => {
4307             'name' => q(EL),
4308             'one' => q({0} EL),
4309             'other' => q({0} EL),
4310             },
4311             'teaspoon' => {
4312             'name' => q(TL),
4313             'one' => q({0} TL),
4314             'other' => q({0} TL),
4315             },
4316             'terabit' => {
4317             'name' => q(Tb),
4318             'one' => q({0} Tb),
4319             'other' => q({0} Tb),
4320             },
4321             'terabyte' => {
4322             'name' => q(TB),
4323             'one' => q({0} TB),
4324             'other' => q({0} TB),
4325             },
4326             'ton' => {
4327             'name' => q(Tons),
4328             'one' => q({0} tn),
4329             'other' => q({0} tn),
4330             },
4331             'volt' => {
4332             'name' => q(Volt),
4333             'one' => q({0} V),
4334             'other' => q({0} V),
4335             },
4336             'watt' => {
4337             'name' => q(Watt),
4338             'one' => q({0} W),
4339             'other' => q({0} W),
4340             },
4341             'week' => {
4342             'name' => q(Wo.),
4343             'one' => q({0} Wo.),
4344             'other' => q({0} Wo.),
4345             'per' => q({0}/W),
4346             },
4347             'yard' => {
4348             'name' => q(Yards),
4349             'one' => q({0} yd),
4350             'other' => q({0} yd),
4351             },
4352             'year' => {
4353             'name' => q(J),
4354             'one' => q({0} J),
4355             'other' => q({0} J),
4356             'per' => q({0}/J),
4357             },
4358             },
4359             } }
4360             );
4361              
4362             has 'yesstr' => (
4363             is => 'ro',
4364             isa => RegexpRef,
4365             init_arg => undef,
4366             default => sub { qr'^(?i:ja|j|yes|y)$' }
4367             );
4368              
4369             has 'nostr' => (
4370             is => 'ro',
4371             isa => RegexpRef,
4372             init_arg => undef,
4373             default => sub { qr'^(?i:nein|n)$' }
4374             );
4375              
4376             has 'listPatterns' => (
4377             is => 'ro',
4378             isa => HashRef,
4379             init_arg => undef,
4380             default => sub { {
4381             start => q({0}, {1}),
4382             middle => q({0}, {1}),
4383             end => q({0} und {1}),
4384             2 => q({0}, {1}),
4385             } }
4386             );
4387              
4388             has 'default_numbering_system' => (
4389             is => 'ro',
4390             isa => Str,
4391             init_arg => undef,
4392             default => 'latn',
4393             );
4394              
4395             has native_numbering_system => (
4396             is => 'ro',
4397             isa => Str,
4398             init_arg => undef,
4399             default => 'latn',
4400             );
4401              
4402             has 'minimum_grouping_digits' => (
4403             is =>'ro',
4404             isa => Int,
4405             init_arg => undef,
4406             default => 1,
4407             );
4408              
4409             has 'number_symbols' => (
4410             is => 'ro',
4411             isa => HashRef,
4412             init_arg => undef,
4413             default => sub { {
4414             'latn' => {
4415             'decimal' => q(,),
4416             'exponential' => q(E),
4417             'group' => q(.),
4418             'infinity' => q(∞),
4419             'list' => q(;),
4420             'minusSign' => q(-),
4421             'nan' => q(NaN),
4422             'perMille' => q(‰),
4423             'percentSign' => q(%),
4424             'plusSign' => q(+),
4425             'superscriptingExponent' => q(·),
4426             'timeSeparator' => q(:),
4427             },
4428             } }
4429             );
4430              
4431             has 'number_formats' => (
4432             is => 'ro',
4433             isa => HashRef,
4434             init_arg => undef,
4435             default => sub { {
4436             decimalFormat => {
4437             'default' => {
4438             '1000' => {
4439             'one' => '0 Tsd'.'',
4440             'other' => '0 Tsd'.'',
4441             },
4442             '10000' => {
4443             'one' => '00 Tsd'.'',
4444             'other' => '00 Tsd'.'',
4445             },
4446             '100000' => {
4447             'one' => '000 Tsd'.'',
4448             'other' => '000 Tsd'.'',
4449             },
4450             '1000000' => {
4451             'one' => '0 Mio'.'',
4452             'other' => '0 Mio'.'',
4453             },
4454             '10000000' => {
4455             'one' => '00 Mio'.'',
4456             'other' => '00 Mio'.'',
4457             },
4458             '100000000' => {
4459             'one' => '000 Mio'.'',
4460             'other' => '000 Mio'.'',
4461             },
4462             '1000000000' => {
4463             'one' => '0 Mrd'.'',
4464             'other' => '0 Mrd'.'',
4465             },
4466             '10000000000' => {
4467             'one' => '00 Mrd'.'',
4468             'other' => '00 Mrd'.'',
4469             },
4470             '100000000000' => {
4471             'one' => '000 Mrd'.'',
4472             'other' => '000 Mrd'.'',
4473             },
4474             '1000000000000' => {
4475             'one' => '0 Bio'.'',
4476             'other' => '0 Bio'.'',
4477             },
4478             '10000000000000' => {
4479             'one' => '00 Bio'.'',
4480             'other' => '00 Bio'.'',
4481             },
4482             '100000000000000' => {
4483             'one' => '000 Bio'.'',
4484             'other' => '000 Bio'.'',
4485             },
4486             'standard' => {
4487             '' => '#,##0.###',
4488             },
4489             },
4490             'long' => {
4491             '1000' => {
4492             'one' => '0 Tausend',
4493             'other' => '0 Tausend',
4494             },
4495             '10000' => {
4496             'one' => '00 Tausend',
4497             'other' => '00 Tausend',
4498             },
4499             '100000' => {
4500             'one' => '000 Tausend',
4501             'other' => '000 Tausend',
4502             },
4503             '1000000' => {
4504             'one' => '0 Million',
4505             'other' => '0 Millionen',
4506             },
4507             '10000000' => {
4508             'one' => '00 Millionen',
4509             'other' => '00 Millionen',
4510             },
4511             '100000000' => {
4512             'one' => '000 Millionen',
4513             'other' => '000 Millionen',
4514             },
4515             '1000000000' => {
4516             'one' => '0 Milliarde',
4517             'other' => '0 Milliarden',
4518             },
4519             '10000000000' => {
4520             'one' => '00 Milliarden',
4521             'other' => '00 Milliarden',
4522             },
4523             '100000000000' => {
4524             'one' => '000 Milliarden',
4525             'other' => '000 Milliarden',
4526             },
4527             '1000000000000' => {
4528             'one' => '0 Billion',
4529             'other' => '0 Billionen',
4530             },
4531             '10000000000000' => {
4532             'one' => '00 Billionen',
4533             'other' => '00 Billionen',
4534             },
4535             '100000000000000' => {
4536             'one' => '000 Billionen',
4537             'other' => '000 Billionen',
4538             },
4539             },
4540             'short' => {
4541             '1000' => {
4542             'one' => '0 Tsd'.'',
4543             'other' => '0 Tsd'.'',
4544             },
4545             '10000' => {
4546             'one' => '00 Tsd'.'',
4547             'other' => '00 Tsd'.'',
4548             },
4549             '100000' => {
4550             'one' => '000 Tsd'.'',
4551             'other' => '000 Tsd'.'',
4552             },
4553             '1000000' => {
4554             'one' => '0 Mio'.'',
4555             'other' => '0 Mio'.'',
4556             },
4557             '10000000' => {
4558             'one' => '00 Mio'.'',
4559             'other' => '00 Mio'.'',
4560             },
4561             '100000000' => {
4562             'one' => '000 Mio'.'',
4563             'other' => '000 Mio'.'',
4564             },
4565             '1000000000' => {
4566             'one' => '0 Mrd'.'',
4567             'other' => '0 Mrd'.'',
4568             },
4569             '10000000000' => {
4570             'one' => '00 Mrd'.'',
4571             'other' => '00 Mrd'.'',
4572             },
4573             '100000000000' => {
4574             'one' => '000 Mrd'.'',
4575             'other' => '000 Mrd'.'',
4576             },
4577             '1000000000000' => {
4578             'one' => '0 Bio'.'',
4579             'other' => '0 Bio'.'',
4580             },
4581             '10000000000000' => {
4582             'one' => '00 Bio'.'',
4583             'other' => '00 Bio'.'',
4584             },
4585             '100000000000000' => {
4586             'one' => '000 Bio'.'',
4587             'other' => '000 Bio'.'',
4588             },
4589             },
4590             },
4591             percentFormat => {
4592             'default' => {
4593             'standard' => {
4594             '' => '#,##0 %',
4595             },
4596             },
4597             },
4598             scientificFormat => {
4599             'default' => {
4600             'standard' => {
4601             '' => '#E0',
4602             },
4603             },
4604             },
4605             } },
4606             );
4607              
4608             has 'number_currency_formats' => (
4609             is => 'ro',
4610             isa => HashRef,
4611             init_arg => undef,
4612             default => sub { {
4613             'latn' => {
4614             'pattern' => {
4615             'default' => {
4616             'accounting' => {
4617             'positive' => '#,##0.00 ¤',
4618             },
4619             'standard' => {
4620             'positive' => '#,##0.00 ¤',
4621             },
4622             },
4623             },
4624             },
4625             } },
4626             );
4627              
4628             has 'currencies' => (
4629             is => 'ro',
4630             isa => HashRef,
4631             init_arg => undef,
4632             default => sub { {
4633             'ADP' => {
4634             symbol => 'ADP',
4635             display_name => {
4636             'currency' => q(Andorranische Pesete),
4637             'one' => q(Andorranische Pesete),
4638             'other' => q(Andorranische Peseten),
4639             },
4640             },
4641             'AED' => {
4642             symbol => 'AED',
4643             display_name => {
4644             'currency' => q(VAE-Dirham),
4645             'one' => q(VAE-Dirham),
4646             'other' => q(VAE-Dirham),
4647             },
4648             },
4649             'AFA' => {
4650             symbol => 'AFA',
4651             display_name => {
4652             'currency' => q(Afghanische Afghani \(1927–2002\)),
4653             'one' => q(Afghanische Afghani \(1927–2002\)),
4654             'other' => q(Afghanische Afghani \(1927–2002\)),
4655             },
4656             },
4657             'AFN' => {
4658             symbol => 'AFN',
4659             display_name => {
4660             'currency' => q(Afghanischer Afghani),
4661             'one' => q(Afghanischer Afghani),
4662             'other' => q(Afghanische Afghani),
4663             },
4664             },
4665             'ALK' => {
4666             display_name => {
4667             'currency' => q(Albanischer Lek \(1946–1965\)),
4668             'one' => q(Albanischer Lek \(1946–1965\)),
4669             'other' => q(Albanische Lek \(1946–1965\)),
4670             },
4671             },
4672             'ALL' => {
4673             symbol => 'ALL',
4674             display_name => {
4675             'currency' => q(Albanischer Lek),
4676             'one' => q(Albanischer Lek),
4677             'other' => q(Albanische Lek),
4678             },
4679             },
4680             'AMD' => {
4681             symbol => 'AMD',
4682             display_name => {
4683             'currency' => q(Armenischer Dram),
4684             'one' => q(Armenischer Dram),
4685             'other' => q(Armenische Dram),
4686             },
4687             },
4688             'ANG' => {
4689             symbol => 'ANG',
4690             display_name => {
4691             'currency' => q(Niederländische-Antillen-Gulden),
4692             'one' => q(Niederländische-Antillen-Gulden),
4693             'other' => q(Niederländische-Antillen-Gulden),
4694             },
4695             },
4696             'AOA' => {
4697             symbol => 'AOA',
4698             display_name => {
4699             'currency' => q(Angolanischer Kwanza),
4700             'one' => q(Angolanischer Kwanza),
4701             'other' => q(Angolanische Kwanza),
4702             },
4703             },
4704             'AOK' => {
4705             symbol => 'AOK',
4706             display_name => {
4707             'currency' => q(Angolanischer Kwanza \(1977–1990\)),
4708             'one' => q(Angolanischer Kwanza \(1977–1990\)),
4709             'other' => q(Angolanische Kwanza \(1977–1990\)),
4710             },
4711             },
4712             'AON' => {
4713             symbol => 'AON',
4714             display_name => {
4715             'currency' => q(Angolanischer Neuer Kwanza \(1990–2000\)),
4716             'one' => q(Angolanischer Neuer Kwanza \(1990–2000\)),
4717             'other' => q(Angolanische Neue Kwanza \(1990–2000\)),
4718             },
4719             },
4720             'AOR' => {
4721             symbol => 'AOR',
4722             display_name => {
4723             'currency' => q(Angolanischer Kwanza Reajustado \(1995–1999\)),
4724             'one' => q(Angolanischer Kwanza Reajustado \(1995–1999\)),
4725             'other' => q(Angolanische Kwanza Reajustado \(1995–1999\)),
4726             },
4727             },
4728             'ARA' => {
4729             symbol => 'ARA',
4730             display_name => {
4731             'currency' => q(Argentinischer Austral),
4732             'one' => q(Argentinischer Austral),
4733             'other' => q(Argentinische Austral),
4734             },
4735             },
4736             'ARL' => {
4737             symbol => 'ARL',
4738             display_name => {
4739             'currency' => q(Argentinischer Peso Ley \(1970–1983\)),
4740             'one' => q(Argentinischer Peso Ley \(1970–1983\)),
4741             'other' => q(Argentinische Pesos Ley \(1970–1983\)),
4742             },
4743             },
4744             'ARM' => {
4745             symbol => 'ARM',
4746             display_name => {
4747             'currency' => q(Argentinischer Peso \(1881–1970\)),
4748             'one' => q(Argentinischer Peso \(1881–1970\)),
4749             'other' => q(Argentinische Pesos \(1881–1970\)),
4750             },
4751             },
4752             'ARP' => {
4753             symbol => 'ARP',
4754             display_name => {
4755             'currency' => q(Argentinischer Peso \(1983–1985\)),
4756             'one' => q(Argentinischer Peso \(1983–1985\)),
4757             'other' => q(Argentinische Peso \(1983–1985\)),
4758             },
4759             },
4760             'ARS' => {
4761             symbol => 'ARS',
4762             display_name => {
4763             'currency' => q(Argentinischer Peso),
4764             'one' => q(Argentinischer Peso),
4765             'other' => q(Argentinische Pesos),
4766             },
4767             },
4768             'ATS' => {
4769             symbol => 'öS',
4770             display_name => {
4771             'currency' => q(Österreichischer Schilling),
4772             'one' => q(Österreichischer Schilling),
4773             'other' => q(Österreichische Schilling),
4774             },
4775             },
4776             'AUD' => {
4777             symbol => 'AU$',
4778             display_name => {
4779             'currency' => q(Australischer Dollar),
4780             'one' => q(Australischer Dollar),
4781             'other' => q(Australische Dollar),
4782             },
4783             },
4784             'AWG' => {
4785             symbol => 'AWG',
4786             display_name => {
4787             'currency' => q(Aruba-Florin),
4788             'one' => q(Aruba-Florin),
4789             'other' => q(Aruba-Florin),
4790             },
4791             },
4792             'AZM' => {
4793             symbol => 'AZM',
4794             display_name => {
4795             'currency' => q(Aserbaidschan-Manat \(1993–2006\)),
4796             'one' => q(Aserbaidschan-Manat \(1993–2006\)),
4797             'other' => q(Aserbaidschan-Manat \(1993–2006\)),
4798             },
4799             },
4800             'AZN' => {
4801             symbol => 'AZN',
4802             display_name => {
4803             'currency' => q(Aserbaidschan-Manat),
4804             'one' => q(Aserbaidschan-Manat),
4805             'other' => q(Aserbaidschan-Manat),
4806             },
4807             },
4808             'BAD' => {
4809             symbol => 'BAD',
4810             display_name => {
4811             'currency' => q(Bosnien und Herzegowina Dinar \(1992–1994\)),
4812             'one' => q(Bosnien und Herzegowina Dinar \(1992–1994\)),
4813             'other' => q(Bosnien und Herzegowina Dinar \(1992–1994\)),
4814             },
4815             },
4816             'BAM' => {
4817             symbol => 'BAM',
4818             display_name => {
4819             'currency' => q(Bosnien und Herzegowina Konvertierbare Mark),
4820             'one' => q(Bosnien und Herzegowina Konvertierbare Mark),
4821             'other' => q(Bosnien und Herzegowina Konvertierbare Mark),
4822             },
4823             },
4824             'BAN' => {
4825             symbol => 'BAN',
4826             display_name => {
4827             'currency' => q(Bosnien und Herzegowina Neuer Dinar \(1994–1997\)),
4828             'one' => q(Bosnien und Herzegowina Neuer Dinar \(1994–1997\)),
4829             'other' => q(Bosnien und Herzegowina Neue Dinar \(1994–1997\)),
4830             },
4831             },
4832             'BBD' => {
4833             symbol => 'BBD',
4834             display_name => {
4835             'currency' => q(Barbados-Dollar),
4836             'one' => q(Barbados-Dollar),
4837             'other' => q(Barbados-Dollar),
4838             },
4839             },
4840             'BDT' => {
4841             symbol => 'BDT',
4842             display_name => {
4843             'currency' => q(Bangladesch-Taka),
4844             'one' => q(Bangladesch-Taka),
4845             'other' => q(Bangladesch-Taka),
4846             },
4847             },
4848             'BEC' => {
4849             symbol => 'BEC',
4850             display_name => {
4851             'currency' => q(Belgischer Franc \(konvertibel\)),
4852             'one' => q(Belgischer Franc \(konvertibel\)),
4853             'other' => q(Belgische Franc \(konvertibel\)),
4854             },
4855             },
4856             'BEF' => {
4857             symbol => 'BEF',
4858             display_name => {
4859             'currency' => q(Belgischer Franc),
4860             'one' => q(Belgischer Franc),
4861             'other' => q(Belgische Franc),
4862             },
4863             },
4864             'BEL' => {
4865             symbol => 'BEL',
4866             display_name => {
4867             'currency' => q(Belgischer Finanz-Franc),
4868             'one' => q(Belgischer Finanz-Franc),
4869             'other' => q(Belgische Finanz-Franc),
4870             },
4871             },
4872             'BGL' => {
4873             display_name => {
4874             'currency' => q(Bulgarische Lew \(1962–1999\)),
4875             'one' => q(Bulgarische Lew \(1962–1999\)),
4876             'other' => q(Bulgarische Lew \(1962–1999\)),
4877             },
4878             },
4879             'BGM' => {
4880             symbol => 'BGK',
4881             display_name => {
4882             'currency' => q(Bulgarischer Lew \(1952–1962\)),
4883             'one' => q(Bulgarischer Lew \(1952–1962\)),
4884             'other' => q(Bulgarische Lew \(1952–1962\)),
4885             },
4886             },
4887             'BGN' => {
4888             symbol => 'BGN',
4889             display_name => {
4890             'currency' => q(Bulgarischer Lew),
4891             'one' => q(Bulgarischer Lew),
4892             'other' => q(Bulgarische Lew),
4893             },
4894             },
4895             'BGO' => {
4896             symbol => 'BGJ',
4897             display_name => {
4898             'currency' => q(Bulgarischer Lew \(1879–1952\)),
4899             'one' => q(Bulgarischer Lew \(1879–1952\)),
4900             'other' => q(Bulgarische Lew \(1879–1952\)),
4901             },
4902             },
4903             'BHD' => {
4904             symbol => 'BHD',
4905             display_name => {
4906             'currency' => q(Bahrain-Dinar),
4907             'one' => q(Bahrain-Dinar),
4908             'other' => q(Bahrain-Dinar),
4909             },
4910             },
4911             'BIF' => {
4912             symbol => 'BIF',
4913             display_name => {
4914             'currency' => q(Burundi-Franc),
4915             'one' => q(Burundi-Franc),
4916             'other' => q(Burundi-Francs),
4917             },
4918             },
4919             'BMD' => {
4920             symbol => 'BMD',
4921             display_name => {
4922             'currency' => q(Bermuda-Dollar),
4923             'one' => q(Bermuda-Dollar),
4924             'other' => q(Bermuda-Dollar),
4925             },
4926             },
4927             'BND' => {
4928             symbol => 'BND',
4929             display_name => {
4930             'currency' => q(Brunei-Dollar),
4931             'one' => q(Brunei-Dollar),
4932             'other' => q(Brunei-Dollar),
4933             },
4934             },
4935             'BOB' => {
4936             symbol => 'BOB',
4937             display_name => {
4938             'currency' => q(Bolivanischer Boliviano),
4939             'one' => q(Bolivanischer Boliviano),
4940             'other' => q(Bolivianische Bolivianos),
4941             },
4942             },
4943             'BOL' => {
4944             symbol => 'BOL',
4945             display_name => {
4946             'currency' => q(Bolivianischer Boliviano \(1863–1963\)),
4947             'one' => q(Bolivianischer Boliviano \(1863–1963\)),
4948             'other' => q(Bolivianische Bolivianos \(1863–1963\)),
4949             },
4950             },
4951             'BOP' => {
4952             symbol => 'BOP',
4953             display_name => {
4954             'currency' => q(Bolivianischer Peso),
4955             'one' => q(Bolivianischer Peso),
4956             'other' => q(Bolivianische Peso),
4957             },
4958             },
4959             'BOV' => {
4960             symbol => 'BOV',
4961             display_name => {
4962             'currency' => q(Boliviansiche Mvdol),
4963             'one' => q(Boliviansiche Mvdol),
4964             'other' => q(Bolivianische Mvdol),
4965             },
4966             },
4967             'BRB' => {
4968             symbol => 'BRB',
4969             display_name => {
4970             'currency' => q(Brasilianischer Cruzeiro Novo \(1967–1986\)),
4971             'one' => q(Brasilianischer Cruzeiro Novo \(1967–1986\)),
4972             'other' => q(Brasilianische Cruzeiro Novo \(1967–1986\)),
4973             },
4974             },
4975             'BRC' => {
4976             symbol => 'BRC',
4977             display_name => {
4978             'currency' => q(Brasilianischer Cruzado \(1986–1989\)),
4979             'one' => q(Brasilianischer Cruzado \(1986–1989\)),
4980             'other' => q(Brasilianische Cruzado \(1986–1989\)),
4981             },
4982             },
4983             'BRE' => {
4984             symbol => 'BRE',
4985             display_name => {
4986             'currency' => q(Brasilianischer Cruzeiro \(1990–1993\)),
4987             'one' => q(Brasilianischer Cruzeiro \(1990–1993\)),
4988             'other' => q(Brasilianische Cruzeiro \(1990–1993\)),
4989             },
4990             },
4991             'BRL' => {
4992             symbol => 'R$',
4993             display_name => {
4994             'currency' => q(Brasilianischer Real),
4995             'one' => q(Brasilianischer Real),
4996             'other' => q(Brasilianische Real),
4997             },
4998             },
4999             'BRN' => {
5000             symbol => 'BRN',
5001             display_name => {
5002             'currency' => q(Brasilianischer Cruzado Novo \(1989–1990\)),
5003             'one' => q(Brasilianischer Cruzado Novo \(1989–1990\)),
5004             'other' => q(Brasilianische Cruzado Novo \(1989–1990\)),
5005             },
5006             },
5007             'BRR' => {
5008             symbol => 'BRR',
5009             display_name => {
5010             'currency' => q(Brasilianischer Cruzeiro \(1993–1994\)),
5011             'one' => q(Brasilianischer Cruzeiro \(1993–1994\)),
5012             'other' => q(Brasilianische Cruzeiro \(1993–1994\)),
5013             },
5014             },
5015             'BRZ' => {
5016             symbol => 'BRZ',
5017             display_name => {
5018             'currency' => q(Brasilianischer Cruzeiro \(1942–1967\)),
5019             'one' => q(Brasilianischer Cruzeiro \(1942–1967\)),
5020             'other' => q(Brasilianischer Cruzeiro \(1942–1967\)),
5021             },
5022             },
5023             'BSD' => {
5024             symbol => 'BSD',
5025             display_name => {
5026             'currency' => q(Bahamas-Dollar),
5027             'one' => q(Bahamas-Dollar),
5028             'other' => q(Bahamas-Dollar),
5029             },
5030             },
5031             'BTN' => {
5032             symbol => 'BTN',
5033             display_name => {
5034             'currency' => q(Bhutan-Ngultrum),
5035             'one' => q(Bhutan-Ngultrum),
5036             'other' => q(Bhutan-Ngultrum),
5037             },
5038             },
5039             'BUK' => {
5040             display_name => {
5041             'currency' => q(Birmanischer Kyat),
5042             'one' => q(Birmanischer Kyat),
5043             'other' => q(Birmanische Kyat),
5044             },
5045             },
5046             'BWP' => {
5047             symbol => 'BWP',
5048             display_name => {
5049             'currency' => q(Botswanischer Pula),
5050             'one' => q(Botswanischer Pula),
5051             'other' => q(Botswanische Pula),
5052             },
5053             },
5054             'BYB' => {
5055             symbol => 'BYB',
5056             display_name => {
5057             'currency' => q(Belarus-Rubel \(1994–1999\)),
5058             'one' => q(Belarus-Rubel \(1994–1999\)),
5059             'other' => q(Belarus-Rubel \(1994–1999\)),
5060             },
5061             },
5062             'BYR' => {
5063             symbol => 'BYR',
5064             display_name => {
5065             'currency' => q(Weißrussischer Rubel),
5066             'one' => q(Weißrussischer Rubel),
5067             'other' => q(Weißrussische Rubel),
5068             },
5069             },
5070             'BZD' => {
5071             symbol => 'BZD',
5072             display_name => {
5073             'currency' => q(Belize-Dollar),
5074             'one' => q(Belize-Dollar),
5075             'other' => q(Belize-Dollar),
5076             },
5077             },
5078             'CAD' => {
5079             symbol => 'CA$',
5080             display_name => {
5081             'currency' => q(Kanadischer Dollar),
5082             'one' => q(Kanadischer Dollar),
5083             'other' => q(Kanadische Dollar),
5084             },
5085             },
5086             'CDF' => {
5087             symbol => 'CDF',
5088             display_name => {
5089             'currency' => q(Kongo-Franc),
5090             'one' => q(Kongo-Franc),
5091             'other' => q(Kongo-Francs),
5092             },
5093             },
5094             'CHE' => {
5095             symbol => 'CHE',
5096             display_name => {
5097             'currency' => q(WIR-Euro),
5098             'one' => q(WIR-Euro),
5099             'other' => q(WIR-Euro),
5100             },
5101             },
5102             'CHF' => {
5103             symbol => 'CHF',
5104             display_name => {
5105             'currency' => q(Schweizer Franken),
5106             'one' => q(Schweizer Franken),
5107             'other' => q(Schweizer Franken),
5108             },
5109             },
5110             'CHW' => {
5111             symbol => 'CHW',
5112             display_name => {
5113             'currency' => q(WIR Franken),
5114             'one' => q(WIR Franken),
5115             'other' => q(WIR Franken),
5116             },
5117             },
5118             'CLE' => {
5119             symbol => 'CLE',
5120             display_name => {
5121             'currency' => q(Chilenischer Escudo),
5122             'one' => q(Chilenischer Escudo),
5123             'other' => q(Chilenische Escudo),
5124             },
5125             },
5126             'CLF' => {
5127             symbol => 'CLF',
5128             display_name => {
5129             'currency' => q(Chilenische Unidades de Fomento),
5130             'one' => q(Chilenische Unidades de Fomento),
5131             'other' => q(Chilenische Unidades de Fomento),
5132             },
5133             },
5134             'CLP' => {
5135             symbol => 'CLP',
5136             display_name => {
5137             'currency' => q(Chilenischer Peso),
5138             'one' => q(Chilenischer Peso),
5139             'other' => q(Chilenische Pesos),
5140             },
5141             },
5142             'CNX' => {
5143             symbol => 'CNX',
5144             display_name => {
5145             'currency' => q(Dollar der Chinesischen Volksbank),
5146             'one' => q(Dollar der Chinesischen Volksbank),
5147             'other' => q(Dollar der Chinesischen Volksbank),
5148             },
5149             },
5150             'CNY' => {
5151             symbol => 'CNÂ¥',
5152             display_name => {
5153             'currency' => q(Renminbi Yuan),
5154             'one' => q(Chinesischer Yuan),
5155             'other' => q(Renminbi Yuan),
5156             },
5157             },
5158             'COP' => {
5159             symbol => 'COP',
5160             display_name => {
5161             'currency' => q(Kolumbianischer Peso),
5162             'one' => q(Kolumbianischer Peso),
5163             'other' => q(Kolumbianische Pesos),
5164             },
5165             },
5166             'COU' => {
5167             symbol => 'COU',
5168             display_name => {
5169             'currency' => q(Kolumbianische Unidades de valor real),
5170             'one' => q(Kolumbianische Unidad de valor real),
5171             'other' => q(Kolumbianische Unidades de valor real),
5172             },
5173             },
5174             'CRC' => {
5175             symbol => 'CRC',
5176             display_name => {
5177             'currency' => q(Costa-Rica-Colón),
5178             'one' => q(Costa-Rica-Colón),
5179             'other' => q(Costa-Rica-Colón),
5180             },
5181             },
5182             'CSD' => {
5183             symbol => 'CSD',
5184             display_name => {
5185             'currency' => q(Serbischer Dinar \(2002–2006\)),
5186             'one' => q(Serbischer Dinar \(2002–2006\)),
5187             'other' => q(Serbische Dinar \(2002–2006\)),
5188             },
5189             },
5190             'CSK' => {
5191             symbol => 'CSK',
5192             display_name => {
5193             'currency' => q(Tschechoslowakische Krone),
5194             'one' => q(Tschechoslowakische Kronen),
5195             'other' => q(Tschechoslowakische Kronen),
5196             },
5197             },
5198             'CUC' => {
5199             symbol => 'CUC',
5200             display_name => {
5201             'currency' => q(Kubanischer Peso \(konvertibel\)),
5202             'one' => q(Kubanischer Peso \(konvertibel\)),
5203             'other' => q(Kubanische Pesos \(konvertibel\)),
5204             },
5205             },
5206             'CUP' => {
5207             symbol => 'CUP',
5208             display_name => {
5209             'currency' => q(Kubanischer Peso),
5210             'one' => q(Kubanischer Peso),
5211             'other' => q(Kubanische Pesos),
5212             },
5213             },
5214             'CVE' => {
5215             symbol => 'CVE',
5216             display_name => {
5217             'currency' => q(Kap-Verde-Escudo),
5218             'one' => q(Kap-Verde-Escudo),
5219             'other' => q(Kap-Verde-Escudos),
5220             },
5221             },
5222             'CYP' => {
5223             symbol => 'CYP',
5224             display_name => {
5225             'currency' => q(Zypern-Pfund),
5226             'one' => q(Zypern Pfund),
5227             'other' => q(Zypern Pfund),
5228             },
5229             },
5230             'CZK' => {
5231             symbol => 'CZK',
5232             display_name => {
5233             'currency' => q(Tschechische Krone),
5234             'one' => q(Tschechische Krone),
5235             'other' => q(Tschechische Kronen),
5236             },
5237             },
5238             'DDM' => {
5239             symbol => 'DDM',
5240             display_name => {
5241             'currency' => q(Mark der DDR),
5242             'one' => q(Mark der DDR),
5243             'other' => q(Mark der DDR),
5244             },
5245             },
5246             'DEM' => {
5247             symbol => 'DM',
5248             display_name => {
5249             'currency' => q(Deutsche Mark),
5250             'one' => q(Deutsche Mark),
5251             'other' => q(Deutsche Mark),
5252             },
5253             },
5254             'DJF' => {
5255             symbol => 'DJF',
5256             display_name => {
5257             'currency' => q(Dschibuti-Franc),
5258             'one' => q(Dschibuti-Franc),
5259             'other' => q(Dschibuti-Franc),
5260             },
5261             },
5262             'DKK' => {
5263             symbol => 'DKK',
5264             display_name => {
5265             'currency' => q(Dänische Krone),
5266             'one' => q(Dänische Krone),
5267             'other' => q(Dänische Kronen),
5268             },
5269             },
5270             'DOP' => {
5271             symbol => 'DOP',
5272             display_name => {
5273             'currency' => q(Dominikanischer Peso),
5274             'one' => q(Dominikanischer Peso),
5275             'other' => q(Dominikanische Pesos),
5276             },
5277             },
5278             'DZD' => {
5279             symbol => 'DZD',
5280             display_name => {
5281             'currency' => q(Algerischer Dinar),
5282             'one' => q(Algerischer Dinar),
5283             'other' => q(Algerische Dinar),
5284             },
5285             },
5286             'ECS' => {
5287             symbol => 'ECS',
5288             display_name => {
5289             'currency' => q(Ecuadorianischer Sucre),
5290             'one' => q(Ecuadorianischer Sucre),
5291             'other' => q(Ecuadorianische Sucre),
5292             },
5293             },
5294             'ECV' => {
5295             symbol => 'ECV',
5296             display_name => {
5297             'currency' => q(Verrechnungseinheit für Ecuador),
5298             'one' => q(Verrechnungseinheiten für Ecuador),
5299             'other' => q(Verrechnungseinheiten für Ecuador),
5300             },
5301             },
5302             'EEK' => {
5303             symbol => 'EEK',
5304             display_name => {
5305             'currency' => q(Estnische Krone),
5306             'one' => q(Estnische Krone),
5307             'other' => q(Estnische Kronen),
5308             },
5309             },
5310             'EGP' => {
5311             symbol => 'EGP',
5312             display_name => {
5313             'currency' => q(Ägyptisches Pfund),
5314             'one' => q(Ägyptisches Pfund),
5315             'other' => q(Ägyptische Pfund),
5316             },
5317             },
5318             'ERN' => {
5319             symbol => 'ERN',
5320             display_name => {
5321             'currency' => q(Eritreischer Nakfa),
5322             'one' => q(Eritreischer Nakfa),
5323             'other' => q(Eritreische Nakfa),
5324             },
5325             },
5326             'ESA' => {
5327             symbol => 'ESA',
5328             display_name => {
5329             'currency' => q(Spanische Peseta \(A–Konten\)),
5330             'one' => q(Spanische Peseta \(A–Konten\)),
5331             'other' => q(Spanische Peseten \(A–Konten\)),
5332             },
5333             },
5334             'ESB' => {
5335             symbol => 'ESB',
5336             display_name => {
5337             'currency' => q(Spanische Peseta \(konvertibel\)),
5338             'one' => q(Spanische Peseta \(konvertibel\)),
5339             'other' => q(Spanische Peseten \(konvertibel\)),
5340             },
5341             },
5342             'ESP' => {
5343             symbol => 'ESP',
5344             display_name => {
5345             'currency' => q(Spanische Peseta),
5346             'one' => q(Spanische Peseta),
5347             'other' => q(Spanische Peseten),
5348             },
5349             },
5350             'ETB' => {
5351             symbol => 'ETB',
5352             display_name => {
5353             'currency' => q(Äthiopischer Birr),
5354             'one' => q(Äthiopischer Birr),
5355             'other' => q(Äthiopische Birr),
5356             },
5357             },
5358             'EUR' => {
5359             symbol => '€',
5360             display_name => {
5361             'currency' => q(Euro),
5362             'one' => q(Euro),
5363             'other' => q(Euro),
5364             },
5365             },
5366             'FIM' => {
5367             symbol => 'FIM',
5368             display_name => {
5369             'currency' => q(Finnische Mark),
5370             'one' => q(Finnische Mark),
5371             'other' => q(Finnische Mark),
5372             },
5373             },
5374             'FJD' => {
5375             symbol => 'FJD',
5376             display_name => {
5377             'currency' => q(Fidschi-Dollar),
5378             'one' => q(Fidschi-Dollar),
5379             'other' => q(Fidschi-Dollar),
5380             },
5381             },
5382             'FKP' => {
5383             symbol => 'FKP',
5384             display_name => {
5385             'currency' => q(Falkland-Pfund),
5386             'one' => q(Falkland-Pfund),
5387             'other' => q(Falkland-Pfund),
5388             },
5389             },
5390             'FRF' => {
5391             symbol => 'FRF',
5392             display_name => {
5393             'currency' => q(Französischer Franc),
5394             'one' => q(Französischer Franc),
5395             'other' => q(Französische Franc),
5396             },
5397             },
5398             'GBP' => {
5399             symbol => '£',
5400             display_name => {
5401             'currency' => q(Britisches Pfund),
5402             'one' => q(Britisches Pfund),
5403             'other' => q(Britische Pfund),
5404             },
5405             },
5406             'GEK' => {
5407             display_name => {
5408             'currency' => q(Georgischer Kupon Larit),
5409             'one' => q(Georgischer Kupon Larit),
5410             'other' => q(Georgische Kupon Larit),
5411             },
5412             },
5413             'GEL' => {
5414             symbol => 'GEL',
5415             display_name => {
5416             'currency' => q(Georgischer Lari),
5417             'one' => q(Georgischer Lari),
5418             'other' => q(Georgische Lari),
5419             },
5420             },
5421             'GHC' => {
5422             symbol => 'GHC',
5423             display_name => {
5424             'currency' => q(Ghanaischer Cedi \(1979–2007\)),
5425             'one' => q(Ghanaischer Cedi \(1979–2007\)),
5426             'other' => q(Ghanaische Cedi \(1979–2007\)),
5427             },
5428             },
5429             'GHS' => {
5430             symbol => 'GHS',
5431             display_name => {
5432             'currency' => q(Ghanaischer Cedi),
5433             'one' => q(Ghanaischer Cedi),
5434             'other' => q(Ghanaische Cedi),
5435             },
5436             },
5437             'GIP' => {
5438             symbol => 'GIP',
5439             display_name => {
5440             'currency' => q(Gibraltar-Pfund),
5441             'one' => q(Gibraltar-Pfund),
5442             'other' => q(Gibraltar Pfund),
5443             },
5444             },
5445             'GMD' => {
5446             symbol => 'GMD',
5447             display_name => {
5448             'currency' => q(Gambia-Dalasi),
5449             'one' => q(Gambia-Dalasi),
5450             'other' => q(Gambia-Dalasi),
5451             },
5452             },
5453             'GNF' => {
5454             symbol => 'GNF',
5455             display_name => {
5456             'currency' => q(Guinea-Franc),
5457             'one' => q(Guinea-Franc),
5458             'other' => q(Guinea-Franc),
5459             },
5460             },
5461             'GNS' => {
5462             symbol => 'GNS',
5463             display_name => {
5464             'currency' => q(Guineischer Syli),
5465             'one' => q(Guineischer Syli),
5466             'other' => q(Guineische Syli),
5467             },
5468             },
5469             'GQE' => {
5470             symbol => 'GQE',
5471             display_name => {
5472             'currency' => q(Äquatorialguinea-Ekwele),
5473             'one' => q(Äquatorialguinea-Ekwele),
5474             'other' => q(Äquatorialguinea-Ekwele),
5475             },
5476             },
5477             'GRD' => {
5478             symbol => 'GRD',
5479             display_name => {
5480             'currency' => q(Griechische Drachme),
5481             'one' => q(Griechische Drachme),
5482             'other' => q(Griechische Drachmen),
5483             },
5484             },
5485             'GTQ' => {
5486             symbol => 'GTQ',
5487             display_name => {
5488             'currency' => q(Guatemaltekischer Quetzal),
5489             'one' => q(Guatemaltekischer Quetzal),
5490             'other' => q(Guatemaltekische Quetzales),
5491             },
5492             },
5493             'GWE' => {
5494             display_name => {
5495             'currency' => q(Portugiesisch Guinea Escudo),
5496             'one' => q(Portugiesisch Guinea Escudo),
5497             'other' => q(Portugiesisch Guinea Escudo),
5498             },
5499             },
5500             'GWP' => {
5501             symbol => 'GWP',
5502             display_name => {
5503             'currency' => q(Guinea-Bissau Peso),
5504             'one' => q(Guinea-Bissau Peso),
5505             'other' => q(Guinea-Bissau Pesos),
5506             },
5507             },
5508             'GYD' => {
5509             symbol => 'GYD',
5510             display_name => {
5511             'currency' => q(Guyana-Dollar),
5512             'one' => q(Guyana-Dollar),
5513             'other' => q(Guyana-Dollar),
5514             },
5515             },
5516             'HKD' => {
5517             symbol => 'HK$',
5518             display_name => {
5519             'currency' => q(Hongkong-Dollar),
5520             'one' => q(Hongkong-Dollar),
5521             'other' => q(Hongkong-Dollar),
5522             },
5523             },
5524             'HNL' => {
5525             symbol => 'HNL',
5526             display_name => {
5527             'currency' => q(Honduras-Lempira),
5528             'one' => q(Honduras-Lempira),
5529             'other' => q(Honduras-Lempira),
5530             },
5531             },
5532             'HRD' => {
5533             symbol => 'HRD',
5534             display_name => {
5535             'currency' => q(Kroatischer Dinar),
5536             'one' => q(Kroatischer Dinar),
5537             'other' => q(Kroatische Dinar),
5538             },
5539             },
5540             'HRK' => {
5541             symbol => 'HRK',
5542             display_name => {
5543             'currency' => q(Kroatischer Kuna),
5544             'one' => q(Kroatischer Kuna),
5545             'other' => q(Kroatische Kuna),
5546             },
5547             },
5548             'HTG' => {
5549             symbol => 'HTG',
5550             display_name => {
5551             'currency' => q(Haitianische Gourde),
5552             'one' => q(Haitianische Gourde),
5553             'other' => q(Haitianische Gourdes),
5554             },
5555             },
5556             'HUF' => {
5557             symbol => 'HUF',
5558             display_name => {
5559             'currency' => q(Ungarischer Forint),
5560             'one' => q(Ungarischer Forint),
5561             'other' => q(Ungarische Forint),
5562             },
5563             },
5564             'IDR' => {
5565             symbol => 'IDR',
5566             display_name => {
5567             'currency' => q(Indonesische Rupiah),
5568             'one' => q(Indonesische Rupiah),
5569             'other' => q(Indonesische Rupiah),
5570             },
5571             },
5572             'IEP' => {
5573             symbol => 'IEP',
5574             display_name => {
5575             'currency' => q(Irisches Pfund),
5576             'one' => q(Irisches Pfund),
5577             'other' => q(Irische Pfund),
5578             },
5579             },
5580             'ILP' => {
5581             symbol => 'ILP',
5582             display_name => {
5583             'currency' => q(Israelisches Pfund),
5584             'one' => q(Israelisches Pfund),
5585             'other' => q(Israelische Pfund),
5586             },
5587             },
5588             'ILR' => {
5589             display_name => {
5590             'currency' => q(Israelischer Schekel \(1980–1985\)),
5591             'one' => q(Israelischer Schekel \(1980–1985\)),
5592             'other' => q(Israelische Schekel \(1980–1985\)),
5593             },
5594             },
5595             'ILS' => {
5596             symbol => '₪',
5597             display_name => {
5598             'currency' => q(Israelischer Neuer Schekel),
5599             'one' => q(Israelischer Neuer Schekel),
5600             'other' => q(Israelische Neue Schekel),
5601             },
5602             },
5603             'INR' => {
5604             symbol => '₹',
5605             display_name => {
5606             'currency' => q(Indische Rupie),
5607             'one' => q(Indische Rupie),
5608             'other' => q(Indische Rupien),
5609             },
5610             },
5611             'IQD' => {
5612             symbol => 'IQD',
5613             display_name => {
5614             'currency' => q(Irakischer Dinar),
5615             'one' => q(Irakischer Dinar),
5616             'other' => q(Irakische Dinar),
5617             },
5618             },
5619             'IRR' => {
5620             symbol => 'IRR',
5621             display_name => {
5622             'currency' => q(Iranischer Rial),
5623             'one' => q(Iranischer Rial),
5624             'other' => q(Iranische Rial),
5625             },
5626             },
5627             'ISJ' => {
5628             display_name => {
5629             'currency' => q(Isländische Krone \(1918–1981\)),
5630             'one' => q(Isländische Krone \(1918–1981\)),
5631             'other' => q(Isländische Kronen \(1918–1981\)),
5632             },
5633             },
5634             'ISK' => {
5635             symbol => 'ISK',
5636             display_name => {
5637             'currency' => q(Isländische Krone),
5638             'one' => q(Isländische Krone),
5639             'other' => q(Isländische Kronen),
5640             },
5641             },
5642             'ITL' => {
5643             symbol => 'ITL',
5644             display_name => {
5645             'currency' => q(Italienische Lira),
5646             'one' => q(Italienische Lira),
5647             'other' => q(Italienische Lire),
5648             },
5649             },
5650             'JMD' => {
5651             symbol => 'JMD',
5652             display_name => {
5653             'currency' => q(Jamaika-Dollar),
5654             'one' => q(Jamaika-Dollar),
5655             'other' => q(Jamaika-Dollar),
5656             },
5657             },
5658             'JOD' => {
5659             symbol => 'JOD',
5660             display_name => {
5661             'currency' => q(Jordanischer Dinar),
5662             'one' => q(Jordanischer Dinar),
5663             'other' => q(Jordanische Dinar),
5664             },
5665             },
5666             'JPY' => {
5667             symbol => 'Â¥',
5668             display_name => {
5669             'currency' => q(Japanischer Yen),
5670             'one' => q(Japanischer Yen),
5671             'other' => q(Japanische Yen),
5672             },
5673             },
5674             'KES' => {
5675             symbol => 'KES',
5676             display_name => {
5677             'currency' => q(Kenia-Schilling),
5678             'one' => q(Kenia-Schilling),
5679             'other' => q(Kenia-Schilling),
5680             },
5681             },
5682             'KGS' => {
5683             symbol => 'KGS',
5684             display_name => {
5685             'currency' => q(Kirgisischer Som),
5686             'one' => q(Kirgisischer Som),
5687             'other' => q(Kirgisische Som),
5688             },
5689             },
5690             'KHR' => {
5691             symbol => 'KHR',
5692             display_name => {
5693             'currency' => q(Kambodschanischer Riel),
5694             'one' => q(Kambodschanischer Riel),
5695             'other' => q(Kambodschanische Riel),
5696             },
5697             },
5698             'KMF' => {
5699             symbol => 'KMF',
5700             display_name => {
5701             'currency' => q(Komoren-Franc),
5702             'one' => q(Komoren-Franc),
5703             'other' => q(Komoren-Francs),
5704             },
5705             },
5706             'KPW' => {
5707             symbol => 'KPW',
5708             display_name => {
5709             'currency' => q(Nordkoreanischer Won),
5710             'one' => q(Nordkoreanischer Won),
5711             'other' => q(Nordkoreanische Won),
5712             },
5713             },
5714             'KRH' => {
5715             symbol => 'KRH',
5716             display_name => {
5717             'currency' => q(Südkoreanischer Hwan \(1953–1962\)),
5718             'one' => q(Südkoreanischer Hwan \(1953–1962\)),
5719             'other' => q(Südkoreanischer Hwan \(1953–1962\)),
5720             },
5721             },
5722             'KRO' => {
5723             symbol => 'KRO',
5724             display_name => {
5725             'currency' => q(Südkoreanischer Won \(1945–1953\)),
5726             'one' => q(Südkoreanischer Won \(1945–1953\)),
5727             'other' => q(Südkoreanischer Won \(1945–1953\)),
5728             },
5729             },
5730             'KRW' => {
5731             symbol => 'â‚©',
5732             display_name => {
5733             'currency' => q(Südkoreanischer Won),
5734             'one' => q(Südkoreanischer Won),
5735             'other' => q(Südkoreanische Won),
5736             },
5737             },
5738             'KWD' => {
5739             symbol => 'KWD',
5740             display_name => {
5741             'currency' => q(Kuwait-Dinar),
5742             'one' => q(Kuwait-Dinar),
5743             'other' => q(Kuwait-Dinar),
5744             },
5745             },
5746             'KYD' => {
5747             symbol => 'KYD',
5748             display_name => {
5749             'currency' => q(Kaiman-Dollar),
5750             'one' => q(Kaiman-Dollar),
5751             'other' => q(Kaiman-Dollar),
5752             },
5753             },
5754             'KZT' => {
5755             symbol => 'KZT',
5756             display_name => {
5757             'currency' => q(Kasachischer Tenge),
5758             'one' => q(Kasachischer Tenge),
5759             'other' => q(Kasachische Tenge),
5760             },
5761             },
5762             'LAK' => {
5763             symbol => 'LAK',
5764             display_name => {
5765             'currency' => q(Laotischer Kip),
5766             'one' => q(Laotischer Kip),
5767             'other' => q(Laotische Kip),
5768             },
5769             },
5770             'LBP' => {
5771             symbol => 'LBP',
5772             display_name => {
5773             'currency' => q(Libanesisches Pfund),
5774             'one' => q(Libanesisches Pfund),
5775             'other' => q(Libanesische Pfund),
5776             },
5777             },
5778             'LKR' => {
5779             symbol => 'LKR',
5780             display_name => {
5781             'currency' => q(Sri-Lanka-Rupie),
5782             'one' => q(Sri-Lanka-Rupie),
5783             'other' => q(Sri-Lanka-Rupien),
5784             },
5785             },
5786             'LRD' => {
5787             symbol => 'LRD',
5788             display_name => {
5789             'currency' => q(Liberianischer Dollar),
5790             'one' => q(Liberianischer Dollar),
5791             'other' => q(Liberianische Dollar),
5792             },
5793             },
5794             'LSL' => {
5795             symbol => 'LSL',
5796             display_name => {
5797             'currency' => q(Loti),
5798             'one' => q(Loti),
5799             'other' => q(Loti),
5800             },
5801             },
5802             'LTL' => {
5803             symbol => 'LTL',
5804             display_name => {
5805             'currency' => q(Litauischer Litas),
5806             'one' => q(Litauischer Litas),
5807             'other' => q(Litauische Litas),
5808             },
5809             },
5810             'LTT' => {
5811             symbol => 'LTT',
5812             display_name => {
5813             'currency' => q(Litauischer Talonas),
5814             'one' => q(Litauische Talonas),
5815             'other' => q(Litauische Talonas),
5816             },
5817             },
5818             'LUC' => {
5819             symbol => 'LUC',
5820             display_name => {
5821             'currency' => q(Luxemburgischer Franc \(konvertibel\)),
5822             'one' => q(Luxemburgische Franc \(konvertibel\)),
5823             'other' => q(Luxemburgische Franc \(konvertibel\)),
5824             },
5825             },
5826             'LUF' => {
5827             symbol => 'LUF',
5828             display_name => {
5829             'currency' => q(Luxemburgischer Franc),
5830             'one' => q(Luxemburgische Franc),
5831             'other' => q(Luxemburgische Franc),
5832             },
5833             },
5834             'LUL' => {
5835             symbol => 'LUL',
5836             display_name => {
5837             'currency' => q(Luxemburgischer Finanz-Franc),
5838             'one' => q(Luxemburgische Finanz-Franc),
5839             'other' => q(Luxemburgische Finanz-Franc),
5840             },
5841             },
5842             'LVL' => {
5843             symbol => 'LVL',
5844             display_name => {
5845             'currency' => q(Lettischer Lats),
5846             'one' => q(Lettischer Lats),
5847             'other' => q(Lettische Lats),
5848             },
5849             },
5850             'LVR' => {
5851             symbol => 'LVR',
5852             display_name => {
5853             'currency' => q(Lettischer Rubel),
5854             'one' => q(Lettische Rubel),
5855             'other' => q(Lettische Rubel),
5856             },
5857             },
5858             'LYD' => {
5859             symbol => 'LYD',
5860             display_name => {
5861             'currency' => q(Libyscher Dinar),
5862             'one' => q(Libyscher Dinar),
5863             'other' => q(Libysche Dinar),
5864             },
5865             },
5866             'MAD' => {
5867             symbol => 'MAD',
5868             display_name => {
5869             'currency' => q(Marokkanischer Dirham),
5870             'one' => q(Marokkanischer Dirham),
5871             'other' => q(Marokkanische Dirham),
5872             },
5873             },
5874             'MAF' => {
5875             symbol => 'MAF',
5876             display_name => {
5877             'currency' => q(Marokkanischer Franc),
5878             'one' => q(Marokkanische Franc),
5879             'other' => q(Marokkanische Franc),
5880             },
5881             },
5882             'MCF' => {
5883             symbol => 'MCF',
5884             display_name => {
5885             'currency' => q(Monegassischer Franc),
5886             'one' => q(Monegassischer Franc),
5887             'other' => q(Monegassische Franc),
5888             },
5889             },
5890             'MDC' => {
5891             symbol => 'MDC',
5892             display_name => {
5893             'currency' => q(Moldau-Cupon),
5894             'one' => q(Moldau-Cupon),
5895             'other' => q(Moldau-Cupon),
5896             },
5897             },
5898             'MDL' => {
5899             symbol => 'MDL',
5900             display_name => {
5901             'currency' => q(Moldau-Leu),
5902             'one' => q(Moldau-Leu),
5903             'other' => q(Moldau-Leu),
5904             },
5905             },
5906             'MGA' => {
5907             symbol => 'MGA',
5908             display_name => {
5909             'currency' => q(Madagaskar-Ariary),
5910             'one' => q(Madagaskar-Ariary),
5911             'other' => q(Madagaskar-Ariary),
5912             },
5913             },
5914             'MGF' => {
5915             symbol => 'MGF',
5916             display_name => {
5917             'currency' => q(Madagaskar-Franc),
5918             'one' => q(Madagaskar-Franc),
5919             'other' => q(Madagaskar-Franc),
5920             },
5921             },
5922             'MKD' => {
5923             symbol => 'MKD',
5924             display_name => {
5925             'currency' => q(Mazedonischer Denar),
5926             'one' => q(Mazedonischer Denar),
5927             'other' => q(Mazedonische Denari),
5928             },
5929             },
5930             'MKN' => {
5931             symbol => 'MKN',
5932             display_name => {
5933             'currency' => q(Mazedonischer Denar \(1992–1993\)),
5934             'one' => q(Mazedonischer Denar \(1992–1993\)),
5935             'other' => q(Mazedonische Denar \(1992–1993\)),
5936             },
5937             },
5938             'MLF' => {
5939             symbol => 'MLF',
5940             display_name => {
5941             'currency' => q(Malischer Franc),
5942             'one' => q(Malische Franc),
5943             'other' => q(Malische Franc),
5944             },
5945             },
5946             'MMK' => {
5947             symbol => 'MMK',
5948             display_name => {
5949             'currency' => q(Myanmarischer Kyat),
5950             'one' => q(Myanmarischer Kyat),
5951             'other' => q(Myanmarische Kyat),
5952             },
5953             },
5954             'MNT' => {
5955             symbol => 'MNT',
5956             display_name => {
5957             'currency' => q(Mongolischer Tögrög),
5958             'one' => q(Mongolischer Tögrög),
5959             'other' => q(Mongolische Tögrög),
5960             },
5961             },
5962             'MOP' => {
5963             symbol => 'MOP',
5964             display_name => {
5965             'currency' => q(Macao-Pataca),
5966             'one' => q(Macao-Pataca),
5967             'other' => q(Macao-Pataca),
5968             },
5969             },
5970             'MRO' => {
5971             symbol => 'MRO',
5972             display_name => {
5973             'currency' => q(Mauretanischer Ouguiya),
5974             'one' => q(Mauretanischer Ouguiya),
5975             'other' => q(Mauretanische Ouguiya),
5976             },
5977             },
5978             'MTL' => {
5979             symbol => 'MTL',
5980             display_name => {
5981             'currency' => q(Maltesische Lira),
5982             'one' => q(Maltesische Lira),
5983             'other' => q(Maltesische Lira),
5984             },
5985             },
5986             'MTP' => {
5987             symbol => 'MTP',
5988             display_name => {
5989             'currency' => q(Maltesisches Pfund),
5990             'one' => q(Maltesische Pfund),
5991             'other' => q(Maltesische Pfund),
5992             },
5993             },
5994             'MUR' => {
5995             symbol => 'MUR',
5996             display_name => {
5997             'currency' => q(Mauritius-Rupie),
5998             'one' => q(Mauritius-Rupie),
5999             'other' => q(Mauritius-Rupien),
6000             },
6001             },
6002             'MVP' => {
6003             display_name => {
6004             'currency' => q(Malediven-Rupie \(alt\)),
6005             'one' => q(Malediven-Rupie \(alt\)),
6006             'other' => q(Malediven-Rupien \(alt\)),
6007             },
6008             },
6009             'MVR' => {
6010             symbol => 'MVR',
6011             display_name => {
6012             'currency' => q(Malediven-Rufiyaa),
6013             'one' => q(Malediven-Rufiyaa),
6014             'other' => q(Malediven-Rupien),
6015             },
6016             },
6017             'MWK' => {
6018             symbol => 'MWK',
6019             display_name => {
6020             'currency' => q(Malawi-Kwacha),
6021             'one' => q(Malawi-Kwacha),
6022             'other' => q(Malawi-Kwacha),
6023             },
6024             },
6025             'MXN' => {
6026             symbol => 'MX$',
6027             display_name => {
6028             'currency' => q(Mexikanischer Peso),
6029             'one' => q(Mexikanischer Peso),
6030             'other' => q(Mexikanische Pesos),
6031             },
6032             },
6033             'MXP' => {
6034             symbol => 'MXP',
6035             display_name => {
6036             'currency' => q(Mexikanischer Silber-Peso \(1861–1992\)),
6037             'one' => q(Mexikanische Silber-Peso \(1861–1992\)),
6038             'other' => q(Mexikanische Silber-Pesos \(1861–1992\)),
6039             },
6040             },
6041             'MXV' => {
6042             symbol => 'MXV',
6043             display_name => {
6044             'currency' => q(Mexicanischer Unidad de Inversion \(UDI\)),
6045             'one' => q(Mexicanischer Unidad de Inversion \(UDI\)),
6046             'other' => q(Mexikanische Unidad de Inversion \(UDI\)),
6047             },
6048             },
6049             'MYR' => {
6050             symbol => 'MYR',
6051             display_name => {
6052             'currency' => q(Malaysischer Ringgit),
6053             'one' => q(Malaysischer Ringgit),
6054             'other' => q(Malaysische Ringgit),
6055             },
6056             },
6057             'MZE' => {
6058             display_name => {
6059             'currency' => q(Mosambikanischer Escudo),
6060             'one' => q(Mozambikanische Escudo),
6061             'other' => q(Mozambikanische Escudo),
6062             },
6063             },
6064             'MZM' => {
6065             symbol => 'MZM',
6066             display_name => {
6067             'currency' => q(Mosambikanischer Metical \(1980–2006\)),
6068             'one' => q(Mosambikanischer Metical \(1980–2006\)),
6069             'other' => q(Mosambikanische Meticais \(1980–2006\)),
6070             },
6071             },
6072             'MZN' => {
6073             symbol => 'MZN',
6074             display_name => {
6075             'currency' => q(Mosambikanischer Metical),
6076             'one' => q(Mosambikanischer Metical),
6077             'other' => q(Mosambikanische Meticais),
6078             },
6079             },
6080             'NAD' => {
6081             symbol => 'NAD',
6082             display_name => {
6083             'currency' => q(Namibia-Dollar),
6084             'one' => q(Namibia-Dollar),
6085             'other' => q(Namibia-Dollar),
6086             },
6087             },
6088             'NGN' => {
6089             symbol => 'NGN',
6090             display_name => {
6091             'currency' => q(Nigerianischer Naira),
6092             'one' => q(Nigerianischer Naira),
6093             'other' => q(Nigerianische Naira),
6094             },
6095             },
6096             'NIC' => {
6097             symbol => 'NIC',
6098             display_name => {
6099             'currency' => q(Nicaraguanischer Córdoba \(1988–1991\)),
6100             'one' => q(Nicaraguanischer Córdoba \(1988–1991\)),
6101             'other' => q(Nicaraguanische Córdoba \(1988–1991\)),
6102             },
6103             },
6104             'NIO' => {
6105             symbol => 'NIO',
6106             display_name => {
6107             'currency' => q(Nicaragua-Córdoba),
6108             'one' => q(Nicaragua-Córdoba),
6109             'other' => q(Nicaragua-Córdobas),
6110             },
6111             },
6112             'NLG' => {
6113             symbol => 'NLG',
6114             display_name => {
6115             'currency' => q(Niederländischer Gulden),
6116             'one' => q(Niederländischer Gulden),
6117             'other' => q(Niederländische Gulden),
6118             },
6119             },
6120             'NOK' => {
6121             symbol => 'NOK',
6122             display_name => {
6123             'currency' => q(Norwegische Krone),
6124             'one' => q(Norwegische Krone),
6125             'other' => q(Norwegische Kronen),
6126             },
6127             },
6128             'NPR' => {
6129             symbol => 'NPR',
6130             display_name => {
6131             'currency' => q(Nepalesische Rupie),
6132             'one' => q(Nepalesische Rupie),
6133             'other' => q(Nepalesische Rupien),
6134             },
6135             },
6136             'NZD' => {
6137             symbol => 'NZ$',
6138             display_name => {
6139             'currency' => q(Neuseeland-Dollar),
6140             'one' => q(Neuseeland-Dollar),
6141             'other' => q(Neuseeland-Dollar),
6142             },
6143             },
6144             'OMR' => {
6145             symbol => 'OMR',
6146             display_name => {
6147             'currency' => q(Omanischer Rial),
6148             'one' => q(Omanischer Rial),
6149             'other' => q(Omanische Rials),
6150             },
6151             },
6152             'PAB' => {
6153             symbol => 'PAB',
6154             display_name => {
6155             'currency' => q(Panamaischer Balboa),
6156             'one' => q(Panamaischer Balboa),
6157             'other' => q(Panamaische Balboas),
6158             },
6159             },
6160             'PEI' => {
6161             symbol => 'PEI',
6162             display_name => {
6163             'currency' => q(Peruanischer Inti),
6164             'one' => q(Peruanische Inti),
6165             'other' => q(Peruanische Inti),
6166             },
6167             },
6168             'PEN' => {
6169             symbol => 'PEN',
6170             display_name => {
6171             'currency' => q(Peruanischer Neuer Sol),
6172             'one' => q(Peruanischer Neuer Sol),
6173             'other' => q(Peruanische Neue Sol),
6174             },
6175             },
6176             'PES' => {
6177             symbol => 'PES',
6178             display_name => {
6179             'currency' => q(Peruanischer Sol \(1863–1965\)),
6180             'one' => q(Peruanischer Sol \(1863–1965\)),
6181             'other' => q(Peruanische Sol \(1863–1965\)),
6182             },
6183             },
6184             'PGK' => {
6185             symbol => 'PGK',
6186             display_name => {
6187             'currency' => q(Papua-Neuguineischer Kina),
6188             'one' => q(Papua-Neuguineischer Kina),
6189             'other' => q(Papua-Neuguineische Kina),
6190             },
6191             },
6192             'PHP' => {
6193             symbol => 'PHP',
6194             display_name => {
6195             'currency' => q(Philippinischer Peso),
6196             'one' => q(Philippinischer Peso),
6197             'other' => q(Philippinische Pesos),
6198             },
6199             },
6200             'PKR' => {
6201             symbol => 'PKR',
6202             display_name => {
6203             'currency' => q(Pakistanische Rupie),
6204             'one' => q(Pakistanische Rupie),
6205             'other' => q(Pakistanische Rupien),
6206             },
6207             },
6208             'PLN' => {
6209             symbol => 'PLN',
6210             display_name => {
6211             'currency' => q(Polnischer ZÅ‚oty),
6212             'one' => q(Polnischer ZÅ‚oty),
6213             'other' => q(Polnische ZÅ‚oty),
6214             },
6215             },
6216             'PLZ' => {
6217             display_name => {
6218             'currency' => q(Polnischer Zloty \(1950–1995\)),
6219             'one' => q(Polnischer Zloty \(1950–1995\)),
6220             'other' => q(Polnische Zloty \(1950–1995\)),
6221             },
6222             },
6223             'PTE' => {
6224             symbol => 'PTE',
6225             display_name => {
6226             'currency' => q(Portugiesischer Escudo),
6227             'one' => q(Portugiesische Escudo),
6228             'other' => q(Portugiesische Escudo),
6229             },
6230             },
6231             'PYG' => {
6232             symbol => 'PYG',
6233             display_name => {
6234             'currency' => q(Paraguayischer Guaraní),
6235             'one' => q(Paraguayischer Guaraní),
6236             'other' => q(Paraguayische Guaraníes),
6237             },
6238             },
6239             'QAR' => {
6240             symbol => 'QAR',
6241             display_name => {
6242             'currency' => q(Katar-Riyal),
6243             'one' => q(Katar-Riyal),
6244             'other' => q(Katar-Riyal),
6245             },
6246             },
6247             'RHD' => {
6248             symbol => 'RHD',
6249             display_name => {
6250             'currency' => q(Rhodesischer Dollar),
6251             'one' => q(Rhodesische Dollar),
6252             'other' => q(Rhodesische Dollar),
6253             },
6254             },
6255             'ROL' => {
6256             symbol => 'ROL',
6257             display_name => {
6258             'currency' => q(Rumänischer Leu \(1952–2006\)),
6259             'one' => q(Rumänischer Leu \(1952–2006\)),
6260             'other' => q(Rumänische Leu \(1952–2006\)),
6261             },
6262             },
6263             'RON' => {
6264             symbol => 'RON',
6265             display_name => {
6266             'currency' => q(Rumänischer Leu),
6267             'one' => q(Rumänischer Leu),
6268             'other' => q(Rumänische Leu),
6269             },
6270             },
6271             'RSD' => {
6272             symbol => 'RSD',
6273             display_name => {
6274             'currency' => q(Serbischer Dinar),
6275             'one' => q(Serbischer Dinar),
6276             'other' => q(Serbische Dinaren),
6277             },
6278             },
6279             'RUB' => {
6280             symbol => 'RUB',
6281             display_name => {
6282             'currency' => q(Russischer Rubel),
6283             'one' => q(Russischer Rubel),
6284             'other' => q(Russische Rubel),
6285             },
6286             },
6287             'RUR' => {
6288             symbol => 'RUR',
6289             display_name => {
6290             'currency' => q(Russischer Rubel \(1991–1998\)),
6291             'one' => q(Russischer Rubel \(1991–1998\)),
6292             'other' => q(Russische Rubel \(1991–1998\)),
6293             },
6294             },
6295             'RWF' => {
6296             symbol => 'RWF',
6297             display_name => {
6298             'currency' => q(Ruanda-Franc),
6299             'one' => q(Ruanda-Franc),
6300             'other' => q(Ruanda-Francs),
6301             },
6302             },
6303             'SAR' => {
6304             symbol => 'SAR',
6305             display_name => {
6306             'currency' => q(Saudi-Rial),
6307             'one' => q(Saudi-Rial),
6308             'other' => q(Saudi-Rial),
6309             },
6310             },
6311             'SBD' => {
6312             symbol => 'SBD',
6313             display_name => {
6314             'currency' => q(Salomonen-Dollar),
6315             'one' => q(Salomonen-Dollar),
6316             'other' => q(Salomonen-Dollar),
6317             },
6318             },
6319             'SCR' => {
6320             symbol => 'SCR',
6321             display_name => {
6322             'currency' => q(Seychellen-Rupie),
6323             'one' => q(Seychellen-Rupie),
6324             'other' => q(Seychellen-Rupien),
6325             },
6326             },
6327             'SDD' => {
6328             symbol => 'SDD',
6329             display_name => {
6330             'currency' => q(Sudanesischer Dinar \(1992–2007\)),
6331             'one' => q(Sudanesischer Dinar \(1992–2007\)),
6332             'other' => q(Sudanesische Dinar \(1992–2007\)),
6333             },
6334             },
6335             'SDG' => {
6336             symbol => 'SDG',
6337             display_name => {
6338             'currency' => q(Sudanesisches Pfund),
6339             'one' => q(Sudanesisches Pfund),
6340             'other' => q(Sudanesische Pfund),
6341             },
6342             },
6343             'SDP' => {
6344             symbol => 'SDP',
6345             display_name => {
6346             'currency' => q(Sudanesisches Pfund \(1957–1998\)),
6347             'one' => q(Sudanesisches Pfund \(1957–1998\)),
6348             'other' => q(Sudanesische Pfund \(1957–1998\)),
6349             },
6350             },
6351             'SEK' => {
6352             symbol => 'SEK',
6353             display_name => {
6354             'currency' => q(Schwedische Krone),
6355             'one' => q(Schwedische Krone),
6356             'other' => q(Schwedische Kronen),
6357             },
6358             },
6359             'SGD' => {
6360             symbol => 'SGD',
6361             display_name => {
6362             'currency' => q(Singapur-Dollar),
6363             'one' => q(Singapur-Dollar),
6364             'other' => q(Singapur-Dollar),
6365             },
6366             },
6367             'SHP' => {
6368             symbol => 'SHP',
6369             display_name => {
6370             'currency' => q(St. Helena-Pfund),
6371             'one' => q(St. Helena-Pfund),
6372             'other' => q(St. Helena-Pfund),
6373             },
6374             },
6375             'SIT' => {
6376             symbol => 'SIT',
6377             display_name => {
6378             'currency' => q(Slowenischer Tolar),
6379             'one' => q(Slowenischer Tolar),
6380             'other' => q(Slowenische Tolar),
6381             },
6382             },
6383             'SKK' => {
6384             symbol => 'SKK',
6385             display_name => {
6386             'currency' => q(Slowakische Krone),
6387             'one' => q(Slowakische Kronen),
6388             'other' => q(Slowakische Kronen),
6389             },
6390             },
6391             'SLL' => {
6392             symbol => 'SLL',
6393             display_name => {
6394             'currency' => q(Sierra-leonischer Leone),
6395             'one' => q(Sierra-leonischer Leone),
6396             'other' => q(Sierra-leonische Leones),
6397             },
6398             },
6399             'SOS' => {
6400             symbol => 'SOS',
6401             display_name => {
6402             'currency' => q(Somalia-Schilling),
6403             'one' => q(Somalia-Schilling),
6404             'other' => q(Somalia-Schilling),
6405             },
6406             },
6407             'SRD' => {
6408             symbol => 'SRD',
6409             display_name => {
6410             'currency' => q(Suriname-Dollar),
6411             'one' => q(Suriname-Dollar),
6412             'other' => q(Suriname-Dollar),
6413             },
6414             },
6415             'SRG' => {
6416             symbol => 'SRG',
6417             display_name => {
6418             'currency' => q(Suriname Gulden),
6419             'one' => q(Suriname-Gulden),
6420             'other' => q(Suriname-Gulden),
6421             },
6422             },
6423             'SSP' => {
6424             symbol => 'SSP',
6425             display_name => {
6426             'currency' => q(Südsudanesisches Pfund),
6427             'one' => q(Südsudanesisches Pfund),
6428             'other' => q(Südsudanesische Pfund),
6429             },
6430             },
6431             'STD' => {
6432             symbol => 'STD',
6433             display_name => {
6434             'currency' => q(São-toméischer Dobra),
6435             'one' => q(São-toméischer Dobra),
6436             'other' => q(São-toméische Dobra),
6437             },
6438             },
6439             'SUR' => {
6440             symbol => 'SUR',
6441             display_name => {
6442             'currency' => q(Sowjetischer Rubel),
6443             'one' => q(Sowjetische Rubel),
6444             'other' => q(Sowjetische Rubel),
6445             },
6446             },
6447             'SVC' => {
6448             symbol => 'SVC',
6449             display_name => {
6450             'currency' => q(El Salvador Colon),
6451             'one' => q(El Salvador-Colon),
6452             'other' => q(El Salvador-Colon),
6453             },
6454             },
6455             'SYP' => {
6456             symbol => 'SYP',
6457             display_name => {
6458             'currency' => q(Syrisches Pfund),
6459             'one' => q(Syrisches Pfund),
6460             'other' => q(Syrische Pfund),
6461             },
6462             },
6463             'SZL' => {
6464             symbol => 'SZL',
6465             display_name => {
6466             'currency' => q(Swasiländischer Lilangeni),
6467             'one' => q(Swasiländischer Lilangeni),
6468             'other' => q(Swasiländische Emalangeni),
6469             },
6470             },
6471             'THB' => {
6472             symbol => '฿',
6473             display_name => {
6474             'currency' => q(Thailändischer Baht),
6475             'one' => q(Thailändischer Baht),
6476             'other' => q(Thailändische Baht),
6477             },
6478             },
6479             'TJR' => {
6480             symbol => 'TJR',
6481             display_name => {
6482             'currency' => q(Tadschikistan Rubel),
6483             'one' => q(Tadschikistan-Rubel),
6484             'other' => q(Tadschikistan-Rubel),
6485             },
6486             },
6487             'TJS' => {
6488             symbol => 'TJS',
6489             display_name => {
6490             'currency' => q(Tadschikistan-Somoni),
6491             'one' => q(Tadschikistan-Somoni),
6492             'other' => q(Tadschikistan-Somoni),
6493             },
6494             },
6495             'TMM' => {
6496             symbol => 'TMM',
6497             display_name => {
6498             'currency' => q(Turkmenistan-Manat \(1993–2009\)),
6499             'one' => q(Turkmenistan-Manat \(1993–2009\)),
6500             'other' => q(Turkmenistan-Manat \(1993–2009\)),
6501             },
6502             },
6503             'TMT' => {
6504             symbol => 'TMT',
6505             display_name => {
6506             'currency' => q(Turkmenistan-Manat),
6507             'one' => q(Turkmenistan-Manat),
6508             'other' => q(Turkmenistan-Manat),
6509             },
6510             },
6511             'TND' => {
6512             symbol => 'TND',
6513             display_name => {
6514             'currency' => q(Tunesischer Dinar),
6515             'one' => q(Tunesischer Dinar),
6516             'other' => q(Tunesische Dinar),
6517             },
6518             },
6519             'TOP' => {
6520             symbol => 'TOP',
6521             display_name => {
6522             'currency' => q(Tongaischer PaÊ»anga),
6523             'one' => q(Tongaischer PaÊ»anga),
6524             'other' => q(Tongaische PaÊ»anga),
6525             },
6526             },
6527             'TPE' => {
6528             symbol => 'TPE',
6529             display_name => {
6530             'currency' => q(Timor-Escudo),
6531             'one' => q(Timor-Escudo),
6532             'other' => q(Timor-Escudo),
6533             },
6534             },
6535             'TRL' => {
6536             symbol => 'TRL',
6537             display_name => {
6538             'currency' => q(Türkische Lira \(1922–2005\)),
6539             'one' => q(Türkische Lira \(1922–2005\)),
6540             'other' => q(Türkische Lira \(1922–2005\)),
6541             },
6542             },
6543             'TRY' => {
6544             symbol => 'TRY',
6545             display_name => {
6546             'currency' => q(Türkische Lira),
6547             'one' => q(Türkische Lira),
6548             'other' => q(Türkische Lira),
6549             },
6550             },
6551             'TTD' => {
6552             symbol => 'TTD',
6553             display_name => {
6554             'currency' => q(Trinidad und Tobago-Dollar),
6555             'one' => q(Trinidad und Tobago-Dollar),
6556             'other' => q(Trinidad und Tobago-Dollar),
6557             },
6558             },
6559             'TWD' => {
6560             symbol => 'NT$',
6561             display_name => {
6562             'currency' => q(Neuer Taiwan-Dollar),
6563             'one' => q(Neuer Taiwan-Dollar),
6564             'other' => q(Neue Taiwan-Dollar),
6565             },
6566             },
6567             'TZS' => {
6568             symbol => 'TZS',
6569             display_name => {
6570             'currency' => q(Tansania-Schilling),
6571             'one' => q(Tansania-Schilling),
6572             'other' => q(Tansania-Schilling),
6573             },
6574             },
6575             'UAH' => {
6576             symbol => 'UAH',
6577             display_name => {
6578             'currency' => q(Ukrainische Hrywnja),
6579             'one' => q(Ukrainische Hrywnja),
6580             'other' => q(Ukrainische Hrywen),
6581             },
6582             },
6583             'UAK' => {
6584             symbol => 'UAK',
6585             display_name => {
6586             'currency' => q(Ukrainischer Karbovanetz),
6587             'one' => q(Ukrainische Karbovanetz),
6588             'other' => q(Ukrainische Karbovanetz),
6589             },
6590             },
6591             'UGS' => {
6592             symbol => 'UGS',
6593             display_name => {
6594             'currency' => q(Uganda-Schilling \(1966–1987\)),
6595             'one' => q(Uganda-Schilling \(1966–1987\)),
6596             'other' => q(Uganda-Schilling \(1966–1987\)),
6597             },
6598             },
6599             'UGX' => {
6600             symbol => 'UGX',
6601             display_name => {
6602             'currency' => q(Uganda-Schilling),
6603             'one' => q(Uganda-Schilling),
6604             'other' => q(Uganda-Schilling),
6605             },
6606             },
6607             'USD' => {
6608             symbol => '$',
6609             display_name => {
6610             'currency' => q(US-Dollar),
6611             'one' => q(US-Dollar),
6612             'other' => q(US-Dollar),
6613             },
6614             },
6615             'USN' => {
6616             symbol => 'USN',
6617             display_name => {
6618             'currency' => q(US Dollar \(Nächster Tag\)),
6619             'one' => q(US-Dollar \(Nächster Tag\)),
6620             'other' => q(US-Dollar \(Nächster Tag\)),
6621             },
6622             },
6623             'USS' => {
6624             symbol => 'USS',
6625             display_name => {
6626             'currency' => q(US Dollar \(Gleicher Tag\)),
6627             'one' => q(US-Dollar \(Gleicher Tag\)),
6628             'other' => q(US-Dollar \(Gleicher Tag\)),
6629             },
6630             },
6631             'UYI' => {
6632             symbol => 'UYI',
6633             display_name => {
6634             'currency' => q(Uruguayischer Peso \(Indexierte Rechnungseinheiten\)),
6635             'one' => q(Uruguayischer Peso \(Indexierte Rechnungseinheiten\)),
6636             'other' => q(Uruguayische Pesos \(Indexierte Rechnungseinheiten\)),
6637             },
6638             },
6639             'UYP' => {
6640             symbol => 'UYP',
6641             display_name => {
6642             'currency' => q(Uruguayischer Peso \(1975–1993\)),
6643             'one' => q(Uruguayischer Peso \(1975–1993\)),
6644             'other' => q(Uruguayische Pesos \(1975–1993\)),
6645             },
6646             },
6647             'UYU' => {
6648             symbol => 'UYU',
6649             display_name => {
6650             'currency' => q(Uruguayischer Peso),
6651             'one' => q(Uruguayischer Peso),
6652             'other' => q(Uruguayische Pesos),
6653             },
6654             },
6655             'UZS' => {
6656             symbol => 'UZS',
6657             display_name => {
6658             'currency' => q(Usbekistan-Sum),
6659             'one' => q(Usbekistan-Sum),
6660             'other' => q(Usbekistan-Sum),
6661             },
6662             },
6663             'VEB' => {
6664             symbol => 'VEB',
6665             display_name => {
6666             'currency' => q(Venezolanischer Bolívar \(1871–2008\)),
6667             'one' => q(Venezolanischer Bolívar \(1871–2008\)),
6668             'other' => q(Venezolanische Bolívares \(1871–2008\)),
6669             },
6670             },
6671             'VEF' => {
6672             symbol => 'VEF',
6673             display_name => {
6674             'currency' => q(Venezolanischer Bolívar),
6675             'one' => q(Venezolanischer Bolívar),
6676             'other' => q(Venezolanische Bolívares),
6677             },
6678             },
6679             'VND' => {
6680             symbol => 'â‚«',
6681             display_name => {
6682             'currency' => q(Vietnamesischer Dong),
6683             'one' => q(Vietnamesischer Dong),
6684             'other' => q(Vietnamesische Dong),
6685             },
6686             },
6687             'VNN' => {
6688             symbol => 'VNN',
6689             display_name => {
6690             'currency' => q(Vietnamesischer Dong\(1978–1985\)),
6691             'one' => q(Vietnamesischer Dong\(1978–1985\)),
6692             'other' => q(Vietnamesische Dong\(1978–1985\)),
6693             },
6694             },
6695             'VUV' => {
6696             symbol => 'VUV',
6697             display_name => {
6698             'currency' => q(Vanuatu-Vatu),
6699             'one' => q(Vanuatu-Vatu),
6700             'other' => q(Vanuatu-Vatu),
6701             },
6702             },
6703             'WST' => {
6704             symbol => 'WST',
6705             display_name => {
6706             'currency' => q(Samoanischer Tala),
6707             'one' => q(Samoanischer Tala),
6708             'other' => q(Samoanische Tala),
6709             },
6710             },
6711             'XAF' => {
6712             symbol => 'FCFA',
6713             display_name => {
6714             'currency' => q(CFA-Franc \(BEAC\)),
6715             'one' => q(CFA-Franc \(BEAC\)),
6716             'other' => q(CFA-Franc \(BEAC\)),
6717             },
6718             },
6719             'XAG' => {
6720             symbol => 'XAG',
6721             display_name => {
6722             'currency' => q(Unze Silber),
6723             'one' => q(Unze Silber),
6724             'other' => q(Unzen Silber),
6725             },
6726             },
6727             'XAU' => {
6728             symbol => 'XAU',
6729             display_name => {
6730             'currency' => q(Unze Gold),
6731             'one' => q(Unze Gold),
6732             'other' => q(Unzen Gold),
6733             },
6734             },
6735             'XBA' => {
6736             symbol => 'XBA',
6737             display_name => {
6738             'currency' => q(Europäische Rechnungseinheit),
6739             'one' => q(Europäische Rechnungseinheiten),
6740             'other' => q(Europäische Rechnungseinheiten),
6741             },
6742             },
6743             'XBB' => {
6744             symbol => 'XBB',
6745             display_name => {
6746             'currency' => q(Europäische Währungseinheit \(XBB\)),
6747             'one' => q(Europäische Währungseinheiten \(XBB\)),
6748             'other' => q(Europäische Währungseinheiten \(XBB\)),
6749             },
6750             },
6751             'XBC' => {
6752             symbol => 'XBC',
6753             display_name => {
6754             'currency' => q(Europäische Rechnungseinheit \(XBC\)),
6755             'one' => q(Europäische Rechnungseinheiten \(XBC\)),
6756             'other' => q(Europäische Rechnungseinheiten \(XBC\)),
6757             },
6758             },
6759             'XBD' => {
6760             symbol => 'XBD',
6761             display_name => {
6762             'currency' => q(Europäische Rechnungseinheit \(XBD\)),
6763             'one' => q(Europäische Rechnungseinheiten \(XBD\)),
6764             'other' => q(Europäische Rechnungseinheiten \(XBD\)),
6765             },
6766             },
6767             'XCD' => {
6768             symbol => 'EC$',
6769             display_name => {
6770             'currency' => q(Ostkaribischer Dollar),
6771             'one' => q(Ostkaribischer Dollar),
6772             'other' => q(Ostkaribische Dollar),
6773             },
6774             },
6775             'XDR' => {
6776             symbol => 'XDR',
6777             display_name => {
6778             'currency' => q(Sonderziehungsrechte),
6779             'one' => q(Sonderziehungsrechte),
6780             'other' => q(Sonderziehungsrechte),
6781             },
6782             },
6783             'XEU' => {
6784             symbol => 'XEU',
6785             display_name => {
6786             'currency' => q(Europäische Währungseinheit \(XEU\)),
6787             'one' => q(Europäische Währungseinheiten \(XEU\)),
6788             'other' => q(Europäische Währungseinheiten \(XEU\)),
6789             },
6790             },
6791             'XFO' => {
6792             symbol => 'XFO',
6793             display_name => {
6794             'currency' => q(Französischer Gold-Franc),
6795             'one' => q(Französische Gold-Franc),
6796             'other' => q(Französische Gold-Franc),
6797             },
6798             },
6799             'XFU' => {
6800             symbol => 'XFU',
6801             display_name => {
6802             'currency' => q(Französischer UIC-Franc),
6803             'one' => q(Französische UIC-Franc),
6804             'other' => q(Französische UIC-Franc),
6805             },
6806             },
6807             'XOF' => {
6808             symbol => 'CFA',
6809             display_name => {
6810             'currency' => q(CFA-Franc \(BCEAO\)),
6811             'one' => q(CFA-Franc \(BCEAO\)),
6812             'other' => q(CFA-Francs \(BCEAO\)),
6813             },
6814             },
6815             'XPD' => {
6816             symbol => 'XPD',
6817             display_name => {
6818             'currency' => q(Unze Palladium),
6819             'one' => q(Unze Palladium),
6820             'other' => q(Unzen Palladium),
6821             },
6822             },
6823             'XPF' => {
6824             symbol => 'CFPF',
6825             display_name => {
6826             'currency' => q(CFP-Franc),
6827             'one' => q(CFP-Franc),
6828             'other' => q(CFP-Franc),
6829             },
6830             },
6831             'XPT' => {
6832             symbol => 'XPT',
6833             display_name => {
6834             'currency' => q(Unze Platin),
6835             'one' => q(Unze Platin),
6836             'other' => q(Unzen Platin),
6837             },
6838             },
6839             'XRE' => {
6840             symbol => 'XRE',
6841             display_name => {
6842             'currency' => q(RINET Funds),
6843             'one' => q(RINET Funds),
6844             'other' => q(RINET Funds),
6845             },
6846             },
6847             'XSU' => {
6848             symbol => 'XSU',
6849             display_name => {
6850             'currency' => q(SUCRE),
6851             'one' => q(SUCRE),
6852             'other' => q(SUCRE),
6853             },
6854             },
6855             'XTS' => {
6856             symbol => 'XTS',
6857             display_name => {
6858             'currency' => q(Testwährung),
6859             'one' => q(Testwährung),
6860             'other' => q(Testwährung),
6861             },
6862             },
6863             'XUA' => {
6864             symbol => 'XUA',
6865             display_name => {
6866             'currency' => q(Rechnungseinheit der AfEB),
6867             'one' => q(Rechnungseinheit der AfEB),
6868             'other' => q(Rechnungseinheiten der AfEB),
6869             },
6870             },
6871             'XXX' => {
6872             symbol => 'XXX',
6873             display_name => {
6874             'currency' => q(Unbekannte Währung),
6875             'one' => q(\(unbekannte Währung\)),
6876             'other' => q(\(unbekannte Währung\)),
6877             },
6878             },
6879             'YDD' => {
6880             symbol => 'YDD',
6881             display_name => {
6882             'currency' => q(Jemen-Dinar),
6883             'one' => q(Jemen-Dinar),
6884             'other' => q(Jemen-Dinar),
6885             },
6886             },
6887             'YER' => {
6888             symbol => 'YER',
6889             display_name => {
6890             'currency' => q(Jemen-Rial),
6891             'one' => q(Jemen-Rial),
6892             'other' => q(Jemen-Rial),
6893             },
6894             },
6895             'YUD' => {
6896             symbol => 'YUD',
6897             display_name => {
6898             'currency' => q(Jugoslawischer Dinar \(1966–1990\)),
6899             'one' => q(Jugoslawischer Dinar \(1966–1990\)),
6900             'other' => q(Jugoslawische Dinar \(1966–1990\)),
6901             },
6902             },
6903             'YUM' => {
6904             symbol => 'YUM',
6905             display_name => {
6906             'currency' => q(Jugoslawischer Neuer Dinar \(1994–2002\)),
6907             'one' => q(Jugoslawischer Neuer Dinar \(1994–2002\)),
6908             'other' => q(Jugoslawische Neue Dinar \(1994–2002\)),
6909             },
6910             },
6911             'YUN' => {
6912             symbol => 'YUN',
6913             display_name => {
6914             'currency' => q(Jugoslawischer Dinar \(konvertibel\)),
6915             'one' => q(Jugoslawische Dinar \(konvertibel\)),
6916             'other' => q(Jugoslawische Dinar \(konvertibel\)),
6917             },
6918             },
6919             'YUR' => {
6920             symbol => 'YUR',
6921             display_name => {
6922             'currency' => q(Jugoslawischer reformierter Dinar \(1992–1993\)),
6923             'one' => q(Jugoslawischer reformierter Dinar \(1992–1993\)),
6924             'other' => q(Jugoslawische reformierte Dinar \(1992–1993\)),
6925             },
6926             },
6927             'ZAL' => {
6928             symbol => 'ZAL',
6929             display_name => {
6930             'currency' => q(Südafrikanischer Rand \(Finanz\)),
6931             'one' => q(Südafrikanischer Rand \(Finanz\)),
6932             'other' => q(Südafrikanischer Rand \(Finanz\)),
6933             },
6934             },
6935             'ZAR' => {
6936             symbol => 'ZAR',
6937             display_name => {
6938             'currency' => q(Südafrikanischer Rand),
6939             'one' => q(Südafrikanischer Rand),
6940             'other' => q(Südafrikanische Rand),
6941             },
6942             },
6943             'ZMK' => {
6944             symbol => 'ZMK',
6945             display_name => {
6946             'currency' => q(Kwacha \(1968–2012\)),
6947             'one' => q(Kwacha \(1968–2012\)),
6948             'other' => q(Kwacha \(1968–2012\)),
6949             },
6950             },
6951             'ZMW' => {
6952             symbol => 'ZMW',
6953             display_name => {
6954             'currency' => q(Kwacha),
6955             'one' => q(Kwacha),
6956             'other' => q(Kwacha),
6957             },
6958             },
6959             'ZRN' => {
6960             symbol => 'ZRN',
6961             display_name => {
6962             'currency' => q(Zaire-Neuer Zaïre \(1993–1998\)),
6963             'one' => q(Zaire-Neuer Zaïre \(1993–1998\)),
6964             'other' => q(Zaire-Neue Zaïre \(1993–1998\)),
6965             },
6966             },
6967             'ZRZ' => {
6968             symbol => 'ZRZ',
6969             display_name => {
6970             'currency' => q(Zaire-Zaïre \(1971–1993\)),
6971             'one' => q(Zaire-Zaïre \(1971–1993\)),
6972             'other' => q(Zaire-Zaïre \(1971–1993\)),
6973             },
6974             },
6975             'ZWD' => {
6976             symbol => 'ZWD',
6977             display_name => {
6978             'currency' => q(Simbabwe-Dollar \(1980–2008\)),
6979             'one' => q(Simbabwe-Dollar \(1980–2008\)),
6980             'other' => q(Simbabwe-Dollar \(1980–2008\)),
6981             },
6982             },
6983             'ZWL' => {
6984             symbol => 'ZWL',
6985             display_name => {
6986             'currency' => q(Simbabwe-Dollar \(2009\)),
6987             'one' => q(Simbabwe-Dollar \(2009\)),
6988             'other' => q(Simbabwe-Dollar \(2009\)),
6989             },
6990             },
6991             'ZWR' => {
6992             symbol => 'ZWR',
6993             display_name => {
6994             'currency' => q(Simbabwe-Dollar \(2008\)),
6995             'one' => q(Simbabwe-Dollar \(2008\)),
6996             'other' => q(Simbabwe-Dollar \(2008\)),
6997             },
6998             },
6999             } },
7000             );
7001              
7002              
7003             has 'calendar_months' => (
7004             is => 'ro',
7005             isa => HashRef,
7006             init_arg => undef,
7007             default => sub { {
7008             'gregorian' => {
7009             'format' => {
7010             abbreviated => {
7011             nonleap => [
7012             'Jan.',
7013             'Feb.',
7014             'März',
7015             'Apr.',
7016             'Mai',
7017             'Juni',
7018             'Juli',
7019             'Aug.',
7020             'Sep.',
7021             'Okt.',
7022             'Nov.',
7023             'Dez.'
7024             ],
7025             leap => [
7026            
7027             ],
7028             },
7029             narrow => {
7030             nonleap => [
7031             'J',
7032             'F',
7033             'M',
7034             'A',
7035             'M',
7036             'J',
7037             'J',
7038             'A',
7039             'S',
7040             'O',
7041             'N',
7042             'D'
7043             ],
7044             leap => [
7045            
7046             ],
7047             },
7048             wide => {
7049             nonleap => [
7050             'Januar',
7051             'Februar',
7052             'März',
7053             'April',
7054             'Mai',
7055             'Juni',
7056             'Juli',
7057             'August',
7058             'September',
7059             'Oktober',
7060             'November',
7061             'Dezember'
7062             ],
7063             leap => [
7064            
7065             ],
7066             },
7067             },
7068             'stand-alone' => {
7069             abbreviated => {
7070             nonleap => [
7071             'Jan',
7072             'Feb',
7073             'Mär',
7074             'Apr',
7075             'Mai',
7076             'Jun',
7077             'Jul',
7078             'Aug',
7079             'Sep',
7080             'Okt',
7081             'Nov',
7082             'Dez'
7083             ],
7084             leap => [
7085            
7086             ],
7087             },
7088             narrow => {
7089             nonleap => [
7090             'J',
7091             'F',
7092             'M',
7093             'A',
7094             'M',
7095             'J',
7096             'J',
7097             'A',
7098             'S',
7099             'O',
7100             'N',
7101             'D'
7102             ],
7103             leap => [
7104            
7105             ],
7106             },
7107             wide => {
7108             nonleap => [
7109             'Januar',
7110             'Februar',
7111             'März',
7112             'April',
7113             'Mai',
7114             'Juni',
7115             'Juli',
7116             'August',
7117             'September',
7118             'Oktober',
7119             'November',
7120             'Dezember'
7121             ],
7122             leap => [
7123            
7124             ],
7125             },
7126             },
7127             },
7128             } },
7129             );
7130              
7131             has 'calendar_days' => (
7132             is => 'ro',
7133             isa => HashRef,
7134             init_arg => undef,
7135             default => sub { {
7136             'gregorian' => {
7137             'format' => {
7138             abbreviated => {
7139             mon => 'Mo.',
7140             tue => 'Di.',
7141             wed => 'Mi.',
7142             thu => 'Do.',
7143             fri => 'Fr.',
7144             sat => 'Sa.',
7145             sun => 'So.'
7146             },
7147             narrow => {
7148             mon => 'M',
7149             tue => 'D',
7150             wed => 'M',
7151             thu => 'D',
7152             fri => 'F',
7153             sat => 'S',
7154             sun => 'S'
7155             },
7156             short => {
7157             mon => 'Mo.',
7158             tue => 'Di.',
7159             wed => 'Mi.',
7160             thu => 'Do.',
7161             fri => 'Fr.',
7162             sat => 'Sa.',
7163             sun => 'So.'
7164             },
7165             wide => {
7166             mon => 'Montag',
7167             tue => 'Dienstag',
7168             wed => 'Mittwoch',
7169             thu => 'Donnerstag',
7170             fri => 'Freitag',
7171             sat => 'Samstag',
7172             sun => 'Sonntag'
7173             },
7174             },
7175             'stand-alone' => {
7176             abbreviated => {
7177             mon => 'Mo',
7178             tue => 'Di',
7179             wed => 'Mi',
7180             thu => 'Do',
7181             fri => 'Fr',
7182             sat => 'Sa',
7183             sun => 'So'
7184             },
7185             narrow => {
7186             mon => 'M',
7187             tue => 'D',
7188             wed => 'M',
7189             thu => 'D',
7190             fri => 'F',
7191             sat => 'S',
7192             sun => 'S'
7193             },
7194             short => {
7195             mon => 'Mo.',
7196             tue => 'Di.',
7197             wed => 'Mi.',
7198             thu => 'Do.',
7199             fri => 'Fr.',
7200             sat => 'Sa.',
7201             sun => 'So.'
7202             },
7203             wide => {
7204             mon => 'Montag',
7205             tue => 'Dienstag',
7206             wed => 'Mittwoch',
7207             thu => 'Donnerstag',
7208             fri => 'Freitag',
7209             sat => 'Samstag',
7210             sun => 'Sonntag'
7211             },
7212             },
7213             },
7214             } },
7215             );
7216              
7217             has 'calendar_quarters' => (
7218             is => 'ro',
7219             isa => HashRef,
7220             init_arg => undef,
7221             default => sub { {
7222             'gregorian' => {
7223             'format' => {
7224             abbreviated => {0 => 'Q1',
7225             1 => 'Q2',
7226             2 => 'Q3',
7227             3 => 'Q4'
7228             },
7229             narrow => {0 => '1',
7230             1 => '2',
7231             2 => '3',
7232             3 => '4'
7233             },
7234             wide => {0 => '1. Quartal',
7235             1 => '2. Quartal',
7236             2 => '3. Quartal',
7237             3 => '4. Quartal'
7238             },
7239             },
7240             'stand-alone' => {
7241             abbreviated => {0 => 'Q1',
7242             1 => 'Q2',
7243             2 => 'Q3',
7244             3 => 'Q4'
7245             },
7246             narrow => {0 => '1',
7247             1 => '2',
7248             2 => '3',
7249             3 => '4'
7250             },
7251             wide => {0 => '1. Quartal',
7252             1 => '2. Quartal',
7253             2 => '3. Quartal',
7254             3 => '4. Quartal'
7255             },
7256             },
7257             },
7258             } },
7259             );
7260              
7261             has 'day_period_data' => (
7262             is => 'ro',
7263             isa => CodeRef,
7264             init_arg => undef,
7265             default => sub { sub {
7266             # Time in hhmm format
7267             my ($self, $type, $time, $day_period_type) = @_;
7268             $day_period_type //= 'default';
7269             SWITCH:
7270             for ($type) {
7271             if ($_ eq 'buddhist') {
7272             if($day_period_type eq 'selection') {
7273             return 'evening1' if $time >= 1800
7274             && $time < 2400;
7275             return 'morning2' if $time >= 1000
7276             && $time < 1200;
7277             return 'night1' if $time >= 0
7278             && $time < 500;
7279             return 'afternoon2' if $time >= 1300
7280             && $time < 1800;
7281             return 'morning1' if $time >= 500
7282             && $time < 1000;
7283             return 'afternoon1' if $time >= 1200
7284             && $time < 1300;
7285             }
7286             if($day_period_type eq 'default') {
7287             return 'midnight' if $time == 0;
7288             return 'afternoon2' if $time >= 1300
7289             && $time < 1800;
7290             return 'morning1' if $time >= 500
7291             && $time < 1000;
7292             return 'afternoon1' if $time >= 1200
7293             && $time < 1300;
7294             return 'night1' if $time >= 0
7295             && $time < 500;
7296             return 'morning2' if $time >= 1000
7297             && $time < 1200;
7298             return 'evening1' if $time >= 1800
7299             && $time < 2400;
7300             }
7301             last SWITCH;
7302             }
7303             if ($_ eq 'generic') {
7304             if($day_period_type eq 'selection') {
7305             return 'evening1' if $time >= 1800
7306             && $time < 2400;
7307             return 'morning2' if $time >= 1000
7308             && $time < 1200;
7309             return 'night1' if $time >= 0
7310             && $time < 500;
7311             return 'afternoon2' if $time >= 1300
7312             && $time < 1800;
7313             return 'morning1' if $time >= 500
7314             && $time < 1000;
7315             return 'afternoon1' if $time >= 1200
7316             && $time < 1300;
7317             }
7318             if($day_period_type eq 'default') {
7319             return 'midnight' if $time == 0;
7320             return 'afternoon2' if $time >= 1300
7321             && $time < 1800;
7322             return 'morning1' if $time >= 500
7323             && $time < 1000;
7324             return 'afternoon1' if $time >= 1200
7325             && $time < 1300;
7326             return 'night1' if $time >= 0
7327             && $time < 500;
7328             return 'morning2' if $time >= 1000
7329             && $time < 1200;
7330             return 'evening1' if $time >= 1800
7331             && $time < 2400;
7332             }
7333             last SWITCH;
7334             }
7335             if ($_ eq 'japanese') {
7336             if($day_period_type eq 'selection') {
7337             return 'evening1' if $time >= 1800
7338             && $time < 2400;
7339             return 'morning2' if $time >= 1000
7340             && $time < 1200;
7341             return 'night1' if $time >= 0
7342             && $time < 500;
7343             return 'afternoon2' if $time >= 1300
7344             && $time < 1800;
7345             return 'morning1' if $time >= 500
7346             && $time < 1000;
7347             return 'afternoon1' if $time >= 1200
7348             && $time < 1300;
7349             }
7350             if($day_period_type eq 'default') {
7351             return 'midnight' if $time == 0;
7352             return 'afternoon2' if $time >= 1300
7353             && $time < 1800;
7354             return 'morning1' if $time >= 500
7355             && $time < 1000;
7356             return 'afternoon1' if $time >= 1200
7357             && $time < 1300;
7358             return 'night1' if $time >= 0
7359             && $time < 500;
7360             return 'morning2' if $time >= 1000
7361             && $time < 1200;
7362             return 'evening1' if $time >= 1800
7363             && $time < 2400;
7364             }
7365             last SWITCH;
7366             }
7367             if ($_ eq 'hebrew') {
7368             if($day_period_type eq 'selection') {
7369             return 'evening1' if $time >= 1800
7370             && $time < 2400;
7371             return 'morning2' if $time >= 1000
7372             && $time < 1200;
7373             return 'night1' if $time >= 0
7374             && $time < 500;
7375             return 'afternoon2' if $time >= 1300
7376             && $time < 1800;
7377             return 'morning1' if $time >= 500
7378             && $time < 1000;
7379             return 'afternoon1' if $time >= 1200
7380             && $time < 1300;
7381             }
7382             if($day_period_type eq 'default') {
7383             return 'midnight' if $time == 0;
7384             return 'afternoon2' if $time >= 1300
7385             && $time < 1800;
7386             return 'morning1' if $time >= 500
7387             && $time < 1000;
7388             return 'afternoon1' if $time >= 1200
7389             && $time < 1300;
7390             return 'night1' if $time >= 0
7391             && $time < 500;
7392             return 'morning2' if $time >= 1000
7393             && $time < 1200;
7394             return 'evening1' if $time >= 1800
7395             && $time < 2400;
7396             }
7397             last SWITCH;
7398             }
7399             if ($_ eq 'roc') {
7400             if($day_period_type eq 'selection') {
7401             return 'evening1' if $time >= 1800
7402             && $time < 2400;
7403             return 'morning2' if $time >= 1000
7404             && $time < 1200;
7405             return 'night1' if $time >= 0
7406             && $time < 500;
7407             return 'afternoon2' if $time >= 1300
7408             && $time < 1800;
7409             return 'morning1' if $time >= 500
7410             && $time < 1000;
7411             return 'afternoon1' if $time >= 1200
7412             && $time < 1300;
7413             }
7414             if($day_period_type eq 'default') {
7415             return 'midnight' if $time == 0;
7416             return 'afternoon2' if $time >= 1300
7417             && $time < 1800;
7418             return 'morning1' if $time >= 500
7419             && $time < 1000;
7420             return 'afternoon1' if $time >= 1200
7421             && $time < 1300;
7422             return 'night1' if $time >= 0
7423             && $time < 500;
7424             return 'morning2' if $time >= 1000
7425             && $time < 1200;
7426             return 'evening1' if $time >= 1800
7427             && $time < 2400;
7428             }
7429             last SWITCH;
7430             }
7431             if ($_ eq 'islamic') {
7432             if($day_period_type eq 'selection') {
7433             return 'evening1' if $time >= 1800
7434             && $time < 2400;
7435             return 'morning2' if $time >= 1000
7436             && $time < 1200;
7437             return 'night1' if $time >= 0
7438             && $time < 500;
7439             return 'afternoon2' if $time >= 1300
7440             && $time < 1800;
7441             return 'morning1' if $time >= 500
7442             && $time < 1000;
7443             return 'afternoon1' if $time >= 1200
7444             && $time < 1300;
7445             }
7446             if($day_period_type eq 'default') {
7447             return 'midnight' if $time == 0;
7448             return 'afternoon2' if $time >= 1300
7449             && $time < 1800;
7450             return 'morning1' if $time >= 500
7451             && $time < 1000;
7452             return 'afternoon1' if $time >= 1200
7453             && $time < 1300;
7454             return 'night1' if $time >= 0
7455             && $time < 500;
7456             return 'morning2' if $time >= 1000
7457             && $time < 1200;
7458             return 'evening1' if $time >= 1800
7459             && $time < 2400;
7460             }
7461             last SWITCH;
7462             }
7463             if ($_ eq 'chinese') {
7464             if($day_period_type eq 'selection') {
7465             return 'evening1' if $time >= 1800
7466             && $time < 2400;
7467             return 'morning2' if $time >= 1000
7468             && $time < 1200;
7469             return 'night1' if $time >= 0
7470             && $time < 500;
7471             return 'afternoon2' if $time >= 1300
7472             && $time < 1800;
7473             return 'morning1' if $time >= 500
7474             && $time < 1000;
7475             return 'afternoon1' if $time >= 1200
7476             && $time < 1300;
7477             }
7478             if($day_period_type eq 'default') {
7479             return 'midnight' if $time == 0;
7480             return 'afternoon2' if $time >= 1300
7481             && $time < 1800;
7482             return 'morning1' if $time >= 500
7483             && $time < 1000;
7484             return 'afternoon1' if $time >= 1200
7485             && $time < 1300;
7486             return 'night1' if $time >= 0
7487             && $time < 500;
7488             return 'morning2' if $time >= 1000
7489             && $time < 1200;
7490             return 'evening1' if $time >= 1800
7491             && $time < 2400;
7492             }
7493             last SWITCH;
7494             }
7495             if ($_ eq 'gregorian') {
7496             if($day_period_type eq 'selection') {
7497             return 'evening1' if $time >= 1800
7498             && $time < 2400;
7499             return 'morning2' if $time >= 1000
7500             && $time < 1200;
7501             return 'night1' if $time >= 0
7502             && $time < 500;
7503             return 'afternoon2' if $time >= 1300
7504             && $time < 1800;
7505             return 'morning1' if $time >= 500
7506             && $time < 1000;
7507             return 'afternoon1' if $time >= 1200
7508             && $time < 1300;
7509             }
7510             if($day_period_type eq 'default') {
7511             return 'midnight' if $time == 0;
7512             return 'afternoon2' if $time >= 1300
7513             && $time < 1800;
7514             return 'morning1' if $time >= 500
7515             && $time < 1000;
7516             return 'afternoon1' if $time >= 1200
7517             && $time < 1300;
7518             return 'night1' if $time >= 0
7519             && $time < 500;
7520             return 'morning2' if $time >= 1000
7521             && $time < 1200;
7522             return 'evening1' if $time >= 1800
7523             && $time < 2400;
7524             }
7525             last SWITCH;
7526             }
7527             }
7528             } },
7529             );
7530              
7531             around day_period_data => sub {
7532             my ($orig, $self) = @_;
7533             return $self->$orig;
7534             };
7535              
7536             has 'day_periods' => (
7537             is => 'ro',
7538             isa => HashRef,
7539             init_arg => undef,
7540             default => sub { {
7541             'gregorian' => {
7542             'format' => {
7543             'abbreviated' => {
7544             'midnight' => q{Mitternacht},
7545             'afternoon2' => q{nachmittags},
7546             'am' => q{vorm.},
7547             'evening1' => q{abends},
7548             'night1' => q{nachts},
7549             'morning2' => q{vormittags},
7550             'afternoon1' => q{mittags},
7551             'pm' => q{nachm.},
7552             'morning1' => q{morgens},
7553             },
7554             'narrow' => {
7555             'midnight' => q{Mitternacht},
7556             'afternoon2' => q{nachmittags},
7557             'evening1' => q{abends},
7558             'am' => q{vm.},
7559             'morning1' => q{morgens},
7560             'pm' => q{nm.},
7561             'afternoon1' => q{mittags},
7562             'morning2' => q{vormittags},
7563             'night1' => q{nachts},
7564             },
7565             'wide' => {
7566             'pm' => q{nachm.},
7567             'afternoon1' => q{mittags},
7568             'morning1' => q{morgens},
7569             'morning2' => q{vormittags},
7570             'night1' => q{nachts},
7571             'evening1' => q{abends},
7572             'am' => q{vorm.},
7573             'afternoon2' => q{nachmittags},
7574             'midnight' => q{Mitternacht},
7575             },
7576             },
7577             'stand-alone' => {
7578             'abbreviated' => {
7579             'am' => q{vorm.},
7580             'evening1' => q{Abend},
7581             'night1' => q{Nacht},
7582             'morning2' => q{Vormittag},
7583             'morning1' => q{Morgen},
7584             'afternoon1' => q{Mittag},
7585             'pm' => q{nachm.},
7586             'midnight' => q{Mitternacht},
7587             'afternoon2' => q{Nachmittag},
7588             },
7589             'narrow' => {
7590             'evening1' => q{Abend},
7591             'am' => q{vorm.},
7592             'morning1' => q{Morgen},
7593             'pm' => q{nachm.},
7594             'afternoon1' => q{Mittag},
7595             'night1' => q{Nacht},
7596             'morning2' => q{Vormittag},
7597             'midnight' => q{Mitternacht},
7598             'afternoon2' => q{Nachmittag},
7599             },
7600             'wide' => {
7601             'midnight' => q{Mitternacht},
7602             'afternoon2' => q{Nachmittag},
7603             'am' => q{vorm.},
7604             'evening1' => q{Abend},
7605             'morning2' => q{Vormittag},
7606             'night1' => q{Nacht},
7607             'morning1' => q{Morgen},
7608             'afternoon1' => q{Mittag},
7609             'pm' => q{nachm.},
7610             },
7611             },
7612             },
7613             } },
7614             );
7615              
7616             has 'eras' => (
7617             is => 'ro',
7618             isa => HashRef,
7619             init_arg => undef,
7620             default => sub { {
7621             'buddhist' => {
7622             abbreviated => {
7623             '0' => 'BE'
7624             },
7625             },
7626             'chinese' => {
7627             },
7628             'generic' => {
7629             },
7630             'gregorian' => {
7631             abbreviated => {
7632             '0' => 'v. Chr.',
7633             '1' => 'n. Chr.'
7634             },
7635             narrow => {
7636             '0' => 'v. Chr.',
7637             '1' => 'n. Chr.'
7638             },
7639             wide => {
7640             '0' => 'v. Chr.',
7641             '1' => 'n. Chr.'
7642             },
7643             },
7644             'hebrew' => {
7645             abbreviated => {
7646             '0' => 'AM'
7647             },
7648             },
7649             'islamic' => {
7650             abbreviated => {
7651             '0' => 'AH'
7652             },
7653             },
7654             'japanese' => {
7655             abbreviated => {
7656             '0' => 'Taika (645–650)'
7657             },
7658             },
7659             'roc' => {
7660             abbreviated => {
7661             '0' => 'Before R.O.C.',
7662             '1' => 'Minguo'
7663             },
7664             },
7665             } },
7666             );
7667              
7668             has 'date_formats' => (
7669             is => 'ro',
7670             isa => HashRef,
7671             init_arg => undef,
7672             default => sub { {
7673             'buddhist' => {
7674             },
7675             'chinese' => {
7676             'full' => q{EEEE, d. MMMM U},
7677             'long' => q{d. MMMM U},
7678             'medium' => q{dd.MM U},
7679             'short' => q{dd.MM.yy},
7680             },
7681             'generic' => {
7682             'full' => q{EEEE, d. MMMM y G},
7683             'long' => q{d. MMMM y G},
7684             'medium' => q{dd.MM.y G},
7685             'short' => q{dd.MM.yy GGGGG},
7686             },
7687             'gregorian' => {
7688             'full' => q{EEEE, d. MMMM y},
7689             'long' => q{d. MMMM y},
7690             'medium' => q{dd.MM.y},
7691             'short' => q{dd.MM.yy},
7692             },
7693             'hebrew' => {
7694             },
7695             'islamic' => {
7696             },
7697             'japanese' => {
7698             'full' => q{EEEE, d. MMMM y G},
7699             'long' => q{d. MMMM y G},
7700             'medium' => q{dd.MM.y G},
7701             'short' => q{dd.MM.yy GGGGG},
7702             },
7703             'roc' => {
7704             },
7705             } },
7706             );
7707              
7708             has 'time_formats' => (
7709             is => 'ro',
7710             isa => HashRef,
7711             init_arg => undef,
7712             default => sub { {
7713             'buddhist' => {
7714             },
7715             'chinese' => {
7716             },
7717             'generic' => {
7718             },
7719             'gregorian' => {
7720             'full' => q{HH:mm:ss zzzz},
7721             'long' => q{HH:mm:ss z},
7722             'medium' => q{HH:mm:ss},
7723             'short' => q{HH:mm},
7724             },
7725             'hebrew' => {
7726             },
7727             'islamic' => {
7728             },
7729             'japanese' => {
7730             },
7731             'roc' => {
7732             },
7733             } },
7734             );
7735              
7736             has 'datetime_formats' => (
7737             is => 'ro',
7738             isa => HashRef,
7739             init_arg => undef,
7740             default => sub { {
7741             'buddhist' => {
7742             },
7743             'chinese' => {
7744             },
7745             'generic' => {
7746             'full' => q{{1} 'um' {0}},
7747             'long' => q{{1} 'um' {0}},
7748             'medium' => q{{1}, {0}},
7749             'short' => q{{1}, {0}},
7750             },
7751             'gregorian' => {
7752             'full' => q{{1} 'um' {0}},
7753             'long' => q{{1} 'um' {0}},
7754             'medium' => q{{1}, {0}},
7755             'short' => q{{1}, {0}},
7756             },
7757             'hebrew' => {
7758             },
7759             'islamic' => {
7760             },
7761             'japanese' => {
7762             },
7763             'roc' => {
7764             },
7765             } },
7766             );
7767              
7768             has 'datetime_formats_available_formats' => (
7769             is => 'ro',
7770             isa => HashRef,
7771             init_arg => undef,
7772             default => sub { {
7773             'chinese' => {
7774             Ed => q{E, d.},
7775             Gy => q{U},
7776             GyMMM => q{MMM U},
7777             GyMMMEd => q{E, d. MMM U},
7778             GyMMMd => q{d. MMM U},
7779             H => q{HH 'Uhr'},
7780             Hm => q{HH:mm},
7781             Hms => q{HH:mm:ss},
7782             M => q{L},
7783             MEd => q{E, d.M.},
7784             MMM => q{LLL},
7785             MMMEd => q{E, d. MMM},
7786             MMMMd => q{d. MMMM},
7787             MMMd => q{d. MMM},
7788             Md => q{d.M.},
7789             d => q{d},
7790             h => q{h a},
7791             hm => q{h:mm a},
7792             hms => q{h:mm:ss a},
7793             ms => q{mm:ss},
7794             y => q{U},
7795             yyyy => q{U},
7796             yyyyM => q{M.y},
7797             yyyyMEd => q{E, d.M.y},
7798             yyyyMMM => q{MMM U},
7799             yyyyMMMEd => q{E, d. MMM U},
7800             yyyyMMMM => q{MMMM U},
7801             yyyyMMMd => q{d. MMM U},
7802             yyyyMd => q{d.M.y},
7803             yyyyQQQ => q{QQQ U},
7804             yyyyQQQQ => q{QQQQ U},
7805             },
7806             'gregorian' => {
7807             E => q{ccc},
7808             EHm => q{E, HH:mm},
7809             EHms => q{E, HH:mm:ss},
7810             Ed => q{E, d.},
7811             Ehm => q{E h:mm a},
7812             Ehms => q{E, h:mm:ss a},
7813             Gy => q{y G},
7814             GyMMM => q{MMM y G},
7815             GyMMMEd => q{E, d. MMM y G},
7816             GyMMMd => q{d. MMM y G},
7817             H => q{HH 'Uhr'},
7818             Hm => q{HH:mm},
7819             Hms => q{HH:mm:ss},
7820             Hmsv => q{HH:mm:ss v},
7821             Hmv => q{HH:mm v},
7822             M => q{L},
7823             MEd => q{E, d.M.},
7824             MMM => q{LLL},
7825             MMMEd => q{E, d. MMM},
7826             MMMMEd => q{E, d. MMMM},
7827             MMMMd => q{d. MMMM},
7828             MMMd => q{d. MMM},
7829             MMd => q{d.MM.},
7830             MMdd => q{dd.MM.},
7831             Md => q{d.M.},
7832             d => q{d},
7833             h => q{h a},
7834             hm => q{h:mm a},
7835             hms => q{h:mm:ss a},
7836             hmsv => q{h:mm:ss a v},
7837             hmv => q{h:mm a v},
7838             ms => q{mm:ss},
7839             y => q{y},
7840             yM => q{M.y},
7841             yMEd => q{E, d.M.y},
7842             yMM => q{MM.y},
7843             yMMM => q{MMM y},
7844             yMMMEd => q{E, d. MMM y},
7845             yMMMM => q{MMMM y},
7846             yMMMd => q{d. MMM y},
7847             yMMdd => q{dd.MM.y},
7848             yMd => q{d.M.y},
7849             yQQQ => q{QQQ y},
7850             yQQQQ => q{QQQQ y},
7851             },
7852             'generic' => {
7853             E => q{ccc},
7854             Ed => q{E, d.},
7855             Gy => q{y G},
7856             GyMMM => q{MMM y G},
7857             GyMMMEd => q{E, d. MMM y G},
7858             GyMMMd => q{d. MMM y G},
7859             H => q{HH 'Uhr'},
7860             Hm => q{HH:mm},
7861             Hms => q{HH:mm:ss},
7862             M => q{L},
7863             MEd => q{E, d.M.},
7864             MMM => q{LLL},
7865             MMMEd => q{E, d. MMM},
7866             MMMMd => q{d. MMMM},
7867             MMMd => q{d. MMM},
7868             Md => q{d.M.},
7869             d => q{d},
7870             h => q{h a},
7871             hm => q{h:mm a},
7872             hms => q{h:mm:ss a},
7873             ms => q{mm:ss},
7874             y => q{y G},
7875             yyyy => q{y G},
7876             yyyyM => q{M.y GGGGG},
7877             yyyyMEd => q{E, d.M.y GGGGG},
7878             yyyyMMM => q{MMM y G},
7879             yyyyMMMEd => q{E, d. MMM y G},
7880             yyyyMMMM => q{MMMM y G},
7881             yyyyMMMd => q{d. MMM y G},
7882             yyyyMd => q{d.M.y GGGGG},
7883             yyyyQQQ => q{QQQ y G},
7884             yyyyQQQQ => q{QQQQ y G},
7885             },
7886             } },
7887             );
7888              
7889             has 'datetime_formats_append_item' => (
7890             is => 'ro',
7891             isa => HashRef,
7892             init_arg => undef,
7893             default => sub { {
7894             'gregorian' => {
7895             'Timezone' => '{0} {1}',
7896             },
7897             } },
7898             );
7899              
7900             has 'datetime_formats_interval' => (
7901             is => 'ro',
7902             isa => HashRef,
7903             init_arg => undef,
7904             default => sub { {
7905             'gregorian' => {
7906             H => {
7907             H => q{HH–HH 'Uhr'},
7908             },
7909             Hm => {
7910             H => q{HH:mm–HH:mm 'Uhr'},
7911             m => q{HH:mm–HH:mm 'Uhr'},
7912             },
7913             Hmv => {
7914             H => q{HH:mm–HH:mm 'Uhr' v},
7915             m => q{HH:mm–HH:mm 'Uhr' v},
7916             },
7917             Hv => {
7918             H => q{HH–HH 'Uhr' v},
7919             },
7920             M => {
7921             M => q{M.–M.},
7922             },
7923             MEd => {
7924             M => q{E, dd.MM. – E, dd.MM.},
7925             d => q{E, dd.MM. – E, dd.MM.},
7926             },
7927             MMM => {
7928             M => q{MMM–MMM},
7929             },
7930             MMMEd => {
7931             M => q{E, d. MMM – E, d. MMM},
7932             d => q{E, d. – E, d. MMM},
7933             },
7934             MMMM => {
7935             M => q{LLLL–LLLL},
7936             },
7937             MMMd => {
7938             M => q{d. MMM – d. MMM},
7939             d => q{d.–d. MMM},
7940             },
7941             Md => {
7942             M => q{dd.MM. – dd.MM.},
7943             d => q{dd.MM. – dd.MM.},
7944             },
7945             d => {
7946             d => q{d.–d.},
7947             },
7948             fallback => '{0} – {1}',
7949             h => {
7950             a => q{h a – h a},
7951             h => q{h–h a},
7952             },
7953             hm => {
7954             a => q{h:mm a – h:mm a},
7955             h => q{h:mm–h:mm a},
7956             m => q{h:mm–h:mm a},
7957             },
7958             hmv => {
7959             a => q{h:mm a – h:mm a v},
7960             h => q{h:mm–h:mm a v},
7961             m => q{h:mm–h:mm a v},
7962             },
7963             hv => {
7964             a => q{h a – h a v},
7965             h => q{h–h a v},
7966             },
7967             y => {
7968             y => q{y–y},
7969             },
7970             yM => {
7971             M => q{MM.y – MM.y},
7972             y => q{MM.y – MM.y},
7973             },
7974             yMEd => {
7975             M => q{E, dd.MM.y – E, dd.MM.y},
7976             d => q{E, dd.MM.y – E, dd.MM.y},
7977             y => q{E, dd.MM.y – E, dd.MM.y},
7978             },
7979             yMMM => {
7980             M => q{MMM–MMM y},
7981             y => q{MMM y – MMM y},
7982             },
7983             yMMMEd => {
7984             M => q{E, d. MMM – E, d. MMM y},
7985             d => q{E, d. – E, d. MMM y},
7986             y => q{E, d. MMM y – E, d. MMM y},
7987             },
7988             yMMMM => {
7989             M => q{MMMM–MMMM y},
7990             y => q{MMMM y – MMMM y},
7991             },
7992             yMMMd => {
7993             M => q{d. MMM – d. MMM y},
7994             d => q{d.–d. MMM y},
7995             y => q{d. MMM y – d. MMM y},
7996             },
7997             yMd => {
7998             M => q{dd.MM.y – dd.MM.y},
7999             d => q{dd.MM.y – dd.MM.y},
8000             y => q{dd.MM.y – dd.MM.y},
8001             },
8002             },
8003             'generic' => {
8004             H => {
8005             H => q{HH–HH 'Uhr'},
8006             },
8007             Hm => {
8008             H => q{HH:mm–HH:mm},
8009             m => q{HH:mm–HH:mm},
8010             },
8011             Hmv => {
8012             H => q{HH:mm–HH:mm v},
8013             m => q{HH:mm–HH:mm v},
8014             },
8015             Hv => {
8016             H => q{HH–HH 'Uhr' v},
8017             },
8018             M => {
8019             M => q{M.–M.},
8020             },
8021             MEd => {
8022             M => q{E, dd.MM. – E, dd.MM.},
8023             d => q{E, dd.MM. – E, dd.MM.},
8024             },
8025             MMM => {
8026             M => q{MMM–MMM},
8027             },
8028             MMMEd => {
8029             M => q{E, d. MMM – E, d. MMM},
8030             d => q{E, d. – E, d. MMM},
8031             },
8032             MMMM => {
8033             M => q{LLLL–LLLL},
8034             },
8035             MMMd => {
8036             M => q{d. MMM – d. MMM},
8037             d => q{d.–d. MMM},
8038             },
8039             Md => {
8040             M => q{dd.MM. – dd.MM.},
8041             d => q{dd.MM. – dd.MM.},
8042             },
8043             d => {
8044             d => q{d.–d.},
8045             },
8046             fallback => '{0} – {1}',
8047             h => {
8048             a => q{h a – h a},
8049             h => q{h–h a},
8050             },
8051             hm => {
8052             a => q{h:mm a – h:mm a},
8053             h => q{h:mm–h:mm a},
8054             m => q{h:mm–h:mm a},
8055             },
8056             hmv => {
8057             a => q{h:mm a – h:mm a v},
8058             h => q{h:mm–h:mm a v},
8059             m => q{h:mm–h:mm a v},
8060             },
8061             hv => {
8062             a => q{h a – h a v},
8063             h => q{h–h a v},
8064             },
8065             y => {
8066             y => q{y–y G},
8067             },
8068             yM => {
8069             M => q{MM.y – MM.y G},
8070             y => q{MM.y – MM.y G},
8071             },
8072             yMEd => {
8073             M => q{E, dd.MM.y – E, dd.MM.y G},
8074             d => q{E, dd.MM.y – E, dd.MM.y G},
8075             y => q{E, dd.MM.y – E, dd.MM.y G},
8076             },
8077             yMMM => {
8078             M => q{MMM–MMM y G},
8079             y => q{MMM y – MMM y G},
8080             },
8081             yMMMEd => {
8082             M => q{E, d. MMM – E, d. MMM y G},
8083             d => q{E, d. – E, d. MMM y G},
8084             y => q{E, d. MMM y – E, d. MMM y G},
8085             },
8086             yMMMM => {
8087             M => q{MMMM–MMMM y G},
8088             y => q{MMMM y – MMMM y G},
8089             },
8090             yMMMd => {
8091             M => q{d. MMM – d. MMM y G},
8092             d => q{d.–d. MMM y G},
8093             y => q{d. MMM y – d. MMM y G},
8094             },
8095             yMd => {
8096             M => q{dd.MM.y – dd.MM.y G},
8097             d => q{dd.MM.y – dd.MM.y G},
8098             y => q{dd.MM.y – dd.MM.y G},
8099             },
8100             },
8101             } },
8102             );
8103              
8104             has 'cyclic_name_sets' => (
8105             is => 'ro',
8106             isa => HashRef,
8107             init_arg => undef,
8108             default => sub { {
8109             'chinese' => {
8110             'zodiacs' => {
8111             'format' => {
8112             'abbreviated' => {
8113             0 => q(Ratte),
8114             1 => q(Büffel),
8115             2 => q(Tiger),
8116             3 => q(Hase),
8117             4 => q(Drache),
8118             5 => q(Schlange),
8119             6 => q(Pferd),
8120             7 => q(Ziege),
8121             8 => q(Affe),
8122             9 => q(Hahn),
8123             10 => q(Hund),
8124             11 => q(Schwein),
8125             },
8126             },
8127             },
8128             },
8129             } },
8130             );
8131              
8132             has 'time_zone_names' => (
8133             is => 'ro',
8134             isa => HashRef,
8135             init_arg => undef,
8136             default => sub { {
8137             hourFormat => q(+HH:mm;-HH:mm),
8138             gmtFormat => q(GMT{0}),
8139             gmtZeroFormat => q(GMT),
8140             regionFormat => q({0} Zeit),
8141             regionFormat => q({0} Sommerzeit),
8142             regionFormat => q({0} Normalzeit),
8143             fallbackFormat => q({1} ({0})),
8144             'Acre' => {
8145             long => {
8146             'daylight' => q(Acre-Sommerzeit),
8147             'generic' => q(Acre-Zeit),
8148             'standard' => q(Acre-Normalzeit),
8149             },
8150             },
8151             'Afghanistan' => {
8152             long => {
8153             'standard' => q(Afghanistan-Zeit),
8154             },
8155             },
8156             'Africa/Abidjan' => {
8157             exemplarCity => q#Abidjan#,
8158             },
8159             'Africa/Accra' => {
8160             exemplarCity => q#Accra#,
8161             },
8162             'Africa/Addis_Ababa' => {
8163             exemplarCity => q#Addis Abeba#,
8164             },
8165             'Africa/Algiers' => {
8166             exemplarCity => q#Algier#,
8167             },
8168             'Africa/Asmera' => {
8169             exemplarCity => q#Asmara#,
8170             },
8171             'Africa/Bamako' => {
8172             exemplarCity => q#Bamako#,
8173             },
8174             'Africa/Bangui' => {
8175             exemplarCity => q#Bangui#,
8176             },
8177             'Africa/Banjul' => {
8178             exemplarCity => q#Banjul#,
8179             },
8180             'Africa/Bissau' => {
8181             exemplarCity => q#Bissau#,
8182             },
8183             'Africa/Blantyre' => {
8184             exemplarCity => q#Blantyre#,
8185             },
8186             'Africa/Brazzaville' => {
8187             exemplarCity => q#Brazzaville#,
8188             },
8189             'Africa/Bujumbura' => {
8190             exemplarCity => q#Bujumbura#,
8191             },
8192             'Africa/Cairo' => {
8193             exemplarCity => q#Kairo#,
8194             },
8195             'Africa/Casablanca' => {
8196             exemplarCity => q#Casablanca#,
8197             },
8198             'Africa/Ceuta' => {
8199             exemplarCity => q#Ceuta#,
8200             },
8201             'Africa/Conakry' => {
8202             exemplarCity => q#Conakry#,
8203             },
8204             'Africa/Dakar' => {
8205             exemplarCity => q#Dakar#,
8206             },
8207             'Africa/Dar_es_Salaam' => {
8208             exemplarCity => q#Daressalam#,
8209             },
8210             'Africa/Djibouti' => {
8211             exemplarCity => q#Dschibuti#,
8212             },
8213             'Africa/Douala' => {
8214             exemplarCity => q#Douala#,
8215             },
8216             'Africa/El_Aaiun' => {
8217             exemplarCity => q#El Aaiún#,
8218             },
8219             'Africa/Freetown' => {
8220             exemplarCity => q#Freetown#,
8221             },
8222             'Africa/Gaborone' => {
8223             exemplarCity => q#Gaborone#,
8224             },
8225             'Africa/Harare' => {
8226             exemplarCity => q#Harare#,
8227             },
8228             'Africa/Johannesburg' => {
8229             exemplarCity => q#Johannesburg#,
8230             },
8231             'Africa/Juba' => {
8232             exemplarCity => q#Juba#,
8233             },
8234             'Africa/Kampala' => {
8235             exemplarCity => q#Kampala#,
8236             },
8237             'Africa/Khartoum' => {
8238             exemplarCity => q#Khartum#,
8239             },
8240             'Africa/Kigali' => {
8241             exemplarCity => q#Kigali#,
8242             },
8243             'Africa/Kinshasa' => {
8244             exemplarCity => q#Kinshasa#,
8245             },
8246             'Africa/Lagos' => {
8247             exemplarCity => q#Lagos#,
8248             },
8249             'Africa/Libreville' => {
8250             exemplarCity => q#Libreville#,
8251             },
8252             'Africa/Lome' => {
8253             exemplarCity => q#Lomé#,
8254             },
8255             'Africa/Luanda' => {
8256             exemplarCity => q#Luanda#,
8257             },
8258             'Africa/Lubumbashi' => {
8259             exemplarCity => q#Lubumbashi#,
8260             },
8261             'Africa/Lusaka' => {
8262             exemplarCity => q#Lusaka#,
8263             },
8264             'Africa/Malabo' => {
8265             exemplarCity => q#Malabo#,
8266             },
8267             'Africa/Maputo' => {
8268             exemplarCity => q#Maputo#,
8269             },
8270             'Africa/Maseru' => {
8271             exemplarCity => q#Maseru#,
8272             },
8273             'Africa/Mbabane' => {
8274             exemplarCity => q#Mbabane#,
8275             },
8276             'Africa/Mogadishu' => {
8277             exemplarCity => q#Mogadischu#,
8278             },
8279             'Africa/Monrovia' => {
8280             exemplarCity => q#Monrovia#,
8281             },
8282             'Africa/Nairobi' => {
8283             exemplarCity => q#Nairobi#,
8284             },
8285             'Africa/Ndjamena' => {
8286             exemplarCity => q#N’Djamena#,
8287             },
8288             'Africa/Niamey' => {
8289             exemplarCity => q#Niamey#,
8290             },
8291             'Africa/Nouakchott' => {
8292             exemplarCity => q#Nouakchott#,
8293             },
8294             'Africa/Ouagadougou' => {
8295             exemplarCity => q#Ouagadougou#,
8296             },
8297             'Africa/Porto-Novo' => {
8298             exemplarCity => q#Porto Novo#,
8299             },
8300             'Africa/Sao_Tome' => {
8301             exemplarCity => q#São Tomé#,
8302             },
8303             'Africa/Tripoli' => {
8304             exemplarCity => q#Tripolis#,
8305             },
8306             'Africa/Tunis' => {
8307             exemplarCity => q#Tunis#,
8308             },
8309             'Africa/Windhoek' => {
8310             exemplarCity => q#Windhoek#,
8311             },
8312             'Africa_Central' => {
8313             long => {
8314             'standard' => q(Zentralafrikanische Zeit),
8315             },
8316             },
8317             'Africa_Eastern' => {
8318             long => {
8319             'standard' => q(Ostafrikanische Zeit),
8320             },
8321             },
8322             'Africa_Southern' => {
8323             long => {
8324             'standard' => q(Südafrikanische Zeit),
8325             },
8326             },
8327             'Africa_Western' => {
8328             long => {
8329             'daylight' => q(Westafrikanische Sommerzeit),
8330             'generic' => q(Westafrikanische Zeit),
8331             'standard' => q(Westafrikanische Normalzeit),
8332             },
8333             },
8334             'Alaska' => {
8335             long => {
8336             'daylight' => q(Alaska-Sommerzeit),
8337             'generic' => q(Alaska-Zeit),
8338             'standard' => q(Alaska-Normalzeit),
8339             },
8340             },
8341             'Almaty' => {
8342             long => {
8343             'daylight' => q(Almaty-Sommerzeit),
8344             'generic' => q(Almaty-Zeit),
8345             'standard' => q(Almaty-Normalzeit),
8346             },
8347             },
8348             'Amazon' => {
8349             long => {
8350             'daylight' => q(Amazonas-Sommerzeit),
8351             'generic' => q(Amazonas-Zeit),
8352             'standard' => q(Amazonas-Normalzeit),
8353             },
8354             },
8355             'America/Adak' => {
8356             exemplarCity => q#Adak#,
8357             },
8358             'America/Anchorage' => {
8359             exemplarCity => q#Anchorage#,
8360             },
8361             'America/Anguilla' => {
8362             exemplarCity => q#Anguilla#,
8363             },
8364             'America/Antigua' => {
8365             exemplarCity => q#Antigua#,
8366             },
8367             'America/Araguaina' => {
8368             exemplarCity => q#Araguaina#,
8369             },
8370             'America/Argentina/La_Rioja' => {
8371             exemplarCity => q#La Rioja#,
8372             },
8373             'America/Argentina/Rio_Gallegos' => {
8374             exemplarCity => q#Rio Gallegos#,
8375             },
8376             'America/Argentina/Salta' => {
8377             exemplarCity => q#Salta#,
8378             },
8379             'America/Argentina/San_Juan' => {
8380             exemplarCity => q#San Juan#,
8381             },
8382             'America/Argentina/San_Luis' => {
8383             exemplarCity => q#San Luis#,
8384             },
8385             'America/Argentina/Tucuman' => {
8386             exemplarCity => q#Tucuman#,
8387             },
8388             'America/Argentina/Ushuaia' => {
8389             exemplarCity => q#Ushuaia#,
8390             },
8391             'America/Aruba' => {
8392             exemplarCity => q#Aruba#,
8393             },
8394             'America/Asuncion' => {
8395             exemplarCity => q#Asunción#,
8396             },
8397             'America/Bahia' => {
8398             exemplarCity => q#Bahia#,
8399             },
8400             'America/Bahia_Banderas' => {
8401             exemplarCity => q#Bahia Banderas#,
8402             },
8403             'America/Barbados' => {
8404             exemplarCity => q#Barbados#,
8405             },
8406             'America/Belem' => {
8407             exemplarCity => q#Belem#,
8408             },
8409             'America/Belize' => {
8410             exemplarCity => q#Belize#,
8411             },
8412             'America/Blanc-Sablon' => {
8413             exemplarCity => q#Blanc-Sablon#,
8414             },
8415             'America/Boa_Vista' => {
8416             exemplarCity => q#Boa Vista#,
8417             },
8418             'America/Bogota' => {
8419             exemplarCity => q#Bogotá#,
8420             },
8421             'America/Boise' => {
8422             exemplarCity => q#Boise#,
8423             },
8424             'America/Buenos_Aires' => {
8425             exemplarCity => q#Buenos Aires#,
8426             },
8427             'America/Cambridge_Bay' => {
8428             exemplarCity => q#Cambridge Bay#,
8429             },
8430             'America/Campo_Grande' => {
8431             exemplarCity => q#Campo Grande#,
8432             },
8433             'America/Cancun' => {
8434             exemplarCity => q#Cancún#,
8435             },
8436             'America/Caracas' => {
8437             exemplarCity => q#Caracas#,
8438             },
8439             'America/Catamarca' => {
8440             exemplarCity => q#Catamarca#,
8441             },
8442             'America/Cayenne' => {
8443             exemplarCity => q#Cayenne#,
8444             },
8445             'America/Cayman' => {
8446             exemplarCity => q#Kaimaninseln#,
8447             },
8448             'America/Chicago' => {
8449             exemplarCity => q#Chicago#,
8450             },
8451             'America/Chihuahua' => {
8452             exemplarCity => q#Chihuahua#,
8453             },
8454             'America/Coral_Harbour' => {
8455             exemplarCity => q#Atikokan#,
8456             },
8457             'America/Cordoba' => {
8458             exemplarCity => q#Córdoba#,
8459             },
8460             'America/Costa_Rica' => {
8461             exemplarCity => q#Costa Rica#,
8462             },
8463             'America/Creston' => {
8464             exemplarCity => q#Creston#,
8465             },
8466             'America/Cuiaba' => {
8467             exemplarCity => q#Cuiaba#,
8468             },
8469             'America/Curacao' => {
8470             exemplarCity => q#Curaçao#,
8471             },
8472             'America/Danmarkshavn' => {
8473             exemplarCity => q#Danmarkshavn#,
8474             },
8475             'America/Dawson' => {
8476             exemplarCity => q#Dawson#,
8477             },
8478             'America/Dawson_Creek' => {
8479             exemplarCity => q#Dawson Creek#,
8480             },
8481             'America/Denver' => {
8482             exemplarCity => q#Denver#,
8483             },
8484             'America/Detroit' => {
8485             exemplarCity => q#Detroit#,
8486             },
8487             'America/Dominica' => {
8488             exemplarCity => q#Dominica#,
8489             },
8490             'America/Edmonton' => {
8491             exemplarCity => q#Edmonton#,
8492             },
8493             'America/Eirunepe' => {
8494             exemplarCity => q#Eirunepe#,
8495             },
8496             'America/El_Salvador' => {
8497             exemplarCity => q#El Salvador#,
8498             },
8499             'America/Fortaleza' => {
8500             exemplarCity => q#Fortaleza#,
8501             },
8502             'America/Glace_Bay' => {
8503             exemplarCity => q#Glace Bay#,
8504             },
8505             'America/Godthab' => {
8506             exemplarCity => q#Nuuk#,
8507             },
8508             'America/Goose_Bay' => {
8509             exemplarCity => q#Goose Bay#,
8510             },
8511             'America/Grand_Turk' => {
8512             exemplarCity => q#Grand Turk#,
8513             },
8514             'America/Grenada' => {
8515             exemplarCity => q#Grenada#,
8516             },
8517             'America/Guadeloupe' => {
8518             exemplarCity => q#Guadeloupe#,
8519             },
8520             'America/Guatemala' => {
8521             exemplarCity => q#Guatemala#,
8522             },
8523             'America/Guayaquil' => {
8524             exemplarCity => q#Guayaquil#,
8525             },
8526             'America/Guyana' => {
8527             exemplarCity => q#Guyana#,
8528             },
8529             'America/Halifax' => {
8530             exemplarCity => q#Halifax#,
8531             },
8532             'America/Havana' => {
8533             exemplarCity => q#Havanna#,
8534             },
8535             'America/Hermosillo' => {
8536             exemplarCity => q#Hermosillo#,
8537             },
8538             'America/Indiana/Knox' => {
8539             exemplarCity => q#Knox, Indiana#,
8540             },
8541             'America/Indiana/Marengo' => {
8542             exemplarCity => q#Marengo, Indiana#,
8543             },
8544             'America/Indiana/Petersburg' => {
8545             exemplarCity => q#Petersburg, Indiana#,
8546             },
8547             'America/Indiana/Tell_City' => {
8548             exemplarCity => q#Tell City, Indiana#,
8549             },
8550             'America/Indiana/Vevay' => {
8551             exemplarCity => q#Vevay, Indiana#,
8552             },
8553             'America/Indiana/Vincennes' => {
8554             exemplarCity => q#Vincennes, Indiana#,
8555             },
8556             'America/Indiana/Winamac' => {
8557             exemplarCity => q#Winamac, Indiana#,
8558             },
8559             'America/Indianapolis' => {
8560             exemplarCity => q#Indianapolis#,
8561             },
8562             'America/Inuvik' => {
8563             exemplarCity => q#Inuvik#,
8564             },
8565             'America/Iqaluit' => {
8566             exemplarCity => q#Iqaluit#,
8567             },
8568             'America/Jamaica' => {
8569             exemplarCity => q#Jamaika#,
8570             },
8571             'America/Jujuy' => {
8572             exemplarCity => q#Jujuy#,
8573             },
8574             'America/Juneau' => {
8575             exemplarCity => q#Juneau#,
8576             },
8577             'America/Kentucky/Monticello' => {
8578             exemplarCity => q#Monticello, Kentucky#,
8579             },
8580             'America/Kralendijk' => {
8581             exemplarCity => q#Kralendijk#,
8582             },
8583             'America/La_Paz' => {
8584             exemplarCity => q#La Paz#,
8585             },
8586             'America/Lima' => {
8587             exemplarCity => q#Lima#,
8588             },
8589             'America/Los_Angeles' => {
8590             exemplarCity => q#Los Angeles#,
8591             },
8592             'America/Louisville' => {
8593             exemplarCity => q#Louisville#,
8594             },
8595             'America/Lower_Princes' => {
8596             exemplarCity => q#Lower Prince’s Quarter#,
8597             },
8598             'America/Maceio' => {
8599             exemplarCity => q#Maceio#,
8600             },
8601             'America/Managua' => {
8602             exemplarCity => q#Managua#,
8603             },
8604             'America/Manaus' => {
8605             exemplarCity => q#Manaus#,
8606             },
8607             'America/Marigot' => {
8608             exemplarCity => q#Marigot#,
8609             },
8610             'America/Martinique' => {
8611             exemplarCity => q#Martinique#,
8612             },
8613             'America/Matamoros' => {
8614             exemplarCity => q#Matamoros#,
8615             },
8616             'America/Mazatlan' => {
8617             exemplarCity => q#Mazatlan#,
8618             },
8619             'America/Mendoza' => {
8620             exemplarCity => q#Mendoza#,
8621             },
8622             'America/Menominee' => {
8623             exemplarCity => q#Menominee#,
8624             },
8625             'America/Merida' => {
8626             exemplarCity => q#Merida#,
8627             },
8628             'America/Metlakatla' => {
8629             exemplarCity => q#Metlakatla#,
8630             },
8631             'America/Mexico_City' => {
8632             exemplarCity => q#Mexiko-Stadt#,
8633             },
8634             'America/Miquelon' => {
8635             exemplarCity => q#Miquelon#,
8636             },
8637             'America/Moncton' => {
8638             exemplarCity => q#Moncton#,
8639             },
8640             'America/Monterrey' => {
8641             exemplarCity => q#Monterrey#,
8642             },
8643             'America/Montevideo' => {
8644             exemplarCity => q#Montevideo#,
8645             },
8646             'America/Montserrat' => {
8647             exemplarCity => q#Montserrat#,
8648             },
8649             'America/Nassau' => {
8650             exemplarCity => q#Nassau#,
8651             },
8652             'America/New_York' => {
8653             exemplarCity => q#New York#,
8654             },
8655             'America/Nipigon' => {
8656             exemplarCity => q#Nipigon#,
8657             },
8658             'America/Nome' => {
8659             exemplarCity => q#Nome#,
8660             },
8661             'America/Noronha' => {
8662             exemplarCity => q#Noronha#,
8663             },
8664             'America/North_Dakota/Beulah' => {
8665             exemplarCity => q#Beulah, North Dakota#,
8666             },
8667             'America/North_Dakota/Center' => {
8668             exemplarCity => q#Center, North Dakota#,
8669             },
8670             'America/North_Dakota/New_Salem' => {
8671             exemplarCity => q#New Salem, North Dakota#,
8672             },
8673             'America/Ojinaga' => {
8674             exemplarCity => q#Ojinaga#,
8675             },
8676             'America/Panama' => {
8677             exemplarCity => q#Panama#,
8678             },
8679             'America/Pangnirtung' => {
8680             exemplarCity => q#Pangnirtung#,
8681             },
8682             'America/Paramaribo' => {
8683             exemplarCity => q#Paramaribo#,
8684             },
8685             'America/Phoenix' => {
8686             exemplarCity => q#Phoenix#,
8687             },
8688             'America/Port-au-Prince' => {
8689             exemplarCity => q#Port-au-Prince#,
8690             },
8691             'America/Port_of_Spain' => {
8692             exemplarCity => q#Port of Spain#,
8693             },
8694             'America/Porto_Velho' => {
8695             exemplarCity => q#Porto Velho#,
8696             },
8697             'America/Puerto_Rico' => {
8698             exemplarCity => q#Puerto Rico#,
8699             },
8700             'America/Rainy_River' => {
8701             exemplarCity => q#Rainy River#,
8702             },
8703             'America/Rankin_Inlet' => {
8704             exemplarCity => q#Rankin Inlet#,
8705             },
8706             'America/Recife' => {
8707             exemplarCity => q#Recife#,
8708             },
8709             'America/Regina' => {
8710             exemplarCity => q#Regina#,
8711             },
8712             'America/Resolute' => {
8713             exemplarCity => q#Resolute#,
8714             },
8715             'America/Rio_Branco' => {
8716             exemplarCity => q#Rio Branco#,
8717             },
8718             'America/Santa_Isabel' => {
8719             exemplarCity => q#Santa Isabel#,
8720             },
8721             'America/Santarem' => {
8722             exemplarCity => q#Santarem#,
8723             },
8724             'America/Santiago' => {
8725             exemplarCity => q#Santiago#,
8726             },
8727             'America/Santo_Domingo' => {
8728             exemplarCity => q#Santo Domingo#,
8729             },
8730             'America/Sao_Paulo' => {
8731             exemplarCity => q#São Paulo#,
8732             },
8733             'America/Scoresbysund' => {
8734             exemplarCity => q#Ittoqqortoormiit#,
8735             },
8736             'America/Sitka' => {
8737             exemplarCity => q#Sitka#,
8738             },
8739             'America/St_Barthelemy' => {
8740             exemplarCity => q#Saint-Barthélemy#,
8741             },
8742             'America/St_Johns' => {
8743             exemplarCity => q#St. John’s#,
8744             },
8745             'America/St_Kitts' => {
8746             exemplarCity => q#St. Kitts#,
8747             },
8748             'America/St_Lucia' => {
8749             exemplarCity => q#St. Lucia#,
8750             },
8751             'America/St_Thomas' => {
8752             exemplarCity => q#St. Thomas#,
8753             },
8754             'America/St_Vincent' => {
8755             exemplarCity => q#St. Vincent#,
8756             },
8757             'America/Swift_Current' => {
8758             exemplarCity => q#Swift Current#,
8759             },
8760             'America/Tegucigalpa' => {
8761             exemplarCity => q#Tegucigalpa#,
8762             },
8763             'America/Thule' => {
8764             exemplarCity => q#Thule#,
8765             },
8766             'America/Thunder_Bay' => {
8767             exemplarCity => q#Thunder Bay#,
8768             },
8769             'America/Tijuana' => {
8770             exemplarCity => q#Tijuana#,
8771             },
8772             'America/Toronto' => {
8773             exemplarCity => q#Toronto#,
8774             },
8775             'America/Tortola' => {
8776             exemplarCity => q#Tortola#,
8777             },
8778             'America/Vancouver' => {
8779             exemplarCity => q#Vancouver#,
8780             },
8781             'America/Whitehorse' => {
8782             exemplarCity => q#Whitehorse#,
8783             },
8784             'America/Winnipeg' => {
8785             exemplarCity => q#Winnipeg#,
8786             },
8787             'America/Yakutat' => {
8788             exemplarCity => q#Yakutat#,
8789             },
8790             'America/Yellowknife' => {
8791             exemplarCity => q#Yellowknife#,
8792             },
8793             'America_Central' => {
8794             long => {
8795             'daylight' => q(Nordamerikanische Inland-Sommerzeit),
8796             'generic' => q(Nordamerikanische Inlandzeit),
8797             'standard' => q(Nordamerikanische Inland-Normalzeit),
8798             },
8799             },
8800             'America_Eastern' => {
8801             long => {
8802             'daylight' => q(Nordamerikanische Ostküsten-Sommerzeit),
8803             'generic' => q(Nordamerikanische Ostküstenzeit),
8804             'standard' => q(Nordamerikanische Ostküsten-Normalzeit),
8805             },
8806             },
8807             'America_Mountain' => {
8808             long => {
8809             'daylight' => q(Rocky-Mountain-Sommerzeit),
8810             'generic' => q(Rocky-Mountain-Zeit),
8811             'standard' => q(Rocky Mountain-Normalzeit),
8812             },
8813             },
8814             'America_Pacific' => {
8815             long => {
8816             'daylight' => q(Nordamerikanische Westküsten-Sommerzeit),
8817             'generic' => q(Nordamerikanische Westküstenzeit),
8818             'standard' => q(Nordamerikanische Westküsten-Normalzeit),
8819             },
8820             },
8821             'Anadyr' => {
8822             long => {
8823             'daylight' => q(Anadyr Sommerzeit),
8824             'generic' => q(Anadyr Zeit),
8825             'standard' => q(Anadyr Normalzeit),
8826             },
8827             },
8828             'Antarctica/Casey' => {
8829             exemplarCity => q#Casey#,
8830             },
8831             'Antarctica/Davis' => {
8832             exemplarCity => q#Davis#,
8833             },
8834             'Antarctica/DumontDUrville' => {
8835             exemplarCity => q#Dumont d’Urville#,
8836             },
8837             'Antarctica/Macquarie' => {
8838             exemplarCity => q#Macquarie#,
8839             },
8840             'Antarctica/Mawson' => {
8841             exemplarCity => q#Mawson#,
8842             },
8843             'Antarctica/McMurdo' => {
8844             exemplarCity => q#McMurdo#,
8845             },
8846             'Antarctica/Palmer' => {
8847             exemplarCity => q#Palmer#,
8848             },
8849             'Antarctica/Rothera' => {
8850             exemplarCity => q#Rothera#,
8851             },
8852             'Antarctica/Syowa' => {
8853             exemplarCity => q#Syowa#,
8854             },
8855             'Antarctica/Troll' => {
8856             exemplarCity => q#Troll#,
8857             },
8858             'Antarctica/Vostok' => {
8859             exemplarCity => q#Wostok#,
8860             },
8861             'Apia' => {
8862             long => {
8863             'daylight' => q(Apia-Sommerzeit),
8864             'generic' => q(Apia-Zeit),
8865             'standard' => q(Apia-Normalzeit),
8866             },
8867             },
8868             'Aqtau' => {
8869             long => {
8870             'daylight' => q(Aqtau-Sommerzeit),
8871             'generic' => q(Aqtau-Zeit),
8872             'standard' => q(Aqtau-Normalzeit),
8873             },
8874             },
8875             'Aqtobe' => {
8876             long => {
8877             'daylight' => q(Aqtöbe-Sommerzeit),
8878             'generic' => q(Aqtöbe-Zeit),
8879             'standard' => q(Aqtöbe-Normalzeit),
8880             },
8881             },
8882             'Arabian' => {
8883             long => {
8884             'daylight' => q(Arabische Sommerzeit),
8885             'generic' => q(Arabische Zeit),
8886             'standard' => q(Arabische Normalzeit),
8887             },
8888             },
8889             'Arctic/Longyearbyen' => {
8890             exemplarCity => q#Longyearbyen#,
8891             },
8892             'Argentina' => {
8893             long => {
8894             'daylight' => q(Argentinische Sommerzeit),
8895             'generic' => q(Argentinische Zeit),
8896             'standard' => q(Argentinische Normalzeit),
8897             },
8898             },
8899             'Argentina_Western' => {
8900             long => {
8901             'daylight' => q(Westargentinische Sommerzeit),
8902             'generic' => q(Westargentinische Zeit),
8903             'standard' => q(Westargentinische Normalzeit),
8904             },
8905             },
8906             'Armenia' => {
8907             long => {
8908             'daylight' => q(Armenische Sommerzeit),
8909             'generic' => q(Armenische Zeit),
8910             'standard' => q(Armenische Normalzeit),
8911             },
8912             },
8913             'Asia/Aden' => {
8914             exemplarCity => q#Aden#,
8915             },
8916             'Asia/Almaty' => {
8917             exemplarCity => q#Almaty#,
8918             },
8919             'Asia/Amman' => {
8920             exemplarCity => q#Amman#,
8921             },
8922             'Asia/Anadyr' => {
8923             exemplarCity => q#Anadyr#,
8924             },
8925             'Asia/Aqtau' => {
8926             exemplarCity => q#Aqtau#,
8927             },
8928             'Asia/Aqtobe' => {
8929             exemplarCity => q#Aktobe#,
8930             },
8931             'Asia/Ashgabat' => {
8932             exemplarCity => q#AÅŸgabat#,
8933             },
8934             'Asia/Baghdad' => {
8935             exemplarCity => q#Bagdad#,
8936             },
8937             'Asia/Bahrain' => {
8938             exemplarCity => q#Bahrain#,
8939             },
8940             'Asia/Baku' => {
8941             exemplarCity => q#Baku#,
8942             },
8943             'Asia/Bangkok' => {
8944             exemplarCity => q#Bangkok#,
8945             },
8946             'Asia/Beirut' => {
8947             exemplarCity => q#Beirut#,
8948             },
8949             'Asia/Bishkek' => {
8950             exemplarCity => q#Bischkek#,
8951             },
8952             'Asia/Brunei' => {
8953             exemplarCity => q#Brunei#,
8954             },
8955             'Asia/Calcutta' => {
8956             exemplarCity => q#Kalkutta#,
8957             },
8958             'Asia/Chita' => {
8959             exemplarCity => q#Tschita#,
8960             },
8961             'Asia/Choibalsan' => {
8962             exemplarCity => q#Tschoibalsan#,
8963             },
8964             'Asia/Colombo' => {
8965             exemplarCity => q#Colombo#,
8966             },
8967             'Asia/Damascus' => {
8968             exemplarCity => q#Damaskus#,
8969             },
8970             'Asia/Dhaka' => {
8971             exemplarCity => q#Dhaka#,
8972             },
8973             'Asia/Dili' => {
8974             exemplarCity => q#Dili#,
8975             },
8976             'Asia/Dubai' => {
8977             exemplarCity => q#Dubai#,
8978             },
8979             'Asia/Dushanbe' => {
8980             exemplarCity => q#Duschanbe#,
8981             },
8982             'Asia/Gaza' => {
8983             exemplarCity => q#Gaza#,
8984             },
8985             'Asia/Hebron' => {
8986             exemplarCity => q#Hebron#,
8987             },
8988             'Asia/Hong_Kong' => {
8989             exemplarCity => q#Hongkong#,
8990             },
8991             'Asia/Hovd' => {
8992             exemplarCity => q#Chowd#,
8993             },
8994             'Asia/Irkutsk' => {
8995             exemplarCity => q#Irkutsk#,
8996             },
8997             'Asia/Jakarta' => {
8998             exemplarCity => q#Jakarta#,
8999             },
9000             'Asia/Jayapura' => {
9001             exemplarCity => q#Jayapura#,
9002             },
9003             'Asia/Jerusalem' => {
9004             exemplarCity => q#Jerusalem#,
9005             },
9006             'Asia/Kabul' => {
9007             exemplarCity => q#Kabul#,
9008             },
9009             'Asia/Kamchatka' => {
9010             exemplarCity => q#Kamtschatka#,
9011             },
9012             'Asia/Karachi' => {
9013             exemplarCity => q#Karatschi#,
9014             },
9015             'Asia/Katmandu' => {
9016             exemplarCity => q#Kathmandu#,
9017             },
9018             'Asia/Khandyga' => {
9019             exemplarCity => q#Chandyga#,
9020             },
9021             'Asia/Krasnoyarsk' => {
9022             exemplarCity => q#Krasnojarsk#,
9023             },
9024             'Asia/Kuala_Lumpur' => {
9025             exemplarCity => q#Kuala Lumpur#,
9026             },
9027             'Asia/Kuching' => {
9028             exemplarCity => q#Kuching#,
9029             },
9030             'Asia/Kuwait' => {
9031             exemplarCity => q#Kuwait#,
9032             },
9033             'Asia/Macau' => {
9034             exemplarCity => q#Macao#,
9035             },
9036             'Asia/Magadan' => {
9037             exemplarCity => q#Magadan#,
9038             },
9039             'Asia/Makassar' => {
9040             exemplarCity => q#Makassar#,
9041             },
9042             'Asia/Manila' => {
9043             exemplarCity => q#Manila#,
9044             },
9045             'Asia/Muscat' => {
9046             exemplarCity => q#Maskat#,
9047             },
9048             'Asia/Nicosia' => {
9049             exemplarCity => q#Nikosia#,
9050             },
9051             'Asia/Novokuznetsk' => {
9052             exemplarCity => q#Nowokuznetsk#,
9053             },
9054             'Asia/Novosibirsk' => {
9055             exemplarCity => q#Nowosibirsk#,
9056             },
9057             'Asia/Omsk' => {
9058             exemplarCity => q#Omsk#,
9059             },
9060             'Asia/Oral' => {
9061             exemplarCity => q#Oral#,
9062             },
9063             'Asia/Phnom_Penh' => {
9064             exemplarCity => q#Phnom Penh#,
9065             },
9066             'Asia/Pontianak' => {
9067             exemplarCity => q#Pontianak#,
9068             },
9069             'Asia/Pyongyang' => {
9070             exemplarCity => q#Pjöngjang#,
9071             },
9072             'Asia/Qatar' => {
9073             exemplarCity => q#Katar#,
9074             },
9075             'Asia/Qyzylorda' => {
9076             exemplarCity => q#Qysylorda#,
9077             },
9078             'Asia/Rangoon' => {
9079             exemplarCity => q#Rangun#,
9080             },
9081             'Asia/Riyadh' => {
9082             exemplarCity => q#Riad#,
9083             },
9084             'Asia/Saigon' => {
9085             exemplarCity => q#Ho-Chi-Minh-Stadt#,
9086             },
9087             'Asia/Sakhalin' => {
9088             exemplarCity => q#Sachalin#,
9089             },
9090             'Asia/Samarkand' => {
9091             exemplarCity => q#Samarkand#,
9092             },
9093             'Asia/Seoul' => {
9094             exemplarCity => q#Seoul#,
9095             },
9096             'Asia/Shanghai' => {
9097             exemplarCity => q#Shanghai#,
9098             },
9099             'Asia/Singapore' => {
9100             exemplarCity => q#Singapur#,
9101             },
9102             'Asia/Srednekolymsk' => {
9103             exemplarCity => q#Srednekolymsk#,
9104             },
9105             'Asia/Taipei' => {
9106             exemplarCity => q#Taipeh#,
9107             },
9108             'Asia/Tashkent' => {
9109             exemplarCity => q#Taschkent#,
9110             },
9111             'Asia/Tbilisi' => {
9112             exemplarCity => q#Tiflis#,
9113             },
9114             'Asia/Tehran' => {
9115             exemplarCity => q#Teheran#,
9116             },
9117             'Asia/Thimphu' => {
9118             exemplarCity => q#Thimphu#,
9119             },
9120             'Asia/Tokyo' => {
9121             exemplarCity => q#Tokio#,
9122             },
9123             'Asia/Ulaanbaatar' => {
9124             exemplarCity => q#Ulaanbaatar#,
9125             },
9126             'Asia/Urumqi' => {
9127             exemplarCity => q#Ãœrümqi#,
9128             },
9129             'Asia/Ust-Nera' => {
9130             exemplarCity => q#Ust-Nera#,
9131             },
9132             'Asia/Vientiane' => {
9133             exemplarCity => q#Vientiane#,
9134             },
9135             'Asia/Vladivostok' => {
9136             exemplarCity => q#Wladiwostok#,
9137             },
9138             'Asia/Yakutsk' => {
9139             exemplarCity => q#Jakutsk#,
9140             },
9141             'Asia/Yekaterinburg' => {
9142             exemplarCity => q#Jekaterinburg#,
9143             },
9144             'Asia/Yerevan' => {
9145             exemplarCity => q#Eriwan#,
9146             },
9147             'Atlantic' => {
9148             long => {
9149             'daylight' => q(Atlantik-Sommerzeit),
9150             'generic' => q(Atlantik-Zeit),
9151             'standard' => q(Atlantik-Normalzeit),
9152             },
9153             },
9154             'Atlantic/Azores' => {
9155             exemplarCity => q#Azoren#,
9156             },
9157             'Atlantic/Bermuda' => {
9158             exemplarCity => q#Bermudas#,
9159             },
9160             'Atlantic/Canary' => {
9161             exemplarCity => q#Kanaren#,
9162             },
9163             'Atlantic/Cape_Verde' => {
9164             exemplarCity => q#Kap Verde#,
9165             },
9166             'Atlantic/Faeroe' => {
9167             exemplarCity => q#Färöer#,
9168             },
9169             'Atlantic/Madeira' => {
9170             exemplarCity => q#Madeira#,
9171             },
9172             'Atlantic/Reykjavik' => {
9173             exemplarCity => q#Reyk­ja­vík#,
9174             },
9175             'Atlantic/South_Georgia' => {
9176             exemplarCity => q#Südgeorgien#,
9177             },
9178             'Atlantic/St_Helena' => {
9179             exemplarCity => q#St. Helena#,
9180             },
9181             'Atlantic/Stanley' => {
9182             exemplarCity => q#Stanley#,
9183             },
9184             'Australia/Adelaide' => {
9185             exemplarCity => q#Adelaide#,
9186             },
9187             'Australia/Brisbane' => {
9188             exemplarCity => q#Brisbane#,
9189             },
9190             'Australia/Broken_Hill' => {
9191             exemplarCity => q#Broken Hill#,
9192             },
9193             'Australia/Currie' => {
9194             exemplarCity => q#Currie#,
9195             },
9196             'Australia/Darwin' => {
9197             exemplarCity => q#Darwin#,
9198             },
9199             'Australia/Eucla' => {
9200             exemplarCity => q#Eucla#,
9201             },
9202             'Australia/Hobart' => {
9203             exemplarCity => q#Hobart#,
9204             },
9205             'Australia/Lindeman' => {
9206             exemplarCity => q#Lindeman#,
9207             },
9208             'Australia/Lord_Howe' => {
9209             exemplarCity => q#Lord Howe#,
9210             },
9211             'Australia/Melbourne' => {
9212             exemplarCity => q#Melbourne#,
9213             },
9214             'Australia/Perth' => {
9215             exemplarCity => q#Perth#,
9216             },
9217             'Australia/Sydney' => {
9218             exemplarCity => q#Sydney#,
9219             },
9220             'Australia_Central' => {
9221             long => {
9222             'daylight' => q(Zentralaustralische Sommerzeit),
9223             'generic' => q(Zentralaustralische Zeit),
9224             'standard' => q(Zentralaustralische Normalzeit),
9225             },
9226             },
9227             'Australia_CentralWestern' => {
9228             long => {
9229             'daylight' => q(Zentral-/Westaustralische Sommerzeit),
9230             'generic' => q(Zentral-/Westaustralische Zeit),
9231             'standard' => q(Zentral-/Westaustralische Normalzeit),
9232             },
9233             },
9234             'Australia_Eastern' => {
9235             long => {
9236             'daylight' => q(Ostaustralische Sommerzeit),
9237             'generic' => q(Ostaustralische Zeit),
9238             'standard' => q(Ostaustralische Normalzeit),
9239             },
9240             },
9241             'Australia_Western' => {
9242             long => {
9243             'daylight' => q(Westaustralische Sommerzeit),
9244             'generic' => q(Westaustralische Zeit),
9245             'standard' => q(Westaustralische Normalzeit),
9246             },
9247             },
9248             'Azerbaijan' => {
9249             long => {
9250             'daylight' => q(Aserbaidschanische Sommerzeit),
9251             'generic' => q(Aserbaidschanische Zeit),
9252             'standard' => q(Aserbeidschanische Normalzeit),
9253             },
9254             },
9255             'Azores' => {
9256             long => {
9257             'daylight' => q(Azoren-Sommerzeit),
9258             'generic' => q(Azoren-Zeit),
9259             'standard' => q(Azoren-Normalzeit),
9260             },
9261             },
9262             'Bangladesh' => {
9263             long => {
9264             'daylight' => q(Bangladesch-Sommerzeit),
9265             'generic' => q(Bangladesch-Zeit),
9266             'standard' => q(Bangladesch-Normalzeit),
9267             },
9268             },
9269             'Bhutan' => {
9270             long => {
9271             'standard' => q(Bhutan-Zeit),
9272             },
9273             },
9274             'Bolivia' => {
9275             long => {
9276             'standard' => q(Bolivianische Zeit),
9277             },
9278             },
9279             'Brasilia' => {
9280             long => {
9281             'daylight' => q(Brasília-Sommerzeit),
9282             'generic' => q(Brasília-Zeit),
9283             'standard' => q(Brasília-Normalzeit),
9284             },
9285             },
9286             'Brunei' => {
9287             long => {
9288             'standard' => q(Brunei-Zeit),
9289             },
9290             },
9291             'Cape_Verde' => {
9292             long => {
9293             'daylight' => q(Kap-Verde-Sommerzeit),
9294             'generic' => q(Kap-Verde-Zeit),
9295             'standard' => q(Kap-Verde-Normalzeit),
9296             },
9297             },
9298             'Casey' => {
9299             long => {
9300             'standard' => q(Casey-Zeit),
9301             },
9302             },
9303             'Chamorro' => {
9304             long => {
9305             'standard' => q(Chamorro-Zeit),
9306             },
9307             },
9308             'Chatham' => {
9309             long => {
9310             'daylight' => q(Chatham-Sommerzeit),
9311             'generic' => q(Chatham-Zeit),
9312             'standard' => q(Chatham-Normalzeit),
9313             },
9314             },
9315             'Chile' => {
9316             long => {
9317             'daylight' => q(Chilenische Sommerzeit),
9318             'generic' => q(Chilenische Zeit),
9319             'standard' => q(Chilenische Normalzeit),
9320             },
9321             },
9322             'China' => {
9323             long => {
9324             'daylight' => q(Chinesische Sommerzeit),
9325             'generic' => q(Chinesische Zeit),
9326             'standard' => q(Chinesische Normalzeit),
9327             },
9328             },
9329             'Choibalsan' => {
9330             long => {
9331             'daylight' => q(Tschoibalsan-Sommerzeit),
9332             'generic' => q(Tschoibalsan-Zeit),
9333             'standard' => q(Tschoibalsan-Normalzeit),
9334             },
9335             },
9336             'Christmas' => {
9337             long => {
9338             'standard' => q(Weihnachtsinsel-Zeit),
9339             },
9340             },
9341             'Cocos' => {
9342             long => {
9343             'standard' => q(Kokosinseln-Zeit),
9344             },
9345             },
9346             'Colombia' => {
9347             long => {
9348             'daylight' => q(Kolumbianische Sommerzeit),
9349             'generic' => q(Kolumbianische Zeit),
9350             'standard' => q(Kolumbianische Normalzeit),
9351             },
9352             },
9353             'Cook' => {
9354             long => {
9355             'daylight' => q(Cookinseln-Sommerzeit),
9356             'generic' => q(Cookinseln-Zeit),
9357             'standard' => q(Cookinseln-Normalzeit),
9358             },
9359             },
9360             'Cuba' => {
9361             long => {
9362             'daylight' => q(Kubanische Sommerzeit),
9363             'generic' => q(Kubanische Zeit),
9364             'standard' => q(Kubanische Normalzeit),
9365             },
9366             },
9367             'Davis' => {
9368             long => {
9369             'standard' => q(Davis-Zeit),
9370             },
9371             },
9372             'DumontDUrville' => {
9373             long => {
9374             'standard' => q(Dumont-d’Urville-Zeit),
9375             },
9376             },
9377             'East_Timor' => {
9378             long => {
9379             'standard' => q(Osttimor-Zeit),
9380             },
9381             },
9382             'Easter' => {
9383             long => {
9384             'daylight' => q(Osterinsel-Sommerzeit),
9385             'generic' => q(Osterinsel-Zeit),
9386             'standard' => q(Osterinsel-Normalzeit),
9387             },
9388             },
9389             'Ecuador' => {
9390             long => {
9391             'standard' => q(Ecuadorianische Zeit),
9392             },
9393             },
9394             'Etc/Unknown' => {
9395             exemplarCity => q#Unbekannt#,
9396             },
9397             'Europe/Amsterdam' => {
9398             exemplarCity => q#Amsterdam#,
9399             },
9400             'Europe/Andorra' => {
9401             exemplarCity => q#Andorra#,
9402             },
9403             'Europe/Athens' => {
9404             exemplarCity => q#Athen#,
9405             },
9406             'Europe/Belgrade' => {
9407             exemplarCity => q#Belgrad#,
9408             },
9409             'Europe/Berlin' => {
9410             exemplarCity => q#Berlin#,
9411             },
9412             'Europe/Bratislava' => {
9413             exemplarCity => q#Bratislava#,
9414             },
9415             'Europe/Brussels' => {
9416             exemplarCity => q#Brüssel#,
9417             },
9418             'Europe/Bucharest' => {
9419             exemplarCity => q#Bukarest#,
9420             },
9421             'Europe/Budapest' => {
9422             exemplarCity => q#Budapest#,
9423             },
9424             'Europe/Busingen' => {
9425             exemplarCity => q#Büsingen#,
9426             },
9427             'Europe/Chisinau' => {
9428             exemplarCity => q#Kischinau#,
9429             },
9430             'Europe/Copenhagen' => {
9431             exemplarCity => q#Kopenhagen#,
9432             },
9433             'Europe/Dublin' => {
9434             exemplarCity => q#Dublin#,
9435             long => {
9436             'daylight' => q(Irische Sommerzeit),
9437             },
9438             },
9439             'Europe/Gibraltar' => {
9440             exemplarCity => q#Gibraltar#,
9441             },
9442             'Europe/Guernsey' => {
9443             exemplarCity => q#Guernsey#,
9444             },
9445             'Europe/Helsinki' => {
9446             exemplarCity => q#Helsinki#,
9447             },
9448             'Europe/Isle_of_Man' => {
9449             exemplarCity => q#Isle of Man#,
9450             },
9451             'Europe/Istanbul' => {
9452             exemplarCity => q#Istanbul#,
9453             },
9454             'Europe/Jersey' => {
9455             exemplarCity => q#Jersey#,
9456             },
9457             'Europe/Kaliningrad' => {
9458             exemplarCity => q#Kaliningrad#,
9459             },
9460             'Europe/Kiev' => {
9461             exemplarCity => q#Kiew#,
9462             },
9463             'Europe/Lisbon' => {
9464             exemplarCity => q#Lissabon#,
9465             },
9466             'Europe/Ljubljana' => {
9467             exemplarCity => q#Ljubljana#,
9468             },
9469             'Europe/London' => {
9470             exemplarCity => q#London#,
9471             long => {
9472             'daylight' => q(Britische Sommerzeit),
9473             },
9474             },
9475             'Europe/Luxembourg' => {
9476             exemplarCity => q#Luxemburg#,
9477             },
9478             'Europe/Madrid' => {
9479             exemplarCity => q#Madrid#,
9480             },
9481             'Europe/Malta' => {
9482             exemplarCity => q#Malta#,
9483             },
9484             'Europe/Mariehamn' => {
9485             exemplarCity => q#Mariehamn#,
9486             },
9487             'Europe/Minsk' => {
9488             exemplarCity => q#Minsk#,
9489             },
9490             'Europe/Monaco' => {
9491             exemplarCity => q#Monaco#,
9492             },
9493             'Europe/Moscow' => {
9494             exemplarCity => q#Moskau#,
9495             },
9496             'Europe/Oslo' => {
9497             exemplarCity => q#Oslo#,
9498             },
9499             'Europe/Paris' => {
9500             exemplarCity => q#Paris#,
9501             },
9502             'Europe/Podgorica' => {
9503             exemplarCity => q#Podgorica#,
9504             },
9505             'Europe/Prague' => {
9506             exemplarCity => q#Prag#,
9507             },
9508             'Europe/Riga' => {
9509             exemplarCity => q#Riga#,
9510             },
9511             'Europe/Rome' => {
9512             exemplarCity => q#Rom#,
9513             },
9514             'Europe/Samara' => {
9515             exemplarCity => q#Samara#,
9516             },
9517             'Europe/San_Marino' => {
9518             exemplarCity => q#San Marino#,
9519             },
9520             'Europe/Sarajevo' => {
9521             exemplarCity => q#Sarajevo#,
9522             },
9523             'Europe/Simferopol' => {
9524             exemplarCity => q#Simferopol#,
9525             },
9526             'Europe/Skopje' => {
9527             exemplarCity => q#Skopje#,
9528             },
9529             'Europe/Sofia' => {
9530             exemplarCity => q#Sofia#,
9531             },
9532             'Europe/Stockholm' => {
9533             exemplarCity => q#Stockholm#,
9534             },
9535             'Europe/Tallinn' => {
9536             exemplarCity => q#Tallinn#,
9537             },
9538             'Europe/Tirane' => {
9539             exemplarCity => q#Tirana#,
9540             },
9541             'Europe/Uzhgorod' => {
9542             exemplarCity => q#Uschgorod#,
9543             },
9544             'Europe/Vaduz' => {
9545             exemplarCity => q#Vaduz#,
9546             },
9547             'Europe/Vatican' => {
9548             exemplarCity => q#Vatikan#,
9549             },
9550             'Europe/Vienna' => {
9551             exemplarCity => q#Wien#,
9552             },
9553             'Europe/Vilnius' => {
9554             exemplarCity => q#Vilnius#,
9555             },
9556             'Europe/Volgograd' => {
9557             exemplarCity => q#Wolgograd#,
9558             },
9559             'Europe/Warsaw' => {
9560             exemplarCity => q#Warschau#,
9561             },
9562             'Europe/Zagreb' => {
9563             exemplarCity => q#Zagreb#,
9564             },
9565             'Europe/Zaporozhye' => {
9566             exemplarCity => q#Saporischja#,
9567             },
9568             'Europe/Zurich' => {
9569             exemplarCity => q#Zürich#,
9570             },
9571             'Europe_Central' => {
9572             long => {
9573             'daylight' => q(Mitteleuropäische Sommerzeit),
9574             'generic' => q(Mitteleuropäische Zeit),
9575             'standard' => q(Mitteleuropäische Normalzeit),
9576             },
9577             short => {
9578             'daylight' => q(MESZ),
9579             'generic' => q(MEZ),
9580             'standard' => q(MEZ),
9581             },
9582             },
9583             'Europe_Eastern' => {
9584             long => {
9585             'daylight' => q(Osteuropäische Sommerzeit),
9586             'generic' => q(Osteuropäische Zeit),
9587             'standard' => q(Osteuropäische Normalzeit),
9588             },
9589             short => {
9590             'daylight' => q(OESZ),
9591             'generic' => q(OEZ),
9592             'standard' => q(OEZ),
9593             },
9594             },
9595             'Europe_Further_Eastern' => {
9596             long => {
9597             'standard' => q(Kaliningrader Zeit),
9598             },
9599             },
9600             'Europe_Western' => {
9601             long => {
9602             'daylight' => q(Westeuropäische Sommerzeit),
9603             'generic' => q(Westeuropäische Zeit),
9604             'standard' => q(Westeuropäische Normalzeit),
9605             },
9606             short => {
9607             'daylight' => q(WESZ),
9608             'generic' => q(WEZ),
9609             'standard' => q(WEZ),
9610             },
9611             },
9612             'Falkland' => {
9613             long => {
9614             'daylight' => q(Falklandinseln-Sommerzeit),
9615             'generic' => q(Falklandinseln-Zeit),
9616             'standard' => q(Falklandinseln-Normalzeit),
9617             },
9618             },
9619             'Fiji' => {
9620             long => {
9621             'daylight' => q(Fidschi-Sommerzeit),
9622             'generic' => q(Fidschi-Zeit),
9623             'standard' => q(Fidschi-Normalzeit),
9624             },
9625             },
9626             'French_Guiana' => {
9627             long => {
9628             'standard' => q(Französisch-Guayana-Zeit),
9629             },
9630             },
9631             'French_Southern' => {
9632             long => {
9633             'standard' => q(Französische Süd- und Antarktisgebiete-Zeit),
9634             },
9635             },
9636             'GMT' => {
9637             long => {
9638             'standard' => q(Mittlere Greenwich-Zeit),
9639             },
9640             },
9641             'Galapagos' => {
9642             long => {
9643             'standard' => q(Galapagos-Zeit),
9644             },
9645             },
9646             'Gambier' => {
9647             long => {
9648             'standard' => q(Gambier-Zeit),
9649             },
9650             },
9651             'Georgia' => {
9652             long => {
9653             'daylight' => q(Georgische Sommerzeit),
9654             'generic' => q(Georgische Zeit),
9655             'standard' => q(Georgische Normalzeit),
9656             },
9657             },
9658             'Gilbert_Islands' => {
9659             long => {
9660             'standard' => q(Gilbert-Inseln-Zeit),
9661             },
9662             },
9663             'Greenland_Eastern' => {
9664             long => {
9665             'daylight' => q(Ostgrönland-Sommerzeit),
9666             'generic' => q(Ostgrönland-Zeit),
9667             'standard' => q(Ostgrönland-Normalzeit),
9668             },
9669             },
9670             'Greenland_Western' => {
9671             long => {
9672             'daylight' => q(Westgrönland-Sommerzeit),
9673             'generic' => q(Westgrönland-Zeit),
9674             'standard' => q(Westgrönland-Normalzeit),
9675             },
9676             },
9677             'Guam' => {
9678             long => {
9679             'standard' => q(Guam-Zeit),
9680             },
9681             },
9682             'Gulf' => {
9683             long => {
9684             'standard' => q(Golf-Zeit),
9685             },
9686             },
9687             'Guyana' => {
9688             long => {
9689             'standard' => q(Guyana-Zeit),
9690             },
9691             },
9692             'Hawaii_Aleutian' => {
9693             long => {
9694             'daylight' => q(Hawaii-Aleuten-Sommerzeit),
9695             'generic' => q(Hawaii-Aleuten-Zeit),
9696             'standard' => q(Hawaii-Aleuten-Normalzeit),
9697             },
9698             },
9699             'Hong_Kong' => {
9700             long => {
9701             'daylight' => q(Hongkong-Sommerzeit),
9702             'generic' => q(Hongkong-Zeit),
9703             'standard' => q(Hongkong-Normalzeit),
9704             },
9705             },
9706             'Hovd' => {
9707             long => {
9708             'daylight' => q(Chowd-Sommerzeit),
9709             'generic' => q(Chowd-Zeit),
9710             'standard' => q(Chowd-Normalzeit),
9711             },
9712             },
9713             'India' => {
9714             long => {
9715             'standard' => q(Indische Zeit),
9716             },
9717             },
9718             'Indian/Antananarivo' => {
9719             exemplarCity => q#Antananarivo#,
9720             },
9721             'Indian/Chagos' => {
9722             exemplarCity => q#Chagos#,
9723             },
9724             'Indian/Christmas' => {
9725             exemplarCity => q#Weihnachtsinsel#,
9726             },
9727             'Indian/Cocos' => {
9728             exemplarCity => q#Cocos#,
9729             },
9730             'Indian/Comoro' => {
9731             exemplarCity => q#Komoren#,
9732             },
9733             'Indian/Kerguelen' => {
9734             exemplarCity => q#Kerguelen#,
9735             },
9736             'Indian/Mahe' => {
9737             exemplarCity => q#Mahe#,
9738             },
9739             'Indian/Maldives' => {
9740             exemplarCity => q#Malediven#,
9741             },
9742             'Indian/Mauritius' => {
9743             exemplarCity => q#Mauritius#,
9744             },
9745             'Indian/Mayotte' => {
9746             exemplarCity => q#Mayotte#,
9747             },
9748             'Indian/Reunion' => {
9749             exemplarCity => q#Réunion#,
9750             },
9751             'Indian_Ocean' => {
9752             long => {
9753             'standard' => q(Indischer Ozean-Zeit),
9754             },
9755             },
9756             'Indochina' => {
9757             long => {
9758             'standard' => q(Indochina-Zeit),
9759             },
9760             },
9761             'Indonesia_Central' => {
9762             long => {
9763             'standard' => q(Zentralindonesische Zeit),
9764             },
9765             },
9766             'Indonesia_Eastern' => {
9767             long => {
9768             'standard' => q(Ostindonesische Zeit),
9769             },
9770             },
9771             'Indonesia_Western' => {
9772             long => {
9773             'standard' => q(Westindonesische Zeit),
9774             },
9775             },
9776             'Iran' => {
9777             long => {
9778             'daylight' => q(Iranische Sommerzeit),
9779             'generic' => q(Iranische Zeit),
9780             'standard' => q(Iranische Normalzeit),
9781             },
9782             },
9783             'Irkutsk' => {
9784             long => {
9785             'daylight' => q(Irkutsk-Sommerzeit),
9786             'generic' => q(Irkutsk-Zeit),
9787             'standard' => q(Irkutsk-Normalzeit),
9788             },
9789             },
9790             'Israel' => {
9791             long => {
9792             'daylight' => q(Israelische Sommerzeit),
9793             'generic' => q(Israelische Zeit),
9794             'standard' => q(Israelische Normalzeit),
9795             },
9796             },
9797             'Japan' => {
9798             long => {
9799             'daylight' => q(Japanische Sommerzeit),
9800             'generic' => q(Japanische Zeit),
9801             'standard' => q(Japanische Normalzeit),
9802             },
9803             },
9804             'Kamchatka' => {
9805             long => {
9806             'daylight' => q(Kamtschatka-Sommerzeit),
9807             'generic' => q(Kamtschatka-Zeit),
9808             'standard' => q(Kamtschatka-Normalzeit),
9809             },
9810             },
9811             'Kazakhstan_Eastern' => {
9812             long => {
9813             'standard' => q(Ostkasachische Zeit),
9814             },
9815             },
9816             'Kazakhstan_Western' => {
9817             long => {
9818             'standard' => q(Westkasachische Zeit),
9819             },
9820             },
9821             'Korea' => {
9822             long => {
9823             'daylight' => q(Koreanische Sommerzeit),
9824             'generic' => q(Koreanische Zeit),
9825             'standard' => q(Koreanische Normalzeit),
9826             },
9827             },
9828             'Kosrae' => {
9829             long => {
9830             'standard' => q(Kosrae-Zeit),
9831             },
9832             },
9833             'Krasnoyarsk' => {
9834             long => {
9835             'daylight' => q(Krasnojarsk-Sommerzeit),
9836             'generic' => q(Krasnojarsk-Zeit),
9837             'standard' => q(Krasnojarsk-Normalzeit),
9838             },
9839             },
9840             'Kyrgystan' => {
9841             long => {
9842             'standard' => q(Kirgisistan-Zeit),
9843             },
9844             },
9845             'Lanka' => {
9846             long => {
9847             'standard' => q(Sri-Lanka-Zeit),
9848             },
9849             },
9850             'Line_Islands' => {
9851             long => {
9852             'standard' => q(Linieninseln-Zeit),
9853             },
9854             },
9855             'Lord_Howe' => {
9856             long => {
9857             'daylight' => q(Lord-Howe-Sommerzeit),
9858             'generic' => q(Lord-Howe-Zeit),
9859             'standard' => q(Lord-Howe-Normalzeit),
9860             },
9861             },
9862             'Macau' => {
9863             long => {
9864             'daylight' => q(Macau-Sommerzeit),
9865             'generic' => q(Macau-Zeit),
9866             'standard' => q(Macau-Normalzeit),
9867             },
9868             },
9869             'Macquarie' => {
9870             long => {
9871             'standard' => q(Macquarieinsel-Zeit),
9872             },
9873             },
9874             'Magadan' => {
9875             long => {
9876             'daylight' => q(Magadan-Sommerzeit),
9877             'generic' => q(Magadan-Zeit),
9878             'standard' => q(Magadan-Normalzeit),
9879             },
9880             },
9881             'Malaysia' => {
9882             long => {
9883             'standard' => q(Malaysische Zeit),
9884             },
9885             },
9886             'Maldives' => {
9887             long => {
9888             'standard' => q(Malediven-Zeit),
9889             },
9890             },
9891             'Marquesas' => {
9892             long => {
9893             'standard' => q(Marquesas-Zeit),
9894             },
9895             },
9896             'Marshall_Islands' => {
9897             long => {
9898             'standard' => q(Marshallinseln-Zeit),
9899             },
9900             },
9901             'Mauritius' => {
9902             long => {
9903             'daylight' => q(Mauritius-Sommerzeit),
9904             'generic' => q(Mauritius-Zeit),
9905             'standard' => q(Mauritius-Normalzeit),
9906             },
9907             },
9908             'Mawson' => {
9909             long => {
9910             'standard' => q(Mawson-Zeit),
9911             },
9912             },
9913             'Mexico_Northwest' => {
9914             long => {
9915             'daylight' => q(Mexiko Nordwestliche Zone-Sommerzeit),
9916             'generic' => q(Mexiko Nordwestliche Zone-Zeit),
9917             'standard' => q(Mexiko Nordwestliche Zone-Normalzeit),
9918             },
9919             },
9920             'Mexico_Pacific' => {
9921             long => {
9922             'daylight' => q(Mexiko Pazifikzone-Sommerzeit),
9923             'generic' => q(Mexiko Pazifikzone-Zeit),
9924             'standard' => q(Mexiko Pazifikzone-Normalzeit),
9925             },
9926             },
9927             'Mongolia' => {
9928             long => {
9929             'daylight' => q(Ulaanbaatar-Sommerzeit),
9930             'generic' => q(Ulaanbaatar-Zeit),
9931             'standard' => q(Ulaanbaatar-Normalzeit),
9932             },
9933             },
9934             'Moscow' => {
9935             long => {
9936             'daylight' => q(Moskauer Sommerzeit),
9937             'generic' => q(Moskauer Zeit),
9938             'standard' => q(Moskauer Normalzeit),
9939             },
9940             },
9941             'Myanmar' => {
9942             long => {
9943             'standard' => q(Myanmar-Zeit),
9944             },
9945             },
9946             'Nauru' => {
9947             long => {
9948             'standard' => q(Nauru-Zeit),
9949             },
9950             },
9951             'Nepal' => {
9952             long => {
9953             'standard' => q(Nepalesische Zeit),
9954             },
9955             },
9956             'New_Caledonia' => {
9957             long => {
9958             'daylight' => q(Neukaledonische Sommerzeit),
9959             'generic' => q(Neukaledonische Zeit),
9960             'standard' => q(Neukaledonische Normalzeit),
9961             },
9962             },
9963             'New_Zealand' => {
9964             long => {
9965             'daylight' => q(Neuseeland-Sommerzeit),
9966             'generic' => q(Neuseeland-Zeit),
9967             'standard' => q(Neuseeland-Normalzeit),
9968             },
9969             },
9970             'Newfoundland' => {
9971             long => {
9972             'daylight' => q(Neufundland-Sommerzeit),
9973             'generic' => q(Neufundland-Zeit),
9974             'standard' => q(Neufundland-Normalzeit),
9975             },
9976             },
9977             'Niue' => {
9978             long => {
9979             'standard' => q(Niue-Zeit),
9980             },
9981             },
9982             'Norfolk' => {
9983             long => {
9984             'standard' => q(Norfolkinsel-Zeit),
9985             },
9986             },
9987             'Noronha' => {
9988             long => {
9989             'daylight' => q(Fernando de Noronha-Sommerzeit),
9990             'generic' => q(Fernando de Noronha-Zeit),
9991             'standard' => q(Fernando de Noronha-Normalzeit),
9992             },
9993             },
9994             'North_Mariana' => {
9995             long => {
9996             'standard' => q(Nördliche-Marianen-Zeit),
9997             },
9998             },
9999             'Novosibirsk' => {
10000             long => {
10001             'daylight' => q(Nowosibirsk-Sommerzeit),
10002             'generic' => q(Nowosibirsk-Zeit),
10003             'standard' => q(Nowosibirsk-Normalzeit),
10004             },
10005             },
10006             'Omsk' => {
10007             long => {
10008             'daylight' => q(Omsk-Sommerzeit),
10009             'generic' => q(Omsk-Zeit),
10010             'standard' => q(Omsk-Normalzeit),
10011             },
10012             },
10013             'Pacific/Apia' => {
10014             exemplarCity => q#Apia#,
10015             },
10016             'Pacific/Auckland' => {
10017             exemplarCity => q#Auckland#,
10018             },
10019             'Pacific/Bougainville' => {
10020             exemplarCity => q#Bougainville#,
10021             },
10022             'Pacific/Chatham' => {
10023             exemplarCity => q#Chatham#,
10024             },
10025             'Pacific/Easter' => {
10026             exemplarCity => q#Osterinsel#,
10027             },
10028             'Pacific/Efate' => {
10029             exemplarCity => q#Efate#,
10030             },
10031             'Pacific/Enderbury' => {
10032             exemplarCity => q#Enderbury#,
10033             },
10034             'Pacific/Fakaofo' => {
10035             exemplarCity => q#Fakaofo#,
10036             },
10037             'Pacific/Fiji' => {
10038             exemplarCity => q#Fidschi#,
10039             },
10040             'Pacific/Funafuti' => {
10041             exemplarCity => q#Funafuti#,
10042             },
10043             'Pacific/Galapagos' => {
10044             exemplarCity => q#Galapagos#,
10045             },
10046             'Pacific/Gambier' => {
10047             exemplarCity => q#Gambier#,
10048             },
10049             'Pacific/Guadalcanal' => {
10050             exemplarCity => q#Guadalcanal#,
10051             },
10052             'Pacific/Guam' => {
10053             exemplarCity => q#Guam#,
10054             },
10055             'Pacific/Honolulu' => {
10056             exemplarCity => q#Honolulu#,
10057             },
10058             'Pacific/Johnston' => {
10059             exemplarCity => q#Johnston#,
10060             },
10061             'Pacific/Kiritimati' => {
10062             exemplarCity => q#Kiritimati#,
10063             },
10064             'Pacific/Kosrae' => {
10065             exemplarCity => q#Kosrae#,
10066             },
10067             'Pacific/Kwajalein' => {
10068             exemplarCity => q#Kwajalein#,
10069             },
10070             'Pacific/Majuro' => {
10071             exemplarCity => q#Majuro#,
10072             },
10073             'Pacific/Marquesas' => {
10074             exemplarCity => q#Marquesas#,
10075             },
10076             'Pacific/Midway' => {
10077             exemplarCity => q#Midway#,
10078             },
10079             'Pacific/Nauru' => {
10080             exemplarCity => q#Nauru#,
10081             },
10082             'Pacific/Niue' => {
10083             exemplarCity => q#Niue#,
10084             },
10085             'Pacific/Norfolk' => {
10086             exemplarCity => q#Norfolk#,
10087             },
10088             'Pacific/Noumea' => {
10089             exemplarCity => q#Noumea#,
10090             },
10091             'Pacific/Pago_Pago' => {
10092             exemplarCity => q#Pago Pago#,
10093             },
10094             'Pacific/Palau' => {
10095             exemplarCity => q#Palau#,
10096             },
10097             'Pacific/Pitcairn' => {
10098             exemplarCity => q#Pitcairn#,
10099             },
10100             'Pacific/Ponape' => {
10101             exemplarCity => q#Pohnpei#,
10102             },
10103             'Pacific/Port_Moresby' => {
10104             exemplarCity => q#Port Moresby#,
10105             },
10106             'Pacific/Rarotonga' => {
10107             exemplarCity => q#Rarotonga#,
10108             },
10109             'Pacific/Saipan' => {
10110             exemplarCity => q#Saipan#,
10111             },
10112             'Pacific/Tahiti' => {
10113             exemplarCity => q#Tahiti#,
10114             },
10115             'Pacific/Tarawa' => {
10116             exemplarCity => q#Tarawa#,
10117             },
10118             'Pacific/Tongatapu' => {
10119             exemplarCity => q#Tongatapu#,
10120             },
10121             'Pacific/Truk' => {
10122             exemplarCity => q#Chuuk#,
10123             },
10124             'Pacific/Wake' => {
10125             exemplarCity => q#Wake#,
10126             },
10127             'Pacific/Wallis' => {
10128             exemplarCity => q#Wallis#,
10129             },
10130             'Pakistan' => {
10131             long => {
10132             'daylight' => q(Pakistanische Sommerzeit),
10133             'generic' => q(Pakistanische Zeit),
10134             'standard' => q(Pakistanische Normalzeit),
10135             },
10136             },
10137             'Palau' => {
10138             long => {
10139             'standard' => q(Palau-Zeit),
10140             },
10141             },
10142             'Papua_New_Guinea' => {
10143             long => {
10144             'standard' => q(Papua-Neuguinea-Zeit),
10145             },
10146             },
10147             'Paraguay' => {
10148             long => {
10149             'daylight' => q(Paraguayanische Sommerzeit),
10150             'generic' => q(Paraguayanische Zeit),
10151             'standard' => q(Paraguayanische Normalzeit),
10152             },
10153             },
10154             'Peru' => {
10155             long => {
10156             'daylight' => q(Peruanische Sommerzeit),
10157             'generic' => q(Peruanische Zeit),
10158             'standard' => q(Peruanische Normalzeit),
10159             },
10160             },
10161             'Philippines' => {
10162             long => {
10163             'daylight' => q(Philippinische Sommerzeit),
10164             'generic' => q(Philippinische Zeit),
10165             'standard' => q(Philippinische Normalzeit),
10166             },
10167             },
10168             'Phoenix_Islands' => {
10169             long => {
10170             'standard' => q(Phoenixinseln-Zeit),
10171             },
10172             },
10173             'Pierre_Miquelon' => {
10174             long => {
10175             'daylight' => q(Saint-Pierre-und-Miquelon-Sommerzeit),
10176             'generic' => q(Saint-Pierre-und-Miquelon-Zeit),
10177             'standard' => q(Saint-Pierre-und-Miquelon-Normalzeit),
10178             },
10179             },
10180             'Pitcairn' => {
10181             long => {
10182             'standard' => q(Pitcairninseln-Zeit),
10183             },
10184             },
10185             'Ponape' => {
10186             long => {
10187             'standard' => q(Ponape-Zeit),
10188             },
10189             },
10190             'Qyzylorda' => {
10191             long => {
10192             'daylight' => q(Qysylorda-Sommerzeit),
10193             'generic' => q(Quysylorda-Zeit),
10194             'standard' => q(Quysylorda-Normalzeit),
10195             },
10196             },
10197             'Reunion' => {
10198             long => {
10199             'standard' => q(Réunion-Zeit),
10200             },
10201             },
10202             'Rothera' => {
10203             long => {
10204             'standard' => q(Rothera-Zeit),
10205             },
10206             },
10207             'Sakhalin' => {
10208             long => {
10209             'daylight' => q(Sachalin-Sommerzeit),
10210             'generic' => q(Sachalin-Zeit),
10211             'standard' => q(Sachalin-Normalzeit),
10212             },
10213             },
10214             'Samara' => {
10215             long => {
10216             'daylight' => q(Samara-Sommerzeit),
10217             'generic' => q(Samara-Zeit),
10218             'standard' => q(Samara-Normalzeit),
10219             },
10220             },
10221             'Samoa' => {
10222             long => {
10223             'daylight' => q(Samoa-Sommerzeit),
10224             'generic' => q(Samoa-Zeit),
10225             'standard' => q(Samoa-Normalzeit),
10226             },
10227             },
10228             'Seychelles' => {
10229             long => {
10230             'standard' => q(Seychellen-Zeit),
10231             },
10232             },
10233             'Singapore' => {
10234             long => {
10235             'standard' => q(Singapur-Zeit),
10236             },
10237             },
10238             'Solomon' => {
10239             long => {
10240             'standard' => q(Salomoninseln-Zeit),
10241             },
10242             },
10243             'South_Georgia' => {
10244             long => {
10245             'standard' => q(Südgeorgische Zeit),
10246             },
10247             },
10248             'Suriname' => {
10249             long => {
10250             'standard' => q(Suriname-Zeit),
10251             },
10252             },
10253             'Syowa' => {
10254             long => {
10255             'standard' => q(Syowa-Zeit),
10256             },
10257             },
10258             'Tahiti' => {
10259             long => {
10260             'standard' => q(Tahiti-Zeit),
10261             },
10262             },
10263             'Taipei' => {
10264             long => {
10265             'daylight' => q(Taipeh-Sommerzeit),
10266             'generic' => q(Taipeh-Zeit),
10267             'standard' => q(Taipeh-Normalzeit),
10268             },
10269             },
10270             'Tajikistan' => {
10271             long => {
10272             'standard' => q(Tadschikistan-Zeit),
10273             },
10274             },
10275             'Tokelau' => {
10276             long => {
10277             'standard' => q(Tokelau-Zeit),
10278             },
10279             },
10280             'Tonga' => {
10281             long => {
10282             'daylight' => q(Tonganische Sommerzeit),
10283             'generic' => q(Tonganische Zeit),
10284             'standard' => q(Tonganische Normalzeit),
10285             },
10286             },
10287             'Truk' => {
10288             long => {
10289             'standard' => q(Chuuk-Zeit),
10290             },
10291             },
10292             'Turkmenistan' => {
10293             long => {
10294             'daylight' => q(Turkmenistan-Sommerzeit),
10295             'generic' => q(Turkmenistan-Zeit),
10296             'standard' => q(Turkmenistan-Normalzeit),
10297             },
10298             },
10299             'Tuvalu' => {
10300             long => {
10301             'standard' => q(Tuvalu-Zeit),
10302             },
10303             },
10304             'Uruguay' => {
10305             long => {
10306             'daylight' => q(Uruguayanische Sommerzeit),
10307             'generic' => q(Uruguayanische Zeit),
10308             'standard' => q(Uruguyanische Normalzeit),
10309             },
10310             },
10311             'Uzbekistan' => {
10312             long => {
10313             'daylight' => q(Usbekistan-Sommerzeit),
10314             'generic' => q(Usbekistan-Zeit),
10315             'standard' => q(Usbekistan-Normalzeit),
10316             },
10317             },
10318             'Vanuatu' => {
10319             long => {
10320             'daylight' => q(Vanuatu-Sommerzeit),
10321             'generic' => q(Vanuatu-Zeit),
10322             'standard' => q(Vanuatu-Normalzeit),
10323             },
10324             },
10325             'Venezuela' => {
10326             long => {
10327             'standard' => q(Venezuela-Zeit),
10328             },
10329             },
10330             'Vladivostok' => {
10331             long => {
10332             'daylight' => q(Wladiwostok-Sommerzeit),
10333             'generic' => q(Wladiwostok-Zeit),
10334             'standard' => q(Wladiwostok-Normalzeit),
10335             },
10336             },
10337             'Volgograd' => {
10338             long => {
10339             'daylight' => q(Wolgograd-Sommerzeit),
10340             'generic' => q(Wolgograd-Zeit),
10341             'standard' => q(Wolgograd-Normalzeit),
10342             },
10343             },
10344             'Vostok' => {
10345             long => {
10346             'standard' => q(Wostok-Zeit),
10347             },
10348             },
10349             'Wake' => {
10350             long => {
10351             'standard' => q(Wake-Insel-Zeit),
10352             },
10353             },
10354             'Wallis' => {
10355             long => {
10356             'standard' => q(Wallis-und-Futuna-Zeit),
10357             },
10358             },
10359             'Yakutsk' => {
10360             long => {
10361             'daylight' => q(Jakutsk-Sommerzeit),
10362             'generic' => q(Jakutsk-Zeit),
10363             'standard' => q(Jakutsk-Normalzeit),
10364             },
10365             },
10366             'Yekaterinburg' => {
10367             long => {
10368             'daylight' => q(Jekaterinburg-Sommerzeit),
10369             'generic' => q(Jekaterinburg-Zeit),
10370             'standard' => q(Jekaterinburg-Normalzeit),
10371             },
10372             },
10373             } }
10374             );
10375 19     19   296128 no Moo;
  19         41  
  19         153  
10376              
10377             1;
10378              
10379             # vim: tabstop=4