File Coverage

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


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