File Coverage

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


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::My - Package for language Burmese
4              
5             =cut
6              
7             package Locale::CLDR::Locales::My;
8             # This file auto generated from Data\common\main\my.xml
9             # on Sun 24 Apr 8:43:20 am GMT
10              
11 1     1   2578943 use version;
  1         2  
  1         8  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   113 use v5.10.1;
  1         4  
16 1     1   5 use mro 'c3';
  1         6  
  1         9  
17 1     1   40 use utf8;
  1         2  
  1         8  
18 1     1   38 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         16  
19              
20 1     1   922 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         51773  
  1         10  
21 1     1   1541 use Moo;
  1         9369  
  1         4  
22              
23             extends('Locale::CLDR::Locales::Root');
24             has 'valid_algorithmic_formats' => (
25             is => 'ro',
26             isa => ArrayRef,
27             init_arg => undef,
28             default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal','spellout-ordinal' ]},
29             );
30              
31             has 'algorithmic_number_format_data' => (
32             is => 'ro',
33             isa => HashRef,
34             init_arg => undef,
35             default => sub {
36 1     1   3509 use bignum;
  1         1  
  1         9  
37             return {
38             'spellout-cardinal' => {
39             'public' => {
40             '-x' => {
41             divisor => q(1),
42             rule => q(အနုတ်→→),
43             },
44             '0' => {
45             base_value => q(0),
46             divisor => q(1),
47             rule => q(သုည),
48             },
49             'x.x' => {
50             divisor => q(1),
51             rule => q(←←ဒသမ→→),
52             },
53             '1' => {
54             base_value => q(1),
55             divisor => q(1),
56             rule => q(တစ်),
57             },
58             '2' => {
59             base_value => q(2),
60             divisor => q(1),
61             rule => q(နှစ်),
62             },
63             '3' => {
64             base_value => q(3),
65             divisor => q(1),
66             rule => q(သုံး),
67             },
68             '4' => {
69             base_value => q(4),
70             divisor => q(1),
71             rule => q(လေး),
72             },
73             '5' => {
74             base_value => q(5),
75             divisor => q(1),
76             rule => q(ငါး),
77             },
78             '6' => {
79             base_value => q(6),
80             divisor => q(1),
81             rule => q(ခြောက်),
82             },
83             '7' => {
84             base_value => q(7),
85             divisor => q(1),
86             rule => q(ခုနှစ်),
87             },
88             '8' => {
89             base_value => q(8),
90             divisor => q(1),
91             rule => q(ရှစ်),
92             },
93             '9' => {
94             base_value => q(9),
95             divisor => q(1),
96             rule => q(ကိုး),
97             },
98             '10' => {
99             base_value => q(10),
100             divisor => q(10),
101             rule => q(ဆယ်),
102             },
103             '11' => {
104             base_value => q(11),
105             divisor => q(10),
106             rule => q(ဆယ့်[→→]),
107             },
108             '20' => {
109             base_value => q(20),
110             divisor => q(10),
111             rule => q(←←ဆယ်[→→]),
112             },
113             '100' => {
114             base_value => q(100),
115             divisor => q(100),
116             rule => q(←←ရာ),
117             },
118             '101' => {
119             base_value => q(101),
120             divisor => q(100),
121             rule => q(←←ရာ့[→→]),
122             },
123             '1000' => {
124             base_value => q(1000),
125             divisor => q(1000),
126             rule => q(←←ထောင်),
127             },
128             '1001' => {
129             base_value => q(1001),
130             divisor => q(1000),
131             rule => q(←←ထောင့်[→→]),
132             },
133             '10000' => {
134             base_value => q(10000),
135             divisor => q(10000),
136             rule => q(←←သောင်း[→→]),
137             },
138             '100000' => {
139             base_value => q(100000),
140             divisor => q(100000),
141             rule => q(←←သိန်း[→→]),
142             },
143             '1000000' => {
144             base_value => q(1000000),
145             divisor => q(1000000),
146             rule => q(←←သန်း[→→]),
147             },
148             '10000000' => {
149             base_value => q(10000000),
150             divisor => q(10000000),
151             rule => q(←←ကုဋေ[→→]),
152             },
153             '100000000000000' => {
154             base_value => q(100000000000000),
155             divisor => q(100000000000000),
156             rule => q(←←ကောဋိ[→→]),
157             },
158             '1000000000000000000' => {
159             base_value => q(1000000000000000000),
160             divisor => q(1000000000000000000),
161             rule => q(=#,##0=),
162             },
163             'max' => {
164             base_value => q(1000000000000000000),
165             divisor => q(1000000000000000000),
166             rule => q(=#,##0=),
167             },
168             },
169             },
170             'spellout-numbering' => {
171             'public' => {
172             '0' => {
173             base_value => q(0),
174             divisor => q(1),
175             rule => q(=%spellout-cardinal=),
176             },
177             'max' => {
178             base_value => q(0),
179             divisor => q(1),
180             rule => q(=%spellout-cardinal=),
181             },
182             },
183             },
184             'spellout-numbering-year' => {
185             'public' => {
186             '0' => {
187             base_value => q(0),
188             divisor => q(1),
189             rule => q(=%spellout-cardinal=),
190             },
191             'x.x' => {
192             divisor => q(1),
193             rule => q(=#,###0.#=),
194             },
195             'max' => {
196             divisor => q(1),
197             rule => q(=#,###0.#=),
198             },
199             },
200             },
201             'spellout-ordinal' => {
202             'public' => {
203             '-x' => {
204             divisor => q(1),
205             rule => q(အနုတ်→→),
206             },
207             '0' => {
208             base_value => q(0),
209             divisor => q(1),
210             rule => q(=%spellout-cardinal=),
211             },
212             'x.x' => {
213             divisor => q(1),
214             rule => q(=#,##0.#=),
215             },
216             '1' => {
217             base_value => q(1),
218             divisor => q(1),
219             rule => q(ပထမ),
220             },
221             '2' => {
222             base_value => q(2),
223             divisor => q(1),
224             rule => q(ဒုတိယ),
225             },
226             '3' => {
227             base_value => q(3),
228             divisor => q(1),
229             rule => q(တတိယ),
230             },
231             '4' => {
232             base_value => q(4),
233             divisor => q(1),
234             rule => q(စတုတ္ထ),
235             },
236             '5' => {
237             base_value => q(5),
238             divisor => q(1),
239             rule => q(ပဉ္စမ),
240             },
241             '6' => {
242             base_value => q(6),
243             divisor => q(1),
244             rule => q(ဆဋ္ဌမ),
245             },
246             '7' => {
247             base_value => q(7),
248             divisor => q(1),
249             rule => q(သတ္တမ),
250             },
251             '8' => {
252             base_value => q(8),
253             divisor => q(1),
254             rule => q(အဋ္ဌမ),
255             },
256             '9' => {
257             base_value => q(9),
258             divisor => q(1),
259             rule => q(နဝမ),
260             },
261             '10' => {
262             base_value => q(10),
263             divisor => q(10),
264             rule => q(ဒသမ),
265             },
266             '11' => {
267             base_value => q(11),
268             divisor => q(10),
269             rule => q(=%spellout-cardinal=),
270             },
271             'max' => {
272             base_value => q(11),
273             divisor => q(10),
274             rule => q(=%spellout-cardinal=),
275             },
276             },
277             },
278             } },
279             );
280              
281             # Need to add code for Key type pattern
282             sub display_name_pattern {
283 0     0 0   my ($self, $name, $region, $script, $variant) = @_;
284              
285 0           my $display_pattern = '{0} ({1})';
286 0           $display_pattern =~s/\{0\}/$name/g;
287 0           my $subtags = join '{0}၊{1}', grep {$_} (
  0            
288             $region,
289             $script,
290             $variant,
291             );
292              
293 0           $display_pattern =~s/\{1\}/$subtags/g;
294 0           return $display_pattern;
295             }
296              
297             has 'display_name_language' => (
298             is => 'ro',
299             isa => CodeRef,
300             init_arg => undef,
301             default => sub {
302             sub {
303             my %languages = (
304             'ab' => 'အဘ်ခါဇီရန်',
305             'af' => 'အာဖရိကန်းစ်',
306             'agq' => 'အာဂ်ဟိန်း',
307             'ak' => 'အာကိန်',
308             'am' => 'အန်ဟာရစျချ',
309             'ang' => 'အင်္ဂလိပ်စာဟောင်း',
310             'ar' => 'အာရေဗီ',
311             'ar_001' => 'အရေဗီ(ပုံမှန်)',
312             'arn' => 'မာပုချီ',
313             'as' => 'အက္စမီစ်',
314             'asa' => 'အာစု',
315             'az' => 'အော်ဇောဘိုင်ဂျောနီ',
316             'az@alt=short' => 'အဇာရီ',
317             'ba' => 'ဘက်ရှ်ကီအာ',
318             'ban' => 'ဘာလီ',
319             'bas' => 'ဘာဆာ',
320             'be' => 'ဘီလာရု',
321             'bem' => 'ဘိန်ဘာ',
322             'bez' => 'ဘီနာ',
323             'bg' => 'ဘူဂေးရီးယား',
324             'bgn' => 'အနောက်ပိုင်းဘဲလိုချီ',
325             'bm' => 'ဘန်ဘာရာ',
326             'bn' => 'ဘင်္ဂါလီ',
327             'bo' => 'တိဘက်',
328             'br' => 'ဘရီတွန်',
329             'brx' => 'ဗိုဒို',
330             'bs' => 'ဘော့စ်နီးယား',
331             'ca' => 'ကာတာလန်',
332             'ce' => 'ချေချင်း',
333             'cgg' => 'ချီဂါ',
334             'chr' => 'ချာရိုကီ',
335             'ckb' => 'ဆိုရာနီ ကူဒစ်ရှ်',
336             'co' => 'ခိုစီကန်',
337             'cr' => 'ခရီး',
338             'cs' => 'ချက်',
339             'cv' => 'ချူဗက်ရှ်',
340             'cy' => 'ဝေလ',
341             'da' => 'ဒိန်းမတ်',
342             'dak' => 'ဒါကိုတာ',
343             'dav' => 'တိုင်တာ',
344             'de' => 'ဂျာမန်',
345             'de_AT' => 'ဩစတြီးယ ဂျာမန်',
346             'de_CH' => 'ဆွစ် အမြင့် ဂျာမန်',
347             'del' => 'ဒီလာဝဲ',
348             'dje' => 'ဇာမာ',
349             'dsb' => 'အောက်ဆိုဘီအမ်',
350             'dua' => 'ဒူအလာ',
351             'dum' => 'အလယ်ပိုင်း ဒတ်ချ်',
352             'dyo' => 'ဂျိုလာ-ဖွန်ရီ',
353             'dz' => 'ဒွန်ကာ',
354             'ebu' => 'အမ်ဘူ',
355             'ee' => 'ဝီ',
356             'egy' => 'ရှေးဟောင်း အီဂျစ်',
357             'el' => 'ဂရိ',
358             'en' => 'အင်္ဂလိပ်',
359             'en_AU' => 'ဩစတြေးလျှ အင်္ဂလိပ်',
360             'en_CA' => 'ကနေဒါ အင်္ဂလိပ်',
361             'en_GB' => 'ဗြိတိသျှ အင်္ဂလိပ်',
362             'en_GB@alt=short' => 'အင်္ဂလိပ်(ယူကေ)',
363             'en_US' => 'အမေရိကန် အင်္ဂလိပ်',
364             'en_US@alt=short' => 'အင်္ဂလိပ်(ယူအက်စ်)',
365             'enm' => 'အလယ်ပိုင်း အင်္ဂလိပ်',
366             'eo' => 'အက္စပရန္တို',
367             'es' => 'စပိန်',
368             'es_419' => 'လက်တင်အမေရိက စပိန်',
369             'es_ES' => 'စပိန်(ဥရောပ)',
370             'et' => 'အက်စ်တိုးနီးရန်း',
371             'eu' => 'ဘစ်က္ကီ',
372             'fa' => 'ပါရှန်',
373             'fi' => 'ဖင်နစ်ရှ်',
374             'fil' => 'ဖိလစ်ပီနို',
375             'fj' => 'ဖီဂျီ',
376             'fo' => 'ဖာရိုအိစ်',
377             'fr' => 'ပြင်သစ်',
378             'fr_CA' => 'ကနေဒါ ပြင်သစ်',
379             'fr_CH' => 'ဆွစ် ပြင်သစ်',
380             'frm' => 'အလယ်ပိုင်းပြင်သစ်',
381             'fro' => 'ပြင်သစ်ဟောင်း',
382             'frr' => 'မြောက်ပိုင်း ဖရီစီရန်',
383             'frs' => 'အရှေ့ပိုင်း ဖရီစီရန်',
384             'fy' => 'အနောက်ပိုင်း ဖရီစီရန်',
385             'ga' => 'အိုင်းရစ်',
386             'gag' => 'ဂါဂါဇ်',
387             'gl' => 'ဂါလာစီယံ',
388             'gmh' => 'အလယ်ပိုင်းအမြင့်ဂျာမန်',
389             'gn' => 'ဂူအာရာနီ',
390             'grc' => 'ရှေးဟောင်း ဂရိ',
391             'gsw' => 'ဆွစ် ဂျာမန်',
392             'gu' => 'ဂူဂျာရသီ',
393             'guz' => 'ဂူစီး',
394             'gv' => 'မန်းဇ်',
395             'ha' => 'ဟာဥစာ',
396             'haw' => 'ဟာဝေယံ',
397             'he' => 'ဟီးဘရူး',
398             'hi' => 'ဟိန္ဒီ',
399             'hr' => 'ခရိုအေရှန်',
400             'hsb' => 'အပေါ်ဆိုဘီအမ်',
401             'ht' => 'ဟာအီတီအန်',
402             'hu' => 'ဟန်ဂေရီ',
403             'hy' => 'အာမေနီအန်',
404             'id' => 'အင်ဒိုနီးရှား',
405             'ig' => 'အစ္ဂဘို',
406             'ii' => 'စီချွမ် ရီ',
407             'is' => 'အိုင်စ်လန္ဒီ',
408             'it' => 'အီတလီ',
409             'iu' => 'အီနုခ်တီတု',
410             'ja' => 'ဂျပန်',
411             'jgo' => 'ဂွမ်ဘာ',
412             'jmc' => 'မချာမီ',
413             'jpr' => 'ဂျူဒီယို-ပါရှန်',
414             'jrb' => 'ဂျူဒီယို-အာရေဗျ',
415             'jv' => 'ဂျာဗားနီးစ်',
416             'ka' => 'ဂျော်ဂျီယန်',
417             'kab' => 'ခဘိုင်လ်',
418             'kac' => 'ကချင်',
419             'kam' => 'ခမ်ဘာ',
420             'kde' => 'မာခွန်ဒီ',
421             'kea' => 'ခဘူဗာဒီအာနူ',
422             'kg' => 'ကွန်ဂို',
423             'kha' => 'ခါစီ',
424             'khq' => 'ခိုရာ ချီအီနီ',
425             'ki' => 'ခီခူယူ',
426             'kk' => 'ခါဇါခ်',
427             'kl' => 'ခလာအ်လီဆပ်',
428             'kln' => 'ခါလိမ်ဂျင်',
429             'km' => 'ခမာ',
430             'kn' => 'ကန္နာဒါ',
431             'ko' => 'ကိုးရီးယား',
432             'koi' => 'ကိုမီ-ပါမြက်',
433             'kok' => 'ကွန်ကနီ',
434             'ks' => 'ကက်ရှ်မီရီ',
435             'ksb' => 'ရှန်ဘာလာ',
436             'ksf' => 'ဘာဖီအာ',
437             'ku' => 'ကဒ်',
438             'kw' => 'ခိုနီရှ်',
439             'ky' => 'ခရူဂစ်',
440             'la' => 'လက်တင်',
441             'lag' => 'လန်ဂီ',
442             'lb' => 'လူဇင်ဘတ်က်',
443             'lg' => 'ဂန်ဒီ',
444             'lkt' => 'လာကိုတာ',
445             'ln' => 'လင်ဂါလာ',
446             'lo' => 'လာအို',
447             'lrc' => 'မြောက်လူရီ',
448             'lt' => 'လစ္သူအာနီယံ',
449             'lu' => 'လူဘာ-ခါတန်ဂါ',
450             'luo' => 'လူအို',
451             'luy' => 'လူရီအာ',
452             'lv' => 'လက္ဘီအံ',
453             'mas' => 'မာဆိုင်',
454             'mer' => 'မီရု',
455             'mfe' => 'မိုရှီစ်ယန်း',
456             'mg' => 'အာလာဂါစီ',
457             'mga' => 'အလယ်ပိုင်း အိုင်းရစ်',
458             'mgh' => 'မာခူဝါ-မီအီတို',
459             'mgo' => 'မီတာ',
460             'mi' => 'မောင်းရီ (နယူးဇီလန်ကျွန်းရှိ ပင်ရင်းတိုင်းရင်းသားလူမျိုး)',
461             'mk' => 'မာစီဒိုနီယံ',
462             'ml' => 'မလေးရာလမ်',
463             'mn' => 'မွန်ဂိုလီးယန်း',
464             'mnc' => 'မန်ချူး',
465             'mni' => 'မနိပူရီ',
466             'moh' => 'မိုဟော့ခ်',
467             'mr' => 'မာရသီ',
468             'ms' => 'မလေး',
469             'mt' => 'မောလ္တီစ်',
470             'mua' => 'မန်ဒန်း',
471             'mul' => 'အကြိမ်များစွာ ဘာသာစကားများ',
472             'my' => 'ဗမာ',
473             'mzn' => 'မာဇန်ဒါရန်နီ',
474             'naq' => 'နာမာ',
475             'nb' => 'ဘွတ်မော်လ်',
476             'nd' => 'တောင်ဒီဘီလီ',
477             'nds' => 'အနိမ့် ဂျာမန်',
478             'ne' => 'နီပါလီ',
479             'nl' => 'ဒတ်ချ်',
480             'nl_BE' => 'ဖလီမစ်ရှ်',
481             'nmg' => 'ဝါဆီအို',
482             'nn' => 'နော်ဝေး နီးနော်စ်ခ်',
483             'no' => 'နော်ဝေး',
484             'nqo' => 'နကို',
485             'nus' => 'နူအာ',
486             'nyn' => 'ယန်ကိုလီ',
487             'om' => 'အိုရိုမို',
488             'or' => 'အိုရီရာ',
489             'pa' => 'ပန်ချာပီ',
490             'peo' => 'ပါရှန် အဟောင်း',
491             'pi' => 'ပါဠိ',
492             'pl' => 'ပိုလန်',
493             'ps' => 'ပါရှ်တို',
494             'pt' => 'ပေါ်တူဂီ',
495             'pt_BR' => 'ဘရာဇီး ပေါ်တူဂီ',
496             'pt_PT' => 'ဥရောပ ပေါ်တူဂီ',
497             'qu' => 'ခက်ချ်ဝါ',
498             'quc' => 'ခီခ်အီချီ',
499             'rm' => 'ရောမ',
500             'rn' => 'ရွန်ဒီ',
501             'ro' => 'ရိုမေနီယား',
502             'rof' => 'ရွမ်ဘို',
503             'root' => 'မူလရင်းမြစ်',
504             'ru' => 'ရုရှ',
505             'rw' => 'ကင်ရာဝန်ဒါ',
506             'rwk' => 'ဝါ',
507             'sa' => 'သင်္သကရိုက်',
508             'saq' => 'ဆန်ဘူရု',
509             'sbp' => 'ဆန်ဂု',
510             'sco' => 'စကော့',
511             'sd' => 'စင်ဒီ',
512             'se' => 'တောင်ဆာမိ',
513             'seh' => 'စီနာ',
514             'ses' => 'ခိုရာဘိုရို ဆမ်နီ',
515             'sg' => 'ဆမ်ဂို',
516             'sga' => 'အိုင်းရစ် ဟောင်း',
517             'shi' => 'တာချယ်လ်ဟစ်',
518             'shn' => 'ရှမ်း',
519             'si' => 'ဆင်ဟာလ',
520             'sk' => 'စလိုဗက်',
521             'sl' => 'စလိုဗေးနီးယမ်း',
522             'sma' => 'တောင်ပိုင်း ဆာမိ',
523             'smj' => 'လူလီ ဆာမိ',
524             'smn' => 'အီနာရီ ဆာမိ',
525             'sms' => 'ခိုလ် ဆာမိ',
526             'sn' => 'ရှိနာ',
527             'so' => 'ဆိုမာလီ',
528             'sq' => 'အယ်လ်ဘေးနီးယန်း',
529             'sr' => 'ဆားဗီးယန်း',
530             'sv' => 'ဆွီဒင်',
531             'sw' => 'ဆြာဟီလီ',
532             'sw_CD' => 'ခွန်ဂို စွာဟီလီ',
533             'ta' => 'တမီးလ်',
534             'te' => 'တီလီဂု',
535             'teo' => 'တီဆို',
536             'tg' => 'တာဂျစ်',
537             'th' => 'ထိုင်း',
538             'ti' => 'တီဂ်ရင်ရာ',
539             'tk' => 'တခ္မင်',
540             'to' => 'တွန်ဂါ',
541             'tr' => 'တာကစ်',
542             'tt' => 'တတာ',
543             'twq' => 'တာဆာဝါခ်',
544             'tzm' => 'အလယ်အက်တ်လက်စ် တာမာဇိုက်',
545             'ug' => 'ဝီဂါ',
546             'uk' => 'ယူကရိန်း',
547             'und' => 'မသိ သို့မဟုတ် မရှိ သော ဘာသာစကား',
548             'ur' => 'အော်ဒူ',
549             'uz' => 'ဦးဇ်ဘက်',
550             'vai' => 'ဗိုင်',
551             'vi' => 'ဗီယက်နမ်',
552             'vun' => 'ဗန်ဂျို',
553             'wbp' => 'ဝေါလ်ပါရီ',
554             'wo' => 'ဝူလိုဖ်',
555             'xh' => 'ဇိုစာ',
556             'xog' => 'ဆိုဂါ',
557             'yo' => 'ရိုရုဘာ',
558             'zgh' => 'မိုရိုကန် တွမ်မဇိုတ် စံ',
559             'zh' => 'တရုတ်',
560             'zh_Hans' => 'ရိုးရှင်းသော တရုတ်',
561             'zh_Hant' => 'ရှေးရိုးစဉ်လာ တရုတ်',
562             'zu' => 'ဇူလူ',
563             'zxx' => 'ဘာသာစကား နှင့် ပတ်သက် သောအရာမရှိ',
564              
565             );
566             if (@_) {
567             return $languages{$_[0]};
568             }
569             return \%languages;
570             }
571             },
572             );
573              
574             has 'display_name_script' => (
575             is => 'ro',
576             isa => CodeRef,
577             init_arg => undef,
578             default => sub {
579             sub {
580             my %scripts = (
581             'Arab' => 'အာရေဗျ',
582             'Armn' => 'အာမေးနီးယား',
583             'Beng' => 'ဘင်္ဂါလီ',
584             'Bopo' => 'ဘိုပို',
585             'Brah' => 'ဗြဟ္မမီ',
586             'Brai' => 'ဘရေ',
587             'Cyrl' => 'စစ်ရိလစ်',
588             'Deva' => 'ဒီဗနာဂရီ',
589             'Ethi' => 'အီသီယိုးပီးယား',
590             'Geor' => 'ဂျော်ဂျီယန်',
591             'Grek' => 'ဂရိ',
592             'Gujr' => 'ဂုဂျာရသီ',
593             'Guru' => 'ဂူရူ',
594             'Hang' => 'ဟန်ဂူးလ်',
595             'Hani' => 'ဟန်',
596             'Hans' => 'ရိုးရှင်းသော တရုတ်',
597             'Hans@alt=stand-alone' => 'ရိုးရှင်းသော ဟန်',
598             'Hant' => 'ရှေးရိုးစဉ်လာ တရုတ်',
599             'Hant@alt=stand-alone' => 'ရှေးရိုးစဉ်လာဟန်',
600             'Hebr' => 'ဟီဗရူး',
601             'Hira' => 'ဟိရဂဏ',
602             'Hrkt' => 'ခတခဏ သို့မဟုတ် ဟိရဂဏ',
603             'Java' => 'ဂျာဗားနီးစ်',
604             'Jpan' => 'ဂျပန်',
605             'Kali' => 'ကယားလီ',
606             'Kana' => 'ခတခဏ',
607             'Khmr' => 'ခမာ',
608             'Knda' => 'ခန္နာဒါ',
609             'Kore' => 'ကိုးရီးယား',
610             'Laoo' => 'လာအို',
611             'Latn' => 'လက်တင်',
612             'Mlym' => 'မာလာရာလန်',
613             'Mong' => 'မွန်ဂိုလီးယား',
614             'Mymr' => 'မြန်မာ',
615             'Orya' => 'အိုရာ',
616             'Sinh' => 'ဆင်ဟာလ',
617             'Tale' => 'တိုင်လီ',
618             'Taml' => 'တမီးလ်',
619             'Telu' => 'တီလု',
620             'Tglg' => 'တဂလော့ဂ်',
621             'Thaa' => 'သာအ်',
622             'Thai' => 'ထိုင်း',
623             'Tibt' => 'တိဘက်',
624             'Visp' => 'မြင်နိုင်သော စကား',
625             'Xpeo' => 'ပါရှန် အဟောင်း',
626             'Yiii' => 'ရီ',
627             'Zsym' => 'သင်္ကေတ',
628             'Zxxx' => 'မရေးထားသော',
629             'Zyyy' => 'အများနှင့်သက်ဆိုင်သော',
630             'Zzzz' => 'မသိ သို့မဟုတ် မရှိသော စကားလုံး',
631              
632             );
633             if ( @_ ) {
634             return $scripts{$_[0]};
635             }
636             return \%scripts;
637             }
638             }
639             );
640              
641             has 'display_name_region' => (
642             is => 'ro',
643             isa => HashRef[Str],
644             init_arg => undef,
645             default => sub {
646             {
647             '001' => 'ကမ္ဘာ',
648             '002' => 'အာဖရိက',
649             '003' => 'မြောက် အမေရိက',
650             '005' => 'တောင် အမေရိက',
651             '009' => 'သမုဒ္ဒရာဒေသ',
652             '011' => 'အနောက် အာဖရိက',
653             '013' => 'အလယ်ပိုင်း အမေရိက',
654             '014' => 'အရှေ့ပိုင်း အာဖရိက',
655             '015' => 'မြောက်ပိုင်း အာဖရိက',
656             '017' => 'အလယ်ပိုင်း အာဖရိက',
657             '018' => 'တောင်ပိုင်း အာဖရိက',
658             '019' => 'အမေရိကများ',
659             '021' => 'မြောက်ပိုင်း အမေရိက',
660             '029' => 'ကာရီဘီယံ',
661             '030' => 'အရှေ့ပိုင်း အာရှ',
662             '034' => 'တောင်ပိုင်း အာရှ',
663             '035' => 'အရှေ့တောင်ပိုင်းအာရှ',
664             '039' => 'တောင်ပိုင်း ဥရောပ',
665             '053' => 'ဩစတြေးလျနှင့် နယူးဇီလန်',
666             '054' => 'မီလာနီးရှား',
667             '057' => 'မိုင်ခရိုနီရှားနယ်',
668             '061' => 'ပိုလီနီရှား',
669             '142' => 'အာရှ',
670             '143' => 'အလယ် အာရှ',
671             '145' => 'အနောက် အာရှ',
672             '150' => 'ဥရောပ',
673             '151' => 'အရှေ့ပိုင်း ဥရောပ',
674             '154' => 'မြောက်ပိုင်း ဥရောပ',
675             '155' => 'အနောက်ပိုင်း ဥရောပ',
676             '419' => 'လက်တင်အမေရိက',
677             'AC' => 'အက်စ်စင်ရှီအွန်ကျွန်း',
678             'AD' => 'အန်ဒိုရာ',
679             'AE' => 'ယူအေအီး',
680             'AF' => 'အာဖဂန်နစ္စတန်',
681             'AG' => 'အန်တီဂုအာနှင့်ဘာဘုဒါ',
682             'AI' => 'အန်ဂွီလာ',
683             'AL' => 'အဲလ်ဘာနီအာ',
684             'AM' => 'အာမေနီးယား',
685             'AO' => 'အင်ဂိုလာ',
686             'AQ' => 'အန္တာတိက',
687             'AR' => 'အာဂျင်တီးနား',
688             'AS' => 'အမေရိကန် စမိုအ',
689             'AT' => 'ဩစတြီးယား',
690             'AU' => 'ဩစတြေးလျ',
691             'AW' => 'အာရုဘာ',
692             'AX' => 'အာလန်ကျွန်း',
693             'AZ' => 'အဇာဘိုင်ဂျန်',
694             'BA' => 'ဘော့စနီးယား နှင့် ဟာဇီဂိုဘီးနား',
695             'BB' => 'ဘာဘဒိုးစ်',
696             'BD' => 'ဘင်္ဂလားဒေ့ရှ်',
697             'BE' => 'ဘယ်လ်ဂျီယမ်',
698             'BF' => 'ဘာကီနာ ဖာဆို',
699             'BG' => 'ဘူဂေးရီးယား',
700             'BH' => 'ဘာရိန်း',
701             'BI' => 'ဘူရွန်ဒီ',
702             'BJ' => 'ဘီနင်',
703             'BL' => 'စိန့်ဘာသီလီမိုင်',
704             'BM' => 'ဘာမူဒါ',
705             'BN' => 'ဘရူနိုင်း',
706             'BO' => 'ဘိုလီးဘီးယား',
707             'BQ' => 'ကာရီဘီယံနယ်သာလန်',
708             'BR' => 'ဘရာဇီး',
709             'BS' => 'ဘဟားမား',
710             'BT' => 'ဘူတန်',
711             'BV' => 'ဘူဗက်ကျွန်း',
712             'BW' => 'ဘော့စ်ဝါနာ',
713             'BY' => 'ဘီလာရုစ်',
714             'BZ' => 'ဘေလီဇ်',
715             'CA' => 'ကနေဒါ',
716             'CC' => 'ကိုကိုး ကျွန်းစု',
717             'CD' => 'ကွန်ဂို-ကင်ရှာစ',
718             'CD@alt=variant' => 'ကွန်ဂို (DRC)',
719             'CF' => 'အလယ်ပိုင်း အာဖရိက ပြည်ထောင်စု',
720             'CG' => 'ကွန်ဂို-ဘရာဇာဗီလ်',
721             'CG@alt=variant' => 'ကွန်ဂို (Republic)',
722             'CH' => 'ဆွစ်ဇလန်',
723             'CI' => 'အိုင်ဗရီကိုစ့်',
724             'CI@alt=variant' => 'အိုက်ဗရီကို့စ်',
725             'CK' => 'ကွတ် ကျွန်းစု',
726             'CL' => 'ချီလီ',
727             'CM' => 'ကင်မရွန်း',
728             'CN' => 'တရုတ်',
729             'CO' => 'ကိုလံဘီယာ',
730             'CP' => 'ကလစ်ပါတန်ကျွန်း',
731             'CR' => 'ကော့စ်တာရီကာ',
732             'CU' => 'ကျူးဘား',
733             'CV' => 'ခေ့ပ်ဗာဒူ',
734             'CW' => 'ခူရာကာအို',
735             'CX' => 'ခရစ်စမတ် ကျွန်း',
736             'CY' => 'ဆိုက်ပရက်စ်',
737             'CZ' => 'ချက် ပြည်ထောင်စု',
738             'DE' => 'ဂျာမဏီ',
739             'DG' => 'ဒီအေဂိုဂရာစီအာ',
740             'DJ' => 'ဂျီဘူတီ',
741             'DK' => 'ဒိန်းမတ်',
742             'DM' => 'ဒိုမီနီကာ',
743             'DO' => 'ဒိုမီနီကန်',
744             'DZ' => 'အယ်လ်ဂျီးရီးယား',
745             'EA' => 'ဆယ်ဥတာနှင့်မယ်လီလ်လာ',
746             'EC' => 'အီကွေဒေါ',
747             'EE' => 'အက်စတိုးနီးယား',
748             'EG' => 'အီဂျစ်',
749             'EH' => 'အနောက်ပိုင်း ဆာဟာရ',
750             'ER' => 'အီရီတရီအာ',
751             'ES' => 'စပိန်',
752             'ET' => 'အီသီယိုးပီးယား',
753             'EU' => 'ဥရောပသမဂ္ဂ',
754             'FI' => 'ဖင်လန်',
755             'FJ' => 'ဖီဂျီ',
756             'FK' => 'ဖောက်ကလန် ကျွန်းစု',
757             'FK@alt=variant' => 'ဖော့ခ်လန်ကျွန်းစု(အီလားစ် မောလ်ဗီနာစ်)',
758             'FM' => 'မိုင်ခရိုနီရှား',
759             'FO' => 'ဖာရိုး ကျွန်းစုများ',
760             'FR' => 'ပြင်သစ်',
761             'GA' => 'ဂါဘွန်',
762             'GB' => 'ယူနိုက်တက်ကင်းဒမ်း',
763             'GB@alt=short' => 'ယူကေ',
764             'GD' => 'ဂရီနာဒါ',
765             'GE' => 'ဂျော်ဂျီယာ',
766             'GF' => 'ပြင်သစ် ဂီယာနာ',
767             'GG' => 'ဂွန်းဇီ',
768             'GH' => 'ဂါနာ',
769             'GI' => 'ဂျီဘရော်လ်တာ',
770             'GL' => 'ဂရင်းလန်း',
771             'GM' => 'ဂန်ဘီရာ',
772             'GN' => 'ဂီးနီ',
773             'GP' => 'ဂူအာဒီလုပ်',
774             'GQ' => 'အီကွေတာ ဂီရာနာ',
775             'GR' => 'ဂရိ',
776             'GS' => 'တောင် ဂျော်ဂျီယာ နှင့် တောင် ဆင်းဒဝစ်ဂျ် ကျွန်းစုများ',
777             'GT' => 'ဂွာတီမာလာ',
778             'GU' => 'ဂူအမ်',
779             'GW' => 'ဂီရာနာ-ဘီစ်စာဥ',
780             'GY' => 'ဂူရာနာ',
781             'HK' => 'တရုတ်၏ အထူးအုပ်ချုပ်ခွင့်ရ ဟောင်ကောင်',
782             'HK@alt=short' => 'ဟောင်ကောင်',
783             'HM' => 'ဟတ်ကျွန်းနှင့်မက်ဒေါနယ်ကျွန်းစု',
784             'HN' => 'ဟွန်ဒူးရပ်စ်',
785             'HR' => 'ခရိုအေးရှား',
786             'HT' => 'ဟေတီ',
787             'HU' => 'ဟန်ဂေရီ',
788             'IC' => 'ကာနာရီကျွန်းစု',
789             'ID' => 'အင်ဒိုနီးရှား',
790             'IE' => 'အိုင်ယာလန်',
791             'IL' => 'အစ္စရေး',
792             'IM' => 'မန်ကျွန်း',
793             'IN' => 'အိန္ဒိယ',
794             'IO' => 'ဗြိတိသျှ အိန္ဒြိယ သမုဒ္ဒရာ ပိုင်နက်',
795             'IQ' => 'အီရတ်',
796             'IR' => 'အီရန်',
797             'IS' => 'အိုက်စလန်',
798             'IT' => 'အီတလီ',
799             'JE' => 'ဂျာစီ',
800             'JM' => 'ဂျမေကာ',
801             'JO' => 'ဂျော်ဒန်',
802             'JP' => 'ဂျပန်',
803             'KE' => 'ကင်ညာ',
804             'KG' => 'ခရူဂစ်စတန်',
805             'KH' => 'ကမ္ဘောဒီးယား',
806             'KI' => 'ခီရီဘာတီ',
807             'KM' => 'ကိုမိုရိုစ်',
808             'KN' => 'စိန့်ကစ်နှင့်နီဗီစ်',
809             'KP' => 'မြောက်ကိုရီးယား',
810             'KR' => 'တောင်ကိုရီးယား',
811             'KW' => 'ကူဝိတ်',
812             'KY' => 'ကေမန် ကျွန်းစု',
813             'KZ' => 'ကာဇက်စတန်',
814             'LA' => 'လာအို',
815             'LB' => 'လက်ဘနွန်',
816             'LC' => 'စိန့်လူစီအာ',
817             'LI' => 'လစ်ခ်ထင်စတိုင်',
818             'LK' => 'သီရိလင်္ကာ',
819             'LR' => 'လိုင်ဘေးရီးယား',
820             'LS' => 'လီဆိုသို',
821             'LT' => 'လစ်သူယေးနီးယား',
822             'LU' => 'လူဇင်ဘတ်',
823             'LV' => 'လတ်ဗီးယား',
824             'LY' => 'လီဗရာ',
825             'MA' => 'မော်ရိုကို',
826             'MC' => 'မိုနာကို',
827             'MD' => 'မောလ်ဒိုဗာ',
828             'ME' => 'မွန်တီနိဂရိုး',
829             'MF' => 'စိန့်မာတင်',
830             'MG' => 'မာဒါဂတ်စကာ',
831             'MH' => 'မာရှယ် ကျွန်းစု',
832             'MK' => 'မာစီဒိုးနီးယား',
833             'MK@alt=variant' => 'မာစီဒိုနီအာ',
834             'ML' => 'မာလီ',
835             'MM' => 'မြန်မာ',
836             'MN' => 'မွန်ဂိုးလီးယား',
837             'MO' => 'တရုတ်၏ အထူးအုပ်ချုပ်ခွင့်ရ မကာအို',
838             'MO@alt=short' => 'မကာအို',
839             'MP' => 'တောင်ပိုင်းမာရီအာနာကျွန်းစု',
840             'MQ' => 'မာတီနီကီ',
841             'MR' => 'မောရီတာနီအာ',
842             'MS' => 'မောင့်စဲရက်',
843             'MT' => 'မောလ်တာ',
844             'MU' => 'မော်ရေရှားစ်',
845             'MV' => 'မော်လ်ဒိုက်',
846             'MW' => 'မာလာဝီ',
847             'MX' => 'မက္ကဆီကို',
848             'MY' => 'မလေးရှား',
849             'MZ' => 'မိုဇန်ဘစ်',
850             'NA' => 'နမ်မီးဘီးယား',
851             'NC' => 'နယူး ကယ်လီဒိုနီးယား',
852             'NE' => 'နိုင်ဂျာ',
853             'NF' => 'နောဖော့ခ်ကျွန်း',
854             'NG' => 'နိုင်ဂျီးရီးယား',
855             'NI' => 'နီကာရာဂွာ',
856             'NL' => 'နယ်သာလန်',
857             'NO' => 'နော်ဝေ',
858             'NP' => 'နီပေါ',
859             'NR' => 'နာဥူရူ',
860             'NU' => 'နီဥူအေ',
861             'NZ' => 'နယူးဇီလန်',
862             'OM' => 'အိုမန်',
863             'PA' => 'ပနားမား',
864             'PE' => 'ပီရူး',
865             'PF' => 'ပြင်သစ် ပေါ်လီနေးရှား',
866             'PG' => 'ပါပူရာနယူးဂီနီ',
867             'PH' => 'ဖိလစ်ပိုင်',
868             'PK' => 'ပါကစ္စတန်',
869             'PL' => 'ပိုလန်',
870             'PM' => 'စိန့်ပီအဲရီနှင့်မီကွီလွန်',
871             'PN' => 'ပစ်တ်ကိန်းကျွန်းစု',
872             'PR' => 'ပေါ်တူရီကို',
873             'PS' => 'ပါလက်စတိုင်း ပိုင်နက်',
874             'PS@alt=short' => 'ပါလက်စတိုင်း',
875             'PT' => 'ပေါ်တူဂီ',
876             'PW' => 'ပလောင်',
877             'PY' => 'ပါရာဂွေး',
878             'QA' => 'ကာတာ',
879             'QO' => 'သမုဒ္ဒရာဒေသအပြင်ထွက်နေသောဒေသများ',
880             'RE' => 'ရဲအူနီရွန်',
881             'RO' => 'ရိုမေးနီးယား',
882             'RS' => 'ဆားဘီးယား',
883             'RU' => 'ရုရှ',
884             'RW' => 'ရဝန်ဒါ',
885             'SA' => 'ဆော်ဒီအာရေးဗီးယား',
886             'SB' => 'ဆော်လမွန်ကျွန်းစု',
887             'SC' => 'ဆေးရှလ်',
888             'SD' => 'ဆူဒန်',
889             'SE' => 'ဆွီဒင်',
890             'SG' => 'စင်္ကာပူ',
891             'SH' => 'စိန့်ဟဲလီနာ',
892             'SI' => 'စလိုဗေးနီးယား',
893             'SJ' => 'စဗိုလ်ဘတ်နှင့်ဂျန်မေရန်',
894             'SK' => 'စလိုဗေးကီးယား',
895             'SL' => 'ဆီအဲရာ လီအိုနီ',
896             'SM' => 'ဆော့န်မာရီနို',
897             'SN' => 'ဆီနီဂေါ',
898             'SO' => 'ဆိုမာလီယာ',
899             'SR' => 'ဆူရီနိမ်း',
900             'SS' => 'မြောက်ဆူဒန်',
901             'ST' => 'စိန့်တိုမီနှင့်ပရင်စီပ့်',
902             'SV' => 'အယ်လ်ဆာဗေးဒိုး',
903             'SX' => 'ဆင့်မာအာတင်',
904             'SY' => 'ဆီးရီးယား',
905             'SZ' => 'စွာဇီလန်',
906             'TA' => 'ထရစ်တန်ဒါကွန်ဟာ',
907             'TC' => 'တခ်စ်နှင့်ကာအီကိုစ်ကျွန်းစု',
908             'TD' => 'ချဒ်',
909             'TF' => 'ပြင်သစ် တောင်ပိုင်း ပိုင်နက်များ',
910             'TG' => 'တိုဂို',
911             'TH' => 'ထိုင်း',
912             'TJ' => 'တာဂျီကစ္စတန်',
913             'TK' => 'ထိုးခါလူ',
914             'TL' => 'အရှေ့တီမော',
915             'TM' => 'တာခ်မီန့စ်တန်',
916             'TN' => 'တူနီးရှား',
917             'TO' => 'တွန်ဂါ',
918             'TR' => 'တူရကီ',
919             'TT' => 'ထရိုင်နီဒတ်နှင့်တိုဘာဂို',
920             'TV' => 'ထူးဗလူ',
921             'TW' => 'ထိုင်ဝမ်',
922             'TZ' => 'တန်ဇန်းနီးယား',
923             'UA' => 'ယူကရိန်း',
924             'UG' => 'ယူဂန္ဓာ',
925             'UM' => 'ယူနိုက်တက်စတိတ် အပြင်ထွက် နေသည့် သေးငယ်သောကျွန်းများ',
926             'US' => 'ယူနိုက်တက်စတိတ်',
927             'US@alt=short' => 'ယူအက်စ်',
928             'UY' => 'ဥရုဂွေး',
929             'UZ' => 'ဥဘက်ကစ္စတန်',
930             'VA' => 'ဗာတီကန်စီတီး',
931             'VC' => 'စိန့်ဗင့်ဆင့်နှင့် သည်ဂရဲနာဒင်းစ်',
932             'VE' => 'ဗင်နီဇွဲလား',
933             'VG' => 'ဗြိတိသျှ ဗာဂျင်း ကျွန်းစု',
934             'VI' => 'ယူအက်စ် ဗာဂျင်း ကျွန်းစု',
935             'VN' => 'ဗီယက်နမ်',
936             'VU' => 'ဗာနုအာတူ',
937             'WF' => 'ဝေါလစ်နှင့်ဖူထူးနား',
938             'WS' => 'ဆာမိုအာ',
939             'XK' => 'ကိုဆိုဗို',
940             'YE' => 'ယီမင်',
941             'YT' => 'မေအိုတီ',
942             'ZA' => 'တောင်အာဖရိက',
943             'ZM' => 'ဇမ်ဘီယာ',
944             'ZW' => 'ဇင်ဘာဘွေ',
945             'ZZ' => 'မသိ သို့မဟုတ် မရှိ သော နေရာ',
946              
947             }
948             },
949             );
950              
951             has 'display_name_variant' => (
952             is => 'ro',
953             isa => HashRef[Str],
954             init_arg => undef,
955             default => sub {
956             {
957             '1901' => 'ရှေးရိုးစဉ်လာ ဂျာမန် ရေးထုံး',
958             '1996' => '၁၉၉၆ ဂျာမန် ရေးထုံး',
959             '1606NICT' => 'အလယ်ပိုင်းနောက်ကျသောပြင်သစ်မှ ၁၆၀၆',
960             '1694ACAD' => '၁၆၉၄ACAD',
961             'AREVELA' => 'အရှေ့ပိုင်းအာမေးနီးယန်း',
962             'BAKU1926' => 'ပေါင်းစပ်ထားသော တူရကီ လက်တင်စကားလုံး',
963             'FONIPA' => 'IPA အသံထွက်',
964             'FONUPA' => 'UPA အသံထွက်',
965             'POSIX' => 'ကွန်ပျူတာ',
966             'REVISED' => 'ပြန်လည်စီစစ်ထားသော ရေးထုံး',
967             'SCOTLAND' => 'စကော့ စံ အင်္ဂလိပ်',
968              
969             }
970             },
971             );
972              
973             has 'display_name_key' => (
974             is => 'ro',
975             isa => HashRef[Str],
976             init_arg => undef,
977             default => sub {
978             {
979             'calendar' => 'ပြက္ခဒိန်',
980             'collation' => 'စနစ်တကျစီသော',
981             'currency' => 'ငွေကြေး',
982             'hc' => 'နာရီစက်ဝန်း(၁၂ အပြိုင် ၂၄)',
983             'lb' => 'လိုင်းဖြတ်တောက်မှုပုံစံ',
984             'ms' => 'တိုင်းတာရေးစနစ်',
985             'numbers' => 'ဂဏန်းနံပါတ်',
986              
987             }
988             },
989             );
990              
991             has 'display_name_type' => (
992             is => 'ro',
993             isa => HashRef[HashRef[Str]],
994             init_arg => undef,
995             default => sub {
996             {
997             'calendar' => {
998             'buddhist' => q{ဗုဒ္ဓ ပြက္ခဒိန်},
999             'chinese' => q{တရုတ် ပြက္ခဒိန်},
1000             'dangi' => q{ဒန်းဂိ ပြက္ခဒိန်},
1001             'ethiopic' => q{အီသီယိုးပီးယား ပြက္ခဒိန်},
1002             'gregorian' => q{နိုင်ငံတကာသုံး ပြက္ခဒိန်},
1003             'hebrew' => q{ဟီဗရူး ပြက္ခဒိန်},
1004             'indian' => q{အိန္ဒြိယ အမျိုးသား ပြက္ခဒိန်},
1005             'islamic' => q{အစ္စလာမ် ပြက္ခဒိန်},
1006             'iso8601' => q{ISO-8601 ပြက္ခဒိန်},
1007             'japanese' => q{ဂျပန် ပြက္ခဒိန်},
1008             'persian' => q{ပါရှား ပြက္ခဒိန်},
1009             'roc' => q{မင်ဂုအို ပြက္ခဒိန်},
1010             },
1011             'collation' => {
1012             'ducet' => q{ယူနီကုတ်အစဉ်လိုက်စီထားသော},
1013             'phonebook' => q{ဖုန်းစာအုပ် အစီအစဉ်},
1014             'search' => q{ယေဘုယျရှာခြင်း},
1015             'standard' => q{ပုံမှန်စီသော},
1016             },
1017             'hc' => {
1018             'h11' => q{၁၂ နာရီ စနစ် (၀–၁၁)},
1019             'h12' => q{၁၂ နာရီစနစ် (၁–၁၂)},
1020             'h23' => q{၂၄ နာရီ စနစ် (၀–၂၃)},
1021             'h24' => q{၂၄ နာရီ စနစ်(၁–၂၄)},
1022             },
1023             'lb' => {
1024             'loose' => q{လျော့ရဲသော လိုင်းဖြတ်တောင်မှုပုံစံ},
1025             'normal' => q{ပုံမှန်လိုင်းဖြတ်တောက်မှုပုံစံ},
1026             'strict' => q{တင်းကြပ်သောလိုင်းဖြတ်တောက်မှုပုံစံ},
1027             },
1028             'ms' => {
1029             'metric' => q{မက်ထရစ်စနစ်},
1030             'uksystem' => q{ဗြိတိသျှတိုင်းတာစနစ်},
1031             'ussystem' => q{အမေရိကန်တိုင်းတာစနစ်},
1032             },
1033             'numbers' => {
1034             'arab' => q{အာရပ်ဂဏန်းခြေ},
1035             'arabext' => q{တိုးချဲ့အာရပ်ဂဏန်းခြေ},
1036             'armn' => q{အာမေနီယန်ဂဏန်းခြေ},
1037             'armnlow' => q{အာမေနီယန်ဂဏန်းခြေအသေး},
1038             'beng' => q{ဘန်ဂါလီဂဏန်းခြေ},
1039             'deva' => q{ဒီပါနာဂါရီဂဏန်းခြေ},
1040             'ethi' => q{အီသီအိုပီးယားဂဏန်းခြေ},
1041             'fullwide' => q{အနံအပြည့်နှင့်ဂဏန်းခြေ},
1042             'geor' => q{နိုင်ငံတကာသုံးဂဏန်းခြေ},
1043             'grek' => q{ဂရိဂဏန်းခြေ},
1044             'greklow' => q{ဂရိဂဏန်းခြေအသေး},
1045             'gujr' => q{ဂုဂျာရာတီဂဏန်းခြေ},
1046             'guru' => q{ဂူမူခီဂဏန်းခြေ},
1047             'hanidec' => q{တရုတ်ဆယ်လီစနစ်ဂဏန်းခြေ},
1048             'hans' => q{ရိုးရှင်းသောတရုတ်ဂဏန်းခြေ},
1049             'hansfin' => q{ရိုးရှင်းသောတရုတ်ဘဏ္ဏာရေးသုံးဂဏန်းခြေ},
1050             'hant' => q{ရိုးရာတရုတ်ဂဏန်းခြေ},
1051             'hantfin' => q{ရိုးရာတရုတ်ဘဏ္ဏာရေးသုံးဂဏန်းခြေ},
1052             'hebr' => q{ဟေဗြဲဂဏန်းခြေ},
1053             'jpan' => q{ဂျပန်ဂဏန်းခြေ},
1054             'jpanfin' => q{ဂျပန်ဘဏ္ဏာရေးသုံးဂဏန်းခြေ},
1055             'khmr' => q{ခမာဂဏန်းခြေ},
1056             'knda' => q{ခန္နဒါဂဏန်းခြေ},
1057             'laoo' => q{လာအိုဂဏန်းခြေ},
1058             'latn' => q{အနောက်တိုင်းဂဏန်းခြေ},
1059             'mlym' => q{မလာရာလမ်ဂဏန်းခြေ},
1060             'mymr' => q{မြန်မာဂဏန်းခြေ},
1061             'mymrshan' => q{ရှမ်းဂဏန်းခြေ},
1062             'orya' => q{ဩရီရာဂဏန်းခြေ},
1063             'roman' => q{ရောမဂဏန်းခြေ},
1064             'romanlow' => q{ရောမဂဏန်းခြေအသေး},
1065             'taml' => q{ရိုးရာတမီးလ်ဂဏန်းခြေ},
1066             'tamldec' => q{တမီးလ်ဂဏန်းခြေ},
1067             'telu' => q{တီရီဂုဂဏန်းခြေ},
1068             'thai' => q{ထိုင်းဂဏန်းခြေ},
1069             'tibt' => q{တိဘက်ဂဏန်းခြေ},
1070             },
1071              
1072             }
1073             },
1074             );
1075              
1076             has 'display_name_measurement_system' => (
1077             is => 'ro',
1078             isa => HashRef[Str],
1079             init_arg => undef,
1080             default => sub {
1081             {
1082             'metric' => q{မက်ထရစ်စနစ်},
1083             'UK' => q{ဗြိတိန်စနစ်},
1084             'US' => q{အမေရိကန်စနစ်},
1085              
1086             }
1087             },
1088             );
1089              
1090             has 'display_name_code_patterns' => (
1091             is => 'ro',
1092             isa => HashRef[Str],
1093             init_arg => undef,
1094             default => sub {
1095             {
1096             'language' => 'ဘာသာစကား - {0}',
1097             'script' => 'စာ - {0}',
1098             'region' => 'နယ်ပယ်ဒေသ - {0}',
1099              
1100             }
1101             },
1102             );
1103              
1104             has 'characters' => (
1105             is => 'ro',
1106             isa => HashRef,
1107             init_arg => undef,
1108             default => $^V ge v5.18.0
1109             ? eval <<'EOT'
1110             sub {
1111             no warnings 'experimental::regex_sets';
1112             return {
1113             auxiliary => qr{(?^u:[ၐ ၑ ဨ ဢ ၒ ၓ ၔ ၕ ၖ ၗ ၘ ၙ])},
1114             index => ['က', 'ခ', 'ဂ', 'ဃ', 'င', 'စ', 'ဆ', 'ဇ', 'ဈ', 'ဉ', 'ည', 'ဋ', 'ဌ', 'ဍ', 'ဎ', 'ဏ', 'တ', 'ထ', 'ဒ', 'ဓ', 'န', 'ပ', 'ဖ', 'ဗ', 'ဘ', 'မ', 'ယ', 'ရ', 'လ', 'ဝ', 'သ', 'ဟ', 'ဠ', 'အ'],
1115             main => qr{(?^u:[က ခ ဂ ဃ င စ ဆ ဇ ဈ ဉ ည ဋ ဌ ဍ ဎ ဏ တ ထ ဒ ဓ န ပ ဖ ဗ ဘ မ ယ ရ လ ဝ သ ဟ ဠ အ ဣ ဤ ဥ ဦ ဧ ဩ ဪ ာ ါ ိ ီ ု ူ ေ ဲ ံ ဿ ျ ြ ွ ှ ္ ် ့ း])},
1116             punctuation => qr{(?^u:[၊ ။ ‘ ’ “ ”])},
1117             };
1118             },
1119             EOT
1120             : sub {
1121             return { index => ['က', 'ခ', 'ဂ', 'ဃ', 'င', 'စ', 'ဆ', 'ဇ', 'ဈ', 'ဉ', 'ည', 'ဋ', 'ဌ', 'ဍ', 'ဎ', 'ဏ', 'တ', 'ထ', 'ဒ', 'ဓ', 'န', 'ပ', 'ဖ', 'ဗ', 'ဘ', 'မ', 'ယ', 'ရ', 'လ', 'ဝ', 'သ', 'ဟ', 'ဠ', 'အ'], };
1122             },
1123 1     1   109 );
  1         2  
  1         152  
1124              
1125              
1126             has 'ellipsis' => (
1127             is => 'ro',
1128             isa => HashRef,
1129             init_arg => undef,
1130             default => sub {
1131             return {
1132             'final' => '{0}…',
1133             'initial' => '…{0}',
1134             'medial' => '{0}…{1}',
1135             'word-final' => '{0} …',
1136             'word-initial' => '… {0}',
1137             'word-medial' => '{0} … {1}',
1138             };
1139             },
1140             );
1141              
1142             has 'more_information' => (
1143             is => 'ro',
1144             isa => Str,
1145             init_arg => undef,
1146             default => qq{?},
1147             );
1148              
1149             has 'quote_start' => (
1150             is => 'ro',
1151             isa => Str,
1152             init_arg => undef,
1153             default => qq{“},
1154             );
1155              
1156             has 'quote_end' => (
1157             is => 'ro',
1158             isa => Str,
1159             init_arg => undef,
1160             default => qq{”},
1161             );
1162              
1163             has 'alternate_quote_start' => (
1164             is => 'ro',
1165             isa => Str,
1166             init_arg => undef,
1167             default => qq{‘},
1168             );
1169              
1170             has 'alternate_quote_end' => (
1171             is => 'ro',
1172             isa => Str,
1173             init_arg => undef,
1174             default => qq{’},
1175             );
1176              
1177             has 'duration_units' => (
1178             is => 'ro',
1179             isa => HashRef[Str],
1180             init_arg => undef,
1181             default => sub { {
1182             hm => 'h:mm',
1183             hms => 'h:mm:ss',
1184             ms => 'm:ss',
1185             } }
1186             );
1187              
1188             has 'units' => (
1189             is => 'ro',
1190             isa => HashRef[HashRef[HashRef[Str]]],
1191             init_arg => undef,
1192             default => sub { {
1193             'long' => {
1194             'acre' => {
1195             'name' => q(ဧက),
1196             'other' => q({0}ဧက),
1197             },
1198             'acre-foot' => {
1199             'name' => q(ဧက-ပေ),
1200             'other' => q({0} ဧက-ပေ),
1201             },
1202             'ampere' => {
1203             'name' => q(အမ်ပီယာ),
1204             'other' => q({0}အမ်ပီယာ),
1205             },
1206             'arc-minute' => {
1207             'name' => q(မိနစ်),
1208             'other' => q({0}မိနစ်),
1209             },
1210             'arc-second' => {
1211             'name' => q(စက္ကန့်),
1212             'other' => q({0}စက္ကန့်),
1213             },
1214             'astronomical-unit' => {
1215             'name' => q(နက္ခတ္တဗေဒယူနစ်),
1216             'other' => q({0} နက္ခတ္တဗေဒယူနစ်),
1217             },
1218             'bit' => {
1219             'name' => q(ဘစ်),
1220             'other' => q({0}ဘစ်),
1221             },
1222             'byte' => {
1223             'name' => q(ဘိုက်),
1224             'other' => q({0}ဘိုက်),
1225             },
1226             'calorie' => {
1227             'name' => q(ကယ်လိုရီ),
1228             'other' => q({0} ကယ်လိုရီ),
1229             },
1230             'carat' => {
1231             'name' => q(ကရက်),
1232             'other' => q({0} ကရက်),
1233             },
1234             'celsius' => {
1235             'name' => q(စင်တီဂရိတ်),
1236             'other' => q({0}စင်တီဂရိတ်),
1237             },
1238             'centiliter' => {
1239             'name' => q(စင်တီလီတာ),
1240             'other' => q({0}စင်တီလီတာ),
1241             },
1242             'centimeter' => {
1243             'name' => q(စင်တီမီတာ),
1244             'other' => q({0} စင်တီမီတာ),
1245             'per' => q({0} တစ်စင်တီမီတာလျှင်),
1246             },
1247             'century' => {
1248             'name' => q(c),
1249             'other' => q({0} c),
1250             },
1251             'coordinate' => {
1252             'east' => q({0}E),
1253             'north' => q({0}N),
1254             'south' => q({0}S),
1255             'west' => q({0}W),
1256             },
1257             'cubic-centimeter' => {
1258             'name' => q(ကုဗစင်တီမီတာ),
1259             'other' => q({0}ကုဗစင်တီမီတာ),
1260             'per' => q({0}/cm³),
1261             },
1262             'cubic-foot' => {
1263             'name' => q(ကုဗပေ),
1264             'other' => q({0} ကုဗပေ),
1265             },
1266             'cubic-inch' => {
1267             'name' => q(ကုဗလက်မ),
1268             'other' => q({0}ကုဗလက်မ),
1269             },
1270             'cubic-kilometer' => {
1271             'name' => q(ကုဗကီလိုမီတာ),
1272             'other' => q({0} ကုဗကီလိုမီတာ),
1273             },
1274             'cubic-meter' => {
1275             'name' => q(ကုဗမီတာ),
1276             'other' => q({0}ကုဗမီတာ),
1277             'per' => q({0}တစ်ကုဗမီတာလျှင်),
1278             },
1279             'cubic-mile' => {
1280             'name' => q(ကုဗမိုင်),
1281             'other' => q({0}ကုဗမိုင်),
1282             },
1283             'cubic-yard' => {
1284             'name' => q(ကုဗကိုက်),
1285             'other' => q({0}ကုဗကိုက်),
1286             },
1287             'cup' => {
1288             'name' => q(ခွက်),
1289             'other' => q({0} ခွက်),
1290             },
1291             'cup-metric' => {
1292             'name' => q(မထ္ထရစ်ကပ်),
1293             'other' => q({0}မထ္ထရစ်ကပ်စ်),
1294             },
1295             'day' => {
1296             'name' => q(ရက်),
1297             'other' => q({0}ရက်),
1298             'per' => q({0}တစ်နေ့လျှင်),
1299             },
1300             'deciliter' => {
1301             'name' => q(ဒါစီလီတာ),
1302             'other' => q({0} ဒါစီလီတာ),
1303             },
1304             'decimeter' => {
1305             'name' => q(ဒါစီမီတာ),
1306             'other' => q({0} ဒါစီမီတာ),
1307             },
1308             'degree' => {
1309             'name' => q(ဒီဂရီ),
1310             'other' => q({0}ဒီဂရီ),
1311             },
1312             'fahrenheit' => {
1313             'name' => q(ဖာရင်ဟိုက်),
1314             'other' => q({0}ဖာရင်ဟိုက်),
1315             },
1316             'fluid-ounce' => {
1317             'name' => q(အရည်အောင်စ),
1318             'other' => q({0}အရည်အောင်စ),
1319             },
1320             'foodcalorie' => {
1321             'name' => q(ကယ်လိုရီ),
1322             'other' => q({0} ကယ်လိုရီ),
1323             },
1324             'foot' => {
1325             'name' => q(ပေ),
1326             'other' => q({0} ပေ),
1327             'per' => q({0}/ft),
1328             },
1329             'g-force' => {
1330             'name' => q(ဆွဲငင်အား),
1331             'other' => q({0} ဆွဲငင်အား),
1332             },
1333             'gallon' => {
1334             'name' => q(ဂါလန်),
1335             'other' => q({0}ဂါလန်),
1336             'per' => q({0}တစ်ဂါလံလျှင်),
1337             },
1338             'generic' => {
1339             'name' => q(°),
1340             'other' => q({0}°),
1341             },
1342             'gigabit' => {
1343             'name' => q(ဂီဂါဘစ်),
1344             'other' => q({0}ဂီဂါဘစ်),
1345             },
1346             'gigabyte' => {
1347             'name' => q(ဂီဂါဘိုက်),
1348             'other' => q({0}ဂီဂါဘိုက်),
1349             },
1350             'gigahertz' => {
1351             'name' => q(ဂီဂါဟတ်ဇ်),
1352             'other' => q({0}ဂီဂါဟတ်ဇ်),
1353             },
1354             'gigawatt' => {
1355             'name' => q(ဂီဂါဝပ်),
1356             'other' => q({0} ဂီဂါဝပ်),
1357             },
1358             'gram' => {
1359             'name' => q(ဂရမ်),
1360             'other' => q({0} ဂရမ်),
1361             'per' => q({0}/g),
1362             },
1363             'hectare' => {
1364             'name' => q(ဟက်တာ),
1365             'other' => q({0} ဟက်တာ),
1366             },
1367             'hectoliter' => {
1368             'name' => q(ဟက်တိုလီတာ),
1369             'other' => q({0}ဟက်တိုလီတာ),
1370             },
1371             'hectopascal' => {
1372             'name' => q(ဟက်တိုပါစကယ်),
1373             'other' => q({0}ဟက်တိုပါစကယ်),
1374             },
1375             'hertz' => {
1376             'name' => q(ဟတ်ဇ်),
1377             'other' => q({0}ဟတ်ဇ်),
1378             },
1379             'horsepower' => {
1380             'name' => q(မြင်းကောင်ရေအား),
1381             'other' => q({0} မြင်းကောင်ရေအား),
1382             },
1383             'hour' => {
1384             'name' => q(နာရီ),
1385             'other' => q({0}နာရီ),
1386             'per' => q(တစ်နာရီ {0}နှုန်း),
1387             },
1388             'inch' => {
1389             'name' => q(လက်မ),
1390             'other' => q({0} လက်မ),
1391             'per' => q({0}တစ်လက်မလျှင်),
1392             },
1393             'inch-hg' => {
1394             'name' => q(ပြဒါးလက်မ),
1395             'other' => q(ပြဒါး{0}လက်မ),
1396             },
1397             'joule' => {
1398             'name' => q(ဂျူးလ်),
1399             'other' => q({0} ဂျူးလ်),
1400             },
1401             'karat' => {
1402             'name' => q(ကရက်),
1403             'other' => q({0} ကရက်),
1404             },
1405             'kelvin' => {
1406             'name' => q(ကယ်လ်ဗင်),
1407             'other' => q({0}ကယ်လ်ဗင်),
1408             },
1409             'kilobit' => {
1410             'name' => q(ကီလိုဘစ်),
1411             'other' => q({0}ကီလိုဘစ်),
1412             },
1413             'kilobyte' => {
1414             'name' => q(ကီလိုဘိုက်),
1415             'other' => q({0}ကီလိုဘိုက်),
1416             },
1417             'kilocalorie' => {
1418             'name' => q(ကီလိုကယ်လိုရီ),
1419             'other' => q({0} ကီလိုကယ်လိုရီ),
1420             },
1421             'kilogram' => {
1422             'name' => q(ကီလိုဂရမ်),
1423             'other' => q({0}ကီလိုဂရမ်),
1424             'per' => q({0}/kg),
1425             },
1426             'kilohertz' => {
1427             'name' => q(ကီလိုဟတ်ဇ်),
1428             'other' => q({0}ကီလိုဟတ်ဇ်),
1429             },
1430             'kilojoule' => {
1431             'name' => q(ကီလိုဂျူးလ်),
1432             'other' => q({0} ကီလိုဂျူးလ်),
1433             },
1434             'kilometer' => {
1435             'name' => q(ကီလိုမီတာ),
1436             'other' => q({0} ကီလိုမီတာ),
1437             'per' => q({0}/km),
1438             },
1439             'kilometer-per-hour' => {
1440             'name' => q(ကီလိုမီတာ/နာရီ),
1441             'other' => q(တစ်နာရီလျှင်{0}ကီလိုမီတာနှုန်း),
1442             },
1443             'kilowatt' => {
1444             'name' => q(ကီလိုဝပ်),
1445             'other' => q({0}ကီလိုဝပ်),
1446             },
1447             'kilowatt-hour' => {
1448             'name' => q(ကီလိုဝပ်-နာရီ),
1449             'other' => q({0}ကီလိုဝပ်-နာရီ),
1450             },
1451             'knot' => {
1452             'name' => q(ရေမိုင်နော့),
1453             'other' => q({0}ရေမိုင်နော့များ),
1454             },
1455             'light-year' => {
1456             'name' => q(အလင်းနှစ်),
1457             'other' => q({0} အလင်းနှစ်),
1458             },
1459             'liter' => {
1460             'name' => q(လီတာ),
1461             'other' => q({0}လီတာ),
1462             'per' => q({0} တစ်လီတာလျှင်),
1463             },
1464             'liter-per-100kilometers' => {
1465             'name' => q(L/100km),
1466             'other' => q({0} L/100km),
1467             },
1468             'liter-per-kilometer' => {
1469             'name' => q(လီတာ/ကီလိုမီတာ),
1470             'other' => q(၁ကီလိုမီတာ {0}လီတာနှုန်း),
1471             },
1472             'lux' => {
1473             'name' => q(လတ်ခ်),
1474             'other' => q({0} လတ်ခ်),
1475             },
1476             'megabit' => {
1477             'name' => q(မီဂါဘစ်),
1478             'other' => q({0}မီဂါဘစ်),
1479             },
1480             'megabyte' => {
1481             'name' => q(မီဂါဘိုက်),
1482             'other' => q({0}မီဂါဘိုက်),
1483             },
1484             'megahertz' => {
1485             'name' => q(မက်ဂါဟတ်ဇ်),
1486             'other' => q({0}မက်ဂါဟတ်ဇ်),
1487             },
1488             'megaliter' => {
1489             'name' => q(မက်ဂါလီတာ),
1490             'other' => q({0}မက်ဂါလီတာ),
1491             },
1492             'megawatt' => {
1493             'name' => q(မီဂါဝပ်),
1494             'other' => q({0} မီဂါဝပ်),
1495             },
1496             'meter' => {
1497             'name' => q(မီတာ),
1498             'other' => q({0}မီတာ),
1499             'per' => q({0}တစ်မီတာလျှင်),
1500             },
1501             'meter-per-second' => {
1502             'name' => q(မီတာ/စက္ကန့်),
1503             'other' => q(တစ်စက္ကန့်လျှင်{0}မီတာနှုန်း),
1504             },
1505             'meter-per-second-squared' => {
1506             'name' => q(မီတာ/စက္ကန့်နှစ်ထပ်ကိန်း),
1507             'other' => q({0} မီတာ/စက္ကန့်နှစ်ထပ်ကိန်း),
1508             },
1509             'metric-ton' => {
1510             'name' => q(မက်ထရစ်တန်),
1511             'other' => q({0} မက်ထရစ်တန်),
1512             },
1513             'microgram' => {
1514             'name' => q(မိုက်ကရိုဂရမ်),
1515             'other' => q({0}မိုက်ကရိုဂရမ်),
1516             },
1517             'micrometer' => {
1518             'name' => q(မိုက်ခရိုမီတာ),
1519             'other' => q({0} မိုက်ခရိုမီတာ),
1520             },
1521             'microsecond' => {
1522             'name' => q(မိုက်ခရိုစက္ကန့်),
1523             'other' => q({0}မိုက်ခရိုစက္ကန့်),
1524             },
1525             'mile' => {
1526             'name' => q(မိုင်),
1527             'other' => q({0} မိုင်),
1528             },
1529             'mile-per-gallon' => {
1530             'name' => q(မိုင်/ဂါလန်),
1531             'other' => q(၁ ဂါလန် {0} မိုင်နှုန်း),
1532             },
1533             'mile-per-hour' => {
1534             'name' => q(မိုင်/နာရီ),
1535             'other' => q(တစ်နာရီလျှင်{0}မိုင်နှုန်း),
1536             },
1537             'mile-scandinavian' => {
1538             'name' => q(စကန်ဒီနေးဗီးရန်း မိုင်),
1539             'other' => q({0}စကန်ဒီနေးဗီးရန်း မိုင်များ),
1540             },
1541             'milliampere' => {
1542             'name' => q(မီလီအမ်ပီယာ),
1543             'other' => q({0}မီလီအမ်ပီယာ),
1544             },
1545             'millibar' => {
1546             'name' => q(မီလီဘား),
1547             'other' => q({0}မီလီဘား),
1548             },
1549             'milligram' => {
1550             'name' => q(မီလီဂရမ်),
1551             'other' => q({0} မီလီဂရမ်),
1552             },
1553             'milliliter' => {
1554             'name' => q(မီလီလီတာ),
1555             'other' => q({0}မီလီလီတာ),
1556             },
1557             'millimeter' => {
1558             'name' => q(မီလီမီတာ),
1559             'other' => q({0} မီလီမီတာ),
1560             },
1561             'millimeter-of-mercury' => {
1562             'name' => q(ပြဒါးမီလီမီတာ),
1563             'other' => q(ပြဒါး{0}မီလီမီတာ),
1564             },
1565             'millisecond' => {
1566             'name' => q(မီလီစက္ကန့်),
1567             'other' => q({0}မီလီစက္ကန့်),
1568             },
1569             'milliwatt' => {
1570             'name' => q(မီလီဝပ်),
1571             'other' => q({0} မီလီဝပ်),
1572             },
1573             'minute' => {
1574             'name' => q(မိနစ်),
1575             'other' => q({0} မိနစ်),
1576             'per' => q({0}မိနစ်လျှင်),
1577             },
1578             'month' => {
1579             'name' => q(လ),
1580             'other' => q({0}လ),
1581             'per' => q({0}တစ်လလျှင်),
1582             },
1583             'nanometer' => {
1584             'name' => q(နာနိုမီတာ),
1585             'other' => q({0} နာနိုမီတာ),
1586             },
1587             'nanosecond' => {
1588             'name' => q(နာနိုစက္ကန့်),
1589             'other' => q({0} နာနိုစက္ကန့်),
1590             },
1591             'nautical-mile' => {
1592             'name' => q(ရေမိုင်),
1593             'other' => q({0} ရေမိုင်),
1594             },
1595             'ohm' => {
1596             'name' => q(အုမ်း),
1597             'other' => q({0}အုမ်း),
1598             },
1599             'ounce' => {
1600             'name' => q(အောင်စ),
1601             'other' => q({0}အောင်စ),
1602             'per' => q({0}/oz),
1603             },
1604             'ounce-troy' => {
1605             'name' => q(ထရိုအောင်စ),
1606             'other' => q({0} ထရိုအောင်စ),
1607             },
1608             'parsec' => {
1609             'name' => q(ပါစက်ခ်),
1610             'other' => q({0} ပါစက်ခ်),
1611             },
1612             'per' => {
1613             '1' => q({0}လျှင်{1}နှုန်း),
1614             },
1615             'picometer' => {
1616             'name' => q(ပီကိုမီတာ),
1617             'other' => q({0} ပီကိုမီတာ),
1618             },
1619             'pint' => {
1620             'name' => q(ပိုင့်),
1621             'other' => q({0}ပိုင့်),
1622             },
1623             'pint-metric' => {
1624             'name' => q(မထ္ထရစ်ပို့င်),
1625             'other' => q({0} mpt),
1626             },
1627             'pound' => {
1628             'name' => q(ပေါင်),
1629             'other' => q({0}ပေါင်),
1630             'per' => q({0}တစ်ပေါင်လျှင်),
1631             },
1632             'pound-per-square-inch' => {
1633             'name' => q(ပေါင်/စတုရန်းလက်မ),
1634             'other' => q(၁စတုရန်းလက်မ {0}ပေါင်နှုန်း),
1635             },
1636             'quart' => {
1637             'name' => q(ကွတ်),
1638             'other' => q({0}ကွတ်),
1639             },
1640             'radian' => {
1641             'name' => q(ရေဒီအန်းစ်),
1642             'other' => q({0}ရေဒီအန်းစ်),
1643             },
1644             'revolution' => {
1645             'name' => q(rev),
1646             'other' => q({0} rev),
1647             },
1648             'second' => {
1649             'name' => q(စက္ကန့်),
1650             'other' => q({0} စက္ကန့်),
1651             'per' => q(တစ်စက္ကန့် {0}နှုန်း),
1652             },
1653             'square-centimeter' => {
1654             'name' => q(စတုရန်းစင်တီမီတာ),
1655             'other' => q({0}စတုရန်းစင်တီမီတာ),
1656             'per' => q({0}/cm²),
1657             },
1658             'square-foot' => {
1659             'name' => q(စတုရန်းပေ),
1660             'other' => q({0}စတုရန်းပေ),
1661             },
1662             'square-inch' => {
1663             'name' => q(စတုရန်းလက်မ),
1664             'other' => q({0}စတုရန်းလက်မ),
1665             'per' => q({0}တစ်စတုရန်းလက်မလျှင်),
1666             },
1667             'square-kilometer' => {
1668             'name' => q(စတုရန်းကီလိုမီတာ),
1669             'other' => q({0}စတုရန်းကီလိုမီတာ),
1670             },
1671             'square-meter' => {
1672             'name' => q(စတုရန်းမီတာ),
1673             'other' => q({0}စတုရန်းမီတာ),
1674             },
1675             'square-mile' => {
1676             'name' => q(စတုရန်းမိုင်),
1677             'other' => q({0}စတုရန်းမိုင်),
1678             },
1679             'square-yard' => {
1680             'name' => q(စတုရန်းကိုက်),
1681             'other' => q({0}စတုရန်းကိုက်),
1682             },
1683             'tablespoon' => {
1684             'name' => q(စားပွဲဇွန်း),
1685             'other' => q(စားပွဲဇွန်း{0}ဇွန်း),
1686             },
1687             'teaspoon' => {
1688             'name' => q(လက်ဖက်ရည်ဇွန်း),
1689             'other' => q(လက်ဖက်ရည်ဇွန်း{0}ဇွန်း),
1690             },
1691             'terabit' => {
1692             'name' => q(တီရာဘစ်),
1693             'other' => q({0}တီရာဘစ်),
1694             },
1695             'terabyte' => {
1696             'name' => q(တီရာဘိုက်),
1697             'other' => q({0}တီရာဘိုက်),
1698             },
1699             'ton' => {
1700             'name' => q(တန်),
1701             'other' => q({0}တန်),
1702             },
1703             'volt' => {
1704             'name' => q(ဗို့),
1705             'other' => q({0}ဗို့),
1706             },
1707             'watt' => {
1708             'name' => q(ဝပ်),
1709             'other' => q({0}ဝပ်),
1710             },
1711             'week' => {
1712             'name' => q(ပတ်),
1713             'other' => q({0}ပတ်),
1714             'per' => q({0}တစ်ပတ်လျှင်),
1715             },
1716             'yard' => {
1717             'name' => q(ကိုက်),
1718             'other' => q({0} ကိုက်),
1719             },
1720             'year' => {
1721             'name' => q(နှစ်),
1722             'other' => q({0}နှစ်),
1723             'per' => q({0}နှစ်လျှင်),
1724             },
1725             },
1726             'narrow' => {
1727             'acre' => {
1728             'other' => q({0} ac),
1729             },
1730             'arc-minute' => {
1731             'other' => q({0}′),
1732             },
1733             'arc-second' => {
1734             'other' => q({0}″),
1735             },
1736             'celsius' => {
1737             'name' => q(°C),
1738             'other' => q({0}°),
1739             },
1740             'centimeter' => {
1741             'name' => q(စင်တီမီတာ),
1742             'other' => q({0} cm),
1743             },
1744             'coordinate' => {
1745             'east' => q({0}E),
1746             'north' => q({0}N),
1747             'south' => q({0}S),
1748             'west' => q({0}W),
1749             },
1750             'cubic-kilometer' => {
1751             'other' => q({0} km³),
1752             },
1753             'cubic-mile' => {
1754             'other' => q({0} mi³),
1755             },
1756             'day' => {
1757             'name' => q(ရက်),
1758             'other' => q({0}ရက်),
1759             },
1760             'degree' => {
1761             'other' => q({0}°),
1762             },
1763             'fahrenheit' => {
1764             'other' => q({0}°F),
1765             },
1766             'foot' => {
1767             'other' => q({0} '),
1768             },
1769             'g-force' => {
1770             'other' => q({0} G),
1771             },
1772             'gram' => {
1773             'name' => q(ဂရမ်),
1774             'other' => q({0} g),
1775             },
1776             'hectare' => {
1777             'other' => q({0} ha),
1778             },
1779             'hectopascal' => {
1780             'other' => q({0} hPa),
1781             },
1782             'horsepower' => {
1783             'other' => q({0} hp),
1784             },
1785             'hour' => {
1786             'name' => q(နာရီ),
1787             'other' => q({0}နာရီ),
1788             },
1789             'inch' => {
1790             'other' => q({0} ″),
1791             },
1792             'inch-hg' => {
1793             'other' => q({0} inHg),
1794             },
1795             'kilogram' => {
1796             'name' => q(ကီလိုဂရမ်),
1797             'other' => q({0} kg),
1798             },
1799             'kilometer' => {
1800             'name' => q(ကီလိုမီတာ),
1801             'other' => q({0} km),
1802             },
1803             'kilometer-per-hour' => {
1804             'name' => q(ကီလိုမီတာ/နာရီ),
1805             'other' => q({0} km/h),
1806             },
1807             'kilowatt' => {
1808             'other' => q({0} kW),
1809             },
1810             'light-year' => {
1811             'other' => q({0} အလင်းနှစ်),
1812             },
1813             'liter' => {
1814             'name' => q(လီတာ),
1815             'other' => q({0} l),
1816             },
1817             'liter-per-100kilometers' => {
1818             'name' => q(L/100km),
1819             'other' => q({0} L/100km),
1820             },
1821             'meter' => {
1822             'name' => q(မီတာ),
1823             'other' => q({0} m),
1824             },
1825             'meter-per-second' => {
1826             'other' => q({0} m/s),
1827             },
1828             'mile' => {
1829             'other' => q({0}မိုင်),
1830             },
1831             'mile-per-hour' => {
1832             'other' => q({0} mi/h),
1833             },
1834             'millibar' => {
1835             'other' => q({0} mbar),
1836             },
1837             'millimeter' => {
1838             'name' => q(မီလီမီတာ),
1839             'other' => q({0} mm),
1840             },
1841             'millisecond' => {
1842             'name' => q(မီလီစက္ကန့်),
1843             'other' => q({0} ms),
1844             },
1845             'minute' => {
1846             'name' => q(မိနစ်),
1847             'other' => q({0}မိနစ်),
1848             },
1849             'month' => {
1850             'name' => q(လ),
1851             'other' => q({0}လ),
1852             },
1853             'ounce' => {
1854             'other' => q({0} oz),
1855             },
1856             'per' => {
1857             '1' => q({0}/{1}),
1858             },
1859             'picometer' => {
1860             'other' => q({0} pm),
1861             },
1862             'pound' => {
1863             'other' => q({0} lb),
1864             },
1865             'second' => {
1866             'name' => q(စက္ကန့်),
1867             'other' => q({0} s),
1868             },
1869             'square-foot' => {
1870             'other' => q({0} ft²),
1871             },
1872             'square-kilometer' => {
1873             'other' => q({0} km²),
1874             },
1875             'square-meter' => {
1876             'other' => q({0} m²),
1877             },
1878             'square-mile' => {
1879             'other' => q({0} mi²),
1880             },
1881             'watt' => {
1882             'other' => q({0} W),
1883             },
1884             'week' => {
1885             'name' => q(ပတ်),
1886             'other' => q({0}ပတ်),
1887             },
1888             'yard' => {
1889             'other' => q({0} ကိုက်),
1890             },
1891             'year' => {
1892             'name' => q(နှစ်),
1893             'other' => q({0} y),
1894             },
1895             },
1896             'short' => {
1897             'acre' => {
1898             'name' => q(ဧက),
1899             'other' => q({0} ac),
1900             },
1901             'acre-foot' => {
1902             'name' => q(ဧက-ပေ),
1903             'other' => q({0} ac ft),
1904             },
1905             'ampere' => {
1906             'name' => q(အမ်ပီယာ),
1907             'other' => q({0} A),
1908             },
1909             'arc-minute' => {
1910             'name' => q(မိနစ်),
1911             'other' => q({0}′),
1912             },
1913             'arc-second' => {
1914             'name' => q(စက္ကန့်),
1915             'other' => q({0}″),
1916             },
1917             'astronomical-unit' => {
1918             'name' => q(နက္ခတ္တဗေဒယူနစ်),
1919             'other' => q({0} au),
1920             },
1921             'bit' => {
1922             'name' => q(ဘစ်),
1923             'other' => q({0}ဘစ်),
1924             },
1925             'byte' => {
1926             'name' => q(ဘိုက်),
1927             'other' => q({0}ဘိုက်),
1928             },
1929             'calorie' => {
1930             'name' => q(ကယ်လိုရီ),
1931             'other' => q({0} cal),
1932             },
1933             'carat' => {
1934             'name' => q(ကရက်),
1935             'other' => q({0} CD),
1936             },
1937             'celsius' => {
1938             'name' => q(°C),
1939             'other' => q({0}°C),
1940             },
1941             'centiliter' => {
1942             'name' => q(စင်တီလီတာ),
1943             'other' => q({0} cL),
1944             },
1945             'centimeter' => {
1946             'name' => q(စင်တီမီတာ),
1947             'other' => q({0} cm),
1948             'per' => q({0}/cm),
1949             },
1950             'century' => {
1951             'name' => q(c),
1952             'other' => q({0} c),
1953             },
1954             'coordinate' => {
1955             'east' => q({0}E),
1956             'north' => q({0}N),
1957             'south' => q({0}S),
1958             'west' => q({0}W),
1959             },
1960             'cubic-centimeter' => {
1961             'name' => q(ကုဗစင်တီမီတာ),
1962             'other' => q({0} cm³),
1963             'per' => q({0}/cm³),
1964             },
1965             'cubic-foot' => {
1966             'name' => q(ကုဗပေ),
1967             'other' => q({0} ကုဗပေ),
1968             },
1969             'cubic-inch' => {
1970             'name' => q(ကုဗလက်မ),
1971             'other' => q({0}ကုဗလက်မ),
1972             },
1973             'cubic-kilometer' => {
1974             'name' => q(ကုဗကီလိုမီတာ),
1975             'other' => q({0} km³),
1976             },
1977             'cubic-meter' => {
1978             'name' => q(ကုဗမီတာ),
1979             'other' => q({0} m³),
1980             'per' => q({0}/m³),
1981             },
1982             'cubic-mile' => {
1983             'name' => q(ကုဗမိုင်),
1984             'other' => q({0} mi³),
1985             },
1986             'cubic-yard' => {
1987             'name' => q(ကုဗကိုက်),
1988             'other' => q({0} yd³),
1989             },
1990             'cup' => {
1991             'name' => q(ခွက်),
1992             'other' => q({0} c),
1993             },
1994             'cup-metric' => {
1995             'name' => q(mcup),
1996             'other' => q({0} mc),
1997             },
1998             'day' => {
1999             'name' => q(ရက်),
2000             'other' => q({0}ရက်),
2001             'per' => q({0}/d),
2002             },
2003             'deciliter' => {
2004             'name' => q(ဒါစီလီတာ),
2005             'other' => q({0} dL),
2006             },
2007             'decimeter' => {
2008             'name' => q(ဒါစီမီတာ),
2009             'other' => q({0} dm),
2010             },
2011             'degree' => {
2012             'name' => q(ဒီဂရီ),
2013             'other' => q({0}°),
2014             },
2015             'fahrenheit' => {
2016             'name' => q(°F),
2017             'other' => q({0}°F),
2018             },
2019             'fluid-ounce' => {
2020             'name' => q(အရည်အောင်စ),
2021             'other' => q({0} fl oz),
2022             },
2023             'foodcalorie' => {
2024             'name' => q(ကယ်လိုရီ),
2025             'other' => q({0} Cal),
2026             },
2027             'foot' => {
2028             'name' => q(ပေ),
2029             'other' => q({0} ပေ),
2030             'per' => q({0}/ft),
2031             },
2032             'g-force' => {
2033             'name' => q(ဆွဲငင်အား),
2034             'other' => q({0} G),
2035             },
2036             'gallon' => {
2037             'name' => q(ဂါလန်),
2038             'other' => q({0}ဂါလန်),
2039             'per' => q({0}/ဂါလံ),
2040             },
2041             'generic' => {
2042             'name' => q(°),
2043             'other' => q({0}°),
2044             },
2045             'gigabit' => {
2046             'name' => q(ဂီဂါဘစ်),
2047             'other' => q({0}ဂီဂါဘစ်),
2048             },
2049             'gigabyte' => {
2050             'name' => q(ဂီဂါဘိုက်),
2051             'other' => q({0}ဂီဂါဘိုက်),
2052             },
2053             'gigahertz' => {
2054             'name' => q(GHz),
2055             'other' => q({0} GHz),
2056             },
2057             'gigawatt' => {
2058             'name' => q(ဂီဂါဝပ်),
2059             'other' => q({0} GW),
2060             },
2061             'gram' => {
2062             'name' => q(ဂရမ်),
2063             'other' => q({0} g),
2064             'per' => q({0}/g),
2065             },
2066             'hectare' => {
2067             'name' => q(ဟက်တာ),
2068             'other' => q({0} ha),
2069             },
2070             'hectoliter' => {
2071             'name' => q(ဟက်တိုလီတာ),
2072             'other' => q({0} hL),
2073             },
2074             'hectopascal' => {
2075             'name' => q(hPa),
2076             'other' => q({0} hPa),
2077             },
2078             'hertz' => {
2079             'name' => q(Hz),
2080             'other' => q({0} Hz),
2081             },
2082             'horsepower' => {
2083             'name' => q(hp),
2084             'other' => q({0} hp),
2085             },
2086             'hour' => {
2087             'name' => q(နာရီ),
2088             'other' => q({0}နာရီ),
2089             'per' => q({0}/နာရီ),
2090             },
2091             'inch' => {
2092             'name' => q(လက်မ),
2093             'other' => q({0} လက်မ),
2094             'per' => q({0}/in),
2095             },
2096             'inch-hg' => {
2097             'name' => q(inHg),
2098             'other' => q({0} inHg),
2099             },
2100             'joule' => {
2101             'name' => q(ဂျူးလ်),
2102             'other' => q({0} J),
2103             },
2104             'karat' => {
2105             'name' => q(ကရက်),
2106             'other' => q({0} kt),
2107             },
2108             'kelvin' => {
2109             'name' => q(K),
2110             'other' => q({0} K),
2111             },
2112             'kilobit' => {
2113             'name' => q(ကီလိုဘစ်),
2114             'other' => q({0}ကီလိုဘစ်),
2115             },
2116             'kilobyte' => {
2117             'name' => q(ကီလိုဘိုက်),
2118             'other' => q({0}ကီလိုဘိုက်),
2119             },
2120             'kilocalorie' => {
2121             'name' => q(ကီလိုကယ်လိုရီ),
2122             'other' => q({0} kcal),
2123             },
2124             'kilogram' => {
2125             'name' => q(ကီလိုဂရမ်),
2126             'other' => q({0} kg),
2127             'per' => q({0}/kg),
2128             },
2129             'kilohertz' => {
2130             'name' => q(kHz),
2131             'other' => q({0} kHz),
2132             },
2133             'kilojoule' => {
2134             'name' => q(ကီလိုဂျူးလ်),
2135             'other' => q({0} kJ),
2136             },
2137             'kilometer' => {
2138             'name' => q(ကီလိုမီတာ),
2139             'other' => q({0} km),
2140             'per' => q({0}/km),
2141             },
2142             'kilometer-per-hour' => {
2143             'name' => q(ကီလိုမီတာ/နာရီ),
2144             'other' => q({0} km/h),
2145             },
2146             'kilowatt' => {
2147             'name' => q(ကီလိုဝပ်),
2148             'other' => q({0} kW),
2149             },
2150             'kilowatt-hour' => {
2151             'name' => q(ကီလိုဝပ်-နာရီ),
2152             'other' => q({0} kWh),
2153             },
2154             'knot' => {
2155             'name' => q(kn),
2156             'other' => q({0} kn),
2157             },
2158             'light-year' => {
2159             'name' => q(အလင်းနှစ်),
2160             'other' => q({0} အလင်းနှစ်),
2161             },
2162             'liter' => {
2163             'name' => q(လီတာ),
2164             'other' => q({0} l),
2165             'per' => q({0}/l),
2166             },
2167             'liter-per-100kilometers' => {
2168             'name' => q(L/100km),
2169             'other' => q({0} L/100km),
2170             },
2171             'liter-per-kilometer' => {
2172             'name' => q(လီတာ/ကီလိုမီတာ),
2173             'other' => q({0} L/km),
2174             },
2175             'lux' => {
2176             'name' => q(လတ်ခ်),
2177             'other' => q({0} lx),
2178             },
2179             'megabit' => {
2180             'name' => q(မီဂါဘစ်),
2181             'other' => q({0}မီဂါဘစ်),
2182             },
2183             'megabyte' => {
2184             'name' => q(မီဂါဘိုက်),
2185             'other' => q({0} MB),
2186             },
2187             'megahertz' => {
2188             'name' => q(MHz),
2189             'other' => q({0} MHz),
2190             },
2191             'megaliter' => {
2192             'name' => q(မက်ဂါလီတာ),
2193             'other' => q({0} ML),
2194             },
2195             'megawatt' => {
2196             'name' => q(မီဂါဝပ်),
2197             'other' => q({0} MW),
2198             },
2199             'meter' => {
2200             'name' => q(မီတာ),
2201             'other' => q({0} m),
2202             'per' => q({0}/m),
2203             },
2204             'meter-per-second' => {
2205             'name' => q(မီတာ/စက္ကန့်),
2206             'other' => q({0} m/s),
2207             },
2208             'meter-per-second-squared' => {
2209             'name' => q(မီတာ/စက္ကန့်နှစ်ထပ်ကိန်း),
2210             'other' => q({0} m/s²),
2211             },
2212             'metric-ton' => {
2213             'name' => q(t),
2214             'other' => q({0} t),
2215             },
2216             'microgram' => {
2217             'name' => q(µg),
2218             'other' => q({0} µg),
2219             },
2220             'micrometer' => {
2221             'name' => q(မိုက်ခရိုမီတာ),
2222             'other' => q({0} µm),
2223             },
2224             'microsecond' => {
2225             'name' => q(မိုက်ခရိုစက္ကန့်),
2226             'other' => q({0} μs),
2227             },
2228             'mile' => {
2229             'name' => q(မိုင်),
2230             'other' => q({0}မိုင်),
2231             },
2232             'mile-per-gallon' => {
2233             'name' => q(မိုင်/ဂါလန်),
2234             'other' => q({0} mpg),
2235             },
2236             'mile-per-hour' => {
2237             'name' => q(မိုင်/နာရီ),
2238             'other' => q({0} mi/h),
2239             },
2240             'mile-scandinavian' => {
2241             'name' => q(smi),
2242             'other' => q({0} smi),
2243             },
2244             'milliampere' => {
2245             'name' => q(mA),
2246             'other' => q({0} mA),
2247             },
2248             'millibar' => {
2249             'name' => q(မီလီဘား),
2250             'other' => q({0} mbar),
2251             },
2252             'milligram' => {
2253             'name' => q(မီလီဂရမ်),
2254             'other' => q({0} mg),
2255             },
2256             'milliliter' => {
2257             'name' => q(မီလီလီတာ),
2258             'other' => q({0} mL),
2259             },
2260             'millimeter' => {
2261             'name' => q(မီလီမီတာ),
2262             'other' => q({0} mm),
2263             },
2264             'millimeter-of-mercury' => {
2265             'name' => q(mm Hg),
2266             'other' => q({0} mm Hg),
2267             },
2268             'millisecond' => {
2269             'name' => q(မီလီစက္ကန့်),
2270             'other' => q({0} ms),
2271             },
2272             'milliwatt' => {
2273             'name' => q(မီလီဝပ်),
2274             'other' => q({0} mW),
2275             },
2276             'minute' => {
2277             'name' => q(မိနစ်),
2278             'other' => q({0}မိနစ်),
2279             'per' => q({0}မိနစ်လျှင်),
2280             },
2281             'month' => {
2282             'name' => q(လ),
2283             'other' => q({0}လ),
2284             'per' => q({0}/လ),
2285             },
2286             'nanometer' => {
2287             'name' => q(နာနိုမီတာ),
2288             'other' => q({0} nm),
2289             },
2290             'nanosecond' => {
2291             'name' => q(နာနိုစက္ကန့်),
2292             'other' => q({0} ns),
2293             },
2294             'nautical-mile' => {
2295             'name' => q(ရေမိုင်),
2296             'other' => q({0} nmi),
2297             },
2298             'ohm' => {
2299             'name' => q(အုမ်း),
2300             'other' => q({0} Ω),
2301             },
2302             'ounce' => {
2303             'name' => q(အောင်စ),
2304             'other' => q({0} oz),
2305             'per' => q({0}/oz),
2306             },
2307             'ounce-troy' => {
2308             'name' => q(ထရိုအောင်စ),
2309             'other' => q({0} oz t),
2310             },
2311             'parsec' => {
2312             'name' => q(ပါစက်ခ်),
2313             'other' => q({0} pc),
2314             },
2315             'per' => {
2316             '1' => q({0}/{1}),
2317             },
2318             'picometer' => {
2319             'name' => q(ပီကိုမီတာ),
2320             'other' => q({0} pm),
2321             },
2322             'pint' => {
2323             'name' => q(ပိုင့်),
2324             'other' => q({0}ပိုင့်),
2325             },
2326             'pint-metric' => {
2327             'name' => q(mpt),
2328             'other' => q({0} mpt),
2329             },
2330             'pound' => {
2331             'name' => q(ပေါင်),
2332             'other' => q({0} lb),
2333             'per' => q({0}/lb),
2334             },
2335             'pound-per-square-inch' => {
2336             'name' => q(ပေါင်/စတုရန်းလက်မ),
2337             'other' => q({0} psi),
2338             },
2339             'quart' => {
2340             'name' => q(ကွတ်),
2341             'other' => q({0}ကွတ်),
2342             },
2343             'radian' => {
2344             'name' => q(ရေဒီအန်းစ်),
2345             'other' => q({0} rad),
2346             },
2347             'revolution' => {
2348             'name' => q(rev),
2349             'other' => q({0} rev),
2350             },
2351             'second' => {
2352             'name' => q(စက္ကန့်),
2353             'other' => q({0} s),
2354             'per' => q({0}/စက္ကန့်),
2355             },
2356             'square-centimeter' => {
2357             'name' => q(စတုရန်းစင်တီမီတာ),
2358             'other' => q({0} cm²),
2359             'per' => q({0}/cm²),
2360             },
2361             'square-foot' => {
2362             'name' => q(စတုရန်းပေ),
2363             'other' => q({0} ft²),
2364             },
2365             'square-inch' => {
2366             'name' => q(စတုရန်းလက်မ),
2367             'other' => q({0} in²),
2368             'per' => q({0}/in²),
2369             },
2370             'square-kilometer' => {
2371             'name' => q(စတုရန်းကီလိုမီတာ),
2372             'other' => q({0} km²),
2373             },
2374             'square-meter' => {
2375             'name' => q(စတုရန်းမီတာ),
2376             'other' => q({0} m²),
2377             'per' => q({0}/m²),
2378             },
2379             'square-mile' => {
2380             'name' => q(စတုရန်းမိုင်),
2381             'other' => q({0} mi²),
2382             },
2383             'square-yard' => {
2384             'name' => q(စတုရန်းကိုက်),
2385             'other' => q({0} yd²),
2386             },
2387             'tablespoon' => {
2388             'name' => q(စားပွဲဇွန်း),
2389             'other' => q(စားပွဲဇွန်း{0}ဇွန်း),
2390             },
2391             'teaspoon' => {
2392             'name' => q(လက်ဖက်ရည်ဇွန်း),
2393             'other' => q({0} tsp),
2394             },
2395             'terabit' => {
2396             'name' => q(တီရာဘစ်),
2397             'other' => q({0} Tb),
2398             },
2399             'terabyte' => {
2400             'name' => q(တီရာဘိုက်),
2401             'other' => q({0} TB),
2402             },
2403             'ton' => {
2404             'name' => q(တန်),
2405             'other' => q({0} tn),
2406             },
2407             'volt' => {
2408             'name' => q(ဗို့),
2409             'other' => q({0} V),
2410             },
2411             'watt' => {
2412             'name' => q(ဝပ်),
2413             'other' => q({0} W),
2414             },
2415             'week' => {
2416             'name' => q(ပတ်),
2417             'other' => q({0}ပတ်),
2418             'per' => q({0}/w),
2419             },
2420             'yard' => {
2421             'name' => q(ကိုက်),
2422             'other' => q({0} ကိုက်),
2423             },
2424             'year' => {
2425             'name' => q(နှစ်),
2426             'other' => q({0} y),
2427             'per' => q({0}/y),
2428             },
2429             },
2430             } }
2431             );
2432              
2433             has 'yesstr' => (
2434             is => 'ro',
2435             isa => RegexpRef,
2436             init_arg => undef,
2437             default => sub { qr'^(?i:ဟုတ်တယ်|yes|y)$' }
2438             );
2439              
2440             has 'nostr' => (
2441             is => 'ro',
2442             isa => RegexpRef,
2443             init_arg => undef,
2444             default => sub { qr'^(?i:မဟုတ်ဘူး|no|n)$' }
2445             );
2446              
2447             has 'listPatterns' => (
2448             is => 'ro',
2449             isa => HashRef,
2450             init_arg => undef,
2451             default => sub { {
2452             start => q({0}၊ {1}),
2453             middle => q({0}၊ {1}),
2454             end => q({0}၊ နှင့်{1}),
2455             2 => q({0}နှင့်{1}),
2456             } }
2457             );
2458              
2459             has 'default_numbering_system' => (
2460             is => 'ro',
2461             isa => Str,
2462             init_arg => undef,
2463             default => 'mymr',
2464             );
2465              
2466             has native_numbering_system => (
2467             is => 'ro',
2468             isa => Str,
2469             init_arg => undef,
2470             default => 'mymr',
2471             );
2472              
2473             has 'minimum_grouping_digits' => (
2474             is =>'ro',
2475             isa => Int,
2476             init_arg => undef,
2477             default => 3,
2478             );
2479              
2480             has 'number_symbols' => (
2481             is => 'ro',
2482             isa => HashRef,
2483             init_arg => undef,
2484             default => sub { {
2485             'latn' => {
2486             'decimal' => q(.),
2487             'exponential' => q(E),
2488             'group' => q(,),
2489             'infinity' => q(∞),
2490             'list' => q(;),
2491             'minusSign' => q(-),
2492             'nan' => q(ဂဏန်းမဟုတ်သော),
2493             'perMille' => q(‰),
2494             'percentSign' => q(%),
2495             'plusSign' => q(+),
2496             'superscriptingExponent' => q(×),
2497             'timeSeparator' => q(:),
2498             },
2499             'mymr' => {
2500             'list' => q(၊),
2501             },
2502             } }
2503             );
2504              
2505             has 'number_formats' => (
2506             is => 'ro',
2507             isa => HashRef,
2508             init_arg => undef,
2509             default => sub { {
2510             decimalFormat => {
2511             'default' => {
2512             '1000' => {
2513             'other' => '0ထောင်',
2514             },
2515             '10000' => {
2516             'other' => '0သောင်း',
2517             },
2518             '100000' => {
2519             'other' => '0သိန်း',
2520             },
2521             '1000000' => {
2522             'other' => '0သန်း',
2523             },
2524             '10000000' => {
2525             'other' => '0ကုဋေ',
2526             },
2527             '100000000' => {
2528             'other' => '00ကုဋေ',
2529             },
2530             '1000000000' => {
2531             'other' => 'ကုဋေ000',
2532             },
2533             '10000000000' => {
2534             'other' => 'ကုဋေ0000',
2535             },
2536             '100000000000' => {
2537             'other' => '0000ကုဋေ',
2538             },
2539             '1000000000000' => {
2540             'other' => 'ကုဋေ0သိန်း',
2541             },
2542             '10000000000000' => {
2543             'other' => 'ကုဋေ0သန်း',
2544             },
2545             '100000000000000' => {
2546             'other' => '0ကောဋိ',
2547             },
2548             'standard' => {
2549             '' => '#,##0.###',
2550             },
2551             },
2552             'long' => {
2553             '1000' => {
2554             'other' => '0ထောင်',
2555             },
2556             '10000' => {
2557             'other' => '0သောင်း',
2558             },
2559             '100000' => {
2560             'other' => '0သိန်း',
2561             },
2562             '1000000' => {
2563             'other' => '0သန်း',
2564             },
2565             '10000000' => {
2566             'other' => '0ကုဋေ',
2567             },
2568             '100000000' => {
2569             'other' => '00ကုဋေ',
2570             },
2571             '1000000000' => {
2572             'other' => '000ကုဋေ',
2573             },
2574             '10000000000' => {
2575             'other' => '0000ကုဋေ',
2576             },
2577             '100000000000' => {
2578             'other' => '00000ကုဋေ',
2579             },
2580             '1000000000000' => {
2581             'other' => '000000ကုဋေ',
2582             },
2583             '10000000000000' => {
2584             'other' => '0000000ကုဋေ',
2585             },
2586             '100000000000000' => {
2587             'other' => '0ကောဋိ',
2588             },
2589             },
2590             'short' => {
2591             '1000' => {
2592             'other' => '0ထောင်',
2593             },
2594             '10000' => {
2595             'other' => '0သောင်း',
2596             },
2597             '100000' => {
2598             'other' => '0သိန်း',
2599             },
2600             '1000000' => {
2601             'other' => '0သန်း',
2602             },
2603             '10000000' => {
2604             'other' => '0ကုဋေ',
2605             },
2606             '100000000' => {
2607             'other' => '00ကုဋေ',
2608             },
2609             '1000000000' => {
2610             'other' => 'ကုဋေ000',
2611             },
2612             '10000000000' => {
2613             'other' => 'ကုဋေ0000',
2614             },
2615             '100000000000' => {
2616             'other' => '0000ကုဋေ',
2617             },
2618             '1000000000000' => {
2619             'other' => 'ကုဋေ0သိန်း',
2620             },
2621             '10000000000000' => {
2622             'other' => 'ကုဋေ0သန်း',
2623             },
2624             '100000000000000' => {
2625             'other' => '0ကောဋိ',
2626             },
2627             },
2628             },
2629             percentFormat => {
2630             'default' => {
2631             'standard' => {
2632             '' => '#,##0%',
2633             },
2634             },
2635             },
2636             scientificFormat => {
2637             'default' => {
2638             'standard' => {
2639             '' => '#E0',
2640             },
2641             },
2642             },
2643             } },
2644             );
2645              
2646             has 'number_currency_formats' => (
2647             is => 'ro',
2648             isa => HashRef,
2649             init_arg => undef,
2650             default => sub { {
2651             'latn' => {
2652             'pattern' => {
2653             'default' => {
2654             'accounting' => {
2655             'positive' => '¤ #,##0.00',
2656             },
2657             'standard' => {
2658             'positive' => '¤ #,##0.00',
2659             },
2660             },
2661             },
2662             },
2663             } },
2664             );
2665              
2666             has 'currencies' => (
2667             is => 'ro',
2668             isa => HashRef,
2669             init_arg => undef,
2670             default => sub { {
2671             'AED' => {
2672             display_name => {
2673             'currency' => q(အာရပ်ဒူဟမ်း),
2674             'other' => q(အာရပ်ဒူဟမ်း),
2675             },
2676             },
2677             'AFN' => {
2678             display_name => {
2679             'currency' => q(အာဖဂန်အာဖဂါနီ),
2680             'other' => q(အာဖဂန်အာဖဂါနီ),
2681             },
2682             },
2683             'ALL' => {
2684             display_name => {
2685             'currency' => q(အယ်လ်ဘီးနီးယားလီခ်),
2686             'other' => q(အယ်လ်ဘီးနီးယားလီခ်),
2687             },
2688             },
2689             'AMD' => {
2690             display_name => {
2691             'currency' => q(အာမေးနီးယားဒရမ်း),
2692             'other' => q(အာမေးနီးယားဒရမ်း),
2693             },
2694             },
2695             'ANG' => {
2696             display_name => {
2697             'currency' => q(နယ်သာလန် အန်တီလန် ဂင်းဒါး),
2698             'other' => q(နယ်သာလန် အန်တီလန် ဂင်းဒါး),
2699             },
2700             },
2701             'AOA' => {
2702             display_name => {
2703             'currency' => q(အင်ဂိုလာ ကန်ဇာ),
2704             'other' => q(အင်ဂိုလာ ကန်ဇာ),
2705             },
2706             },
2707             'ARP' => {
2708             display_name => {
2709             'currency' => q(အာဂျင်တီးနား ပီဆို \(၁၉၈၃–၁၉၈၅\)),
2710             },
2711             },
2712             'ARS' => {
2713             display_name => {
2714             'currency' => q(အာဂျင်တီးနား ပီဆို),
2715             'other' => q(အာဂျင်တီးနား ပီဆို),
2716             },
2717             },
2718             'AUD' => {
2719             symbol => 'A$',
2720             display_name => {
2721             'currency' => q(ဩစတြေးလျ ဒေါ်လာ),
2722             'other' => q(ဩစတြေးလျ ဒေါ်လာ),
2723             },
2724             },
2725             'AWG' => {
2726             display_name => {
2727             'currency' => q(အရူဘန် ဂင်းဒါး),
2728             'other' => q(အရူဘန် ဂင်းဒါး),
2729             },
2730             },
2731             'AZN' => {
2732             display_name => {
2733             'currency' => q(အဇာဘိုင်ဂျန်မာနတ်),
2734             'other' => q(အဇာဘိုင်ဂျန်မာနတ်),
2735             },
2736             },
2737             'BAM' => {
2738             display_name => {
2739             'currency' => q(ဘော့စနီးယား နှင့် ဟာဇီဂိုဘီးနားမတ်က်),
2740             'other' => q(ဘော့စနီးယား နှင့် ဟာဇီဂိုဘီးနားမတ်က်),
2741             },
2742             },
2743             'BBD' => {
2744             display_name => {
2745             'currency' => q(ဘာဘဒီယံဒေါ်လာ),
2746             'other' => q(ဘာဘဒီယံဒေါ်လာ),
2747             },
2748             },
2749             'BDT' => {
2750             display_name => {
2751             'currency' => q(ဘင်္ဂလားဒေ့ရှ် တာကာ),
2752             'other' => q(ဘင်္ဂလားဒေ့ရှ် တာကာ),
2753             },
2754             },
2755             'BEF' => {
2756             display_name => {
2757             'currency' => q(ဘယ်လ်ဂျီယမ် ဖရန့်),
2758             },
2759             },
2760             'BGN' => {
2761             display_name => {
2762             'currency' => q(ဘူဂေးရီးယားလက်ဖ်),
2763             'other' => q(ဘူဂေးရီးယားလက်ဖ်),
2764             },
2765             },
2766             'BHD' => {
2767             display_name => {
2768             'currency' => q(ဘာရိန်းဒီနား),
2769             'other' => q(ဘာရိန်းဒီနား),
2770             },
2771             },
2772             'BIF' => {
2773             display_name => {
2774             'currency' => q(ဘူရွန်ဒီ ဖရန့်),
2775             'other' => q(ဘူရွန်ဒီ ဖရန့်),
2776             },
2777             },
2778             'BMD' => {
2779             symbol => 'BMD',
2780             display_name => {
2781             'currency' => q(ဘာမူဒါ ဒေါ်လာ),
2782             'other' => q(ဘာမူဒါ ဒေါ်လာ),
2783             },
2784             },
2785             'BND' => {
2786             symbol => 'BND',
2787             display_name => {
2788             'currency' => q(ဘရူနိုင်း ဒေါ်လာ),
2789             'other' => q(ဘရူနိုင်း ဒေါ်လာ),
2790             },
2791             },
2792             'BOB' => {
2793             display_name => {
2794             'currency' => q(ဘိုလီဘီယံ ဘိုလီဘီအားနို),
2795             'other' => q(ဘိုလီဘီယံ ဘိုလီဘီအားနိုစ်),
2796             },
2797             },
2798             'BOP' => {
2799             display_name => {
2800             'currency' => q(ဘိုလီးဘီးယား ပီဆို),
2801             },
2802             },
2803             'BRL' => {
2804             symbol => 'R$',
2805             display_name => {
2806             'currency' => q(ဘရာဇီး ရီးယဲ),
2807             'other' => q(ဘရာဇီး ရီးယဲ),
2808             },
2809             },
2810             'BSD' => {
2811             display_name => {
2812             'currency' => q(ဘဟားမား ဒေါ်လာ),
2813             'other' => q(ဘဟားမား ဒေါ်လာ),
2814             },
2815             },
2816             'BTN' => {
2817             display_name => {
2818             'currency' => q(ဘူတန်အံဂါလ်ထရန်),
2819             'other' => q(ဘူတန်အံဂါလ်ထရန်),
2820             },
2821             },
2822             'BUK' => {
2823             display_name => {
2824             'currency' => q(ဗမာ ကျပ်),
2825             },
2826             },
2827             'BWP' => {
2828             display_name => {
2829             'currency' => q(ဘော့စ်ဝါနာ ပုလ),
2830             'other' => q(ဘော့စ်ဝါနာ ပုလ),
2831             },
2832             },
2833             'BYB' => {
2834             display_name => {
2835             'currency' => q(ဘီလာရုစ် ရူဘယ်အသစ် \(၁၉၉၄–၁၉၉၉\)),
2836             },
2837             },
2838             'BYR' => {
2839             display_name => {
2840             'currency' => q(ဘီလာရုစ် ရူဘယ်),
2841             'other' => q(ဘီလာရုစ် ရူဘယ်),
2842             },
2843             },
2844             'BZD' => {
2845             symbol => 'ဒေါ်လာ',
2846             display_name => {
2847             'currency' => q(ဘေလီဇ် ဒေါ်လာ),
2848             'other' => q(ဘေလီဇ် ဒေါ်လာ),
2849             },
2850             },
2851             'CAD' => {
2852             symbol => 'CA$',
2853             display_name => {
2854             'currency' => q(ကနေဒါ ဒေါ်လာ),
2855             'other' => q(ကနေဒါ ဒေါ်လာ),
2856             },
2857             },
2858             'CDF' => {
2859             display_name => {
2860             'currency' => q(ကွန်ဂို ဖရန့်),
2861             'other' => q(ကွန်ဂို ဖရန့်),
2862             },
2863             },
2864             'CHF' => {
2865             display_name => {
2866             'currency' => q(ဆွစ် ဖရန့်),
2867             'other' => q(ဆွစ် ဖရန့်),
2868             },
2869             },
2870             'CLP' => {
2871             display_name => {
2872             'currency' => q(ချီလီ ပီဆို),
2873             'other' => q(ချီလီ ပီဆို),
2874             },
2875             },
2876             'CNY' => {
2877             symbol => 'CNÂ¥',
2878             display_name => {
2879             'currency' => q(တရုတ် ယွမ်),
2880             'other' => q(တရုတ် ယွမ်),
2881             },
2882             },
2883             'COP' => {
2884             display_name => {
2885             'currency' => q(ကိုလံဘီယာ ပီဆို),
2886             'other' => q(ကိုလံဘီယာ ပီဆို),
2887             },
2888             },
2889             'CRC' => {
2890             symbol => 'စီအာစီ',
2891             display_name => {
2892             'currency' => q(ကော့စ်တာရီကာ ခိုလုံး),
2893             'other' => q(ကော့စ်တာရီကာ ခိုလုံး),
2894             },
2895             },
2896             'CUC' => {
2897             display_name => {
2898             'currency' => q(နိုင်ငံခြားငွေလဲလှယ်နိုင်သော ကျူးဘားပီဆိုငွေ),
2899             'other' => q(နိုင်ငံခြားငွေလဲလှယ်နိုင်သော ကျူးဘားပီဆိုငွေ),
2900             },
2901             },
2902             'CUP' => {
2903             display_name => {
2904             'currency' => q(ကျူးဘား ပီဆို),
2905             'other' => q(ကျူးဘား ပီဆို),
2906             },
2907             },
2908             'CVE' => {
2909             symbol => 'CVE',
2910             display_name => {
2911             'currency' => q(ခေ့ပ်ဗာဒူ အက်စ်ခူဒို),
2912             'other' => q(ခေ့ပ်ဗာဒူ အက်စ်ခူဒို),
2913             },
2914             },
2915             'CYP' => {
2916             display_name => {
2917             'currency' => q(ဆိုက်ပရက်စ် ပေါင်),
2918             },
2919             },
2920             'CZK' => {
2921             display_name => {
2922             'currency' => q(ချက်ခိုရိုနာ),
2923             'other' => q(ချက်ခိုရိုနာ),
2924             },
2925             },
2926             'DEM' => {
2927             display_name => {
2928             'currency' => q(ဂျာမဏီ မတ်),
2929             },
2930             },
2931             'DJF' => {
2932             display_name => {
2933             'currency' => q(ဂျီဘူတီ ဖရန့်),
2934             'other' => q(ဂျီဘူတီ ဖရန့်),
2935             },
2936             },
2937             'DKK' => {
2938             display_name => {
2939             'currency' => q(ဒိန်းမတ်ခရိုဏာ),
2940             'other' => q(ဒိန်းမတ် ခရိုဏာ),
2941             },
2942             },
2943             'DOP' => {
2944             display_name => {
2945             'currency' => q(ဒိုမီနီကန် ပီဆို),
2946             'other' => q(ဒိုမီနီကန် ပီဆို),
2947             },
2948             },
2949             'DZD' => {
2950             display_name => {
2951             'currency' => q(အဲလ်ဂျီရီယန် ဒီနာ),
2952             'other' => q(အဲလ်ဂျီရီယန် ဒီနာ),
2953             },
2954             },
2955             'EGP' => {
2956             display_name => {
2957             'currency' => q(အီဂျစ် ပေါင်),
2958             'other' => q(အီဂျစ် ပေါင်),
2959             },
2960             },
2961             'ERN' => {
2962             display_name => {
2963             'currency' => q(အီရီတရီအာနာ့ခ်ဖာ),
2964             'other' => q(အီရီတရီအာနာ့ခ်ဖာ),
2965             },
2966             },
2967             'ESP' => {
2968             display_name => {
2969             'currency' => q(စပိန် ပယ်စေးတာ),
2970             },
2971             },
2972             'ETB' => {
2973             display_name => {
2974             'currency' => q(အီသီယိုးပီးယားဘီးယာ),
2975             'other' => q(အီသီယိုးပီးယားဘီးယာ),
2976             },
2977             },
2978             'EUR' => {
2979             symbol => '€',
2980             display_name => {
2981             'currency' => q(ယူရို),
2982             'other' => q(ယူရို),
2983             },
2984             },
2985             'FJD' => {
2986             display_name => {
2987             'currency' => q(ဖီဂျီ ဒေါ်လာ),
2988             'other' => q(ဖီဂျီ ဒေါ်လာ),
2989             },
2990             },
2991             'FKP' => {
2992             display_name => {
2993             'currency' => q(ဖောက်ကလန် ကျွန်းစု ပေါင်),
2994             'other' => q(ဖောက်ကလန် ကျွန်းစု ပေါင်),
2995             },
2996             },
2997             'FRF' => {
2998             display_name => {
2999             'currency' => q(ပြင်သစ် ဖရန့်),
3000             },
3001             },
3002             'GBP' => {
3003             symbol => '£',
3004             display_name => {
3005             'currency' => q(ဗြိတိသျှ ပေါင်),
3006             'other' => q(ဗြိတိသျှ ပေါင်),
3007             },
3008             },
3009             'GEL' => {
3010             display_name => {
3011             'currency' => q(ဂျော်ဂျီယာလားရီ),
3012             'other' => q(ဂျော်ဂျီယာလားရီ),
3013             },
3014             },
3015             'GHS' => {
3016             symbol => 'GHS',
3017             display_name => {
3018             'currency' => q(ဂါနာ ဆဲဒီ),
3019             'other' => q(ဂါနာ ဆဲဒီ),
3020             },
3021             },
3022             'GIP' => {
3023             display_name => {
3024             'currency' => q(ဂျီဘရော်လ်တာ ပေါင်),
3025             'other' => q(ဂျီဘရော်လ်တာ ပေါင်),
3026             },
3027             },
3028             'GMD' => {
3029             symbol => 'GMD',
3030             display_name => {
3031             'currency' => q(ဂန်ဘီယာ ဒါလာစီ),
3032             'other' => q(ဂန်ဘီယာ ဒါလာစီ),
3033             },
3034             },
3035             'GNF' => {
3036             symbol => 'GNF',
3037             display_name => {
3038             'currency' => q(ဂီးနီ ဖရန့်),
3039             'other' => q(ဂီရာနာ ဖရန့်),
3040             },
3041             },
3042             'GTQ' => {
3043             symbol => 'GTQ',
3044             display_name => {
3045             'currency' => q(ဂွာတီမာလာ ခက်ဇော်လ်),
3046             'other' => q(ဂွာတီမာလာ ခက်ဇော်လ်),
3047             },
3048             },
3049             'GYD' => {
3050             display_name => {
3051             'currency' => q(ဂူရာနာ ဒေါ်လာ),
3052             'other' => q(ဂူရာနာ ဒေါ်လာ),
3053             },
3054             },
3055             'HKD' => {
3056             symbol => 'HK$',
3057             display_name => {
3058             'currency' => q(ဟောင်ကောင် ဒေါ်လာ),
3059             'other' => q(ဟောင်ကောင် ဒေါ်လာ),
3060             },
3061             },
3062             'HNL' => {
3063             display_name => {
3064             'currency' => q(ဟွန်ဒူးရပ်စ် လန်းပီးရာ),
3065             'other' => q(ဟွန်ဒူးရပ်စ် လန်းပီးရာ),
3066             },
3067             },
3068             'HRK' => {
3069             display_name => {
3070             'currency' => q(ခရိုအေးရှားခူးနာ),
3071             'other' => q(ခရိုအေးရှားခူးနာ),
3072             },
3073             },
3074             'HTG' => {
3075             display_name => {
3076             'currency' => q(ဟေတီဂူးအော်ဒ်),
3077             'other' => q(ဟေတီဂူးအော်ဒ်),
3078             },
3079             },
3080             'HUF' => {
3081             display_name => {
3082             'currency' => q(ဟန်ဂေရီယံဖော်ရင့်တ်),
3083             'other' => q(ဟန်ဂေရီယံဖော်ရင့်တ်),
3084             },
3085             },
3086             'IDR' => {
3087             display_name => {
3088             'currency' => q(အင်ဒိုနီးရှား ရူပီးယား),
3089             'other' => q(အင်ဒိုနီးရှား ရူပီးယား),
3090             },
3091             },
3092             'ILP' => {
3093             display_name => {
3094             'currency' => q(အစ္စရေး ပေါင်),
3095             },
3096             },
3097             'ILS' => {
3098             symbol => '₪',
3099             display_name => {
3100             'currency' => q(အစ္စရေးရှဲကလ်အသစ်),
3101             'other' => q(အစ္စရေးရှဲကလ်အသစ်),
3102             },
3103             },
3104             'INR' => {
3105             symbol => '₹',
3106             display_name => {
3107             'currency' => q(အိန္ဒိယ ရူပီး),
3108             'other' => q(အိန္ဒိယ ရူပီး),
3109             },
3110             },
3111             'IQD' => {
3112             display_name => {
3113             'currency' => q(အီရပ်ဒီနား),
3114             'other' => q(အီရပ်ဒီနား),
3115             },
3116             },
3117             'IRR' => {
3118             display_name => {
3119             'currency' => q(အီရန်ရီအော်လ်),
3120             'other' => q(အီရန်ရီအော်လ်),
3121             },
3122             },
3123             'ISK' => {
3124             display_name => {
3125             'currency' => q(အိုက်စလန် ခရိုဏာ),
3126             'other' => q(အိုက်စလန် ခရိုဏာ),
3127             },
3128             },
3129             'JMD' => {
3130             display_name => {
3131             'currency' => q(ဂျမေကာ ဒေါ်လာ),
3132             'other' => q(ဂျမေကာ ဒေါ်လာ),
3133             },
3134             },
3135             'JOD' => {
3136             display_name => {
3137             'currency' => q(ဂျော်ဒန်ဒီနား),
3138             'other' => q(ဂျော်ဒန်ဒီနား),
3139             },
3140             },
3141             'JPY' => {
3142             symbol => 'JPÂ¥',
3143             display_name => {
3144             'currency' => q(ဂျပန်ယန်း),
3145             'other' => q(ဂျပန်ယန်း),
3146             },
3147             },
3148             'KES' => {
3149             display_name => {
3150             'currency' => q(ကင်ညာသျှီလင်),
3151             'other' => q(ကင်ညာသျှီလင်),
3152             },
3153             },
3154             'KGS' => {
3155             display_name => {
3156             'currency' => q(ခရူဂစ်စတန်ဆော်မ်),
3157             'other' => q(ခရူဂစ်စတန်ဆော်မ်),
3158             },
3159             },
3160             'KHR' => {
3161             display_name => {
3162             'currency' => q(ကမ္ဘောဒီးယား ရီးယဲ),
3163             'other' => q(ကမ္ဘောဒီးယား ရီးယဲ),
3164             },
3165             },
3166             'KMF' => {
3167             display_name => {
3168             'currency' => q(ကိုမိုရိုစ် ဖရန့်),
3169             'other' => q(ကိုမိုရိုစ် ဖရန့်),
3170             },
3171             },
3172             'KPW' => {
3173             display_name => {
3174             'currency' => q(မြောက်ကိုးရီးယား ဝမ်),
3175             'other' => q(မြောက်ကိုးရီးယား ဝမ်),
3176             },
3177             },
3178             'KRW' => {
3179             symbol => 'â‚©',
3180             display_name => {
3181             'currency' => q(တောင်ကိုးရီးယား ဝမ်),
3182             'other' => q(တောင်ကိုးရီးယား ဝမ်),
3183             },
3184             },
3185             'KWD' => {
3186             display_name => {
3187             'currency' => q(ကူဝိတ်ဒီနာ),
3188             'other' => q(ကူဝိတ်ဒီနာ),
3189             },
3190             },
3191             'KYD' => {
3192             display_name => {
3193             'currency' => q(ကေမန် ကျွန်းစု ဒေါ်လာ),
3194             'other' => q(ကေမန် ကျွန်းစု ဒေါ်လာ),
3195             },
3196             },
3197             'KZT' => {
3198             display_name => {
3199             'currency' => q(ခရူဂစ်စတန်ထိန်ဂျီ),
3200             'other' => q(ခရူဂစ်စတန်ထိန်ဂျီ),
3201             },
3202             },
3203             'LAK' => {
3204             display_name => {
3205             'currency' => q(လာအိုခိပ်),
3206             'other' => q(လာအိုခိပ်),
3207             },
3208             },
3209             'LBP' => {
3210             display_name => {
3211             'currency' => q(လက်ဘနွန် ပေါင်),
3212             'other' => q(လက်ဘနွန် ပေါင်),
3213             },
3214             },
3215             'LKR' => {
3216             display_name => {
3217             'currency' => q(သီရိလင်္ကာ ရူပီး),
3218             'other' => q(သီရိလင်္ကာ ရူပီး),
3219             },
3220             },
3221             'LRD' => {
3222             symbol => 'LRD',
3223             display_name => {
3224             'currency' => q(လိုင်ဘေးရီးယား ဒေါ်လာ),
3225             'other' => q(လိုင်ဘေးရီးယား ဒေါ်လာ),
3226             },
3227             },
3228             'LTL' => {
3229             display_name => {
3230             'currency' => q(လစ်သူယေးနီးယားလီတားစ်),
3231             'other' => q(လစ်သူယေးနီးယားလီတားစ်),
3232             },
3233             },
3234             'LVL' => {
3235             display_name => {
3236             'currency' => q(လတ်ဗီးယားလတ်),
3237             'other' => q(လတ်ဗီးယားလတ်),
3238             },
3239             },
3240             'LYD' => {
3241             display_name => {
3242             'currency' => q(လီဗျာ ဒီနာ),
3243             'other' => q(လီဗျာ ဒီနာ),
3244             },
3245             },
3246             'MAD' => {
3247             display_name => {
3248             'currency' => q(မိုရိုကို ဒရမ်),
3249             'other' => q(မိုရိုကို ဒရမ်),
3250             },
3251             },
3252             'MDL' => {
3253             display_name => {
3254             'currency' => q(မောလ်ဒိုဗာလယ်အို),
3255             'other' => q(မောလ်ဒိုဗာလယ်အို),
3256             },
3257             },
3258             'MGA' => {
3259             display_name => {
3260             'currency' => q(မလာဂစ်စီ အရီရရီ ငွေကြေး),
3261             'other' => q(မလာဂစ်စီ အရီရရီ ငွေကြေး),
3262             },
3263             },
3264             'MKD' => {
3265             display_name => {
3266             'currency' => q(မာစီဒိုးနီးယားဒီနာ),
3267             'other' => q(မာစီဒိုးနီးယားဒီနာ),
3268             },
3269             },
3270             'MMK' => {
3271             symbol => 'K',
3272             display_name => {
3273             'currency' => q(မြန်မာကျပ်),
3274             'other' => q(မြန်မာကျပ်),
3275             },
3276             },
3277             'MNT' => {
3278             display_name => {
3279             'currency' => q(မွန်ဂိုးလီးယားထူးဂရခ်),
3280             'other' => q(မွန်ဂိုးလီးယားထူးဂရခ်),
3281             },
3282             },
3283             'MOP' => {
3284             display_name => {
3285             'currency' => q(မကာအိုပါတားကား),
3286             'other' => q(မကာအိုပါတားကား),
3287             },
3288             },
3289             'MRO' => {
3290             symbol => 'MRO',
3291             display_name => {
3292             'currency' => q(မောရီတာနီအာအူဂီးယာ),
3293             'other' => q(မောရီတာနီအာအူဂီးယာ),
3294             },
3295             },
3296             'MUR' => {
3297             display_name => {
3298             'currency' => q(မော်ရေရှားစ် ရူပီ),
3299             'other' => q(မော်ရေရှားစ် ရူပီ),
3300             },
3301             },
3302             'MVR' => {
3303             display_name => {
3304             'currency' => q(မော်လ်ဒိုက်ရူးဖီရာ),
3305             'other' => q(မော်လ်ဒိုက်ရူးဖီရာ),
3306             },
3307             },
3308             'MWK' => {
3309             display_name => {
3310             'currency' => q(မာလာဝီခွါးချာ),
3311             'other' => q(မာလာဝီခွါးချာ),
3312             },
3313             },
3314             'MXN' => {
3315             symbol => 'MX$',
3316             display_name => {
3317             'currency' => q(မက္ကဆီကို ပီဆို),
3318             'other' => q(မက္ကဆီကို ပီဆို),
3319             },
3320             },
3321             'MYR' => {
3322             display_name => {
3323             'currency' => q(မလေးရှား ရင်းဂစ်),
3324             'other' => q(မလေးရှား ရင်းဂစ်),
3325             },
3326             },
3327             'MZN' => {
3328             display_name => {
3329             'currency' => q(မိုဇန်ဘစ်မက်တီခယ်လ်),
3330             'other' => q(မိုဇန်ဘစ်မက်တီခယ်လ်),
3331             },
3332             },
3333             'NAD' => {
3334             display_name => {
3335             'currency' => q(နမ်မီးဘီးယား ဒေါ်လာ),
3336             'other' => q(နမ်မီးဘီးယား ဒေါ်လာ),
3337             },
3338             },
3339             'NGN' => {
3340             symbol => 'NGN',
3341             display_name => {
3342             'currency' => q(နိုင်ဂျီးရီးယားနိုင်းရာ),
3343             'other' => q(နိုင်ဂျီးရီးယားနိုင်းရာ),
3344             },
3345             },
3346             'NIO' => {
3347             display_name => {
3348             'currency' => q(နီကာရာဂွာ ခိုးဒိုဘာ),
3349             'other' => q(နီကာရာဂွာ ခိုးဒိုဘာ),
3350             },
3351             },
3352             'NOK' => {
3353             display_name => {
3354             'currency' => q(နော်ဝေ ခရိုဏာ),
3355             'other' => q(နော်ဝေ ခရိုဏာ),
3356             },
3357             },
3358             'NPR' => {
3359             display_name => {
3360             'currency' => q(နီပေါ ရူပီး),
3361             'other' => q(နီပေါ ရူပီး),
3362             },
3363             },
3364             'NZD' => {
3365             symbol => 'NZ$',
3366             display_name => {
3367             'currency' => q(နယူးဇီလန် ဒေါ်လာ),
3368             'other' => q(နယူးဇီလန် ဒေါ်လာ),
3369             },
3370             },
3371             'OMR' => {
3372             display_name => {
3373             'currency' => q(အိုမန်ရီအော်လ်),
3374             'other' => q(အိုမန်ရီအော်လ်),
3375             },
3376             },
3377             'PAB' => {
3378             display_name => {
3379             'currency' => q(ပနားမား ဘလ်ဘိုးအာ),
3380             'other' => q(ပနားမား ဘလ်ဘိုးအာ),
3381             },
3382             },
3383             'PEN' => {
3384             display_name => {
3385             'currency' => q(ပီရူး နူအီဗိုဆိုးလ်),
3386             'other' => q(ပီရူး နူအီဗိုဆိုးလ်),
3387             },
3388             },
3389             'PGK' => {
3390             display_name => {
3391             'currency' => q(ပါပူရာနယူးဂီနီခီးနာ),
3392             'other' => q(ပါပူရာနယူးဂီနီခီးနာ),
3393             },
3394             },
3395             'PHP' => {
3396             display_name => {
3397             'currency' => q(ဖိလစ်ပိုင် ပီဆို),
3398             'other' => q(ဖိလစ်ပိုင် ပီဆို),
3399             },
3400             },
3401             'PKR' => {
3402             display_name => {
3403             'currency' => q(ပါကစ္စတန် ရူပီး),
3404             'other' => q(ပါကစ္စတန် ရူပီး),
3405             },
3406             },
3407             'PLN' => {
3408             display_name => {
3409             'currency' => q(ပိုလန် ဇ‌လော့တီ),
3410             'other' => q(ပိုလန် ဇ‌လော့တီ),
3411             },
3412             },
3413             'PYG' => {
3414             display_name => {
3415             'currency' => q(ပါရာဂွေးဂွါးအ်နီး),
3416             'other' => q(ပါရာဂွေးဂွါးအ်နီး),
3417             },
3418             },
3419             'QAR' => {
3420             display_name => {
3421             'currency' => q(ကာတာရီအော်လ်),
3422             'other' => q(ကာတာရီအော်လ်),
3423             },
3424             },
3425             'RON' => {
3426             display_name => {
3427             'currency' => q(ရိုမေးနီယားလယ်အို),
3428             'other' => q(ရိုမေးနီယားလယ်အို),
3429             },
3430             },
3431             'RSD' => {
3432             display_name => {
3433             'currency' => q(ဆားဘီးယားဒယ်နား),
3434             'other' => q(ဆားဘီးယားဒယ်နား),
3435             },
3436             },
3437             'RUB' => {
3438             display_name => {
3439             'currency' => q(ရုရှ ရူဘယ်),
3440             'other' => q(ရုရှ ရူဘယ်),
3441             },
3442             },
3443             'RUR' => {
3444             display_name => {
3445             'currency' => q(ရုရှ ရူဘယ် \(၁၉၉၁–၁၉၉၈\)),
3446             },
3447             },
3448             'RWF' => {
3449             display_name => {
3450             'currency' => q(ရဝန်ဒါ ဖရန့်),
3451             'other' => q(ရဝန်ဒါ ဖရန့်),
3452             },
3453             },
3454             'SAR' => {
3455             display_name => {
3456             'currency' => q(ဆော်ဒီအာရေးဗီးယားရီယော်လ်),
3457             'other' => q(ဆော်ဒီအာရေးဗီးယားရီယော်လ်),
3458             },
3459             },
3460             'SBD' => {
3461             display_name => {
3462             'currency' => q(ဆော်လမွန်ကျွန်းစု ဒေါ်လာ),
3463             'other' => q(ဆော်လမွန်ကျွန်းစု ဒေါ်လာ),
3464             },
3465             },
3466             'SCR' => {
3467             display_name => {
3468             'currency' => q(ဆေးရှလ်ရူးပီး),
3469             'other' => q(ဆေးရှလ်ရူးပီး),
3470             },
3471             },
3472             'SDG' => {
3473             display_name => {
3474             'currency' => q(ဆူဒန် ပေါင်),
3475             'other' => q(ဆူဒန် ပေါင်),
3476             },
3477             },
3478             'SDP' => {
3479             display_name => {
3480             'currency' => q(ဆူဒန် ပေါင်အဟောင်း),
3481             },
3482             },
3483             'SEK' => {
3484             display_name => {
3485             'currency' => q(ဆွီဒင် ခရိုဏာ),
3486             'other' => q(ဆွီဒင် ခရိုဏာ),
3487             },
3488             },
3489             'SGD' => {
3490             display_name => {
3491             'currency' => q(စင်္ကာပူ ဒေါ်လာ),
3492             'other' => q(စင်္ကာပူ ဒေါ်လာ),
3493             },
3494             },
3495             'SHP' => {
3496             symbol => 'SHP',
3497             display_name => {
3498             'currency' => q(စိန့်ဟဲလီနာ ပေါင်),
3499             'other' => q(စိန့်ဟဲလီနာ ပေါင်),
3500             },
3501             },
3502             'SLL' => {
3503             symbol => 'SLL',
3504             display_name => {
3505             'currency' => q(ဆီအဲရာ လီအိုနီယန် လီအိုနီ),
3506             'other' => q(ဆီအဲရာ လီအိုနီယန် လီအိုနီ),
3507             },
3508             },
3509             'SOS' => {
3510             display_name => {
3511             'currency' => q(ဆိုမာလီသျှီလင်),
3512             'other' => q(ဆိုမာလီသျှီလင်),
3513             },
3514             },
3515             'SRD' => {
3516             display_name => {
3517             'currency' => q(ဆူရီနိမ်း ဒေါ်လာ),
3518             'other' => q(ဆူရီနိမ်း ဒေါ်လာ),
3519             },
3520             },
3521             'SSP' => {
3522             display_name => {
3523             'currency' => q(တောင်ဆူဒန်ပေါင်),
3524             'other' => q(တောင်ဆူဒန်ပေါင်),
3525             },
3526             },
3527             'STD' => {
3528             display_name => {
3529             'currency' => q(စိန့်တိုမီနှင့်ပရင်စီပ့် ဒိုဘရာ),
3530             'other' => q(စိန့်တိုမီနှင့်ပရင်စီပ့် ဒိုဘရာ),
3531             },
3532             },
3533             'SUR' => {
3534             display_name => {
3535             'currency' => q(ဆိုဗီယက် ရူဗယ်),
3536             },
3537             },
3538             'SYP' => {
3539             display_name => {
3540             'currency' => q(ဆီးရီးယား ပေါင်),
3541             'other' => q(ဆီးရီးယား ပေါင်),
3542             },
3543             },
3544             'SZL' => {
3545             display_name => {
3546             'currency' => q(စွာဇီလန်လီလန်းဂီနီ),
3547             'other' => q(စွာဇီလန်လီလန်းဂီနီ),
3548             },
3549             },
3550             'THB' => {
3551             symbol => '฿',
3552             display_name => {
3553             'currency' => q(ထိုင်းဘတ်),
3554             'other' => q(ထိုင်းဘတ်),
3555             },
3556             },
3557             'TJS' => {
3558             display_name => {
3559             'currency' => q(တာဂျီကစ္စတန်ဆိုမိုနီ),
3560             'other' => q(တာဂျီကစ္စတန်ဆိုမိုနီ),
3561             },
3562             },
3563             'TMT' => {
3564             display_name => {
3565             'currency' => q(တာခ်မီန့စ်တန်မာနတ်),
3566             'other' => q(တာခ်မီန့စ်တန်မာနတ်),
3567             },
3568             },
3569             'TND' => {
3570             display_name => {
3571             'currency' => q(တူနီရှားဒီနာ),
3572             'other' => q(တူနီရှားဒီနာ),
3573             },
3574             },
3575             'TOP' => {
3576             display_name => {
3577             'currency' => q(တွန်ဂါဗန်ဂါ),
3578             'other' => q(တွန်ဂါဗန်ဂါ),
3579             },
3580             },
3581             'TRL' => {
3582             display_name => {
3583             'currency' => q(ရှေးဟောင်းတူရကီ လိုင်ရာ),
3584             },
3585             },
3586             'TRY' => {
3587             display_name => {
3588             'currency' => q(တူရကီ လိုင်ရာ),
3589             'other' => q(တူရကီ လိုင်ရာ),
3590             },
3591             },
3592             'TTD' => {
3593             display_name => {
3594             'currency' => q(ထရိုင်နီဒတ်နှင့်တိုဘာဂိုဒေါ်လာ),
3595             'other' => q(တရီနာဒတ်နှင့်တိုဘာဂိုဒေါ်လာ),
3596             },
3597             },
3598             'TWD' => {
3599             symbol => 'NT$',
3600             display_name => {
3601             'currency' => q(ထိုင်ဝမ် ဒေါ်လာအသစ်),
3602             'other' => q(ထိုင်ဝမ် ဒေါ်လာအသစ်),
3603             },
3604             },
3605             'TZS' => {
3606             display_name => {
3607             'currency' => q(တန်ဇန်းနီးယားသျှီလင်),
3608             'other' => q(တန်ဇန်းနီးယားသျှီလင်),
3609             },
3610             },
3611             'UAH' => {
3612             display_name => {
3613             'currency' => q(ယူကရိန်း),
3614             'other' => q(ယ),
3615             },
3616             },
3617             'UGX' => {
3618             display_name => {
3619             'currency' => q(ယူဂန္ဓာသျှီလင်),
3620             'other' => q(ယူဂန္ဓာသျှီလင်),
3621             },
3622             },
3623             'USD' => {
3624             symbol => 'US$',
3625             display_name => {
3626             'currency' => q(အမေရိကန် ဒေါ်လာ),
3627             'other' => q(အမေရိကန် ဒေါ်လာ),
3628             },
3629             },
3630             'USN' => {
3631             display_name => {
3632             'currency' => q(အမေရိကန် ဒေါ်လာ \(နောက်နေ့\)),
3633             },
3634             },
3635             'USS' => {
3636             display_name => {
3637             'currency' => q(အမေရိကန် ဒေါ်လာ \(တနေ့တည်း\)),
3638             },
3639             },
3640             'UYU' => {
3641             display_name => {
3642             'currency' => q(ဥရုဂွေးပီဆို),
3643             'other' => q(ဥရုဂွေးပီဆို),
3644             },
3645             },
3646             'UZS' => {
3647             display_name => {
3648             'currency' => q(ဥဘက်ကစ္စတန်ဆော်မ်),
3649             'other' => q(ဥဘက်ကစ္စတန်ဆော်မ်),
3650             },
3651             },
3652             'VEF' => {
3653             display_name => {
3654             'currency' => q(ဗင်နီဇွဲလား ဘိုလီဗာ),
3655             'other' => q(ဗင်နီဇွဲလား ဘိုလီဗာ),
3656             },
3657             },
3658             'VND' => {
3659             symbol => 'â‚«',
3660             display_name => {
3661             'currency' => q(ဗီယက်နမ် ဒေါင်),
3662             'other' => q(ဗီယက်နမ် ဒေါင်),
3663             },
3664             },
3665             'VUV' => {
3666             display_name => {
3667             'currency' => q(ဗာနုအာတူဗားထူ),
3668             'other' => q(ဗာနုအာတူဗားထူ),
3669             },
3670             },
3671             'WST' => {
3672             display_name => {
3673             'currency' => q(စမိုအထားလာ),
3674             'other' => q(စမိုအထားလာ),
3675             },
3676             },
3677             'XAF' => {
3678             symbol => 'FCFA',
3679             display_name => {
3680             'currency' => q(ကင်မရွန်းဖရန့်),
3681             'other' => q(ကင်မရွန်းဖရန့်),
3682             },
3683             },
3684             'XAG' => {
3685             display_name => {
3686             'currency' => q(ငွေ),
3687             },
3688             },
3689             'XAU' => {
3690             display_name => {
3691             'currency' => q(ရွှေ),
3692             },
3693             },
3694             'XBB' => {
3695             display_name => {
3696             'currency' => q(ဥရောပငွေကြေးစံနစ်),
3697             },
3698             },
3699             'XCD' => {
3700             symbol => 'EC$',
3701             display_name => {
3702             'currency' => q(အရှေ့ကာရီဘီယံဒေါ်လာ),
3703             'other' => q(အရှေ့ကာရီဘီယံဒေါ်လာ),
3704             },
3705             },
3706             'XDR' => {
3707             display_name => {
3708             'currency' => q(အထူးထုတ်ယူခွင့်),
3709             },
3710             },
3711             'XOF' => {
3712             symbol => 'CFA',
3713             display_name => {
3714             'currency' => q(အိုင်ဗရီးကိုးစ်ဖရန့်),
3715             'other' => q(အိုင်ဗရီးကိုးစ်ဖရန့်),
3716             },
3717             },
3718             'XPF' => {
3719             symbol => 'CFPF',
3720             display_name => {
3721             'currency' => q(CFP ဖရန့်),
3722             'other' => q(CFP ဖရန့်),
3723             },
3724             },
3725             'XPT' => {
3726             display_name => {
3727             'currency' => q(ပလက်တီနမ်),
3728             },
3729             },
3730             'XTS' => {
3731             display_name => {
3732             'currency' => q(စမ်းသပ် ငွေကြေး ကုဒ်),
3733             },
3734             },
3735             'XXX' => {
3736             display_name => {
3737             'currency' => q(မသိသို့မဟုတ်မရှိသောငွေကြေး),
3738             'other' => q(မသိ သို့မဟုတ် မရှိသော ငွေကြေး),
3739             },
3740             },
3741             'YER' => {
3742             display_name => {
3743             'currency' => q(ယီမင်ရီအော်လ်),
3744             'other' => q(ယီမင်ရီအော်လ်),
3745             },
3746             },
3747             'ZAR' => {
3748             display_name => {
3749             'currency' => q(တောင်အဖရိက ရန်း),
3750             'other' => q(တောင်အဖရိက ရန်း),
3751             },
3752             },
3753             'ZMW' => {
3754             display_name => {
3755             'currency' => q(ဇင်ဘာဘွေခွါးချာ),
3756             'other' => q(ဇင်ဘာဘွေခွါးချာ),
3757             },
3758             },
3759             'ZWD' => {
3760             display_name => {
3761             'currency' => q(ဇင်ဘာဘွေ ဒေါ်လာ),
3762             },
3763             },
3764             } },
3765             );
3766              
3767              
3768             has 'calendar_months' => (
3769             is => 'ro',
3770             isa => HashRef,
3771             init_arg => undef,
3772             default => sub { {
3773             'gregorian' => {
3774             'format' => {
3775             abbreviated => {
3776             nonleap => [
3777             'ဇန်',
3778             'ဖေ',
3779             'မတ်',
3780             'ဧပြီ',
3781             'မေ',
3782             'ဇွန်',
3783             'ဇူ',
3784             'ဩ',
3785             'စက်',
3786             'အောက်',
3787             'နို',
3788             'ဒီ'
3789             ],
3790             leap => [
3791            
3792             ],
3793             },
3794             narrow => {
3795             nonleap => [
3796             'ဇ',
3797             'ဖ',
3798             'မ',
3799             'ဧ',
3800             'မ',
3801             'ဇ',
3802             'ဇ',
3803             'ဩ',
3804             'စ',
3805             'အ',
3806             'န',
3807             'ဒ'
3808             ],
3809             leap => [
3810            
3811             ],
3812             },
3813             wide => {
3814             nonleap => [
3815             'ဇန်နဝါရီ',
3816             'ဖေဖော်ဝါရီ',
3817             'မတ်',
3818             'ဧပြီ',
3819             'မေ',
3820             'ဇွန်',
3821             'ဇူလိုင်',
3822             'ဩဂုတ်',
3823             'စက်တင်ဘာ',
3824             'အောက်တိုဘာ',
3825             'နိုဝင်ဘာ',
3826             'ဒီဇင်ဘာ'
3827             ],
3828             leap => [
3829            
3830             ],
3831             },
3832             },
3833             'stand-alone' => {
3834             abbreviated => {
3835             nonleap => [
3836             'ဇန်',
3837             'ဖေ',
3838             'မတ်',
3839             'ဧပြီ',
3840             'မေ',
3841             'ဇွန်',
3842             'ဇူ',
3843             'ဩ',
3844             'စက်',
3845             'အောက်',
3846             'နို',
3847             'ဒီ'
3848             ],
3849             leap => [
3850            
3851             ],
3852             },
3853             narrow => {
3854             nonleap => [
3855             'ဇ',
3856             'ဖ',
3857             'မ',
3858             'ဧ',
3859             'မ',
3860             'ဇ',
3861             'ဇ',
3862             'ဩ',
3863             'စ',
3864             'အ',
3865             'န',
3866             'ဒ'
3867             ],
3868             leap => [
3869            
3870             ],
3871             },
3872             wide => {
3873             nonleap => [
3874             'ဇန်နဝါရီ',
3875             'ဖေဖော်ဝါရီ',
3876             'မတ်',
3877             'ဧပြီ',
3878             'မေ',
3879             'ဇွန်',
3880             'ဇူလိုင်',
3881             'ဩဂုတ်',
3882             'စက်တင်ဘာ',
3883             'အောက်တိုဘာ',
3884             'နိုဝင်ဘာ',
3885             'ဒီဇင်ဘာ'
3886             ],
3887             leap => [
3888            
3889             ],
3890             },
3891             },
3892             },
3893             } },
3894             );
3895              
3896             has 'calendar_days' => (
3897             is => 'ro',
3898             isa => HashRef,
3899             init_arg => undef,
3900             default => sub { {
3901             'gregorian' => {
3902             'format' => {
3903             abbreviated => {
3904             mon => 'တနင်္လာ',
3905             tue => 'အင်္ဂါ',
3906             wed => 'ဗုဒ္ဓဟူး',
3907             thu => 'ကြာသပတေး',
3908             fri => 'သောကြာ',
3909             sat => 'စနေ',
3910             sun => 'တနင်္ဂနွေ'
3911             },
3912             narrow => {
3913             mon => 'တ',
3914             tue => 'အ',
3915             wed => 'ဗ',
3916             thu => 'က',
3917             fri => 'သ',
3918             sat => 'စ',
3919             sun => 'တ'
3920             },
3921             short => {
3922             mon => 'တနင်္လာ',
3923             tue => 'အင်္ဂါ',
3924             wed => 'ဗုဒ္ဓဟူး',
3925             thu => 'ကြာသပတေး',
3926             fri => 'သောကြာ',
3927             sat => 'စနေ',
3928             sun => 'တနင်္ဂနွေ'
3929             },
3930             wide => {
3931             mon => 'တနင်္လာ',
3932             tue => 'အင်္ဂါ',
3933             wed => 'ဗုဒ္ဓဟူး',
3934             thu => 'ကြာသပတေး',
3935             fri => 'သောကြာ',
3936             sat => 'စနေ',
3937             sun => 'တနင်္ဂနွေ'
3938             },
3939             },
3940             'stand-alone' => {
3941             abbreviated => {
3942             mon => 'တနင်္လာ',
3943             tue => 'အင်္ဂါ',
3944             wed => 'ဗုဒ္ဓဟူး',
3945             thu => 'ကြာသပတေး',
3946             fri => 'သောကြာ',
3947             sat => 'စနေ',
3948             sun => 'တနင်္ဂနွေ'
3949             },
3950             narrow => {
3951             mon => 'တ',
3952             tue => 'အ',
3953             wed => 'ဗ',
3954             thu => 'က',
3955             fri => 'သ',
3956             sat => 'စ',
3957             sun => 'တ'
3958             },
3959             short => {
3960             mon => 'တနင်္လာ',
3961             tue => 'အင်္ဂါ',
3962             wed => 'ဗုဒ္ဓဟူး',
3963             thu => 'ကြာသပတေး',
3964             fri => 'သောကြာ',
3965             sat => 'စနေ',
3966             sun => 'တနင်္ဂနွေ'
3967             },
3968             wide => {
3969             mon => 'တနင်္လာ',
3970             tue => 'အင်္ဂါ',
3971             wed => 'ဗုဒ္ဓဟူး',
3972             thu => 'ကြာသပတေး',
3973             fri => 'သောကြာ',
3974             sat => 'စနေ',
3975             sun => 'တနင်္ဂနွေ'
3976             },
3977             },
3978             },
3979             } },
3980             );
3981              
3982             has 'calendar_quarters' => (
3983             is => 'ro',
3984             isa => HashRef,
3985             init_arg => undef,
3986             default => sub { {
3987             'gregorian' => {
3988             'format' => {
3989             abbreviated => {0 => 'ပထမ သုံးလပတ်',
3990             1 => 'ဒုတိယ သုံးလပတ်',
3991             2 => 'တတိယ သုံးလပတ်',
3992             3 => 'စတုတ္ထ သုံးလပတ်'
3993             },
3994             narrow => {0 => 'ပ',
3995             1 => 'ဒု',
3996             2 => 'တ',
3997             3 => 'စ'
3998             },
3999             wide => {0 => 'ပထမ သုံးလပတ်',
4000             1 => 'ဒုတိယ သုံးလပတ်',
4001             2 => 'တတိယ သုံးလပတ်',
4002             3 => 'စတုတ္ထ သုံးလပတ်'
4003             },
4004             },
4005             'stand-alone' => {
4006             abbreviated => {0 => 'ပထမ သုံးလပတ်',
4007             1 => 'ဒုတိယ သုံးလပတ်',
4008             2 => 'တတိယ သုံးလပတ်',
4009             3 => 'စတုတ္ထ သုံးလပတ်'
4010             },
4011             narrow => {0 => 'ပ',
4012             1 => 'ဒု',
4013             2 => 'တ',
4014             3 => 'စ'
4015             },
4016             wide => {0 => 'ပထမ သုံးလပတ်',
4017             1 => 'ဒုတိယ သုံးလပတ်',
4018             2 => 'တတိယ သုံးလပတ်',
4019             3 => 'စတုတ္ထ သုံးလပတ်'
4020             },
4021             },
4022             },
4023             } },
4024             );
4025              
4026             has 'day_period_data' => (
4027             is => 'ro',
4028             isa => CodeRef,
4029             init_arg => undef,
4030             default => sub { sub {
4031             # Time in hhmm format
4032             my ($self, $type, $time, $day_period_type) = @_;
4033             $day_period_type //= 'default';
4034             SWITCH:
4035             for ($type) {
4036             if ($_ eq 'gregorian') {
4037             if($day_period_type eq 'default') {
4038             return 'noon' if $time == 1200;
4039             return 'midnight' if $time == 0;
4040             return 'evening1' if $time >= 1600
4041             && $time < 1900;
4042             return 'night1' if $time >= 1900
4043             && $time < 2400;
4044             return 'morning1' if $time >= 0
4045             && $time < 1200;
4046             return 'afternoon1' if $time >= 1200
4047             && $time < 1600;
4048             }
4049             if($day_period_type eq 'selection') {
4050             return 'morning1' if $time >= 0
4051             && $time < 1200;
4052             return 'afternoon1' if $time >= 1200
4053             && $time < 1600;
4054             return 'night1' if $time >= 1900
4055             && $time < 2400;
4056             return 'evening1' if $time >= 1600
4057             && $time < 1900;
4058             }
4059             last SWITCH;
4060             }
4061             if ($_ eq 'generic') {
4062             if($day_period_type eq 'default') {
4063             return 'noon' if $time == 1200;
4064             return 'midnight' if $time == 0;
4065             return 'evening1' if $time >= 1600
4066             && $time < 1900;
4067             return 'night1' if $time >= 1900
4068             && $time < 2400;
4069             return 'morning1' if $time >= 0
4070             && $time < 1200;
4071             return 'afternoon1' if $time >= 1200
4072             && $time < 1600;
4073             }
4074             if($day_period_type eq 'selection') {
4075             return 'morning1' if $time >= 0
4076             && $time < 1200;
4077             return 'afternoon1' if $time >= 1200
4078             && $time < 1600;
4079             return 'night1' if $time >= 1900
4080             && $time < 2400;
4081             return 'evening1' if $time >= 1600
4082             && $time < 1900;
4083             }
4084             last SWITCH;
4085             }
4086             }
4087             } },
4088             );
4089              
4090             around day_period_data => sub {
4091             my ($orig, $self) = @_;
4092             return $self->$orig;
4093             };
4094              
4095             has 'day_periods' => (
4096             is => 'ro',
4097             isa => HashRef,
4098             init_arg => undef,
4099             default => sub { {
4100             'gregorian' => {
4101             'format' => {
4102             'narrow' => {
4103             'midnight' => q{ညသန်းခေါင်ယံ},
4104             'morning1' => q{မနက်၁},
4105             'afternoon1' => q{နေ့လည်ခင်း၁},
4106             'pm' => q{ညနေ},
4107             'night1' => q{ည၁},
4108             'noon' => q{မွန်းတည့်},
4109             'evening1' => q{ညနေခင်း၁},
4110             'am' => q{နံနက်},
4111             },
4112             'wide' => {
4113             'evening1' => q{ညနေခင်းတွင်},
4114             'noon' => q{မွန်းတည့်},
4115             'am' => q{နံနက်},
4116             'afternoon1' => q{နေ့လည်ခင်းတွင်},
4117             'pm' => q{ညနေ},
4118             'morning1' => q{မနက်တွင်},
4119             'night1' => q{ညတွင်},
4120             'midnight' => q{ညသန်းခေါင်ယံ},
4121             },
4122             'abbreviated' => {
4123             'am' => q{နံနက်},
4124             'evening1' => q{ညနေခင်းတွင်},
4125             'noon' => q{မွန်းတည့်},
4126             'night1' => q{ညတွင်},
4127             'pm' => q{ညနေ},
4128             'afternoon1' => q{နေ့လည်ခင်းတွင်},
4129             'morning1' => q{မနက်တွင်},
4130             'midnight' => q{ညသန်းခေါင်ယံ},
4131             },
4132             },
4133             'stand-alone' => {
4134             'wide' => {
4135             'midnight' => q{သန်းခေါင်ယံ},
4136             'night1' => q{ည},
4137             'morning1' => q{နံနက်},
4138             'pm' => q{ညနေ},
4139             'afternoon1' => q{နေ့လည်},
4140             'am' => q{နံနက်},
4141             'noon' => q{မွန်းတည့်},
4142             'evening1' => q{ညနေ},
4143             },
4144             'narrow' => {
4145             'morning1' => q{နံနက်},
4146             'afternoon1' => q{နေ့လည်},
4147             'pm' => q{ညနေ},
4148             'night1' => q{ည},
4149             'noon' => q{မွန်းတည့်},
4150             'evening1' => q{ညနေ},
4151             'am' => q{နံနက်},
4152             'midnight' => q{သန်းခေါင်ယံ},
4153             },
4154             'abbreviated' => {
4155             'noon' => q{မွန်းတည့်},
4156             'evening1' => q{ညနေ},
4157             'am' => q{နံနက်},
4158             'morning1' => q{နံနက်},
4159             'afternoon1' => q{နေ့လည်},
4160             'pm' => q{ညနေ},
4161             'night1' => q{ည},
4162             'midnight' => q{သန်းခေါင်ယံ},
4163             },
4164             },
4165             },
4166             } },
4167             );
4168              
4169             has 'eras' => (
4170             is => 'ro',
4171             isa => HashRef,
4172             init_arg => undef,
4173             default => sub { {
4174             'generic' => {
4175             },
4176             'gregorian' => {
4177             abbreviated => {
4178             '0' => 'ဘီစီ',
4179             '1' => 'အေဒီ'
4180             },
4181             wide => {
4182             '0' => 'ခရစ်တော် မပေါ်မီကာလ',
4183             '1' => 'ခရစ်တော် ပေါ်ထွန်းပြီးကာလ'
4184             },
4185             },
4186             } },
4187             );
4188              
4189             has 'date_formats' => (
4190             is => 'ro',
4191             isa => HashRef,
4192             init_arg => undef,
4193             default => sub { {
4194             'generic' => {
4195             'full' => q{EEEE၊ G dd MMMM y},
4196             'long' => q{G dd MMMM y},
4197             'medium' => q{G d MMM y},
4198             'short' => q{GGGGG dd-MM-yy},
4199             },
4200             'gregorian' => {
4201             'full' => q{EEEE၊ dd MMMM y},
4202             'long' => q{d MMMM y},
4203             'medium' => q{d MMM y},
4204             'short' => q{dd-MM-yy},
4205             },
4206             } },
4207             );
4208              
4209             has 'time_formats' => (
4210             is => 'ro',
4211             isa => HashRef,
4212             init_arg => undef,
4213             default => sub { {
4214             'generic' => {
4215             },
4216             'gregorian' => {
4217             'full' => q{HH:mm:ss zzzz},
4218             'long' => q{HH:mm:ss z},
4219             'medium' => q{HH:mm:ss},
4220             'short' => q{HH:mm},
4221             },
4222             } },
4223             );
4224              
4225             has 'datetime_formats' => (
4226             is => 'ro',
4227             isa => HashRef,
4228             init_arg => undef,
4229             default => sub { {
4230             'generic' => {
4231             'full' => q{{1} {0}တွင်},
4232             'long' => q{{1} {0}တွင်},
4233             'medium' => q{{1} {0}},
4234             'short' => q{{1} {0}},
4235             },
4236             'gregorian' => {
4237             'full' => q{{1}မှာ {0}},
4238             'long' => q{{1} {0}},
4239             'medium' => q{{1} {0}},
4240             'short' => q{{1} {0}},
4241             },
4242             } },
4243             );
4244              
4245             has 'datetime_formats_available_formats' => (
4246             is => 'ro',
4247             isa => HashRef,
4248             init_arg => undef,
4249             default => sub { {
4250             'gregorian' => {
4251             E => q{ccc},
4252             EHm => q{E HH:mm},
4253             EHms => q{E HH:mm:ss},
4254             Ed => q{E၊ d},
4255             Ehm => q{E h:mm a},
4256             Ehms => q{E h:mm:ss a},
4257             Gy => q{G y},
4258             GyMMM => q{G MMM y},
4259             GyMMMEd => q{E၊ G d MMM y},
4260             GyMMMd => q{G d MMM y},
4261             H => q{HH},
4262             Hm => q{HH:mm},
4263             Hms => q{HH:mm:ss},
4264             Hmsv => q{HH:mm:ss v},
4265             Hmv => q{HH:mm v},
4266             M => q{L},
4267             MEd => q{E၊ d/M},
4268             MMM => q{LLL},
4269             MMMEd => q{E၊ d MMM},
4270             MMMMEd => q{E၊ d MMMM},
4271             MMMMd => q{d MMMM},
4272             MMMd => q{d MMM},
4273             Md => q{d/M},
4274             d => q{d},
4275             h => q{h a},
4276             hm => q{h:mm a},
4277             hms => q{h:mm:ss a},
4278             hmsv => q{h:mm:ss a v},
4279             hmv => q{h:mm a v},
4280             ms => q{mm:ss},
4281             y => q{y},
4282             yM => q{M/y},
4283             yMEd => q{E၊ d-M-y},
4284             yMMM => q{MMM y},
4285             yMMMEd => q{E၊ d MMM y},
4286             yMMMM => q{MMMM y},
4287             yMMMd => q{d MMM y},
4288             yMd => q{dd-MM-y},
4289             yQQQ => q{QQQ y},
4290             yQQQQ => q{QQQQ y},
4291             },
4292             'generic' => {
4293             E => q{ccc},
4294             Ed => q{E၊ d},
4295             Gy => q{G y},
4296             GyMMM => q{G MMM y},
4297             GyMMMEd => q{E၊ G d MMM y},
4298             GyMMMd => q{G d MMM y},
4299             H => q{HH},
4300             Hm => q{HH:mm},
4301             Hms => q{HH:mm:ss},
4302             M => q{L},
4303             MEd => q{E၊ d/M},
4304             MMM => q{LLL},
4305             MMMEd => q{E၊ d MMM},
4306             MMMMEd => q{E၊ d MMMM},
4307             MMMMd => q{d MMMM},
4308             MMMd => q{d MMM},
4309             Md => q{d/M},
4310             d => q{d},
4311             ms => q{mm:ss},
4312             y => q{G y},
4313             yyyy => q{G y},
4314             yyyyM => q{G M/y},
4315             yyyyMEd => q{E၊ G d/M/y},
4316             yyyyMMM => q{G MMM y},
4317             yyyyMMMEd => q{E၊ G d MMM y},
4318             yyyyMMMM => q{G MMMM y},
4319             yyyyMMMd => q{G d MMM y},
4320             yyyyMd => q{GGGGG dd-MM-y},
4321             yyyyQQQ => q{G QQQ y},
4322             yyyyQQQQ => q{G QQQQ y},
4323             },
4324             } },
4325             );
4326              
4327             has 'datetime_formats_append_item' => (
4328             is => 'ro',
4329             isa => HashRef,
4330             init_arg => undef,
4331             default => sub { {
4332             'gregorian' => {
4333             'Timezone' => '{0} {1}',
4334             },
4335             } },
4336             );
4337              
4338             has 'datetime_formats_interval' => (
4339             is => 'ro',
4340             isa => HashRef,
4341             init_arg => undef,
4342             default => sub { {
4343             'gregorian' => {
4344             H => {
4345             H => q{HH–HH},
4346             },
4347             Hm => {
4348             H => q{HH:mm–HH:mm},
4349             m => q{HH:mm–HH:mm},
4350             },
4351             Hmv => {
4352             H => q{HH:mm–HH:mm v},
4353             m => q{HH:mm–HH:mm v},
4354             },
4355             Hv => {
4356             H => q{HH–HH v},
4357             },
4358             M => {
4359             M => q{M–M},
4360             },
4361             MEd => {
4362             M => q{EEEE၊ d/M – EEEE၊ d/M},
4363             d => q{EEEE၊ d/M – EEEE၊ d/M},
4364             },
4365             MMM => {
4366             M => q{MMM – MMM},
4367             },
4368             MMMEd => {
4369             M => q{d MMM၊ EEEE – d MMM၊ EEEE},
4370             d => q{d MMM၊ EEEE – d MMM၊ EEEE},
4371             },
4372             MMMd => {
4373             M => q{d MMM – d MMM},
4374             d => q{d MMM – d MMM},
4375             },
4376             Md => {
4377             M => q{d/M – d/M},
4378             d => q{d/M – d/M},
4379             },
4380             d => {
4381             d => q{d–d},
4382             },
4383             fallback => '{0} – {1}',
4384             h => {
4385             a => q{h a – h a},
4386             h => q{h–h a},
4387             },
4388             hm => {
4389             a => q{h:mm a – h:mm a},
4390             h => q{h:mm–h:mm a},
4391             m => q{h:mm–h:mm a},
4392             },
4393             hmv => {
4394             a => q{h:mm a – h:mm a v},
4395             h => q{h:mm–h:mm a v},
4396             m => q{h:mm–h:mm a v},
4397             },
4398             hv => {
4399             a => q{h a – h a v},
4400             h => q{h–h a v},
4401             },
4402             y => {
4403             y => q{y–y},
4404             },
4405             yM => {
4406             M => q{M/y – M/y},
4407             y => q{M/y – M/y},
4408             },
4409             yMEd => {
4410             M => q{EEEE၊ d/M/y – EEEE၊ d/M/y},
4411             d => q{EEEE၊ d/M/y – EEEE၊ d/M/y},
4412             y => q{EEEE၊ d/M/y – EEEE၊ d/M/y},
4413             },
4414             yMMM => {
4415             M => q{MMM y – MMM y},
4416             y => q{MMM y – MMM y},
4417             },
4418             yMMMEd => {
4419             M => q{d MMM၊ EEEE – d MMM၊ y၊ EEEE},
4420             d => q{d MMM၊ EEEE – d MMM၊ y၊ EEEE},
4421             y => q{d MMM၊ y၊ EEEE – d MMM၊ y၊ EEEE},
4422             },
4423             yMMMM => {
4424             M => q{MMMM–MMMM y},
4425             y => q{MMMM y – MMMM y},
4426             },
4427             yMMMd => {
4428             M => q{d MMM – d MMM၊ y},
4429             d => q{d–d MMM y},
4430             y => q{d MMM y– d MMM y},
4431             },
4432             yMd => {
4433             M => q{d/M/y – d/M/y},
4434             d => q{d/M/y – d/M/y},
4435             y => q{d/M/y – d/M/y},
4436             },
4437             },
4438             'generic' => {
4439             H => {
4440             H => q{HH–HH},
4441             },
4442             Hm => {
4443             H => q{HH:mm–HH:mm},
4444             m => q{HH:mm–HH:mm},
4445             },
4446             Hmv => {
4447             H => q{HH:mm–HH:mm v},
4448             m => q{HH:mm–HH:mm v},
4449             },
4450             Hv => {
4451             H => q{HH–HH v},
4452             },
4453             M => {
4454             M => q{M–M},
4455             },
4456             MEd => {
4457             M => q{EEEE၊ d/M – EEEE၊ d/M},
4458             d => q{EEEE၊ d/M – EEEE၊ d/M},
4459             },
4460             MMM => {
4461             M => q{MMM – MMM},
4462             },
4463             MMMEd => {
4464             M => q{d MMM၊ EEEE – d MMM၊ EEEE},
4465             d => q{d MMM၊ EEEE – d MMM၊ EEEE},
4466             },
4467             MMMd => {
4468             M => q{d MMM – d MMM},
4469             d => q{d–d MMM},
4470             },
4471             Md => {
4472             M => q{d/M – d/M},
4473             d => q{d/M – d/M},
4474             },
4475             d => {
4476             d => q{d–d},
4477             },
4478             fallback => '{0} – {1}',
4479             h => {
4480             a => q{h a – h a},
4481             h => q{h–h a},
4482             },
4483             hm => {
4484             a => q{h:mm a – h:mm a},
4485             h => q{h:mm–h:mm a},
4486             m => q{h:mm–h:mm a},
4487             },
4488             hmv => {
4489             a => q{h:mm a – h:mm a v},
4490             h => q{h:mm–h:mm a v},
4491             m => q{h:mm–h:mm a v},
4492             },
4493             hv => {
4494             a => q{h a – h a v},
4495             h => q{h–h a v},
4496             },
4497             y => {
4498             y => q{G y–y},
4499             },
4500             yM => {
4501             M => q{G M/y – M/y},
4502             y => q{G M/y – M/y},
4503             },
4504             yMEd => {
4505             M => q{EEEE၊ G d/M/y – EEEE၊ d/M/y},
4506             d => q{EEEE၊ G d/M/y – EEEE၊ d/M/y},
4507             y => q{EEEE၊ G d/M/y – EEEE၊ d/M/y},
4508             },
4509             yMMM => {
4510             M => q{G MMM y – MMM y},
4511             y => q{G MMM y – MMM y},
4512             },
4513             yMMMEd => {
4514             M => q{d MMM၊ EEEE – d MMM၊ y ၊ EEEE},
4515             d => q{d MMM၊ EEEE – d MMM၊ y ၊ EEEE},
4516             y => q{d MMM၊ EEEE – y၊ d MMM၊ y ၊EEEE},
4517             },
4518             yMMMM => {
4519             M => q{G MMMM–MMMM y},
4520             y => q{G MMMM y – MMMM y},
4521             },
4522             yMMMd => {
4523             M => q{G d MMM – d MMM၊ y},
4524             d => q{G d–d MMM y},
4525             y => q{G d MMM y – d MMM y},
4526             },
4527             yMd => {
4528             M => q{G d/M/y – d/M/y},
4529             d => q{G d/M/y – d/M/y},
4530             y => q{G d/M/y – d/M/y},
4531             },
4532             },
4533             } },
4534             );
4535              
4536             has 'time_zone_names' => (
4537             is => 'ro',
4538             isa => HashRef,
4539             init_arg => undef,
4540             default => sub { {
4541             hourFormat => q(+HH:mm;-HH:mm),
4542             gmtFormat => q(ဂရင်းနစ်စံတော်ချိန်{0}),
4543             gmtZeroFormat => q(ဂရင်းနစ်စံတော်ချိန်),
4544             regionFormat => q({0}အချိန်),
4545             regionFormat => q({0} (+1)),
4546             regionFormat => q({0} (စံတော်ချိန်)),
4547             fallbackFormat => q({1} ({0})),
4548             'Afghanistan' => {
4549             long => {
4550             'standard' => q(အာဖဂန်နစ္စတန် အချိန်),
4551             },
4552             },
4553             'Africa/Abidjan' => {
4554             exemplarCity => q#အာဘီဂျွန်း#,
4555             },
4556             'Africa/Accra' => {
4557             exemplarCity => q#အက်ကရာ#,
4558             },
4559             'Africa/Addis_Ababa' => {
4560             exemplarCity => q#အားဒစ် အားဘဘာ#,
4561             },
4562             'Africa/Algiers' => {
4563             exemplarCity => q#အယ်လ်ဂျီးအားစ်#,
4564             },
4565             'Africa/Asmera' => {
4566             exemplarCity => q#အားစ်မားရာ#,
4567             },
4568             'Africa/Bamako' => {
4569             exemplarCity => q#ဘာမာကို#,
4570             },
4571             'Africa/Bangui' => {
4572             exemplarCity => q#ဘာန်ဂီး#,
4573             },
4574             'Africa/Banjul' => {
4575             exemplarCity => q#ဘန်ဂျုးလ်#,
4576             },
4577             'Africa/Bissau' => {
4578             exemplarCity => q#ဘီစာအို#,
4579             },
4580             'Africa/Blantyre' => {
4581             exemplarCity => q#ဘလန်တိုင်းအာ#,
4582             },
4583             'Africa/Brazzaville' => {
4584             exemplarCity => q#ဘရားဇာဗီးလ်#,
4585             },
4586             'Africa/Bujumbura' => {
4587             exemplarCity => q#ဘူဂျွန်ဘူးရာ#,
4588             },
4589             'Africa/Cairo' => {
4590             exemplarCity => q#ကိုင်ရို#,
4591             },
4592             'Africa/Casablanca' => {
4593             exemplarCity => q#ကာစာဘလန်ကာ#,
4594             },
4595             'Africa/Ceuta' => {
4596             exemplarCity => q#ဆီရူးတာ#,
4597             },
4598             'Africa/Conakry' => {
4599             exemplarCity => q#ခေါ်နာခရီး#,
4600             },
4601             'Africa/Dakar' => {
4602             exemplarCity => q#ဒါကာ#,
4603             },
4604             'Africa/Dar_es_Salaam' => {
4605             exemplarCity => q#ဒါအက်စ်ဆာလမ်း#,
4606             },
4607             'Africa/Djibouti' => {
4608             exemplarCity => q#ဂျီးဘူးတီ#,
4609             },
4610             'Africa/Douala' => {
4611             exemplarCity => q#ဒိုအူအာလာ#,
4612             },
4613             'Africa/El_Aaiun' => {
4614             exemplarCity => q#အယ်လ်အာယွန်း#,
4615             },
4616             'Africa/Freetown' => {
4617             exemplarCity => q#ဖရီးတောင်းန်#,
4618             },
4619             'Africa/Gaborone' => {
4620             exemplarCity => q#ဂါဘာရွန်းနီ#,
4621             },
4622             'Africa/Harare' => {
4623             exemplarCity => q#ဟာရားရဲယ်#,
4624             },
4625             'Africa/Johannesburg' => {
4626             exemplarCity => q#ဂျိုဟန်နက်စ်ဘခ်#,
4627             },
4628             'Africa/Juba' => {
4629             exemplarCity => q#ဂျုဘာ#,
4630             },
4631             'Africa/Kampala' => {
4632             exemplarCity => q#ခမ်ပါးလား#,
4633             },
4634             'Africa/Khartoum' => {
4635             exemplarCity => q#ကာတိုအန်#,
4636             },
4637             'Africa/Kigali' => {
4638             exemplarCity => q#ခီဂါးလီ#,
4639             },
4640             'Africa/Kinshasa' => {
4641             exemplarCity => q#ခင်ရှာစာ#,
4642             },
4643             'Africa/Lagos' => {
4644             exemplarCity => q#လာဂိုစ်#,
4645             },
4646             'Africa/Libreville' => {
4647             exemplarCity => q#လီဗရာဗီးလ်#,
4648             },
4649             'Africa/Lome' => {
4650             exemplarCity => q#လိုမီ#,
4651             },
4652             'Africa/Luanda' => {
4653             exemplarCity => q#လူအန်ဒါ#,
4654             },
4655             'Africa/Lubumbashi' => {
4656             exemplarCity => q#လူဘွန်းဘာရှီ#,
4657             },
4658             'Africa/Lusaka' => {
4659             exemplarCity => q#လူစားခါး#,
4660             },
4661             'Africa/Malabo' => {
4662             exemplarCity => q#မာလာဘို#,
4663             },
4664             'Africa/Maputo' => {
4665             exemplarCity => q#မာပူးတို#,
4666             },
4667             'Africa/Maseru' => {
4668             exemplarCity => q#မာဆူရူး#,
4669             },
4670             'Africa/Mbabane' => {
4671             exemplarCity => q#ဘားဘာန်း#,
4672             },
4673             'Africa/Mogadishu' => {
4674             exemplarCity => q#မော်ဂါဒီးသျုး#,
4675             },
4676             'Africa/Monrovia' => {
4677             exemplarCity => q#မွန်ရိုဗီအာ#,
4678             },
4679             'Africa/Nairobi' => {
4680             exemplarCity => q#နိုင်ရိုဘီ#,
4681             },
4682             'Africa/Ndjamena' => {
4683             exemplarCity => q#အင်ဂျာမီနာ#,
4684             },
4685             'Africa/Niamey' => {
4686             exemplarCity => q#ညာမဲယ်#,
4687             },
4688             'Africa/Nouakchott' => {
4689             exemplarCity => q#နိုအာ့ခ်ရှော့တ်#,
4690             },
4691             'Africa/Ouagadougou' => {
4692             exemplarCity => q#ဝါဂါဒူးဂူ#,
4693             },
4694             'Africa/Porto-Novo' => {
4695             exemplarCity => q#ပိုတို-နိုဗို#,
4696             },
4697             'Africa/Sao_Tome' => {
4698             exemplarCity => q#ဆာအို တိုမီ#,
4699             },
4700             'Africa/Tripoli' => {
4701             exemplarCity => q#ထရီပိုလီ#,
4702             },
4703             'Africa/Tunis' => {
4704             exemplarCity => q#တူနီစ်#,
4705             },
4706             'Africa/Windhoek' => {
4707             exemplarCity => q#ဗင်းဟူးခ်#,
4708             },
4709             'Africa_Central' => {
4710             long => {
4711             'standard' => q(အလယ်ပိုင်း အာဖရိက အချိန်),
4712             },
4713             },
4714             'Africa_Eastern' => {
4715             long => {
4716             'standard' => q(အရှေ့ပိုင်း အာဖရိက အချိန်),
4717             },
4718             },
4719             'Africa_Southern' => {
4720             long => {
4721             'standard' => q(တောင်အာဖရိက အချိန်),
4722             },
4723             },
4724             'Africa_Western' => {
4725             long => {
4726             'daylight' => q(အနောက်ပိုင်း အာဖရိက နွေရာသီ အချိန်),
4727             'generic' => q(အနောက်ပိုင်း အာဖရိက အချိန်),
4728             'standard' => q(အနောက်ပိုင်း အာဖရိက စံတော်ချိန်),
4729             },
4730             },
4731             'Alaska' => {
4732             long => {
4733             'daylight' => q(အလာစကာနေ့ပိုင်းအချိန်),
4734             'generic' => q(အလာစကာအချိန်),
4735             'standard' => q(အလာစကာစံတော်ချိန်),
4736             },
4737             },
4738             'Amazon' => {
4739             long => {
4740             'daylight' => q(အမေဇွန်နွေရာသီအချိန်),
4741             'generic' => q(အမေဇွန်အချိန်),
4742             'standard' => q(အမေဇွန်စံတော်ချိန်),
4743             },
4744             },
4745             'America/Adak' => {
4746             exemplarCity => q#အာဒခ်#,
4747             },
4748             'America/Anchorage' => {
4749             exemplarCity => q#အန်ကာရေ့ဂျ်#,
4750             },
4751             'America/Anguilla' => {
4752             exemplarCity => q#အန်ဂွီလာ#,
4753             },
4754             'America/Antigua' => {
4755             exemplarCity => q#အန်တီဂုအာ#,
4756             },
4757             'America/Araguaina' => {
4758             exemplarCity => q#အာရာဂွာအီနာ#,
4759             },
4760             'America/Argentina/La_Rioja' => {
4761             exemplarCity => q#လာ ရီအိုဂျာ#,
4762             },
4763             'America/Argentina/Rio_Gallegos' => {
4764             exemplarCity => q#ရီအို ဂါလီဂိုစ်#,
4765             },
4766             'America/Argentina/Salta' => {
4767             exemplarCity => q#ဆာလ်တာ#,
4768             },
4769             'America/Argentina/San_Juan' => {
4770             exemplarCity => q#စော့တ ဂျုအန်#,
4771             },
4772             'America/Argentina/San_Luis' => {
4773             exemplarCity => q#စော့န် လူအီးစ်#,
4774             },
4775             'America/Argentina/Tucuman' => {
4776             exemplarCity => q#တူကူမန်#,
4777             },
4778             'America/Argentina/Ushuaia' => {
4779             exemplarCity => q#ဥဆွာအီအာ#,
4780             },
4781             'America/Aruba' => {
4782             exemplarCity => q#အာရုဘာ#,
4783             },
4784             'America/Asuncion' => {
4785             exemplarCity => q#အာဆူစီအွန်း#,
4786             },
4787             'America/Bahia' => {
4788             exemplarCity => q#ဘာဟီအာ#,
4789             },
4790             'America/Bahia_Banderas' => {
4791             exemplarCity => q#ဘာဟီအာ ဘန်ဒရက်စ်#,
4792             },
4793             'America/Barbados' => {
4794             exemplarCity => q#ဘာဘဒိုးစ်#,
4795             },
4796             'America/Belem' => {
4797             exemplarCity => q#ဘာလီန်#,
4798             },
4799             'America/Belize' => {
4800             exemplarCity => q#ဘီလီဇ်#,
4801             },
4802             'America/Blanc-Sablon' => {
4803             exemplarCity => q#ဘလွန်ခ်-စာဘလွန်#,
4804             },
4805             'America/Boa_Vista' => {
4806             exemplarCity => q#ဘိုအာဗီစ်တာ#,
4807             },
4808             'America/Bogota' => {
4809             exemplarCity => q#ဘိုဂိုတာ#,
4810             },
4811             'America/Boise' => {
4812             exemplarCity => q#ဘိုအီဇီ#,
4813             },
4814             'America/Buenos_Aires' => {
4815             exemplarCity => q#ဘရူနိုစ်အေရီစ်#,
4816             },
4817             'America/Cambridge_Bay' => {
4818             exemplarCity => q#ကိန်းဘရီဂျ်ဘေး#,
4819             },
4820             'America/Campo_Grande' => {
4821             exemplarCity => q#ကိမ်ပို ဂရန်ဒီ#,
4822             },
4823             'America/Cancun' => {
4824             exemplarCity => q#ကန်ခန်#,
4825             },
4826             'America/Caracas' => {
4827             exemplarCity => q#ကာရာကာစ်#,
4828             },
4829             'America/Catamarca' => {
4830             exemplarCity => q#ကာတာမာရ်ကာ#,
4831             },
4832             'America/Cayenne' => {
4833             exemplarCity => q#ခါရန်း#,
4834             },
4835             'America/Cayman' => {
4836             exemplarCity => q#ကေမန်#,
4837             },
4838             'America/Chicago' => {
4839             exemplarCity => q#ချီကာကို#,
4840             },
4841             'America/Chihuahua' => {
4842             exemplarCity => q#ချီဟူအာဟူအာ#,
4843             },
4844             'America/Coral_Harbour' => {
4845             exemplarCity => q#အာတီကိုကန်#,
4846             },
4847             'America/Cordoba' => {
4848             exemplarCity => q#ကိုဒိုဘာ#,
4849             },
4850             'America/Costa_Rica' => {
4851             exemplarCity => q#ကိုစတာရီကာ#,
4852             },
4853             'America/Creston' => {
4854             exemplarCity => q#ကရစ်စတွန်#,
4855             },
4856             'America/Cuiaba' => {
4857             exemplarCity => q#ခူရာဘာ#,
4858             },
4859             'America/Curacao' => {
4860             exemplarCity => q#ခူရာကာအို#,
4861             },
4862             'America/Danmarkshavn' => {
4863             exemplarCity => q#ဒန်မတ်ရှာန်#,
4864             },
4865             'America/Dawson' => {
4866             exemplarCity => q#ဒေါ်စွန်#,
4867             },
4868             'America/Dawson_Creek' => {
4869             exemplarCity => q#ဒေါ်စွန်ကရိခ်#,
4870             },
4871             'America/Denver' => {
4872             exemplarCity => q#ဒင်ဗာ#,
4873             },
4874             'America/Detroit' => {
4875             exemplarCity => q#ဒေထရိုအ်#,
4876             },
4877             'America/Dominica' => {
4878             exemplarCity => q#ဒိုမီနီကာ#,
4879             },
4880             'America/Edmonton' => {
4881             exemplarCity => q#အက်ဒ်မွန်တွန်#,
4882             },
4883             'America/Eirunepe' => {
4884             exemplarCity => q#အီရူနီပီ#,
4885             },
4886             'America/El_Salvador' => {
4887             exemplarCity => q#အဲလ် ဆာဗီဒို#,
4888             },
4889             'America/Fortaleza' => {
4890             exemplarCity => q#ဖို့တ်တာလီဇာ#,
4891             },
4892             'America/Glace_Bay' => {
4893             exemplarCity => q#ဂလဲစ်ဘေး#,
4894             },
4895             'America/Godthab' => {
4896             exemplarCity => q#နုအုခ်#,
4897             },
4898             'America/Goose_Bay' => {
4899             exemplarCity => q#ဂူးစ်ဘေး#,
4900             },
4901             'America/Grand_Turk' => {
4902             exemplarCity => q#ဂရန်ဒ် တခ်#,
4903             },
4904             'America/Grenada' => {
4905             exemplarCity => q#ဂရီနာဒါ#,
4906             },
4907             'America/Guadeloupe' => {
4908             exemplarCity => q#ဂူအာဒီလူပ်#,
4909             },
4910             'America/Guatemala' => {
4911             exemplarCity => q#ဂွာတီမာလာ#,
4912             },
4913             'America/Guayaquil' => {
4914             exemplarCity => q#ဂွာရာကီးလ်#,
4915             },
4916             'America/Guyana' => {
4917             exemplarCity => q#ဂိုင်းရာနား#,
4918             },
4919             'America/Halifax' => {
4920             exemplarCity => q#ဟလီဖက်စ်#,
4921             },
4922             'America/Havana' => {
4923             exemplarCity => q#ဟာဗာနာ#,
4924             },
4925             'America/Hermosillo' => {
4926             exemplarCity => q#ဟာမိုစ်စီလို#,
4927             },
4928             'America/Indiana/Knox' => {
4929             exemplarCity => q#နို့ခ်စ် အင်ဒီအားနား#,
4930             },
4931             'America/Indiana/Marengo' => {
4932             exemplarCity => q#မာရန်ဂို အင်ဒီအားနား#,
4933             },
4934             'America/Indiana/Petersburg' => {
4935             exemplarCity => q#ပီတာဘာဂ်စ် အင်ဒီအားနား#,
4936             },
4937             'America/Indiana/Tell_City' => {
4938             exemplarCity => q#တဲလ်စီးတီး အင်ဒီအားနား#,
4939             },
4940             'America/Indiana/Vevay' => {
4941             exemplarCity => q#ဗီဗဲ အင်ဒီအားနား#,
4942             },
4943             'America/Indiana/Vincennes' => {
4944             exemplarCity => q#ဗင်ဆင့်စ် အင်ဒီအားနား#,
4945             },
4946             'America/Indiana/Winamac' => {
4947             exemplarCity => q#ဝီနာမက်ခ် အင်ဒီအားနား#,
4948             },
4949             'America/Indianapolis' => {
4950             exemplarCity => q#အင်ဒီယားနားပိုလစ်#,
4951             },
4952             'America/Inuvik' => {
4953             exemplarCity => q#အီနုဗီခ်#,
4954             },
4955             'America/Iqaluit' => {
4956             exemplarCity => q#အီကာလူအီတ်#,
4957             },
4958             'America/Jamaica' => {
4959             exemplarCity => q#ဂျာမေကာ#,
4960             },
4961             'America/Jujuy' => {
4962             exemplarCity => q#ဂျုဂျေ#,
4963             },
4964             'America/Juneau' => {
4965             exemplarCity => q#ဂျုနိုအော#,
4966             },
4967             'America/Kentucky/Monticello' => {
4968             exemplarCity => q#မွန်တီဆယ်လို ကင်တပ်ခ်ကီး#,
4969             },
4970             'America/Kralendijk' => {
4971             exemplarCity => q#ခရာလဲန်းဒီခ်#,
4972             },
4973             'America/La_Paz' => {
4974             exemplarCity => q#လာပါဇ်#,
4975             },
4976             'America/Lima' => {
4977             exemplarCity => q#လီမာ#,
4978             },
4979             'America/Los_Angeles' => {
4980             exemplarCity => q#လော့စ်အိန်ဂျယ်လိစ်#,
4981             },
4982             'America/Louisville' => {
4983             exemplarCity => q#လူအီးစ်ဗီလ်#,
4984             },
4985             'America/Lower_Princes' => {
4986             exemplarCity => q#လိုအာပရင့်စ် ကွာတာ#,
4987             },
4988             'America/Maceio' => {
4989             exemplarCity => q#မာဆဲသြာ#,
4990             },
4991             'America/Managua' => {
4992             exemplarCity => q#မာနာဂူအာ#,
4993             },
4994             'America/Manaus' => {
4995             exemplarCity => q#မာနောက်စ်#,
4996             },
4997             'America/Marigot' => {
4998             exemplarCity => q#မာရီဂိုတ်#,
4999             },
5000             'America/Martinique' => {
5001             exemplarCity => q#မာတီနီဂ်#,
5002             },
5003             'America/Matamoros' => {
5004             exemplarCity => q#မာတာမိုရိုစ်#,
5005             },
5006             'America/Mazatlan' => {
5007             exemplarCity => q#မာဇတ်လန်#,
5008             },
5009             'America/Mendoza' => {
5010             exemplarCity => q#မိန်ဒိုဇာ#,
5011             },
5012             'America/Menominee' => {
5013             exemplarCity => q#မီနိုမီနီး#,
5014             },
5015             'America/Merida' => {
5016             exemplarCity => q#မီရီဒါ#,
5017             },
5018             'America/Metlakatla' => {
5019             exemplarCity => q#မက်တ်လာကက်လာ#,
5020             },
5021             'America/Mexico_City' => {
5022             exemplarCity => q#မက်ခ်စီကိုစီတီး#,
5023             },
5024             'America/Miquelon' => {
5025             exemplarCity => q#မိခွီလွန်#,
5026             },
5027             'America/Moncton' => {
5028             exemplarCity => q#မွန်ခ်တွန်#,
5029             },
5030             'America/Monterrey' => {
5031             exemplarCity => q#မွန်တီရဲယ်လ်#,
5032             },
5033             'America/Montevideo' => {
5034             exemplarCity => q#မွန်တီဗီဒီအို#,
5035             },
5036             'America/Montserrat' => {
5037             exemplarCity => q#မွန့်(တ်)ဆေးရတ်#,
5038             },
5039             'America/Nassau' => {
5040             exemplarCity => q#နာ့ဆော်#,
5041             },
5042             'America/New_York' => {
5043             exemplarCity => q#နယူးယောက်#,
5044             },
5045             'America/Nipigon' => {
5046             exemplarCity => q#နီပီဂွန်#,
5047             },
5048             'America/Nome' => {
5049             exemplarCity => q#နိုမီ#,
5050             },
5051             'America/Noronha' => {
5052             exemplarCity => q#နိုရိုညာ#,
5053             },
5054             'America/North_Dakota/Beulah' => {
5055             exemplarCity => q#ဘီဥလာ မြောက်ဒါကိုတာ#,
5056             },
5057             'America/North_Dakota/Center' => {
5058             exemplarCity => q#စင်တာ မြောက်ဒါကိုတာ#,
5059             },
5060             'America/North_Dakota/New_Salem' => {
5061             exemplarCity => q#နယူးစီလန် မြောက်ဒါကိုတာ#,
5062             },
5063             'America/Ojinaga' => {
5064             exemplarCity => q#အိုဂျီနာဂါ#,
5065             },
5066             'America/Panama' => {
5067             exemplarCity => q#ပါနားမား#,
5068             },
5069             'America/Pangnirtung' => {
5070             exemplarCity => q#ဖန်ဂ်နသ်တံ#,
5071             },
5072             'America/Paramaribo' => {
5073             exemplarCity => q#ပါရာမာရီဘို#,
5074             },
5075             'America/Phoenix' => {
5076             exemplarCity => q#ဖီးနစ်#,
5077             },
5078             'America/Port-au-Prince' => {
5079             exemplarCity => q#ပို့တ်-အို-ပရင့်စ်#,
5080             },
5081             'America/Port_of_Spain' => {
5082             exemplarCity => q#ပို့တ် အော့ဖ် စပိန်#,
5083             },
5084             'America/Porto_Velho' => {
5085             exemplarCity => q#ဖို့တ်တို ဗဲလ်လီအာ#,
5086             },
5087             'America/Puerto_Rico' => {
5088             exemplarCity => q#ပိုတိုရီကို#,
5089             },
5090             'America/Rainy_River' => {
5091             exemplarCity => q#ရိမ်းနီး ရီဗာ#,
5092             },
5093             'America/Rankin_Inlet' => {
5094             exemplarCity => q#ရမ်ကင် အင်လက်#,
5095             },
5096             'America/Recife' => {
5097             exemplarCity => q#ရယ်စီ့ဖ်ဖာ#,
5098             },
5099             'America/Regina' => {
5100             exemplarCity => q#ရယ်ဂျီနာ#,
5101             },
5102             'America/Resolute' => {
5103             exemplarCity => q#ရဲလ်ဆိုလု(တ်)#,
5104             },
5105             'America/Rio_Branco' => {
5106             exemplarCity => q#ရီယို ဘရန်ကို#,
5107             },
5108             'America/Santa_Isabel' => {
5109             exemplarCity => q#ဆန်တာ အီးဇဘဲယ်လ်#,
5110             },
5111             'America/Santarem' => {
5112             exemplarCity => q#ဆန်တာရန်#,
5113             },
5114             'America/Santiago' => {
5115             exemplarCity => q#ဆန်တီအာဂို#,
5116             },
5117             'America/Santo_Domingo' => {
5118             exemplarCity => q#ဆန်တို ဒိုမီနီကာ#,
5119             },
5120             'America/Sao_Paulo' => {
5121             exemplarCity => q#ဆာပိုလို#,
5122             },
5123             'America/Scoresbysund' => {
5124             exemplarCity => q#အို့တိုခိုတိုမစ်#,
5125             },
5126             'America/Sitka' => {
5127             exemplarCity => q#စစ်ကာ#,
5128             },
5129             'America/St_Barthelemy' => {
5130             exemplarCity => q#စိန့်ဘာသည်လီမိုင်#,
5131             },
5132             'America/St_Johns' => {
5133             exemplarCity => q#စိန့်ဂျွန်းစ်#,
5134             },
5135             'America/St_Kitts' => {
5136             exemplarCity => q#စိန့်ကိစ်#,
5137             },
5138             'America/St_Lucia' => {
5139             exemplarCity => q#စိန့်လူစီအာ#,
5140             },
5141             'America/St_Thomas' => {
5142             exemplarCity => q#စိန့်သောမားစ်#,
5143             },
5144             'America/St_Vincent' => {
5145             exemplarCity => q#စိန့်ဗင်းဆင့်#,
5146             },
5147             'America/Swift_Current' => {
5148             exemplarCity => q#စဝီ(ဘ်)ကာရင့်#,
5149             },
5150             'America/Tegucigalpa' => {
5151             exemplarCity => q#တီဂူစီဂလ်ပါ#,
5152             },
5153             'America/Thule' => {
5154             exemplarCity => q#သုလီ#,
5155             },
5156             'America/Thunder_Bay' => {
5157             exemplarCity => q#သံဒါဘေး#,
5158             },
5159             'America/Tijuana' => {
5160             exemplarCity => q#တီဂျုအာနာ#,
5161             },
5162             'America/Toronto' => {
5163             exemplarCity => q#တိုရွန်တို#,
5164             },
5165             'America/Tortola' => {
5166             exemplarCity => q#တောတိုလာ#,
5167             },
5168             'America/Vancouver' => {
5169             exemplarCity => q#ဗင်ခူဘာ#,
5170             },
5171             'America/Whitehorse' => {
5172             exemplarCity => q#ဝိုက်(တ်)ဟိုစ်#,
5173             },
5174             'America/Winnipeg' => {
5175             exemplarCity => q#ဝီနီဗက်ဂ်#,
5176             },
5177             'America/Yakutat' => {
5178             exemplarCity => q#ရာကုတတ်#,
5179             },
5180             'America/Yellowknife' => {
5181             exemplarCity => q#ရဲလိုနိုင်ဖ်#,
5182             },
5183             'America_Central' => {
5184             long => {
5185             'daylight' => q(အလယ်ပိုင်း အမေရိက နွေရာသီ အချိန်),
5186             'generic' => q(အလယ်ပိုင်း အမေရိက အချိန်),
5187             'standard' => q(အလယ်ပိုင်း အမေရိက စံတော်ချိန်),
5188             },
5189             },
5190             'America_Eastern' => {
5191             long => {
5192             'daylight' => q(အရှေ့ပိုင်း အမေရိက နေ့ပိုင်း အချိန်),
5193             'generic' => q(အရှေ့ပိုင်း အမေရိက အချိန်),
5194             'standard' => q(အရှေ့ပိုင်း အမေရိက စံတော်ချိန်),
5195             },
5196             },
5197             'America_Mountain' => {
5198             long => {
5199             'daylight' => q(အမေရိက တောင် နေ့ပိုင်း အချိန်),
5200             'generic' => q(အမေရိက တောင် အချိန်),
5201             'standard' => q(အမေရိက တောင် စံတော်ချိန်),
5202             },
5203             },
5204             'America_Pacific' => {
5205             long => {
5206             'daylight' => q(ပစိဖိတ် နေ့ပိုင်း အချိန်),
5207             'generic' => q(ပစိဖိတ် အချိန်),
5208             'standard' => q(ပစိဖိတ် စံတော်ချိန်),
5209             },
5210             },
5211             'Antarctica/Casey' => {
5212             exemplarCity => q#ကေစီ#,
5213             },
5214             'Antarctica/Davis' => {
5215             exemplarCity => q#ဒေးဗစ်#,
5216             },
5217             'Antarctica/DumontDUrville' => {
5218             exemplarCity => q#ဒူးမော့တ် ဒါရ်ဗီးလ်#,
5219             },
5220             'Antarctica/Macquarie' => {
5221             exemplarCity => q#မခွါရီး#,
5222             },
5223             'Antarctica/Mawson' => {
5224             exemplarCity => q#မော်စွန်#,
5225             },
5226             'Antarctica/McMurdo' => {
5227             exemplarCity => q#မက်မူဒိုး#,
5228             },
5229             'Antarctica/Palmer' => {
5230             exemplarCity => q#ပါလ်မာ#,
5231             },
5232             'Antarctica/Rothera' => {
5233             exemplarCity => q#ရိုသီရာ#,
5234             },
5235             'Antarctica/Syowa' => {
5236             exemplarCity => q#ရှိုးဝါ#,
5237             },
5238             'Antarctica/Troll' => {
5239             exemplarCity => q#ထရိုလ်#,
5240             },
5241             'Antarctica/Vostok' => {
5242             exemplarCity => q#ဗိုစ်တိုခ်#,
5243             },
5244             'Apia' => {
5245             long => {
5246             'daylight' => q(အပီယာနေ့ပိုင်းအချိန်),
5247             'generic' => q(အပီယာအချိန်),
5248             'standard' => q(အပီယာစံတော်ချိန်),
5249             },
5250             },
5251             'Arabian' => {
5252             long => {
5253             'daylight' => q(အာရေဗျ နေ့ပိုင်း အချိန်),
5254             'generic' => q(အာရေဗျ အချိန်),
5255             'standard' => q(အာရေဗျ စံတော်ချိန်),
5256             },
5257             },
5258             'Arctic/Longyearbyen' => {
5259             exemplarCity => q#လောင်ရီယားဘရံ#,
5260             },
5261             'Argentina' => {
5262             long => {
5263             'daylight' => q(အာဂျင်တီးနား နွေရာသီ အချိန်),
5264             'generic' => q(အာဂျင်တီးနား အချိန်),
5265             'standard' => q(အာဂျင်တီးနား စံတော်ချိန်),
5266             },
5267             },
5268             'Argentina_Western' => {
5269             long => {
5270             'daylight' => q(အနောက် အာဂျင်တီးနား နွေရာသီ အချိန်),
5271             'generic' => q(အနောက် အာဂျင်တီးနား အချိန်),
5272             'standard' => q(အနောက် အာဂျင်တီးနား စံတော်ချိန်),
5273             },
5274             },
5275             'Armenia' => {
5276             long => {
5277             'daylight' => q(အာမေနီးယား နွေရာသီ အချိန်),
5278             'generic' => q(အာမေနီးယား အချိန်),
5279             'standard' => q(အာမေနီးယား စံတော်ချိန်),
5280             },
5281             },
5282             'Asia/Aden' => {
5283             exemplarCity => q#အာဒင်#,
5284             },
5285             'Asia/Almaty' => {
5286             exemplarCity => q#အော်မာတီ#,
5287             },
5288             'Asia/Amman' => {
5289             exemplarCity => q#အာမာန်း#,
5290             },
5291             'Asia/Anadyr' => {
5292             exemplarCity => q#အန်အာဒီအာ#,
5293             },
5294             'Asia/Aqtau' => {
5295             exemplarCity => q#အက်တာဥု#,
5296             },
5297             'Asia/Aqtobe' => {
5298             exemplarCity => q#အာခ်တူးဘီ#,
5299             },
5300             'Asia/Ashgabat' => {
5301             exemplarCity => q#အာရှ်ဂါဘာဒ်#,
5302             },
5303             'Asia/Baghdad' => {
5304             exemplarCity => q#ဘက်ဂဒက်#,
5305             },
5306             'Asia/Bahrain' => {
5307             exemplarCity => q#ဘာရိန်း#,
5308             },
5309             'Asia/Baku' => {
5310             exemplarCity => q#ဘာခူး#,
5311             },
5312             'Asia/Bangkok' => {
5313             exemplarCity => q#ဘန်ကောက်#,
5314             },
5315             'Asia/Beirut' => {
5316             exemplarCity => q#ဘေရု#,
5317             },
5318             'Asia/Bishkek' => {
5319             exemplarCity => q#ဘီရှ်ခက်#,
5320             },
5321             'Asia/Brunei' => {
5322             exemplarCity => q#ဘရူနိုင်း#,
5323             },
5324             'Asia/Calcutta' => {
5325             exemplarCity => q#ကိုလ်ကာတာ#,
5326             },
5327             'Asia/Chita' => {
5328             exemplarCity => q#ချီတာ#,
5329             },
5330             'Asia/Choibalsan' => {
5331             exemplarCity => q#ချွဲဘောဆန်#,
5332             },
5333             'Asia/Colombo' => {
5334             exemplarCity => q#ကိုလံဘို#,
5335             },
5336             'Asia/Damascus' => {
5337             exemplarCity => q#ဒါးမားစ်ကတ်စ်#,
5338             },
5339             'Asia/Dhaka' => {
5340             exemplarCity => q#ဒက္ကာ#,
5341             },
5342             'Asia/Dili' => {
5343             exemplarCity => q#ဒစ်လီ#,
5344             },
5345             'Asia/Dubai' => {
5346             exemplarCity => q#ဒူဘိုင်း#,
5347             },
5348             'Asia/Dushanbe' => {
5349             exemplarCity => q#ဒူရှောန်းဘာ#,
5350             },
5351             'Asia/Gaza' => {
5352             exemplarCity => q#ဂါဇာ#,
5353             },
5354             'Asia/Hebron' => {
5355             exemplarCity => q#ဟီဘရွန်#,
5356             },
5357             'Asia/Hong_Kong' => {
5358             exemplarCity => q#ဟောင်ကောင်#,
5359             },
5360             'Asia/Hovd' => {
5361             exemplarCity => q#ဟိုးဗ်#,
5362             },
5363             'Asia/Irkutsk' => {
5364             exemplarCity => q#အီရူခူတ်#,
5365             },
5366             'Asia/Jakarta' => {
5367             exemplarCity => q#ဂျာကာတာ#,
5368             },
5369             'Asia/Jayapura' => {
5370             exemplarCity => q#ဂျာရာပူရာ#,
5371             },
5372             'Asia/Jerusalem' => {
5373             exemplarCity => q#ဂျေရုစလန်#,
5374             },
5375             'Asia/Kabul' => {
5376             exemplarCity => q#ကာဘူလ်#,
5377             },
5378             'Asia/Kamchatka' => {
5379             exemplarCity => q#ခမ်ချာ့ခါ#,
5380             },
5381             'Asia/Karachi' => {
5382             exemplarCity => q#ကာရာချီ#,
5383             },
5384             'Asia/Katmandu' => {
5385             exemplarCity => q#ခတ္တမန္ဒူ#,
5386             },
5387             'Asia/Khandyga' => {
5388             exemplarCity => q#ခန်ဒိုင်ဂါ#,
5389             },
5390             'Asia/Krasnoyarsk' => {
5391             exemplarCity => q#ခရာ့စ်နိုရာစ်#,
5392             },
5393             'Asia/Kuala_Lumpur' => {
5394             exemplarCity => q#ကွာလာလမ်ပူ#,
5395             },
5396             'Asia/Kuching' => {
5397             exemplarCity => q#ကူချင်#,
5398             },
5399             'Asia/Kuwait' => {
5400             exemplarCity => q#ကူဝိတ်#,
5401             },
5402             'Asia/Macau' => {
5403             exemplarCity => q#မာကာအို#,
5404             },
5405             'Asia/Magadan' => {
5406             exemplarCity => q#မာဂါဒန်း#,
5407             },
5408             'Asia/Makassar' => {
5409             exemplarCity => q#မခက်စ်ဆာ#,
5410             },
5411             'Asia/Manila' => {
5412             exemplarCity => q#မနီလာ#,
5413             },
5414             'Asia/Muscat' => {
5415             exemplarCity => q#မတ်စ်ကက်တ်#,
5416             },
5417             'Asia/Nicosia' => {
5418             exemplarCity => q#နီခိုစီးအား#,
5419             },
5420             'Asia/Novokuznetsk' => {
5421             exemplarCity => q#နိုဗိုခူဇ်နက်စ်#,
5422             },
5423             'Asia/Novosibirsk' => {
5424             exemplarCity => q#နိုဗိုစဲဘီအဲယ်စ်#,
5425             },
5426             'Asia/Omsk' => {
5427             exemplarCity => q#အွမ်းစ်ခ်#,
5428             },
5429             'Asia/Oral' => {
5430             exemplarCity => q#အောရဲယ်#,
5431             },
5432             'Asia/Phnom_Penh' => {
5433             exemplarCity => q#ပနွမ်ဖင်#,
5434             },
5435             'Asia/Pontianak' => {
5436             exemplarCity => q#ပွန်တီအားနာ့ခ်#,
5437             },
5438             'Asia/Pyongyang' => {
5439             exemplarCity => q#ပြုံယန်း#,
5440             },
5441             'Asia/Qatar' => {
5442             exemplarCity => q#ကာတာ#,
5443             },
5444             'Asia/Qyzylorda' => {
5445             exemplarCity => q#ခွီဇိုင်လိုဒါ#,
5446             },
5447             'Asia/Rangoon' => {
5448             exemplarCity => q#ရန်ကုန်#,
5449             },
5450             'Asia/Riyadh' => {
5451             exemplarCity => q#ရီယားဒ်#,
5452             },
5453             'Asia/Saigon' => {
5454             exemplarCity => q#ဟိုချီမင်#,
5455             },
5456             'Asia/Sakhalin' => {
5457             exemplarCity => q#စဲက်ခါလီးင်#,
5458             },
5459             'Asia/Samarkand' => {
5460             exemplarCity => q#ဆမ်းမာခန်းဒ်#,
5461             },
5462             'Asia/Seoul' => {
5463             exemplarCity => q#ဆိုးလ်#,
5464             },
5465             'Asia/Shanghai' => {
5466             exemplarCity => q#ရှန်ဟိုင်း#,
5467             },
5468             'Asia/Singapore' => {
5469             exemplarCity => q#စင်္ဂပူ#,
5470             },
5471             'Asia/Srednekolymsk' => {
5472             exemplarCity => q#ဆရီနီကိုလူ့ဇ်#,
5473             },
5474             'Asia/Taipei' => {
5475             exemplarCity => q#ထိုင်ပေ#,
5476             },
5477             'Asia/Tashkent' => {
5478             exemplarCity => q#တာရှ်ကဲန့်#,
5479             },
5480             'Asia/Tbilisi' => {
5481             exemplarCity => q#တဘီးလီစီ#,
5482             },
5483             'Asia/Tehran' => {
5484             exemplarCity => q#တီရန်#,
5485             },
5486             'Asia/Thimphu' => {
5487             exemplarCity => q#တင်ဖူး#,
5488             },
5489             'Asia/Tokyo' => {
5490             exemplarCity => q#တိုကျို#,
5491             },
5492             'Asia/Ulaanbaatar' => {
5493             exemplarCity => q#ဥလန်ဘာတော#,
5494             },
5495             'Asia/Urumqi' => {
5496             exemplarCity => q#အီရင်ချီး#,
5497             },
5498             'Asia/Ust-Nera' => {
5499             exemplarCity => q#အူးစ် နီရား#,
5500             },
5501             'Asia/Vientiane' => {
5502             exemplarCity => q#ဗီအင်ချမ်#,
5503             },
5504             'Asia/Vladivostok' => {
5505             exemplarCity => q#ဗလာဒါဗိုစ်တိုခ်#,
5506             },
5507             'Asia/Yakutsk' => {
5508             exemplarCity => q#ယူခူးတ်စ်#,
5509             },
5510             'Asia/Yekaterinburg' => {
5511             exemplarCity => q#ရယ်ခါးတီရင်ဘားခ်#,
5512             },
5513             'Asia/Yerevan' => {
5514             exemplarCity => q#ရဲယ်ရေဗန်း#,
5515             },
5516             'Atlantic' => {
5517             long => {
5518             'daylight' => q(အတ္ထလန်တစ် နေ့ပိုင်း အချိန်),
5519             'generic' => q(အတ္ထလန်တစ် အချိန်),
5520             'standard' => q(အတ္ထလန်တစ် စံတော်ချိန်),
5521             },
5522             },
5523             'Atlantic/Azores' => {
5524             exemplarCity => q#အာဇိုးစ်#,
5525             },
5526             'Atlantic/Bermuda' => {
5527             exemplarCity => q#ဘာမူဒါ#,
5528             },
5529             'Atlantic/Canary' => {
5530             exemplarCity => q#ကာနာရီ#,
5531             },
5532             'Atlantic/Cape_Verde' => {
5533             exemplarCity => q#ကိတ်ဗာဒု#,
5534             },
5535             'Atlantic/Faeroe' => {
5536             exemplarCity => q#ဖဲရို#,
5537             },
5538             'Atlantic/Madeira' => {
5539             exemplarCity => q#မဒီးရာ#,
5540             },
5541             'Atlantic/Reykjavik' => {
5542             exemplarCity => q#ရေးခဗခ့်#,
5543             },
5544             'Atlantic/South_Georgia' => {
5545             exemplarCity => q#စောက်ဂျိုဂျီရာ#,
5546             },
5547             'Atlantic/St_Helena' => {
5548             exemplarCity => q#စိန့်ဟီလီနာ#,
5549             },
5550             'Atlantic/Stanley' => {
5551             exemplarCity => q#စတန်လီ#,
5552             },
5553             'Australia/Adelaide' => {
5554             exemplarCity => q#အန္ဒီလိတ်ဒ်#,
5555             },
5556             'Australia/Brisbane' => {
5557             exemplarCity => q#ဘရစ္စဘိန်း#,
5558             },
5559             'Australia/Broken_Hill' => {
5560             exemplarCity => q#ဘရိုကင်ဟီးလ်#,
5561             },
5562             'Australia/Currie' => {
5563             exemplarCity => q#ကာရီ#,
5564             },
5565             'Australia/Darwin' => {
5566             exemplarCity => q#ဒေါဝင်#,
5567             },
5568             'Australia/Eucla' => {
5569             exemplarCity => q#ယူးခလာ#,
5570             },
5571             'Australia/Hobart' => {
5572             exemplarCity => q#ဟိုးဘားတ်#,
5573             },
5574             'Australia/Lindeman' => {
5575             exemplarCity => q#လင်းဒီမန်း#,
5576             },
5577             'Australia/Lord_Howe' => {
5578             exemplarCity => q#လော့ဒ် ဟောင်#,
5579             },
5580             'Australia/Melbourne' => {
5581             exemplarCity => q#မယ်လ်ဘွန်း#,
5582             },
5583             'Australia/Perth' => {
5584             exemplarCity => q#ပါးသ်#,
5585             },
5586             'Australia/Sydney' => {
5587             exemplarCity => q#ဆစ်ဒနီ#,
5588             },
5589             'Australia_Central' => {
5590             long => {
5591             'daylight' => q(အလယ်ပိုင်း ဩစတြေးလျှား နေ့ပိုင်း အချိန်),
5592             'generic' => q(အလယ်ဩစတြေးလျှား အချိန်),
5593             'standard' => q(အလယ်ပိုင်း ဩစတြေးလျှား စံတော်ချိန်),
5594             },
5595             },
5596             'Australia_CentralWestern' => {
5597             long => {
5598             'daylight' => q(အလယ်အနောက်ပိုင်း ဩစတြေးလျှား နေ့ပိုင်း အချိန်),
5599             'generic' => q(အလယ်အနောက်ပိုင်း ဩစတြေးလျှား အချိန်),
5600             'standard' => q(အလယ်အနောက်ပိုင်း ဩစတြေးလျှား စံတော်ချိန်),
5601             },
5602             },
5603             'Australia_Eastern' => {
5604             long => {
5605             'daylight' => q(အရှေ့ပိုင်း ဩစတြေးလျှား နေ့ပိုင်း အချိန်),
5606             'generic' => q(အရှေ့ဩစတြေးလျှား အချိန်),
5607             'standard' => q(အရှေ့ပိုင်း ဩစတြေးလျှား စံတော်ချိန်),
5608             },
5609             },
5610             'Australia_Western' => {
5611             long => {
5612             'daylight' => q(အနောက်ပိုင်း ဩစတြေးလျှား နေ့ပိုင်း အချိန်),
5613             'generic' => q(အနောက် ဩစတြေးလျှား အချိန်),
5614             'standard' => q(အနောက်ပိုင်း ဩစတြေးလျှား စံတော်ချိန်),
5615             },
5616             },
5617             'Azerbaijan' => {
5618             long => {
5619             'daylight' => q(အဇာဘိုင်ဂျန် နွေရာသီ အချိန်),
5620             'generic' => q(အဇာဘိုင်ဂျန် အချိန်),
5621             'standard' => q(အဇာဘိုင်ဂျန် စံတော်ချိန်),
5622             },
5623             },
5624             'Azores' => {
5625             long => {
5626             'daylight' => q(အာဇိုးစ်နွေရာသီအချိန်),
5627             'generic' => q(အာဇိုးစ်အချိန်),
5628             'standard' => q(အာဇိုးစ်စံတော်ချိန်),
5629             },
5630             },
5631             'Bangladesh' => {
5632             long => {
5633             'daylight' => q(ဘင်္ဂလားဒေ့ရှ် နွေရာသီ အချိန်),
5634             'generic' => q(ဘင်္ဂလားဒေ့ရှ် အချိန်),
5635             'standard' => q(ဘင်္ဂလားဒေ့ရှ် စံတော်ချိန်),
5636             },
5637             },
5638             'Bhutan' => {
5639             long => {
5640             'standard' => q(ဘူတန် အချိန်),
5641             },
5642             },
5643             'Bolivia' => {
5644             long => {
5645             'standard' => q(ဘိုလီးဘီးယား အချိန်),
5646             },
5647             },
5648             'Brasilia' => {
5649             long => {
5650             'daylight' => q(ဘရာဇီး နွေရာသီ အချိန်),
5651             'generic' => q(ဘရာဇီး အချိန်),
5652             'standard' => q(ဘရာဇီး စံတော်ချိန်),
5653             },
5654             },
5655             'Brunei' => {
5656             long => {
5657             'standard' => q(ဘရူနိုင်း စံတော်ချိန်),
5658             },
5659             },
5660             'Cape_Verde' => {
5661             long => {
5662             'daylight' => q(ခေ့ပ်ဗာဒူနွေရာသီအချိန်),
5663             'generic' => q(ခေ့ပ်ဗာဒူအချိန်),
5664             'standard' => q(ခေ့ပ်ဗာဒူစံတော်ချိန်),
5665             },
5666             },
5667             'Chamorro' => {
5668             long => {
5669             'standard' => q(ချာမိုရိုအချိန်),
5670             },
5671             },
5672             'Chatham' => {
5673             long => {
5674             'daylight' => q(ချားသမ်နေ့ပိုင်းအချိန်),
5675             'generic' => q(ချားသမ်အချိန်),
5676             'standard' => q(ချားသမ်စံတော်ချိန်),
5677             },
5678             },
5679             'Chile' => {
5680             long => {
5681             'daylight' => q(ချီလီ နွေရာသီ အချိန်),
5682             'generic' => q(ချီလီ အချိန်),
5683             'standard' => q(ချီလီ စံတော်ချိန်),
5684             },
5685             },
5686             'China' => {
5687             long => {
5688             'daylight' => q(တရုတ် နေ့ပိုင်း အချိန်),
5689             'generic' => q(တရုတ် အချိန်),
5690             'standard' => q(တရုတ် စံတော်ချိန်),
5691             },
5692             },
5693             'Choibalsan' => {
5694             long => {
5695             'daylight' => q(ချွဲဘော်ဆန်းနွေရာသီအချိန်),
5696             'generic' => q(ချွဲဘော်ဆန်းအချိန်),
5697             'standard' => q(ချွဲဘော်ဆန်းစံတော်ချိန်),
5698             },
5699             },
5700             'Christmas' => {
5701             long => {
5702             'standard' => q(ခရစ်စမတ်ကျွန်းအချိန်),
5703             },
5704             },
5705             'Cocos' => {
5706             long => {
5707             'standard' => q(ကိုးကိုးကျွန်းအချိန်),
5708             },
5709             },
5710             'Colombia' => {
5711             long => {
5712             'daylight' => q(ကိုလံဘီယာ နွေရာသီ အချိန်),
5713             'generic' => q(ကိုလံဘီယာ အချိန်),
5714             'standard' => q(ကိုလံဘီယာ စံတော်ချိန်),
5715             },
5716             },
5717             'Cook' => {
5718             long => {
5719             'daylight' => q(ကွတ်က်ကျွန်းစုနွေရာသီအချိန်),
5720             'generic' => q(ကွတ်ခ်ကျွန်းစုအချိန်),
5721             'standard' => q(ကွတ်ခ်ကျွန်းစုစံတော်ချိန်),
5722             },
5723             },
5724             'Cuba' => {
5725             long => {
5726             'daylight' => q(ကျူးဘား နေ့ပိုင်းအချိန်),
5727             'generic' => q(ကျူးဘား အချိန်),
5728             'standard' => q(ကျူးဘား စံတော်ချိန်),
5729             },
5730             },
5731             'Davis' => {
5732             long => {
5733             'standard' => q(ဒေးဗစ်အချိန်),
5734             },
5735             },
5736             'DumontDUrville' => {
5737             long => {
5738             'standard' => q(ဒူးမော့တ် ဒါရ်ဗီးလ်အချိန်),
5739             },
5740             },
5741             'East_Timor' => {
5742             long => {
5743             'standard' => q(အရှေ့တီမော အချိန်),
5744             },
5745             },
5746             'Easter' => {
5747             long => {
5748             'daylight' => q(အီစတာကျွန်းနွေရာသီအချိန်),
5749             'generic' => q(အီစတာကျွန်းအချိန်),
5750             'standard' => q(အီစတာကျွန်းစံတော်ချိန်),
5751             },
5752             },
5753             'Ecuador' => {
5754             long => {
5755             'standard' => q(အီကွေဒေါ အချိန်),
5756             },
5757             },
5758             'Etc/Unknown' => {
5759             exemplarCity => q#အမည်မသိသောမြို့#,
5760             },
5761             'Europe/Amsterdam' => {
5762             exemplarCity => q#အမ္စတာဒန်#,
5763             },
5764             'Europe/Andorra' => {
5765             exemplarCity => q#အန်ဒိုရာ#,
5766             },
5767             'Europe/Athens' => {
5768             exemplarCity => q#အေသင်#,
5769             },
5770             'Europe/Belgrade' => {
5771             exemplarCity => q#ဘဲလ်ဂရိတ်#,
5772             },
5773             'Europe/Berlin' => {
5774             exemplarCity => q#ဘာလင်#,
5775             },
5776             'Europe/Bratislava' => {
5777             exemplarCity => q#ဘရာတီးစ်လားဗာ#,
5778             },
5779             'Europe/Brussels' => {
5780             exemplarCity => q#ဘရူဆဲလ်#,
5781             },
5782             'Europe/Bucharest' => {
5783             exemplarCity => q#ဘူချာရက်စ်#,
5784             },
5785             'Europe/Budapest' => {
5786             exemplarCity => q#ဘူတာပက်စ်#,
5787             },
5788             'Europe/Busingen' => {
5789             exemplarCity => q#ဘူရှင်ဂျင်#,
5790             },
5791             'Europe/Chisinau' => {
5792             exemplarCity => q#ချီရှီနားအူ#,
5793             },
5794             'Europe/Copenhagen' => {
5795             exemplarCity => q#ကိုပါဟေဂန်#,
5796             },
5797             'Europe/Dublin' => {
5798             exemplarCity => q#ဒတ်ဘလင်#,
5799             long => {
5800             'daylight' => q(အိုင်းရစ်စံတော်ချိန်),
5801             },
5802             },
5803             'Europe/Gibraltar' => {
5804             exemplarCity => q#ဂျီဘရော်လ်တာ#,
5805             },
5806             'Europe/Guernsey' => {
5807             exemplarCity => q#ဂွန်းဇီ#,
5808             },
5809             'Europe/Helsinki' => {
5810             exemplarCity => q#ဟဲလ်စင်ကီ#,
5811             },
5812             'Europe/Isle_of_Man' => {
5813             exemplarCity => q#မန်းကျွန်း#,
5814             },
5815             'Europe/Istanbul' => {
5816             exemplarCity => q#အစ္စတန်ဘူလ်#,
5817             },
5818             'Europe/Jersey' => {
5819             exemplarCity => q#ဂျဲးအ်ဇီ#,
5820             },
5821             'Europe/Kaliningrad' => {
5822             exemplarCity => q#ခါလီနင်ဂရက်#,
5823             },
5824             'Europe/Kiev' => {
5825             exemplarCity => q#ခီးအက်ဖ်#,
5826             },
5827             'Europe/Lisbon' => {
5828             exemplarCity => q#လစ္စဘွန်#,
5829             },
5830             'Europe/Ljubljana' => {
5831             exemplarCity => q#လူဘလီအားနား#,
5832             },
5833             'Europe/London' => {
5834             exemplarCity => q#လန်ဒန်#,
5835             long => {
5836             'daylight' => q(ဗြိတိန်နွေရာသီအချိန်),
5837             },
5838             },
5839             'Europe/Luxembourg' => {
5840             exemplarCity => q#လူဇင်ဘာဂ်#,
5841             },
5842             'Europe/Madrid' => {
5843             exemplarCity => q#မာဒရစ်#,
5844             },
5845             'Europe/Malta' => {
5846             exemplarCity => q#မော်လ်တာ#,
5847             },
5848             'Europe/Mariehamn' => {
5849             exemplarCity => q#မရီအာ ဟားမန်#,
5850             },
5851             'Europe/Minsk' => {
5852             exemplarCity => q#မင်းစခ်#,
5853             },
5854             'Europe/Monaco' => {
5855             exemplarCity => q#မိုနာကို#,
5856             },
5857             'Europe/Moscow' => {
5858             exemplarCity => q#မော့စ်ကို#,
5859             },
5860             'Europe/Oslo' => {
5861             exemplarCity => q#အော့စ်လို#,
5862             },
5863             'Europe/Paris' => {
5864             exemplarCity => q#ပါရီစ်#,
5865             },
5866             'Europe/Podgorica' => {
5867             exemplarCity => q#ဖို့တ်ဂိုရီစာ#,
5868             },
5869             'Europe/Prague' => {
5870             exemplarCity => q#ပါရာဂ်#,
5871             },
5872             'Europe/Riga' => {
5873             exemplarCity => q#ရီဂါ#,
5874             },
5875             'Europe/Rome' => {
5876             exemplarCity => q#ရောမ#,
5877             },
5878             'Europe/Samara' => {
5879             exemplarCity => q#ဆာမားရာ#,
5880             },
5881             'Europe/San_Marino' => {
5882             exemplarCity => q#ဆန်မရီးနို#,
5883             },
5884             'Europe/Sarajevo' => {
5885             exemplarCity => q#ဆာရာဂျေဗို#,
5886             },
5887             'Europe/Simferopol' => {
5888             exemplarCity => q#စင်ဖာရိုးဖို#,
5889             },
5890             'Europe/Skopje' => {
5891             exemplarCity => q#စကော့ပ်ရာ#,
5892             },
5893             'Europe/Sofia' => {
5894             exemplarCity => q#ဆိုပီအာ#,
5895             },
5896             'Europe/Stockholm' => {
5897             exemplarCity => q#စတော့ဟုမ်း#,
5898             },
5899             'Europe/Tallinn' => {
5900             exemplarCity => q#ထားလင်#,
5901             },
5902             'Europe/Tirane' => {
5903             exemplarCity => q#တီရာနီ#,
5904             },
5905             'Europe/Uzhgorod' => {
5906             exemplarCity => q#ဥဇ်ဂိုရို့တ်#,
5907             },
5908             'Europe/Vaduz' => {
5909             exemplarCity => q#ဗာဒူးစ်#,
5910             },
5911             'Europe/Vatican' => {
5912             exemplarCity => q#ဗာတီကန်#,
5913             },
5914             'Europe/Vienna' => {
5915             exemplarCity => q#ဗီအင်နာ#,
5916             },
5917             'Europe/Vilnius' => {
5918             exemplarCity => q#ဗီးလ်နီအိုးစ်#,
5919             },
5920             'Europe/Volgograd' => {
5921             exemplarCity => q#ဗိုလ်ဂိုဂရက်#,
5922             },
5923             'Europe/Warsaw' => {
5924             exemplarCity => q#ဝါဆော#,
5925             },
5926             'Europe/Zagreb' => {
5927             exemplarCity => q#ဇာဂ်ဂရက်ဘ်#,
5928             },
5929             'Europe/Zaporozhye' => {
5930             exemplarCity => q#ဇာဖိုရိုးစ်ဂျာ#,
5931             },
5932             'Europe/Zurich' => {
5933             exemplarCity => q#ဇူရီချ်#,
5934             },
5935             'Europe_Central' => {
5936             long => {
5937             'daylight' => q(ဥရောပ အလယ်ပိုင်း နွေရာသီ အချိန်),
5938             'generic' => q(ဥရောပအလယ်ပိုင်းအချိန်),
5939             'standard' => q(ဥရောပ အလယ်ပိုင်း စံတော်ချိန်),
5940             },
5941             },
5942             'Europe_Eastern' => {
5943             long => {
5944             'daylight' => q(အရှေ့ဥရောပ နွေရာသီ အချိန်),
5945             'generic' => q(အရှေ့ဥရောပ အချိန်),
5946             'standard' => q(အရှေ့ဥရောပ စံတော်ချိန်),
5947             },
5948             },
5949             'Europe_Further_Eastern' => {
5950             long => {
5951             'standard' => q(ထပ်တိုးအရှေ့ပိုင်းဥရောပအချိန်),
5952             },
5953             },
5954             'Europe_Western' => {
5955             long => {
5956             'daylight' => q(အနောက်ပိုင်း ဥရောပ နွေရာသီ အချိန်),
5957             'generic' => q(အနောက်ပိုင်း ဥရောပ အချိန်),
5958             'standard' => q(အနောက်ပိုင်း ဥရောပ စံတော်ချိန်),
5959             },
5960             },
5961             'Falkland' => {
5962             long => {
5963             'daylight' => q(ဖောင်ကလန်ကျွန်းစု နွေရာသီ အချိန်),
5964             'generic' => q(ဖောင်ကလန်ကျွန်းစု အချိန်),
5965             'standard' => q(ဖောင်ကလန်ကျွန်းစု စံတော်ချိန်),
5966             },
5967             },
5968             'Fiji' => {
5969             long => {
5970             'daylight' => q(ဖီဂျီနွေရာသီအချိန်),
5971             'generic' => q(ဖီဂျီအချိန်),
5972             'standard' => q(ဖီဂျီစံတော်ချိန်),
5973             },
5974             },
5975             'French_Guiana' => {
5976             long => {
5977             'standard' => q(ပြင်သစ် ဂီယာနာ အချိန်),
5978             },
5979             },
5980             'French_Southern' => {
5981             long => {
5982             'standard' => q(ပြင်သစ်တောင်ပိုင်းနင့်အန္တတစ်အချိန်),
5983             },
5984             },
5985             'GMT' => {
5986             long => {
5987             'standard' => q(ဂရင်းနစ် စံတော်ချိန်),
5988             },
5989             },
5990             'Galapagos' => {
5991             long => {
5992             'standard' => q(ဂါလားပါဂိုးစ်အချိန်),
5993             },
5994             },
5995             'Gambier' => {
5996             long => {
5997             'standard' => q(ဂန်ဘီအာအချိန်),
5998             },
5999             },
6000             'Georgia' => {
6001             long => {
6002             'daylight' => q(ဂျော်ဂျီယာ နွေရာသီ အချိန်),
6003             'generic' => q(ဂျော်ဂျီယာ အချိန်),
6004             'standard' => q(ဂျော်ဂျီယာ စံတော်ချိန်),
6005             },
6006             },
6007             'Gilbert_Islands' => {
6008             long => {
6009             'standard' => q(ဂီလ်ဘတ်ကျွန်းစုအချိန်),
6010             },
6011             },
6012             'Greenland_Eastern' => {
6013             long => {
6014             'daylight' => q(အရှေ့ဂရင်းလန်း နွေရာသီ အချိန်),
6015             'generic' => q(အရှေ့ဂရင်းလန်း အချိန်),
6016             'standard' => q(အရှေ့ဂရင်းလန်း စံတော်ချိန်),
6017             },
6018             },
6019             'Greenland_Western' => {
6020             long => {
6021             'daylight' => q(အနောက် ဂရင်းလန်း နွေရာသီ အချိန်),
6022             'generic' => q(အနောက် ဂရင်းလန်း အချိန်),
6023             'standard' => q(အနောက် ဂရင်းလန်း စံတော်ချိန်),
6024             },
6025             },
6026             'Gulf' => {
6027             long => {
6028             'standard' => q(ပင်လယ်ဂွေ့ အချိန်),
6029             },
6030             },
6031             'Guyana' => {
6032             long => {
6033             'standard' => q(ဂိုင်ရာနားအချိန်),
6034             },
6035             },
6036             'Hawaii_Aleutian' => {
6037             long => {
6038             'daylight' => q(ဟာဝိုင်အီ အာလူးရှန်နေ့ပိုင်းအချိန်),
6039             'generic' => q(ဟာဝိုင်အီ အာလူးရှန်အချိန်),
6040             'standard' => q(ဟာဝိုင်အီ အာလူးရှန်စံတော်ချိန်),
6041             },
6042             },
6043             'Hong_Kong' => {
6044             long => {
6045             'daylight' => q(ဟောင်ကောင် နွေရာသီ အချိန်),
6046             'generic' => q(ဟောင်ကောင် အချိန်),
6047             'standard' => q(ဟောင်ကောင် စံတော်ချိန်),
6048             },
6049             },
6050             'Hovd' => {
6051             long => {
6052             'daylight' => q(ဟိုးဗ်နွေရာသီအချိန်),
6053             'generic' => q(ဟိုးဗ်အချိန်),
6054             'standard' => q(ဟိုးဗ်စံတော်ချိန်),
6055             },
6056             },
6057             'India' => {
6058             long => {
6059             'standard' => q(အိန္ဒြိယ စံတော်ချိန်),
6060             },
6061             },
6062             'Indian/Antananarivo' => {
6063             exemplarCity => q#အန်တာနာနာရီးဘို#,
6064             },
6065             'Indian/Chagos' => {
6066             exemplarCity => q#ချာဂိုစ်#,
6067             },
6068             'Indian/Christmas' => {
6069             exemplarCity => q#ခရစ်စမတ်စ်#,
6070             },
6071             'Indian/Cocos' => {
6072             exemplarCity => q#ကိုကိုးစ်#,
6073             },
6074             'Indian/Comoro' => {
6075             exemplarCity => q#ကွန်မိုရို#,
6076             },
6077             'Indian/Kerguelen' => {
6078             exemplarCity => q#ခူဂါလန်#,
6079             },
6080             'Indian/Mahe' => {
6081             exemplarCity => q#မာဟီ#,
6082             },
6083             'Indian/Maldives' => {
6084             exemplarCity => q#မောလ်ဒီးဖ်စ်#,
6085             },
6086             'Indian/Mauritius' => {
6087             exemplarCity => q#မောရီလျာ#,
6088             },
6089             'Indian/Mayotte' => {
6090             exemplarCity => q#မာရော့တ်#,
6091             },
6092             'Indian/Reunion' => {
6093             exemplarCity => q#ရယ်ယူးနယွန်#,
6094             },
6095             'Indian_Ocean' => {
6096             long => {
6097             'standard' => q(အိန္ဒြိယ သမုဒ္ဒရာ အချိန်),
6098             },
6099             },
6100             'Indochina' => {
6101             long => {
6102             'standard' => q(အင်ဒိုချိုင်းနား အချိန်),
6103             },
6104             },
6105             'Indonesia_Central' => {
6106             long => {
6107             'standard' => q(အလယ်ပိုင်း အင်ဒိုနီးရှား အချိန်),
6108             },
6109             },
6110             'Indonesia_Eastern' => {
6111             long => {
6112             'standard' => q(အရှေ့ပိုင်း အင်ဒိုနီးရှား အချိန်),
6113             },
6114             },
6115             'Indonesia_Western' => {
6116             long => {
6117             'standard' => q(အနောက်ပိုင်း အင်ဒိုနီးရှား အချိန်),
6118             },
6119             },
6120             'Iran' => {
6121             long => {
6122             'daylight' => q(အီရန် နေ့ပိုင်း အချိန်),
6123             'generic' => q(အီရန် အချိန်),
6124             'standard' => q(အီရန် စံတော်ချိန်),
6125             },
6126             },
6127             'Irkutsk' => {
6128             long => {
6129             'daylight' => q(အီရူခူတ်နွေရာသီအချိန်),
6130             'generic' => q(အီရူခူတ်အချိန်),
6131             'standard' => q(အီရူခူတ်စံတော်ချိန်),
6132             },
6133             },
6134             'Israel' => {
6135             long => {
6136             'daylight' => q(အစ္စရေး နေ့ပိုင်း အချိန်),
6137             'generic' => q(အစ္စရေး အချိန်),
6138             'standard' => q(အစ္စရေး စံတော်ချိန်),
6139             },
6140             },
6141             'Japan' => {
6142             long => {
6143             'daylight' => q(ဂျပန် နေ့ပိုင်း အချိန်),
6144             'generic' => q(ဂျပန် အချိန်),
6145             'standard' => q(ဂျပန် စံတော်ချိန်),
6146             },
6147             },
6148             'Kazakhstan_Eastern' => {
6149             long => {
6150             'standard' => q(အရှေ့ကာဇက်စတန် အချိန်),
6151             },
6152             },
6153             'Kazakhstan_Western' => {
6154             long => {
6155             'standard' => q(အနောက်ကာဇက်စတန်အချိန်),
6156             },
6157             },
6158             'Korea' => {
6159             long => {
6160             'daylight' => q(ကိုးရီးယား နေ့ပိုင်း အချိန်),
6161             'generic' => q(ကိုးရီးယား အချိန်),
6162             'standard' => q(ကိုးရီးယား စံတော်ချိန်),
6163             },
6164             },
6165             'Kosrae' => {
6166             long => {
6167             'standard' => q(ခိုစ်ရိုင်အချိန်),
6168             },
6169             },
6170             'Krasnoyarsk' => {
6171             long => {
6172             'daylight' => q(ခရာ့စ်နိုရာစ်နွေရာသီအချိန်),
6173             'generic' => q(ခရာ့စ်နိုရာစ်အချိန်),
6174             'standard' => q(ခရာ့စ်နိုရာစ်စံတော်ချိန်),
6175             },
6176             },
6177             'Kyrgystan' => {
6178             long => {
6179             'standard' => q(ခယ်ကစ်တန်အချိန်),
6180             },
6181             },
6182             'Lanka' => {
6183             long => {
6184             'standard' => q(သီရိလင်္ကာ အချိန်),
6185             },
6186             },
6187             'Line_Islands' => {
6188             long => {
6189             'standard' => q(လိုင်းကျွန်းစုအချိန်),
6190             },
6191             },
6192             'Lord_Howe' => {
6193             long => {
6194             'daylight' => q(လော့ဒ်ဟောင်နေ့ပိုင်းအချိန်),
6195             'generic' => q(လော့ဒ်ဟောင်အချိန်),
6196             'standard' => q(လော့ဒ်ဟောင်စံတော်ချိန်),
6197             },
6198             },
6199             'Macau' => {
6200             long => {
6201             'daylight' => q(မကာအို နွေရာသီ အချိန်),
6202             'generic' => q(မကာအို အချိန်),
6203             'standard' => q(မကာအို စံတော်ချိန်),
6204             },
6205             },
6206             'Macquarie' => {
6207             long => {
6208             'standard' => q(မခွါရီးအချိန်),
6209             },
6210             },
6211             'Magadan' => {
6212             long => {
6213             'daylight' => q(မာဂါဒန်းနွေရာသီအချိန်),
6214             'generic' => q(မာဂါဒန်းအချိန်),
6215             'standard' => q(မာဂါဒန်းစံတော်ချိန်),
6216             },
6217             },
6218             'Malaysia' => {
6219             long => {
6220             'standard' => q(မလေးရှား အချိန်),
6221             },
6222             },
6223             'Maldives' => {
6224             long => {
6225             'standard' => q(မောလ်ဒိုင်းဗ်အချိန်),
6226             },
6227             },
6228             'Marquesas' => {
6229             long => {
6230             'standard' => q(မာခေးအပ်စ်အချိန်),
6231             },
6232             },
6233             'Marshall_Islands' => {
6234             long => {
6235             'standard' => q(မာရယ်ကျွန်းစုအချိန်),
6236             },
6237             },
6238             'Mauritius' => {
6239             long => {
6240             'daylight' => q(မော်ရေရှားစ်နွေရာသီအချိန်),
6241             'generic' => q(မော်ရေရှားစ်အချိန်),
6242             'standard' => q(မော်ရေရှားစ်စံတော်ချိန်),
6243             },
6244             },
6245             'Mawson' => {
6246             long => {
6247             'standard' => q(မော်စွန်အချိန်),
6248             },
6249             },
6250             'Mexico_Northwest' => {
6251             long => {
6252             'daylight' => q(အနောက်တောင် မက္ကဆီကို နေ့ပိုင်းအချိန်),
6253             'generic' => q(အနောက်တောင် မက္ကဆီကို အချိန်),
6254             'standard' => q(အနောက်တောင် မက္ကဆီကို စံတော်ချိန်),
6255             },
6256             },
6257             'Mexico_Pacific' => {
6258             long => {
6259             'daylight' => q(မက္ကဆီကန် ပစိဖိတ် နေ့ပိုင်းအချိန်),
6260             'generic' => q(မက္ကဆီကန် ပစိဖိတ်အချိန်),
6261             'standard' => q(မက္ကဆီကန် ပစိဖိတ် စံတော်ချိန်),
6262             },
6263             },
6264             'Mongolia' => {
6265             long => {
6266             'daylight' => q(ဥလန်ဘာတောနွေရာသီအချိန်),
6267             'generic' => q(ဥလန်ဘာတောအချိန်),
6268             'standard' => q(ဥလန်ဘာတောစံတော်ချိန်),
6269             },
6270             },
6271             'Moscow' => {
6272             long => {
6273             'daylight' => q(မော့စ်ကိုနွေရာသီ အချိန်),
6274             'generic' => q(မော့စ်ကို အချိန်),
6275             'standard' => q(မော့စ်ကိုစံတော်ချိန်),
6276             },
6277             },
6278             'Myanmar' => {
6279             long => {
6280             'standard' => q(မြန်မာ အချိန်),
6281             },
6282             },
6283             'Nauru' => {
6284             long => {
6285             'standard' => q(နာဥူရူအချိန်),
6286             },
6287             },
6288             'Nepal' => {
6289             long => {
6290             'standard' => q(နီပေါ အချိန်),
6291             },
6292             },
6293             'New_Caledonia' => {
6294             long => {
6295             'daylight' => q(နယူးကာလီဒိုးနီးယားနွေရာသီအချိန်),
6296             'generic' => q(နယူးကာလီဒိုးနီးယားအချိန်),
6297             'standard' => q(နယူးကာလီဒိုးနီးယားစံတော်ချိန်),
6298             },
6299             },
6300             'New_Zealand' => {
6301             long => {
6302             'daylight' => q(နယူးဇီလန် နေ့ပိုင်း အချိန်),
6303             'generic' => q(နယူးဇီလန် အချိန်),
6304             'standard' => q(နယူးဇီလန် စံတော်ချိန်),
6305             },
6306             },
6307             'Newfoundland' => {
6308             long => {
6309             'daylight' => q(နယူးဖောင်လန် နေ့ပိုင်း အချိန်),
6310             'generic' => q(နယူးဖောင်လန် အချိန်),
6311             'standard' => q(နယူးဖောင်လန် စံတော်ချိန်),
6312             },
6313             },
6314             'Niue' => {
6315             long => {
6316             'standard' => q(နီဦးအေအချိန်),
6317             },
6318             },
6319             'Norfolk' => {
6320             long => {
6321             'standard' => q(နောဖော့ခ်ကျွန်းအချိန်),
6322             },
6323             },
6324             'Noronha' => {
6325             long => {
6326             'daylight' => q(ဖာနန်ဒိုးဒီနိုးရိုးညာနွေရာသီအချိန်),
6327             'generic' => q(ဖာနန်ဒိုးဒီနိုးရိုးညာအချိန်),
6328             'standard' => q(ဖာနန်ဒိုးဒီနိုးရိုးညာစံတော်ချိန်),
6329             },
6330             },
6331             'Novosibirsk' => {
6332             long => {
6333             'daylight' => q(နိုဗိုစဲဘီအဲယ်စ်နွေရာသီအချိန်),
6334             'generic' => q(နိုဗိုစဲဘီအဲယ်စ်အချိန်),
6335             'standard' => q(နိုဗိုစဲဘီအဲယ်စ်စံတော်ချိန်),
6336             },
6337             },
6338             'Omsk' => {
6339             long => {
6340             'daylight' => q(အွမ်းစ်ခ်နွေရာသီအချိန်),
6341             'generic' => q(အွမ်းစ်ခ်အချိန်),
6342             'standard' => q(အွမ်းစ်ခ်စံတော်ချိန်),
6343             },
6344             },
6345             'Pacific/Apia' => {
6346             exemplarCity => q#အားပီအား#,
6347             },
6348             'Pacific/Auckland' => {
6349             exemplarCity => q#အော့ကလန်#,
6350             },
6351             'Pacific/Bougainville' => {
6352             exemplarCity => q#ဘူဂန်ဗီးလီးယား#,
6353             },
6354             'Pacific/Chatham' => {
6355             exemplarCity => q#ချားသမ်#,
6356             },
6357             'Pacific/Easter' => {
6358             exemplarCity => q#အီစတာ#,
6359             },
6360             'Pacific/Efate' => {
6361             exemplarCity => q#အီဖာတီ#,
6362             },
6363             'Pacific/Enderbury' => {
6364             exemplarCity => q#အန်ဒါဘူရီ#,
6365             },
6366             'Pacific/Fakaofo' => {
6367             exemplarCity => q#ဖာခါအိုဖို#,
6368             },
6369             'Pacific/Fiji' => {
6370             exemplarCity => q#ဖီဂျီ#,
6371             },
6372             'Pacific/Funafuti' => {
6373             exemplarCity => q#ဖူနာဖူတီ#,
6374             },
6375             'Pacific/Galapagos' => {
6376             exemplarCity => q#ဂါလာပါဂိုစ်#,
6377             },
6378             'Pacific/Gambier' => {
6379             exemplarCity => q#ဂန်ဘီအာ#,
6380             },
6381             'Pacific/Guadalcanal' => {
6382             exemplarCity => q#ဂွာဒါခယ်နယ်လ်#,
6383             },
6384             'Pacific/Guam' => {
6385             exemplarCity => q#ဂူအမ်#,
6386             },
6387             'Pacific/Honolulu' => {
6388             exemplarCity => q#ဟိုနိုလူလူ#,
6389             },
6390             'Pacific/Johnston' => {
6391             exemplarCity => q#ဂျွန်စတန်#,
6392             },
6393             'Pacific/Kiritimati' => {
6394             exemplarCity => q#ခရစ့်မားစ်#,
6395             },
6396             'Pacific/Kosrae' => {
6397             exemplarCity => q#ခိုစ်ရိုင်#,
6398             },
6399             'Pacific/Kwajalein' => {
6400             exemplarCity => q#ခွာဂျာလိန်#,
6401             },
6402             'Pacific/Majuro' => {
6403             exemplarCity => q#မူဂျုးရို#,
6404             },
6405             'Pacific/Marquesas' => {
6406             exemplarCity => q#မာခေးအပ်စ်#,
6407             },
6408             'Pacific/Midway' => {
6409             exemplarCity => q#မစ်ဒ်ဝေး#,
6410             },
6411             'Pacific/Nauru' => {
6412             exemplarCity => q#နာဥူရူ#,
6413             },
6414             'Pacific/Niue' => {
6415             exemplarCity => q#နီဦးအေ#,
6416             },
6417             'Pacific/Norfolk' => {
6418             exemplarCity => q#နော်ဖော့ခ်#,
6419             },
6420             'Pacific/Noumea' => {
6421             exemplarCity => q#နူမယ်အာ#,
6422             },
6423             'Pacific/Pago_Pago' => {
6424             exemplarCity => q#ဖါငိုဖါငို#,
6425             },
6426             'Pacific/Palau' => {
6427             exemplarCity => q#ဖလောင်#,
6428             },
6429             'Pacific/Pitcairn' => {
6430             exemplarCity => q#ပိကိန်း#,
6431             },
6432             'Pacific/Ponape' => {
6433             exemplarCity => q#ဖိုနာဖဲအ်#,
6434             },
6435             'Pacific/Port_Moresby' => {
6436             exemplarCity => q#ဖို့တ် မိုရက်စ်ဘီ#,
6437             },
6438             'Pacific/Rarotonga' => {
6439             exemplarCity => q#ရာရိုတွန်းဂါ#,
6440             },
6441             'Pacific/Saipan' => {
6442             exemplarCity => q#ဆိုင်းပန်#,
6443             },
6444             'Pacific/Tahiti' => {
6445             exemplarCity => q#တာဟီတီ#,
6446             },
6447             'Pacific/Tarawa' => {
6448             exemplarCity => q#တာရာဝါ#,
6449             },
6450             'Pacific/Tongatapu' => {
6451             exemplarCity => q#တွန်ဂါတာပု#,
6452             },
6453             'Pacific/Truk' => {
6454             exemplarCity => q#ချုခ်#,
6455             },
6456             'Pacific/Wake' => {
6457             exemplarCity => q#ဝက်ခ်#,
6458             },
6459             'Pacific/Wallis' => {
6460             exemplarCity => q#ဝေါလီစ်#,
6461             },
6462             'Pakistan' => {
6463             long => {
6464             'daylight' => q(ပါကစ္စတန် နွေရာသီ အချိန်),
6465             'generic' => q(ပါကစ္စတန် အချိန်),
6466             'standard' => q(ပါကစ္စတန် စံတော်ချိန်),
6467             },
6468             },
6469             'Palau' => {
6470             long => {
6471             'standard' => q(ဖလောင်အချိန်),
6472             },
6473             },
6474             'Papua_New_Guinea' => {
6475             long => {
6476             'standard' => q(ပါပူရာနယူးဂီနီ အချိန်),
6477             },
6478             },
6479             'Paraguay' => {
6480             long => {
6481             'daylight' => q(ပါရာဂွေး နွေရာသီ အချိန်),
6482             'generic' => q(ပါရာဂွေး အချိန်),
6483             'standard' => q(ပါရာဂွေး စံတော်ချိန်),
6484             },
6485             },
6486             'Peru' => {
6487             long => {
6488             'daylight' => q(ပီရူး နွေရာသီ အချိန်),
6489             'generic' => q(ပီရူး အချိန်),
6490             'standard' => q(ပီရူး စံတော်ချိန်),
6491             },
6492             },
6493             'Philippines' => {
6494             long => {
6495             'daylight' => q(ဖိလစ်ပိုင် နွေရာသီ အချိန်),
6496             'generic' => q(ဖိလစ်ပိုင် အချိန်),
6497             'standard' => q(ဖိလစ်ပိုင် စံတော်ချိန်),
6498             },
6499             },
6500             'Phoenix_Islands' => {
6501             long => {
6502             'standard' => q(ဖီးနစ်ကျွန်းစုအချိန်),
6503             },
6504             },
6505             'Pierre_Miquelon' => {
6506             long => {
6507             'daylight' => q(စိန့်ပီအဲနှင့်မီခွီလွန်နေ့ပိုင်းအချိန်),
6508             'generic' => q(စိန့်ပီအဲနှင့်မီခွီလွန်အချိန်),
6509             'standard' => q(စိန့်ပီအဲနှင့်မီခွီလွန်စံတော်ချိန်),
6510             },
6511             },
6512             'Pitcairn' => {
6513             long => {
6514             'standard' => q(ပိကိန်းအချိန်),
6515             },
6516             },
6517             'Ponape' => {
6518             long => {
6519             'standard' => q(ဖိုနာဖဲအ်အချိန်),
6520             },
6521             },
6522             'Reunion' => {
6523             long => {
6524             'standard' => q(ရဲအူနီရွန်အချိန်),
6525             },
6526             },
6527             'Rothera' => {
6528             long => {
6529             'standard' => q(ရိုသီရာအချိန်),
6530             },
6531             },
6532             'Sakhalin' => {
6533             long => {
6534             'daylight' => q(စဲက်ခါလီးင်နွေရာသီအချိန်),
6535             'generic' => q(စဲက်ခါလီင်းအချိန်),
6536             'standard' => q(စဲက်ခါလီင်းစံတော်ချိန်),
6537             },
6538             },
6539             'Samoa' => {
6540             long => {
6541             'daylight' => q(ဆာမိုအာနေ့အချိန်),
6542             'generic' => q(ဆာမိုအာအချိန်),
6543             'standard' => q(ဆာမိုအာစံတော်ချိန်),
6544             },
6545             },
6546             'Seychelles' => {
6547             long => {
6548             'standard' => q(ဆေးရှလ်အချိန်),
6549             },
6550             },
6551             'Singapore' => {
6552             long => {
6553             'standard' => q(စင်္ကာပူ စံတော်ချိန်),
6554             },
6555             },
6556             'Solomon' => {
6557             long => {
6558             'standard' => q(ဆိုလိုမွန်ကျွန်းစုအချိန်),
6559             },
6560             },
6561             'South_Georgia' => {
6562             long => {
6563             'standard' => q(တောင်ဂျော်ဂျီယာ အချိန်),
6564             },
6565             },
6566             'Suriname' => {
6567             long => {
6568             'standard' => q(စူးရီနာမ်အချိန်),
6569             },
6570             },
6571             'Syowa' => {
6572             long => {
6573             'standard' => q(ရှိုဝါအချိန်),
6574             },
6575             },
6576             'Tahiti' => {
6577             long => {
6578             'standard' => q(တာဟီတီအချိန်),
6579             },
6580             },
6581             'Taipei' => {
6582             long => {
6583             'daylight' => q(တိုင်ပေနေ့ပိုင်းအချိန်),
6584             'generic' => q(တိုင်ပေအချိန်),
6585             'standard' => q(တိုင်ပေစံတော်ချိန်),
6586             },
6587             },
6588             'Tajikistan' => {
6589             long => {
6590             'standard' => q(တာဂျီကစ္စတန်အချိန်),
6591             },
6592             },
6593             'Tokelau' => {
6594             long => {
6595             'standard' => q(တိုကီလာဥ အချိန်),
6596             },
6597             },
6598             'Tonga' => {
6599             long => {
6600             'daylight' => q(တွန်ဂါနွေရာသီအချိန်),
6601             'generic' => q(တွန်ဂါအချိန်),
6602             'standard' => q(တွန်ဂါစံတော်ချိန်),
6603             },
6604             },
6605             'Truk' => {
6606             long => {
6607             'standard' => q(ချုခ်အချိန်),
6608             },
6609             },
6610             'Turkmenistan' => {
6611             long => {
6612             'daylight' => q(တာခ်မီန့စ်တန်နွေရာသီအချိန်),
6613             'generic' => q(တာခ်မီန့စ်တန်အချိန်),
6614             'standard' => q(တာခ်မီန့စ်တန်စံတော်ချိန်),
6615             },
6616             },
6617             'Tuvalu' => {
6618             long => {
6619             'standard' => q(ထူဗာလူအချိန်),
6620             },
6621             },
6622             'Uruguay' => {
6623             long => {
6624             'daylight' => q(ဥရုဂွေး နွေရာသီ အချိန်),
6625             'generic' => q(ဥရုဂွေး အချိန်),
6626             'standard' => q(ဥရုဂွေး စံတော်ချိန်),
6627             },
6628             },
6629             'Uzbekistan' => {
6630             long => {
6631             'daylight' => q(ဥဘက်ကစ္စတန် နွေရာသီ အချိန်),
6632             'generic' => q(ဥဘက်ကစ္စတန် အချိန်),
6633             'standard' => q(ဥဘက်ကစ္စတန် စံတော်ချိန်),
6634             },
6635             },
6636             'Vanuatu' => {
6637             long => {
6638             'daylight' => q(ဗာနုအာတူနွေရာသီအချိန်),
6639             'generic' => q(ဗာနုအာတူအချိန်),
6640             'standard' => q(ဗာနုအာတူစံတော်ချိန်),
6641             },
6642             },
6643             'Venezuela' => {
6644             long => {
6645             'standard' => q(ဗင်နီဇွဲလား အချိန်),
6646             },
6647             },
6648             'Vladivostok' => {
6649             long => {
6650             'daylight' => q(ဗလာဒါဗိုစ်တိုခ်နွေရာသီအချိန်),
6651             'generic' => q(ဗလာဒါဗိုစ်တိုခ်အချိန်),
6652             'standard' => q(ဗလာဒါဗိုစ်တိုခ်စံတော်ချိန်),
6653             },
6654             },
6655             'Volgograd' => {
6656             long => {
6657             'daylight' => q(ဗိုလ်ဂိုဂရက်နွေရာသီအချိန်),
6658             'generic' => q(ဗိုလ်ဂိုဂရက်အချိန်),
6659             'standard' => q(ဗိုလ်ဂိုဂရက်စံတော်ချိန်),
6660             },
6661             },
6662             'Vostok' => {
6663             long => {
6664             'standard' => q(ဗိုစ်တိုခ်အချိန်),
6665             },
6666             },
6667             'Wake' => {
6668             long => {
6669             'standard' => q(ဝိတ်ခ်ကျွန်းအချိန်),
6670             },
6671             },
6672             'Wallis' => {
6673             long => {
6674             'standard' => q(ဝေါလီစ်နှင့်),
6675             },
6676             },
6677             'Yakutsk' => {
6678             long => {
6679             'daylight' => q(ယူခူးတ်စ်နွေရာသီအချိန်),
6680             'generic' => q(ယူခူးတ်စ်အချိန်),
6681             'standard' => q(ယူခူးတ်စ်စံတော်ချိန်),
6682             },
6683             },
6684             'Yekaterinburg' => {
6685             long => {
6686             'daylight' => q(ရယ်ခါးတီရင်ဘာခ်နွေရာသီအချိန်),
6687             'generic' => q(ရယ်ခါးတီရင်ဘားခ်အချိန်),
6688             'standard' => q(ရယ်ခါးတီရင်ဘားခ်စံတော်ချိန်),
6689             },
6690             },
6691             } }
6692             );
6693 1     1   15716 no Moo;
  1         2  
  1         10  
6694              
6695             1;
6696              
6697             # vim: tabstop=4