File Coverage

blib/lib/Locale/CLDR/Locales/Chr.pm
Criterion Covered Total %
statement 35 35 100.0
branch n/a
condition n/a
subroutine 12 12 100.0
pod n/a
total 47 47 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Chr - Package for language Cherokee
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Chr;
10             # This file auto generated from Data\common\main\chr.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   2043362 use strict;
  1         3  
  1         48  
14 1     1   6 use warnings;
  1         4  
  1         65  
15 1     1   8 use version;
  1         8  
  1         29  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   154 use v5.12.0;
  1         6  
20 1     1   7 use mro 'c3';
  1         3  
  1         9  
21 1     1   42 use utf8;
  1         2  
  1         11  
22 1     1   68 use feature 'unicode_strings';
  1         3  
  1         173  
23 1     1   10 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         3  
  1         11  
24 1     1   3123 use Moo;
  1         3  
  1         14  
25              
26             extends('Locale::CLDR::Locales::Root');
27             has 'valid_algorithmic_formats' => (
28             is => 'ro',
29             isa => ArrayRef,
30             init_arg => undef,
31             default => sub {[ 'spellout-numbering-year','spellout-numbering','spellout-cardinal' ]},
32             );
33              
34             has 'algorithmic_number_format_data' => (
35             is => 'ro',
36             isa => HashRef,
37             init_arg => undef,
38             default => sub {
39 1     1   942 use bigfloat;
  1         3  
  1         11  
40             return {
41             'spellout-cardinal' => {
42             'public' => {
43             '0' => {
44             base_value => q(0),
45             divisor => q(1),
46             rule => q(=%spellout-numbering=),
47             },
48             'max' => {
49             base_value => q(0),
50             divisor => q(1),
51             rule => q(=%spellout-numbering=),
52             },
53             },
54             },
55             'spellout-numbering' => {
56             'public' => {
57             '-x' => {
58             divisor => q(1),
59             rule => q(ꭺꮳꮄꮝꮧ →→),
60             },
61             '0' => {
62             base_value => q(0),
63             divisor => q(1),
64             rule => q(ꮭ ꭺꮝꮧ),
65             },
66             'x.x' => {
67             divisor => q(1),
68             rule => q(←← ꭺꮝꮣᏹ →→),
69             },
70             '1' => {
71             base_value => q(1),
72             divisor => q(1),
73             rule => q(ꮠꮼ),
74             },
75             '2' => {
76             base_value => q(2),
77             divisor => q(1),
78             rule => q(ꮤꮅ),
79             },
80             '3' => {
81             base_value => q(3),
82             divisor => q(1),
83             rule => q(ꮶꭲ),
84             },
85             '4' => {
86             base_value => q(4),
87             divisor => q(1),
88             rule => q(ꮕꭹ),
89             },
90             '5' => {
91             base_value => q(5),
92             divisor => q(1),
93             rule => q(ꭿꮝꭹ),
94             },
95             '6' => {
96             base_value => q(6),
97             divisor => q(1),
98             rule => q(ꮡꮣꮅ),
99             },
100             '7' => {
101             base_value => q(7),
102             divisor => q(1),
103             rule => q(ꭶꮅꮙꭹ),
104             },
105             '8' => {
106             base_value => q(8),
107             divisor => q(1),
108             rule => q(ꮷꮑꮃ),
109             },
110             '9' => {
111             base_value => q(9),
112             divisor => q(1),
113             rule => q(ꮠꮑꮃ),
114             },
115             '10' => {
116             base_value => q(10),
117             divisor => q(10),
118             rule => q(ꮝꭺꭿ),
119             },
120             '11' => {
121             base_value => q(11),
122             divisor => q(10),
123             rule => q(ꮜꮪ),
124             },
125             '12' => {
126             base_value => q(12),
127             divisor => q(10),
128             rule => q(ꮤꮅꮪ),
129             },
130             '13' => {
131             base_value => q(13),
132             divisor => q(10),
133             rule => q(ꮶꭶꮪ),
134             },
135             '14' => {
136             base_value => q(14),
137             divisor => q(10),
138             rule => q(ꮒꭶꮪ),
139             },
140             '15' => {
141             base_value => q(15),
142             divisor => q(10),
143             rule => q(ꭿꮝꭶꮪ),
144             },
145             '16' => {
146             base_value => q(16),
147             divisor => q(10),
148             rule => q(ꮣꮃꮪ),
149             },
150             '17' => {
151             base_value => q(17),
152             divisor => q(10),
153             rule => q(ꭶꮅꮖꮪ),
154             },
155             '18' => {
156             base_value => q(18),
157             divisor => q(10),
158             rule => q(ꮑꮃꮪ),
159             },
160             '19' => {
161             base_value => q(19),
162             divisor => q(10),
163             rule => q(ꮠꮑꮃꮪ),
164             },
165             '20' => {
166             base_value => q(20),
167             divisor => q(10),
168             rule => q(ꮤꮅꮝꭺ→%%spellout-tens→),
169             },
170             '30' => {
171             base_value => q(30),
172             divisor => q(10),
173             rule => q(ꮶꭲꮝꭺ→%%spellout-tens→),
174             },
175             '40' => {
176             base_value => q(40),
177             divisor => q(10),
178             rule => q(ꮕꭹꮝꭺ→%%spellout-tens→),
179             },
180             '50' => {
181             base_value => q(50),
182             divisor => q(10),
183             rule => q(ꭿꮝꭹꮝꭺ→%%spellout-tens→),
184             },
185             '60' => {
186             base_value => q(60),
187             divisor => q(10),
188             rule => q(ꮡꮣꮅꮝꭺ→%%spellout-tens→),
189             },
190             '70' => {
191             base_value => q(70),
192             divisor => q(10),
193             rule => q(ꭶꮅꮖꮝꭺ→%%spellout-tens→),
194             },
195             '80' => {
196             base_value => q(80),
197             divisor => q(10),
198             rule => q(ꮷꮑꮃꮝꭺ→%%spellout-tens→),
199             },
200             '90' => {
201             base_value => q(90),
202             divisor => q(10),
203             rule => q(ꮠꮑꮃꮝꭺ→%%spellout-tens→),
204             },
205             '100' => {
206             base_value => q(100),
207             divisor => q(100),
208             rule => q(←← ꮝꭺꭿꮵꮖ[ →→]),
209             },
210             '1000' => {
211             base_value => q(1000),
212             divisor => q(1000),
213             rule => q(←← ꭲꮿꭶᏼꮅ[ →→]),
214             },
215             '1000000' => {
216             base_value => q(1000000),
217             divisor => q(1000000),
218             rule => q(←← ꭲᏻꮖꮧꮕꮣ[ →→]),
219             },
220             '1000000000' => {
221             base_value => q(1000000000),
222             divisor => q(1000000000),
223             rule => q(←← ꭲꮿꮤꮃꮧꮕꮫ[ →→]),
224             },
225             '1000000000000' => {
226             base_value => q(1000000000000),
227             divisor => q(1000000000000),
228             rule => q(←← ꭲꮿꮶꭰꮧꮕꮫ[ →→]),
229             },
230             '1000000000000000' => {
231             base_value => q(1000000000000000),
232             divisor => q(1000000000000000),
233             rule => q(←← ꭲꮿꮕꭶꮧꮕꮫ[ →→]),
234             },
235             '1000000000000000000' => {
236             base_value => q(1000000000000000000),
237             divisor => q(1000000000000000000),
238             rule => q(=#,##0=),
239             },
240             'Inf' => {
241             divisor => q(1),
242             rule => q(ꭲꭺꭿꮣ ꭸꮢ),
243             },
244             'NaN' => {
245             divisor => q(1),
246             rule => q(ꭷꮒꭹꮣ ꮧꮞꮝꮧ),
247             },
248             'max' => {
249             divisor => q(1),
250             rule => q(ꭷꮒꭹꮣ ꮧꮞꮝꮧ),
251             },
252             },
253             },
254             'spellout-numbering-year' => {
255             'public' => {
256             '0' => {
257             base_value => q(0),
258             divisor => q(1),
259             rule => q(=%spellout-numbering=),
260             },
261             'x.x' => {
262             divisor => q(1),
263             rule => q(=0.0=),
264             },
265             'max' => {
266             divisor => q(1),
267             rule => q(=0.0=),
268             },
269             },
270             },
271             'spellout-tens' => {
272             'private' => {
273             '0' => {
274             base_value => q(0),
275             divisor => q(1),
276             rule => q(ꭿ),
277             },
278             '1' => {
279             base_value => q(1),
280             divisor => q(1),
281             rule => q(' =%spellout-numbering=),
282             },
283             'max' => {
284             base_value => q(1),
285             divisor => q(1),
286             rule => q(' =%spellout-numbering=),
287             },
288             },
289             },
290             } },
291             );
292              
293             has 'display_name_language' => (
294             is => 'ro',
295             isa => CodeRef,
296             init_arg => undef,
297             default => sub {
298             sub {
299             my %languages = (
300             'aa' => 'ᎠᏩᎳ',
301             'ab' => 'ᎠᏆᏏᎠᏂ',
302             'ace' => 'ᎠᏥᏂᏏ',
303             'ada' => 'ᎠᏓᎾᎦᎺ',
304             'ady' => 'ᎠᏗᎨ',
305             'af' => 'ᎠᎬᎿᎨᏍᏛ',
306             'agq' => 'ᎠᎨᎹ',
307             'ain' => 'ᎠᏱᏄ',
308             'ak' => 'ᎠᎧᎾ',
309             'ale' => 'ᎠᎵᎤᏘ',
310             'alt' => 'ᏧᎦᎾᏮ ᏗᏜ ᎠᎵᏔᎢ',
311             'am' => 'ᎠᎹᎭᎵᎩ',
312             'an' => 'ᎠᏩᎪᏂᏏ',
313             'ann' => 'ᎣᏉᎶ',
314             'anp' => 'ᎠᎾᎩᎧ',
315             'ar' => 'ᎡᎳᏈ',
316             'ar_001' => 'ᎪᎯᏊ ᎢᎬᏥᎩ ᎠᏟᎶᏍᏗ ᎡᎳᏈ',
317             'arn' => 'ᎹᏊᏤ',
318             'arp' => 'ᎠᏩᏈᎰ',
319             'ars' => 'ᎾᏣᏗ ᎠᎳᏈ',
320             'as' => 'ᎠᏌᎻᏏ',
321             'asa' => 'ᎠᏑ',
322             'ast' => 'ᎠᏍᏚᎵᎠᏂ',
323             'atj' => 'ᎠᏂᏘᎧᎺᏆ',
324             'av' => 'ᎠᏩᎵᎧ',
325             'awa' => 'ᎠᏩᏗ',
326             'ay' => 'ᎠᏱᎹᎳ',
327             'az' => 'ᎠᏎᏆᏣᏂ',
328             'az@alt=short' => 'ᎠᏎᎵ',
329             'ba' => 'ᏆᏍᎯᎩᎠ',
330             'ban' => 'ᏆᎵᏁᏏ',
331             'bas' => 'ᏆᏌᎠ',
332             'be' => 'ᏇᎳᎷᏏ',
333             'bem' => 'ᏇᎹᏆ',
334             'bez' => 'ᏇᎾ',
335             'bg' => 'ᏊᎵᎨᎵᎠᏂ',
336             'bgc' => 'ᎭᏯᏅᎢ',
337             'bho' => 'ᏉᏣᏊᎵ',
338             'bi' => 'ᏈᏍᎳᎹ',
339             'bin' => 'ᏈᏂ',
340             'bla' => 'ᏏᎩᏏᎧ',
341             'blo' => 'ᎠᏂᎵ',
342             'bm' => 'ᏆᎻᏆᎳ',
343             'bn' => 'ᏇᏂᎦᎳ',
344             'bo' => 'ᏘᏇᏔᏂ',
345             'br' => 'ᏇᏙᏂ',
346             'brx' => 'ᏉᏙ',
347             'bs' => 'ᏆᏍᏂᎠᏂ',
348             'bug' => 'ᏈᎥᎩᏂᏍ',
349             'byn' => 'ᏟᏂ',
350             'ca' => 'ᎨᏔᎳᏂ',
351             'cay' => 'ᎧᏳᎦ',
352             'ccp' => 'ᏣᎧᎹ',
353             'ce' => 'ᏤᏤᏂ',
354             'ceb' => 'ᏎᏆᏃ',
355             'cgg' => 'ᏥᎦ',
356             'ch' => 'ᏣᎼᎶ',
357             'chk' => 'ᏧᎨᏎ',
358             'chm' => 'ᎹᎵ',
359             'cho' => 'ᎠᏣᏓ',
360             'chp' => 'ᎠᏥᏇᏯᏂ',
361             'chr' => 'ᏣᎳᎩ',
362             'chy' => 'ᏣᏰᏂ',
363             'ckb' => 'ᎠᏰᏟ ᎫᏗᏏ',
364             'clc' => 'ᏥᎸᎪᏘᎾ',
365             'co' => 'ᎪᎵᏍᎢᎧᏂ',
366             'crg' => 'ᎻᏥᏩ',
367             'crj' => 'ᏧᎦᏃᏮ ᏗᎧᎸᎬ Ꮯ',
368             'crk' => 'ᏠᎨᏏ Ꮯ',
369             'crl' => 'ᏧᏴᏢ ᏗᎧᎸᎬ Ꮯ',
370             'crm' => 'ᎠᏫ ᎡᏆ Ꮯ',
371             'crr' => 'ᎠᎵᎦᏂᏈᎠᎾ',
372             'crs' => 'ᏎᏎᎵᏩ ᏟᏲᎵ ᎠᏂᎦᎸ',
373             'cs' => 'ᏤᎩ',
374             'csw' => 'ᏌᎷᏱ Ꮯ',
375             'cu' => 'ᏧᏂᎳᏫᏍᏗ ᏍᎳᏫᎪ',
376             'cv' => 'ᏧᏩᏏ',
377             'cy' => 'ᏪᎵᏏ',
378             'da' => 'ᏕᏂᏍ',
379             'dak' => 'ᏓᎪᏔ',
380             'dar' => 'ᏓᎳᏆ',
381             'dav' => 'ᏔᎢᏔ',
382             'de' => 'ᏙᎢᏥ',
383             'de_AT' => 'ᎠᏟᏯᏂ ᎠᏂᏓᏥ',
384             'de_CH' => 'ᏍᏫᏏ ᎦᎸᎳᏗ ᎠᏂᏓᏥ',
385             'dgr' => 'ᎩᏟ ᎤᏄᎳᏥ',
386             'dje' => 'ᏌᎹ',
387             'doi' => 'ᏙᎦᎵ',
388             'dsb' => 'ᎡᎳᏗ ᏐᏈᎠᏂ',
389             'dua' => 'ᏚᎠᎳ',
390             'dv' => 'ᏗᏪᎯ',
391             'dyo' => 'ᏦᎳ-ᏬᏱ',
392             'dz' => 'ᏓᏐᏅᎧ',
393             'dzg' => 'ᏓᏌᎦ',
394             'ebu' => 'ᎡᎻᏊ',
395             'ee' => 'ᎡᏪ',
396             'efi' => 'ᎡᏫᎩ',
397             'eka' => 'ᎨᎧᏧᎧ',
398             'el' => 'ᎠᏂᎪᎢ',
399             'en' => 'ᎩᎵᏏ',
400             'en_AU' => 'ᎡᎳᏗᏜ ᎩᎵᏏ',
401             'en_CA' => 'ᎨᎾᏓ ᎩᎵᏏ',
402             'en_GB' => 'ᎩᎵᏏᏲ ᎩᎵᏏ',
403             'en_GB@alt=short' => 'UK ᎩᎵᏏ',
404             'en_US' => 'ᎠᎹᏰᏟ ᎩᎵᏏ',
405             'en_US@alt=short' => 'US ᎩᎵᏏ',
406             'eo' => 'ᎡᏍᏇᎳᏂᏙ',
407             'es' => 'ᏍᏆᏂ',
408             'es_419' => 'ᏔᏘᏂ ᎠᎹᏰᏟ ᏍᏆᏂ',
409             'es_ES' => 'ᎠᏂᏍᏆᏂᏱ ᏍᏆᏂ',
410             'es_MX' => 'ᏍᏆᏂᏱ ᏍᏆᏂ',
411             'et' => 'ᎡᏍᏙᏂᎠᏂ',
412             'eu' => 'ᏆᏍᎨ',
413             'ewo' => 'ᎡᏬᏂᏙ',
414             'fa' => 'ᏇᏏᎠᏂ',
415             'fa_AF' => 'ᏓᎵ',
416             'ff' => 'ᏊᎳᏂ',
417             'fi' => 'ᏈᏂᏍ',
418             'fil' => 'ᎠᏈᎵᎩ',
419             'fj' => 'ᏫᏥᎠᏂ',
420             'fo' => 'ᏇᎶᎡᏍ',
421             'fon' => 'ᏠᏂ',
422             'fr' => 'ᎦᎸᏥ',
423             'fr_CA' => 'ᎨᎾᏓ ᎦᎸᏥ',
424             'fr_CH' => 'ᏍᏫᏏ ᎦᎸᏥ',
425             'frc' => 'ᎨᏨᏂ ᎦᎸᏥ',
426             'frr' => 'ᏧᏴᏢ ᎷᏈ',
427             'fur' => 'ᏞᎤᎵᎠᏂ',
428             'fy' => 'ᏭᏕᎵᎬ ᏗᏜ ᏟᏏᎠᏂ',
429             'ga' => 'ᎨᎵᎩ',
430             'gaa' => 'Ꭶ',
431             'gd' => 'ᏍᎦᏗ ᎨᎵᎩ',
432             'gez' => 'ᎩᏏ',
433             'gil' => 'ᎩᏇᏘᏏ',
434             'gl' => 'ᎦᎵᏏᎠᏂ',
435             'gn' => 'ᏆᎳᏂ',
436             'gor' => 'ᎪᎶᏂᏔᏃ',
437             'gsw' => 'ᏍᏫᏏ ᎠᏂᏓᏥ',
438             'gu' => 'ᎫᏣᎳᏘ',
439             'guz' => 'ᎫᏏ',
440             'gv' => 'ᎹᎾᎧᏏ',
441             'gwi' => 'ᏈᏥᏂ',
442             'ha' => 'ᎭᎤᏌ',
443             'hai' => 'ᎭᏱᏓ',
444             'haw' => 'ᎭᏩᎼ',
445             'hax' => 'ᏧᎦᏃᏮ ᏗᏜ ᎭᏱᏓ',
446             'he' => 'ᎠᏂᏈᎷ',
447             'hi' => 'ᎯᏂᏗ',
448             'hi_Latn@alt=variant' => 'ᎯᏂᏲᏁᎦ',
449             'hil' => 'ᎯᎵᎨᎾᏂ',
450             'hmn' => 'ᎭᎼᏂᎩ',
451             'hr' => 'ᎧᎶᎡᏏᏂ',
452             'hsb' => 'ᎦᎸᎳᏗᎨ ᏐᏈᎠᏂ',
453             'ht' => 'ᎮᏏᎠᏂ ᏟᏲᎵ',
454             'hu' => 'ᎲᏂᎦᎵᎠᏂ',
455             'hup' => 'ᎠᏂᎱᏆ',
456             'hur' => 'ᎭᎵᎪᎺᎴᎻ',
457             'hy' => 'ᎠᎳᎻᎠᏂ',
458             'hz' => 'ᎮᎴᎶ',
459             'ia' => 'ᎠᏰᏟ ᎦᏬᏂᎯᏍᏗ',
460             'iba' => 'ᎢᏆᏂ',
461             'ibb' => 'ᎢᏈᏈᎣ',
462             'id' => 'ᎢᏂᏙᏂᏏᎠ',
463             'ie' => 'ᏈᏖᎵᏆ',
464             'ig' => 'ᎢᎦᎪ',
465             'ii' => 'ᏏᏧᏩᏂ Ᏹ',
466             'ikt' => 'ᏭᏕᎵᎬ ᎨᎾᏓ ᎢᏄᎩᏘᏚᏘ',
467             'ilo' => 'ᎢᎶᎪ',
468             'inh' => 'ᎢᏂᎫᏏ',
469             'io' => 'ᎢᏙ',
470             'is' => 'ᏧᏁᏍᏓᎸᎯᎢᎩ',
471             'it' => 'ᎬᏩᎵᏲᏥᎢ',
472             'iu' => 'ᎢᏄᎦᏘᏚ',
473             'ja' => 'ᏣᏩᏂᏏ',
474             'jbo' => 'ᎶᏣᏆᏂ',
475             'jgo' => 'ᎾᎪᏆ',
476             'jmc' => 'ᎹᏣᎺ',
477             'jv' => 'ᏆᏌ ᏣᏩ',
478             'ka' => 'ᏦᏥᎠᏂ',
479             'kab' => 'ᎧᏈᎴ',
480             'kac' => 'ᎧᏥᏂ',
481             'kaj' => 'ᏥᏧ',
482             'kam' => 'ᎧᎻᏆ',
483             'kbd' => 'ᎧᏆᏗᎠᏂ',
484             'kcg' => 'ᏔᏯᏆ',
485             'kde' => 'ᎹᎪᏕ',
486             'kea' => 'ᎧᏊᏪᏗᎠᏄ',
487             'kfo' => 'ᎪᎶ',
488             'kgp' => 'ᎨᏂᎨᏂ',
489             'kha' => 'ᎧᏏ',
490             'khq' => 'ᎪᏱᎳ ᏥᏂ',
491             'ki' => 'ᎩᎫᏳ',
492             'kj' => 'ᎫᏩᏂᎠᎹ',
493             'kk' => 'ᎧᏌᎧ',
494             'kkj' => 'ᎧᎪ',
495             'kl' => 'ᎧᎳᎵᏑᏘ',
496             'kln' => 'ᎧᎴᏂᏥᏂ',
497             'km' => 'ᎩᎻᎷ',
498             'kmb' => 'ᎩᎻᏊᏚ',
499             'kn' => 'ᎧᎾᏓ',
500             'ko' => 'ᎪᎵᎠᏂ',
501             'kok' => 'ᎧᏂᎧᏂ',
502             'kpe' => 'ᏇᎴ',
503             'kr' => 'ᎧᏄᎵ',
504             'krc' => 'ᎧᎳᏣᏱ-ᏆᎵᎧᎵ',
505             'krl' => 'ᎧᎴᎵᎠᏂ',
506             'kru' => 'ᎫᎷᎩ',
507             'ks' => 'ᎧᏏᎻᎵ',
508             'ksb' => 'ᏝᎻᏆᎸ',
509             'ksf' => 'ᏆᏫᎠ',
510             'ksh' => 'ᎪᎶᏂᎠᏂ',
511             'ku' => 'ᎫᏗᏏ',
512             'kum' => 'ᎫᎻᎧ',
513             'kv' => 'ᎪᎻ',
514             'kw' => 'ᏎᎷᎭ',
515             'kwk' => 'ᏆᏆᎳ',
516             'kxv' => 'ᎫᏈ',
517             'ky' => 'ᎩᎵᏣᎢᏍ',
518             'la' => 'ᎳᏘᏂ',
519             'lad' => 'ᎳᏗᏃ',
520             'lag' => 'ᎳᏂᎩ',
521             'lb' => 'ᎸᎦᏏᎻᏋᎢᏍ',
522             'lez' => 'ᎴᏏᎦᏂ',
523             'lg' => 'ᎦᏂᏓ',
524             'li' => 'ᎴᎹᏊᎵᏏ',
525             'lij' => 'ᎵᏇᎢᎠ',
526             'lil' => 'ᎵᎶᎡᏘ',
527             'lkt' => 'ᎳᎪᏓ',
528             'lmo' => 'ᎶᏆᏗ',
529             'ln' => 'ᎵᏂᎦᎳ',
530             'lo' => 'ᎳᎣ',
531             'lou' => 'ᎷᏫᏏᎡᎾ ᎦᏬᏂᎯᏍᏗ',
532             'loz' => 'ᎶᏏ',
533             'lrc' => 'ᏧᏴᏢ ᏗᏜ ᎷᎵ',
534             'lsm' => 'ᏌᎠᎻᎠ',
535             'lt' => 'ᎵᏚᏩᏂᎠᏂ',
536             'lu' => 'ᎷᏆ-ᎧᏔᎦ',
537             'lua' => 'ᎷᏆ-ᎷᎷᎠ',
538             'lun' => 'ᎷᎾᏓ',
539             'luo' => 'ᎷᎣ',
540             'lus' => 'ᎻᏐ',
541             'luy' => 'ᎷᏱᎠ',
542             'lv' => 'ᎳᏘᏫᎠᏂ',
543             'mad' => 'ᎹᏚᎴᏏ',
544             'mag' => 'ᎹᎦᎯ',
545             'mai' => 'ᎹᏟᎵ',
546             'mak' => 'ᎹᎧᏌ',
547             'mas' => 'ᎹᏌᏱ',
548             'mdf' => 'ᎼᎧᏌ',
549             'men' => 'ᎺᎾᏕ',
550             'mer' => 'ᎺᎷ',
551             'mfe' => 'ᎼᎵᏏᎡᏂ',
552             'mg' => 'ᎹᎳᎦᏏ',
553             'mgh' => 'ᎹᎫᏩ-ᎻᏙ',
554             'mgo' => 'ᎺᎳ’',
555             'mh' => 'ᎹᏌᎵᏏ',
556             'mi' => 'ᎹᏫ',
557             'mic' => 'ᎻᎧᎹᎩ',
558             'min' => 'ᎻᎾᎧᏆᎤ',
559             'mk' => 'ᎹᏎᏙᏂᎠᏂ',
560             'ml' => 'ᎹᎳᏯᎳᎻ',
561             'mn' => 'ᎹᏂᎪᎵᎠᏂ',
562             'mni' => 'ᎺᏂᏉᎵ',
563             'moe' => 'ᎢᏄ-ᎠᏱᏵᏂ',
564             'moh' => 'ᎼᎭᎩ',
565             'mos' => 'ᎼᏍᏏ',
566             'mr' => 'ᎹᎳᏘ',
567             'ms' => 'ᎹᎴ',
568             'mt' => 'ᎹᎵᏘᏍ',
569             'mua' => 'ᎽᏂᏓᎩ',
570             'mul' => 'ᏧᏈᏍᏗ ᏗᎦᏬᏂᎯᏍᏗ',
571             'mus' => 'ᎠᎫᏌ',
572             'mwl' => 'ᎻᎳᏕᏏ',
573             'my' => 'ᏋᎻᏍ',
574             'myv' => 'ᎡᏏᏯ',
575             'mzn' => 'ᎹᏌᏕᎳᏂ',
576             'na' => 'ᏃᎤᎷ',
577             'nap' => 'ᏂᏯᏆᎵᏔᏂ',
578             'naq' => 'ᎾᎹ',
579             'nb' => 'ᏃᎵᏪᏥᏂ ᏉᎧᎹᎵ',
580             'nd' => 'ᏧᏴᏢ ᏂᏕᏇᎴ',
581             'nds' => 'ᎡᎳᏗ ᎠᏂᏓᏥ',
582             'nds_NL' => 'ᎡᎳᏗ ᏁᏛᎳᏂ',
583             'ne' => 'ᏁᏆᎵ',
584             'new' => 'ᏁᏩᎵ',
585             'ng' => 'ᎾᏙᎦ',
586             'nia' => 'ᏂᎠᏏ',
587             'niu' => 'ᏂᏳᏫᏯᏂ',
588             'nl' => 'ᏛᏥ',
589             'nl_BE' => 'ᏊᎵᏥᎥᎻ ᏛᏥ',
590             'nmg' => 'ᏆᏏᏲ',
591             'nn' => 'ᏃᎵᏪᏥᏂ ᎾᎵᏍᎩ',
592             'nnh' => 'ᎾᏥᏰᎹᏊᏂ',
593             'no' => 'ᏃᎵᏪᏥᏂ',
594             'nog' => 'ᏃᎦᏱ',
595             'nqo' => 'ᎾᎪ',
596             'nr' => 'ᏧᎦᎾᏮ ᏂᏕᏇᎴ',
597             'nso' => 'ᏧᏴᏢ ᏗᏜ ᏐᏠ',
598             'nus' => 'ᏄᏪᎵ',
599             'nv' => 'ᎾᏩᎰ',
600             'ny' => 'ᏂᏯᏂᏣ',
601             'nyn' => 'ᏂᏯᎾᎪᎴ',
602             'oc' => 'ᎠᏏᏔᏂ',
603             'ojb' => 'ᏧᏴᏢ ᏭᏕᎵᎬ ᎣᏥᏆ',
604             'ojc' => 'ᎠᏰᏟ ᎣᏥᏆ',
605             'ojs' => 'ᎣᏥ-Ꮯ',
606             'ojw' => 'ᏭᏕᎵᎬ ᏗᏜ ᎣᏥᏆ',
607             'oka' => 'ᎣᎧᎾᎦᏂ',
608             'om' => 'ᎣᎶᎼ',
609             'or' => 'ᎣᏗᎠ',
610             'os' => 'ᎣᏎᏘᎧ',
611             'pa' => 'ᏡᏂᏣᏈ',
612             'pag' => 'ᏇᎦᏏᎠᏂ',
613             'pam' => 'ᏆᎹᏆᎾᎦ',
614             'pap' => 'ᏆᏈᏯᎺᎾᏙ',
615             'pau' => 'ᏆᎳᎤᏩᏂ',
616             'pcm' => 'ᎾᎩᎵᎠᏂ ᏈᏥᏂ',
617             'pis' => 'ᏈᏥᎾ',
618             'pl' => 'ᏉᎵᏍ',
619             'pqm' => 'ᎹᎵᏏᏘ-ᏇᏌᎹᏉᏗ',
620             'prg' => 'ᏡᏏᎠᏂ',
621             'ps' => 'ᏆᏍᏙ',
622             'pt' => 'ᏉᏧᎩᏍ',
623             'pt_BR' => 'ᏆᏏᎵᎢ ᏉᏧᎩᏍ',
624             'pt_PT' => 'ᏳᎳᏈ ᏉᏧᎩᏍ',
625             'qu' => 'ᎨᏧᏩ',
626             'quc' => 'ᎩᏤ',
627             'raj' => 'ᎳᏣᏍᎭᏂ',
628             'rap' => 'ᎳᏆᏄᏫ',
629             'rar' => 'ᎳᎶᏙᎾᎦᏂ',
630             'rhg' => 'ᎶᎯᏂᏯ',
631             'rm' => 'ᎠᏂᎶᎺᏂ',
632             'rn' => 'ᎷᏂᏗ',
633             'ro' => 'ᎶᎹᏂᎠᏂ',
634             'ro_MD' => 'ᎹᎵᏙᏫᎠ ᏣᎹᏂᎠᏂ',
635             'rof' => 'ᎶᎹᏉ',
636             'ru' => 'ᏲᏅᎯ',
637             'rup' => 'ᎠᏬᎹᏂᎠᏂ',
638             'rw' => 'ᎩᏂᏯᏩᏂᏓ',
639             'rwk' => 'Ꮖ',
640             'sa' => 'ᏍᏂᏍᎩᏗ',
641             'sad' => 'ᏌᏅᏓᏫ',
642             'sah' => 'ᏌᎧᎾ',
643             'saq' => 'ᏌᎹᏊᎷ',
644             'sat' => 'ᏌᏂᏔᎵ',
645             'sba' => 'ᎾᎦᎹᏇ',
646             'sbp' => 'ᏌᏁᎫ',
647             'sc' => 'ᏌᏗᏂᎠᏂ',
648             'scn' => 'ᏏᏏᎵᎠᏂ',
649             'sco' => 'ᏍᎦᏗ',
650             'sd' => 'ᏏᏂᏗ',
651             'se' => 'ᏧᏴᏢ ᏗᏜ ᏌᎻ',
652             'see' => 'ᏏᏂᎦ',
653             'seh' => 'ᏎᎾ',
654             'ses' => 'ᎪᏱᎳᏈᎶ ᏎᏂ',
655             'sg' => 'ᏌᏂᎪ',
656             'shi' => 'ᏔᏤᎵᎯᏘ',
657             'shn' => 'ᏝᏂ',
658             'si' => 'ᏏᎾᎭᎳ',
659             'sk' => 'ᏍᎶᏩᎩ',
660             'sl' => 'ᏍᎶᏫᏂᎠᏂ',
661             'slh' => 'ᏧᎦᏃᏮ ᏗᏜ ᎷᏑᏘᏏᏗ',
662             'sm' => 'ᏌᎼᏯᏂ',
663             'sma' => 'ᏧᎦᎾᏮ ᏗᏜ ᏌᎻ',
664             'smj' => 'ᎷᎴ ᏌᎻ',
665             'smn' => 'ᎢᎾᎵ ᏌᎻ',
666             'sms' => 'ᏍᎪᎵᏘ ᏌᎻ',
667             'sn' => 'ᏠᎾ',
668             'snk' => 'ᏐᏂᏂᎨ',
669             'so' => 'ᏐᎹᎵ',
670             'sq' => 'ᎠᎵᏇᏂ',
671             'sr' => 'ᏒᏈᎠᏂ',
672             'srn' => 'ᏏᎳᎾᏂ ᏙᏃᎪ',
673             'ss' => 'ᏍᏩᏘ',
674             'ssy' => 'ᏌᎰ',
675             'st' => 'ᏧᎦᎾᏮ ᏗᏜ ᏐᏠ',
676             'str' => 'ᏌᎵᏏ',
677             'su' => 'ᏑᏂᏓᏂᏏ',
678             'suk' => 'ᏑᎫᎹ',
679             'sv' => 'ᏍᏫᏗᏏ',
680             'sw' => 'ᏍᏩᎯᎵ',
681             'sw_CD' => 'ᎧᏂᎪ ᏍᏩᎯᎵ',
682             'swb' => 'ᎪᎼᎵᎠᏂ',
683             'syr' => 'ᏏᎵᎠᎩ',
684             'szl' => 'ᏏᎴᏏᏂ',
685             'ta' => 'ᏔᎻᎵ',
686             'tce' => 'ᏧᎦᏃᏮ ᏚᏦᏁ',
687             'te' => 'ᏖᎷᎦ',
688             'tem' => 'ᏘᎹᏁ',
689             'teo' => 'ᏖᏐ',
690             'tet' => 'ᏖᏚᎼ',
691             'tg' => 'ᏔᏥᎩ',
692             'tgx' => 'ᏔᎩᏏ',
693             'th' => 'ᏔᏱ',
694             'tht' => 'ᏔᏝᎾ',
695             'ti' => 'ᏘᎩᎵᏂᎠ',
696             'tig' => 'ᏢᏓᏥ',
697             'tk' => 'ᎠᏂᎬᎾ',
698             'tlh' => 'ᏟᎦᎾ',
699             'tli' => 'ᏟᎩᏘ',
700             'tn' => 'ᏧᏩᎾ',
701             'to' => 'ᏙᎾᎦᏂ',
702             'tok' => 'ᏙᎩ ᏉᎾ',
703             'tpi' => 'ᏙᎩ ᏈᏏᏂ',
704             'tr' => 'ᎠᎬᎾ',
705             'trv' => 'ᏔᎶᎪ',
706             'ts' => 'ᏦᎾᎦ',
707             'tt' => 'ᏔᏔ',
708             'ttm' => 'ᏧᏴᏢ ᏗᏜ ᏚᏦᏁ',
709             'tum' => 'ᏛᎹᏊᎧ',
710             'tvl' => 'ᏚᏩᎷ',
711             'twq' => 'ᏔᏌᏩᎩ',
712             'ty' => 'ᏔᎯᏘᎠᏂ',
713             'tyv' => 'ᏚᏫᏂᎠᏂ',
714             'tzm' => 'ᎠᏰᏟ ᎡᎶᎯ ᏓᏟᎶᏍᏗᏓᏅᎢ ᏔᎹᏏᏘ',
715             'udm' => 'ᎤᏚᎷᏘ',
716             'ug' => 'ᏫᎦ',
717             'uk' => 'ᏳᎧᎴᏂᎠᏂ',
718             'umb' => 'ᎤᎹᏊᏅᏚ',
719             'und' => 'ᏄᏬᎵᏍᏛᎾ ᎦᏬᏂᎯᏍᏗ',
720             'ur' => 'ᎤᎵᏚ',
721             'uz' => 'ᎤᏍᏇᎩ',
722             'vai' => 'ᏩᏱ',
723             've' => 'ᏫᏂᏓ',
724             'vec' => 'ᏈᏂᏒᏂ',
725             'vi' => 'ᏫᎡᏘᎾᎻᏍ',
726             'vmw' => 'ᎹᎱᏩ',
727             'vo' => 'ᏬᎳᏊᎩ',
728             'vun' => 'ᏭᎾᏦ',
729             'wa' => 'ᏩᎷᎾ',
730             'wae' => 'ᏩᎵᏎᎵ',
731             'wal' => 'ᏬᎳᏱᏔ',
732             'war' => 'ᏩᎴ',
733             'wo' => 'ᏬᎶᏫ',
734             'wuu' => 'Ꮽ ᏓᎶᏂᎨᏍᏛ',
735             'xal' => 'ᎧᎳᎻᎧ',
736             'xh' => 'ᏠᏌ',
737             'xnr' => 'ᎧᏈᎢ',
738             'xog' => 'ᏐᎦ',
739             'yav' => 'ᏰᎾᎦᏇᏂ',
740             'ybb' => 'ᏰᎹᏋ',
741             'yi' => 'ᏱᏗᏍ',
742             'yo' => 'ᏲᏄᏆ',
743             'yrl' => 'ᏂᎾᎦᏚ',
744             'yue' => 'ᎨᎾᏙᏂᏏ',
745             'yue@alt=menu' => 'ᏓᎶᏂᎨ, ᎨᎾᏙᏂᏏ',
746             'za' => 'ᎱᎠᏂ',
747             'zgh' => 'ᎠᏟᎶᏍᏗ ᎼᎶᎪ ᏔᎹᏏᏘ',
748             'zh' => 'ᏓᎶᏂᎨ',
749             'zh@alt=menu' => 'ᏓᎶᏂᎨ, ᎹᏓᏈᏂ',
750             'zh_Hans' => 'ᎠᎯᏗᎨ ᏓᎶᏂᎨ',
751             'zh_Hans@alt=long' => 'ᎠᎯᏗᎨ ᎹᏓᏈᏂ ᏓᎶᏂᎨ',
752             'zh_Hant' => 'ᎤᏦᏍᏗ ᏓᎶᏂᎨ',
753             'zh_Hant@alt=long' => 'ᎤᏦᏍᏗ ᎹᏓᏈᏂ ᏓᎶᏂᎨ',
754             'zu' => 'ᏑᎷ',
755             'zun' => 'ᏑᏂ',
756             'zxx' => 'Ꮭ ᎦᏬᏂᎯᏍᏗ ᎦᎸᏛᎢ ᏱᎩ',
757             'zza' => 'ᏌᏌ',
758              
759             );
760             if (@_) {
761             return $languages{$_[0]};
762             }
763             return \%languages;
764             }
765             },
766             );
767              
768             has 'display_name_script' => (
769             is => 'ro',
770             isa => CodeRef,
771             init_arg => undef,
772             default => sub {
773             sub {
774             my %scripts = (
775             'Adlm' => 'ᎠᏓᎳᎻ',
776             'Arab' => 'ᎡᎳᏈᎩ',
777             'Aran' => 'ᎾᏍᏔᎵᏆ',
778             'Armn' => 'ᎠᎳᎻᎠᏂ',
779             'Beng' => 'ᏇᏂᎦᎠ',
780             'Bopo' => 'ᏆᏉᎼᏬ',
781             'Brai' => 'ᏗᏂᎨᏫ ᎤᏃᏪᎶᏙᏗ',
782             'Cakm' => 'ᏣᎧᎹ',
783             'Cans' => 'ᏌᏊ ᎨᎾᏓ ᎠᏂᏴᏫᏯ ᏗᎪᏪᎸ',
784             'Cher' => 'ᏣᎳᎩ',
785             'Cyrl' => 'ᏲᏂᎢ ᏗᎪᏪᎵ',
786             'Deva' => 'ᏕᏫᎾᎦᎵ',
787             'Ethi' => 'ᎢᏗᏯᏈᎩ',
788             'Geor' => 'ᏦᏥᎠᏂ',
789             'Grek' => 'ᎪᎢ',
790             'Gujr' => 'ᎫᏣᎳᏘ',
791             'Guru' => 'ᎬᎹᎩ',
792             'Hanb' => 'ᎭᏂ ᎾᎿ ᏆᏉᎼᏬ',
793             'Hang' => 'ᎭᏂᎫᎵ',
794             'Hani' => 'ᎭᏂ',
795             'Hans' => 'ᎠᎯᏗᎨ',
796             'Hans@alt=stand-alone' => 'ᎠᎯᏗᎨ ᎭᏂ',
797             'Hant' => 'ᎤᏦᏍᏗ',
798             'Hant@alt=stand-alone' => 'ᎤᏦᏍᏗ ᎭᏂ',
799             'Hebr' => 'ᎠᏂᏈᎵ',
800             'Hira' => 'ᎯᎳᎦᎾ',
801             'Hrkt' => 'ᏣᏩᏂᏏ ᏧᏃᏴᎩ',
802             'Jamo' => 'ᏣᎼ',
803             'Jpan' => 'ᏣᏆᏂᏏ',
804             'Kana' => 'ᎧᏔᎧᎾ',
805             'Khmr' => 'ᎩᎻᎷ',
806             'Knda' => 'ᎧᎾᏓ',
807             'Kore' => 'ᎪᎵᎠᏂ',
808             'Laoo' => 'ᎳᎣ',
809             'Latn' => 'ᎳᏘᏂ',
810             'Mlym' => 'ᎹᎳᏯᎳᎻ',
811             'Mong' => 'ᎹᏂᎪᎵᎠᏂ',
812             'Mtei' => 'ᎺᏖ ᎹᏰᎩ',
813             'Mymr' => 'ᎹᎡᏂᎹᎳ',
814             'Nkoo' => 'ᎾᎪ',
815             'Olck' => 'ᎣᎵ ᏥᎩ',
816             'Orya' => 'ᎣᏗᎠ',
817             'Rohg' => 'ᎭᏂᏫ',
818             'Sinh' => 'ᏏᏅᎭᎳ',
819             'Sund' => 'ᏚᏓᏂᏎ',
820             'Syrc' => 'ᏏᎵᎡᎩ',
821             'Taml' => 'ᏔᎻᎵ',
822             'Telu' => 'ᏖᎷᎦ',
823             'Tfng' => 'ᏘᏫᎾᎦ',
824             'Thaa' => 'ᏔᎠᎾ',
825             'Thai' => 'ᏔᏱ ᏔᏯᎴᏂ',
826             'Tibt' => 'ᏘᏇᏔᏂ',
827             'Vaii' => 'ᏩᏱ',
828             'Yiii' => 'Ᏹ',
829             'Zmth' => 'ᎠᏰᎦᎴᏴᏫᏍᎩ ᎠᎤᏓᏗᏍᏙᏗ',
830             'Zsye' => 'ᎡᎼᏥ',
831             'Zsym' => 'ᏗᎬᏟᎶᏍᏙᏗ',
832             'Zxxx' => 'ᎪᏪᎳᏅ ᏂᎨᏒᎾ',
833             'Zyyy' => 'ᏯᏃᏉ ᏱᎬᏍᏛᏭ',
834             'Zzzz' => 'ᏄᏬᎵᏍᏛᎾ ᎠᏍᏓᏩᏛᏍᏙᏗ',
835              
836             );
837             if ( @_ ) {
838             return $scripts{$_[0]};
839             }
840             return \%scripts;
841             }
842             }
843             );
844              
845             has 'display_name_region' => (
846             is => 'ro',
847             isa => HashRef[Str],
848             init_arg => undef,
849             default => sub {
850             {
851             '001' => 'ᎡᎶᎯ',
852             '002' => 'ᎬᎿᎨᏍᏛ',
853             '003' => 'ᏧᏴᏢ ᎠᎹᏰᏟ',
854             '005' => 'ᏧᎦᏃᏮ ᎠᎺᎵᎦ',
855             '009' => 'ᎣᏏᏰᏂᎠ',
856             '011' => 'ᏭᏕᎵᎬ ᏗᏜ ᎬᎿᎨᏍᏛ',
857             '013' => 'ᎠᏰᏟ ᎠᎹᏰᏟ',
858             '014' => 'ᏗᎧᎸᎬ ᏗᏜ ᎬᎿᎨᏍᏛ',
859             '015' => 'ᏧᏴᏢ ᏗᏜ ᎬᎿᎨᏍᏛ',
860             '017' => 'ᎠᏰᏟ ᎬᎿᎨᏍᏛ',
861             '018' => 'ᏧᎦᎾᏮ ᏗᏜ ᎬᎿᎨᏍᏛ',
862             '019' => 'ᎠᎺᎵᎦᎢ',
863             '021' => 'ᏧᏴᏢ ᏗᏜ ᎠᎹᏰᏟ',
864             '029' => 'ᎨᏆᏙᏯ',
865             '030' => 'ᏗᎧᎸᎬ ᏗᏜ ᏓᎶᏂᎨᏍᏛ',
866             '034' => 'ᏧᎦᎾᏮ ᏗᏜ ᏓᎶᏂᎨᏍᏛ',
867             '035' => 'ᏧᎦᎾᏮ ᏗᎧᎸᎬ ᏓᎶᏂᎨᏍᏛ',
868             '039' => 'ᏧᎦᎾᏮ ᏗᏜ ᏳᎳᏛ',
869             '053' => 'ᎠᏍᏔᎴᏏᎠ',
870             '054' => 'ᎺᎳᏁᏏᎠ',
871             '057' => 'ᎠᏰᏟ ᏧᎾᎵᎪᎯ ᎾᎿ ᎹᎢᏉᏂᏏᏯ ᎢᎬᎾᏕᎾ',
872             '061' => 'ᏆᎵᏂᏏᎠ',
873             '142' => 'ᏓᎶᎾᎨᏍᏛ',
874             '143' => 'ᎠᏰᏟ ᏓᎶᏂᎨᏍᏛ',
875             '145' => 'ᏭᏕᎵᎬ ᏗᏜ ᏓᎶᏂᎨᏍᏛ',
876             '150' => 'ᏳᎳᏛ',
877             '151' => 'ᏗᎧᎸᎬ ᏗᏜ ᏳᎳᏛ',
878             '154' => 'ᏧᏴᏢ ᏗᏜ ᏳᎳᏛ',
879             '155' => 'ᏭᏕᎵᎬ ᏗᏜ ᏳᎳᏛ',
880             '202' => 'ᎭᏫᏂ-ᏌᎭᏩ ᎬᎿᎨᏍᏛ',
881             '419' => 'ᎳᏘᏂ ᎠᎹᏰᏟ',
882             'AC' => 'ᎤᎵᏌᎳᏓᏅ ᎤᎦᏚᏛᎢ',
883             'AD' => 'ᎠᏂᏙᎳ',
884             'AE' => 'ᏌᏊ ᎢᏳᎾᎵᏍᏔᏅ ᎡᎳᏈ ᎢᎹᎵᏘᏏ',
885             'AF' => 'ᎠᏫᎨᏂᏍᏖᏂ',
886             'AG' => 'ᎤᏪᏘ & ᏆᏊᏓ',
887             'AI' => 'ᎠᏂᎩᎳ',
888             'AL' => 'ᎠᎵᏇᏂᏯ',
889             'AM' => 'ᎠᎵᎻᏂᎠ',
890             'AO' => 'ᎠᏂᎪᎳ',
891             'AQ' => 'ᏧᏁᏍᏓᎸ',
892             'AR' => 'ᎠᏥᏂᏘᏂᎠ',
893             'AS' => 'ᎠᎺᎵᎧ ᏌᎼᎠ',
894             'AT' => 'ᎠᏍᏟᏯ',
895             'AU' => 'ᎡᎳᏗᏜ',
896             'AW' => 'ᎠᎷᏆ',
897             'AX' => 'ᎣᎴᏅᏓ ᏚᎦᏚᏛᎢ',
898             'AZ' => 'ᎠᏎᏆᏣᏂ',
899             'BA' => 'ᏉᏏᏂᎠ & ᎲᏤᎪᏫᎾ',
900             'BB' => 'ᏆᏇᏙᏍ',
901             'BD' => 'ᏆᏂᎦᎵᏕᏍ',
902             'BE' => 'ᏇᎵᏥᎥᎻ',
903             'BF' => 'ᏋᎩᎾ ᏩᏐ',
904             'BG' => 'ᏊᎵᎨᎵᎠ',
905             'BH' => 'ᏆᎭᎴᎢᏂ',
906             'BI' => 'ᏋᎷᏂᏗ',
907             'BJ' => 'ᏆᏂᎢᏂ',
908             'BL' => 'ᎤᏓᏅᏘ ᏆᏕᎳᎻ',
909             'BM' => 'ᏆᏊᏓ',
910             'BN' => 'ᏊᎾᎢ',
911             'BO' => 'ᏉᎵᏫᎠ',
912             'BQ' => 'ᎧᎵᏈᎢᏂᎯ ᎾᏍᎩᏁᏛᎳᏂ',
913             'BR' => 'ᏆᏏᎵ',
914             'BS' => 'ᎾᏍᎩ ᏆᎭᎹᏍ',
915             'BT' => 'ᏊᏔᏂ',
916             'BV' => 'ᏊᏪ ᎤᎦᏚᏛᎢ',
917             'BW' => 'ᏆᏣᏩᎾ',
918             'BY' => 'ᏇᎳᎷᏍ',
919             'BZ' => 'ᏇᎵᏍ',
920             'CA' => 'ᎨᎾᏓ',
921             'CC' => 'ᎪᎪᏍ (ᎩᎵᏂ) ᏚᎦᏚᏛᎢ',
922             'CD' => 'ᎧᏂᎪ - ᎨᏂᏝᏌ',
923             'CD@alt=variant' => 'ᎧᏂᎪ (DRC)',
924             'CF' => 'ᎬᎿᎨᏍᏛ ᎠᏰᏟ ᏍᎦᏚᎩ',
925             'CG' => 'ᎧᏂᎪ - ᏆᏌᏩᎵ',
926             'CG@alt=variant' => 'ᎧᏂᎪ (ᏍᎦᏚᎩ)',
927             'CH' => 'ᏍᏫᏍ',
928             'CI' => 'ᎢᏬᎵ ᎾᎿ ᎠᎹᏳᎶᏗ',
929             'CI@alt=variant' => 'ᎤᏁᎬ ᎪᎳ ᎠᎹᏳᎶᏗ',
930             'CK' => 'ᎠᏓᏍᏓᏴᎲᏍᎩ ᏚᎦᏚᏛᎢ',
931             'CL' => 'ᏥᎵ',
932             'CM' => 'ᎧᎹᎷᏂ',
933             'CN' => 'ᏓᎶᏂᎨᏍᏛ',
934             'CO' => 'ᎪᎸᎻᏈᎢᎠ',
935             'CP' => 'ᎦᏂᏴᏔᏅᎣᏓᎸ ᎤᎦᏚᏛᎢ',
936             'CR' => 'ᎪᏍᏓ ᎵᎧ',
937             'CU' => 'ᎫᏆ',
938             'CV' => 'ᎢᎬᎾᏕᎾ ᎢᏤᏳᏍᏗ',
939             'CW' => 'ᎫᎳᎨᎣ',
940             'CX' => 'ᏓᏂᏍᏓᏲᎯᎲ ᎤᎦᏚᏛᎢ',
941             'CY' => 'ᏌᎢᏆᏍ',
942             'CZ' => 'ᏤᎩᎠ',
943             'CZ@alt=variant' => 'ᏤᎩ ᏍᎦᏚᎩ',
944             'DE' => 'ᎠᏂᏛᏥ',
945             'DG' => 'ᏗᏰᎪ ᎦᏏᏯ',
946             'DJ' => 'ᏥᏊᏗ',
947             'DK' => 'ᏗᏂᎹᎦ',
948             'DM' => 'ᏙᎻᏂᎧ',
949             'DO' => 'ᏙᎻᏂᎧᏂ ᏍᎦᏚᎩ',
950             'DZ' => 'ᎠᎵᏥᎵᏯ',
951             'EA' => 'ᏑᏔ ᎠᎴ ᎺᎵᏯ',
952             'EC' => 'ᎡᏆᏙᎵ',
953             'EE' => 'ᎡᏍᏙᏂᏯ',
954             'EG' => 'ᎢᏥᏈᎢ',
955             'EH' => 'ᏭᏕᎵᎬ ᏗᏜ ᏌᎮᎳ',
956             'ER' => 'ᎡᎵᏟᏯ',
957             'ES' => 'ᎠᏂᏍᏆᏂᏱ',
958             'ET' => 'ᎢᏗᎣᏈᎠ',
959             'EU' => 'ᏳᎳᏛ ᎠᏂᎤᎾᏓᏡᎬ',
960             'EZ' => 'ᏳᎶᎠᏍᏓᏅᏅ',
961             'FI' => 'ᏫᏂᎦᏙᎯ',
962             'FJ' => 'ᏫᏥ',
963             'FK' => 'ᏩᎩ ᏚᎦᏚᏛᎢ',
964             'FK@alt=variant' => 'ᏩᎩ ᏚᎦᏚᏛᎢ (ᎢᏍᎳᏍ ᎹᎸᏫᎾᏍ)',
965             'FM' => 'ᎹᎢᏉᏂᏏᏯ',
966             'FO' => 'ᏪᎶ ᏚᎦᏚᏛᎢ',
967             'FR' => 'ᎦᎸᏥᏱ',
968             'GA' => 'ᎦᏉᏂ',
969             'GB' => 'ᎩᎵᏏᏲ',
970             'GD' => 'ᏋᎾᏓ',
971             'GE' => 'ᏣᎠᏥᎢ',
972             'GF' => 'ᎠᏂᎦᎸᏥ ᎩᎠ',
973             'GG' => 'ᎬᏂᏏ',
974             'GH' => 'ᎦᎠᎾ',
975             'GI' => 'ᏥᏆᎵᏓ',
976             'GL' => 'ᎢᏤᏍᏛᏱ',
977             'GM' => 'ᎦᎹᏈᎢᎠ',
978             'GN' => 'ᎩᎢᏂ',
979             'GP' => 'ᏩᏓᎷᏇ',
980             'GQ' => 'ᎡᏆᏙᎵᎠᎵ ᎩᎢᏂ',
981             'GR' => 'ᎪᎢᎯ',
982             'GS' => 'ᏧᎦᏃᏮ ᏣᎠᏥᎢ ᎠᎴ ᎾᏍᎩ ᏧᎦᏃᏮ ᎠᏍᏛᎭᏟ ᏚᎦᏚᏛᎢ',
983             'GT' => 'ᏩᏔᎹᎳ',
984             'GU' => 'ᏆᎻ',
985             'GW' => 'ᎩᎢᏂ-ᏈᏌᎤᏫ',
986             'GY' => 'ᎦᏯᎾ',
987             'HK' => 'ᎰᏂᎩ ᎪᏂᎩ ᎤᏓᏤᎵᏓ ᏧᏂᎸᏫᏍᏓᏁᏗ ᎢᎬᎾᏕᎾ ᏓᎶᏂᎨᏍᏛ',
988             'HK@alt=short' => 'ᎰᏂᎩ ᎪᏂᎩ',
989             'HM' => 'ᎲᏗ ᎤᎦᏚᏛᎢ ᎠᎴ ᎺᎩᏓᎾᎵᏗ ᏚᎦᏚᏛᎢ',
990             'HN' => 'ᎭᏂᏚᎳᏍ',
991             'HR' => 'ᎧᎶᎡᏏᎠ',
992             'HT' => 'ᎮᎢᏘ',
993             'HU' => 'ᎲᏂᎦᎵ',
994             'IC' => 'ᏥᏍᏆ ᏚᎦᏚᏛᎢ',
995             'ID' => 'ᎢᏂᏙᏂᏍᏯ',
996             'IE' => 'ᎠᏲᎳᏂ',
997             'IL' => 'ᎢᏏᎵᏱ',
998             'IM' => 'ᎤᏍᏗ ᎤᎦᏚᏛᎢ ᎾᎿ ᎠᏍᎦᏯ',
999             'IN' => 'ᎢᏅᏗᎾ',
1000             'IO' => 'ᏈᏗᏏ ᏴᏫᏯ ᎠᎺᏉ ᎢᎬᎾᏕᏅ',
1001             'IQ' => 'ᎢᎳᎩ',
1002             'IR' => 'ᎢᎴᏂ',
1003             'IS' => 'ᏧᏁᏍᏓᎸᎯ',
1004             'IT' => 'ᎢᏔᎵ',
1005             'JE' => 'ᏨᎵᏏ',
1006             'JM' => 'ᏣᎺᎢᎧ',
1007             'JO' => 'ᏦᏓᏂ',
1008             'JP' => 'ᏣᏩᏂᏏ',
1009             'KE' => 'ᎨᏂᏯ',
1010             'KG' => 'ᎩᎵᏣᎢᏍ',
1011             'KH' => 'ᎧᎹᏉᏗᎠᏂ',
1012             'KI' => 'ᎧᎵᏆᏘ',
1013             'KM' => 'ᎪᎼᎳᏍ',
1014             'KN' => 'ᎤᏓᏅᏘ ᎨᏘᏏ ᎠᎴ ᏁᏪᏏ',
1015             'KP' => 'ᏧᏴᏢ ᎪᎵᎠ',
1016             'KR' => 'ᏧᎦᏃᏮ ᎪᎵᎠ',
1017             'KW' => 'ᎫᏪᎢᏘ',
1018             'KY' => 'ᎨᎢᎹᏂ ᏚᎦᏚᏛᎢ',
1019             'KZ' => 'ᎧᏎᎧᏍᏕᏂ',
1020             'LA' => 'ᎴᎣᏍ',
1021             'LB' => 'ᎴᏆᎾᏂ',
1022             'LC' => 'ᎤᏓᏅᏘ ᎷᏏᏯ',
1023             'LI' => 'ᎵᎦᏗᏂᏍᏓᏂ',
1024             'LK' => 'ᏍᎵ ᎳᏂᎧ',
1025             'LR' => 'ᎳᏈᎵᏯ',
1026             'LS' => 'ᎴᏐᏙ',
1027             'LT' => 'ᎵᏗᏪᏂᎠ',
1028             'LU' => 'ᎸᎧᏎᏋᎩ',
1029             'LV' => 'ᎳᏘᏫᎠ',
1030             'LY' => 'ᎵᏈᏯ',
1031             'MA' => 'ᎼᎶᎪ',
1032             'MC' => 'ᎹᎾᎪ',
1033             'MD' => 'ᎹᎵᏙᏫᎠ',
1034             'ME' => 'ᎼᏂᏔᏁᎦᎶ',
1035             'MF' => 'ᎤᏓᏅᏘ ᏡᏡ',
1036             'MG' => 'ᎹᏓᎦᏍᎧᎵ',
1037             'MH' => 'ᎹᏌᎵ ᏚᎦᏚᏛᎢ',
1038             'MK' => 'ᏧᏴᏜ ᎹᏎᏙᏂᏯ',
1039             'ML' => 'ᎹᎵ',
1040             'MM' => 'ᎹᏯᎹᎵ (ᏇᎵᎹ)',
1041             'MN' => 'ᎹᏂᎪᎵᎠ',
1042             'MO' => 'ᎹᎧᎣ (ᎤᏓᏤᎵᏓ ᏧᏂᎸᏫᏍᏓᏁᏗ ᎢᎬᎾᏕᎾ) ᏣᎢ',
1043             'MO@alt=short' => 'ᎹᎧᎣ',
1044             'MP' => 'ᏧᏴᏢ ᏗᏜ ᎹᎵᎠᎾ ᏚᎦᏚᏛᎢ',
1045             'MQ' => 'ᎹᏘᏂᎨ',
1046             'MR' => 'ᎹᏘᎢᏯ',
1047             'MS' => 'ᎹᏂᏘᏌᎳᏗ',
1048             'MT' => 'ᎹᎵᏔ',
1049             'MU' => 'ᎼᎵᏏᎥᏍ',
1050             'MV' => 'ᎹᎵᏗᏫᏍ',
1051             'MW' => 'ᎹᎳᏫ',
1052             'MX' => 'ᎠᏂᏍᏆᏂ',
1053             'MY' => 'ᎹᎴᏏᎢᎠ',
1054             'MZ' => 'ᎼᏎᎻᏇᎩ',
1055             'NA' => 'ᎾᎻᏈᎢᏯ',
1056             'NC' => 'ᎢᏤ ᎧᎵᏙᏂᎠᏂ',
1057             'NE' => 'ᎾᎢᏨ',
1058             'NF' => 'ᏃᎵᏬᎵᎩ ᎤᎦᏚᏛᎢ',
1059             'NG' => 'ᏂᏥᎵᏯ',
1060             'NI' => 'ᏂᎧᎳᏆ',
1061             'NL' => 'ᏁᏛᎳᏂ',
1062             'NO' => 'ᏃᏪ',
1063             'NP' => 'ᏁᏆᎵ',
1064             'NR' => 'ᏃᎤᎷ',
1065             'NU' => 'ᏂᏳ',
1066             'NZ' => 'ᎢᏤ ᏏᎢᎴᏂᏗ',
1067             'NZ@alt=variant' => 'ᎠᏖᎠᏉᎠ ᎢᏤ ᏏᎢᎴᏂᏗ',
1068             'OM' => 'ᎣᎺᏂ',
1069             'PA' => 'ᏆᎾᎹ',
1070             'PE' => 'ᏇᎷ',
1071             'PF' => 'ᎠᏂᎦᎸᏥ ᏆᎵᏂᏏᎠ',
1072             'PG' => 'ᏆᏇ ᎢᏤ ᎩᎢᏂ',
1073             'PH' => 'ᎠᏂᏈᎵᎩᏃ',
1074             'PK' => 'ᏆᎩᏍᏖᏂ',
1075             'PL' => 'ᏉᎳᏂ',
1076             'PM' => 'ᎤᏓᏅᏘ ᏈᏰ ᎠᎴ ᎻᏇᎶᏂ',
1077             'PN' => 'ᏈᎧᎵᏂ ᏚᎦᏚᏛᎢ',
1078             'PR' => 'ᏇᎡᏙ ᎵᎢᎪ',
1079             'PS' => 'ᏆᎴᏍᏗᏂᎠᏂ ᏄᎬᏫᏳᏌᏕᎩ',
1080             'PS@alt=short' => 'ᏆᎴᏍᏗᏂ',
1081             'PT' => 'ᏉᏥᎦᎳ',
1082             'PW' => 'ᏆᎴᎠᏫ',
1083             'PY' => 'ᏆᎳᏇᎢᏯ',
1084             'QA' => 'ᎧᏔᎵ',
1085             'QO' => 'ᎠᏍᏛ ᎣᏏᏰᏂᎠ',
1086             'RE' => 'ᎴᏳᏂᎠᏂ',
1087             'RO' => 'ᎶᎹᏂᏯ',
1088             'RS' => 'ᏒᏈᏯ',
1089             'RU' => 'ᏲᏂᎢ',
1090             'RW' => 'ᎶᏩᏂᏓ',
1091             'SA' => 'ᏌᎤᏗ ᎡᎴᏈᎠ',
1092             'SB' => 'ᏐᎶᎹᏂ ᏚᎦᏚᏛᎢ',
1093             'SC' => 'ᏏᎡᏥᎵᏍ',
1094             'SD' => 'ᏑᏕᏂ',
1095             'SE' => 'ᏍᏫᏕᏂ',
1096             'SG' => 'ᏏᏂᎦᏉᎵ',
1097             'SH' => 'ᎤᏓᏅᏘ ᎮᎵᎾ',
1098             'SI' => 'ᏍᎶᏫᏂᎠ',
1099             'SJ' => 'ᏍᏩᎵᏆᎵᏗ ᎠᎴ ᏤᏂ ᎹᏰᏂ',
1100             'SK' => 'ᏍᎶᏩᎩᎠ',
1101             'SL' => 'ᏏᎡᎳ ᎴᎣᏂ',
1102             'SM' => 'ᎤᏓᏅᏘ ᎹᎵᎢᏃ',
1103             'SN' => 'ᏏᏂᎦᎵ',
1104             'SO' => 'ᏐᎹᎵ',
1105             'SR' => 'ᏒᎵᎾᎻ',
1106             'SS' => 'ᏧᎦᎾᏮ ᏑᏕᏂ',
1107             'ST' => 'ᏌᎣ ᏙᎺ ᎠᎴ ᏈᏂᏏᏇ',
1108             'SV' => 'ᎡᎵᏌᎵᏆᏙᎵ',
1109             'SX' => 'ᏏᏂᏘ ᎹᏘᏂ',
1110             'SY' => 'ᏏᎵᎠ',
1111             'SZ' => 'ᎡᏍᏩᏘᏂ',
1112             'SZ@alt=variant' => 'ᎠᏂᏍᏩᏏᎢ',
1113             'TA' => 'ᏟᏍᏛᏂ Ꮣ ᎫᎾᎭ',
1114             'TC' => 'ᎠᏂᏛᎵᎩ ᎠᎴ ᎨᎢᎪ ᏚᎦᏚᏛᎢ',
1115             'TD' => 'ᏣᏗ',
1116             'TF' => 'ᎠᏂᎦᎸᏥ ᏧᎦᎾᏮ ᎦᏙᎯ ᎤᎵᏍᏛᎢ',
1117             'TG' => 'ᏙᎪ',
1118             'TH' => 'ᏔᏯᎴᏂ',
1119             'TJ' => 'ᏔᏥᎩᏍᏕᏂ',
1120             'TK' => 'ᏙᎨᎳᏭ',
1121             'TL' => 'ᏘᎼᎵ-ᎴᏍᏖ',
1122             'TL@alt=variant' => 'ᏗᎧᎸᎬᎢ ᏘᎼᎵ',
1123             'TM' => 'ᏛᎵᎩᎺᏂᏍᏔᏂ',
1124             'TN' => 'ᏚᏂᏏᏍᎠ',
1125             'TO' => 'ᏙᎾᎦ',
1126             'TR' => 'ᎬᏃ',
1127             'TR@alt=variant' => 'ᎬᎩᏰ',
1128             'TT' => 'ᏟᏂᏕᏗ ᎠᎴ ᏙᏆᎪ',
1129             'TV' => 'ᏚᏩᎷ',
1130             'TW' => 'ᏔᎢᏩᏂ',
1131             'TZ' => 'ᏖᏂᏏᏂᏯ',
1132             'UA' => 'ᏳᎧᎴᏂ',
1133             'UG' => 'ᏳᎦᏂᏓ',
1134             'UM' => 'U.S. ᎠᏍᏛ ᏚᎦᏚᏛᎢ',
1135             'UN' => 'ᏌᏊ ᎢᏳᎾᎵᏍᏔᏅ ᎠᏰᎵ ᏚᎾᏙᏢᏒ',
1136             'US' => 'ᏌᏊ ᎢᏳᎾᎵᏍᏔᏅ ᏍᎦᏚᎩ',
1137             'US@alt=short' => 'US',
1138             'UY' => 'ᏳᎷᏇ',
1139             'UZ' => 'ᎤᏍᏇᎩᏍᏖᏂ',
1140             'VA' => 'ᎠᏥᎳᏁᏠ ᎦᏚᎲ',
1141             'VC' => 'ᎤᏓᏅᏘ ᏫᏂᏏᏂᏗ ᎠᎴ ᎾᏍᎩ ᏇᎾᏗᏁᏍ',
1142             'VE' => 'ᏪᏁᏑᏪᎳ',
1143             'VG' => 'ᏈᏗᏍ ᎠᏒᏂᎸ ᏂᎨᏒᎾ ᏚᎦᏚᏛᎢ',
1144             'VI' => 'U.S. ᎠᏒᏂᎸ ᏂᎨᏒᎾ ᏚᎦᏚᏛᎢ',
1145             'VN' => 'ᏫᎡᏘᎾᎻ',
1146             'VU' => 'ᏩᏂᎤᏩᏚ',
1147             'WF' => 'ᏩᎵᏍ ᎠᎴ ᏊᏚᎾ',
1148             'WS' => 'ᏌᎼᎠ',
1149             'XA' => 'ᏡᏙ-ᏄᏍᏛᎢᎥᎧᏁᎬᎢ',
1150             'XB' => 'ᏡᏙ-ᏈᏗ',
1151             'XK' => 'ᎪᏐᏉ',
1152             'YE' => 'ᏰᎺᏂ',
1153             'YT' => 'ᎺᏯᏖ',
1154             'ZA' => 'ᏧᎦᎾᏮ ᎬᎿᎨᏍᏛ',
1155             'ZM' => 'ᏌᎻᏈᏯ',
1156             'ZW' => 'ᏏᎻᏆᏇ',
1157             'ZZ' => 'ᏄᏬᎵᏍᏛᎾ ᎤᏔᏂᏗᎦᏙᎯ',
1158              
1159             }
1160             },
1161             );
1162              
1163             has 'display_name_key' => (
1164             is => 'ro',
1165             isa => HashRef[Str],
1166             init_arg => undef,
1167             default => sub {
1168             {
1169             'calendar' => 'ᏅᏙ ᏗᏎᏍᏗ',
1170             'cf' => 'ᎠᏕᎳ ᏱᎬᏁᎸᎯ',
1171             'collation' => 'ᏗᎦᏅᏃᏙᏗ ᏕᎦᏅᏃᏛᎢ',
1172             'currency' => 'ᎠᏕᎳ',
1173             'hc' => 'ᏑᏟᎶᏓ ᎠᏓᏁᏟᏴᏎᎬ (12 vs 24)',
1174             'lb' => 'ᎠᏍᏓᏅᏅ ᎠᏲᏍᏔᏅᎩ ᏂᏚᏍᏛ',
1175             'ms' => 'ᎠᏟᎶᏛ ᏄᏍᏗᏓᏅᎢ',
1176             'numbers' => 'ᏗᏎᏍᏗ',
1177              
1178             }
1179             },
1180             );
1181              
1182             has 'display_name_type' => (
1183             is => 'ro',
1184             isa => HashRef[HashRef[Str]],
1185             init_arg => undef,
1186             default => sub {
1187             {
1188             'calendar' => {
1189             'buddhist' => q{ᏊᏗᏍᏘ ᏅᏙ ᏗᏎᏍᏗ},
1190             'chinese' => q{ᏓᎶᏂᎨᏍᏛ ᏅᏙ ᏗᏎᏍᏗ},
1191             'coptic' => q{ᎧᏘ ᏅᏙ ᏗᏎᏍᏗ},
1192             'dangi' => q{ᏓᏂᎩ ᏅᏙ ᏗᏎᏍᏗ},
1193             'ethiopic' => q{ᎢᏗᏯᏈᎩ ᏅᏙ ᏗᏎᏍᏗ},
1194             'ethiopic-amete-alem' => q{ᎡᏘᎣᏈᎠ ᎠᎺᏖ ᎠᎴᎻ ᏅᏙ ᏗᏎᏍᏗ},
1195             'gregorian' => q{ᎩᎴᎪᎵᎠᏂ ᏅᏙ ᏗᏎᏍᏗ},
1196             'hebrew' => q{ᎠᏂᏈᎷ ᏅᏙ ᏗᏎᏍᏗ},
1197             'islamic' => q{ᎢᏍᎳᎻᎩ ᏅᏙ ᏗᏎᏍᏗ},
1198             'islamic-civil' => q{ᎢᏌᎳᎻᎩ ᏅᏙ ᏗᏎᏍᏗ (ᏴᏫ ᎡᏆᎩ)},
1199             'islamic-umalqura' => q{ᎢᏌᎳᎻᎩ ᏅᏙ ᏗᏎᏍᏗ (ᎥᎻ ᎠᎵ-ᏊᎳ)},
1200             'iso8601' => q{ISO-8601 ᏅᏙ ᏗᏎᏍᏗ},
1201             'japanese' => q{ᏣᏆᏂᏏ ᏅᏙ ᏗᏎᏍᏗ},
1202             'persian' => q{ᏇᏏᎠᏂ ᏅᏙ ᏗᏎᏍᏗ},
1203             'roc' => q{ᏍᎦᏚᎩ ᎾᎿ ᏓᎶᏂᎨᏍᏛ ᏅᏙ ᏗᏎᏍᏗ},
1204             },
1205             'cf' => {
1206             'account' => q{ᎠᏕᎳ ᏗᏎᎯᎯ ᎠᏕᎳ ᏱᎬᏁᎸᎯ},
1207             'standard' => q{ᎠᏟᎶᏍᏗ ᎠᏕᎳ ᏱᎬᏁᎸᎯ},
1208             },
1209             'collation' => {
1210             'ducet' => q{ᎠᏓᏁᏟᏴᏗᏍᎩ Unicode ᏗᎦᏅᏃᏙᏗ ᏕᎦᏅᏃᏛᎢ},
1211             'search' => q{ᏂᎦᎥ-ᎢᏳᏱᎸᏗ ᎠᏱᏍᏗ},
1212             'standard' => q{ᎠᏟᎶᏍᏗ ᏗᎦᏅᏃᏙᏗ ᏕᎦᏅᏃᏛᎢ},
1213             },
1214             'hc' => {
1215             'h11' => q{12 ᎢᏳᏟᎶᏓ ᏄᏍᏗᏓᏅᎢ (0–11)},
1216             'h12' => q{12 ᎢᏳᏟᎶᏓ ᏄᏍᏗᏓᏅᎢ (1–12)},
1217             'h23' => q{24 ᎢᏳᏟᎶᏓ ᏄᏍᏗᏓᏅᎢ (0–23)},
1218             'h24' => q{24 ᎢᏳᏟᎶᏓ ᏄᏍᏗᏓᏅᎢ (1–24)},
1219             },
1220             'lb' => {
1221             'loose' => q{ᏩᎾᎢ ᎠᏍᏓᏅᏅ ᎠᏲᏍᏔᏅᎩ ᏂᏚᏍᏛ},
1222             'normal' => q{ᏱᎬᏍᏗᎭᏊ ᎠᏍᏓᏅᏅ ᎠᏲᏍᏔᏅᎩ ᏂᏚᏍᏛ},
1223             'strict' => q{ᎤᎶᏒᏍᏔᏅᎯ ᎠᏍᏓᏅᏅ ᎠᏲᏍᏔᏅᎩ ᏂᏚᏍᏛ},
1224             },
1225             'ms' => {
1226             'metric' => q{ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏄᏍᏗᏓᏅᎢ},
1227             'uksystem' => q{ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎠᏟᎶᏛ ᏄᏍᏗᏓᏅᎢ},
1228             'ussystem' => q{US ᎠᏟᎶᏛ ᏄᏍᏗᏓᏅᎢ},
1229             },
1230             'numbers' => {
1231             'arab' => q{ᎠᎳᏈ-ᎡᏂᏗᎩ ᏗᏎᏍᏗ},
1232             'arabext' => q{ᎦᏅᎯᏛ ᎠᎳᏈ-ᎡᏂᏗᎩ ᏗᏎᏍᏗ},
1233             'armn' => q{ᎠᎳᎻᎠᏂ ᏗᏎᏍᏗ},
1234             'armnlow' => q{ᎠᎳᎻᎠᏂ ᏧᏍᏗ ᏗᎪᏪᎵ ᏗᏎᏍᏗ},
1235             'beng' => q{ᏇᏂᎦᎳ ᏗᏎᏍᏗ},
1236             'cakm' => q{ᏣᎩᎹ ᏗᏎᏍᏗ},
1237             'deva' => q{ᏕᏫᎾᎦᎵ ᏗᏎᏍᏗ},
1238             'ethi' => q{ᎢᏗᏯᏈᎩ ᏗᏎᏍᏗ},
1239             'fullwide' => q{ᎧᎵᎢ-ᎾᏯᏛᏒ ᏗᏎᏍᏗ},
1240             'geor' => q{ᎩᎴᎪᎵᎠᏂ ᏗᏎᏍᏗ},
1241             'grek' => q{ᎠᏂᎪᎢ ᏗᏎᏍᏗ},
1242             'greklow' => q{ᎠᏂᎪᎢ ᏧᏍᏗ ᏗᎪᏪᎵ ᏗᏎᏍᏗ},
1243             'gujr' => q{ᎫᏣᎳᏘ ᏗᏎᏍᏗ},
1244             'guru' => q{ᎬᎹᎩ ᏗᏎᏍᏗ},
1245             'hanidec' => q{ᏓᎶᏂᎨ ᏕᏏᎹᎵ ᏗᏎᏍᏗ},
1246             'hans' => q{ᎠᎯᏗᎨ ᏓᎶᏂᎨ ᏗᏎᏍᏗ},
1247             'hansfin' => q{ᎠᎯᏗᎨ ᏓᎶᏂᎨ ᎠᏕᎳ ᏗᏎᏍᏗ},
1248             'hant' => q{ᎤᏦᏍᏗ ᏓᎶᏂᎨ ᏗᏎᏍᏗ},
1249             'hantfin' => q{ᎤᏦᏍᏗ ᏓᎶᏂᎨ ᎠᏕᎳ ᏗᏎᏍᏗ},
1250             'hebr' => q{ᎠᏂᏈᎷ ᏗᏎᏍᏗ},
1251             'java' => q{ᏣᏩᏂᏎ ᏗᏎᏍᏗ},
1252             'jpan' => q{ᏣᏆᏂᏏ ᏗᏎᏍᏗ},
1253             'jpanfin' => q{ᏣᏆᏂᏏ ᎠᏕᎳ ᏗᏎᏍᏗ},
1254             'khmr' => q{ᎩᎻᎷ ᏗᏎᏍᏗ},
1255             'knda' => q{ᎧᎾᏓ ᏗᏎᏍᏗ},
1256             'laoo' => q{ᎳᎣ ᏗᏎᏍᏗ},
1257             'latn' => q{ᏭᏗᎵᎬ ᏗᏜ ᏗᏎᏍᏗ},
1258             'mlym' => q{ᎹᎳᏯᎳᎻ ᏗᏎᏍᏗ},
1259             'mtei' => q{ᎻᏖ ᎹᏰᎩ ᏗᏎᏍᏗ},
1260             'mymr' => q{ᎹᏯᎹᎵ ᏗᏎᏍᏗ},
1261             'olck' => q{ᎣᎵ ᏥᎩ ᏗᏎᏍᏗ},
1262             'orya' => q{ᎣᏗᎠ ᏗᏎᏍᏗ},
1263             'roman' => q{ᎠᏂᎶᎻ ᏗᏎᏍᏗ},
1264             'romanlow' => q{ᎠᏂᎶᎻ ᏧᏍᏗ ᏗᎪᏪᎵ ᏗᏎᏍᏗ},
1265             'taml' => q{ᎤᏦᏍᏗ ᏔᎻᎵ ᏗᏎᏍᏗ},
1266             'tamldec' => q{ᏔᎻᎵ ᏗᏎᏍᏗ},
1267             'telu' => q{ᏖᎷᎦ ᏗᏎᏍᏗ},
1268             'thai' => q{ᏔᏱ ᏗᏎᏍᏗ},
1269             'tibt' => q{ᏘᏇᏔᏂ ᏗᏎᏍᏗ},
1270             'vaii' => q{ᏩᏱ ᏗᏎᏍᏗ},
1271             },
1272              
1273             }
1274             },
1275             );
1276              
1277             has 'display_name_measurement_system' => (
1278             is => 'ro',
1279             isa => HashRef[Str],
1280             init_arg => undef,
1281             default => sub {
1282             {
1283             'metric' => q{ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ},
1284              
1285             }
1286             },
1287             );
1288              
1289             has 'display_name_code_patterns' => (
1290             is => 'ro',
1291             isa => HashRef[Str],
1292             init_arg => undef,
1293             default => sub {
1294             {
1295             'language' => 'ᎦᏬᏂᎯᏍᏗ: {0}',
1296             'script' => 'ᎧᏁᎢᏍᏗ: {0}',
1297             'region' => 'ᎢᎬᎾᏕᎾ: {0}',
1298              
1299             }
1300             },
1301             );
1302              
1303             has 'characters' => (
1304             is => 'ro',
1305             isa => HashRef,
1306             init_arg => undef,
1307             default => $^V ge v5.18.0
1308             ? eval <<'EOT'
1309             sub {
1310             no warnings 'experimental::regex_sets';
1311             return {
1312             index => ['Ꭰ', 'Ꭶ', 'Ꭽ', 'Ꮃ', 'Ꮉ', 'Ꮎ', 'Ꮖ', 'Ꮜ', 'Ꮣ', 'Ꮬ', 'Ꮳ', 'Ꮹ', 'Ꮿ'],
1313             main => qr{[ꭰ ꭱ ꭲ ꭳ ꭴ ꭵ ꭶ ꭷ ꭸ ꭹ ꭺ ꭻ ꭼ ꭽ ꭾ ꭿ ꮀ ꮁ ꮂ ꮃ ꮄ ꮅ ꮆ ꮇ ꮈ ꮉ ꮊ ꮋ ꮌ ꮍ ꮎ ꮏ ꮐ ꮑ ꮒ ꮓ ꮔ ꮕ ꮖ ꮗ ꮘ ꮙ ꮚ ꮛ ꮜ ꮝ ꮞ ꮟ ꮠ ꮡ ꮢ ꮣ ꮤ ꮥ ꮦ ꮧ ꮨ ꮩ ꮪ ꮫ ꮬ ꮭ ꮮ ꮯ ꮰ ꮱ ꮲ ꮳ ꮴ ꮵ ꮶ ꮷ ꮸ ꮹ ꮺ ꮻ ꮼ ꮽ ꮾ ꮿ ᏸ ᏹ ᏺ ᏻ ᏼ]},
1314             punctuation => qr{[\- ‐‑ – — , ; \: ! ? . … '‘’ "“” ( ) \[ \] § @ * / \& # † ‡ ′ ″]},
1315             };
1316             },
1317             EOT
1318             : sub {
1319             return { index => ['Ꭰ', 'Ꭶ', 'Ꭽ', 'Ꮃ', 'Ꮉ', 'Ꮎ', 'Ꮖ', 'Ꮜ', 'Ꮣ', 'Ꮬ', 'Ꮳ', 'Ꮹ', 'Ꮿ'], };
1320             },
1321 1     1   223 );
  1         3  
  1         351  
1322              
1323              
1324             has 'units' => (
1325             is => 'ro',
1326             isa => HashRef[HashRef[HashRef[Str]]],
1327             init_arg => undef,
1328             default => sub { {
1329             'long' => {
1330             # Long Unit Identifier
1331             '' => {
1332             'name' => q(ᏅᎩ ᏫᏂᏚᏳᎪᏛᎢ),
1333             },
1334             # Core Unit Identifier
1335             '' => {
1336             'name' => q(ᏅᎩ ᏫᏂᏚᏳᎪᏛᎢ),
1337             },
1338             # Long Unit Identifier
1339             '1024p1' => {
1340             '1' => q(kibi{0}),
1341             },
1342             # Core Unit Identifier
1343             '1024p1' => {
1344             '1' => q(kibi{0}),
1345             },
1346             # Long Unit Identifier
1347             '1024p2' => {
1348             '1' => q(mebi{0}),
1349             },
1350             # Core Unit Identifier
1351             '1024p2' => {
1352             '1' => q(mebi{0}),
1353             },
1354             # Long Unit Identifier
1355             '1024p3' => {
1356             '1' => q(gibi{0}),
1357             },
1358             # Core Unit Identifier
1359             '1024p3' => {
1360             '1' => q(gibi{0}),
1361             },
1362             # Long Unit Identifier
1363             '1024p4' => {
1364             '1' => q(tebi{0}),
1365             },
1366             # Core Unit Identifier
1367             '1024p4' => {
1368             '1' => q(tebi{0}),
1369             },
1370             # Long Unit Identifier
1371             '1024p5' => {
1372             '1' => q(pebi{0}),
1373             },
1374             # Core Unit Identifier
1375             '1024p5' => {
1376             '1' => q(pebi{0}),
1377             },
1378             # Long Unit Identifier
1379             '1024p6' => {
1380             '1' => q(exbi{0}),
1381             },
1382             # Core Unit Identifier
1383             '1024p6' => {
1384             '1' => q(exbi{0}),
1385             },
1386             # Long Unit Identifier
1387             '1024p7' => {
1388             '1' => q(zebi{0}),
1389             },
1390             # Core Unit Identifier
1391             '1024p7' => {
1392             '1' => q(zebi{0}),
1393             },
1394             # Long Unit Identifier
1395             '1024p8' => {
1396             '1' => q(yobi{0}),
1397             },
1398             # Core Unit Identifier
1399             '1024p8' => {
1400             '1' => q(yobi{0}),
1401             },
1402             # Long Unit Identifier
1403             '10p-1' => {
1404             '1' => q(deci{0}),
1405             },
1406             # Core Unit Identifier
1407             '1' => {
1408             '1' => q(deci{0}),
1409             },
1410             # Long Unit Identifier
1411             '10p-12' => {
1412             '1' => q(pico{0}),
1413             },
1414             # Core Unit Identifier
1415             '12' => {
1416             '1' => q(pico{0}),
1417             },
1418             # Long Unit Identifier
1419             '10p-15' => {
1420             '1' => q(femto{0}),
1421             },
1422             # Core Unit Identifier
1423             '15' => {
1424             '1' => q(femto{0}),
1425             },
1426             # Long Unit Identifier
1427             '10p-18' => {
1428             '1' => q(atto{0}),
1429             },
1430             # Core Unit Identifier
1431             '18' => {
1432             '1' => q(atto{0}),
1433             },
1434             # Long Unit Identifier
1435             '10p-2' => {
1436             '1' => q(centi{0}),
1437             },
1438             # Core Unit Identifier
1439             '2' => {
1440             '1' => q(centi{0}),
1441             },
1442             # Long Unit Identifier
1443             '10p-21' => {
1444             '1' => q(zepto{0}),
1445             },
1446             # Core Unit Identifier
1447             '21' => {
1448             '1' => q(zepto{0}),
1449             },
1450             # Long Unit Identifier
1451             '10p-24' => {
1452             '1' => q(yocto{0}),
1453             },
1454             # Core Unit Identifier
1455             '24' => {
1456             '1' => q(yocto{0}),
1457             },
1458             # Long Unit Identifier
1459             '10p-27' => {
1460             '1' => q(ronto{0}),
1461             },
1462             # Core Unit Identifier
1463             '27' => {
1464             '1' => q(ronto{0}),
1465             },
1466             # Long Unit Identifier
1467             '10p-3' => {
1468             '1' => q(milli{0}),
1469             },
1470             # Core Unit Identifier
1471             '3' => {
1472             '1' => q(milli{0}),
1473             },
1474             # Long Unit Identifier
1475             '10p-30' => {
1476             '1' => q(quecto{0}),
1477             },
1478             # Core Unit Identifier
1479             '30' => {
1480             '1' => q(quecto{0}),
1481             },
1482             # Long Unit Identifier
1483             '10p-6' => {
1484             '1' => q(micro{0}),
1485             },
1486             # Core Unit Identifier
1487             '6' => {
1488             '1' => q(micro{0}),
1489             },
1490             # Long Unit Identifier
1491             '10p-9' => {
1492             '1' => q(nano{0}),
1493             },
1494             # Core Unit Identifier
1495             '9' => {
1496             '1' => q(nano{0}),
1497             },
1498             # Long Unit Identifier
1499             '10p1' => {
1500             '1' => q(deka{0}),
1501             },
1502             # Core Unit Identifier
1503             '10p1' => {
1504             '1' => q(deka{0}),
1505             },
1506             # Long Unit Identifier
1507             '10p12' => {
1508             '1' => q(tera{0}),
1509             },
1510             # Core Unit Identifier
1511             '10p12' => {
1512             '1' => q(tera{0}),
1513             },
1514             # Long Unit Identifier
1515             '10p15' => {
1516             '1' => q(peta{0}),
1517             },
1518             # Core Unit Identifier
1519             '10p15' => {
1520             '1' => q(peta{0}),
1521             },
1522             # Long Unit Identifier
1523             '10p18' => {
1524             '1' => q(exa{0}),
1525             },
1526             # Core Unit Identifier
1527             '10p18' => {
1528             '1' => q(exa{0}),
1529             },
1530             # Long Unit Identifier
1531             '10p2' => {
1532             '1' => q(hecto{0}),
1533             },
1534             # Core Unit Identifier
1535             '10p2' => {
1536             '1' => q(hecto{0}),
1537             },
1538             # Long Unit Identifier
1539             '10p21' => {
1540             '1' => q(zetta{0}),
1541             },
1542             # Core Unit Identifier
1543             '10p21' => {
1544             '1' => q(zetta{0}),
1545             },
1546             # Long Unit Identifier
1547             '10p24' => {
1548             '1' => q(yotta{0}),
1549             },
1550             # Core Unit Identifier
1551             '10p24' => {
1552             '1' => q(yotta{0}),
1553             },
1554             # Long Unit Identifier
1555             '10p27' => {
1556             '1' => q(ronna{0}),
1557             },
1558             # Core Unit Identifier
1559             '10p27' => {
1560             '1' => q(ronna{0}),
1561             },
1562             # Long Unit Identifier
1563             '10p3' => {
1564             '1' => q(kilo{0}),
1565             },
1566             # Core Unit Identifier
1567             '10p3' => {
1568             '1' => q(kilo{0}),
1569             },
1570             # Long Unit Identifier
1571             '10p30' => {
1572             '1' => q(quetta{0}),
1573             },
1574             # Core Unit Identifier
1575             '10p30' => {
1576             '1' => q(quetta{0}),
1577             },
1578             # Long Unit Identifier
1579             '10p6' => {
1580             '1' => q(mega{0}),
1581             },
1582             # Core Unit Identifier
1583             '10p6' => {
1584             '1' => q(mega{0}),
1585             },
1586             # Long Unit Identifier
1587             '10p9' => {
1588             '1' => q(giga{0}),
1589             },
1590             # Core Unit Identifier
1591             '10p9' => {
1592             '1' => q(giga{0}),
1593             },
1594             # Long Unit Identifier
1595             'acceleration-g-force' => {
1596             'one' => q({0} ᎠᏓᎾᏌᏁᏍᎩ-ᎦᏌᏙᏯᏍᏗ),
1597             'other' => q({0} ᎠᏓᎾᏌᏁᏍᎩ-ᎦᏌᏙᏯᏍᏗ),
1598             },
1599             # Core Unit Identifier
1600             'g-force' => {
1601             'one' => q({0} ᎠᏓᎾᏌᏁᏍᎩ-ᎦᏌᏙᏯᏍᏗ),
1602             'other' => q({0} ᎠᏓᎾᏌᏁᏍᎩ-ᎦᏌᏙᏯᏍᏗ),
1603             },
1604             # Long Unit Identifier
1605             'acceleration-meter-per-square-second' => {
1606             'name' => q(ᏗᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ ᏅᎩ ᏧᏅᏏᎩ),
1607             'one' => q({0} ᎠᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ ᏅᎩ ᏧᏅᏏᎩ),
1608             'other' => q({0} ᏗᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ ᏅᎩ ᏧᏅᏏᎩ),
1609             },
1610             # Core Unit Identifier
1611             'meter-per-square-second' => {
1612             'name' => q(ᏗᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ ᏅᎩ ᏧᏅᏏᎩ),
1613             'one' => q({0} ᎠᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ ᏅᎩ ᏧᏅᏏᎩ),
1614             'other' => q({0} ᏗᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ ᏅᎩ ᏧᏅᏏᎩ),
1615             },
1616             # Long Unit Identifier
1617             'angle-arc-minute' => {
1618             'one' => q({0} ᎠᏥ ᎢᏯᎦᏔᏬᏍᏔᏅ),
1619             'other' => q({0} ᎠᏥ ᎢᏧᏔᏬᏍᏔᏅ),
1620             },
1621             # Core Unit Identifier
1622             'arc-minute' => {
1623             'one' => q({0} ᎠᏥ ᎢᏯᎦᏔᏬᏍᏔᏅ),
1624             'other' => q({0} ᎠᏥ ᎢᏧᏔᏬᏍᏔᏅ),
1625             },
1626             # Long Unit Identifier
1627             'angle-arc-second' => {
1628             'one' => q({0} ᎠᏥ ᎠᏓᎾᏬᏍᎬ),
1629             'other' => q({0} ᎠᏥ ᏓᏓᎾᏬᏍᎬ),
1630             },
1631             # Core Unit Identifier
1632             'arc-second' => {
1633             'one' => q({0} ᎠᏥ ᎠᏓᎾᏬᏍᎬ),
1634             'other' => q({0} ᎠᏥ ᏓᏓᎾᏬᏍᎬ),
1635             },
1636             # Long Unit Identifier
1637             'angle-degree' => {
1638             'one' => q({0} ᎢᎦᎢ ᎢᎦ),
1639             'other' => q({0} ᎢᎦᎢ ᎢᏗᎦᏘ),
1640             },
1641             # Core Unit Identifier
1642             'degree' => {
1643             'one' => q({0} ᎢᎦᎢ ᎢᎦ),
1644             'other' => q({0} ᎢᎦᎢ ᎢᏗᎦᏘ),
1645             },
1646             # Long Unit Identifier
1647             'angle-radian' => {
1648             'name' => q(ᎠᏥ ᏗᏟᎶᏍᏙᏗ),
1649             'one' => q({0} ᎠᏥ ᎠᏟᎶᏍᏙᏗ),
1650             'other' => q({0} ᎠᏥ ᏗᏟᎶᏍᏙᏗ),
1651             },
1652             # Core Unit Identifier
1653             'radian' => {
1654             'name' => q(ᎠᏥ ᏗᏟᎶᏍᏙᏗ),
1655             'one' => q({0} ᎠᏥ ᎠᏟᎶᏍᏙᏗ),
1656             'other' => q({0} ᎠᏥ ᏗᏟᎶᏍᏙᏗ),
1657             },
1658             # Long Unit Identifier
1659             'angle-revolution' => {
1660             'one' => q({0} ᎠᏕᏲᎲ),
1661             'other' => q({0} ᏗᏕᏲᎯ),
1662             },
1663             # Core Unit Identifier
1664             'revolution' => {
1665             'one' => q({0} ᎠᏕᏲᎲ),
1666             'other' => q({0} ᏗᏕᏲᎯ),
1667             },
1668             # Long Unit Identifier
1669             'area-acre' => {
1670             'one' => q({0} ᏑᏟᎶᏓᎢ),
1671             'other' => q({0} ᎢᏧᏟᎶᏓ),
1672             },
1673             # Core Unit Identifier
1674             'acre' => {
1675             'one' => q({0} ᏑᏟᎶᏓᎢ),
1676             'other' => q({0} ᎢᏧᏟᎶᏓ),
1677             },
1678             # Long Unit Identifier
1679             'area-dunam' => {
1680             'one' => q({0} ᏚᎾᎹ),
1681             'other' => q({0} ᏚᎾᎹᏍ),
1682             },
1683             # Core Unit Identifier
1684             'dunam' => {
1685             'one' => q({0} ᏚᎾᎹ),
1686             'other' => q({0} ᏚᎾᎹᏍ),
1687             },
1688             # Long Unit Identifier
1689             'area-hectare' => {
1690             'name' => q(ᎮᏔ ᏑᏟᎶᏛ),
1691             'one' => q({0} ᎮᏔ ᏑᏟᎶᏛ),
1692             'other' => q({0} ᎮᏔ ᎢᏳᏟᎶᏛ),
1693             },
1694             # Core Unit Identifier
1695             'hectare' => {
1696             'name' => q(ᎮᏔ ᏑᏟᎶᏛ),
1697             'one' => q({0} ᎮᏔ ᏑᏟᎶᏛ),
1698             'other' => q({0} ᎮᏔ ᎢᏳᏟᎶᏛ),
1699             },
1700             # Long Unit Identifier
1701             'area-square-centimeter' => {
1702             'name' => q(ᏅᎩ ᏧᏍᏗ ᏗᏟᎶᏍᏗ),
1703             'one' => q({0} ᏅᎩ ᎤᏍᏗ ᎠᏟᎶᏍᏗ),
1704             'other' => q({0} ᏅᎩ ᏧᏍᏗ ᏗᏟᎶᏍᏗ),
1705             'per' => q({0} ᏅᎩ ᎤᏍᏗ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1706             },
1707             # Core Unit Identifier
1708             'square-centimeter' => {
1709             'name' => q(ᏅᎩ ᏧᏍᏗ ᏗᏟᎶᏍᏗ),
1710             'one' => q({0} ᏅᎩ ᎤᏍᏗ ᎠᏟᎶᏍᏗ),
1711             'other' => q({0} ᏅᎩ ᏧᏍᏗ ᏗᏟᎶᏍᏗ),
1712             'per' => q({0} ᏅᎩ ᎤᏍᏗ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1713             },
1714             # Long Unit Identifier
1715             'area-square-foot' => {
1716             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏗᎳᏏᏗ),
1717             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏗᎳᏏᏗ),
1718             },
1719             # Core Unit Identifier
1720             'square-foot' => {
1721             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏗᎳᏏᏗ),
1722             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏗᎳᏏᏗ),
1723             },
1724             # Long Unit Identifier
1725             'area-square-inch' => {
1726             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᎢᏗᏏᏔᏗᏍᏗ),
1727             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏏᏔᏗᏍᏗ),
1728             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏗᏏᏔᏗᏍᏗ),
1729             'per' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ),
1730             },
1731             # Core Unit Identifier
1732             'square-inch' => {
1733             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᎢᏗᏏᏔᏗᏍᏗ),
1734             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏏᏔᏗᏍᏗ),
1735             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏗᏏᏔᏗᏍᏗ),
1736             'per' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ),
1737             },
1738             # Long Unit Identifier
1739             'area-square-kilometer' => {
1740             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
1741             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ),
1742             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
1743             'per' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1744             },
1745             # Core Unit Identifier
1746             'square-kilometer' => {
1747             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
1748             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ),
1749             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
1750             'per' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1751             },
1752             # Long Unit Identifier
1753             'area-square-meter' => {
1754             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᏗᏟᎶᏍᏗ),
1755             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎠᏟᎶᏍᏗ),
1756             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᏗᏟᎶᏍᏗ),
1757             'per' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1758             },
1759             # Core Unit Identifier
1760             'square-meter' => {
1761             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᏗᏟᎶᏍᏗ),
1762             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎠᏟᎶᏍᏗ),
1763             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᏗᏟᎶᏍᏗ),
1764             'per' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1765             },
1766             # Long Unit Identifier
1767             'area-square-mile' => {
1768             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᏑᏟᎶᏓ),
1769             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏳᏟᎶᏓ),
1770             'per' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᏑᏟᎶᏓ ᎢᏳᏓᎵ),
1771             },
1772             # Core Unit Identifier
1773             'square-mile' => {
1774             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᏑᏟᎶᏓ),
1775             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᎢᏳᏟᎶᏓ),
1776             'per' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᏑᏟᎶᏓ ᎢᏳᏓᎵ),
1777             },
1778             # Long Unit Identifier
1779             'area-square-yard' => {
1780             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᏗᏯᏯᏗ),
1781             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᏯᏗ),
1782             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᏗᏯᏯᏗ),
1783             },
1784             # Core Unit Identifier
1785             'square-yard' => {
1786             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᏗᏯᏯᏗ),
1787             'one' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᏯᏗ),
1788             'other' => q({0} ᏅᎩ ᏧᏅᏏᏱ ᏗᏯᏯᏗ),
1789             },
1790             # Long Unit Identifier
1791             'concentr-karat' => {
1792             'one' => q({0} ᎧᏇᏓ),
1793             'other' => q({0} ᏗᎧᏇᏓ),
1794             },
1795             # Core Unit Identifier
1796             'karat' => {
1797             'one' => q({0} ᎧᏇᏓ),
1798             'other' => q({0} ᏗᎧᏇᏓ),
1799             },
1800             # Long Unit Identifier
1801             'concentr-milligram-ofglucose-per-deciliter' => {
1802             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᏂᏚᏓᎨᏒ ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎵᏔᎢ ᎢᏳᏓᎵ),
1803             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᎤᏓᎨᏒ ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎵᏔᎢ ᎢᏳᏓᎵ),
1804             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᏂᏚᏓᎨᏒ ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎵᏔᎢ ᎢᏳᏓᎵ),
1805             },
1806             # Core Unit Identifier
1807             'milligram-ofglucose-per-deciliter' => {
1808             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᏂᏚᏓᎨᏒ ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎵᏔᎢ ᎢᏳᏓᎵ),
1809             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᎤᏓᎨᏒ ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎵᏔᎢ ᎢᏳᏓᎵ),
1810             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᏂᏚᏓᎨᏒ ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎵᏔᎢ ᎢᏳᏓᎵ),
1811             },
1812             # Long Unit Identifier
1813             'concentr-millimole-per-liter' => {
1814             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏂᎼᎵ ᎵᏔᎢ ᎢᏳᏓᎵ),
1815             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎼᎵ ᎵᏔᎢ ᎢᏳᏓᎵ),
1816             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏂᎼᎵ ᎵᏔᎢ ᎢᏳᏓᎵ),
1817             },
1818             # Core Unit Identifier
1819             'millimole-per-liter' => {
1820             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏂᎼᎵ ᎵᏔᎢ ᎢᏳᏓᎵ),
1821             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎼᎵ ᎵᏔᎢ ᎢᏳᏓᎵ),
1822             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏂᎼᎵ ᎵᏔᎢ ᎢᏳᏓᎵ),
1823             },
1824             # Long Unit Identifier
1825             'concentr-mole' => {
1826             'name' => q(ᎼᎴᏍ),
1827             'one' => q({0} ᎼᎴ),
1828             'other' => q({0} ᎼᎴᏍ),
1829             },
1830             # Core Unit Identifier
1831             'mole' => {
1832             'name' => q(ᎼᎴᏍ),
1833             'one' => q({0} ᎼᎴ),
1834             'other' => q({0} ᎼᎴᏍ),
1835             },
1836             # Long Unit Identifier
1837             'concentr-percent' => {
1838             'one' => q({0} ᏓᎬᏩᎶᏛ),
1839             'other' => q({0} ᏓᎬᏩᎶᏛ),
1840             },
1841             # Core Unit Identifier
1842             'percent' => {
1843             'one' => q({0} ᏓᎬᏩᎶᏛ),
1844             'other' => q({0} ᏓᎬᏩᎶᏛ),
1845             },
1846             # Long Unit Identifier
1847             'concentr-permille' => {
1848             'one' => q({0} ᏈᎻᎴ),
1849             'other' => q({0} ᏈᎻᎴ),
1850             },
1851             # Core Unit Identifier
1852             'permille' => {
1853             'one' => q({0} ᏈᎻᎴ),
1854             'other' => q({0} ᏈᎻᎴ),
1855             },
1856             # Long Unit Identifier
1857             'concentr-permillion' => {
1858             'name' => q(ᏚᏙᏢᏒ ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ),
1859             'one' => q({0} ᎤᏙᏢᏒ ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ),
1860             'other' => q({0} ᏚᏙᏢᏒ ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ),
1861             },
1862             # Core Unit Identifier
1863             'permillion' => {
1864             'name' => q(ᏚᏙᏢᏒ ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ),
1865             'one' => q({0} ᎤᏙᏢᏒ ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ),
1866             'other' => q({0} ᏚᏙᏢᏒ ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ),
1867             },
1868             # Long Unit Identifier
1869             'concentr-permyriad' => {
1870             'one' => q({0} ᏋᎻᎵᎠᏗ),
1871             'other' => q({0} ᏋᎻᎵᎠᏗ),
1872             },
1873             # Core Unit Identifier
1874             'permyriad' => {
1875             'one' => q({0} ᏋᎻᎵᎠᏗ),
1876             'other' => q({0} ᏋᎻᎵᎠᏗ),
1877             },
1878             # Long Unit Identifier
1879             'concentr-portion-per-1e9' => {
1880             'name' => q(ᏚᏙᏢᏒ ᎢᏳᏓᎵ ᎢᏳᏔᎵᎳᏗᏅᏛ),
1881             'one' => q({0} ᎤᏙᏢᏒ ᎢᏳᏓᎵ ᎢᏳᏔᎵᎳᏗᏅᏛ),
1882             'other' => q({0} ᏚᏙᏢᏒ ᎢᏳᏓᎵ ᎢᏳᏔᎵᎳᏗᏅᏛ),
1883             },
1884             # Core Unit Identifier
1885             'portion-per-1e9' => {
1886             'name' => q(ᏚᏙᏢᏒ ᎢᏳᏓᎵ ᎢᏳᏔᎵᎳᏗᏅᏛ),
1887             'one' => q({0} ᎤᏙᏢᏒ ᎢᏳᏓᎵ ᎢᏳᏔᎵᎳᏗᏅᏛ),
1888             'other' => q({0} ᏚᏙᏢᏒ ᎢᏳᏓᎵ ᎢᏳᏔᎵᎳᏗᏅᏛ),
1889             },
1890             # Long Unit Identifier
1891             'consumption-liter-per-100-kilometer' => {
1892             'name' => q(ᏗᎵᏔᎢ 100 ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1893             'one' => q({0} ᎵᏔᎢ 100 ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1894             'other' => q({0} ᏗᎵᏔᎢ 100 ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1895             },
1896             # Core Unit Identifier
1897             'liter-per-100-kilometer' => {
1898             'name' => q(ᏗᎵᏔᎢ 100 ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1899             'one' => q({0} ᎵᏔᎢ 100 ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1900             'other' => q({0} ᏗᎵᏔᎢ 100 ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1901             },
1902             # Long Unit Identifier
1903             'consumption-liter-per-kilometer' => {
1904             'name' => q(ᏗᎵᏔᎢ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1905             'one' => q({0} ᎵᏔᎢ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1906             'other' => q({0} ᏗᎵᏔᎢ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1907             },
1908             # Core Unit Identifier
1909             'liter-per-kilometer' => {
1910             'name' => q(ᏗᎵᏔᎢ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1911             'one' => q({0} ᎵᏔᎢ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1912             'other' => q({0} ᏗᎵᏔᎢ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
1913             },
1914             # Long Unit Identifier
1915             'consumption-mile-per-gallon' => {
1916             'name' => q(ᎢᏧᏟᎶᏓ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1917             'one' => q({0} ᏑᏟᎶᏓ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1918             'other' => q({0} ᎢᏧᏟᎶᏓ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1919             },
1920             # Core Unit Identifier
1921             'mile-per-gallon' => {
1922             'name' => q(ᎢᏧᏟᎶᏓ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1923             'one' => q({0} ᏑᏟᎶᏓ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1924             'other' => q({0} ᎢᏧᏟᎶᏓ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1925             },
1926             # Long Unit Identifier
1927             'consumption-mile-per-gallon-imperial' => {
1928             'name' => q(ᎢᏧᏟᎶᏓ ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1929             'one' => q({0} ᏑᏟᎶᏓ ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1930             'other' => q({0} ᎢᏧᏟᎶᏓ ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1931             },
1932             # Core Unit Identifier
1933             'mile-per-gallon-imperial' => {
1934             'name' => q(ᎢᏧᏟᎶᏓ ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1935             'one' => q({0} ᏑᏟᎶᏓ ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1936             'other' => q({0} ᎢᏧᏟᎶᏓ ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
1937             },
1938             # Long Unit Identifier
1939             'coordinate' => {
1940             'east' => q({0} ᏗᎧᎸᎬ),
1941             'north' => q({0} ᏧᏴᏢ),
1942             'south' => q({0} ᏧᎦᏄᏮ),
1943             'west' => q({0} ᏭᏕᎵᎬ),
1944             },
1945             # Core Unit Identifier
1946             'coordinate' => {
1947             'east' => q({0} ᏗᎧᎸᎬ),
1948             'north' => q({0} ᏧᏴᏢ),
1949             'south' => q({0} ᏧᎦᏄᏮ),
1950             'west' => q({0} ᏭᏕᎵᎬ),
1951             },
1952             # Long Unit Identifier
1953             'digital-bit' => {
1954             'name' => q(ᎤᏍᎦᎵᏨ),
1955             'one' => q({0} ᎤᏍᎦᎳ),
1956             'other' => q({0} ᎤᏍᎦᎵᏨ),
1957             },
1958             # Core Unit Identifier
1959             'bit' => {
1960             'name' => q(ᎤᏍᎦᎵᏨ),
1961             'one' => q({0} ᎤᏍᎦᎳ),
1962             'other' => q({0} ᎤᏍᎦᎵᏨ),
1963             },
1964             # Long Unit Identifier
1965             'digital-byte' => {
1966             'name' => q(ᏗᏓᏍᎦᎵᎩ),
1967             'one' => q({0} ᎠᏍᎦᎳ),
1968             'other' => q({0} ᏗᏓᏍᎦᎵᎩ),
1969             },
1970             # Core Unit Identifier
1971             'byte' => {
1972             'name' => q(ᏗᏓᏍᎦᎵᎩ),
1973             'one' => q({0} ᎠᏍᎦᎳ),
1974             'other' => q({0} ᏗᏓᏍᎦᎵᎩ),
1975             },
1976             # Long Unit Identifier
1977             'digital-gigabit' => {
1978             'name' => q(ᎩᎦᎤᏍᎦᎵᏨ),
1979             'one' => q({0} ᎩᎦᎤᏍᎦᎳ),
1980             'other' => q({0} ᎩᎦᎤᏍᎦᎵᏨ),
1981             },
1982             # Core Unit Identifier
1983             'gigabit' => {
1984             'name' => q(ᎩᎦᎤᏍᎦᎵᏨ),
1985             'one' => q({0} ᎩᎦᎤᏍᎦᎳ),
1986             'other' => q({0} ᎩᎦᎤᏍᎦᎵᏨ),
1987             },
1988             # Long Unit Identifier
1989             'digital-gigabyte' => {
1990             'name' => q(ᎩᎦᏗᏓᏍᎦᎵᎩ),
1991             'one' => q({0} ᎩᎦᎠᏍᎦᎳ),
1992             'other' => q({0} ᎩᎦᏗᏓᏍᎦᎵᎩ),
1993             },
1994             # Core Unit Identifier
1995             'gigabyte' => {
1996             'name' => q(ᎩᎦᏗᏓᏍᎦᎵᎩ),
1997             'one' => q({0} ᎩᎦᎠᏍᎦᎳ),
1998             'other' => q({0} ᎩᎦᏗᏓᏍᎦᎵᎩ),
1999             },
2000             # Long Unit Identifier
2001             'digital-kilobit' => {
2002             'name' => q(ᎠᎦᏴᎵ ᎤᏍᎦᎵᏨ),
2003             'one' => q({0} ᎠᎦᏴᎵ ᎤᏍᎦᎳ),
2004             'other' => q({0} ᎠᎦᏴᎵ ᎤᏍᎦᎵᏨ),
2005             },
2006             # Core Unit Identifier
2007             'kilobit' => {
2008             'name' => q(ᎠᎦᏴᎵ ᎤᏍᎦᎵᏨ),
2009             'one' => q({0} ᎠᎦᏴᎵ ᎤᏍᎦᎳ),
2010             'other' => q({0} ᎠᎦᏴᎵ ᎤᏍᎦᎵᏨ),
2011             },
2012             # Long Unit Identifier
2013             'digital-kilobyte' => {
2014             'name' => q(ᎠᎦᏴᎵ ᏗᏓᏍᎦᎵᎩ),
2015             'one' => q({0} ᎠᎦᏴᎵ ᎠᏍᎦᎳ),
2016             'other' => q({0} ᎠᎦᏴᎵ ᏗᏓᏍᎦᎵᎩ),
2017             },
2018             # Core Unit Identifier
2019             'kilobyte' => {
2020             'name' => q(ᎠᎦᏴᎵ ᏗᏓᏍᎦᎵᎩ),
2021             'one' => q({0} ᎠᎦᏴᎵ ᎠᏍᎦᎳ),
2022             'other' => q({0} ᎠᎦᏴᎵ ᏗᏓᏍᎦᎵᎩ),
2023             },
2024             # Long Unit Identifier
2025             'digital-megabit' => {
2026             'name' => q(ᎺᎦ ᎤᏍᎦᎵᏨ),
2027             'one' => q({0} ᎺᎦ ᎤᏍᎦᎳ),
2028             'other' => q({0} ᎺᎦ ᎤᏍᎦᎵᏨ),
2029             },
2030             # Core Unit Identifier
2031             'megabit' => {
2032             'name' => q(ᎺᎦ ᎤᏍᎦᎵᏨ),
2033             'one' => q({0} ᎺᎦ ᎤᏍᎦᎳ),
2034             'other' => q({0} ᎺᎦ ᎤᏍᎦᎵᏨ),
2035             },
2036             # Long Unit Identifier
2037             'digital-megabyte' => {
2038             'one' => q({0} ᎺᎦ ᎠᏍᎦᎳ),
2039             'other' => q({0} ᎺᎦ ᏗᏓᏍᎦᎵᎩ),
2040             },
2041             # Core Unit Identifier
2042             'megabyte' => {
2043             'one' => q({0} ᎺᎦ ᎠᏍᎦᎳ),
2044             'other' => q({0} ᎺᎦ ᏗᏓᏍᎦᎵᎩ),
2045             },
2046             # Long Unit Identifier
2047             'digital-petabyte' => {
2048             'name' => q(ᏇᏔ ᏗᏓᏍᎦᎵᎩ),
2049             'one' => q({0} ᏇᏔ ᏗᏓᏍᎦᎵᎩ),
2050             'other' => q({0} ᏇᏔ ᏗᏓᏍᎦᎵᎩ),
2051             },
2052             # Core Unit Identifier
2053             'petabyte' => {
2054             'name' => q(ᏇᏔ ᏗᏓᏍᎦᎵᎩ),
2055             'one' => q({0} ᏇᏔ ᏗᏓᏍᎦᎵᎩ),
2056             'other' => q({0} ᏇᏔ ᏗᏓᏍᎦᎵᎩ),
2057             },
2058             # Long Unit Identifier
2059             'digital-terabit' => {
2060             'name' => q(ᏕᎳ ᎤᏍᎦᎵᏨ),
2061             'one' => q(ᏕᎳ ᎤᏍᎦᎳ),
2062             'other' => q({0} ᏕᎳ ᎤᏍᎦᎵᏨ),
2063             },
2064             # Core Unit Identifier
2065             'terabit' => {
2066             'name' => q(ᏕᎳ ᎤᏍᎦᎵᏨ),
2067             'one' => q(ᏕᎳ ᎤᏍᎦᎳ),
2068             'other' => q({0} ᏕᎳ ᎤᏍᎦᎵᏨ),
2069             },
2070             # Long Unit Identifier
2071             'digital-terabyte' => {
2072             'name' => q(ᏕᎳ ᏗᏓᏍᎦᎵᎩ),
2073             'one' => q({0} ᏕᎳ ᎠᏍᎦᎳ),
2074             'other' => q({0} ᏕᎳ ᏗᏓᏍᎦᎵᎩ),
2075             },
2076             # Core Unit Identifier
2077             'terabyte' => {
2078             'name' => q(ᏕᎳ ᏗᏓᏍᎦᎵᎩ),
2079             'one' => q({0} ᏕᎳ ᎠᏍᎦᎳ),
2080             'other' => q({0} ᏕᎳ ᏗᏓᏍᎦᎵᎩ),
2081             },
2082             # Long Unit Identifier
2083             'duration-century' => {
2084             'name' => q(ᏍᎪᎯᏧᏈ ᏧᏕᏘᏴᏓ),
2085             'one' => q({0} ᏍᎪᎯᏧᏈ ᏧᏕᏘᏴᏓ),
2086             'other' => q({0} ᏍᎪᎯᏧᏈ ᏧᏕᏘᏴᏓ),
2087             },
2088             # Core Unit Identifier
2089             'century' => {
2090             'name' => q(ᏍᎪᎯᏧᏈ ᏧᏕᏘᏴᏓ),
2091             'one' => q({0} ᏍᎪᎯᏧᏈ ᏧᏕᏘᏴᏓ),
2092             'other' => q({0} ᏍᎪᎯᏧᏈ ᏧᏕᏘᏴᏓ),
2093             },
2094             # Long Unit Identifier
2095             'duration-day' => {
2096             'one' => q({0} ᎢᎦ),
2097             'other' => q({0} ᎯᎸᏍᎩ ᏧᏒᎯᏓ),
2098             'per' => q({0} ᎢᎦ ᎢᏳᏓᎵ),
2099             },
2100             # Core Unit Identifier
2101             'day' => {
2102             'one' => q({0} ᎢᎦ),
2103             'other' => q({0} ᎯᎸᏍᎩ ᏧᏒᎯᏓ),
2104             'per' => q({0} ᎢᎦ ᎢᏳᏓᎵ),
2105             },
2106             # Long Unit Identifier
2107             'duration-decade' => {
2108             'name' => q(ᏍᎪᎯ ᏧᏕᏘᏴᏓ),
2109             'one' => q({0} ᏍᎪᎯ ᏧᏕᏘᏴᏓ),
2110             'other' => q({0} ᏍᎪᎯ ᏧᏕᏘᏴᏓ),
2111             },
2112             # Core Unit Identifier
2113             'decade' => {
2114             'name' => q(ᏍᎪᎯ ᏧᏕᏘᏴᏓ),
2115             'one' => q({0} ᏍᎪᎯ ᏧᏕᏘᏴᏓ),
2116             'other' => q({0} ᏍᎪᎯ ᏧᏕᏘᏴᏓ),
2117             },
2118             # Long Unit Identifier
2119             'duration-hour' => {
2120             'one' => q({0} ᏑᏟᎶᏓ),
2121             'other' => q({0} ᎢᏳᏟᎶᏓ),
2122             'per' => q({0} ᏑᏟᎶᏓ ᎢᏳᏓᎵ),
2123             },
2124             # Core Unit Identifier
2125             'hour' => {
2126             'one' => q({0} ᏑᏟᎶᏓ),
2127             'other' => q({0} ᎢᏳᏟᎶᏓ),
2128             'per' => q({0} ᏑᏟᎶᏓ ᎢᏳᏓᎵ),
2129             },
2130             # Long Unit Identifier
2131             'duration-microsecond' => {
2132             'name' => q(ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᏗᏎᏢ),
2133             'one' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᎠᏎᏢ),
2134             'other' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᏗᏎᏢ),
2135             },
2136             # Core Unit Identifier
2137             'microsecond' => {
2138             'name' => q(ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᏗᏎᏢ),
2139             'one' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᎠᏎᏢ),
2140             'other' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᏗᏎᏢ),
2141             },
2142             # Long Unit Identifier
2143             'duration-millisecond' => {
2144             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏎᏢ),
2145             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏎᏢ),
2146             },
2147             # Core Unit Identifier
2148             'millisecond' => {
2149             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏎᏢ),
2150             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏎᏢ),
2151             },
2152             # Long Unit Identifier
2153             'duration-minute' => {
2154             'one' => q({0} ᎢᏯᏔᏬᏍᏔᏅ),
2155             'other' => q({0} ᎢᏯᏔᏬᏍᏔᏅ),
2156             'per' => q({0} ᎢᏯᏔᏬᏍᏔᏅ ᎢᏳᏓᎵ),
2157             },
2158             # Core Unit Identifier
2159             'minute' => {
2160             'one' => q({0} ᎢᏯᏔᏬᏍᏔᏅ),
2161             'other' => q({0} ᎢᏯᏔᏬᏍᏔᏅ),
2162             'per' => q({0} ᎢᏯᏔᏬᏍᏔᏅ ᎢᏳᏓᎵ),
2163             },
2164             # Long Unit Identifier
2165             'duration-month' => {
2166             'per' => q({0} ᎧᎸᎢ ᎢᏳᏓᎵ),
2167             },
2168             # Core Unit Identifier
2169             'month' => {
2170             'per' => q({0} ᎧᎸᎢ ᎢᏳᏓᎵ),
2171             },
2172             # Long Unit Identifier
2173             'duration-nanosecond' => {
2174             'one' => q({0} ᎾᏃᎠᏎᏢ),
2175             'other' => q({0} ᎾᏃᏗᏎᏢ),
2176             },
2177             # Core Unit Identifier
2178             'nanosecond' => {
2179             'one' => q({0} ᎾᏃᎠᏎᏢ),
2180             'other' => q({0} ᎾᏃᏗᏎᏢ),
2181             },
2182             # Long Unit Identifier
2183             'duration-night' => {
2184             'name' => q(ᏚᎵᏏᏂᏒ),
2185             'one' => q({0} ᎤᏒ),
2186             'other' => q({0} ᏚᎵᏏᏂᏒ),
2187             'per' => q({0}/ᎤᏒ),
2188             },
2189             # Core Unit Identifier
2190             'night' => {
2191             'name' => q(ᏚᎵᏏᏂᏒ),
2192             'one' => q({0} ᎤᏒ),
2193             'other' => q({0} ᏚᎵᏏᏂᏒ),
2194             'per' => q({0}/ᎤᏒ),
2195             },
2196             # Long Unit Identifier
2197             'duration-quarter' => {
2198             'name' => q(ᎯᎸᏍᎩ ᎩᏄᏘᏗ),
2199             'one' => q({0} ᎩᏄᏘᏗ),
2200             'other' => q({0} ᎯᎸᏍᎩ ᎩᏄᏘᏗ),
2201             },
2202             # Core Unit Identifier
2203             'quarter' => {
2204             'name' => q(ᎯᎸᏍᎩ ᎩᏄᏘᏗ),
2205             'one' => q({0} ᎩᏄᏘᏗ),
2206             'other' => q({0} ᎯᎸᏍᎩ ᎩᏄᏘᏗ),
2207             },
2208             # Long Unit Identifier
2209             'duration-second' => {
2210             'name' => q(ᏗᏎᏢ),
2211             'one' => q({0} ᎠᏎᏢ),
2212             'other' => q({0} ᏗᏎᏢ),
2213             'per' => q({0} ᎠᏎᏢ ᎢᏳᏓᎵ),
2214             },
2215             # Core Unit Identifier
2216             'second' => {
2217             'name' => q(ᏗᏎᏢ),
2218             'one' => q({0} ᎠᏎᏢ),
2219             'other' => q({0} ᏗᏎᏢ),
2220             'per' => q({0} ᎠᏎᏢ ᎢᏳᏓᎵ),
2221             },
2222             # Long Unit Identifier
2223             'duration-week' => {
2224             'one' => q({0} ᏒᎾᏙᏓᏆᏍᏗ),
2225             'other' => q({0} ᎢᏳᎾᏙᏓᏆᏍᏗ),
2226             'per' => q({0} ᏒᎾᏙᏓᏆᏍᏗ ᎢᏳᏓᎵ),
2227             },
2228             # Core Unit Identifier
2229             'week' => {
2230             'one' => q({0} ᏒᎾᏙᏓᏆᏍᏗ),
2231             'other' => q({0} ᎢᏳᎾᏙᏓᏆᏍᏗ),
2232             'per' => q({0} ᏒᎾᏙᏓᏆᏍᏗ ᎢᏳᏓᎵ),
2233             },
2234             # Long Unit Identifier
2235             'duration-year' => {
2236             'one' => q({0} ᎤᏕᏘᏴᏌᏗᏒᎢ),
2237             'other' => q({0} ᏧᏕᏘᏴᏌᏗᏒᎢ),
2238             'per' => q({0} ᎤᏕᏘᏴᏌᏗᏒᎢ ᎢᏳᏓᎵ),
2239             },
2240             # Core Unit Identifier
2241             'year' => {
2242             'one' => q({0} ᎤᏕᏘᏴᏌᏗᏒᎢ),
2243             'other' => q({0} ᏧᏕᏘᏴᏌᏗᏒᎢ),
2244             'per' => q({0} ᎤᏕᏘᏴᏌᏗᏒᎢ ᎢᏳᏓᎵ),
2245             },
2246             # Long Unit Identifier
2247             'electric-ampere' => {
2248             'name' => q(ᏗᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2249             'one' => q({0} ᎠᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2250             'other' => q({0} ᏗᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2251             },
2252             # Core Unit Identifier
2253             'ampere' => {
2254             'name' => q(ᏗᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2255             'one' => q({0} ᎠᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2256             'other' => q({0} ᏗᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2257             },
2258             # Long Unit Identifier
2259             'electric-milliampere' => {
2260             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2261             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2262             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2263             },
2264             # Core Unit Identifier
2265             'milliampere' => {
2266             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2267             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2268             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᎾᎦᎵᏍᎩ ᎠᏟᎶᏍᏗ),
2269             },
2270             # Long Unit Identifier
2271             'electric-ohm' => {
2272             'one' => q({0} ᎣᎻ),
2273             'other' => q({0} ᏗᎣᎻ),
2274             },
2275             # Core Unit Identifier
2276             'ohm' => {
2277             'one' => q({0} ᎣᎻ),
2278             'other' => q({0} ᏗᎣᎻ),
2279             },
2280             # Long Unit Identifier
2281             'electric-volt' => {
2282             'one' => q({0} ᎠᎾᎦᎵᏍᎩ ᎢᏳᏟᏂᎩᏓ),
2283             'other' => q({0} ᎠᎾᎦᎵᏍᎩ ᎢᏧᏟᏂᏚᏓ),
2284             },
2285             # Core Unit Identifier
2286             'volt' => {
2287             'one' => q({0} ᎠᎾᎦᎵᏍᎩ ᎢᏳᏟᏂᎩᏓ),
2288             'other' => q({0} ᎠᎾᎦᎵᏍᎩ ᎢᏧᏟᏂᏚᏓ),
2289             },
2290             # Long Unit Identifier
2291             'energy-british-thermal-unit' => {
2292             'name' => q(ᏈᏗᏏ ᏗᎬᏍᎦᏢᏗ ᏂᎨᏒᎾ ᏓᎪᎵᏰᎥ ᏭᏍᏗᎬ ᎧᎵᎨᏒ),
2293             'one' => q({0} ᏈᏗᏏ ᏗᎬᏍᎦᏢᏗ ᏂᎨᏒᎾ ᏓᎪᎵᏰᎥ ᏭᏍᏗᎬ ᎧᎵᎨᏒ),
2294             'other' => q({0} ᏈᏗᏏ ᏗᎬᏍᎦᏢᏗ ᏂᎨᏒᎾ ᏓᎪᎵᏰᎥ ᏭᏍᏗᎬ ᎧᎵᎨᏒ),
2295             },
2296             # Core Unit Identifier
2297             'british-thermal-unit' => {
2298             'name' => q(ᏈᏗᏏ ᏗᎬᏍᎦᏢᏗ ᏂᎨᏒᎾ ᏓᎪᎵᏰᎥ ᏭᏍᏗᎬ ᎧᎵᎨᏒ),
2299             'one' => q({0} ᏈᏗᏏ ᏗᎬᏍᎦᏢᏗ ᏂᎨᏒᎾ ᏓᎪᎵᏰᎥ ᏭᏍᏗᎬ ᎧᎵᎨᏒ),
2300             'other' => q({0} ᏈᏗᏏ ᏗᎬᏍᎦᏢᏗ ᏂᎨᏒᎾ ᏓᎪᎵᏰᎥ ᏭᏍᏗᎬ ᎧᎵᎨᏒ),
2301             },
2302             # Long Unit Identifier
2303             'energy-calorie' => {
2304             'name' => q(ᏗᏓᎵᏥᏍᏗᏍᎩ),
2305             'one' => q({0} ᎠᏓᎵᏥᏍᏗᏍᎩ),
2306             'other' => q({0} ᏗᏓᎵᏥᏍᏗᏍᎩ),
2307             },
2308             # Core Unit Identifier
2309             'calorie' => {
2310             'name' => q(ᏗᏓᎵᏥᏍᏗᏍᎩ),
2311             'one' => q({0} ᎠᏓᎵᏥᏍᏗᏍᎩ),
2312             'other' => q({0} ᏗᏓᎵᏥᏍᏗᏍᎩ),
2313             },
2314             # Long Unit Identifier
2315             'energy-electronvolt' => {
2316             'name' => q(ᎡᎴᏆᎾᏉᏔᏍ),
2317             'one' => q({0} ᎡᎴᏆᎾᏉᏔ),
2318             'other' => q({0} ᎡᎴᏆᎾᏉᏔᏍ),
2319             },
2320             # Core Unit Identifier
2321             'electronvolt' => {
2322             'name' => q(ᎡᎴᏆᎾᏉᏔᏍ),
2323             'one' => q({0} ᎡᎴᏆᎾᏉᏔ),
2324             'other' => q({0} ᎡᎴᏆᎾᏉᏔᏍ),
2325             },
2326             # Long Unit Identifier
2327             'energy-foodcalorie' => {
2328             'name' => q(ᏗᏓᎵᏥᏍᏗᏍᎩ),
2329             'one' => q({0} ᎠᏓᎵᏥᏍᏗᏍᎩ),
2330             'other' => q({0} ᏗᏓᎵᏥᏍᏗᏍᎩ),
2331             },
2332             # Core Unit Identifier
2333             'foodcalorie' => {
2334             'name' => q(ᏗᏓᎵᏥᏍᏗᏍᎩ),
2335             'one' => q({0} ᎠᏓᎵᏥᏍᏗᏍᎩ),
2336             'other' => q({0} ᏗᏓᎵᏥᏍᏗᏍᎩ),
2337             },
2338             # Long Unit Identifier
2339             'energy-joule' => {
2340             'one' => q({0} ᏦᎤᎵ),
2341             'other' => q({0} ᏗᏦᎤᎵ),
2342             },
2343             # Core Unit Identifier
2344             'joule' => {
2345             'one' => q({0} ᏦᎤᎵ),
2346             'other' => q({0} ᏗᏦᎤᎵ),
2347             },
2348             # Long Unit Identifier
2349             'energy-kilocalorie' => {
2350             'name' => q(ᎠᎦᏴᎵ ᏗᏓᎵᏥᏍᏗᏍᎩ),
2351             'one' => q({0} ᎠᎦᏴᎵ ᎠᏓᎵᏥᏍᏗᏍᎩ),
2352             'other' => q({0} ᎠᎦᏴᎵ ᏗᏓᎵᏥᏍᏗᏍᎩ),
2353             },
2354             # Core Unit Identifier
2355             'kilocalorie' => {
2356             'name' => q(ᎠᎦᏴᎵ ᏗᏓᎵᏥᏍᏗᏍᎩ),
2357             'one' => q({0} ᎠᎦᏴᎵ ᎠᏓᎵᏥᏍᏗᏍᎩ),
2358             'other' => q({0} ᎠᎦᏴᎵ ᏗᏓᎵᏥᏍᏗᏍᎩ),
2359             },
2360             # Long Unit Identifier
2361             'energy-kilojoule' => {
2362             'name' => q(ᎠᎦᏴᎵ ᏗᏦᎤᎵ),
2363             'one' => q({0} ᎠᎦᏴᎵ ᏦᎤᎵ),
2364             'other' => q({0} ᎠᎦᏴᎵ ᏗᏦᎤᎵ),
2365             },
2366             # Core Unit Identifier
2367             'kilojoule' => {
2368             'name' => q(ᎠᎦᏴᎵ ᏗᏦᎤᎵ),
2369             'one' => q({0} ᎠᎦᏴᎵ ᏦᎤᎵ),
2370             'other' => q({0} ᎠᎦᏴᎵ ᏗᏦᎤᎵ),
2371             },
2372             # Long Unit Identifier
2373             'energy-kilowatt-hour' => {
2374             'name' => q(ᎠᎦᏴᎵ-ᎢᏧᏟᎶᏓ),
2375             'one' => q(ᎠᎦᏴᎵ ᎠᏟᎶᏓ),
2376             'other' => q({0} ᎠᎦᏴᎵ-ᎢᏧᏟᎶᏓ),
2377             },
2378             # Core Unit Identifier
2379             'kilowatt-hour' => {
2380             'name' => q(ᎠᎦᏴᎵ-ᎢᏧᏟᎶᏓ),
2381             'one' => q(ᎠᎦᏴᎵ ᎠᏟᎶᏓ),
2382             'other' => q({0} ᎠᎦᏴᎵ-ᎢᏧᏟᎶᏓ),
2383             },
2384             # Long Unit Identifier
2385             'energy-therm-us' => {
2386             'one' => q({0} US ᎤᏗᏞᎬᎢ),
2387             'other' => q({0} US ᎤᏗᏞᎬᎢ),
2388             },
2389             # Core Unit Identifier
2390             'therm-us' => {
2391             'one' => q({0} US ᎤᏗᏞᎬᎢ),
2392             'other' => q({0} US ᎤᏗᏞᎬᎢ),
2393             },
2394             # Long Unit Identifier
2395             'force-kilowatt-hour-per-100-kilometer' => {
2396             'name' => q(ᎠᎦᏴᎵᏩᏘ-ᏑᏟᎶᏓ ᎾᎿ 100 ᎠᎦᏴᎵᎢᏳᏟᎶᏓ),
2397             'one' => q({0} ᎠᎦᏴᎵᏩᏘ-ᏑᏟᎶᏓ ᎾᎿ 100 ᎠᎦᏴᎵᎢᏳᏟᎶᏓ),
2398             'other' => q({0} ᎠᎦᏴᎵᏩᏘ-ᏑᏟᎶᏓ ᎾᎿ 100 ᎠᎦᏴᎵᎢᏳᏟᎶᏓ),
2399             },
2400             # Core Unit Identifier
2401             'kilowatt-hour-per-100-kilometer' => {
2402             'name' => q(ᎠᎦᏴᎵᏩᏘ-ᏑᏟᎶᏓ ᎾᎿ 100 ᎠᎦᏴᎵᎢᏳᏟᎶᏓ),
2403             'one' => q({0} ᎠᎦᏴᎵᏩᏘ-ᏑᏟᎶᏓ ᎾᎿ 100 ᎠᎦᏴᎵᎢᏳᏟᎶᏓ),
2404             'other' => q({0} ᎠᎦᏴᎵᏩᏘ-ᏑᏟᎶᏓ ᎾᎿ 100 ᎠᎦᏴᎵᎢᏳᏟᎶᏓ),
2405             },
2406             # Long Unit Identifier
2407             'force-newton' => {
2408             'name' => q(ᏄᏛᏅᏍ),
2409             'one' => q({0} ᏄᏛᏅ),
2410             'other' => q({0} ᏄᏛᏅᏍ),
2411             },
2412             # Core Unit Identifier
2413             'newton' => {
2414             'name' => q(ᏄᏛᏅᏍ),
2415             'one' => q({0} ᏄᏛᏅ),
2416             'other' => q({0} ᏄᏛᏅᏍ),
2417             },
2418             # Long Unit Identifier
2419             'force-pound-force' => {
2420             'name' => q(ᏑᏓᎨᏓ ᎾᎿ ᎦᏌᏙᏯᏍᏗ),
2421             'one' => q({0} ᏑᏓᎨᏓ ᎾᎿ ᎦᏌᏙᏯᏍᏗ),
2422             'other' => q({0} ᏑᏓᎨᏓ ᎾᎿ ᎦᏌᏙᏯᏍᏗ),
2423             },
2424             # Core Unit Identifier
2425             'pound-force' => {
2426             'name' => q(ᏑᏓᎨᏓ ᎾᎿ ᎦᏌᏙᏯᏍᏗ),
2427             'one' => q({0} ᏑᏓᎨᏓ ᎾᎿ ᎦᏌᏙᏯᏍᏗ),
2428             'other' => q({0} ᏑᏓᎨᏓ ᎾᎿ ᎦᏌᏙᏯᏍᏗ),
2429             },
2430             # Long Unit Identifier
2431             'frequency-gigahertz' => {
2432             'name' => q(ᎩᎦᎭᏥ),
2433             'one' => q({0} ᎩᎦᎭᏥ),
2434             'other' => q({0} ᎩᎦᎭᏥ),
2435             },
2436             # Core Unit Identifier
2437             'gigahertz' => {
2438             'name' => q(ᎩᎦᎭᏥ),
2439             'one' => q({0} ᎩᎦᎭᏥ),
2440             'other' => q({0} ᎩᎦᎭᏥ),
2441             },
2442             # Long Unit Identifier
2443             'frequency-hertz' => {
2444             'name' => q(ᎭᏥ),
2445             'one' => q({0} ᎭᏥ),
2446             'other' => q({0} ᎭᏥ),
2447             },
2448             # Core Unit Identifier
2449             'hertz' => {
2450             'name' => q(ᎭᏥ),
2451             'one' => q({0} ᎭᏥ),
2452             'other' => q({0} ᎭᏥ),
2453             },
2454             # Long Unit Identifier
2455             'frequency-kilohertz' => {
2456             'name' => q(ᎠᎦᏴᎵᎭᏥ),
2457             'one' => q({0} ᎠᎦᏴᎵᎭᏥ),
2458             'other' => q({0} ᎠᎦᏴᎵᎭᏥ),
2459             },
2460             # Core Unit Identifier
2461             'kilohertz' => {
2462             'name' => q(ᎠᎦᏴᎵᎭᏥ),
2463             'one' => q({0} ᎠᎦᏴᎵᎭᏥ),
2464             'other' => q({0} ᎠᎦᏴᎵᎭᏥ),
2465             },
2466             # Long Unit Identifier
2467             'frequency-megahertz' => {
2468             'name' => q(ᎺᎦᎭᏥ),
2469             'one' => q({0} ᎺᎦᎭᏥ),
2470             'other' => q({0} ᎺᎦᎭᏥ),
2471             },
2472             # Core Unit Identifier
2473             'megahertz' => {
2474             'name' => q(ᎺᎦᎭᏥ),
2475             'one' => q({0} ᎺᎦᎭᏥ),
2476             'other' => q({0} ᎺᎦᎭᏥ),
2477             },
2478             # Long Unit Identifier
2479             'graphics-dot-per-centimeter' => {
2480             'name' => q(ᏧᏓᏓᎸ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2481             'one' => q({0} ᎤᏓᏓᎸ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2482             'other' => q({0} ᏧᏓᏓᎸ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2483             },
2484             # Core Unit Identifier
2485             'dot-per-centimeter' => {
2486             'name' => q(ᏧᏓᏓᎸ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2487             'one' => q({0} ᎤᏓᏓᎸ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2488             'other' => q({0} ᏧᏓᏓᎸ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2489             },
2490             # Long Unit Identifier
2491             'graphics-dot-per-inch' => {
2492             'name' => q(ᏧᏓᏓᎸ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2493             'one' => q({0} ᎤᏓᏓᎸ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2494             'other' => q({0} ᏧᏓᏓᎸ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2495             },
2496             # Core Unit Identifier
2497             'dot-per-inch' => {
2498             'name' => q(ᏧᏓᏓᎸ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2499             'one' => q({0} ᎤᏓᏓᎸ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2500             'other' => q({0} ᏧᏓᏓᎸ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2501             },
2502             # Long Unit Identifier
2503             'graphics-em' => {
2504             'name' => q(ᎪᏪᎸ em),
2505             },
2506             # Core Unit Identifier
2507             'em' => {
2508             'name' => q(ᎪᏪᎸ em),
2509             },
2510             # Long Unit Identifier
2511             'graphics-megapixel' => {
2512             'one' => q({0} ᎤᏔᎾ ᏇᎦᏎᎵ),
2513             'other' => q({0} ᏧᏔᎾ ᏗᏇᎦᏎᎵ),
2514             },
2515             # Core Unit Identifier
2516             'megapixel' => {
2517             'one' => q({0} ᎤᏔᎾ ᏇᎦᏎᎵ),
2518             'other' => q({0} ᏧᏔᎾ ᏗᏇᎦᏎᎵ),
2519             },
2520             # Long Unit Identifier
2521             'graphics-pixel' => {
2522             'one' => q({0} ᏇᎦᏎᎵ),
2523             'other' => q({0} ᏗᏇᎦᏎᎵ),
2524             },
2525             # Core Unit Identifier
2526             'pixel' => {
2527             'one' => q({0} ᏇᎦᏎᎵ),
2528             'other' => q({0} ᏗᏇᎦᏎᎵ),
2529             },
2530             # Long Unit Identifier
2531             'graphics-pixel-per-centimeter' => {
2532             'name' => q(ᏗᏇᎦᏎᎵ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2533             'one' => q({0} ᏇᎦᏎᎵ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2534             'other' => q({0} ᏗᏇᎦᏎᎵ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2535             },
2536             # Core Unit Identifier
2537             'pixel-per-centimeter' => {
2538             'name' => q(ᏗᏇᎦᏎᎵ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2539             'one' => q({0} ᏇᎦᏎᎵ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2540             'other' => q({0} ᏗᏇᎦᏎᎵ ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2541             },
2542             # Long Unit Identifier
2543             'graphics-pixel-per-inch' => {
2544             'name' => q(ᏗᏇᎦᏎᎵ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2545             'one' => q({0} ᏇᎦᏎᎵ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2546             'other' => q({0} ᏗᏇᎦᏎᎵ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2547             },
2548             # Core Unit Identifier
2549             'pixel-per-inch' => {
2550             'name' => q(ᏗᏇᎦᏎᎵ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2551             'one' => q({0} ᏇᎦᏎᎵ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2552             'other' => q({0} ᏗᏇᎦᏎᎵ ᎢᏏᎳᏗᏍᏗ ᎢᏳᏓᎵ),
2553             },
2554             # Long Unit Identifier
2555             'length-astronomical-unit' => {
2556             'name' => q(ᎡᎶᎯ ᎠᎴ ᎤᏓ ᏭᏍᏗᎬ ᎧᎵ ᎨᏒᎢ),
2557             'one' => q({0} ᎡᎶᎯ ᎠᎴ ᎤᏓ ᏭᏍᏗᎬ ᎧᎵ ᎨᏒᎢ),
2558             'other' => q({0} ᎡᎶᎯ ᎠᎴ ᎤᏓ ᏭᏍᏗᎬ ᎧᎵ ᎨᏒᎢ),
2559             },
2560             # Core Unit Identifier
2561             'astronomical-unit' => {
2562             'name' => q(ᎡᎶᎯ ᎠᎴ ᎤᏓ ᏭᏍᏗᎬ ᎧᎵ ᎨᏒᎢ),
2563             'one' => q({0} ᎡᎶᎯ ᎠᎴ ᎤᏓ ᏭᏍᏗᎬ ᎧᎵ ᎨᏒᎢ),
2564             'other' => q({0} ᎡᎶᎯ ᎠᎴ ᎤᏓ ᏭᏍᏗᎬ ᎧᎵ ᎨᏒᎢ),
2565             },
2566             # Long Unit Identifier
2567             'length-centimeter' => {
2568             'name' => q(ᏧᏍᏗ ᏗᏟᎶᏗ),
2569             'one' => q({0} ᎤᏍᏗ ᎠᏟᎶᏗ),
2570             'other' => q({0} ᏧᏍᏗ ᏗᏟᎶᏗ),
2571             'per' => q({0} ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2572             },
2573             # Core Unit Identifier
2574             'centimeter' => {
2575             'name' => q(ᏧᏍᏗ ᏗᏟᎶᏗ),
2576             'one' => q({0} ᎤᏍᏗ ᎠᏟᎶᏗ),
2577             'other' => q({0} ᏧᏍᏗ ᏗᏟᎶᏗ),
2578             'per' => q({0} ᎤᏍᏗ ᎠᏟᎶᏗ ᎢᏳᏓᎵ),
2579             },
2580             # Long Unit Identifier
2581             'length-decimeter' => {
2582             'name' => q(ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᏗᏟᎶᏍᏗ),
2583             'one' => q({0} ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎠᏟᎶᏍᏗ),
2584             'other' => q({0} ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᏗᏟᎶᏍᏗ),
2585             },
2586             # Core Unit Identifier
2587             'decimeter' => {
2588             'name' => q(ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᏗᏟᎶᏍᏗ),
2589             'one' => q({0} ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎠᏟᎶᏍᏗ),
2590             'other' => q({0} ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᏗᏟᎶᏍᏗ),
2591             },
2592             # Long Unit Identifier
2593             'length-earth-radius' => {
2594             'name' => q(ᎡᎶᎯ ᏯᏗ),
2595             'one' => q({0} ᎡᎶᎯ ᏯᏗ),
2596             'other' => q({0} ᎡᎶᎯ ᏯᏗ),
2597             },
2598             # Core Unit Identifier
2599             'earth-radius' => {
2600             'name' => q(ᎡᎶᎯ ᏯᏗ),
2601             'one' => q({0} ᎡᎶᎯ ᏯᏗ),
2602             'other' => q({0} ᎡᎶᎯ ᏯᏗ),
2603             },
2604             # Long Unit Identifier
2605             'length-fathom' => {
2606             'one' => q({0} ᏑᏓᎵ ᎢᏗᎳᏏᏗ ᎠᏯᏱ),
2607             'other' => q({0} ᏑᏓᎵ ᎢᏗᎳᏏᏗ ᎠᏯᏱ),
2608             },
2609             # Core Unit Identifier
2610             'fathom' => {
2611             'one' => q({0} ᏑᏓᎵ ᎢᏗᎳᏏᏗ ᎠᏯᏱ),
2612             'other' => q({0} ᏑᏓᎵ ᎢᏗᎳᏏᏗ ᎠᏯᏱ),
2613             },
2614             # Long Unit Identifier
2615             'length-foot' => {
2616             'one' => q({0} ᎢᎳᏏᏗ),
2617             'other' => q({0} ᎢᏗᎳᏏᏗ),
2618             'per' => q({0} ᎢᎳᏏᏗ ᎢᏳᏓᎵ),
2619             },
2620             # Core Unit Identifier
2621             'foot' => {
2622             'one' => q({0} ᎢᎳᏏᏗ),
2623             'other' => q({0} ᎢᏗᎳᏏᏗ),
2624             'per' => q({0} ᎢᎳᏏᏗ ᎢᏳᏓᎵ),
2625             },
2626             # Long Unit Identifier
2627             'length-furlong' => {
2628             'one' => q({0} ᎠᏰᏟ ᎩᏄᏘᏗ ᏑᏟᎶᏓ),
2629             'other' => q({0} ᎠᏰᏟ ᎩᏄᏘᏗ ᎢᏳᏟᎶᏓ),
2630             },
2631             # Core Unit Identifier
2632             'furlong' => {
2633             'one' => q({0} ᎠᏰᏟ ᎩᏄᏘᏗ ᏑᏟᎶᏓ),
2634             'other' => q({0} ᎠᏰᏟ ᎩᏄᏘᏗ ᎢᏳᏟᎶᏓ),
2635             },
2636             # Long Unit Identifier
2637             'length-inch' => {
2638             'one' => q({0} ᎢᏏᏔᏗᏍᏗ),
2639             'other' => q({0} ᎢᏗᏏᏔᏗᏍᏗ),
2640             'per' => q({0} ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ),
2641             },
2642             # Core Unit Identifier
2643             'inch' => {
2644             'one' => q({0} ᎢᏏᏔᏗᏍᏗ),
2645             'other' => q({0} ᎢᏗᏏᏔᏗᏍᏗ),
2646             'per' => q({0} ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ),
2647             },
2648             # Long Unit Identifier
2649             'length-kilometer' => {
2650             'name' => q(ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
2651             'one' => q({0} ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ),
2652             'other' => q({0} ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
2653             'per' => q({0} ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
2654             },
2655             # Core Unit Identifier
2656             'kilometer' => {
2657             'name' => q(ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
2658             'one' => q({0} ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ),
2659             'other' => q({0} ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
2660             'per' => q({0} ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
2661             },
2662             # Long Unit Identifier
2663             'length-light-year' => {
2664             'name' => q(ᏗᏨᏍᏗ ᏧᏕᏘᏴᏌᏗᏒᎢ),
2665             'one' => q({0} ᎠᏨᏍᏗ ᎤᏕᏘᏴᏌᏗᏒᎢ),
2666             'other' => q({0} ᏗᏨᏍᏗ ᏧᏕᏘᏴᏌᏗᏒᎢ),
2667             },
2668             # Core Unit Identifier
2669             'light-year' => {
2670             'name' => q(ᏗᏨᏍᏗ ᏧᏕᏘᏴᏌᏗᏒᎢ),
2671             'one' => q({0} ᎠᏨᏍᏗ ᎤᏕᏘᏴᏌᏗᏒᎢ),
2672             'other' => q({0} ᏗᏨᏍᏗ ᏧᏕᏘᏴᏌᏗᏒᎢ),
2673             },
2674             # Long Unit Identifier
2675             'length-meter' => {
2676             'name' => q(ᏗᏟᎶᏍᏗ),
2677             'one' => q({0} ᎠᏟᎶᏍᏗ),
2678             'other' => q({0} ᏗᏟᎶᏍᏗ),
2679             'per' => q({0} ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
2680             },
2681             # Core Unit Identifier
2682             'meter' => {
2683             'name' => q(ᏗᏟᎶᏍᏗ),
2684             'one' => q({0} ᎠᏟᎶᏍᏗ),
2685             'other' => q({0} ᏗᏟᎶᏍᏗ),
2686             'per' => q({0} ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
2687             },
2688             # Long Unit Identifier
2689             'length-micrometer' => {
2690             'name' => q(ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᏗᏟᎶᏍᏗ),
2691             'one' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᎠᏟᎶᏍᏗ),
2692             'other' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᏗᏟᎶᏍᏗ),
2693             },
2694             # Core Unit Identifier
2695             'micrometer' => {
2696             'name' => q(ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᏗᏟᎶᏍᏗ),
2697             'one' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᎠᏟᎶᏍᏗ),
2698             'other' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᏗᏟᎶᏍᏗ),
2699             },
2700             # Long Unit Identifier
2701             'length-mile' => {
2702             'one' => q({0} ᏑᏟᎶᏓ),
2703             'other' => q({0} ᎢᏳᏟᎶᏓ),
2704             },
2705             # Core Unit Identifier
2706             'mile' => {
2707             'one' => q({0} ᏑᏟᎶᏓ),
2708             'other' => q({0} ᎢᏳᏟᎶᏓ),
2709             },
2710             # Long Unit Identifier
2711             'length-mile-scandinavian' => {
2712             'name' => q(ᏑᏟᎶᏓ-ᏍᎦᎾᏗᎾᏫᎠᏂ),
2713             'one' => q({0} ᏑᏟᎶᏓ-ᏍᎦᎾᏗᎾᏫᎠᏂ),
2714             'other' => q({0} ᎢᏳᏟᎶᏓ-ᏍᎦᎾᏗᎾᏫᎠᏂ),
2715             },
2716             # Core Unit Identifier
2717             'mile-scandinavian' => {
2718             'name' => q(ᏑᏟᎶᏓ-ᏍᎦᎾᏗᎾᏫᎠᏂ),
2719             'one' => q({0} ᏑᏟᎶᏓ-ᏍᎦᎾᏗᎾᏫᎠᏂ),
2720             'other' => q({0} ᎢᏳᏟᎶᏓ-ᏍᎦᎾᏗᎾᏫᎠᏂ),
2721             },
2722             # Long Unit Identifier
2723             'length-millimeter' => {
2724             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏍᏗ),
2725             'one' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏟᎶᏍᏗ),
2726             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏍᏗ),
2727             },
2728             # Core Unit Identifier
2729             'millimeter' => {
2730             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏍᏗ),
2731             'one' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏟᎶᏍᏗ),
2732             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏍᏗ),
2733             },
2734             # Long Unit Identifier
2735             'length-nanometer' => {
2736             'name' => q(ᎾᏃ ᏗᏟᎶᏍᏗ),
2737             'one' => q({0} ᎾᏃ ᎠᏟᎶᏍᏗ),
2738             'other' => q({0} ᎾᏃ ᏗᏟᎶᏍᏗ),
2739             },
2740             # Core Unit Identifier
2741             'nanometer' => {
2742             'name' => q(ᎾᏃ ᏗᏟᎶᏍᏗ),
2743             'one' => q({0} ᎾᏃ ᎠᏟᎶᏍᏗ),
2744             'other' => q({0} ᎾᏃ ᏗᏟᎶᏍᏗ),
2745             },
2746             # Long Unit Identifier
2747             'length-nautical-mile' => {
2748             'name' => q(ᎠᎺᏉᎯ ᎢᏳᏟᎶᏓ),
2749             'one' => q({0} ᎠᎺᏉᎯ ᏑᏟᎶᏓ),
2750             'other' => q({0} ᎠᎺᏉᎯ ᎢᏳᏟᎶᏓ),
2751             },
2752             # Core Unit Identifier
2753             'nautical-mile' => {
2754             'name' => q(ᎠᎺᏉᎯ ᎢᏳᏟᎶᏓ),
2755             'one' => q({0} ᎠᎺᏉᎯ ᏑᏟᎶᏓ),
2756             'other' => q({0} ᎠᎺᏉᎯ ᎢᏳᏟᎶᏓ),
2757             },
2758             # Long Unit Identifier
2759             'length-parsec' => {
2760             'one' => q({0} ᎢᏯᏆᏎᎦ),
2761             'other' => q({0} ᎢᏯᏆᏎᎦ),
2762             },
2763             # Core Unit Identifier
2764             'parsec' => {
2765             'one' => q({0} ᎢᏯᏆᏎᎦ),
2766             'other' => q({0} ᎢᏯᏆᏎᎦ),
2767             },
2768             # Long Unit Identifier
2769             'length-picometer' => {
2770             'name' => q(ᏇᎪ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏍᏗ),
2771             'one' => q({0} ᏇᎪ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏟᎶᏍᏗ),
2772             'other' => q({0} ᏇᎪ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏍᏗ),
2773             },
2774             # Core Unit Identifier
2775             'picometer' => {
2776             'name' => q(ᏇᎪ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏍᏗ),
2777             'one' => q({0} ᏇᎪ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏟᎶᏍᏗ),
2778             'other' => q({0} ᏇᎪ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏍᏗ),
2779             },
2780             # Long Unit Identifier
2781             'length-point' => {
2782             'one' => q({0} ᎤᏓᏓᏟ),
2783             'other' => q({0} ᏧᏓᏓᏟ),
2784             },
2785             # Core Unit Identifier
2786             'point' => {
2787             'one' => q({0} ᎤᏓᏓᏟ),
2788             'other' => q({0} ᏧᏓᏓᏟ),
2789             },
2790             # Long Unit Identifier
2791             'length-solar-radius' => {
2792             'one' => q({0} ᏅᏓ ᏇᏗ),
2793             'other' => q({0} ᏅᏓ ᏇᏗ),
2794             },
2795             # Core Unit Identifier
2796             'solar-radius' => {
2797             'one' => q({0} ᏅᏓ ᏇᏗ),
2798             'other' => q({0} ᏅᏓ ᏇᏗ),
2799             },
2800             # Long Unit Identifier
2801             'length-yard' => {
2802             'one' => q({0} ᏯᏗ),
2803             'other' => q({0} ᎢᏯᏯᏗ),
2804             },
2805             # Core Unit Identifier
2806             'yard' => {
2807             'one' => q({0} ᏯᏗ),
2808             'other' => q({0} ᎢᏯᏯᏗ),
2809             },
2810             # Long Unit Identifier
2811             'light-candela' => {
2812             'name' => q(ᎧᏂᏕᎳ),
2813             'one' => q({0} ᎧᏂᏕᎳ),
2814             'other' => q({0} ᎧᏂᏕᎳ),
2815             },
2816             # Core Unit Identifier
2817             'candela' => {
2818             'name' => q(ᎧᏂᏕᎳ),
2819             'one' => q({0} ᎧᏂᏕᎳ),
2820             'other' => q({0} ᎧᏂᏕᎳ),
2821             },
2822             # Long Unit Identifier
2823             'light-lumen' => {
2824             'name' => q(ᎷᎺᏂ),
2825             'one' => q({0} ᎷᎺᏂ),
2826             'other' => q({0} ᎷᎺᏂ),
2827             },
2828             # Core Unit Identifier
2829             'lumen' => {
2830             'name' => q(ᎷᎺᏂ),
2831             'one' => q({0} ᎷᎺᏂ),
2832             'other' => q({0} ᎷᎺᏂ),
2833             },
2834             # Long Unit Identifier
2835             'light-solar-luminosity' => {
2836             'one' => q({0} ᏅᏓ ᎠᏨᏍᏗ),
2837             'other' => q({0} ᏅᏓ ᏗᏨᏍᏗ),
2838             },
2839             # Core Unit Identifier
2840             'solar-luminosity' => {
2841             'one' => q({0} ᏅᏓ ᎠᏨᏍᏗ),
2842             'other' => q({0} ᏅᏓ ᏗᏨᏍᏗ),
2843             },
2844             # Long Unit Identifier
2845             'mass-carat' => {
2846             'one' => q({0} ᎨᏇᏓ),
2847             'other' => q({0} ᏗᎨᏇᏓ),
2848             },
2849             # Core Unit Identifier
2850             'carat' => {
2851             'one' => q({0} ᎨᏇᏓ),
2852             'other' => q({0} ᏗᎨᏇᏓ),
2853             },
2854             # Long Unit Identifier
2855             'mass-dalton' => {
2856             'one' => q({0} ᏓᏙᎾᏍ),
2857             'other' => q({0} ᏓᏙᎾᏍ),
2858             },
2859             # Core Unit Identifier
2860             'dalton' => {
2861             'one' => q({0} ᏓᏙᎾᏍ),
2862             'other' => q({0} ᏓᏙᎾᏍ),
2863             },
2864             # Long Unit Identifier
2865             'mass-earth-mass' => {
2866             'one' => q({0} ᎡᎶᎯ ᎹᏏ),
2867             'other' => q({0} ᎡᎶᎯ ᎹᏏ),
2868             },
2869             # Core Unit Identifier
2870             'earth-mass' => {
2871             'one' => q({0} ᎡᎶᎯ ᎹᏏ),
2872             'other' => q({0} ᎡᎶᎯ ᎹᏏ),
2873             },
2874             # Long Unit Identifier
2875             'mass-gram' => {
2876             'one' => q({0} ᎤᏍᏗ ᎤᏓᎨᏒ),
2877             'other' => q({0} ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2878             'per' => q({0} ᎤᏍᏗ ᎤᏓᎨᏒ ᎢᏳᏓᎵ),
2879             },
2880             # Core Unit Identifier
2881             'gram' => {
2882             'one' => q({0} ᎤᏍᏗ ᎤᏓᎨᏒ),
2883             'other' => q({0} ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2884             'per' => q({0} ᎤᏍᏗ ᎤᏓᎨᏒ ᎢᏳᏓᎵ),
2885             },
2886             # Long Unit Identifier
2887             'mass-kilogram' => {
2888             'name' => q(ᎠᎦᏴᎵ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2889             'one' => q({0} ᎠᎦᏴᎵ ᎤᏍᏗ ᎤᏓᎨᏒ),
2890             'other' => q({0} ᎠᎦᏴᎵ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2891             'per' => q({0} ᎠᎦᏴᎵ ᎤᏍᏗ ᎤᏓᎨᏒ ᎢᏳᏓᎵ),
2892             },
2893             # Core Unit Identifier
2894             'kilogram' => {
2895             'name' => q(ᎠᎦᏴᎵ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2896             'one' => q({0} ᎠᎦᏴᎵ ᎤᏍᏗ ᎤᏓᎨᏒ),
2897             'other' => q({0} ᎠᎦᏴᎵ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2898             'per' => q({0} ᎠᎦᏴᎵ ᎤᏍᏗ ᎤᏓᎨᏒ ᎢᏳᏓᎵ),
2899             },
2900             # Long Unit Identifier
2901             'mass-microgram' => {
2902             'name' => q(ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2903             'one' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᎤᏍᏗ ᎤᏓᎨᏒ),
2904             'other' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2905             },
2906             # Core Unit Identifier
2907             'microgram' => {
2908             'name' => q(ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2909             'one' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᎤᏍᏗ ᎤᏓᎨᏒ),
2910             'other' => q({0} ᏌᏉ ᎢᏳᏆᏗᏅᏛ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2911             },
2912             # Long Unit Identifier
2913             'mass-milligram' => {
2914             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2915             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᎤᏓᎨᏒ),
2916             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2917             },
2918             # Core Unit Identifier
2919             'milligram' => {
2920             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2921             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᎤᏓᎨᏒ),
2922             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
2923             },
2924             # Long Unit Identifier
2925             'mass-ounce' => {
2926             'name' => q(ᎢᏯᎣᏂᏏ),
2927             'one' => q({0} ᎣᏂᏏ),
2928             'other' => q({0} ᎢᏯᎣᏂᏏ),
2929             'per' => q({0} ᎣᏂᏏ ᎢᏳᏓᎵ),
2930             },
2931             # Core Unit Identifier
2932             'ounce' => {
2933             'name' => q(ᎢᏯᎣᏂᏏ),
2934             'one' => q({0} ᎣᏂᏏ),
2935             'other' => q({0} ᎢᏯᎣᏂᏏ),
2936             'per' => q({0} ᎣᏂᏏ ᎢᏳᏓᎵ),
2937             },
2938             # Long Unit Identifier
2939             'mass-ounce-troy' => {
2940             'name' => q(ᏆᏯ ᎢᏯᎣᏂᏏ),
2941             'one' => q({0} ᏆᏯ ᎣᏂᏏ),
2942             'other' => q({0} ᏆᏯ ᎢᏯᎣᏂᏏ),
2943             },
2944             # Core Unit Identifier
2945             'ounce-troy' => {
2946             'name' => q(ᏆᏯ ᎢᏯᎣᏂᏏ),
2947             'one' => q({0} ᏆᏯ ᎣᏂᏏ),
2948             'other' => q({0} ᏆᏯ ᎢᏯᎣᏂᏏ),
2949             },
2950             # Long Unit Identifier
2951             'mass-pound' => {
2952             'one' => q({0} ᏑᏓᎨᏓ),
2953             'other' => q({0} ᎢᏧᏓᎨᏓ),
2954             'per' => q({0} ᎢᏧᏓᎨᏓ ᎢᏳᏓᎵ),
2955             },
2956             # Core Unit Identifier
2957             'pound' => {
2958             'one' => q({0} ᏑᏓᎨᏓ),
2959             'other' => q({0} ᎢᏧᏓᎨᏓ),
2960             'per' => q({0} ᎢᏧᏓᎨᏓ ᎢᏳᏓᎵ),
2961             },
2962             # Long Unit Identifier
2963             'mass-solar-mass' => {
2964             'one' => q({0} ᏅᏓ ᎹᏏ),
2965             'other' => q({0} ᏅᏓ ᎹᏏ),
2966             },
2967             # Core Unit Identifier
2968             'solar-mass' => {
2969             'one' => q({0} ᏅᏓ ᎹᏏ),
2970             'other' => q({0} ᏅᏓ ᎹᏏ),
2971             },
2972             # Long Unit Identifier
2973             'mass-stone' => {
2974             'one' => q({0} ᏅᏯ),
2975             'other' => q({0} ᎠᏂᏅᏯ),
2976             },
2977             # Core Unit Identifier
2978             'stone' => {
2979             'one' => q({0} ᏅᏯ),
2980             'other' => q({0} ᎠᏂᏅᏯ),
2981             },
2982             # Long Unit Identifier
2983             'mass-ton' => {
2984             'one' => q({0} ᏈᏂ),
2985             'other' => q({0} ᏗᏈᏂ),
2986             },
2987             # Core Unit Identifier
2988             'ton' => {
2989             'one' => q({0} ᏈᏂ),
2990             'other' => q({0} ᏗᏈᏂ),
2991             },
2992             # Long Unit Identifier
2993             'mass-tonne' => {
2994             'name' => q(ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏗᏈᏂ),
2995             'one' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏈᏂ),
2996             'other' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏗᏈᏂ),
2997             },
2998             # Core Unit Identifier
2999             'tonne' => {
3000             'name' => q(ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏗᏈᏂ),
3001             'one' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏈᏂ),
3002             'other' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏗᏈᏂ),
3003             },
3004             # Long Unit Identifier
3005             'per' => {
3006             '1' => q({0} ᎾᎿ {1}),
3007             },
3008             # Core Unit Identifier
3009             'per' => {
3010             '1' => q({0} ᎾᎿ {1}),
3011             },
3012             # Long Unit Identifier
3013             'power-gigawatt' => {
3014             'name' => q(ᎩᎦᏩᏗ),
3015             'one' => q({0} ᎩᎦᏩᏗ),
3016             'other' => q({0} ᎩᎦᏩᏗ),
3017             },
3018             # Core Unit Identifier
3019             'gigawatt' => {
3020             'name' => q(ᎩᎦᏩᏗ),
3021             'one' => q({0} ᎩᎦᏩᏗ),
3022             'other' => q({0} ᎩᎦᏩᏗ),
3023             },
3024             # Long Unit Identifier
3025             'power-horsepower' => {
3026             'name' => q(ᏐᏈᎵ ᎢᏳᎳᏂᎩᏛ),
3027             'one' => q({0} ᏐᏈᎵ ᎢᏳᎳᏂᎩᏛ),
3028             'other' => q({0} ᏐᏈᎵ ᎢᏳᎳᏂᎩᏛ),
3029             },
3030             # Core Unit Identifier
3031             'horsepower' => {
3032             'name' => q(ᏐᏈᎵ ᎢᏳᎳᏂᎩᏛ),
3033             'one' => q({0} ᏐᏈᎵ ᎢᏳᎳᏂᎩᏛ),
3034             'other' => q({0} ᏐᏈᎵ ᎢᏳᎳᏂᎩᏛ),
3035             },
3036             # Long Unit Identifier
3037             'power-kilowatt' => {
3038             'name' => q(ᎠᎦᏴᎵ ᏗᏩᏗ),
3039             'one' => q({0} ᎠᎦᏴᎵ ᏩᏗ),
3040             'other' => q({0} ᎠᎦᏴᎵ ᏗᏩᏗ),
3041             },
3042             # Core Unit Identifier
3043             'kilowatt' => {
3044             'name' => q(ᎠᎦᏴᎵ ᏗᏩᏗ),
3045             'one' => q({0} ᎠᎦᏴᎵ ᏩᏗ),
3046             'other' => q({0} ᎠᎦᏴᎵ ᏗᏩᏗ),
3047             },
3048             # Long Unit Identifier
3049             'power-megawatt' => {
3050             'name' => q(ᎺᎦ ᏗᏩᏗ),
3051             'one' => q({0} ᎺᎦ ᏩᏗ),
3052             'other' => q({0} ᎺᎦ ᏗᏩᏗ),
3053             },
3054             # Core Unit Identifier
3055             'megawatt' => {
3056             'name' => q(ᎺᎦ ᏗᏩᏗ),
3057             'one' => q({0} ᎺᎦ ᏩᏗ),
3058             'other' => q({0} ᎺᎦ ᏗᏩᏗ),
3059             },
3060             # Long Unit Identifier
3061             'power-milliwatt' => {
3062             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏩᏗ),
3063             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏩᏗ),
3064             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏩᏗ),
3065             },
3066             # Core Unit Identifier
3067             'milliwatt' => {
3068             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏩᏗ),
3069             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏩᏗ),
3070             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏩᏗ),
3071             },
3072             # Long Unit Identifier
3073             'power-watt' => {
3074             'one' => q({0} ᏗᏩᏗ),
3075             'other' => q({0} ᏗᏩᏗ),
3076             },
3077             # Core Unit Identifier
3078             'watt' => {
3079             'one' => q({0} ᏗᏩᏗ),
3080             'other' => q({0} ᏗᏩᏗ),
3081             },
3082             # Long Unit Identifier
3083             'power2' => {
3084             '1' => q(ᏅᎩ ᏧᏅᏏᏯ {0}),
3085             'one' => q(ᏅᎩ ᏧᏅᏏᏱ {0}),
3086             'other' => q(ᏅᎩ ᏧᏅᏏᏱ {0}),
3087             },
3088             # Core Unit Identifier
3089             'power2' => {
3090             '1' => q(ᏅᎩ ᏧᏅᏏᏯ {0}),
3091             'one' => q(ᏅᎩ ᏧᏅᏏᏱ {0}),
3092             'other' => q(ᏅᎩ ᏧᏅᏏᏱ {0}),
3093             },
3094             # Long Unit Identifier
3095             'power3' => {
3096             '1' => q(cubic {0}),
3097             'one' => q(ᏣᏁᎳ ᏧᏅᏏᏱ {0}),
3098             'other' => q(ᏣᏁᎳ ᏧᏅᏏᏱ {0}),
3099             },
3100             # Core Unit Identifier
3101             'power3' => {
3102             '1' => q(cubic {0}),
3103             'one' => q(ᏣᏁᎳ ᏧᏅᏏᏱ {0}),
3104             'other' => q(ᏣᏁᎳ ᏧᏅᏏᏱ {0}),
3105             },
3106             # Long Unit Identifier
3107             'pressure-atmosphere' => {
3108             'name' => q(ᏗᎦᏃᎴᏍᎬ),
3109             'one' => q({0} ᎦᏃᎴᏍᎬ),
3110             'other' => q({0} ᏗᎦᏃᎴᏍᎬ),
3111             },
3112             # Core Unit Identifier
3113             'atmosphere' => {
3114             'name' => q(ᏗᎦᏃᎴᏍᎬ),
3115             'one' => q({0} ᎦᏃᎴᏍᎬ),
3116             'other' => q({0} ᏗᎦᏃᎴᏍᎬ),
3117             },
3118             # Long Unit Identifier
3119             'pressure-bar' => {
3120             'name' => q(ᏕᎦᎾᎸᎢ),
3121             'one' => q({0} ᎦᎾᎸᎢ),
3122             'other' => q({0} ᏕᎦᎾᎸᎢ),
3123             },
3124             # Core Unit Identifier
3125             'bar' => {
3126             'name' => q(ᏕᎦᎾᎸᎢ),
3127             'one' => q({0} ᎦᎾᎸᎢ),
3128             'other' => q({0} ᏕᎦᎾᎸᎢ),
3129             },
3130             # Long Unit Identifier
3131             'pressure-hectopascal' => {
3132             'name' => q(ᎮᏔ ᏗᏆᏌᎵ),
3133             'one' => q({0} ᎮᏔ ᏆᏌᎵ),
3134             'other' => q({0} ᎮᏔ ᏗᏆᏌᎵ),
3135             },
3136             # Core Unit Identifier
3137             'hectopascal' => {
3138             'name' => q(ᎮᏔ ᏗᏆᏌᎵ),
3139             'one' => q({0} ᎮᏔ ᏆᏌᎵ),
3140             'other' => q({0} ᎮᏔ ᏗᏆᏌᎵ),
3141             },
3142             # Long Unit Identifier
3143             'pressure-inch-ofhg' => {
3144             'name' => q(ᎢᏏᏔᏗᏍᏗ ᎾᎿ ᎹᎫᎢ),
3145             'one' => q({0} ᎢᏗᎳᏏᏗ ᎾᎿ ᎹᎫᎢ),
3146             'other' => q({0} ᎢᏏᏔᏗᏍᏗ ᎾᎿ ᎹᎫᎢ),
3147             },
3148             # Core Unit Identifier
3149             'inch-ofhg' => {
3150             'name' => q(ᎢᏏᏔᏗᏍᏗ ᎾᎿ ᎹᎫᎢ),
3151             'one' => q({0} ᎢᏗᎳᏏᏗ ᎾᎿ ᎹᎫᎢ),
3152             'other' => q({0} ᎢᏏᏔᏗᏍᏗ ᎾᎿ ᎹᎫᎢ),
3153             },
3154             # Long Unit Identifier
3155             'pressure-kilopascal' => {
3156             'name' => q(ᎩᎶᏆᏍᎧᎵᏍ),
3157             'one' => q({0} ᎩᎶᏆᏍᎧᎵᏍ),
3158             'other' => q({0} ᎩᎶᏆᏍᎧᎵᏍ),
3159             },
3160             # Core Unit Identifier
3161             'kilopascal' => {
3162             'name' => q(ᎩᎶᏆᏍᎧᎵᏍ),
3163             'one' => q({0} ᎩᎶᏆᏍᎧᎵᏍ),
3164             'other' => q({0} ᎩᎶᏆᏍᎧᎵᏍ),
3165             },
3166             # Long Unit Identifier
3167             'pressure-megapascal' => {
3168             'name' => q(ᎺᎦᏆᏍᎧᎵᏍ),
3169             'one' => q({0} ᎺᎦᏆᏍᎧᎵᏍ),
3170             'other' => q({0} ᎺᎦᏆᏍᎧᎵᏍ),
3171             },
3172             # Core Unit Identifier
3173             'megapascal' => {
3174             'name' => q(ᎺᎦᏆᏍᎧᎵᏍ),
3175             'one' => q({0} ᎺᎦᏆᏍᎧᎵᏍ),
3176             'other' => q({0} ᎺᎦᏆᏍᎧᎵᏍ),
3177             },
3178             # Long Unit Identifier
3179             'pressure-millibar' => {
3180             'name' => q(ᎢᏯᎦᏴᎵ ᏕᎦᎾᎸᎢ),
3181             'one' => q({0} ᎢᎦᎦᏴᎵ ᎦᎾᎸᎢ),
3182             'other' => q({0} ᎢᏯᎦᏴᎵ ᏕᎦᎾᎸᎢ),
3183             },
3184             # Core Unit Identifier
3185             'millibar' => {
3186             'name' => q(ᎢᏯᎦᏴᎵ ᏕᎦᎾᎸᎢ),
3187             'one' => q({0} ᎢᎦᎦᏴᎵ ᎦᎾᎸᎢ),
3188             'other' => q({0} ᎢᏯᎦᏴᎵ ᏕᎦᎾᎸᎢ),
3189             },
3190             # Long Unit Identifier
3191             'pressure-millimeter-ofhg' => {
3192             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏗ ᎾᎿ ᎹᎫᎢ),
3193             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏟᎶᏗ ᎾᎿ ᎹᎫᎢ),
3194             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏗ ᎾᎿ ᎹᎫᎢ),
3195             },
3196             # Core Unit Identifier
3197             'millimeter-ofhg' => {
3198             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏗ ᎾᎿ ᎹᎫᎢ),
3199             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎠᏟᎶᏗ ᎾᎿ ᎹᎫᎢ),
3200             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏟᎶᏗ ᎾᎿ ᎹᎫᎢ),
3201             },
3202             # Long Unit Identifier
3203             'pressure-pascal' => {
3204             'name' => q(ᏗᏆᏌᎵ),
3205             'one' => q({0} ᏆᏌᎵ),
3206             'other' => q({0} ᏗᏆᏌᎵ),
3207             },
3208             # Core Unit Identifier
3209             'pascal' => {
3210             'name' => q(ᏗᏆᏌᎵ),
3211             'one' => q({0} ᏆᏌᎵ),
3212             'other' => q({0} ᏗᏆᏌᎵ),
3213             },
3214             # Long Unit Identifier
3215             'pressure-pound-force-per-square-inch' => {
3216             'name' => q(ᎢᏧᏓᎨᏓ ᏅᎩ ᏧᏅᏏᎩ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ),
3217             'one' => q({0} ᏑᏓᎨᏓ ᏅᎩ ᏧᏅᏏᎩ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ),
3218             'other' => q({0} ᎢᏧᏓᎨᏓ ᏅᎩ ᏧᏅᏏᎩ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ),
3219             },
3220             # Core Unit Identifier
3221             'pound-force-per-square-inch' => {
3222             'name' => q(ᎢᏧᏓᎨᏓ ᏅᎩ ᏧᏅᏏᎩ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ),
3223             'one' => q({0} ᏑᏓᎨᏓ ᏅᎩ ᏧᏅᏏᎩ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ),
3224             'other' => q({0} ᎢᏧᏓᎨᏓ ᏅᎩ ᏧᏅᏏᎩ ᎢᏏᏔᏗᏍᏗ ᎢᏳᏓᎵ),
3225             },
3226             # Long Unit Identifier
3227             'speed-beaufort' => {
3228             'name' => q(ᏉᏙᎢ),
3229             'one' => q(ᏉᏙᎢ {0}),
3230             'other' => q(ᏉᏙᎢ {0}),
3231             },
3232             # Core Unit Identifier
3233             'beaufort' => {
3234             'name' => q(ᏉᏙᎢ),
3235             'one' => q(ᏉᏙᎢ {0}),
3236             'other' => q(ᏉᏙᎢ {0}),
3237             },
3238             # Long Unit Identifier
3239             'speed-kilometer-per-hour' => {
3240             'name' => q(ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᏑᏟᎶᏓ ᎢᏳᏓᎵ),
3241             'one' => q({0} ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᏑᏟᎶᏓ ᎢᏳᏓᎵ),
3242             'other' => q({0} ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᏑᏟᎶᏓ ᎢᏳᏓᎵ),
3243             },
3244             # Core Unit Identifier
3245             'kilometer-per-hour' => {
3246             'name' => q(ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᏑᏟᎶᏓ ᎢᏳᏓᎵ),
3247             'one' => q({0} ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ ᏑᏟᎶᏓ ᎢᏳᏓᎵ),
3248             'other' => q({0} ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ ᏑᏟᎶᏓ ᎢᏳᏓᎵ),
3249             },
3250             # Long Unit Identifier
3251             'speed-knot' => {
3252             'name' => q(ᏓᎧᏁᎲ),
3253             'one' => q({0} ᎠᎧᏁᎲ),
3254             'other' => q({0} ᏓᎧᏁᎲ),
3255             },
3256             # Core Unit Identifier
3257             'knot' => {
3258             'name' => q(ᏓᎧᏁᎲ),
3259             'one' => q({0} ᎠᎧᏁᎲ),
3260             'other' => q({0} ᏓᎧᏁᎲ),
3261             },
3262             # Long Unit Identifier
3263             'speed-light-speed' => {
3264             'name' => q(ᎠᏨᏍᏗ),
3265             'one' => q({0} ᎠᏨᏍᏗ),
3266             'other' => q({0} ᎠᏨᏍᏗ),
3267             },
3268             # Core Unit Identifier
3269             'light-speed' => {
3270             'name' => q(ᎠᏨᏍᏗ),
3271             'one' => q({0} ᎠᏨᏍᏗ),
3272             'other' => q({0} ᎠᏨᏍᏗ),
3273             },
3274             # Long Unit Identifier
3275             'speed-meter-per-second' => {
3276             'name' => q(ᏗᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ),
3277             'one' => q({0} ᎠᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ),
3278             'other' => q({0} ᏗᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ),
3279             },
3280             # Core Unit Identifier
3281             'meter-per-second' => {
3282             'name' => q(ᏗᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ),
3283             'one' => q({0} ᎠᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ),
3284             'other' => q({0} ᏗᏟᎶᏗ ᎠᏎᏢ ᎢᏳᏓᎵ),
3285             },
3286             # Long Unit Identifier
3287             'speed-mile-per-hour' => {
3288             'name' => q(ᎢᏧᏟᎶᏓ ᏑᏟᎶᏛ ᎢᏳᏓᎵ),
3289             'one' => q({0} ᏑᏟᎶᏓ ᏑᏟᎶᏛ ᎢᏳᏓᎵ),
3290             'other' => q({0} ᎢᏧᏟᎶᏓ ᏑᏟᎶᏛ ᎢᏳᏓᎵ),
3291             },
3292             # Core Unit Identifier
3293             'mile-per-hour' => {
3294             'name' => q(ᎢᏧᏟᎶᏓ ᏑᏟᎶᏛ ᎢᏳᏓᎵ),
3295             'one' => q({0} ᏑᏟᎶᏓ ᏑᏟᎶᏛ ᎢᏳᏓᎵ),
3296             'other' => q({0} ᎢᏧᏟᎶᏓ ᏑᏟᎶᏛ ᎢᏳᏓᎵ),
3297             },
3298             # Long Unit Identifier
3299             'temperature-celsius' => {
3300             'name' => q(ᎢᎦᎢ ᎢᏗᎦᏘ ᎠᏤ ᎠᏟᎶᏍᏙᏗ),
3301             'one' => q({0} ᎢᎦᎢ ᎢᎦ ᎠᏤ ᎠᏟᎶᏍᏙᏗ),
3302             'other' => q({0} ᎢᎦᎢ ᎢᏗᎦᏘ ᎠᏤ ᎠᏟᎶᏍᏙᏗ),
3303             },
3304             # Core Unit Identifier
3305             'celsius' => {
3306             'name' => q(ᎢᎦᎢ ᎢᏗᎦᏘ ᎠᏤ ᎠᏟᎶᏍᏙᏗ),
3307             'one' => q({0} ᎢᎦᎢ ᎢᎦ ᎠᏤ ᎠᏟᎶᏍᏙᏗ),
3308             'other' => q({0} ᎢᎦᎢ ᎢᏗᎦᏘ ᎠᏤ ᎠᏟᎶᏍᏙᏗ),
3309             },
3310             # Long Unit Identifier
3311             'temperature-fahrenheit' => {
3312             'name' => q(ᎢᎦᎢ ᎢᏗᎦᏘ ᏅᎦᏃᏋ ᎠᎴ ᏅᏴᏢ ᎠᏟᎶᏍᏙᏗ),
3313             'one' => q(ᎢᎦᎢ ᎢᎦ ᏅᎦᏃᏋ ᎠᎴ ᏅᏴᏢ ᎠᏟᎶᏍᏙᏗ),
3314             'other' => q({0} ᎢᎦᎢ ᎢᏗᎦᏘ ᏅᎦᏃᏋ ᎠᎴ ᏅᏴᏢ ᎠᏟᎶᏍᏙᏗ),
3315             },
3316             # Core Unit Identifier
3317             'fahrenheit' => {
3318             'name' => q(ᎢᎦᎢ ᎢᏗᎦᏘ ᏅᎦᏃᏋ ᎠᎴ ᏅᏴᏢ ᎠᏟᎶᏍᏙᏗ),
3319             'one' => q(ᎢᎦᎢ ᎢᎦ ᏅᎦᏃᏋ ᎠᎴ ᏅᏴᏢ ᎠᏟᎶᏍᏙᏗ),
3320             'other' => q({0} ᎢᎦᎢ ᎢᏗᎦᏘ ᏅᎦᏃᏋ ᎠᎴ ᏅᏴᏢ ᎠᏟᎶᏍᏙᏗ),
3321             },
3322             # Long Unit Identifier
3323             'temperature-kelvin' => {
3324             'name' => q(ᎢᏗᎨᎸᏂ),
3325             'one' => q({0} ᎨᎸᏂ),
3326             'other' => q({0} ᎢᏗᎨᎸᏂ),
3327             },
3328             # Core Unit Identifier
3329             'kelvin' => {
3330             'name' => q(ᎢᏗᎨᎸᏂ),
3331             'one' => q({0} ᎨᎸᏂ),
3332             'other' => q({0} ᎢᏗᎨᎸᏂ),
3333             },
3334             # Long Unit Identifier
3335             'times' => {
3336             '1' => q({0}-{1}),
3337             },
3338             # Core Unit Identifier
3339             'times' => {
3340             '1' => q({0}-{1}),
3341             },
3342             # Long Unit Identifier
3343             'torque-newton-meter' => {
3344             'name' => q(ᏄᏛᏅ-ᎠᏟᎶᏍᏗ),
3345             'one' => q({0} ᏄᏛᏅ-ᎠᏟᎶᏍᏗ),
3346             'other' => q({0} ᏄᏛᏅ-ᎠᏟᎶᏍᏗ),
3347             },
3348             # Core Unit Identifier
3349             'newton-meter' => {
3350             'name' => q(ᏄᏛᏅ-ᎠᏟᎶᏍᏗ),
3351             'one' => q({0} ᏄᏛᏅ-ᎠᏟᎶᏍᏗ),
3352             'other' => q({0} ᏄᏛᏅ-ᎠᏟᎶᏍᏗ),
3353             },
3354             # Long Unit Identifier
3355             'torque-pound-force-foot' => {
3356             'name' => q(ᏑᏓᎨᏓ-ᏧᎳᏏᏕᏂ),
3357             'one' => q({0} ᏑᏓᎨᏓ-ᎤᎳᏏᏕᏂ),
3358             'other' => q({0} ᏑᏓᎨᏓ-ᏧᎳᏏᏕᏂ),
3359             },
3360             # Core Unit Identifier
3361             'pound-force-foot' => {
3362             'name' => q(ᏑᏓᎨᏓ-ᏧᎳᏏᏕᏂ),
3363             'one' => q({0} ᏑᏓᎨᏓ-ᎤᎳᏏᏕᏂ),
3364             'other' => q({0} ᏑᏓᎨᏓ-ᏧᎳᏏᏕᏂ),
3365             },
3366             # Long Unit Identifier
3367             'volume-acre-foot' => {
3368             'one' => q({0} ᏑᏟᎶᏛ-ᎢᎳᏏᏗ),
3369             'other' => q({0} ᏑᏟᎶᏛ-ᎢᏗᎳᏏᏗ),
3370             },
3371             # Core Unit Identifier
3372             'acre-foot' => {
3373             'one' => q({0} ᏑᏟᎶᏛ-ᎢᎳᏏᏗ),
3374             'other' => q({0} ᏑᏟᎶᏛ-ᎢᏗᎳᏏᏗ),
3375             },
3376             # Long Unit Identifier
3377             'volume-barrel' => {
3378             'name' => q(ᏧᏒᏙᏂ),
3379             'one' => q({0} ᏒᏙᏂ),
3380             'other' => q({0} ᏧᏒᏙᏂ),
3381             },
3382             # Core Unit Identifier
3383             'barrel' => {
3384             'name' => q(ᏧᏒᏙᏂ),
3385             'one' => q({0} ᏒᏙᏂ),
3386             'other' => q({0} ᏧᏒᏙᏂ),
3387             },
3388             # Long Unit Identifier
3389             'volume-bushel' => {
3390             'one' => q({0} ᎤᎧᏲᏗ ᏑᏟᎶᏓ),
3391             'other' => q({0} ᎤᎧᏲᏗ ᏑᏟᎶᏓ),
3392             },
3393             # Core Unit Identifier
3394             'bushel' => {
3395             'one' => q({0} ᎤᎧᏲᏗ ᏑᏟᎶᏓ),
3396             'other' => q({0} ᎤᎧᏲᏗ ᏑᏟᎶᏓ),
3397             },
3398             # Long Unit Identifier
3399             'volume-centiliter' => {
3400             'name' => q(ᏧᎤᏍᏗ ᏗᎵᏔᎢ),
3401             'one' => q({0} ᎤᏍᏗ ᎵᏔᎢ),
3402             'other' => q({0} ᏧᎤᏍᏗ ᏗᎵᏔᎢ),
3403             },
3404             # Core Unit Identifier
3405             'centiliter' => {
3406             'name' => q(ᏧᎤᏍᏗ ᏗᎵᏔᎢ),
3407             'one' => q({0} ᎤᏍᏗ ᎵᏔᎢ),
3408             'other' => q({0} ᏧᎤᏍᏗ ᏗᎵᏔᎢ),
3409             },
3410             # Long Unit Identifier
3411             'volume-cubic-centimeter' => {
3412             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᏧᏍᏗ ᏗᏟᎶᏍᏗ),
3413             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎤᏍᏗ ᎠᏟᎶᏍᏗ),
3414             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᏧᏍᏗ ᏗᏟᎶᏍᏗ),
3415             'per' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎤᏍᏗ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
3416             },
3417             # Core Unit Identifier
3418             'cubic-centimeter' => {
3419             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᏧᏍᏗ ᏗᏟᎶᏍᏗ),
3420             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎤᏍᏗ ᎠᏟᎶᏍᏗ),
3421             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᏧᏍᏗ ᏗᏟᎶᏍᏗ),
3422             'per' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎤᏍᏗ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
3423             },
3424             # Long Unit Identifier
3425             'volume-cubic-foot' => {
3426             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᎢᏗᎳᏏᏗ),
3427             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎢᎳᏏᏗ),
3428             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎢᏗᎳᏏᏗ),
3429             },
3430             # Core Unit Identifier
3431             'cubic-foot' => {
3432             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᎢᏗᎳᏏᏗ),
3433             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎢᎳᏏᏗ),
3434             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎢᏗᎳᏏᏗ),
3435             },
3436             # Long Unit Identifier
3437             'volume-cubic-inch' => {
3438             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᎢᏗᏏᏔᏗᏍᏗ),
3439             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎢᏏᏔᏗᏍᏗ),
3440             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎢᏗᏏᏔᏗᏍᏗ),
3441             },
3442             # Core Unit Identifier
3443             'cubic-inch' => {
3444             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᎢᏗᏏᏔᏗᏍᏗ),
3445             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎢᏏᏔᏗᏍᏗ),
3446             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎢᏗᏏᏔᏗᏍᏗ),
3447             },
3448             # Long Unit Identifier
3449             'volume-cubic-kilometer' => {
3450             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
3451             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ),
3452             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
3453             },
3454             # Core Unit Identifier
3455             'cubic-kilometer' => {
3456             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
3457             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ),
3458             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎠᎦᏴᎵ ᏗᏟᎶᏍᏗ),
3459             },
3460             # Long Unit Identifier
3461             'volume-cubic-meter' => {
3462             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᏗᏟᎶᏍᏗ),
3463             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎠᏟᎶᏍᏗ),
3464             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᏗᏟᎶᏍᏗ),
3465             'per' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
3466             },
3467             # Core Unit Identifier
3468             'cubic-meter' => {
3469             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᏗᏟᎶᏍᏗ),
3470             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎠᏟᎶᏍᏗ),
3471             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᏗᏟᎶᏍᏗ),
3472             'per' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎠᏟᎶᏍᏗ ᎢᏳᏓᎵ),
3473             },
3474             # Long Unit Identifier
3475             'volume-cubic-mile' => {
3476             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᎢᏳᏟᎶᏓ),
3477             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᏑᏟᎶᏓ),
3478             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎤᏍᏗ ᎢᏳᏟᎶᏓ),
3479             },
3480             # Core Unit Identifier
3481             'cubic-mile' => {
3482             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᎢᏳᏟᎶᏓ),
3483             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᏑᏟᎶᏓ),
3484             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎤᏍᏗ ᎢᏳᏟᎶᏓ),
3485             },
3486             # Long Unit Identifier
3487             'volume-cubic-yard' => {
3488             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᎢᏯᏯᏗ),
3489             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᏯᏗ),
3490             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎢᏯᏯᏗ),
3491             },
3492             # Core Unit Identifier
3493             'cubic-yard' => {
3494             'name' => q(ᏅᎩ ᏧᏅᏏᏯ ᎢᏯᏯᏗ),
3495             'one' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᏯᏗ),
3496             'other' => q({0} ᏅᎩ ᏧᏅᏏᏯ ᎢᏯᏯᏗ),
3497             },
3498             # Long Unit Identifier
3499             'volume-cup' => {
3500             'one' => q({0} ᎤᎵᏍᏈᏗ),
3501             'other' => q({0} ᏧᎵᏍᏈᏗ),
3502             },
3503             # Core Unit Identifier
3504             'cup' => {
3505             'one' => q({0} ᎤᎵᏍᏈᏗ),
3506             'other' => q({0} ᏧᎵᏍᏈᏗ),
3507             },
3508             # Long Unit Identifier
3509             'volume-cup-metric' => {
3510             'name' => q(ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏧᎵᏍᏈᏗ),
3511             'one' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᎤᎵᏍᏈᏗ),
3512             'other' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏧᎵᏍᏈᏗ),
3513             },
3514             # Core Unit Identifier
3515             'cup-metric' => {
3516             'name' => q(ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏧᎵᏍᏈᏗ),
3517             'one' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᎤᎵᏍᏈᏗ),
3518             'other' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏧᎵᏍᏈᏗ),
3519             },
3520             # Long Unit Identifier
3521             'volume-deciliter' => {
3522             'name' => q(ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎢᏧᏆᏗᏅᏛ),
3523             'one' => q({0} ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎢᏳᏆᏗᏅᏛ),
3524             'other' => q({0} ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎢᏧᏆᏗᏅᏛ),
3525             },
3526             # Core Unit Identifier
3527             'deciliter' => {
3528             'name' => q(ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎢᏧᏆᏗᏅᏛ),
3529             'one' => q({0} ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎢᏳᏆᏗᏅᏛ),
3530             'other' => q({0} ᏌᏉ ᎢᏳᎾᏓᎢ ᏍᎪᎯ ᎢᏧᏆᏗᏅᏛ),
3531             },
3532             # Long Unit Identifier
3533             'volume-dessert-spoon' => {
3534             'name' => q(ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3535             'one' => q({0} ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3536             'other' => q({0} ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3537             },
3538             # Core Unit Identifier
3539             'dessert-spoon' => {
3540             'name' => q(ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3541             'one' => q({0} ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3542             'other' => q({0} ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3543             },
3544             # Long Unit Identifier
3545             'volume-dessert-spoon-imperial' => {
3546             'name' => q(ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3547             'one' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3548             'other' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3549             },
3550             # Core Unit Identifier
3551             'dessert-spoon-imperial' => {
3552             'name' => q(ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3553             'one' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3554             'other' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎤᎦᎾᏍᏓ ᎠᏗᏙᏗ),
3555             },
3556             # Long Unit Identifier
3557             'volume-dram' => {
3558             'name' => q(ᏜᎹ),
3559             'one' => q({0} ᏜᎹ),
3560             'other' => q({0} ᏜᎹ),
3561             },
3562             # Core Unit Identifier
3563             'dram' => {
3564             'name' => q(ᏜᎹ),
3565             'one' => q({0} ᏜᎹ),
3566             'other' => q({0} ᏜᎹ),
3567             },
3568             # Long Unit Identifier
3569             'volume-fluid-ounce' => {
3570             'name' => q(ᎤᏓᏁᎯ ᎢᏯᎣᏂᏏ),
3571             'one' => q({0} ᎤᏓᏁᎯ ᎣᏂᏏ),
3572             'other' => q({0} ᎤᏓᏁᎯ ᎢᏯᎣᏂᏏ),
3573             },
3574             # Core Unit Identifier
3575             'fluid-ounce' => {
3576             'name' => q(ᎤᏓᏁᎯ ᎢᏯᎣᏂᏏ),
3577             'one' => q({0} ᎤᏓᏁᎯ ᎣᏂᏏ),
3578             'other' => q({0} ᎤᏓᏁᎯ ᎢᏯᎣᏂᏏ),
3579             },
3580             # Long Unit Identifier
3581             'volume-fluid-ounce-imperial' => {
3582             'name' => q(Imp. ᎤᏓᏁᎯ ᎢᏯᎣᏂᏏ),
3583             'one' => q({0} Imp. ᎤᏓᏁᎯ ᎣᏂᏏ),
3584             'other' => q({0} Imp. ᎤᏓᏁᎯ ᎢᏯᎣᏂᏏ),
3585             },
3586             # Core Unit Identifier
3587             'fluid-ounce-imperial' => {
3588             'name' => q(Imp. ᎤᏓᏁᎯ ᎢᏯᎣᏂᏏ),
3589             'one' => q({0} Imp. ᎤᏓᏁᎯ ᎣᏂᏏ),
3590             'other' => q({0} Imp. ᎤᏓᏁᎯ ᎢᏯᎣᏂᏏ),
3591             },
3592             # Long Unit Identifier
3593             'volume-gallon' => {
3594             'one' => q({0} ᎢᏳᎵᎶᏓ),
3595             'other' => q({0} ᎢᏧᎵᎶᏓ),
3596             'per' => q({0} ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
3597             },
3598             # Core Unit Identifier
3599             'gallon' => {
3600             'one' => q({0} ᎢᏳᎵᎶᏓ),
3601             'other' => q({0} ᎢᏧᎵᎶᏓ),
3602             'per' => q({0} ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
3603             },
3604             # Long Unit Identifier
3605             'volume-gallon-imperial' => {
3606             'name' => q(ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏧᎵᎶᏓ),
3607             'one' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ),
3608             'other' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏧᎵᎶᏓ),
3609             'per' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
3610             },
3611             # Core Unit Identifier
3612             'gallon-imperial' => {
3613             'name' => q(ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏧᎵᎶᏓ),
3614             'one' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ),
3615             'other' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏧᎵᎶᏓ),
3616             'per' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
3617             },
3618             # Long Unit Identifier
3619             'volume-hectoliter' => {
3620             'name' => q(ᎮᏙ ᎢᏧᏆᏗᏅᏛ),
3621             'one' => q({0} ᎮᏙ ᎢᏳᏆᏗᏅᏛ),
3622             'other' => q({0} ᎮᏙ ᎢᏧᏆᏗᏅᏛ),
3623             },
3624             # Core Unit Identifier
3625             'hectoliter' => {
3626             'name' => q(ᎮᏙ ᎢᏧᏆᏗᏅᏛ),
3627             'one' => q({0} ᎮᏙ ᎢᏳᏆᏗᏅᏛ),
3628             'other' => q({0} ᎮᏙ ᎢᏧᏆᏗᏅᏛ),
3629             },
3630             # Long Unit Identifier
3631             'volume-liter' => {
3632             'one' => q({0} ᎢᏳᏆᏗᏅᏛ),
3633             'other' => q({0} ᎢᏧᏆᏗᏅᏛ),
3634             'per' => q({0} ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ),
3635             },
3636             # Core Unit Identifier
3637             'liter' => {
3638             'one' => q({0} ᎢᏳᏆᏗᏅᏛ),
3639             'other' => q({0} ᎢᏧᏆᏗᏅᏛ),
3640             'per' => q({0} ᎢᏳᏆᏗᏅᏛ ᎢᏳᏓᎵ),
3641             },
3642             # Long Unit Identifier
3643             'volume-megaliter' => {
3644             'name' => q(ᎺᎦ ᎢᏧᏆᏗᏅᏛ),
3645             'one' => q({0} ᎺᎦ ᎢᏳᏆᏗᏅᏛ),
3646             'other' => q({0} ᎺᎦ ᎢᏧᏆᏗᏅᏛ),
3647             },
3648             # Core Unit Identifier
3649             'megaliter' => {
3650             'name' => q(ᎺᎦ ᎢᏧᏆᏗᏅᏛ),
3651             'one' => q({0} ᎺᎦ ᎢᏳᏆᏗᏅᏛ),
3652             'other' => q({0} ᎺᎦ ᎢᏧᏆᏗᏅᏛ),
3653             },
3654             # Long Unit Identifier
3655             'volume-milliliter' => {
3656             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᎵᏔᎵ),
3657             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎵᏔᎢ),
3658             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᎵᏔᎵ),
3659             },
3660             # Core Unit Identifier
3661             'milliliter' => {
3662             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᎵᏔᎵ),
3663             'one' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎵᏔᎢ),
3664             'other' => q({0} ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᎵᏔᎵ),
3665             },
3666             # Long Unit Identifier
3667             'volume-pint' => {
3668             'one' => q({0} ᏔᎵ ᎤᎵᏍᏈᏗ ᎠᎧᎵ),
3669             'other' => q({0} ᏔᎵ ᏧᎵᏍᏈᏗ ᎠᎧᎵ),
3670             },
3671             # Core Unit Identifier
3672             'pint' => {
3673             'one' => q({0} ᏔᎵ ᎤᎵᏍᏈᏗ ᎠᎧᎵ),
3674             'other' => q({0} ᏔᎵ ᏧᎵᏍᏈᏗ ᎠᎧᎵ),
3675             },
3676             # Long Unit Identifier
3677             'volume-pint-metric' => {
3678             'name' => q(ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏔᎵ ᏧᎵᏍᏈᏗ ᎠᎧᎵ),
3679             'one' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏔᎵ ᎤᎵᏍᏈᏗ ᎠᎧᎵ),
3680             'other' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏔᎵ ᏧᎵᏍᏈᏗ ᎠᎧᎵ),
3681             },
3682             # Core Unit Identifier
3683             'pint-metric' => {
3684             'name' => q(ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏔᎵ ᏧᎵᏍᏈᏗ ᎠᎧᎵ),
3685             'one' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏔᎵ ᎤᎵᏍᏈᏗ ᎠᎧᎵ),
3686             'other' => q({0} ᎠᏂᎩᎸᏥ ᏂᏓᏳᏓᎴᏅᎯ ᏗᏎᏍᏗ ᏔᎵ ᏧᎵᏍᏈᏗ ᎠᎧᎵ),
3687             },
3688             # Long Unit Identifier
3689             'volume-quart' => {
3690             'name' => q(ᏅᎩ ᎢᏗᎧᎵᎢ),
3691             'one' => q({0} ᏅᎩ ᎢᏯᎧᎵᎢ),
3692             'other' => q({0} ᏅᎩ ᎢᏗᎧᎵᎢ),
3693             },
3694             # Core Unit Identifier
3695             'quart' => {
3696             'name' => q(ᏅᎩ ᎢᏗᎧᎵᎢ),
3697             'one' => q({0} ᏅᎩ ᎢᏯᎧᎵᎢ),
3698             'other' => q({0} ᏅᎩ ᎢᏗᎧᎵᎢ),
3699             },
3700             # Long Unit Identifier
3701             'volume-quart-imperial' => {
3702             'name' => q(ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᏅᎩ ᎢᏗᎧᎵᎢ),
3703             'one' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᏅᎩ ᎢᏗᎧᎵᎢ),
3704             'other' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᏅᎩ ᎢᏗᎧᎵᎢ),
3705             },
3706             # Core Unit Identifier
3707             'quart-imperial' => {
3708             'name' => q(ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᏅᎩ ᎢᏗᎧᎵᎢ),
3709             'one' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᏅᎩ ᎢᏗᎧᎵᎢ),
3710             'other' => q({0} ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᏅᎩ ᎢᏗᎧᎵᎢ),
3711             },
3712             # Long Unit Identifier
3713             'volume-tablespoon' => {
3714             'name' => q(ᎤᏔᏂ ᏗᏗᏙᏗ),
3715             'one' => q({0} ᎤᏔᏂ ᎠᏗᏙᏗ),
3716             'other' => q({0} ᎤᏔᏂ ᏗᏗᏙᏗ),
3717             },
3718             # Core Unit Identifier
3719             'tablespoon' => {
3720             'name' => q(ᎤᏔᏂ ᏗᏗᏙᏗ),
3721             'one' => q({0} ᎤᏔᏂ ᎠᏗᏙᏗ),
3722             'other' => q({0} ᎤᏔᏂ ᏗᏗᏙᏗ),
3723             },
3724             # Long Unit Identifier
3725             'volume-teaspoon' => {
3726             'name' => q(ᎤᏍᏗ ᏗᏗᏙᏗ),
3727             'one' => q({0} ᎤᏍᏗ ᎠᏗᏙᏗ),
3728             'other' => q({0} ᎤᏍᏗ ᏗᏗᏙᏗ),
3729             },
3730             # Core Unit Identifier
3731             'teaspoon' => {
3732             'name' => q(ᎤᏍᏗ ᏗᏗᏙᏗ),
3733             'one' => q({0} ᎤᏍᏗ ᎠᏗᏙᏗ),
3734             'other' => q({0} ᎤᏍᏗ ᏗᏗᏙᏗ),
3735             },
3736             },
3737             'narrow' => {
3738             # Long Unit Identifier
3739             'acceleration-g-force' => {
3740             'one' => q({0}G),
3741             'other' => q({0}Gs),
3742             },
3743             # Core Unit Identifier
3744             'g-force' => {
3745             'one' => q({0}G),
3746             'other' => q({0}Gs),
3747             },
3748             # Long Unit Identifier
3749             'acceleration-meter-per-square-second' => {
3750             'name' => q(m/s²),
3751             'one' => q({0}m/s²),
3752             'other' => q({0}m/s²),
3753             },
3754             # Core Unit Identifier
3755             'meter-per-square-second' => {
3756             'name' => q(m/s²),
3757             'one' => q({0}m/s²),
3758             'other' => q({0}m/s²),
3759             },
3760             # Long Unit Identifier
3761             'angle-arc-minute' => {
3762             'name' => q(arcmin),
3763             'one' => q({0}′),
3764             'other' => q({0}′),
3765             },
3766             # Core Unit Identifier
3767             'arc-minute' => {
3768             'name' => q(arcmin),
3769             'one' => q({0}′),
3770             'other' => q({0}′),
3771             },
3772             # Long Unit Identifier
3773             'angle-arc-second' => {
3774             'name' => q(arcsec),
3775             'one' => q({0}″),
3776             'other' => q({0}″),
3777             },
3778             # Core Unit Identifier
3779             'arc-second' => {
3780             'name' => q(arcsec),
3781             'one' => q({0}″),
3782             'other' => q({0}″),
3783             },
3784             # Long Unit Identifier
3785             'angle-degree' => {
3786             'name' => q(deg),
3787             'one' => q({0}°),
3788             'other' => q({0}°),
3789             },
3790             # Core Unit Identifier
3791             'degree' => {
3792             'name' => q(deg),
3793             'one' => q({0}°),
3794             'other' => q({0}°),
3795             },
3796             # Long Unit Identifier
3797             'angle-radian' => {
3798             'name' => q(rad),
3799             'one' => q({0}rad),
3800             'other' => q({0}rad),
3801             },
3802             # Core Unit Identifier
3803             'radian' => {
3804             'name' => q(rad),
3805             'one' => q({0}rad),
3806             'other' => q({0}rad),
3807             },
3808             # Long Unit Identifier
3809             'angle-revolution' => {
3810             'name' => q(rev),
3811             'one' => q({0}rev),
3812             'other' => q({0}rev),
3813             },
3814             # Core Unit Identifier
3815             'revolution' => {
3816             'name' => q(rev),
3817             'one' => q({0}rev),
3818             'other' => q({0}rev),
3819             },
3820             # Long Unit Identifier
3821             'area-acre' => {
3822             'one' => q({0}ac),
3823             'other' => q({0}ac),
3824             },
3825             # Core Unit Identifier
3826             'acre' => {
3827             'one' => q({0}ac),
3828             'other' => q({0}ac),
3829             },
3830             # Long Unit Identifier
3831             'area-dunam' => {
3832             'name' => q(ᏚᎾᎹ),
3833             'one' => q({0}ᏚᎾᎹ),
3834             'other' => q({0}ᏚᎾᎹ),
3835             },
3836             # Core Unit Identifier
3837             'dunam' => {
3838             'name' => q(ᏚᎾᎹ),
3839             'one' => q({0}ᏚᎾᎹ),
3840             'other' => q({0}ᏚᎾᎹ),
3841             },
3842             # Long Unit Identifier
3843             'area-hectare' => {
3844             'one' => q({0}ha),
3845             'other' => q({0}ha),
3846             },
3847             # Core Unit Identifier
3848             'hectare' => {
3849             'one' => q({0}ha),
3850             'other' => q({0}ha),
3851             },
3852             # Long Unit Identifier
3853             'area-square-centimeter' => {
3854             'one' => q({0}cm²),
3855             'other' => q({0}cm²),
3856             },
3857             # Core Unit Identifier
3858             'square-centimeter' => {
3859             'one' => q({0}cm²),
3860             'other' => q({0}cm²),
3861             },
3862             # Long Unit Identifier
3863             'area-square-foot' => {
3864             'name' => q(ft²),
3865             'one' => q({0}ft²),
3866             'other' => q({0}ft²),
3867             },
3868             # Core Unit Identifier
3869             'square-foot' => {
3870             'name' => q(ft²),
3871             'one' => q({0}ft²),
3872             'other' => q({0}ft²),
3873             },
3874             # Long Unit Identifier
3875             'area-square-inch' => {
3876             'name' => q(in²),
3877             'one' => q({0}in²),
3878             'other' => q({0}in²),
3879             },
3880             # Core Unit Identifier
3881             'square-inch' => {
3882             'name' => q(in²),
3883             'one' => q({0}in²),
3884             'other' => q({0}in²),
3885             },
3886             # Long Unit Identifier
3887             'area-square-kilometer' => {
3888             'one' => q({0}km²),
3889             'other' => q({0}km²),
3890             },
3891             # Core Unit Identifier
3892             'square-kilometer' => {
3893             'one' => q({0}km²),
3894             'other' => q({0}km²),
3895             },
3896             # Long Unit Identifier
3897             'area-square-meter' => {
3898             'one' => q({0}m²),
3899             'other' => q({0}m²),
3900             },
3901             # Core Unit Identifier
3902             'square-meter' => {
3903             'one' => q({0}m²),
3904             'other' => q({0}m²),
3905             },
3906             # Long Unit Identifier
3907             'area-square-mile' => {
3908             'name' => q(mi²),
3909             'one' => q({0}mi²),
3910             'other' => q({0}mi²),
3911             },
3912             # Core Unit Identifier
3913             'square-mile' => {
3914             'name' => q(mi²),
3915             'one' => q({0}mi²),
3916             'other' => q({0}mi²),
3917             },
3918             # Long Unit Identifier
3919             'area-square-yard' => {
3920             'name' => q(yd²),
3921             'one' => q({0}yd²),
3922             'other' => q({0}yd²),
3923             },
3924             # Core Unit Identifier
3925             'square-yard' => {
3926             'name' => q(yd²),
3927             'one' => q({0}yd²),
3928             'other' => q({0}yd²),
3929             },
3930             # Long Unit Identifier
3931             'concentr-karat' => {
3932             'name' => q(ᎧᏇᏓ),
3933             'one' => q({0}kt),
3934             'other' => q({0}kt),
3935             },
3936             # Core Unit Identifier
3937             'karat' => {
3938             'name' => q(ᎧᏇᏓ),
3939             'one' => q({0}kt),
3940             'other' => q({0}kt),
3941             },
3942             # Long Unit Identifier
3943             'concentr-milligram-ofglucose-per-deciliter' => {
3944             'one' => q({0}mg/dL),
3945             'other' => q({0}mg/dL),
3946             },
3947             # Core Unit Identifier
3948             'milligram-ofglucose-per-deciliter' => {
3949             'one' => q({0}mg/dL),
3950             'other' => q({0}mg/dL),
3951             },
3952             # Long Unit Identifier
3953             'concentr-millimole-per-liter' => {
3954             'name' => q(mmol/L),
3955             'one' => q({0}mmol/L),
3956             'other' => q({0}mmol/L),
3957             },
3958             # Core Unit Identifier
3959             'millimole-per-liter' => {
3960             'name' => q(mmol/L),
3961             'one' => q({0}mmol/L),
3962             'other' => q({0}mmol/L),
3963             },
3964             # Long Unit Identifier
3965             'concentr-mole' => {
3966             'name' => q(mol),
3967             'one' => q({0}mol),
3968             'other' => q({0}mol),
3969             },
3970             # Core Unit Identifier
3971             'mole' => {
3972             'name' => q(mol),
3973             'one' => q({0}mol),
3974             'other' => q({0}mol),
3975             },
3976             # Long Unit Identifier
3977             'concentr-percent' => {
3978             'name' => q(%),
3979             },
3980             # Core Unit Identifier
3981             'percent' => {
3982             'name' => q(%),
3983             },
3984             # Long Unit Identifier
3985             'concentr-permille' => {
3986             'name' => q(‰),
3987             },
3988             # Core Unit Identifier
3989             'permille' => {
3990             'name' => q(‰),
3991             },
3992             # Long Unit Identifier
3993             'concentr-permillion' => {
3994             'name' => q(ppm),
3995             'one' => q({0}ppm),
3996             'other' => q({0}ppm),
3997             },
3998             # Core Unit Identifier
3999             'permillion' => {
4000             'name' => q(ppm),
4001             'one' => q({0}ppm),
4002             'other' => q({0}ppm),
4003             },
4004             # Long Unit Identifier
4005             'concentr-permyriad' => {
4006             'name' => q(‱),
4007             },
4008             # Core Unit Identifier
4009             'permyriad' => {
4010             'name' => q(‱),
4011             },
4012             # Long Unit Identifier
4013             'concentr-portion-per-1e9' => {
4014             'one' => q({0}ppb),
4015             'other' => q({0}ppb),
4016             },
4017             # Core Unit Identifier
4018             'portion-per-1e9' => {
4019             'one' => q({0}ppb),
4020             'other' => q({0}ppb),
4021             },
4022             # Long Unit Identifier
4023             'consumption-liter-per-100-kilometer' => {
4024             'name' => q(L/100km),
4025             'one' => q({0}L/100km),
4026             'other' => q({0}L/100km),
4027             },
4028             # Core Unit Identifier
4029             'liter-per-100-kilometer' => {
4030             'name' => q(L/100km),
4031             'one' => q({0}L/100km),
4032             'other' => q({0}L/100km),
4033             },
4034             # Long Unit Identifier
4035             'consumption-liter-per-kilometer' => {
4036             'name' => q(L/km),
4037             'one' => q({0}L/km),
4038             'other' => q({0}L/km),
4039             },
4040             # Core Unit Identifier
4041             'liter-per-kilometer' => {
4042             'name' => q(L/km),
4043             'one' => q({0}L/km),
4044             'other' => q({0}L/km),
4045             },
4046             # Long Unit Identifier
4047             'consumption-mile-per-gallon' => {
4048             'name' => q(mpg),
4049             'one' => q({0}mpg),
4050             'other' => q({0}mpg),
4051             },
4052             # Core Unit Identifier
4053             'mile-per-gallon' => {
4054             'name' => q(mpg),
4055             'one' => q({0}mpg),
4056             'other' => q({0}mpg),
4057             },
4058             # Long Unit Identifier
4059             'consumption-mile-per-gallon-imperial' => {
4060             'name' => q(mpg UK),
4061             'one' => q({0}m/gUK),
4062             'other' => q({0}m/gUK),
4063             },
4064             # Core Unit Identifier
4065             'mile-per-gallon-imperial' => {
4066             'name' => q(mpg UK),
4067             'one' => q({0}m/gUK),
4068             'other' => q({0}m/gUK),
4069             },
4070             # Long Unit Identifier
4071             'coordinate' => {
4072             'east' => q({0}Ꮧ),
4073             'north' => q({0}ᏧᏴ),
4074             'south' => q({0}ᏧᎦ),
4075             'west' => q({0}Ꮽ),
4076             },
4077             # Core Unit Identifier
4078             'coordinate' => {
4079             'east' => q({0}Ꮧ),
4080             'north' => q({0}ᏧᏴ),
4081             'south' => q({0}ᏧᎦ),
4082             'west' => q({0}Ꮽ),
4083             },
4084             # Long Unit Identifier
4085             'digital-bit' => {
4086             'one' => q({0}ᎤᏍᎦᎳ),
4087             'other' => q({0}ᎤᏍᎦᎳ),
4088             },
4089             # Core Unit Identifier
4090             'bit' => {
4091             'one' => q({0}ᎤᏍᎦᎳ),
4092             'other' => q({0}ᎤᏍᎦᎳ),
4093             },
4094             # Long Unit Identifier
4095             'digital-byte' => {
4096             'name' => q(B),
4097             'one' => q({0}B),
4098             'other' => q({0}B),
4099             },
4100             # Core Unit Identifier
4101             'byte' => {
4102             'name' => q(B),
4103             'one' => q({0}B),
4104             'other' => q({0}B),
4105             },
4106             # Long Unit Identifier
4107             'digital-gigabit' => {
4108             'name' => q(Gb),
4109             'one' => q({0}Gb),
4110             'other' => q({0}Gb),
4111             },
4112             # Core Unit Identifier
4113             'gigabit' => {
4114             'name' => q(Gb),
4115             'one' => q({0}Gb),
4116             'other' => q({0}Gb),
4117             },
4118             # Long Unit Identifier
4119             'digital-gigabyte' => {
4120             'name' => q(GB),
4121             'one' => q({0}GB),
4122             'other' => q({0}GB),
4123             },
4124             # Core Unit Identifier
4125             'gigabyte' => {
4126             'name' => q(GB),
4127             'one' => q({0}GB),
4128             'other' => q({0}GB),
4129             },
4130             # Long Unit Identifier
4131             'digital-kilobit' => {
4132             'name' => q(kb),
4133             'one' => q({0}kb),
4134             'other' => q({0}kb),
4135             },
4136             # Core Unit Identifier
4137             'kilobit' => {
4138             'name' => q(kb),
4139             'one' => q({0}kb),
4140             'other' => q({0}kb),
4141             },
4142             # Long Unit Identifier
4143             'digital-kilobyte' => {
4144             'name' => q(kB),
4145             'one' => q({0}kB),
4146             'other' => q({0}kB),
4147             },
4148             # Core Unit Identifier
4149             'kilobyte' => {
4150             'name' => q(kB),
4151             'one' => q({0}kB),
4152             'other' => q({0}kB),
4153             },
4154             # Long Unit Identifier
4155             'digital-megabit' => {
4156             'name' => q(Mb),
4157             'one' => q({0}Mb),
4158             'other' => q({0}Mb),
4159             },
4160             # Core Unit Identifier
4161             'megabit' => {
4162             'name' => q(Mb),
4163             'one' => q({0}Mb),
4164             'other' => q({0}Mb),
4165             },
4166             # Long Unit Identifier
4167             'digital-megabyte' => {
4168             'name' => q(MB),
4169             'one' => q({0}MB),
4170             'other' => q({0}MB),
4171             },
4172             # Core Unit Identifier
4173             'megabyte' => {
4174             'name' => q(MB),
4175             'one' => q({0}MB),
4176             'other' => q({0}MB),
4177             },
4178             # Long Unit Identifier
4179             'digital-petabyte' => {
4180             'name' => q(PB),
4181             'one' => q({0}PB),
4182             'other' => q({0}PB),
4183             },
4184             # Core Unit Identifier
4185             'petabyte' => {
4186             'name' => q(PB),
4187             'one' => q({0}PB),
4188             'other' => q({0}PB),
4189             },
4190             # Long Unit Identifier
4191             'digital-terabit' => {
4192             'name' => q(Tb),
4193             'one' => q({0}Tb),
4194             'other' => q({0}Tb),
4195             },
4196             # Core Unit Identifier
4197             'terabit' => {
4198             'name' => q(Tb),
4199             'one' => q({0}Tb),
4200             'other' => q({0}Tb),
4201             },
4202             # Long Unit Identifier
4203             'digital-terabyte' => {
4204             'name' => q(TB),
4205             'one' => q({0}TB),
4206             'other' => q({0}TB),
4207             },
4208             # Core Unit Identifier
4209             'terabyte' => {
4210             'name' => q(TB),
4211             'one' => q({0}TB),
4212             'other' => q({0}TB),
4213             },
4214             # Long Unit Identifier
4215             'duration-century' => {
4216             'one' => q({0}ᏍᏧ),
4217             'other' => q({0}ᏍᏧ),
4218             },
4219             # Core Unit Identifier
4220             'century' => {
4221             'one' => q({0}ᏍᏧ),
4222             'other' => q({0}ᏍᏧ),
4223             },
4224             # Long Unit Identifier
4225             'duration-day' => {
4226             'name' => q(ᎢᎦ),
4227             'one' => q({0}Ꭲ),
4228             'other' => q({0}Ꭲ),
4229             },
4230             # Core Unit Identifier
4231             'day' => {
4232             'name' => q(ᎢᎦ),
4233             'one' => q({0}Ꭲ),
4234             'other' => q({0}Ꭲ),
4235             },
4236             # Long Unit Identifier
4237             'duration-decade' => {
4238             'one' => q({0}ᏍᎪᎯ),
4239             'other' => q({0}ᏍᎪᎯ),
4240             },
4241             # Core Unit Identifier
4242             'decade' => {
4243             'one' => q({0}ᏍᎪᎯ),
4244             'other' => q({0}ᏍᎪᎯ),
4245             },
4246             # Long Unit Identifier
4247             'duration-hour' => {
4248             'name' => q(ᏑᏟᎶᏓ),
4249             'one' => q({0}Ꮡ),
4250             'other' => q({0}Ꮡ),
4251             },
4252             # Core Unit Identifier
4253             'hour' => {
4254             'name' => q(ᏑᏟᎶᏓ),
4255             'one' => q({0}Ꮡ),
4256             'other' => q({0}Ꮡ),
4257             },
4258             # Long Unit Identifier
4259             'duration-microsecond' => {
4260             'one' => q({0}μs),
4261             'other' => q({0}μs),
4262             },
4263             # Core Unit Identifier
4264             'microsecond' => {
4265             'one' => q({0}μs),
4266             'other' => q({0}μs),
4267             },
4268             # Long Unit Identifier
4269             'duration-millisecond' => {
4270             'name' => q(ᏌᎠ),
4271             'one' => q({0}ᏌᎠ),
4272             'other' => q({0}ᏌᎠ),
4273             },
4274             # Core Unit Identifier
4275             'millisecond' => {
4276             'name' => q(ᏌᎠ),
4277             'one' => q({0}ᏌᎠ),
4278             'other' => q({0}ᏌᎠ),
4279             },
4280             # Long Unit Identifier
4281             'duration-minute' => {
4282             'name' => q(ᎢᏯᏔ),
4283             'one' => q({0}Ꭲ),
4284             'other' => q({0}Ꭲ),
4285             },
4286             # Core Unit Identifier
4287             'minute' => {
4288             'name' => q(ᎢᏯᏔ),
4289             'one' => q({0}Ꭲ),
4290             'other' => q({0}Ꭲ),
4291             },
4292             # Long Unit Identifier
4293             'duration-month' => {
4294             'name' => q(ᎧᎸᎢ),
4295             'one' => q({0}Ꭷ),
4296             'other' => q({0}Ꭷ),
4297             },
4298             # Core Unit Identifier
4299             'month' => {
4300             'name' => q(ᎧᎸᎢ),
4301             'one' => q({0}Ꭷ),
4302             'other' => q({0}Ꭷ),
4303             },
4304             # Long Unit Identifier
4305             'duration-nanosecond' => {
4306             'one' => q({0}ᎾᏃ),
4307             'other' => q({0}ᎾᏃ),
4308             },
4309             # Core Unit Identifier
4310             'nanosecond' => {
4311             'one' => q({0}ᎾᏃ),
4312             'other' => q({0}ᎾᏃ),
4313             },
4314             # Long Unit Identifier
4315             'duration-night' => {
4316             'name' => q(ᏚᎵᏏᏂᏒ),
4317             'one' => q({0}ᎤᏒ),
4318             'other' => q({0}ᏚᎵᏏᏂᏒ),
4319             'per' => q({0}/ᎤᏒ),
4320             },
4321             # Core Unit Identifier
4322             'night' => {
4323             'name' => q(ᏚᎵᏏᏂᏒ),
4324             'one' => q({0}ᎤᏒ),
4325             'other' => q({0}ᏚᎵᏏᏂᏒ),
4326             'per' => q({0}/ᎤᏒ),
4327             },
4328             # Long Unit Identifier
4329             'duration-quarter' => {
4330             'one' => q({0}Ꭿ),
4331             'other' => q({0}Ꭿ),
4332             },
4333             # Core Unit Identifier
4334             'quarter' => {
4335             'one' => q({0}Ꭿ),
4336             'other' => q({0}Ꭿ),
4337             },
4338             # Long Unit Identifier
4339             'duration-second' => {
4340             'name' => q(ᎠᏎᏢ),
4341             'one' => q({0}ᎠᏎ),
4342             'other' => q({0}ᎠᏎ),
4343             },
4344             # Core Unit Identifier
4345             'second' => {
4346             'name' => q(ᎠᏎᏢ),
4347             'one' => q({0}ᎠᏎ),
4348             'other' => q({0}ᎠᏎ),
4349             },
4350             # Long Unit Identifier
4351             'duration-week' => {
4352             'name' => q(ᏒᎾ),
4353             'one' => q({0}Ꮢ),
4354             'other' => q({0}Ꮢ),
4355             },
4356             # Core Unit Identifier
4357             'week' => {
4358             'name' => q(ᏒᎾ),
4359             'one' => q({0}Ꮢ),
4360             'other' => q({0}Ꮢ),
4361             },
4362             # Long Unit Identifier
4363             'duration-year' => {
4364             'name' => q(ᎤᏕ),
4365             'one' => q({0}Ꭴ),
4366             'other' => q({0}Ꭴ),
4367             },
4368             # Core Unit Identifier
4369             'year' => {
4370             'name' => q(ᎤᏕ),
4371             'one' => q({0}Ꭴ),
4372             'other' => q({0}Ꭴ),
4373             },
4374             # Long Unit Identifier
4375             'electric-ampere' => {
4376             'name' => q(amp),
4377             'one' => q({0}A),
4378             'other' => q({0}A),
4379             },
4380             # Core Unit Identifier
4381             'ampere' => {
4382             'name' => q(amp),
4383             'one' => q({0}A),
4384             'other' => q({0}A),
4385             },
4386             # Long Unit Identifier
4387             'electric-milliampere' => {
4388             'name' => q(mA),
4389             'one' => q({0}mA),
4390             'other' => q({0}mA),
4391             },
4392             # Core Unit Identifier
4393             'milliampere' => {
4394             'name' => q(mA),
4395             'one' => q({0}mA),
4396             'other' => q({0}mA),
4397             },
4398             # Long Unit Identifier
4399             'electric-ohm' => {
4400             'name' => q(ᎣᎻ),
4401             'one' => q({0}Ω),
4402             'other' => q({0}Ω),
4403             },
4404             # Core Unit Identifier
4405             'ohm' => {
4406             'name' => q(ᎣᎻ),
4407             'one' => q({0}Ω),
4408             'other' => q({0}Ω),
4409             },
4410             # Long Unit Identifier
4411             'electric-volt' => {
4412             'name' => q(ᎠᎾᎦᎵᏍᎩ ᎢᏳᏟᏂᏚᏓ),
4413             'one' => q({0}V),
4414             'other' => q({0}V),
4415             },
4416             # Core Unit Identifier
4417             'volt' => {
4418             'name' => q(ᎠᎾᎦᎵᏍᎩ ᎢᏳᏟᏂᏚᏓ),
4419             'one' => q({0}V),
4420             'other' => q({0}V),
4421             },
4422             # Long Unit Identifier
4423             'energy-british-thermal-unit' => {
4424             'one' => q({0}Btu),
4425             'other' => q({0}Btu),
4426             },
4427             # Core Unit Identifier
4428             'british-thermal-unit' => {
4429             'one' => q({0}Btu),
4430             'other' => q({0}Btu),
4431             },
4432             # Long Unit Identifier
4433             'energy-calorie' => {
4434             'one' => q({0}cal),
4435             'other' => q({0}cal),
4436             },
4437             # Core Unit Identifier
4438             'calorie' => {
4439             'one' => q({0}cal),
4440             'other' => q({0}cal),
4441             },
4442             # Long Unit Identifier
4443             'energy-electronvolt' => {
4444             'name' => q(eV),
4445             'one' => q({0}eV),
4446             'other' => q({0}eV),
4447             },
4448             # Core Unit Identifier
4449             'electronvolt' => {
4450             'name' => q(eV),
4451             'one' => q({0}eV),
4452             'other' => q({0}eV),
4453             },
4454             # Long Unit Identifier
4455             'energy-foodcalorie' => {
4456             'one' => q({0}Cal),
4457             'other' => q({0}Cal),
4458             },
4459             # Core Unit Identifier
4460             'foodcalorie' => {
4461             'one' => q({0}Cal),
4462             'other' => q({0}Cal),
4463             },
4464             # Long Unit Identifier
4465             'energy-joule' => {
4466             'name' => q(ᏦᎤᎵ),
4467             'one' => q({0}J),
4468             'other' => q({0}J),
4469             },
4470             # Core Unit Identifier
4471             'joule' => {
4472             'name' => q(ᏦᎤᎵ),
4473             'one' => q({0}J),
4474             'other' => q({0}J),
4475             },
4476             # Long Unit Identifier
4477             'energy-kilocalorie' => {
4478             'one' => q({0}kcal),
4479             'other' => q({0}kcal),
4480             },
4481             # Core Unit Identifier
4482             'kilocalorie' => {
4483             'one' => q({0}kcal),
4484             'other' => q({0}kcal),
4485             },
4486             # Long Unit Identifier
4487             'energy-kilojoule' => {
4488             'name' => q(kJ),
4489             'one' => q({0}kJ),
4490             'other' => q({0}kJ),
4491             },
4492             # Core Unit Identifier
4493             'kilojoule' => {
4494             'name' => q(kJ),
4495             'one' => q({0}kJ),
4496             'other' => q({0}kJ),
4497             },
4498             # Long Unit Identifier
4499             'energy-kilowatt-hour' => {
4500             'name' => q(kWh),
4501             'one' => q({0}kWh),
4502             'other' => q({0}kWh),
4503             },
4504             # Core Unit Identifier
4505             'kilowatt-hour' => {
4506             'name' => q(kWh),
4507             'one' => q({0}kWh),
4508             'other' => q({0}kWh),
4509             },
4510             # Long Unit Identifier
4511             'energy-therm-us' => {
4512             'one' => q({0}US ᎤᏗᏞᎬ),
4513             'other' => q({0}US ᎤᏗᏞᎬ),
4514             },
4515             # Core Unit Identifier
4516             'therm-us' => {
4517             'one' => q({0}US ᎤᏗᏞᎬ),
4518             'other' => q({0}US ᎤᏗᏞᎬ),
4519             },
4520             # Long Unit Identifier
4521             'force-kilowatt-hour-per-100-kilometer' => {
4522             'one' => q({0}kWh/100km),
4523             'other' => q({0}kWh/100km),
4524             },
4525             # Core Unit Identifier
4526             'kilowatt-hour-per-100-kilometer' => {
4527             'one' => q({0}kWh/100km),
4528             'other' => q({0}kWh/100km),
4529             },
4530             # Long Unit Identifier
4531             'force-newton' => {
4532             'name' => q(N),
4533             'one' => q({0}N),
4534             'other' => q({0}N),
4535             },
4536             # Core Unit Identifier
4537             'newton' => {
4538             'name' => q(N),
4539             'one' => q({0}N),
4540             'other' => q({0}N),
4541             },
4542             # Long Unit Identifier
4543             'force-pound-force' => {
4544             'name' => q(lbf),
4545             'one' => q({0}lbf),
4546             'other' => q({0}lbf),
4547             },
4548             # Core Unit Identifier
4549             'pound-force' => {
4550             'name' => q(lbf),
4551             'one' => q({0}lbf),
4552             'other' => q({0}lbf),
4553             },
4554             # Long Unit Identifier
4555             'frequency-gigahertz' => {
4556             'one' => q({0}GHz),
4557             'other' => q({0}GHz),
4558             },
4559             # Core Unit Identifier
4560             'gigahertz' => {
4561             'one' => q({0}GHz),
4562             'other' => q({0}GHz),
4563             },
4564             # Long Unit Identifier
4565             'frequency-hertz' => {
4566             'one' => q({0}Hz),
4567             'other' => q({0}Hz),
4568             },
4569             # Core Unit Identifier
4570             'hertz' => {
4571             'one' => q({0}Hz),
4572             'other' => q({0}Hz),
4573             },
4574             # Long Unit Identifier
4575             'frequency-kilohertz' => {
4576             'one' => q({0}kHz),
4577             'other' => q({0}kHz),
4578             },
4579             # Core Unit Identifier
4580             'kilohertz' => {
4581             'one' => q({0}kHz),
4582             'other' => q({0}kHz),
4583             },
4584             # Long Unit Identifier
4585             'frequency-megahertz' => {
4586             'one' => q({0}MHz),
4587             'other' => q({0}MHz),
4588             },
4589             # Core Unit Identifier
4590             'megahertz' => {
4591             'one' => q({0}MHz),
4592             'other' => q({0}MHz),
4593             },
4594             # Long Unit Identifier
4595             'graphics-dot-per-centimeter' => {
4596             'one' => q({0}dpcm),
4597             'other' => q({0}dpcm),
4598             },
4599             # Core Unit Identifier
4600             'dot-per-centimeter' => {
4601             'one' => q({0}dpcm),
4602             'other' => q({0}dpcm),
4603             },
4604             # Long Unit Identifier
4605             'graphics-dot-per-inch' => {
4606             'one' => q({0}dpi),
4607             'other' => q({0}dpi),
4608             },
4609             # Core Unit Identifier
4610             'dot-per-inch' => {
4611             'one' => q({0}dpi),
4612             'other' => q({0}dpi),
4613             },
4614             # Long Unit Identifier
4615             'graphics-megapixel' => {
4616             'name' => q(MP),
4617             'one' => q({0}MP),
4618             'other' => q({0}MP),
4619             },
4620             # Core Unit Identifier
4621             'megapixel' => {
4622             'name' => q(MP),
4623             'one' => q({0}MP),
4624             'other' => q({0}MP),
4625             },
4626             # Long Unit Identifier
4627             'graphics-pixel' => {
4628             'name' => q(px),
4629             'one' => q({0}px),
4630             'other' => q({0}px),
4631             },
4632             # Core Unit Identifier
4633             'pixel' => {
4634             'name' => q(px),
4635             'one' => q({0}px),
4636             'other' => q({0}px),
4637             },
4638             # Long Unit Identifier
4639             'graphics-pixel-per-centimeter' => {
4640             'one' => q({0}ppcm),
4641             'other' => q({0}ppcm),
4642             },
4643             # Core Unit Identifier
4644             'pixel-per-centimeter' => {
4645             'one' => q({0}ppcm),
4646             'other' => q({0}ppcm),
4647             },
4648             # Long Unit Identifier
4649             'graphics-pixel-per-inch' => {
4650             'one' => q({0}ppi),
4651             'other' => q({0}ppi),
4652             },
4653             # Core Unit Identifier
4654             'pixel-per-inch' => {
4655             'one' => q({0}ppi),
4656             'other' => q({0}ppi),
4657             },
4658             # Long Unit Identifier
4659             'length-astronomical-unit' => {
4660             'one' => q({0}au),
4661             'other' => q({0}au),
4662             },
4663             # Core Unit Identifier
4664             'astronomical-unit' => {
4665             'one' => q({0}au),
4666             'other' => q({0}au),
4667             },
4668             # Long Unit Identifier
4669             'length-centimeter' => {
4670             'one' => q({0}cm),
4671             'other' => q({0}cm),
4672             },
4673             # Core Unit Identifier
4674             'centimeter' => {
4675             'one' => q({0}cm),
4676             'other' => q({0}cm),
4677             },
4678             # Long Unit Identifier
4679             'length-decimeter' => {
4680             'one' => q({0}ᏌᏟ),
4681             'other' => q({0}ᏌᏟ),
4682             },
4683             # Core Unit Identifier
4684             'decimeter' => {
4685             'one' => q({0}ᏌᏟ),
4686             'other' => q({0}ᏌᏟ),
4687             },
4688             # Long Unit Identifier
4689             'length-earth-radius' => {
4690             'one' => q({0}R⊕),
4691             'other' => q({0}R⊕),
4692             },
4693             # Core Unit Identifier
4694             'earth-radius' => {
4695             'one' => q({0}R⊕),
4696             'other' => q({0}R⊕),
4697             },
4698             # Long Unit Identifier
4699             'length-fathom' => {
4700             'one' => q({0}fth),
4701             'other' => q({0}fth),
4702             },
4703             # Core Unit Identifier
4704             'fathom' => {
4705             'one' => q({0}fth),
4706             'other' => q({0}fth),
4707             },
4708             # Long Unit Identifier
4709             'length-foot' => {
4710             'name' => q(ft),
4711             'one' => q({0}′),
4712             'other' => q({0}′),
4713             },
4714             # Core Unit Identifier
4715             'foot' => {
4716             'name' => q(ft),
4717             'one' => q({0}′),
4718             'other' => q({0}′),
4719             },
4720             # Long Unit Identifier
4721             'length-furlong' => {
4722             'name' => q(ᎠᏰᏟ ᎩᏄᏘᏗ ᏑᏟᎶᏓ),
4723             'one' => q({0}fur),
4724             'other' => q({0}fur),
4725             },
4726             # Core Unit Identifier
4727             'furlong' => {
4728             'name' => q(ᎠᏰᏟ ᎩᏄᏘᏗ ᏑᏟᎶᏓ),
4729             'one' => q({0}fur),
4730             'other' => q({0}fur),
4731             },
4732             # Long Unit Identifier
4733             'length-inch' => {
4734             'name' => q(in),
4735             'one' => q({0}″),
4736             'other' => q({0}″),
4737             },
4738             # Core Unit Identifier
4739             'inch' => {
4740             'name' => q(in),
4741             'one' => q({0}″),
4742             'other' => q({0}″),
4743             },
4744             # Long Unit Identifier
4745             'length-kilometer' => {
4746             'one' => q({0}ᎠᏗ),
4747             'other' => q({0}ᎠᏗ),
4748             },
4749             # Core Unit Identifier
4750             'kilometer' => {
4751             'one' => q({0}ᎠᏗ),
4752             'other' => q({0}ᎠᏗ),
4753             },
4754             # Long Unit Identifier
4755             'length-light-year' => {
4756             'name' => q(ly),
4757             'one' => q({0}ly),
4758             'other' => q({0}ly),
4759             },
4760             # Core Unit Identifier
4761             'light-year' => {
4762             'name' => q(ly),
4763             'one' => q({0}ly),
4764             'other' => q({0}ly),
4765             },
4766             # Long Unit Identifier
4767             'length-meter' => {
4768             'one' => q({0}ᎠᏟ),
4769             'other' => q({0}ᎠᏟ),
4770             },
4771             # Core Unit Identifier
4772             'meter' => {
4773             'one' => q({0}ᎠᏟ),
4774             'other' => q({0}ᎠᏟ),
4775             },
4776             # Long Unit Identifier
4777             'length-micrometer' => {
4778             'one' => q({0}μm),
4779             'other' => q({0}μm),
4780             },
4781             # Core Unit Identifier
4782             'micrometer' => {
4783             'one' => q({0}μm),
4784             'other' => q({0}μm),
4785             },
4786             # Long Unit Identifier
4787             'length-mile' => {
4788             'name' => q(mi),
4789             'one' => q({0}mi),
4790             'other' => q({0}mi),
4791             },
4792             # Core Unit Identifier
4793             'mile' => {
4794             'name' => q(mi),
4795             'one' => q({0}mi),
4796             'other' => q({0}mi),
4797             },
4798             # Long Unit Identifier
4799             'length-mile-scandinavian' => {
4800             'one' => q({0}smi),
4801             'other' => q({0}smi),
4802             },
4803             # Core Unit Identifier
4804             'mile-scandinavian' => {
4805             'one' => q({0}smi),
4806             'other' => q({0}smi),
4807             },
4808             # Long Unit Identifier
4809             'length-millimeter' => {
4810             'one' => q({0}ᏌᎢᎠ),
4811             'other' => q({0}ᏌᎢᎠ),
4812             },
4813             # Core Unit Identifier
4814             'millimeter' => {
4815             'one' => q({0}ᏌᎢᎠ),
4816             'other' => q({0}ᏌᎢᎠ),
4817             },
4818             # Long Unit Identifier
4819             'length-nanometer' => {
4820             'one' => q({0}nm),
4821             'other' => q({0}nm),
4822             },
4823             # Core Unit Identifier
4824             'nanometer' => {
4825             'one' => q({0}nm),
4826             'other' => q({0}nm),
4827             },
4828             # Long Unit Identifier
4829             'length-nautical-mile' => {
4830             'one' => q({0}nmi),
4831             'other' => q({0}nmi),
4832             },
4833             # Core Unit Identifier
4834             'nautical-mile' => {
4835             'one' => q({0}nmi),
4836             'other' => q({0}nmi),
4837             },
4838             # Long Unit Identifier
4839             'length-parsec' => {
4840             'one' => q({0}pc),
4841             'other' => q({0}pc),
4842             },
4843             # Core Unit Identifier
4844             'parsec' => {
4845             'one' => q({0}pc),
4846             'other' => q({0}pc),
4847             },
4848             # Long Unit Identifier
4849             'length-picometer' => {
4850             'one' => q({0}pm),
4851             'other' => q({0}pm),
4852             },
4853             # Core Unit Identifier
4854             'picometer' => {
4855             'one' => q({0}pm),
4856             'other' => q({0}pm),
4857             },
4858             # Long Unit Identifier
4859             'length-point' => {
4860             'name' => q(pts),
4861             'one' => q({0}pt),
4862             'other' => q({0}pt),
4863             },
4864             # Core Unit Identifier
4865             'point' => {
4866             'name' => q(pts),
4867             'one' => q({0}pt),
4868             'other' => q({0}pt),
4869             },
4870             # Long Unit Identifier
4871             'length-solar-radius' => {
4872             'name' => q(R☉),
4873             'one' => q({0}R☉),
4874             'other' => q({0}R☉),
4875             },
4876             # Core Unit Identifier
4877             'solar-radius' => {
4878             'name' => q(R☉),
4879             'one' => q({0}R☉),
4880             'other' => q({0}R☉),
4881             },
4882             # Long Unit Identifier
4883             'length-yard' => {
4884             'name' => q(yd),
4885             'one' => q({0}yd),
4886             'other' => q({0}yd),
4887             },
4888             # Core Unit Identifier
4889             'yard' => {
4890             'name' => q(yd),
4891             'one' => q({0}yd),
4892             'other' => q({0}yd),
4893             },
4894             # Long Unit Identifier
4895             'light-candela' => {
4896             'one' => q({0}cd),
4897             'other' => q({0}cd),
4898             },
4899             # Core Unit Identifier
4900             'candela' => {
4901             'one' => q({0}cd),
4902             'other' => q({0}cd),
4903             },
4904             # Long Unit Identifier
4905             'light-lumen' => {
4906             'one' => q({0}lm),
4907             'other' => q({0}lm),
4908             },
4909             # Core Unit Identifier
4910             'lumen' => {
4911             'one' => q({0}lm),
4912             'other' => q({0}lm),
4913             },
4914             # Long Unit Identifier
4915             'light-lux' => {
4916             'one' => q({0}lx),
4917             'other' => q({0}lx),
4918             },
4919             # Core Unit Identifier
4920             'lux' => {
4921             'one' => q({0}lx),
4922             'other' => q({0}lx),
4923             },
4924             # Long Unit Identifier
4925             'light-solar-luminosity' => {
4926             'name' => q(L☉),
4927             'one' => q({0}L☉),
4928             'other' => q({0}L☉),
4929             },
4930             # Core Unit Identifier
4931             'solar-luminosity' => {
4932             'name' => q(L☉),
4933             'one' => q({0}L☉),
4934             'other' => q({0}L☉),
4935             },
4936             # Long Unit Identifier
4937             'mass-carat' => {
4938             'name' => q(ᎨᏇᏓ),
4939             'one' => q({0}CD),
4940             'other' => q({0}CD),
4941             },
4942             # Core Unit Identifier
4943             'carat' => {
4944             'name' => q(ᎨᏇᏓ),
4945             'one' => q({0}CD),
4946             'other' => q({0}CD),
4947             },
4948             # Long Unit Identifier
4949             'mass-dalton' => {
4950             'name' => q(Da),
4951             'one' => q({0}Da),
4952             'other' => q({0}Da),
4953             },
4954             # Core Unit Identifier
4955             'dalton' => {
4956             'name' => q(Da),
4957             'one' => q({0}Da),
4958             'other' => q({0}Da),
4959             },
4960             # Long Unit Identifier
4961             'mass-earth-mass' => {
4962             'name' => q(M⊕),
4963             'one' => q({0}M⊕),
4964             'other' => q({0}M⊕),
4965             },
4966             # Core Unit Identifier
4967             'earth-mass' => {
4968             'name' => q(M⊕),
4969             'one' => q({0}M⊕),
4970             'other' => q({0}M⊕),
4971             },
4972             # Long Unit Identifier
4973             'mass-grain' => {
4974             'name' => q(gr),
4975             'one' => q({0}gr),
4976             'other' => q({0}gr),
4977             },
4978             # Core Unit Identifier
4979             'grain' => {
4980             'name' => q(gr),
4981             'one' => q({0}gr),
4982             'other' => q({0}gr),
4983             },
4984             # Long Unit Identifier
4985             'mass-gram' => {
4986             'name' => q(ᎤᏍᏗ ᎤᏓᎨᏒ),
4987             'one' => q({0}g),
4988             'other' => q({0}g),
4989             },
4990             # Core Unit Identifier
4991             'gram' => {
4992             'name' => q(ᎤᏍᏗ ᎤᏓᎨᏒ),
4993             'one' => q({0}g),
4994             'other' => q({0}g),
4995             },
4996             # Long Unit Identifier
4997             'mass-kilogram' => {
4998             'one' => q({0}kg),
4999             'other' => q({0}kg),
5000             },
5001             # Core Unit Identifier
5002             'kilogram' => {
5003             'one' => q({0}kg),
5004             'other' => q({0}kg),
5005             },
5006             # Long Unit Identifier
5007             'mass-microgram' => {
5008             'one' => q({0}μg),
5009             'other' => q({0}μg),
5010             },
5011             # Core Unit Identifier
5012             'microgram' => {
5013             'one' => q({0}μg),
5014             'other' => q({0}μg),
5015             },
5016             # Long Unit Identifier
5017             'mass-milligram' => {
5018             'one' => q({0}mg),
5019             'other' => q({0}mg),
5020             },
5021             # Core Unit Identifier
5022             'milligram' => {
5023             'one' => q({0}mg),
5024             'other' => q({0}mg),
5025             },
5026             # Long Unit Identifier
5027             'mass-ounce' => {
5028             'one' => q({0}oz),
5029             'other' => q({0}oz),
5030             },
5031             # Core Unit Identifier
5032             'ounce' => {
5033             'one' => q({0}oz),
5034             'other' => q({0}oz),
5035             },
5036             # Long Unit Identifier
5037             'mass-ounce-troy' => {
5038             'name' => q(oz t),
5039             'one' => q({0}oz t),
5040             'other' => q({0}oz t),
5041             },
5042             # Core Unit Identifier
5043             'ounce-troy' => {
5044             'name' => q(oz t),
5045             'one' => q({0}oz t),
5046             'other' => q({0}oz t),
5047             },
5048             # Long Unit Identifier
5049             'mass-pound' => {
5050             'name' => q(lb),
5051             'one' => q({0}#),
5052             'other' => q({0}#),
5053             },
5054             # Core Unit Identifier
5055             'pound' => {
5056             'name' => q(lb),
5057             'one' => q({0}#),
5058             'other' => q({0}#),
5059             },
5060             # Long Unit Identifier
5061             'mass-solar-mass' => {
5062             'name' => q(M☉),
5063             'one' => q({0}M☉),
5064             'other' => q({0}M☉),
5065             },
5066             # Core Unit Identifier
5067             'solar-mass' => {
5068             'name' => q(M☉),
5069             'one' => q({0}M☉),
5070             'other' => q({0}M☉),
5071             },
5072             # Long Unit Identifier
5073             'mass-stone' => {
5074             'name' => q(ᏅᏯ),
5075             'one' => q({0}st),
5076             'other' => q({0}st),
5077             },
5078             # Core Unit Identifier
5079             'stone' => {
5080             'name' => q(ᏅᏯ),
5081             'one' => q({0}st),
5082             'other' => q({0}st),
5083             },
5084             # Long Unit Identifier
5085             'mass-ton' => {
5086             'one' => q({0}tn),
5087             'other' => q({0}tn),
5088             },
5089             # Core Unit Identifier
5090             'ton' => {
5091             'one' => q({0}tn),
5092             'other' => q({0}tn),
5093             },
5094             # Long Unit Identifier
5095             'mass-tonne' => {
5096             'one' => q({0}t),
5097             'other' => q({0}t),
5098             },
5099             # Core Unit Identifier
5100             'tonne' => {
5101             'one' => q({0}t),
5102             'other' => q({0}t),
5103             },
5104             # Long Unit Identifier
5105             'power-gigawatt' => {
5106             'one' => q({0}GW),
5107             'other' => q({0}GW),
5108             },
5109             # Core Unit Identifier
5110             'gigawatt' => {
5111             'one' => q({0}GW),
5112             'other' => q({0}GW),
5113             },
5114             # Long Unit Identifier
5115             'power-horsepower' => {
5116             'one' => q({0}hp),
5117             'other' => q({0}hp),
5118             },
5119             # Core Unit Identifier
5120             'horsepower' => {
5121             'one' => q({0}hp),
5122             'other' => q({0}hp),
5123             },
5124             # Long Unit Identifier
5125             'power-kilowatt' => {
5126             'one' => q({0}kW),
5127             'other' => q({0}kW),
5128             },
5129             # Core Unit Identifier
5130             'kilowatt' => {
5131             'one' => q({0}kW),
5132             'other' => q({0}kW),
5133             },
5134             # Long Unit Identifier
5135             'power-megawatt' => {
5136             'one' => q({0}MW),
5137             'other' => q({0}MW),
5138             },
5139             # Core Unit Identifier
5140             'megawatt' => {
5141             'one' => q({0}MW),
5142             'other' => q({0}MW),
5143             },
5144             # Long Unit Identifier
5145             'power-milliwatt' => {
5146             'one' => q({0}mW),
5147             'other' => q({0}mW),
5148             },
5149             # Core Unit Identifier
5150             'milliwatt' => {
5151             'one' => q({0}mW),
5152             'other' => q({0}mW),
5153             },
5154             # Long Unit Identifier
5155             'power-watt' => {
5156             'name' => q(ᏩᏗ),
5157             'one' => q({0}W),
5158             'other' => q({0}W),
5159             },
5160             # Core Unit Identifier
5161             'watt' => {
5162             'name' => q(ᏩᏗ),
5163             'one' => q({0}W),
5164             'other' => q({0}W),
5165             },
5166             # Long Unit Identifier
5167             'pressure-atmosphere' => {
5168             'one' => q({0}atm),
5169             'other' => q({0}atm),
5170             },
5171             # Core Unit Identifier
5172             'atmosphere' => {
5173             'one' => q({0}atm),
5174             'other' => q({0}atm),
5175             },
5176             # Long Unit Identifier
5177             'pressure-bar' => {
5178             'one' => q({0}ᎦᎾᎸᎢ),
5179             'other' => q({0}ᎦᎾᎸᎢ),
5180             },
5181             # Core Unit Identifier
5182             'bar' => {
5183             'one' => q({0}ᎦᎾᎸᎢ),
5184             'other' => q({0}ᎦᎾᎸᎢ),
5185             },
5186             # Long Unit Identifier
5187             'pressure-hectopascal' => {
5188             'one' => q({0}hPa),
5189             'other' => q({0}hPa),
5190             },
5191             # Core Unit Identifier
5192             'hectopascal' => {
5193             'one' => q({0}hPa),
5194             'other' => q({0}hPa),
5195             },
5196             # Long Unit Identifier
5197             'pressure-inch-ofhg' => {
5198             'name' => q(″ Hg),
5199             'one' => q({0}″ Hg),
5200             'other' => q({0}″ Hg),
5201             },
5202             # Core Unit Identifier
5203             'inch-ofhg' => {
5204             'name' => q(″ Hg),
5205             'one' => q({0}″ Hg),
5206             'other' => q({0}″ Hg),
5207             },
5208             # Long Unit Identifier
5209             'pressure-kilopascal' => {
5210             'one' => q({0}kPa),
5211             'other' => q({0}kPa),
5212             },
5213             # Core Unit Identifier
5214             'kilopascal' => {
5215             'one' => q({0}kPa),
5216             'other' => q({0}kPa),
5217             },
5218             # Long Unit Identifier
5219             'pressure-megapascal' => {
5220             'one' => q({0}MPa),
5221             'other' => q({0}MPa),
5222             },
5223             # Core Unit Identifier
5224             'megapascal' => {
5225             'one' => q({0}MPa),
5226             'other' => q({0}MPa),
5227             },
5228             # Long Unit Identifier
5229             'pressure-millibar' => {
5230             'one' => q({0}mb),
5231             'other' => q({0}mb),
5232             },
5233             # Core Unit Identifier
5234             'millibar' => {
5235             'one' => q({0}mb),
5236             'other' => q({0}mb),
5237             },
5238             # Long Unit Identifier
5239             'pressure-millimeter-ofhg' => {
5240             'one' => q({0}mmHg),
5241             'other' => q({0}mmHg),
5242             },
5243             # Core Unit Identifier
5244             'millimeter-ofhg' => {
5245             'one' => q({0}mmHg),
5246             'other' => q({0}mmHg),
5247             },
5248             # Long Unit Identifier
5249             'pressure-pascal' => {
5250             'one' => q({0}Pa),
5251             'other' => q({0}Pa),
5252             },
5253             # Core Unit Identifier
5254             'pascal' => {
5255             'one' => q({0}Pa),
5256             'other' => q({0}Pa),
5257             },
5258             # Long Unit Identifier
5259             'pressure-pound-force-per-square-inch' => {
5260             'one' => q({0}psi),
5261             'other' => q({0}psi),
5262             },
5263             # Core Unit Identifier
5264             'pound-force-per-square-inch' => {
5265             'one' => q({0}psi),
5266             'other' => q({0}psi),
5267             },
5268             # Long Unit Identifier
5269             'speed-beaufort' => {
5270             'one' => q(B{0}),
5271             'other' => q(B{0}),
5272             },
5273             # Core Unit Identifier
5274             'beaufort' => {
5275             'one' => q(B{0}),
5276             'other' => q(B{0}),
5277             },
5278             # Long Unit Identifier
5279             'speed-kilometer-per-hour' => {
5280             'name' => q(km/hr),
5281             'one' => q({0}km/h),
5282             'other' => q({0}km/h),
5283             },
5284             # Core Unit Identifier
5285             'kilometer-per-hour' => {
5286             'name' => q(km/hr),
5287             'one' => q({0}km/h),
5288             'other' => q({0}km/h),
5289             },
5290             # Long Unit Identifier
5291             'speed-knot' => {
5292             'one' => q({0}kn),
5293             'other' => q({0}kn),
5294             },
5295             # Core Unit Identifier
5296             'knot' => {
5297             'one' => q({0}kn),
5298             'other' => q({0}kn),
5299             },
5300             # Long Unit Identifier
5301             'speed-light-speed' => {
5302             'name' => q(ᎠᏨᏍᏗ),
5303             'one' => q({0}ᎠᏨᏍᏗ),
5304             'other' => q({0}ᎠᏨᏍᏗ),
5305             },
5306             # Core Unit Identifier
5307             'light-speed' => {
5308             'name' => q(ᎠᏨᏍᏗ),
5309             'one' => q({0}ᎠᏨᏍᏗ),
5310             'other' => q({0}ᎠᏨᏍᏗ),
5311             },
5312             # Long Unit Identifier
5313             'speed-meter-per-second' => {
5314             'name' => q(m/s),
5315             'one' => q({0}m/s),
5316             'other' => q({0}m/s),
5317             },
5318             # Core Unit Identifier
5319             'meter-per-second' => {
5320             'name' => q(m/s),
5321             'one' => q({0}m/s),
5322             'other' => q({0}m/s),
5323             },
5324             # Long Unit Identifier
5325             'speed-mile-per-hour' => {
5326             'name' => q(mi/hr),
5327             'one' => q({0}mph),
5328             'other' => q({0}mph),
5329             },
5330             # Core Unit Identifier
5331             'mile-per-hour' => {
5332             'name' => q(mi/hr),
5333             'one' => q({0}mph),
5334             'other' => q({0}mph),
5335             },
5336             # Long Unit Identifier
5337             'temperature-celsius' => {
5338             'name' => q(°C),
5339             },
5340             # Core Unit Identifier
5341             'celsius' => {
5342             'name' => q(°C),
5343             },
5344             # Long Unit Identifier
5345             'temperature-fahrenheit' => {
5346             'name' => q(°F),
5347             'one' => q({0}°),
5348             'other' => q({0}°),
5349             },
5350             # Core Unit Identifier
5351             'fahrenheit' => {
5352             'name' => q(°F),
5353             'one' => q({0}°),
5354             'other' => q({0}°),
5355             },
5356             # Long Unit Identifier
5357             'temperature-kelvin' => {
5358             'one' => q({0}K),
5359             'other' => q({0}K),
5360             },
5361             # Core Unit Identifier
5362             'kelvin' => {
5363             'one' => q({0}K),
5364             'other' => q({0}K),
5365             },
5366             # Long Unit Identifier
5367             'torque-newton-meter' => {
5368             'one' => q({0}N⋅m),
5369             'other' => q({0}N⋅m),
5370             },
5371             # Core Unit Identifier
5372             'newton-meter' => {
5373             'one' => q({0}N⋅m),
5374             'other' => q({0}N⋅m),
5375             },
5376             # Long Unit Identifier
5377             'torque-pound-force-foot' => {
5378             'one' => q({0}lbf⋅ft),
5379             'other' => q({0}lbf⋅ft),
5380             },
5381             # Core Unit Identifier
5382             'pound-force-foot' => {
5383             'one' => q({0}lbf⋅ft),
5384             'other' => q({0}lbf⋅ft),
5385             },
5386             # Long Unit Identifier
5387             'volume-acre-foot' => {
5388             'one' => q({0}ac ft),
5389             'other' => q({0}ac ft),
5390             },
5391             # Core Unit Identifier
5392             'acre-foot' => {
5393             'one' => q({0}ac ft),
5394             'other' => q({0}ac ft),
5395             },
5396             # Long Unit Identifier
5397             'volume-barrel' => {
5398             'name' => q(bbl),
5399             'one' => q({0}bbl),
5400             'other' => q({0}bbl),
5401             },
5402             # Core Unit Identifier
5403             'barrel' => {
5404             'name' => q(bbl),
5405             'one' => q({0}bbl),
5406             'other' => q({0}bbl),
5407             },
5408             # Long Unit Identifier
5409             'volume-bushel' => {
5410             'one' => q({0}bu),
5411             'other' => q({0}bu),
5412             },
5413             # Core Unit Identifier
5414             'bushel' => {
5415             'one' => q({0}bu),
5416             'other' => q({0}bu),
5417             },
5418             # Long Unit Identifier
5419             'volume-centiliter' => {
5420             'one' => q({0}cL),
5421             'other' => q({0}cL),
5422             },
5423             # Core Unit Identifier
5424             'centiliter' => {
5425             'one' => q({0}cL),
5426             'other' => q({0}cL),
5427             },
5428             # Long Unit Identifier
5429             'volume-cubic-centimeter' => {
5430             'one' => q({0}cm³),
5431             'other' => q({0}cm³),
5432             },
5433             # Core Unit Identifier
5434             'cubic-centimeter' => {
5435             'one' => q({0}cm³),
5436             'other' => q({0}cm³),
5437             },
5438             # Long Unit Identifier
5439             'volume-cubic-foot' => {
5440             'name' => q(ft³),
5441             'one' => q({0}ft³),
5442             'other' => q({0}ft³),
5443             },
5444             # Core Unit Identifier
5445             'cubic-foot' => {
5446             'name' => q(ft³),
5447             'one' => q({0}ft³),
5448             'other' => q({0}ft³),
5449             },
5450             # Long Unit Identifier
5451             'volume-cubic-inch' => {
5452             'name' => q(in³),
5453             'one' => q({0}in³),
5454             'other' => q({0}in³),
5455             },
5456             # Core Unit Identifier
5457             'cubic-inch' => {
5458             'name' => q(in³),
5459             'one' => q({0}in³),
5460             'other' => q({0}in³),
5461             },
5462             # Long Unit Identifier
5463             'volume-cubic-kilometer' => {
5464             'one' => q({0}km³),
5465             'other' => q({0}km³),
5466             },
5467             # Core Unit Identifier
5468             'cubic-kilometer' => {
5469             'one' => q({0}km³),
5470             'other' => q({0}km³),
5471             },
5472             # Long Unit Identifier
5473             'volume-cubic-meter' => {
5474             'one' => q({0}m³),
5475             'other' => q({0}m³),
5476             },
5477             # Core Unit Identifier
5478             'cubic-meter' => {
5479             'one' => q({0}m³),
5480             'other' => q({0}m³),
5481             },
5482             # Long Unit Identifier
5483             'volume-cubic-mile' => {
5484             'one' => q({0}mi³),
5485             'other' => q({0}mi³),
5486             },
5487             # Core Unit Identifier
5488             'cubic-mile' => {
5489             'one' => q({0}mi³),
5490             'other' => q({0}mi³),
5491             },
5492             # Long Unit Identifier
5493             'volume-cubic-yard' => {
5494             'name' => q(yd³),
5495             'one' => q({0}yd³),
5496             'other' => q({0}yd³),
5497             },
5498             # Core Unit Identifier
5499             'cubic-yard' => {
5500             'name' => q(yd³),
5501             'one' => q({0}yd³),
5502             'other' => q({0}yd³),
5503             },
5504             # Long Unit Identifier
5505             'volume-cup' => {
5506             'one' => q({0}c),
5507             'other' => q({0}c),
5508             },
5509             # Core Unit Identifier
5510             'cup' => {
5511             'one' => q({0}c),
5512             'other' => q({0}c),
5513             },
5514             # Long Unit Identifier
5515             'volume-cup-metric' => {
5516             'one' => q({0}mc),
5517             'other' => q({0}mc),
5518             },
5519             # Core Unit Identifier
5520             'cup-metric' => {
5521             'one' => q({0}mc),
5522             'other' => q({0}mc),
5523             },
5524             # Long Unit Identifier
5525             'volume-deciliter' => {
5526             'one' => q({0}dL),
5527             'other' => q({0}dL),
5528             },
5529             # Core Unit Identifier
5530             'deciliter' => {
5531             'one' => q({0}dL),
5532             'other' => q({0}dL),
5533             },
5534             # Long Unit Identifier
5535             'volume-dessert-spoon' => {
5536             'name' => q(dsp),
5537             'one' => q({0}dsp),
5538             'other' => q({0}dsp),
5539             },
5540             # Core Unit Identifier
5541             'dessert-spoon' => {
5542             'name' => q(dsp),
5543             'one' => q({0}dsp),
5544             'other' => q({0}dsp),
5545             },
5546             # Long Unit Identifier
5547             'volume-dessert-spoon-imperial' => {
5548             'name' => q(dsp Imp),
5549             'one' => q({0}dsp-Imp),
5550             'other' => q({0}dsp-Imp),
5551             },
5552             # Core Unit Identifier
5553             'dessert-spoon-imperial' => {
5554             'name' => q(dsp Imp),
5555             'one' => q({0}dsp-Imp),
5556             'other' => q({0}dsp-Imp),
5557             },
5558             # Long Unit Identifier
5559             'volume-dram' => {
5560             'name' => q(fl.dr.),
5561             'one' => q({0}fl.dr.),
5562             'other' => q({0}fl.dr.),
5563             },
5564             # Core Unit Identifier
5565             'dram' => {
5566             'name' => q(fl.dr.),
5567             'one' => q({0}fl.dr.),
5568             'other' => q({0}fl.dr.),
5569             },
5570             # Long Unit Identifier
5571             'volume-drop' => {
5572             'name' => q(dr),
5573             'one' => q({0}dr),
5574             'other' => q({0}dr),
5575             },
5576             # Core Unit Identifier
5577             'drop' => {
5578             'name' => q(dr),
5579             'one' => q({0}dr),
5580             'other' => q({0}dr),
5581             },
5582             # Long Unit Identifier
5583             'volume-fluid-ounce' => {
5584             'one' => q({0}fl oz),
5585             'other' => q({0}fl oz),
5586             },
5587             # Core Unit Identifier
5588             'fluid-ounce' => {
5589             'one' => q({0}fl oz),
5590             'other' => q({0}fl oz),
5591             },
5592             # Long Unit Identifier
5593             'volume-fluid-ounce-imperial' => {
5594             'name' => q(Imp fl oz),
5595             'one' => q({0}fl oz Im),
5596             'other' => q({0}fl oz Im),
5597             },
5598             # Core Unit Identifier
5599             'fluid-ounce-imperial' => {
5600             'name' => q(Imp fl oz),
5601             'one' => q({0}fl oz Im),
5602             'other' => q({0}fl oz Im),
5603             },
5604             # Long Unit Identifier
5605             'volume-gallon' => {
5606             'name' => q(gal),
5607             'one' => q({0}gal),
5608             'other' => q({0}gal),
5609             'per' => q({0}/gal),
5610             },
5611             # Core Unit Identifier
5612             'gallon' => {
5613             'name' => q(gal),
5614             'one' => q({0}gal),
5615             'other' => q({0}gal),
5616             'per' => q({0}/gal),
5617             },
5618             # Long Unit Identifier
5619             'volume-gallon-imperial' => {
5620             'name' => q(Imp gal),
5621             'one' => q({0}galIm),
5622             'other' => q({0}galIm),
5623             'per' => q({0}/galIm),
5624             },
5625             # Core Unit Identifier
5626             'gallon-imperial' => {
5627             'name' => q(Imp gal),
5628             'one' => q({0}galIm),
5629             'other' => q({0}galIm),
5630             'per' => q({0}/galIm),
5631             },
5632             # Long Unit Identifier
5633             'volume-hectoliter' => {
5634             'one' => q({0}hL),
5635             'other' => q({0}hL),
5636             },
5637             # Core Unit Identifier
5638             'hectoliter' => {
5639             'one' => q({0}hL),
5640             'other' => q({0}hL),
5641             },
5642             # Long Unit Identifier
5643             'volume-jigger' => {
5644             'one' => q({0}ᏥᎩᎳ),
5645             'other' => q({0}ᏥᎩᎳ),
5646             },
5647             # Core Unit Identifier
5648             'jigger' => {
5649             'one' => q({0}ᏥᎩᎳ),
5650             'other' => q({0}ᏥᎩᎳ),
5651             },
5652             # Long Unit Identifier
5653             'volume-liter' => {
5654             'name' => q(ᎢᏳᏆᏗᏅᏛ),
5655             'one' => q({0}L),
5656             'other' => q({0}L),
5657             'per' => q({0}/L),
5658             },
5659             # Core Unit Identifier
5660             'liter' => {
5661             'name' => q(ᎢᏳᏆᏗᏅᏛ),
5662             'one' => q({0}L),
5663             'other' => q({0}L),
5664             'per' => q({0}/L),
5665             },
5666             # Long Unit Identifier
5667             'volume-megaliter' => {
5668             'one' => q({0}ML),
5669             'other' => q({0}ML),
5670             },
5671             # Core Unit Identifier
5672             'megaliter' => {
5673             'one' => q({0}ML),
5674             'other' => q({0}ML),
5675             },
5676             # Long Unit Identifier
5677             'volume-milliliter' => {
5678             'one' => q({0}mL),
5679             'other' => q({0}mL),
5680             },
5681             # Core Unit Identifier
5682             'milliliter' => {
5683             'one' => q({0}mL),
5684             'other' => q({0}mL),
5685             },
5686             # Long Unit Identifier
5687             'volume-pinch' => {
5688             'name' => q(pn),
5689             'one' => q({0}pn),
5690             'other' => q({0}pn),
5691             },
5692             # Core Unit Identifier
5693             'pinch' => {
5694             'name' => q(pn),
5695             'one' => q({0}pn),
5696             'other' => q({0}pn),
5697             },
5698             # Long Unit Identifier
5699             'volume-pint' => {
5700             'name' => q(pt),
5701             'one' => q({0}pt),
5702             'other' => q({0}pt),
5703             },
5704             # Core Unit Identifier
5705             'pint' => {
5706             'name' => q(pt),
5707             'one' => q({0}pt),
5708             'other' => q({0}pt),
5709             },
5710             # Long Unit Identifier
5711             'volume-pint-metric' => {
5712             'one' => q({0}mp),
5713             'other' => q({0}mp),
5714             },
5715             # Core Unit Identifier
5716             'pint-metric' => {
5717             'one' => q({0}mp),
5718             'other' => q({0}mp),
5719             },
5720             # Long Unit Identifier
5721             'volume-quart' => {
5722             'name' => q(qt),
5723             'one' => q({0}qt),
5724             'other' => q({0}qt),
5725             },
5726             # Core Unit Identifier
5727             'quart' => {
5728             'name' => q(qt),
5729             'one' => q({0}qt),
5730             'other' => q({0}qt),
5731             },
5732             # Long Unit Identifier
5733             'volume-quart-imperial' => {
5734             'one' => q({0}qt-Imp.),
5735             'other' => q({0}qt-Imp.),
5736             },
5737             # Core Unit Identifier
5738             'quart-imperial' => {
5739             'one' => q({0}qt-Imp.),
5740             'other' => q({0}qt-Imp.),
5741             },
5742             # Long Unit Identifier
5743             'volume-tablespoon' => {
5744             'one' => q({0}tbsp),
5745             'other' => q({0}tbsp),
5746             },
5747             # Core Unit Identifier
5748             'tablespoon' => {
5749             'one' => q({0}tbsp),
5750             'other' => q({0}tbsp),
5751             },
5752             # Long Unit Identifier
5753             'volume-teaspoon' => {
5754             'one' => q({0}tsp),
5755             'other' => q({0}tsp),
5756             },
5757             # Core Unit Identifier
5758             'teaspoon' => {
5759             'one' => q({0}tsp),
5760             'other' => q({0}tsp),
5761             },
5762             },
5763             'short' => {
5764             # Long Unit Identifier
5765             '' => {
5766             'name' => q(ᏫᏚᏳᎪᏛ),
5767             },
5768             # Core Unit Identifier
5769             '' => {
5770             'name' => q(ᏫᏚᏳᎪᏛ),
5771             },
5772             # Long Unit Identifier
5773             'acceleration-g-force' => {
5774             'name' => q(ᎠᏓᎾᏌᏁᏍᎩ-ᎦᏌᏙᏯᏍᏗ),
5775             },
5776             # Core Unit Identifier
5777             'g-force' => {
5778             'name' => q(ᎠᏓᎾᏌᏁᏍᎩ-ᎦᏌᏙᏯᏍᏗ),
5779             },
5780             # Long Unit Identifier
5781             'acceleration-meter-per-square-second' => {
5782             'name' => q(ᏗᏟᎶᏍᏗ/sec²),
5783             },
5784             # Core Unit Identifier
5785             'meter-per-square-second' => {
5786             'name' => q(ᏗᏟᎶᏍᏗ/sec²),
5787             },
5788             # Long Unit Identifier
5789             'angle-arc-minute' => {
5790             'name' => q(ᎠᏥ ᎢᏧᏔᏬᏍᏔᏅ),
5791             'one' => q({0} arcmin),
5792             'other' => q({0} arcmins),
5793             },
5794             # Core Unit Identifier
5795             'arc-minute' => {
5796             'name' => q(ᎠᏥ ᎢᏧᏔᏬᏍᏔᏅ),
5797             'one' => q({0} arcmin),
5798             'other' => q({0} arcmins),
5799             },
5800             # Long Unit Identifier
5801             'angle-arc-second' => {
5802             'name' => q(ᎠᏥ ᏓᏓᎾᏬᏍᎬ),
5803             'one' => q({0} arcsec),
5804             'other' => q({0} arcsecs),
5805             },
5806             # Core Unit Identifier
5807             'arc-second' => {
5808             'name' => q(ᎠᏥ ᏓᏓᎾᏬᏍᎬ),
5809             'one' => q({0} arcsec),
5810             'other' => q({0} arcsecs),
5811             },
5812             # Long Unit Identifier
5813             'angle-degree' => {
5814             'name' => q(ᎢᎦᎢ ᎢᏗᎦᏘ),
5815             'one' => q({0} deg),
5816             'other' => q({0} deg),
5817             },
5818             # Core Unit Identifier
5819             'degree' => {
5820             'name' => q(ᎢᎦᎢ ᎢᏗᎦᏘ),
5821             'one' => q({0} deg),
5822             'other' => q({0} deg),
5823             },
5824             # Long Unit Identifier
5825             'angle-radian' => {
5826             'name' => q(ᎠᏥ ᎠᏟᎶᏍᏙᏗ),
5827             },
5828             # Core Unit Identifier
5829             'radian' => {
5830             'name' => q(ᎠᏥ ᎠᏟᎶᏍᏙᏗ),
5831             },
5832             # Long Unit Identifier
5833             'angle-revolution' => {
5834             'name' => q(ᎠᏕᏲᎲ),
5835             'one' => q({0} ᎠᏕᏲᎲ),
5836             'other' => q({0} ᎠᏕᏲᎲ),
5837             },
5838             # Core Unit Identifier
5839             'revolution' => {
5840             'name' => q(ᎠᏕᏲᎲ),
5841             'one' => q({0} ᎠᏕᏲᎲ),
5842             'other' => q({0} ᎠᏕᏲᎲ),
5843             },
5844             # Long Unit Identifier
5845             'area-acre' => {
5846             'name' => q(ᎢᏧᏟᎶᏓ),
5847             'one' => q({0} ᏑᏟᎶ),
5848             'other' => q({0} ᏑᏟᎶ),
5849             },
5850             # Core Unit Identifier
5851             'acre' => {
5852             'name' => q(ᎢᏧᏟᎶᏓ),
5853             'one' => q({0} ᏑᏟᎶ),
5854             'other' => q({0} ᏑᏟᎶ),
5855             },
5856             # Long Unit Identifier
5857             'area-dunam' => {
5858             'name' => q(ᏚᎾᎹᏍ),
5859             'one' => q({0} ᏚᎾᎹ),
5860             'other' => q({0} ᏚᎾᎹ),
5861             },
5862             # Core Unit Identifier
5863             'dunam' => {
5864             'name' => q(ᏚᎾᎹᏍ),
5865             'one' => q({0} ᏚᎾᎹ),
5866             'other' => q({0} ᏚᎾᎹ),
5867             },
5868             # Long Unit Identifier
5869             'area-hectare' => {
5870             'name' => q(ᎮᏔ ᎢᏳᏟᎶᏛ),
5871             },
5872             # Core Unit Identifier
5873             'hectare' => {
5874             'name' => q(ᎮᏔ ᎢᏳᏟᎶᏛ),
5875             },
5876             # Long Unit Identifier
5877             'area-square-foot' => {
5878             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᎢᏗᎳᏏᏗ),
5879             'one' => q({0} sq ft),
5880             'other' => q({0} sq ft),
5881             },
5882             # Core Unit Identifier
5883             'square-foot' => {
5884             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᎢᏗᎳᏏᏗ),
5885             'one' => q({0} sq ft),
5886             'other' => q({0} sq ft),
5887             },
5888             # Long Unit Identifier
5889             'area-square-inch' => {
5890             'name' => q(ᎢᏗᏏᏔᏗᏍᏗ²),
5891             },
5892             # Core Unit Identifier
5893             'square-inch' => {
5894             'name' => q(ᎢᏗᏏᏔᏗᏍᏗ²),
5895             },
5896             # Long Unit Identifier
5897             'area-square-meter' => {
5898             'name' => q(ᏗᏟᎶᏍᏗ²),
5899             },
5900             # Core Unit Identifier
5901             'square-meter' => {
5902             'name' => q(ᏗᏟᎶᏍᏗ²),
5903             },
5904             # Long Unit Identifier
5905             'area-square-mile' => {
5906             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᎢᏳᏟᎶᏓ),
5907             'one' => q({0} ᏅᏧᎢ),
5908             'other' => q({0} ᏅᏧᎢ),
5909             },
5910             # Core Unit Identifier
5911             'square-mile' => {
5912             'name' => q(ᏅᎩ ᏧᏅᏏᏱ ᎢᏳᏟᎶᏓ),
5913             'one' => q({0} ᏅᏧᎢ),
5914             'other' => q({0} ᏅᏧᎢ),
5915             },
5916             # Long Unit Identifier
5917             'area-square-yard' => {
5918             'name' => q(ᏗᏯᏯᏗ²),
5919             },
5920             # Core Unit Identifier
5921             'square-yard' => {
5922             'name' => q(ᏗᏯᏯᏗ²),
5923             },
5924             # Long Unit Identifier
5925             'concentr-item' => {
5926             'name' => q(ᏑᏓᎴᎩ),
5927             'one' => q({0} ᏑᏓᎴᎩ),
5928             'other' => q({0} ᎢᏳᏓᎴᎩ),
5929             },
5930             # Core Unit Identifier
5931             'item' => {
5932             'name' => q(ᏑᏓᎴᎩ),
5933             'one' => q({0} ᏑᏓᎴᎩ),
5934             'other' => q({0} ᎢᏳᏓᎴᎩ),
5935             },
5936             # Long Unit Identifier
5937             'concentr-karat' => {
5938             'name' => q(ᏗᎧᏇᏓ),
5939             },
5940             # Core Unit Identifier
5941             'karat' => {
5942             'name' => q(ᏗᎧᏇᏓ),
5943             },
5944             # Long Unit Identifier
5945             'concentr-millimole-per-liter' => {
5946             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎼᎵ ᎵᏔᎢ ᎢᏳᏓᎵ),
5947             },
5948             # Core Unit Identifier
5949             'millimole-per-liter' => {
5950             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᎼᎵ ᎵᏔᎢ ᎢᏳᏓᎵ),
5951             },
5952             # Long Unit Identifier
5953             'concentr-mole' => {
5954             'name' => q(ᎼᎴ),
5955             },
5956             # Core Unit Identifier
5957             'mole' => {
5958             'name' => q(ᎼᎴ),
5959             },
5960             # Long Unit Identifier
5961             'concentr-percent' => {
5962             'name' => q(ᏓᎬᏩᎶᏛ),
5963             },
5964             # Core Unit Identifier
5965             'percent' => {
5966             'name' => q(ᏓᎬᏩᎶᏛ),
5967             },
5968             # Long Unit Identifier
5969             'concentr-permille' => {
5970             'name' => q(ᏈᎻᎴ),
5971             },
5972             # Core Unit Identifier
5973             'permille' => {
5974             'name' => q(ᏈᎻᎴ),
5975             },
5976             # Long Unit Identifier
5977             'concentr-permillion' => {
5978             'name' => q(ᏚᏙᏢᏒ/ᎢᏳᏆᏗᏅᏛ),
5979             },
5980             # Core Unit Identifier
5981             'permillion' => {
5982             'name' => q(ᏚᏙᏢᏒ/ᎢᏳᏆᏗᏅᏛ),
5983             },
5984             # Long Unit Identifier
5985             'concentr-permyriad' => {
5986             'name' => q(ᏋᎻᎵᎠᏗ),
5987             },
5988             # Core Unit Identifier
5989             'permyriad' => {
5990             'name' => q(ᏋᎻᎵᎠᏗ),
5991             },
5992             # Long Unit Identifier
5993             'concentr-portion-per-1e9' => {
5994             'name' => q(ᏚᏙᏢᏒ/ᎢᏳᏔᎵᎳᏗᏅᏛ),
5995             },
5996             # Core Unit Identifier
5997             'portion-per-1e9' => {
5998             'name' => q(ᏚᏙᏢᏒ/ᎢᏳᏔᎵᎳᏗᏅᏛ),
5999             },
6000             # Long Unit Identifier
6001             'consumption-liter-per-100-kilometer' => {
6002             'name' => q(L/100 km),
6003             'one' => q({0} L/100 km),
6004             'other' => q({0} L/100 km),
6005             },
6006             # Core Unit Identifier
6007             'liter-per-100-kilometer' => {
6008             'name' => q(L/100 km),
6009             'one' => q({0} L/100 km),
6010             'other' => q({0} L/100 km),
6011             },
6012             # Long Unit Identifier
6013             'consumption-liter-per-kilometer' => {
6014             'name' => q(ᏗᎵᏔᎢ/ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ),
6015             },
6016             # Core Unit Identifier
6017             'liter-per-kilometer' => {
6018             'name' => q(ᏗᎵᏔᎢ/ᎠᎦᏴᎵ ᎠᏟᎶᏍᏗ),
6019             },
6020             # Long Unit Identifier
6021             'consumption-mile-per-gallon' => {
6022             'name' => q(ᎢᏧᏟᎶᏓ/ᎢᏳᎵᎶᏓ),
6023             'one' => q({0} mpg),
6024             'other' => q({0} mpg),
6025             },
6026             # Core Unit Identifier
6027             'mile-per-gallon' => {
6028             'name' => q(ᎢᏧᏟᎶᏓ/ᎢᏳᎵᎶᏓ),
6029             'one' => q({0} mpg),
6030             'other' => q({0} mpg),
6031             },
6032             # Long Unit Identifier
6033             'consumption-mile-per-gallon-imperial' => {
6034             'name' => q(ᎢᏧᏟᎶᏓ/ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ),
6035             },
6036             # Core Unit Identifier
6037             'mile-per-gallon-imperial' => {
6038             'name' => q(ᎢᏧᏟᎶᏓ/ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ),
6039             },
6040             # Long Unit Identifier
6041             'coordinate' => {
6042             'east' => q({0} Ꮧ),
6043             'north' => q({0} ᏧᏴ),
6044             'south' => q({0} ᏧᎦ),
6045             'west' => q({0} Ꮽ),
6046             },
6047             # Core Unit Identifier
6048             'coordinate' => {
6049             'east' => q({0} Ꮧ),
6050             'north' => q({0} ᏧᏴ),
6051             'south' => q({0} ᏧᎦ),
6052             'west' => q({0} Ꮽ),
6053             },
6054             # Long Unit Identifier
6055             'digital-bit' => {
6056             'name' => q(ᎤᏍᎦᎳ),
6057             'one' => q({0} ᎤᏍᎦᎳ),
6058             'other' => q({0} ᎤᏍᎦᎳ),
6059             },
6060             # Core Unit Identifier
6061             'bit' => {
6062             'name' => q(ᎤᏍᎦᎳ),
6063             'one' => q({0} ᎤᏍᎦᎳ),
6064             'other' => q({0} ᎤᏍᎦᎳ),
6065             },
6066             # Long Unit Identifier
6067             'digital-byte' => {
6068             'name' => q(ᎠᏍᎦᎳ),
6069             'one' => q({0} ᎠᏍᎦᎳ),
6070             'other' => q({0} ᎠᏍᎦᎳ),
6071             },
6072             # Core Unit Identifier
6073             'byte' => {
6074             'name' => q(ᎠᏍᎦᎳ),
6075             'one' => q({0} ᎠᏍᎦᎳ),
6076             'other' => q({0} ᎠᏍᎦᎳ),
6077             },
6078             # Long Unit Identifier
6079             'digital-gigabit' => {
6080             'name' => q(ᎩᎦᎤᏍᎦᎳ),
6081             },
6082             # Core Unit Identifier
6083             'gigabit' => {
6084             'name' => q(ᎩᎦᎤᏍᎦᎳ),
6085             },
6086             # Long Unit Identifier
6087             'digital-gigabyte' => {
6088             'name' => q(ᎩᎦᎠᏍᎦᎳ),
6089             },
6090             # Core Unit Identifier
6091             'gigabyte' => {
6092             'name' => q(ᎩᎦᎠᏍᎦᎳ),
6093             },
6094             # Long Unit Identifier
6095             'digital-kilobit' => {
6096             'name' => q(ᎠᎦᏴᎵ ᎤᏍᎦᎳ),
6097             },
6098             # Core Unit Identifier
6099             'kilobit' => {
6100             'name' => q(ᎠᎦᏴᎵ ᎤᏍᎦᎳ),
6101             },
6102             # Long Unit Identifier
6103             'digital-kilobyte' => {
6104             'name' => q(ᎠᎦᏴᎵ ᎠᏍᎦᎳ),
6105             },
6106             # Core Unit Identifier
6107             'kilobyte' => {
6108             'name' => q(ᎠᎦᏴᎵ ᎠᏍᎦᎳ),
6109             },
6110             # Long Unit Identifier
6111             'digital-megabit' => {
6112             'name' => q(ᎺᎦ ᎤᏍᎦᎳ),
6113             },
6114             # Core Unit Identifier
6115             'megabit' => {
6116             'name' => q(ᎺᎦ ᎤᏍᎦᎳ),
6117             },
6118             # Long Unit Identifier
6119             'digital-megabyte' => {
6120             'name' => q(ᎺᎦ ᏗᏓᏍᎦᎵᎩ),
6121             },
6122             # Core Unit Identifier
6123             'megabyte' => {
6124             'name' => q(ᎺᎦ ᏗᏓᏍᎦᎵᎩ),
6125             },
6126             # Long Unit Identifier
6127             'digital-petabyte' => {
6128             'name' => q(PByte),
6129             },
6130             # Core Unit Identifier
6131             'petabyte' => {
6132             'name' => q(PByte),
6133             },
6134             # Long Unit Identifier
6135             'digital-terabit' => {
6136             'name' => q(ᏕᎳ ᎤᏍᎦᎳ),
6137             },
6138             # Core Unit Identifier
6139             'terabit' => {
6140             'name' => q(ᏕᎳ ᎤᏍᎦᎳ),
6141             },
6142             # Long Unit Identifier
6143             'digital-terabyte' => {
6144             'name' => q(ᏕᎳ ᎠᏍᎦᎳ),
6145             },
6146             # Core Unit Identifier
6147             'terabyte' => {
6148             'name' => q(ᏕᎳ ᎠᏍᎦᎳ),
6149             },
6150             # Long Unit Identifier
6151             'duration-century' => {
6152             'name' => q(ᏍᏧ),
6153             'one' => q({0} ᏍᏧ),
6154             'other' => q({0} ᏍᏧ),
6155             },
6156             # Core Unit Identifier
6157             'century' => {
6158             'name' => q(ᏍᏧ),
6159             'one' => q({0} ᏍᏧ),
6160             'other' => q({0} ᏍᏧ),
6161             },
6162             # Long Unit Identifier
6163             'duration-day' => {
6164             'name' => q(ᎯᎸᏍᎩ ᏧᏒᎯᏓ),
6165             'one' => q({0} ᎢᎦ),
6166             'other' => q({0} ᏧᏒᎯᏓ),
6167             'per' => q({0}/Ꭲ),
6168             },
6169             # Core Unit Identifier
6170             'day' => {
6171             'name' => q(ᎯᎸᏍᎩ ᏧᏒᎯᏓ),
6172             'one' => q({0} ᎢᎦ),
6173             'other' => q({0} ᏧᏒᎯᏓ),
6174             'per' => q({0}/Ꭲ),
6175             },
6176             # Long Unit Identifier
6177             'duration-decade' => {
6178             'name' => q(ᏍᎪᎯ),
6179             'one' => q({0} ᏍᎪᎯ),
6180             'other' => q({0} ᏍᎪᎯ),
6181             },
6182             # Core Unit Identifier
6183             'decade' => {
6184             'name' => q(ᏍᎪᎯ),
6185             'one' => q({0} ᏍᎪᎯ),
6186             'other' => q({0} ᏍᎪᎯ),
6187             },
6188             # Long Unit Identifier
6189             'duration-hour' => {
6190             'name' => q(ᎢᏳᏟᎶᏓ),
6191             'one' => q({0} ᏑᏟ),
6192             'other' => q({0} ᏑᏟ),
6193             'per' => q({0}/Ꮡ),
6194             },
6195             # Core Unit Identifier
6196             'hour' => {
6197             'name' => q(ᎢᏳᏟᎶᏓ),
6198             'one' => q({0} ᏑᏟ),
6199             'other' => q({0} ᏑᏟ),
6200             'per' => q({0}/Ꮡ),
6201             },
6202             # Long Unit Identifier
6203             'duration-microsecond' => {
6204             'name' => q(μᏗᏎᏢ),
6205             },
6206             # Core Unit Identifier
6207             'microsecond' => {
6208             'name' => q(μᏗᏎᏢ),
6209             },
6210             # Long Unit Identifier
6211             'duration-millisecond' => {
6212             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏎᏢ),
6213             'one' => q({0} ᏌᎠ),
6214             'other' => q({0} ᏌᎠ),
6215             },
6216             # Core Unit Identifier
6217             'millisecond' => {
6218             'name' => q(ᏌᏉ ᎢᏯᎦᎨᎵᏁᎢ ᏗᏎᏢ),
6219             'one' => q({0} ᏌᎠ),
6220             'other' => q({0} ᏌᎠ),
6221             },
6222             # Long Unit Identifier
6223             'duration-minute' => {
6224             'name' => q(ᎢᏯᏔᏬᏍᏔᏅ),
6225             'one' => q({0} ᎢᏯᏔ),
6226             'other' => q({0} ᎢᏯᏔ),
6227             'per' => q({0}/ᎢᏯᏔ),
6228             },
6229             # Core Unit Identifier
6230             'minute' => {
6231             'name' => q(ᎢᏯᏔᏬᏍᏔᏅ),
6232             'one' => q({0} ᎢᏯᏔ),
6233             'other' => q({0} ᎢᏯᏔ),
6234             'per' => q({0}/ᎢᏯᏔ),
6235             },
6236             # Long Unit Identifier
6237             'duration-month' => {
6238             'name' => q(ᏗᎧᎸᎢ),
6239             'one' => q({0} ᎧᎸᎢ),
6240             'other' => q({0} ᏗᎧᎸᎢ),
6241             'per' => q({0}/Ꭷ),
6242             },
6243             # Core Unit Identifier
6244             'month' => {
6245             'name' => q(ᏗᎧᎸᎢ),
6246             'one' => q({0} ᎧᎸᎢ),
6247             'other' => q({0} ᏗᎧᎸᎢ),
6248             'per' => q({0}/Ꭷ),
6249             },
6250             # Long Unit Identifier
6251             'duration-nanosecond' => {
6252             'name' => q(ᎾᏃᏗᏎᏢ),
6253             'one' => q({0} ᎾᏃ),
6254             'other' => q({0} ᎾᏃ),
6255             },
6256             # Core Unit Identifier
6257             'nanosecond' => {
6258             'name' => q(ᎾᏃᏗᏎᏢ),
6259             'one' => q({0} ᎾᏃ),
6260             'other' => q({0} ᎾᏃ),
6261             },
6262             # Long Unit Identifier
6263             'duration-night' => {
6264             'name' => q(ᏚᎵᏏᏂᏒ),
6265             'one' => q({0} ᎤᏒ),
6266             'other' => q({0} ᏚᎵᏏᏂᏒ),
6267             'per' => q({0}/ᎤᏒ),
6268             },
6269             # Core Unit Identifier
6270             'night' => {
6271             'name' => q(ᏚᎵᏏᏂᏒ),
6272             'one' => q({0} ᎤᏒ),
6273             'other' => q({0} ᏚᎵᏏᏂᏒ),
6274             'per' => q({0}/ᎤᏒ),
6275             },
6276             # Long Unit Identifier
6277             'duration-quarter' => {
6278             'name' => q(ᎯᎸᏍᎩ),
6279             'one' => q({0} ᎯᎸᏍᎩ),
6280             'other' => q({0} ᎯᎸᏍᎩ),
6281             'per' => q({0}/Ꭿ),
6282             },
6283             # Core Unit Identifier
6284             'quarter' => {
6285             'name' => q(ᎯᎸᏍᎩ),
6286             'one' => q({0} ᎯᎸᏍᎩ),
6287             'other' => q({0} ᎯᎸᏍᎩ),
6288             'per' => q({0}/Ꭿ),
6289             },
6290             # Long Unit Identifier
6291             'duration-second' => {
6292             'name' => q(ᏓᏓᎾ),
6293             'one' => q({0} ᎠᏎᏢ),
6294             'other' => q({0} ᎠᏎᏢ),
6295             'per' => q({0}/ᎠᏎ),
6296             },
6297             # Core Unit Identifier
6298             'second' => {
6299             'name' => q(ᏓᏓᎾ),
6300             'one' => q({0} ᎠᏎᏢ),
6301             'other' => q({0} ᎠᏎᏢ),
6302             'per' => q({0}/ᎠᏎ),
6303             },
6304             # Long Unit Identifier
6305             'duration-week' => {
6306             'name' => q(ᎢᏳᎾᏙᏓᏆᏍᏗ),
6307             'one' => q({0} ᏒᎾ),
6308             'other' => q({0} ᎢᏳᎾ),
6309             'per' => q({0}/Ꮢ),
6310             },
6311             # Core Unit Identifier
6312             'week' => {
6313             'name' => q(ᎢᏳᎾᏙᏓᏆᏍᏗ),
6314             'one' => q({0} ᏒᎾ),
6315             'other' => q({0} ᎢᏳᎾ),
6316             'per' => q({0}/Ꮢ),
6317             },
6318             # Long Unit Identifier
6319             'duration-year' => {
6320             'name' => q(ᏧᏕᏘᏴᏌᏗᏒᎢ),
6321             'one' => q({0} ᎤᏕ),
6322             'other' => q({0} ᏧᏕ),
6323             'per' => q({0}/Ꭴ),
6324             },
6325             # Core Unit Identifier
6326             'year' => {
6327             'name' => q(ᏧᏕᏘᏴᏌᏗᏒᎢ),
6328             'one' => q({0} ᎤᏕ),
6329             'other' => q({0} ᏧᏕ),
6330             'per' => q({0}/Ꭴ),
6331             },
6332             # Long Unit Identifier
6333             'electric-ampere' => {
6334             'name' => q(amps),
6335             },
6336             # Core Unit Identifier
6337             'ampere' => {
6338             'name' => q(amps),
6339             },
6340             # Long Unit Identifier
6341             'electric-milliampere' => {
6342             'name' => q(milliamps),
6343             },
6344             # Core Unit Identifier
6345             'milliampere' => {
6346             'name' => q(milliamps),
6347             },
6348             # Long Unit Identifier
6349             'electric-ohm' => {
6350             'name' => q(ᏗᎣᎻ),
6351             },
6352             # Core Unit Identifier
6353             'ohm' => {
6354             'name' => q(ᏗᎣᎻ),
6355             },
6356             # Long Unit Identifier
6357             'electric-volt' => {
6358             'name' => q(ᎠᎾᎦᎵᏍᎩ ᎢᏧᏟᏂᏚᏓ),
6359             },
6360             # Core Unit Identifier
6361             'volt' => {
6362             'name' => q(ᎠᎾᎦᎵᏍᎩ ᎢᏧᏟᏂᏚᏓ),
6363             },
6364             # Long Unit Identifier
6365             'energy-british-thermal-unit' => {
6366             'name' => q(BTU),
6367             },
6368             # Core Unit Identifier
6369             'british-thermal-unit' => {
6370             'name' => q(BTU),
6371             },
6372             # Long Unit Identifier
6373             'energy-electronvolt' => {
6374             'name' => q(ᎡᎴᏆᎾᏉᏔ),
6375             },
6376             # Core Unit Identifier
6377             'electronvolt' => {
6378             'name' => q(ᎡᎴᏆᎾᏉᏔ),
6379             },
6380             # Long Unit Identifier
6381             'energy-foodcalorie' => {
6382             'name' => q(Cal),
6383             'one' => q({0} Cal),
6384             'other' => q({0} Cal),
6385             },
6386             # Core Unit Identifier
6387             'foodcalorie' => {
6388             'name' => q(Cal),
6389             'one' => q({0} Cal),
6390             'other' => q({0} Cal),
6391             },
6392             # Long Unit Identifier
6393             'energy-joule' => {
6394             'name' => q(ᏗᏦᎤᎵ),
6395             },
6396             # Core Unit Identifier
6397             'joule' => {
6398             'name' => q(ᏗᏦᎤᎵ),
6399             },
6400             # Long Unit Identifier
6401             'energy-kilojoule' => {
6402             'name' => q(ᎠᎦᏴᎵ ᏦᎤᎵ),
6403             },
6404             # Core Unit Identifier
6405             'kilojoule' => {
6406             'name' => q(ᎠᎦᏴᎵ ᏦᎤᎵ),
6407             },
6408             # Long Unit Identifier
6409             'energy-kilowatt-hour' => {
6410             'name' => q(kW-ᎠᏟᎶᏓ),
6411             },
6412             # Core Unit Identifier
6413             'kilowatt-hour' => {
6414             'name' => q(kW-ᎠᏟᎶᏓ),
6415             },
6416             # Long Unit Identifier
6417             'energy-therm-us' => {
6418             'name' => q(US ᎤᏗᏞᎬᎢ),
6419             'one' => q({0} US ᎤᏗᏞᎬ),
6420             'other' => q({0} US ᎤᏗᏞᎬ),
6421             },
6422             # Core Unit Identifier
6423             'therm-us' => {
6424             'name' => q(US ᎤᏗᏞᎬᎢ),
6425             'one' => q({0} US ᎤᏗᏞᎬ),
6426             'other' => q({0} US ᎤᏗᏞᎬ),
6427             },
6428             # Long Unit Identifier
6429             'force-newton' => {
6430             'name' => q(ᏄᏛᏅ),
6431             },
6432             # Core Unit Identifier
6433             'newton' => {
6434             'name' => q(ᏄᏛᏅ),
6435             },
6436             # Long Unit Identifier
6437             'force-pound-force' => {
6438             'name' => q(ᏑᏓᎨᏓ-ᎦᏌᏙᏯᏍᏗ),
6439             },
6440             # Core Unit Identifier
6441             'pound-force' => {
6442             'name' => q(ᏑᏓᎨᏓ-ᎦᏌᏙᏯᏍᏗ),
6443             },
6444             # Long Unit Identifier
6445             'graphics-dot-per-centimeter' => {
6446             'name' => q(dpcm),
6447             'one' => q({0} dpcm),
6448             'other' => q({0} dpcm),
6449             },
6450             # Core Unit Identifier
6451             'dot-per-centimeter' => {
6452             'name' => q(dpcm),
6453             'one' => q({0} dpcm),
6454             'other' => q({0} dpcm),
6455             },
6456             # Long Unit Identifier
6457             'graphics-dot-per-inch' => {
6458             'name' => q(dpi),
6459             'one' => q({0} dpi),
6460             'other' => q({0} dpi),
6461             },
6462             # Core Unit Identifier
6463             'dot-per-inch' => {
6464             'name' => q(dpi),
6465             'one' => q({0} dpi),
6466             'other' => q({0} dpi),
6467             },
6468             # Long Unit Identifier
6469             'graphics-megapixel' => {
6470             'name' => q(ᏧᏔᎾ ᏗᏇᎦᏎᎵ),
6471             },
6472             # Core Unit Identifier
6473             'megapixel' => {
6474             'name' => q(ᏧᏔᎾ ᏗᏇᎦᏎᎵ),
6475             },
6476             # Long Unit Identifier
6477             'graphics-pixel' => {
6478             'name' => q(ᏗᏇᎦᏎᎵ),
6479             },
6480             # Core Unit Identifier
6481             'pixel' => {
6482             'name' => q(ᏗᏇᎦᏎᎵ),
6483             },
6484             # Long Unit Identifier
6485             'length-decimeter' => {
6486             'name' => q(ᏌᏟ),
6487             'one' => q({0} ᏌᏟ),
6488             'other' => q({0} ᏌᏟ),
6489             },
6490             # Core Unit Identifier
6491             'decimeter' => {
6492             'name' => q(ᏌᏟ),
6493             'one' => q({0} ᏌᏟ),
6494             'other' => q({0} ᏌᏟ),
6495             },
6496             # Long Unit Identifier
6497             'length-fathom' => {
6498             'name' => q(ᏑᏓᎵ ᎢᏗᎳᏏᏗ ᎠᏯᏱ),
6499             },
6500             # Core Unit Identifier
6501             'fathom' => {
6502             'name' => q(ᏑᏓᎵ ᎢᏗᎳᏏᏗ ᎠᏯᏱ),
6503             },
6504             # Long Unit Identifier
6505             'length-foot' => {
6506             'name' => q(ᎢᏗᎳᏏᏗ),
6507             },
6508             # Core Unit Identifier
6509             'foot' => {
6510             'name' => q(ᎢᏗᎳᏏᏗ),
6511             },
6512             # Long Unit Identifier
6513             'length-furlong' => {
6514             'name' => q(ᎠᏰᏟ ᎩᏄᏘᏗ ᎢᏳᏟᎶᏓ),
6515             },
6516             # Core Unit Identifier
6517             'furlong' => {
6518             'name' => q(ᎠᏰᏟ ᎩᏄᏘᏗ ᎢᏳᏟᎶᏓ),
6519             },
6520             # Long Unit Identifier
6521             'length-inch' => {
6522             'name' => q(ᎢᏗᏏᏔᏗᏍᏗ),
6523             },
6524             # Core Unit Identifier
6525             'inch' => {
6526             'name' => q(ᎢᏗᏏᏔᏗᏍᏗ),
6527             },
6528             # Long Unit Identifier
6529             'length-kilometer' => {
6530             'name' => q(ᎠᏗ),
6531             'one' => q({0} ᎠᏗ),
6532             'other' => q({0} ᎠᏗ),
6533             'per' => q({0}/ᎠᏗ),
6534             },
6535             # Core Unit Identifier
6536             'kilometer' => {
6537             'name' => q(ᎠᏗ),
6538             'one' => q({0} ᎠᏗ),
6539             'other' => q({0} ᎠᏗ),
6540             'per' => q({0}/ᎠᏗ),
6541             },
6542             # Long Unit Identifier
6543             'length-light-year' => {
6544             'name' => q(ᏗᏨᏍᏗ ᏧᏕᏘ),
6545             },
6546             # Core Unit Identifier
6547             'light-year' => {
6548             'name' => q(ᏗᏨᏍᏗ ᏧᏕᏘ),
6549             },
6550             # Long Unit Identifier
6551             'length-meter' => {
6552             'name' => q(ᎠᏟ),
6553             'one' => q({0} ᎠᏟ),
6554             'other' => q({0} ᎠᏟ),
6555             'per' => q({0}/ᎠᏟ),
6556             },
6557             # Core Unit Identifier
6558             'meter' => {
6559             'name' => q(ᎠᏟ),
6560             'one' => q({0} ᎠᏟ),
6561             'other' => q({0} ᎠᏟ),
6562             'per' => q({0}/ᎠᏟ),
6563             },
6564             # Long Unit Identifier
6565             'length-mile' => {
6566             'name' => q(ᎢᏳᏟᎶᏓ),
6567             },
6568             # Core Unit Identifier
6569             'mile' => {
6570             'name' => q(ᎢᏳᏟᎶᏓ),
6571             },
6572             # Long Unit Identifier
6573             'length-millimeter' => {
6574             'name' => q(ᏌᎢᎠ),
6575             'one' => q({0} ᏌᎢᎠ),
6576             'other' => q({0} ᏌᎢᎠ),
6577             },
6578             # Core Unit Identifier
6579             'millimeter' => {
6580             'name' => q(ᏌᎢᎠ),
6581             'one' => q({0} ᏌᎢᎠ),
6582             'other' => q({0} ᏌᎢᎠ),
6583             },
6584             # Long Unit Identifier
6585             'length-parsec' => {
6586             'name' => q(ᎢᏯᏆᏎᎦ),
6587             },
6588             # Core Unit Identifier
6589             'parsec' => {
6590             'name' => q(ᎢᏯᏆᏎᎦ),
6591             },
6592             # Long Unit Identifier
6593             'length-point' => {
6594             'name' => q(ᏧᏓᏓᏟ),
6595             },
6596             # Core Unit Identifier
6597             'point' => {
6598             'name' => q(ᏧᏓᏓᏟ),
6599             },
6600             # Long Unit Identifier
6601             'length-solar-radius' => {
6602             'name' => q(ᏅᏓ ᏇᏗ),
6603             },
6604             # Core Unit Identifier
6605             'solar-radius' => {
6606             'name' => q(ᏅᏓ ᏇᏗ),
6607             },
6608             # Long Unit Identifier
6609             'length-yard' => {
6610             'name' => q(ᎢᏯᏯᏗ),
6611             },
6612             # Core Unit Identifier
6613             'yard' => {
6614             'name' => q(ᎢᏯᏯᏗ),
6615             },
6616             # Long Unit Identifier
6617             'light-lux' => {
6618             'name' => q(ᎸᏏ),
6619             'one' => q({0} ᎸᏏ),
6620             'other' => q({0} ᎸᏏ),
6621             },
6622             # Core Unit Identifier
6623             'lux' => {
6624             'name' => q(ᎸᏏ),
6625             'one' => q({0} ᎸᏏ),
6626             'other' => q({0} ᎸᏏ),
6627             },
6628             # Long Unit Identifier
6629             'light-solar-luminosity' => {
6630             'name' => q(ᏅᏓ ᏗᏨᏍᏗ),
6631             },
6632             # Core Unit Identifier
6633             'solar-luminosity' => {
6634             'name' => q(ᏅᏓ ᏗᏨᏍᏗ),
6635             },
6636             # Long Unit Identifier
6637             'mass-carat' => {
6638             'name' => q(ᏗᎨᏇᏓ),
6639             },
6640             # Core Unit Identifier
6641             'carat' => {
6642             'name' => q(ᏗᎨᏇᏓ),
6643             },
6644             # Long Unit Identifier
6645             'mass-dalton' => {
6646             'name' => q(ᏓᏙᎾᏍ),
6647             },
6648             # Core Unit Identifier
6649             'dalton' => {
6650             'name' => q(ᏓᏙᎾᏍ),
6651             },
6652             # Long Unit Identifier
6653             'mass-earth-mass' => {
6654             'name' => q(ᎡᎶᎯ ᎹᏏ),
6655             },
6656             # Core Unit Identifier
6657             'earth-mass' => {
6658             'name' => q(ᎡᎶᎯ ᎹᏏ),
6659             },
6660             # Long Unit Identifier
6661             'mass-grain' => {
6662             'name' => q(ᎤᏛᏒ ᎤᎦᏔ),
6663             'one' => q({0} ᎤᏛᏒ ᎤᎦᏔ),
6664             'other' => q({0} ᎤᏛᏒ ᎤᎦᏔ),
6665             },
6666             # Core Unit Identifier
6667             'grain' => {
6668             'name' => q(ᎤᏛᏒ ᎤᎦᏔ),
6669             'one' => q({0} ᎤᏛᏒ ᎤᎦᏔ),
6670             'other' => q({0} ᎤᏛᏒ ᎤᎦᏔ),
6671             },
6672             # Long Unit Identifier
6673             'mass-gram' => {
6674             'name' => q(ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
6675             },
6676             # Core Unit Identifier
6677             'gram' => {
6678             'name' => q(ᎤᏍᏗ ᏂᏚᏓᎨᏒ),
6679             },
6680             # Long Unit Identifier
6681             'mass-ounce-troy' => {
6682             'name' => q(oz ᏆᏯ),
6683             },
6684             # Core Unit Identifier
6685             'ounce-troy' => {
6686             'name' => q(oz ᏆᏯ),
6687             },
6688             # Long Unit Identifier
6689             'mass-pound' => {
6690             'name' => q(ᎢᏧᏓᎨᏓ),
6691             },
6692             # Core Unit Identifier
6693             'pound' => {
6694             'name' => q(ᎢᏧᏓᎨᏓ),
6695             },
6696             # Long Unit Identifier
6697             'mass-solar-mass' => {
6698             'name' => q(ᏅᏓ ᎹᏏ),
6699             },
6700             # Core Unit Identifier
6701             'solar-mass' => {
6702             'name' => q(ᏅᏓ ᎹᏏ),
6703             },
6704             # Long Unit Identifier
6705             'mass-stone' => {
6706             'name' => q(ᎠᏂᏅᏯ),
6707             },
6708             # Core Unit Identifier
6709             'stone' => {
6710             'name' => q(ᎠᏂᏅᏯ),
6711             },
6712             # Long Unit Identifier
6713             'mass-ton' => {
6714             'name' => q(ᏗᏈᏂ),
6715             },
6716             # Core Unit Identifier
6717             'ton' => {
6718             'name' => q(ᏗᏈᏂ),
6719             },
6720             # Long Unit Identifier
6721             'power-watt' => {
6722             'name' => q(ᏗᏩᏗ),
6723             },
6724             # Core Unit Identifier
6725             'watt' => {
6726             'name' => q(ᏗᏩᏗ),
6727             },
6728             # Long Unit Identifier
6729             'pressure-bar' => {
6730             'name' => q(ᎦᎾᎸᎢ),
6731             'one' => q({0} ᎦᎾᎸᎢ),
6732             'other' => q({0} ᎦᎾᎸᎢ),
6733             },
6734             # Core Unit Identifier
6735             'bar' => {
6736             'name' => q(ᎦᎾᎸᎢ),
6737             'one' => q({0} ᎦᎾᎸᎢ),
6738             'other' => q({0} ᎦᎾᎸᎢ),
6739             },
6740             # Long Unit Identifier
6741             'pressure-millimeter-ofhg' => {
6742             'name' => q(mmHg),
6743             'one' => q({0} mmHg),
6744             'other' => q({0} mmHg),
6745             },
6746             # Core Unit Identifier
6747             'millimeter-ofhg' => {
6748             'name' => q(mmHg),
6749             'one' => q({0} mmHg),
6750             'other' => q({0} mmHg),
6751             },
6752             # Long Unit Identifier
6753             'speed-kilometer-per-hour' => {
6754             'name' => q(km/ᏑᏟᎶᏓ),
6755             },
6756             # Core Unit Identifier
6757             'kilometer-per-hour' => {
6758             'name' => q(km/ᏑᏟᎶᏓ),
6759             },
6760             # Long Unit Identifier
6761             'speed-light-speed' => {
6762             'name' => q(ᎠᏨᏍᏗ),
6763             'one' => q({0} ᎠᏨᏍᏗ),
6764             'other' => q({0} ᎠᏨᏍᏗ),
6765             },
6766             # Core Unit Identifier
6767             'light-speed' => {
6768             'name' => q(ᎠᏨᏍᏗ),
6769             'one' => q({0} ᎠᏨᏍᏗ),
6770             'other' => q({0} ᎠᏨᏍᏗ),
6771             },
6772             # Long Unit Identifier
6773             'speed-meter-per-second' => {
6774             'name' => q(ᏗᏟᎶᏗ/ᎠᏎ),
6775             },
6776             # Core Unit Identifier
6777             'meter-per-second' => {
6778             'name' => q(ᏗᏟᎶᏗ/ᎠᏎ),
6779             },
6780             # Long Unit Identifier
6781             'speed-mile-per-hour' => {
6782             'name' => q(ᎢᏧᏟᎶᏓ/ᏑᏟᎶᏛ),
6783             'one' => q({0} mph),
6784             'other' => q({0} mph),
6785             },
6786             # Core Unit Identifier
6787             'mile-per-hour' => {
6788             'name' => q(ᎢᏧᏟᎶᏓ/ᏑᏟᎶᏛ),
6789             'one' => q({0} mph),
6790             'other' => q({0} mph),
6791             },
6792             # Long Unit Identifier
6793             'temperature-celsius' => {
6794             'name' => q(deg. C),
6795             },
6796             # Core Unit Identifier
6797             'celsius' => {
6798             'name' => q(deg. C),
6799             },
6800             # Long Unit Identifier
6801             'temperature-fahrenheit' => {
6802             'name' => q(deg. F),
6803             },
6804             # Core Unit Identifier
6805             'fahrenheit' => {
6806             'name' => q(deg. F),
6807             },
6808             # Long Unit Identifier
6809             'volume-acre-foot' => {
6810             'name' => q(ᏑᏟᎶᏛ-ᎢᏗᎳᏏᏗ),
6811             },
6812             # Core Unit Identifier
6813             'acre-foot' => {
6814             'name' => q(ᏑᏟᎶᏛ-ᎢᏗᎳᏏᏗ),
6815             },
6816             # Long Unit Identifier
6817             'volume-barrel' => {
6818             'name' => q(ᏒᏙᏂ),
6819             },
6820             # Core Unit Identifier
6821             'barrel' => {
6822             'name' => q(ᏒᏙᏂ),
6823             },
6824             # Long Unit Identifier
6825             'volume-bushel' => {
6826             'name' => q(ᎤᎧᏲᏗ ᏑᏟᎶᏓ),
6827             },
6828             # Core Unit Identifier
6829             'bushel' => {
6830             'name' => q(ᎤᎧᏲᏗ ᏑᏟᎶᏓ),
6831             },
6832             # Long Unit Identifier
6833             'volume-cubic-foot' => {
6834             'name' => q(ᎢᏗᎳᏏᏗ³),
6835             },
6836             # Core Unit Identifier
6837             'cubic-foot' => {
6838             'name' => q(ᎢᏗᎳᏏᏗ³),
6839             },
6840             # Long Unit Identifier
6841             'volume-cubic-inch' => {
6842             'name' => q(ᎢᏗᏏᏔᏗᏍᏗ³),
6843             },
6844             # Core Unit Identifier
6845             'cubic-inch' => {
6846             'name' => q(ᎢᏗᏏᏔᏗᏍᏗ³),
6847             },
6848             # Long Unit Identifier
6849             'volume-cubic-yard' => {
6850             'name' => q(ᎢᏯᏯᏗ³),
6851             },
6852             # Core Unit Identifier
6853             'cubic-yard' => {
6854             'name' => q(ᎢᏯᏯᏗ³),
6855             },
6856             # Long Unit Identifier
6857             'volume-cup' => {
6858             'name' => q(ᏧᎵᏍᏈᏗ),
6859             },
6860             # Core Unit Identifier
6861             'cup' => {
6862             'name' => q(ᏧᎵᏍᏈᏗ),
6863             },
6864             # Long Unit Identifier
6865             'volume-dram' => {
6866             'name' => q(ᏜᎹ ᎠᎹ),
6867             'one' => q({0} ᏜᎹ ᎠᎹ),
6868             'other' => q({0} ᏜᎹ ᎠᎹ),
6869             },
6870             # Core Unit Identifier
6871             'dram' => {
6872             'name' => q(ᏜᎹ ᎠᎹ),
6873             'one' => q({0} ᏜᎹ ᎠᎹ),
6874             'other' => q({0} ᏜᎹ ᎠᎹ),
6875             },
6876             # Long Unit Identifier
6877             'volume-drop' => {
6878             'name' => q(ᎪᎭᏍᎬ),
6879             'one' => q({0} ᎪᎭᏍᎬ),
6880             'other' => q({0} ᎪᎭᏍᎬ),
6881             },
6882             # Core Unit Identifier
6883             'drop' => {
6884             'name' => q(ᎪᎭᏍᎬ),
6885             'one' => q({0} ᎪᎭᏍᎬ),
6886             'other' => q({0} ᎪᎭᏍᎬ),
6887             },
6888             # Long Unit Identifier
6889             'volume-fluid-ounce' => {
6890             'name' => q(fl oz),
6891             'one' => q({0} fl oz),
6892             'other' => q({0} fl oz),
6893             },
6894             # Core Unit Identifier
6895             'fluid-ounce' => {
6896             'name' => q(fl oz),
6897             'one' => q({0} fl oz),
6898             'other' => q({0} fl oz),
6899             },
6900             # Long Unit Identifier
6901             'volume-gallon' => {
6902             'name' => q(ᎢᏧᎵᎶᏓ),
6903             'one' => q({0} gal),
6904             'other' => q({0} gal),
6905             },
6906             # Core Unit Identifier
6907             'gallon' => {
6908             'name' => q(ᎢᏧᎵᎶᏓ),
6909             'one' => q({0} gal),
6910             'other' => q({0} gal),
6911             },
6912             # Long Unit Identifier
6913             'volume-gallon-imperial' => {
6914             'name' => q(ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
6915             },
6916             # Core Unit Identifier
6917             'gallon-imperial' => {
6918             'name' => q(ᏂᎬᎾᏛᎢ ᎤᏓᏤᎵᎦᏯ ᎢᏳᎵᎶᏓ ᎢᏳᏓᎵ),
6919             },
6920             # Long Unit Identifier
6921             'volume-jigger' => {
6922             'name' => q(ᏥᎩᎳ),
6923             'one' => q({0} ᏥᎩᎳ),
6924             'other' => q({0} ᏥᎩᎳ),
6925             },
6926             # Core Unit Identifier
6927             'jigger' => {
6928             'name' => q(ᏥᎩᎳ),
6929             'one' => q({0} ᏥᎩᎳ),
6930             'other' => q({0} ᏥᎩᎳ),
6931             },
6932             # Long Unit Identifier
6933             'volume-liter' => {
6934             'name' => q(ᎢᏧᏆᏗᏅᏛ),
6935             'one' => q({0} L),
6936             'other' => q({0} L),
6937             },
6938             # Core Unit Identifier
6939             'liter' => {
6940             'name' => q(ᎢᏧᏆᏗᏅᏛ),
6941             'one' => q({0} L),
6942             'other' => q({0} L),
6943             },
6944             # Long Unit Identifier
6945             'volume-pinch' => {
6946             'name' => q(ᏗᏓᏇᏄᎩᏍᏗ),
6947             'one' => q({0} ᏗᏓᏇᏄᎩᏍᏗ),
6948             'other' => q({0} ᏗᏓᏇᏄᎩᏍᏗ),
6949             },
6950             # Core Unit Identifier
6951             'pinch' => {
6952             'name' => q(ᏗᏓᏇᏄᎩᏍᏗ),
6953             'one' => q({0} ᏗᏓᏇᏄᎩᏍᏗ),
6954             'other' => q({0} ᏗᏓᏇᏄᎩᏍᏗ),
6955             },
6956             # Long Unit Identifier
6957             'volume-pint' => {
6958             'name' => q(ᏔᎵ ᏧᎵᏍᏈᏗ ᎠᎧᎵ),
6959             },
6960             # Core Unit Identifier
6961             'pint' => {
6962             'name' => q(ᏔᎵ ᏧᎵᏍᏈᏗ ᎠᎧᎵ),
6963             },
6964             # Long Unit Identifier
6965             'volume-quart' => {
6966             'name' => q(qts),
6967             },
6968             # Core Unit Identifier
6969             'quart' => {
6970             'name' => q(qts),
6971             },
6972             },
6973             } }
6974             );
6975              
6976             has 'yesstr' => (
6977             is => 'ro',
6978             isa => RegexpRef,
6979             init_arg => undef,
6980             default => sub { qr'^(?i:ᎥᎥ|Ꭵ|yes|y)$' }
6981             );
6982              
6983             has 'nostr' => (
6984             is => 'ro',
6985             isa => RegexpRef,
6986             init_arg => undef,
6987             default => sub { qr'^(?i:ᎥᏝ|Ꮭ|no|n)$' }
6988             );
6989              
6990             has 'listPatterns' => (
6991             is => 'ro',
6992             isa => HashRef,
6993             init_arg => undef,
6994             default => sub { {
6995             end => q({0}, ᎠᎴ {1}),
6996             2 => q({0} ᎠᎴ {1}),
6997             } }
6998             );
6999              
7000             has 'number_formats' => (
7001             is => 'ro',
7002             isa => HashRef,
7003             init_arg => undef,
7004             default => sub { {
7005             decimalFormat => {
7006             'long' => {
7007             '1000' => {
7008             'one' => '0 ᎢᏯᎦᏴᎵ',
7009             'other' => '0 ᎢᏯᎦᏴᎵ',
7010             },
7011             '10000' => {
7012             'one' => '00 ᎢᏯᎦᏴᎵ',
7013             'other' => '00 ᎢᏯᎦᏴᎵ',
7014             },
7015             '100000' => {
7016             'one' => '000 ᎢᏯᎦᏴᎵ',
7017             'other' => '000 ᎢᏯᎦᏴᎵ',
7018             },
7019             '1000000' => {
7020             'one' => '0 ᎢᏳᏆᏗᏅᏛ',
7021             'other' => '0 ᎢᏳᏆᏗᏅᏛ',
7022             },
7023             '10000000' => {
7024             'one' => '00 ᎢᏳᏆᏗᏅᏛ',
7025             'other' => '00 ᎢᏳᏆᏗᏅᏛ',
7026             },
7027             '100000000' => {
7028             'one' => '000 ᎢᏳᏆᏗᏅᏛ',
7029             'other' => '000 ᎢᏳᏆᏗᏅᏛ',
7030             },
7031             '1000000000' => {
7032             'one' => '0 ᎢᏯᏔᎳᏗᏅᏛ',
7033             'other' => '0 ᎢᏯᏔᎳᏗᏅᏛ',
7034             },
7035             '10000000000' => {
7036             'one' => '00 ᎢᏯᏔᎳᏗᏅᏛ',
7037             'other' => '00 ᎢᏯᏔᎳᏗᏅᏛ',
7038             },
7039             '100000000000' => {
7040             'one' => '000 ᎢᏯᏔᎳᏗᏅᏛ',
7041             'other' => '000 ᎢᏯᏔᎳᏗᏅᏛ',
7042             },
7043             '1000000000000' => {
7044             'one' => '0 ᎢᏯᏦᎠᏗᏅᏛ',
7045             'other' => '0 ᎢᏯᏦᎠᏗᏅᏛ',
7046             },
7047             '10000000000000' => {
7048             'one' => '00 ᎢᏯᏦᎠᏗᏅᏛ',
7049             'other' => '00 ᎢᏯᏦᎠᏗᏅᏛ',
7050             },
7051             '100000000000000' => {
7052             'one' => '000 ᎢᏯᏦᎠᏗᏅᏛ',
7053             'other' => '000 ᎢᏯᏦᎠᏗᏅᏛ',
7054             },
7055             },
7056             'short' => {
7057             '1000000000' => {
7058             'one' => '0B',
7059             'other' => '0B',
7060             },
7061             '10000000000' => {
7062             'one' => '00B',
7063             'other' => '00B',
7064             },
7065             '100000000000' => {
7066             'one' => '000B',
7067             'other' => '000B',
7068             },
7069             },
7070             },
7071             } },
7072             );
7073              
7074             has 'number_currency_formats' => (
7075             is => 'ro',
7076             isa => HashRef,
7077             init_arg => undef,
7078             default => sub { {
7079             'latn' => {
7080             'pattern' => {
7081             'default' => {
7082             'accounting' => {
7083             'negative' => '(¤#,##0.00)',
7084             'positive' => '¤#,##0.00',
7085             },
7086             'standard' => {
7087             'positive' => '¤#,##0.00',
7088             },
7089             },
7090             },
7091             },
7092             } },
7093             );
7094              
7095             has 'currencies' => (
7096             is => 'ro',
7097             isa => HashRef,
7098             init_arg => undef,
7099             default => sub { {
7100             'AED' => {
7101             display_name => {
7102             'currency' => q(ᏌᏊ ᎢᏳᎾᎵᏍᏔᏅ ᎡᎳᏈ ᎢᎹᎵᏘᏏ ᎠᏕᎳ),
7103             'one' => q(UAE ᎠᏕᎳ),
7104             'other' => q(UAE ᎠᏕᎳ),
7105             },
7106             },
7107             'AFN' => {
7108             display_name => {
7109             'currency' => q(ᎠᏫᎨᏂᏍᏖᏂ ᎠᏕᎳ),
7110             },
7111             },
7112             'ALL' => {
7113             display_name => {
7114             'currency' => q(ᎠᎵᏇᏂᏯ ᎠᏕᎳ),
7115             },
7116             },
7117             'AMD' => {
7118             display_name => {
7119             'currency' => q(ᎠᎵᎻᏂᎠ ᎠᏕᎳ),
7120             },
7121             },
7122             'ANG' => {
7123             display_name => {
7124             'currency' => q(ᎾᏍᎩᏁᏛᎳᏂ ᎠᏂᏘᎵᏏ ᎠᏕᎳ),
7125             },
7126             },
7127             'AOA' => {
7128             display_name => {
7129             'currency' => q(ᎠᏂᎪᎳ ᎠᏕᎳ),
7130             },
7131             },
7132             'ARS' => {
7133             display_name => {
7134             'currency' => q(ᎠᏥᏂᏘᏂᎠ ᎠᏕᎳ),
7135             },
7136             },
7137             'AUD' => {
7138             display_name => {
7139             'currency' => q(ᎡᎳᏗᏜ ᎠᏕᎳ),
7140             },
7141             },
7142             'AWG' => {
7143             display_name => {
7144             'currency' => q(ᎠᎷᏆ ᎠᏕᎳ),
7145             },
7146             },
7147             'AZN' => {
7148             display_name => {
7149             'currency' => q(ᎠᏏᎵᏆᏌᏂ ᎠᏕᎳ),
7150             },
7151             },
7152             'BAM' => {
7153             display_name => {
7154             'currency' => q(ᏉᏏᏂᎠ-ᎲᏤᎪᏫ ᎦᏁᏟᏴᏍᏔᏅ ᎠᏕᎳ),
7155             },
7156             },
7157             'BBD' => {
7158             display_name => {
7159             'currency' => q(ᏆᏇᏙᏍ ᎠᏕᎳ),
7160             },
7161             },
7162             'BDT' => {
7163             display_name => {
7164             'currency' => q(ᏆᏂᎦᎵᏕᏍ ᎠᏕᎳ),
7165             },
7166             },
7167             'BGN' => {
7168             display_name => {
7169             'currency' => q(ᏊᎵᎨᎵᎠ ᎠᏕᎳ),
7170             },
7171             },
7172             'BHD' => {
7173             display_name => {
7174             'currency' => q(ᏆᎭᎴᎢᏂ ᎠᏕᎳ),
7175             },
7176             },
7177             'BIF' => {
7178             display_name => {
7179             'currency' => q(ᏋᎷᏂᏗ ᎠᏕᎳ),
7180             },
7181             },
7182             'BMD' => {
7183             display_name => {
7184             'currency' => q(ᏆᏊᏓ ᎠᏕᎳ),
7185             },
7186             },
7187             'BND' => {
7188             display_name => {
7189             'currency' => q(ᏊᎾᎢ ᎠᏕᎳ),
7190             },
7191             },
7192             'BOB' => {
7193             display_name => {
7194             'currency' => q(ᏉᎵᏫᎠ ᎠᏕᎳ),
7195             },
7196             },
7197             'BRL' => {
7198             display_name => {
7199             'currency' => q(ᏆᏏᎵᎢ ᎠᏕᎳ),
7200             },
7201             },
7202             'BSD' => {
7203             display_name => {
7204             'currency' => q(ᏆᎭᎹ ᎠᏕᎳ),
7205             },
7206             },
7207             'BTN' => {
7208             display_name => {
7209             'currency' => q(ᏊᏔᏂ ᎠᏕᎳ),
7210             },
7211             },
7212             'BWP' => {
7213             display_name => {
7214             'currency' => q(ᏆᏣᏩᎾ ᎠᏕᎳ),
7215             },
7216             },
7217             'BYN' => {
7218             symbol => 'р.',
7219             display_name => {
7220             'currency' => q(ᏇᎳᎷᏍ ᎠᏕᎳ),
7221             },
7222             },
7223             'BYR' => {
7224             display_name => {
7225             'currency' => q(ᏇᎳᎷᏍ ᎠᏕᎳ \(2000–2016\)),
7226             },
7227             },
7228             'BZD' => {
7229             display_name => {
7230             'currency' => q(ᏇᎵᏍ ᎠᏕᎳ),
7231             },
7232             },
7233             'CAD' => {
7234             display_name => {
7235             'currency' => q(ᎨᎾᏓ ᎠᏕᎳ),
7236             },
7237             },
7238             'CDF' => {
7239             display_name => {
7240             'currency' => q(ᎧᏂᎪ ᎠᏕᎳ),
7241             },
7242             },
7243             'CHF' => {
7244             display_name => {
7245             'currency' => q(ᏍᏫᏏ ᎠᏕᎳ),
7246             },
7247             },
7248             'CLP' => {
7249             display_name => {
7250             'currency' => q(ᏥᎵ ᎠᏕᎳ),
7251             },
7252             },
7253             'CNH' => {
7254             display_name => {
7255             'currency' => q(ᏣᏂᏏ ᎠᏕᎳ \(ᏓᎹᏳᏟᏗ\)),
7256             },
7257             },
7258             'CNY' => {
7259             display_name => {
7260             'currency' => q(ᏓᎶᏂᎨ ᎠᏕᎳ),
7261             },
7262             },
7263             'COP' => {
7264             display_name => {
7265             'currency' => q(ᎪᎸᎻᏈᎢᎠ ᎠᏕᎳ),
7266             },
7267             },
7268             'CRC' => {
7269             display_name => {
7270             'currency' => q(ᎪᏍᏓᎵᎧ ᎠᏕᎳ),
7271             },
7272             },
7273             'CUC' => {
7274             display_name => {
7275             'currency' => q(ᎫᏆ ᎦᏁᏟᏴᏍᏔᏅ ᎠᏕᎳ),
7276             },
7277             },
7278             'CUP' => {
7279             display_name => {
7280             'currency' => q(ᎫᏆ ᎠᏕᎳ),
7281             },
7282             },
7283             'CVE' => {
7284             display_name => {
7285             'currency' => q(ᎢᎬᎾᏕᎾ ᎢᏤᏳᏍᏗ ᎠᏕᎳ),
7286             },
7287             },
7288             'CZK' => {
7289             display_name => {
7290             'currency' => q(ᏤᎩ ᎠᏕᎳ),
7291             },
7292             },
7293             'DJF' => {
7294             display_name => {
7295             'currency' => q(ᏥᏊᏗ ᎠᏕᎳ),
7296             },
7297             },
7298             'DKK' => {
7299             display_name => {
7300             'currency' => q(ᏕᏂᏍ ᎠᏕᎳ),
7301             },
7302             },
7303             'DOP' => {
7304             display_name => {
7305             'currency' => q(ᏙᎻᏂᎧᏂ ᎠᏕᎳ),
7306             },
7307             },
7308             'DZD' => {
7309             display_name => {
7310             'currency' => q(ᎠᎵᏥᎵᏯ ᎠᏕᎳ),
7311             },
7312             },
7313             'EGP' => {
7314             display_name => {
7315             'currency' => q(ᎢᏥᏈᎢ ᎠᏕᎳ),
7316             },
7317             },
7318             'ERN' => {
7319             display_name => {
7320             'currency' => q(ᎡᎵᏟᏯ ᎠᏕᎳ),
7321             },
7322             },
7323             'ETB' => {
7324             display_name => {
7325             'currency' => q(ᎢᏗᎣᏈᎠ ᎠᏕᎳ),
7326             },
7327             },
7328             'EUR' => {
7329             display_name => {
7330             'currency' => q(ᏳᎳᏛ ᎠᏕᎳ),
7331             },
7332             },
7333             'FJD' => {
7334             display_name => {
7335             'currency' => q(ᏫᎩ ᎠᏕᎳ),
7336             },
7337             },
7338             'FKP' => {
7339             display_name => {
7340             'currency' => q(ᏩᎩᎤ ᏚᎦᏚᏛᎢ ᎠᏕᎳ),
7341             },
7342             },
7343             'GBP' => {
7344             display_name => {
7345             'currency' => q(ᎩᎵᏏᏲ ᎠᏕᎳ),
7346             },
7347             },
7348             'GEL' => {
7349             display_name => {
7350             'currency' => q(ᏣᎠᏥᎢ ᎠᏕᎳ),
7351             },
7352             },
7353             'GHS' => {
7354             display_name => {
7355             'currency' => q(ᎦᎠᎾ ᎠᏕᎳ),
7356             },
7357             },
7358             'GIP' => {
7359             display_name => {
7360             'currency' => q(ᏥᏆᎵᏓ ᎠᏕᎳ),
7361             },
7362             },
7363             'GMD' => {
7364             display_name => {
7365             'currency' => q(ᎦᎹᏈᎢᎠ ᎠᏕᎳ),
7366             },
7367             },
7368             'GNF' => {
7369             display_name => {
7370             'currency' => q(ᎩᎢᏂ ᎠᏕᎳ),
7371             },
7372             },
7373             'GTQ' => {
7374             display_name => {
7375             'currency' => q(ᏆᏖᎹᎳ ᎠᏕᎳ),
7376             },
7377             },
7378             'GYD' => {
7379             display_name => {
7380             'currency' => q(ᎦᏯᎾ ᎠᏕᎳ),
7381             },
7382             },
7383             'HKD' => {
7384             display_name => {
7385             'currency' => q(ᎰᏂᎩ ᎪᏂᎩ ᎠᏕᎳ),
7386             },
7387             },
7388             'HNL' => {
7389             display_name => {
7390             'currency' => q(ᎭᏂᏚᎳᏍ ᎠᏕᎳ),
7391             },
7392             },
7393             'HRK' => {
7394             display_name => {
7395             'currency' => q(ᎧᎶᎡᏏᎠ ᎠᏕᎳ),
7396             },
7397             },
7398             'HTG' => {
7399             display_name => {
7400             'currency' => q(ᎮᏘ ᎠᏕᎳ),
7401             },
7402             },
7403             'HUF' => {
7404             display_name => {
7405             'currency' => q(ᎲᏂᎦᎵ ᎠᏕᎳ),
7406             },
7407             },
7408             'IDR' => {
7409             display_name => {
7410             'currency' => q(ᎢᏂᏙᏂᏍᏯ ᎠᏕᎳ),
7411             },
7412             },
7413             'ILS' => {
7414             display_name => {
7415             'currency' => q(ᎢᏏᎵᏱ ᎢᏤ ᎠᏕᎳ),
7416             },
7417             },
7418             'INR' => {
7419             display_name => {
7420             'currency' => q(ᎢᏂᏗᎢᎠ ᎠᏕᎳ),
7421             },
7422             },
7423             'IQD' => {
7424             display_name => {
7425             'currency' => q(ᎢᎳᎩ ᎠᏕᎳ),
7426             },
7427             },
7428             'IRR' => {
7429             display_name => {
7430             'currency' => q(ᎢᎴᏂ ᎠᏕᎳ),
7431             },
7432             },
7433             'ISK' => {
7434             display_name => {
7435             'currency' => q(ᏧᏁᏍᏓᎸᎯ ᎠᏕᎳ),
7436             },
7437             },
7438             'JMD' => {
7439             display_name => {
7440             'currency' => q(ᏣᎺᎢᎧ ᎠᏕᎳ),
7441             },
7442             },
7443             'JOD' => {
7444             display_name => {
7445             'currency' => q(ᏦᏓᏂ ᎠᏕᎳ),
7446             },
7447             },
7448             'JPY' => {
7449             display_name => {
7450             'currency' => q(ᏣᏩᏂᏏ ᎠᏕᎳ),
7451             },
7452             },
7453             'KES' => {
7454             display_name => {
7455             'currency' => q(ᎨᏂᏯ ᎠᏕᎳ),
7456             },
7457             },
7458             'KGS' => {
7459             display_name => {
7460             'currency' => q(ᎩᎵᏣᎢᏍ ᎠᏕᎳ),
7461             },
7462             },
7463             'KHR' => {
7464             display_name => {
7465             'currency' => q(ᎧᎹᏉᏗᎠᏂ ᎠᏕᎳ),
7466             },
7467             },
7468             'KMF' => {
7469             display_name => {
7470             'currency' => q(ᎪᎼᎳᏍ ᎠᏕᎳ),
7471             },
7472             },
7473             'KPW' => {
7474             display_name => {
7475             'currency' => q(ᏧᏴᏢ ᎪᎵᎠ ᎠᏕᎳ),
7476             },
7477             },
7478             'KRW' => {
7479             display_name => {
7480             'currency' => q(ᏧᎦᎾᏮ ᎪᎵᎠ ᎠᏕᎳ),
7481             },
7482             },
7483             'KWD' => {
7484             display_name => {
7485             'currency' => q(ᎫᏪᎢᏘ ᎠᏕᎳ),
7486             },
7487             },
7488             'KYD' => {
7489             display_name => {
7490             'currency' => q(ᎨᎢᎹᏂ ᏚᎦᏚᏛᎢ ᎠᏕᎳ),
7491             },
7492             },
7493             'KZT' => {
7494             display_name => {
7495             'currency' => q(ᎧᏎᎧᏍᏕᏂ ᎠᏕᎳ),
7496             },
7497             },
7498             'LAK' => {
7499             display_name => {
7500             'currency' => q(ᎳᎣ ᎠᏕᎳ),
7501             },
7502             },
7503             'LBP' => {
7504             display_name => {
7505             'currency' => q(ᎴᏆᎾᏂ ᎠᏕᎳ),
7506             },
7507             },
7508             'LKR' => {
7509             display_name => {
7510             'currency' => q(ᏍᎵ ᎳᏂᎧ ᎠᏕᎳ),
7511             },
7512             },
7513             'LRD' => {
7514             display_name => {
7515             'currency' => q(ᎳᏈᎵᏯ ᎠᏕᎳ),
7516             },
7517             },
7518             'LSL' => {
7519             display_name => {
7520             'currency' => q(ᎴᏐᏠ ᎶᏘ),
7521             'one' => q(ᎴᏐᏠ ᎶᏘ),
7522             'other' => q(ᎴᏐᏠ ᎶᏘᏍ),
7523             },
7524             },
7525             'LYD' => {
7526             display_name => {
7527             'currency' => q(ᎵᏈᏯ ᎠᏕᎳ),
7528             },
7529             },
7530             'MAD' => {
7531             display_name => {
7532             'currency' => q(ᎼᎶᎪ ᎠᏕᎳ),
7533             },
7534             },
7535             'MDL' => {
7536             display_name => {
7537             'currency' => q(ᎹᎵᏙᏫᎠ ᎠᏕᎳ),
7538             },
7539             },
7540             'MGA' => {
7541             display_name => {
7542             'currency' => q(ᎹᎳᎦᏏ ᎠᏕᎳ),
7543             },
7544             },
7545             'MKD' => {
7546             display_name => {
7547             'currency' => q(ᎹᏎᏙᏂᎠ ᎠᏕᎳ),
7548             },
7549             },
7550             'MMK' => {
7551             display_name => {
7552             'currency' => q(ᎹᏯᎹᎵ ᎠᏕᎳ),
7553             },
7554             },
7555             'MNT' => {
7556             display_name => {
7557             'currency' => q(ᎹᏂᎪᎵᎠ ᎠᏕᎳ),
7558             },
7559             },
7560             'MOP' => {
7561             display_name => {
7562             'currency' => q(ᎹᎧᎣ ᎠᏕᎳ),
7563             },
7564             },
7565             'MRO' => {
7566             display_name => {
7567             'currency' => q(ᎹᏈᏔᏂᎠ ᎠᏕᎳ \(1973–2017\)),
7568             },
7569             },
7570             'MRU' => {
7571             display_name => {
7572             'currency' => q(ᎹᏈᏔᏂᎠ ᎠᏕᎳ),
7573             },
7574             },
7575             'MUR' => {
7576             display_name => {
7577             'currency' => q(ᎹᏘᎢᏯ ᎠᏕᎳ),
7578             },
7579             },
7580             'MVR' => {
7581             display_name => {
7582             'currency' => q(ᎹᎵᏗᏫᏍ ᎠᏕᎳ),
7583             },
7584             },
7585             'MWK' => {
7586             display_name => {
7587             'currency' => q(ᎹᎳᏫ ᎠᏕᎳ),
7588             },
7589             },
7590             'MXN' => {
7591             display_name => {
7592             'currency' => q(ᏍᏆᏂ ᎠᏕᎳ),
7593             },
7594             },
7595             'MYR' => {
7596             display_name => {
7597             'currency' => q(ᎹᎴᏏᎢᎠ ᎠᏕᎳ),
7598             },
7599             },
7600             'MZN' => {
7601             display_name => {
7602             'currency' => q(ᎼᏎᎻᏇᎩ ᎠᏕᎳ),
7603             },
7604             },
7605             'NAD' => {
7606             display_name => {
7607             'currency' => q(ᎾᎻᏈᎢᏯ ᎠᏕᎳ),
7608             },
7609             },
7610             'NGN' => {
7611             display_name => {
7612             'currency' => q(ᏂᏥᎵᏯ ᎠᏕᎳ),
7613             },
7614             },
7615             'NIO' => {
7616             display_name => {
7617             'currency' => q(ᏂᎧᎳᏆ ᎠᏕᎳ),
7618             },
7619             },
7620             'NOK' => {
7621             display_name => {
7622             'currency' => q(ᏃᏪ ᎠᏕᎳ),
7623             },
7624             },
7625             'NPR' => {
7626             display_name => {
7627             'currency' => q(ᏁᏆᎵ ᎠᏕᎳ),
7628             },
7629             },
7630             'NZD' => {
7631             display_name => {
7632             'currency' => q(ᎢᏤ ᏏᎢᎴᏂᏗ ᎠᏕᎳ),
7633             },
7634             },
7635             'OMR' => {
7636             display_name => {
7637             'currency' => q(ᎣᎺᏂ ᎠᏕᎳ),
7638             },
7639             },
7640             'PAB' => {
7641             display_name => {
7642             'currency' => q(ᏆᎾᎹ ᎠᏕᎳ),
7643             },
7644             },
7645             'PEN' => {
7646             display_name => {
7647             'currency' => q(ᏇᎷ ᎠᏕᎳ),
7648             },
7649             },
7650             'PGK' => {
7651             display_name => {
7652             'currency' => q(ᏆᏇ ᎢᏤ ᎩᎢᏂ ᎠᏕᎳ),
7653             },
7654             },
7655             'PHP' => {
7656             symbol => 'PHP',
7657             display_name => {
7658             'currency' => q(ᎠᏂᏈᎵᎩᏃ ᎠᏕᎳ),
7659             },
7660             },
7661             'PKR' => {
7662             display_name => {
7663             'currency' => q(ᏆᎩᏍᏖᏂ ᎠᏕᎳ),
7664             },
7665             },
7666             'PLN' => {
7667             display_name => {
7668             'currency' => q(ᏉᎳᏂ ᎠᏕᎳ),
7669             },
7670             },
7671             'PYG' => {
7672             display_name => {
7673             'currency' => q(ᏆᎳᏇᎢᏯ ᎠᏕᎳ),
7674             },
7675             },
7676             'QAR' => {
7677             display_name => {
7678             'currency' => q(ᎧᏔᎵ ᎠᏕᎳ),
7679             },
7680             },
7681             'RON' => {
7682             display_name => {
7683             'currency' => q(ᎶᎹᏂᏯ ᎠᏕᎳ),
7684             },
7685             },
7686             'RSD' => {
7687             display_name => {
7688             'currency' => q(ᏒᏈᏯ ᎠᏕᎳ),
7689             },
7690             },
7691             'RUB' => {
7692             display_name => {
7693             'currency' => q(ᏲᏂᎢ ᎠᏕᎳ),
7694             },
7695             },
7696             'RWF' => {
7697             display_name => {
7698             'currency' => q(ᎶᏩᏂᏓ ᎠᏕᎳ),
7699             },
7700             },
7701             'SAR' => {
7702             display_name => {
7703             'currency' => q(ᏌᎤᏗ ᎠᏕᎳ),
7704             },
7705             },
7706             'SBD' => {
7707             display_name => {
7708             'currency' => q(ᏐᎶᎹᏂ ᏚᎦᏚᏛᎢ ᎠᏕᎳ),
7709             },
7710             },
7711             'SCR' => {
7712             display_name => {
7713             'currency' => q(ᏏᎡᏥᎵᏍ ᎠᏕᎳ),
7714             },
7715             },
7716             'SDG' => {
7717             display_name => {
7718             'currency' => q(ᏑᏕᏂ ᎠᏕᎳ),
7719             },
7720             },
7721             'SEK' => {
7722             display_name => {
7723             'currency' => q(ᏍᏫᏕᏂ ᎠᏕᎳ),
7724             },
7725             },
7726             'SGD' => {
7727             display_name => {
7728             'currency' => q(ᏏᏂᎦᏉᎵ ᎠᏕᎳ),
7729             },
7730             },
7731             'SHP' => {
7732             display_name => {
7733             'currency' => q(ᎤᏓᏅᏘ ᎮᎵᎾ ᎠᏕᎳ),
7734             },
7735             },
7736             'SLE' => {
7737             display_name => {
7738             'currency' => q(ᏏᎡᎳᎴᎣᏂ ᎠᏕᎳ),
7739             },
7740             },
7741             'SLL' => {
7742             display_name => {
7743             'currency' => q(ᏏᎡᎳᎴᎣᏂ ᎠᏕᎳ \(1964—2022\)),
7744             },
7745             },
7746             'SOS' => {
7747             display_name => {
7748             'currency' => q(ᏐᎹᎵ ᎠᏕᎳ),
7749             },
7750             },
7751             'SRD' => {
7752             display_name => {
7753             'currency' => q(ᏒᎵᎾᎻ ᎠᏕᎳ),
7754             },
7755             },
7756             'SSP' => {
7757             display_name => {
7758             'currency' => q(ᏧᎦᎾᏮ ᏑᏕᏂ ᎠᏕᎳ),
7759             },
7760             },
7761             'STD' => {
7762             display_name => {
7763             'currency' => q(ᏌᎣᏙᎺ ᎠᎴ ᏈᏂᏏᏇ ᎠᏕᎳ \(1977–2017\)),
7764             },
7765             },
7766             'STN' => {
7767             display_name => {
7768             'currency' => q(ᏌᎣᏙᎺ & ᏈᏂᏏᏇ ᎠᏕᎳ),
7769             },
7770             },
7771             'SYP' => {
7772             display_name => {
7773             'currency' => q(ᏏᎵᎠ ᎠᏕᎳ),
7774             },
7775             },
7776             'SZL' => {
7777             display_name => {
7778             'currency' => q(ᏍᏩᏏ ᎠᏕᎳ),
7779             },
7780             },
7781             'THB' => {
7782             display_name => {
7783             'currency' => q(ᏔᏯᎴᏂ ᎠᏕᎳ),
7784             },
7785             },
7786             'TJS' => {
7787             display_name => {
7788             'currency' => q(ᏔᏥᎩᏍᏕᏂ ᎠᏕᎳ),
7789             },
7790             },
7791             'TMT' => {
7792             display_name => {
7793             'currency' => q(ᏛᎵᎩᎺᏂᏍᏔᏂ ᎠᏕᎳ),
7794             },
7795             },
7796             'TND' => {
7797             display_name => {
7798             'currency' => q(ᏚᏂᏏᏍᎠ ᎠᏕᎳ),
7799             },
7800             },
7801             'TOP' => {
7802             display_name => {
7803             'currency' => q(ᏔᏂᎪ ᎠᏕᎳ),
7804             },
7805             },
7806             'TRY' => {
7807             display_name => {
7808             'currency' => q(ᎬᏃ ᎠᏕᎳ),
7809             },
7810             },
7811             'TTD' => {
7812             display_name => {
7813             'currency' => q(ᏟᏂᏕᏗ & ᏙᏆᎪ ᎠᏕᎳ),
7814             },
7815             },
7816             'TWD' => {
7817             display_name => {
7818             'currency' => q(ᎢᏤ ᏔᎢᏩᏂ ᎠᏕᎳ),
7819             },
7820             },
7821             'TZS' => {
7822             display_name => {
7823             'currency' => q(ᏖᏂᏏᏂᏯ ᎠᏕᎳ),
7824             },
7825             },
7826             'UAH' => {
7827             display_name => {
7828             'currency' => q(ᏳᎧᎴᏂ ᎠᏕᎳ),
7829             },
7830             },
7831             'UGX' => {
7832             display_name => {
7833             'currency' => q(ᏳᎦᏂᏓ ᎠᏕᎳ),
7834             },
7835             },
7836             'USD' => {
7837             symbol => '$',
7838             display_name => {
7839             'currency' => q(US ᎠᏕᎳ),
7840             },
7841             },
7842             'UYU' => {
7843             display_name => {
7844             'currency' => q(ᏳᎷᏇ ᎠᏕᎳ),
7845             },
7846             },
7847             'UZS' => {
7848             display_name => {
7849             'currency' => q(ᎤᏍᏇᎩᏍᏖᏂ ᎠᏕᎳ),
7850             },
7851             },
7852             'VEF' => {
7853             display_name => {
7854             'currency' => q(ᏪᏁᏑᏪ ᎠᏕᎳ \(2008–2018\)),
7855             'one' => q(ᏪᏁᏑᏪᎳ ᎠᏕᎳ),
7856             'other' => q(ᏪᏁᏑᏪᎳ ᎠᏕᎳ),
7857             },
7858             },
7859             'VES' => {
7860             display_name => {
7861             'currency' => q(ᏪᏁᏑᏪ ᎠᏕᎳ),
7862             },
7863             },
7864             'VND' => {
7865             display_name => {
7866             'currency' => q(ᏫᎡᏘᎾᎻᏍ ᎠᏕᎳ),
7867             },
7868             },
7869             'VUV' => {
7870             display_name => {
7871             'currency' => q(ᏩᏂᎤᏩᏚ ᎠᏕᎳ),
7872             },
7873             },
7874             'WST' => {
7875             display_name => {
7876             'currency' => q(ᏌᎼᎠ ᎠᏕᎳ),
7877             },
7878             },
7879             'XAF' => {
7880             display_name => {
7881             'currency' => q(ᎠᏰᏟ ᎬᎿᎨᏍᏛ CFA ᎠᏕᎳ),
7882             },
7883             },
7884             'XCD' => {
7885             display_name => {
7886             'currency' => q(ᏗᎧᎸᎬ ᎨᏆᏙᏯ ᎠᏕᎳ),
7887             },
7888             },
7889             'XOF' => {
7890             display_name => {
7891             'currency' => q(ᏭᏕᎵᎬ ᎬᎿᎨᏍᏛ CFA ᎠᏕᎳ),
7892             },
7893             },
7894             'XPF' => {
7895             display_name => {
7896             'currency' => q(CFP ᎠᏕᎳ),
7897             },
7898             },
7899             'XXX' => {
7900             display_name => {
7901             'currency' => q(ᏄᏬᎵᏍᏛᎾ ᎠᏕᎳ),
7902             'one' => q(\(ᏄᏬᎵᏍᏛᎾ ᎠᏕᎳ\)),
7903             'other' => q(\(ᏄᏬᎵᏍᏛᎾ ᎠᏕᎳ\)),
7904             },
7905             },
7906             'YER' => {
7907             display_name => {
7908             'currency' => q(ᏰᎺᏂ ᎠᏕᎳ),
7909             },
7910             },
7911             'ZAR' => {
7912             display_name => {
7913             'currency' => q(ᏧᎦᎾᏮ ᎬᎿᎨᏍᏛ ᎠᏕᎳ),
7914             },
7915             },
7916             'ZMW' => {
7917             display_name => {
7918             'currency' => q(ᏏᎻᏆᏇ ᎠᏕᎳ),
7919             },
7920             },
7921             } },
7922             );
7923              
7924              
7925             has 'calendar_months' => (
7926             is => 'ro',
7927             isa => HashRef,
7928             init_arg => undef,
7929             default => sub { {
7930             'gregorian' => {
7931             'format' => {
7932             abbreviated => {
7933             nonleap => [
7934             'ᎤᏃ',
7935             'ᎧᎦ',
7936             'ᎠᏅ',
7937             'ᎧᏬ',
7938             'ᎠᏂ',
7939             'ᏕᎭ',
7940             'ᎫᏰ',
7941             'ᎦᎶ',
7942             'ᏚᎵ',
7943             'ᏚᏂ',
7944             'ᏅᏓ',
7945             'ᎥᏍ'
7946             ],
7947             leap => [
7948            
7949             ],
7950             },
7951             wide => {
7952             nonleap => [
7953             'ᎤᏃᎸᏔᏅ',
7954             'ᎧᎦᎵ',
7955             'ᎠᏅᏱ',
7956             'ᎧᏬᏂ',
7957             'ᎠᏂᏍᎬᏘ',
7958             'ᏕᎭᎷᏱ',
7959             'ᎫᏰᏉᏂ',
7960             'ᎦᎶᏂ',
7961             'ᏚᎵᏍᏗ',
7962             'ᏚᏂᏅᏗ',
7963             'ᏅᏓᏕᏆ',
7964             'ᎥᏍᎩᏱ'
7965             ],
7966             leap => [
7967            
7968             ],
7969             },
7970             },
7971             'stand-alone' => {
7972             narrow => {
7973             nonleap => [
7974             'Ꭴ',
7975             'Ꭷ',
7976             'Ꭰ',
7977             'Ꭷ',
7978             'Ꭰ',
7979             'Ꮥ',
7980             'Ꭻ',
7981             'Ꭶ',
7982             'Ꮪ',
7983             'Ꮪ',
7984             'Ꮕ',
7985             'Ꭵ'
7986             ],
7987             leap => [
7988            
7989             ],
7990             },
7991             },
7992             },
7993             } },
7994             );
7995              
7996             has 'calendar_days' => (
7997             is => 'ro',
7998             isa => HashRef,
7999             init_arg => undef,
8000             default => sub { {
8001             'gregorian' => {
8002             'format' => {
8003             abbreviated => {
8004             mon => 'ᏉᏅᎯ',
8005             tue => 'ᏔᎵᏁ',
8006             wed => 'ᏦᎢᏁ',
8007             thu => 'ᏅᎩᏁ',
8008             fri => 'ᏧᎾᎩ',
8009             sat => 'ᏈᏕᎾ',
8010             sun => 'ᏆᏍᎬ'
8011             },
8012             short => {
8013             mon => 'ᏅᎯ',
8014             tue => 'ᏔᎵ',
8015             wed => 'ᏦᎢ',
8016             thu => 'ᏅᎩ',
8017             fri => 'ᏧᎾ',
8018             sat => 'ᏕᎾ',
8019             sun => 'ᏍᎬ'
8020             },
8021             wide => {
8022             mon => 'ᎤᎾᏙᏓᏉᏅᎯ',
8023             tue => 'ᏔᎵᏁᎢᎦ',
8024             wed => 'ᏦᎢᏁᎢᎦ',
8025             thu => 'ᏅᎩᏁᎢᎦ',
8026             fri => 'ᏧᎾᎩᎶᏍᏗ',
8027             sat => 'ᎤᎾᏙᏓᏈᏕᎾ',
8028             sun => 'ᎤᎾᏙᏓᏆᏍᎬ'
8029             },
8030             },
8031             'stand-alone' => {
8032             narrow => {
8033             mon => 'Ꮙ',
8034             tue => 'Ꮤ',
8035             wed => 'Ꮶ',
8036             thu => 'Ꮕ',
8037             fri => 'Ꮷ',
8038             sat => 'Ꭴ',
8039             sun => 'Ꮖ'
8040             },
8041             },
8042             },
8043             } },
8044             );
8045              
8046             has 'calendar_quarters' => (
8047             is => 'ro',
8048             isa => HashRef,
8049             init_arg => undef,
8050             default => sub { {
8051             'gregorian' => {
8052             'format' => {
8053             abbreviated => {0 => 'Q1',
8054             1 => 'Q2',
8055             2 => 'Q3',
8056             3 => 'Q4'
8057             },
8058             wide => {0 => '1st ᎩᏄᏙᏗ',
8059             1 => '2nd ᎩᏄᏙᏗ',
8060             2 => '3rd ᎩᏄᏙᏗ',
8061             3 => '4th ᎩᏄᏙᏗ'
8062             },
8063             },
8064             },
8065             } },
8066             );
8067              
8068             has 'day_period_data' => (
8069             is => 'ro',
8070             isa => CodeRef,
8071             init_arg => undef,
8072             default => sub { sub {
8073             # Time in hhmm format
8074             my ($self, $type, $time, $day_period_type) = @_;
8075             $day_period_type //= 'default';
8076             SWITCH:
8077             for ($type) {
8078             if ($_ eq 'generic') {
8079             if($day_period_type eq 'default') {
8080             return 'noon' if $time == 1200;
8081             return 'afternoon1' if $time >= 1200
8082             && $time < 2400;
8083             return 'morning1' if $time >= 0
8084             && $time < 1200;
8085             }
8086             if($day_period_type eq 'selection') {
8087             return 'afternoon1' if $time >= 1200
8088             && $time < 2400;
8089             return 'morning1' if $time >= 0
8090             && $time < 1200;
8091             }
8092             last SWITCH;
8093             }
8094             if ($_ eq 'gregorian') {
8095             if($day_period_type eq 'default') {
8096             return 'noon' if $time == 1200;
8097             return 'afternoon1' if $time >= 1200
8098             && $time < 2400;
8099             return 'morning1' if $time >= 0
8100             && $time < 1200;
8101             }
8102             if($day_period_type eq 'selection') {
8103             return 'afternoon1' if $time >= 1200
8104             && $time < 2400;
8105             return 'morning1' if $time >= 0
8106             && $time < 1200;
8107             }
8108             last SWITCH;
8109             }
8110             }
8111             } },
8112             );
8113              
8114             around day_period_data => sub {
8115             my ($orig, $self) = @_;
8116             return $self->$orig;
8117             };
8118              
8119             has 'day_periods' => (
8120             is => 'ro',
8121             isa => HashRef,
8122             init_arg => undef,
8123             default => sub { {
8124             'gregorian' => {
8125             'format' => {
8126             'abbreviated' => {
8127             'afternoon1' => q{ᏒᎯᏱᎢᏗᏢ},
8128             'am' => q{ᏌᎾᎴ},
8129             'morning1' => q{ᏌᎾᎴ},
8130             'noon' => q{ᎢᎦ},
8131             'pm' => q{ᏒᎯᏱᎢ},
8132             },
8133             'narrow' => {
8134             'afternoon1' => q{ᏒᎯᏱᎢᏗᏢ},
8135             'am' => q{Ꮜ},
8136             'morning1' => q{ᏌᎾᎴ},
8137             'noon' => q{Ꭲ},
8138             'pm' => q{Ꮢ},
8139             },
8140             'wide' => {
8141             'am' => q{ᏌᎾᎴ},
8142             'pm' => q{ᏒᎯᏱᎢᏗᏢ},
8143             },
8144             },
8145             'stand-alone' => {
8146             'wide' => {
8147             'am' => q{ᏌᎾᎴ},
8148             'pm' => q{ᏒᎯᏱᎢᏗᏢ},
8149             },
8150             },
8151             },
8152             } },
8153             );
8154              
8155             has 'eras' => (
8156             is => 'ro',
8157             isa => HashRef,
8158             init_arg => undef,
8159             default => sub { {
8160             'generic' => {
8161             },
8162             'gregorian' => {
8163             abbreviated => {
8164             '0' => 'BC',
8165             '1' => 'AD'
8166             },
8167             wide => {
8168             '0' => 'ᏧᏓᎷᎸ ᎤᎷᎯᏍᏗ ᎦᎶᏁᏛ',
8169             '1' => 'ᎠᏃ ᏙᎻᏂ'
8170             },
8171             },
8172             } },
8173             );
8174              
8175             has 'date_formats' => (
8176             is => 'ro',
8177             isa => HashRef,
8178             init_arg => undef,
8179             default => sub { {
8180             'generic' => {
8181             'full' => q{EEEE, MMMM d, y G},
8182             'long' => q{MMMM d, y G},
8183             'medium' => q{MMM d, y G},
8184             'short' => q{M/d/y GGGGG},
8185             },
8186             'gregorian' => {
8187             'full' => q{EEEE, MMMM d, y},
8188             'long' => q{MMMM d, y},
8189             'medium' => q{MMM d, y},
8190             'short' => q{M/d/yy},
8191             },
8192             } },
8193             );
8194              
8195             has 'time_formats' => (
8196             is => 'ro',
8197             isa => HashRef,
8198             init_arg => undef,
8199             default => sub { {
8200             'generic' => {
8201             },
8202             'gregorian' => {
8203             'full' => q{h:mm:ss a zzzz},
8204             'long' => q{h:mm:ss a z},
8205             'medium' => q{h:mm:ss a},
8206             'short' => q{h:mm a},
8207             },
8208             } },
8209             );
8210              
8211             has 'datetime_formats' => (
8212             is => 'ro',
8213             isa => HashRef,
8214             init_arg => undef,
8215             default => sub { {
8216             'generic' => {
8217             'full' => q{{1}, {0}},
8218             'long' => q{{1}, {0}},
8219             'medium' => q{{1}, {0}},
8220             'short' => q{{1}, {0}},
8221             },
8222             'gregorian' => {
8223             'full' => q{{1}, {0}},
8224             'long' => q{{1}, {0}},
8225             'medium' => q{{1}, {0}},
8226             'short' => q{{1}, {0}},
8227             },
8228             } },
8229             );
8230              
8231             has 'datetime_formats_available_formats' => (
8232             is => 'ro',
8233             isa => HashRef,
8234             init_arg => undef,
8235             default => sub { {
8236             'generic' => {
8237             Ed => q{d E},
8238             Gy => q{y G},
8239             GyMMM => q{MMM y G},
8240             GyMMMEd => q{E, MMM d, y G},
8241             GyMMMd => q{MMM d, y G},
8242             GyMd => q{M/d/y GGGGG},
8243             Hm => q{H:mm},
8244             Hms => q{H:mm:ss},
8245             MEd => q{E, M/d},
8246             MMMEd => q{E, MMM d},
8247             Md => q{M/d},
8248             y => q{y G},
8249             yyyy => q{y G},
8250             yyyyM => q{M/y GGGGG},
8251             yyyyMEd => q{E, M/d/y GGGGG},
8252             yyyyMMM => q{MMM y G},
8253             yyyyMMMEd => q{E, MMM d, y G},
8254             yyyyMMMM => q{MMMM y G},
8255             yyyyMMMd => q{MMM d, y G},
8256             yyyyMd => q{M/d/y GGGGG},
8257             yyyyQQQ => q{QQQ y G},
8258             yyyyQQQQ => q{QQQQ y G},
8259             },
8260             'gregorian' => {
8261             Ed => q{d E},
8262             Gy => q{y G},
8263             GyMMM => q{MMM y G},
8264             GyMMMEd => q{E, MMM d, y G},
8265             GyMMMd => q{MMM d, y G},
8266             GyMd => q{M/d/y GGGGG},
8267             MEd => q{E, M/d},
8268             MMMEd => q{E, MMM d},
8269             MMMMW => q{ᏒᎾᏙᏓᏆᏍᏗ W ᎾᎿ MMMM},
8270             Md => q{M/d},
8271             yM => q{M/y},
8272             yMEd => q{E, M/d/y},
8273             yMMM => q{MMM y},
8274             yMMMEd => q{E, MMM d, y},
8275             yMMMM => q{MMMM y},
8276             yMMMd => q{MMM d, y},
8277             yMd => q{M/d/y},
8278             yQQQ => q{QQQ y},
8279             yQQQQ => q{QQQQ y},
8280             yw => q{’ᏒᎾᏙᏓᏆᏍᏗ’ w ’ᎾᎿ’ Y},
8281             },
8282             } },
8283             );
8284              
8285             has 'datetime_formats_append_item' => (
8286             is => 'ro',
8287             isa => HashRef,
8288             init_arg => undef,
8289             default => sub { {
8290             } },
8291             );
8292              
8293             has 'datetime_formats_interval' => (
8294             is => 'ro',
8295             isa => HashRef,
8296             init_arg => undef,
8297             default => sub { {
8298             'generic' => {
8299             Bh => {
8300             h => q{h – h B},
8301             },
8302             Bhm => {
8303             h => q{h:mm – h:mm B},
8304             m => q{h:mm – h:mm B},
8305             },
8306             Gy => {
8307             G => q{y G – y G},
8308             y => q{y – y G},
8309             },
8310             GyM => {
8311             G => q{M/y GGGGG – M/y GGGGG},
8312             M => q{M/y – M/y GGGGG},
8313             y => q{M/y – M/y GGGGG},
8314             },
8315             GyMEd => {
8316             G => q{E, M/d/y – E, M/d/y GGGGG},
8317             M => q{E, M/d/y – E, M/d/y GGGGG},
8318             d => q{E, M/d/y – E, M/d/y GGGGG},
8319             y => q{E, M/d/y – E, M/d/y GGGGG},
8320             },
8321             GyMMM => {
8322             G => q{MMM y G – MMM y G},
8323             M => q{MMM – MMM y G},
8324             y => q{MMM y – MMM y G},
8325             },
8326             GyMMMEd => {
8327             G => q{E, MMM d, y G – E, MMM d, y G},
8328             M => q{E, MMM d – E, MMM d, y G},
8329             d => q{E, MMM d – E, MMM d, y G},
8330             y => q{E, MMM d, y – E, MMM d, y G},
8331             },
8332             GyMMMd => {
8333             G => q{MMM d, y G – MMM d, y G},
8334             M => q{MMM d – MMM d, y G},
8335             d => q{MMM d – d, y G},
8336             y => q{MMM d, y – MMM d, y G},
8337             },
8338             GyMd => {
8339             G => q{M/d/y GGGGG – M/d/y GGGGG},
8340             M => q{M/d/y – M/d/y GGGGG},
8341             d => q{M/d/y – M/d/y GGGGG},
8342             y => q{M/d/y – M/d/y GGGGG},
8343             },
8344             M => {
8345             M => q{M – M},
8346             },
8347             MEd => {
8348             M => q{E, M/d – E, M/d},
8349             d => q{E, M/d – E, M/d},
8350             },
8351             MMM => {
8352             M => q{MMM – MMM},
8353             },
8354             MMMEd => {
8355             M => q{E, MMM d – E, MMM d},
8356             d => q{E, MMM d – E, MMM d},
8357             },
8358             MMMd => {
8359             d => q{MMM d – d},
8360             },
8361             Md => {
8362             M => q{M/d – M/d},
8363             d => q{M/d – M/d},
8364             },
8365             d => {
8366             d => q{d – d},
8367             },
8368             fallback => '{0} – {1}',
8369             y => {
8370             y => q{y – y G},
8371             },
8372             yM => {
8373             M => q{M/y – M/y GGGGG},
8374             y => q{M/y – M/y GGGGG},
8375             },
8376             yMEd => {
8377             M => q{E, M/d/y – E, M/d/y GGGGG},
8378             d => q{E, M/d/y – E, M/d/y GGGGG},
8379             y => q{E, M/d/y – E, M/d/y GGGGG},
8380             },
8381             yMMM => {
8382             M => q{MMM – MMM y G},
8383             y => q{MMM y – MMM y G},
8384             },
8385             yMMMEd => {
8386             M => q{E, MMM d – E, MMM d, y G},
8387             d => q{E, MMM d – E, MMM d, y G},
8388             y => q{E, MMM d, y – E, MMM d, y G},
8389             },
8390             yMMMM => {
8391             M => q{MMMM – MMMM y G},
8392             y => q{MMMM y – MMMM y G},
8393             },
8394             yMMMd => {
8395             M => q{MMM d – MMM d, y G},
8396             d => q{MMM d – d, y G},
8397             y => q{MMM d, y – MMM d, y G},
8398             },
8399             yMd => {
8400             M => q{M/d/y – M/d/y GGGGG},
8401             d => q{M/d/y – M/d/y GGGGG},
8402             y => q{M/d/y – M/d/y GGGGG},
8403             },
8404             },
8405             'gregorian' => {
8406             Bh => {
8407             h => q{h – h B},
8408             },
8409             Bhm => {
8410             h => q{h:mm – h:mm B},
8411             m => q{h:mm – h:mm B},
8412             },
8413             Gy => {
8414             G => q{y G – y G},
8415             y => q{y G – y G},
8416             },
8417             GyM => {
8418             G => q{M/y GGGGG – M/y GGGGG},
8419             M => q{M/y – M/y GGGGG},
8420             y => q{M/y – M/y GGGGG},
8421             },
8422             GyMEd => {
8423             G => q{E, M/d/y GGGGG – E, M/d/y GGGGG},
8424             M => q{E, M/d/y – E, M/d/y GGGGG},
8425             d => q{E, M/d/y – E, M/d/y GGGGG},
8426             y => q{E, M/d/y – E, M/d/y GGGGG},
8427             },
8428             GyMMM => {
8429             G => q{MMM y G – MMM y G},
8430             M => q{MMM – MMM y G},
8431             y => q{MMM y – MMM y G},
8432             },
8433             GyMMMEd => {
8434             G => q{E, MMM d, y G – E, MMM d, y G},
8435             M => q{E, MMM d – E, MMM d, y G},
8436             d => q{E, MMM d – E, MMM d, y G},
8437             y => q{E, MMM d, y – E, MMM d, y G},
8438             },
8439             GyMMMd => {
8440             G => q{MMM d, y G – MMM d, y G},
8441             M => q{MMM d – MMM d, y G},
8442             d => q{MMM d – d, y G},
8443             y => q{MMM d, y – MMM d, y G},
8444             },
8445             GyMd => {
8446             G => q{M/d/y GGGGG – M/d/y GGGGG},
8447             M => q{M/d/y – M/d/y GGGGG},
8448             d => q{M/d/y – M/d/y GGGGG},
8449             y => q{M/d/y – M/d/y GGGGG},
8450             },
8451             H => {
8452             H => q{HH – HH},
8453             },
8454             Hm => {
8455             H => q{HH:mm – HH:mm},
8456             m => q{HH:mm – HH:mm},
8457             },
8458             Hmv => {
8459             H => q{HH:mm – HH:mm v},
8460             m => q{HH:mm – HH:mm v},
8461             },
8462             Hv => {
8463             H => q{HH – HH v},
8464             },
8465             M => {
8466             M => q{M – M},
8467             },
8468             MEd => {
8469             M => q{E, M/d – E, M/d},
8470             d => q{E, M/d – E, M/d},
8471             },
8472             MMM => {
8473             M => q{MMM – MMM},
8474             },
8475             MMMEd => {
8476             M => q{E, MMM d – E, MMM d},
8477             d => q{E, MMM d – E, MMM d},
8478             },
8479             MMMd => {
8480             d => q{MMM d – d},
8481             },
8482             Md => {
8483             M => q{M/d – M/d},
8484             d => q{M/d – M/d},
8485             },
8486             d => {
8487             d => q{d – d},
8488             },
8489             fallback => '{0} – {1}',
8490             h => {
8491             h => q{h – h a},
8492             },
8493             hm => {
8494             h => q{h:mm – h:mm a},
8495             m => q{h:mm – h:mm a},
8496             },
8497             hmv => {
8498             h => q{h:mm – h:mm a v},
8499             m => q{h:mm – h:mm a v},
8500             },
8501             hv => {
8502             h => q{h – h a v},
8503             },
8504             y => {
8505             y => q{y – y},
8506             },
8507             yM => {
8508             M => q{M/y – M/y},
8509             y => q{M/y – M/y},
8510             },
8511             yMEd => {
8512             M => q{E, M/d/y – E, M/d/y},
8513             d => q{E, M/d/y – E, M/d/y},
8514             y => q{E, M/d/y – E, M/d/y},
8515             },
8516             yMMM => {
8517             M => q{MMM – MMM y},
8518             y => q{MMM y – MMM y},
8519             },
8520             yMMMEd => {
8521             M => q{E, MMM d – E, MMM d, y},
8522             d => q{E, MMM d – E, MMM d, y},
8523             y => q{E, MMM d, y – E, MMM d, y},
8524             },
8525             yMMMM => {
8526             M => q{MMMM – MMMM y},
8527             y => q{MMMM y – MMMM y},
8528             },
8529             yMMMd => {
8530             M => q{MMM d – MMM d, y},
8531             d => q{MMM d – d, y},
8532             y => q{MMM d, y – MMM d, y},
8533             },
8534             yMd => {
8535             M => q{M/d/y – M/d/y},
8536             d => q{M/d/y – M/d/y},
8537             y => q{M/d/y – M/d/y},
8538             },
8539             },
8540             } },
8541             );
8542              
8543             has 'time_zone_names' => (
8544             is => 'ro',
8545             isa => HashRef,
8546             init_arg => undef,
8547             default => sub { {
8548             regionFormat => q({0} ᎠᏟᎢᎵᏒ),
8549             regionFormat => q({0} ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ),
8550             regionFormat => q({0} ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ),
8551             'Afghanistan' => {
8552             long => {
8553             'standard' => q#ᎠᏫᎨᏂᏍᏖᏂ ᎠᏟᎢᎵᏒ#,
8554             },
8555             },
8556             'Africa/Abidjan' => {
8557             exemplarCity => q#ᎠᏈᏣᏂ#,
8558             },
8559             'Africa/Accra' => {
8560             exemplarCity => q#ᎠᏆ#,
8561             },
8562             'Africa/Addis_Ababa' => {
8563             exemplarCity => q#ᎡᏗᏍ ᎠᏆᏆ#,
8564             },
8565             'Africa/Algiers' => {
8566             exemplarCity => q#ᎠᎵᏥᎵ#,
8567             },
8568             'Africa/Asmera' => {
8569             exemplarCity => q#ᎠᏏᎹᎳ#,
8570             },
8571             'Africa/Bamako' => {
8572             exemplarCity => q#ᏆᎹᎪ#,
8573             },
8574             'Africa/Bangui' => {
8575             exemplarCity => q#ᏇᏂᎫᏫ#,
8576             },
8577             'Africa/Banjul' => {
8578             exemplarCity => q#ᏆᏂᏧᎵ#,
8579             },
8580             'Africa/Bissau' => {
8581             exemplarCity => q#ᏇᏌᏫ#,
8582             },
8583             'Africa/Blantyre' => {
8584             exemplarCity => q#ᏆᏘᎴ#,
8585             },
8586             'Africa/Brazzaville' => {
8587             exemplarCity => q#ᏆᏌᏩᎵ#,
8588             },
8589             'Africa/Bujumbura' => {
8590             exemplarCity => q#ᏊᏧᎻᏊᎳ#,
8591             },
8592             'Africa/Cairo' => {
8593             exemplarCity => q#ᎧᏯᎶ#,
8594             },
8595             'Africa/Casablanca' => {
8596             exemplarCity => q#ᎤᏁᎦ ᎦᎵᏦᏕ#,
8597             },
8598             'Africa/Ceuta' => {
8599             exemplarCity => q#ᏑᏔ#,
8600             },
8601             'Africa/Conakry' => {
8602             exemplarCity => q#ᎪᎾᏈ#,
8603             },
8604             'Africa/Dakar' => {
8605             exemplarCity => q#ᏓᎧᏩ#,
8606             },
8607             'Africa/Dar_es_Salaam' => {
8608             exemplarCity => q#Ꮣ ᎡᏏ ᏌᎳᎻ#,
8609             },
8610             'Africa/Djibouti' => {
8611             exemplarCity => q#ᏥᏊᏗ#,
8612             },
8613             'Africa/Douala' => {
8614             exemplarCity => q#ᏙᎤᏩᎳ#,
8615             },
8616             'Africa/El_Aaiun' => {
8617             exemplarCity => q#ᎡᎵ ᎠᏱᏳᏂ#,
8618             },
8619             'Africa/Freetown' => {
8620             exemplarCity => q#ᎠᏎᏇ ᎦᏚᎲ#,
8621             },
8622             'Africa/Gaborone' => {
8623             exemplarCity => q#ᎦᏉᎶᏁ#,
8624             },
8625             'Africa/Harare' => {
8626             exemplarCity => q#ᎭᎳᎴ#,
8627             },
8628             'Africa/Johannesburg' => {
8629             exemplarCity => q#ᏦᎭᏁᏍᏊᎦ#,
8630             },
8631             'Africa/Juba' => {
8632             exemplarCity => q#ᏧᏆ#,
8633             },
8634             'Africa/Kampala' => {
8635             exemplarCity => q#ᎧᎻᏆᎳ#,
8636             },
8637             'Africa/Khartoum' => {
8638             exemplarCity => q#ᎧᏚᎻ#,
8639             },
8640             'Africa/Kigali' => {
8641             exemplarCity => q#ᎩᎦᎵ#,
8642             },
8643             'Africa/Kinshasa' => {
8644             exemplarCity => q#ᎨᏂᏝᏌ#,
8645             },
8646             'Africa/Lagos' => {
8647             exemplarCity => q#ᎳᎪᏏ#,
8648             },
8649             'Africa/Libreville' => {
8650             exemplarCity => q#ᎵᏇᏫᎵ#,
8651             },
8652             'Africa/Lome' => {
8653             exemplarCity => q#ᎶᎺ#,
8654             },
8655             'Africa/Luanda' => {
8656             exemplarCity => q#ᎷᏩᏂᏓ#,
8657             },
8658             'Africa/Lubumbashi' => {
8659             exemplarCity => q#ᎷᏊᏆᏏ#,
8660             },
8661             'Africa/Lusaka' => {
8662             exemplarCity => q#ᎵᏌᎧ#,
8663             },
8664             'Africa/Malabo' => {
8665             exemplarCity => q#ᎹᎳᏉ#,
8666             },
8667             'Africa/Maputo' => {
8668             exemplarCity => q#ᎹᏊᏙ#,
8669             },
8670             'Africa/Maseru' => {
8671             exemplarCity => q#ᎹᏎᎵ#,
8672             },
8673             'Africa/Mbabane' => {
8674             exemplarCity => q#ᏆᏇᏁ#,
8675             },
8676             'Africa/Mogadishu' => {
8677             exemplarCity => q#ᎼᎦᏗᏡ#,
8678             },
8679             'Africa/Monrovia' => {
8680             exemplarCity => q#ᎼᏂᎶᏫᏯ#,
8681             },
8682             'Africa/Nairobi' => {
8683             exemplarCity => q#ᎾᏱᎶᏈ#,
8684             },
8685             'Africa/Ndjamena' => {
8686             exemplarCity => q#ᎾᏣᎺᎾ#,
8687             },
8688             'Africa/Niamey' => {
8689             exemplarCity => q#ᏂᏯᎺ#,
8690             },
8691             'Africa/Nouakchott' => {
8692             exemplarCity => q#ᎾᏬᏣᏘ#,
8693             },
8694             'Africa/Ouagadougou' => {
8695             exemplarCity => q#ᎣᏩᎦᏚᎫ#,
8696             },
8697             'Africa/Porto-Novo' => {
8698             exemplarCity => q#ᏥᏳᏗᏔᎳᏗᏍᏗ-ᏃᏬ#,
8699             },
8700             'Africa/Sao_Tome' => {
8701             exemplarCity => q#ᏌᎣᏙᎺ#,
8702             },
8703             'Africa/Tripoli' => {
8704             exemplarCity => q#ᏟᏉᎵ#,
8705             },
8706             'Africa/Tunis' => {
8707             exemplarCity => q#ᏚᏂᏏ#,
8708             },
8709             'Africa/Windhoek' => {
8710             exemplarCity => q#ᏪᏄᏗᎰᎩ#,
8711             },
8712             'Africa_Central' => {
8713             long => {
8714             'standard' => q#ᎠᏰᏟ ᎬᎿᎨᏍᏛ ᎠᏟᎢᎵᏒ#,
8715             },
8716             },
8717             'Africa_Eastern' => {
8718             long => {
8719             'standard' => q#ᏗᎧᎸᎬ ᎬᎿᎨᏍᏛ ᎠᏟᎢᎵᏒ#,
8720             },
8721             },
8722             'Africa_Southern' => {
8723             long => {
8724             'standard' => q#ᏧᎦᎾᏮ ᎬᎿᎨᏍᏛ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
8725             },
8726             },
8727             'Africa_Western' => {
8728             long => {
8729             'daylight' => q#ᏭᏕᎵᎬ ᎬᎿᎨᏍᏛ ᎪᎩ ᎠᏟᎢᎵᏒ#,
8730             'generic' => q#ᏭᏕᎵᎬ ᎬᎿᎨᏍᏛ ᎠᏟᎢᎵᏒ#,
8731             'standard' => q#ᏭᏕᎵᎬ ᎬᎿᎨᏍᏛ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
8732             },
8733             },
8734             'Alaska' => {
8735             long => {
8736             'daylight' => q#ᎠᎳᏍᎦ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
8737             'generic' => q#ᎠᎳᏍᎦ ᎠᏟᎢᎵᏒ#,
8738             'standard' => q#ᎠᎳᏍᎦ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
8739             },
8740             short => {
8741             'daylight' => q#AKDT#,
8742             'generic' => q#AKT#,
8743             'standard' => q#AKST#,
8744             },
8745             },
8746             'Amazon' => {
8747             long => {
8748             'daylight' => q#ᎠᎺᏌᏂ ᎪᎩ ᎠᏟᎢᎵᏒ#,
8749             'generic' => q#ᎠᎺᏌᏂ ᎠᏟᎢᎵᏒ#,
8750             'standard' => q#ᎠᎺᏌᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
8751             },
8752             },
8753             'America/Adak' => {
8754             exemplarCity => q#ᎠᏓᎧ#,
8755             },
8756             'America/Anchorage' => {
8757             exemplarCity => q#ᎠᏂᎪᎴᏥ#,
8758             },
8759             'America/Anguilla' => {
8760             exemplarCity => q#ᎠᏂᎩᎳ#,
8761             },
8762             'America/Antigua' => {
8763             exemplarCity => q#ᎤᏪᏘ#,
8764             },
8765             'America/Araguaina' => {
8766             exemplarCity => q#ᎠᎳᎫᏩᏱᎾ#,
8767             },
8768             'America/Argentina/La_Rioja' => {
8769             exemplarCity => q#Ꮃ ᎵᏲᎭ#,
8770             },
8771             'America/Argentina/Rio_Gallegos' => {
8772             exemplarCity => q#ᎦᏰᎪᏏ ᎤᏪᏴ#,
8773             },
8774             'America/Argentina/Salta' => {
8775             exemplarCity => q#ᏌᎳᏔ#,
8776             },
8777             'America/Argentina/San_Juan' => {
8778             exemplarCity => q#ᏌᏂ ᏩᏂ#,
8779             },
8780             'America/Argentina/San_Luis' => {
8781             exemplarCity => q#ᎤᏓᏅᏗ ᎷᏫᏏ#,
8782             },
8783             'America/Argentina/Tucuman' => {
8784             exemplarCity => q#ᏚᎫᎹᏂ#,
8785             },
8786             'America/Argentina/Ushuaia' => {
8787             exemplarCity => q#ᎤᏑᏩᏯ#,
8788             },
8789             'America/Aruba' => {
8790             exemplarCity => q#ᎠᎷᏆ#,
8791             },
8792             'America/Asuncion' => {
8793             exemplarCity => q#ᎠᏑᏏᏲᏅ#,
8794             },
8795             'America/Bahia' => {
8796             exemplarCity => q#ᏆᎯᏯ#,
8797             },
8798             'America/Bahia_Banderas' => {
8799             exemplarCity => q#ᏆᎯᏯ ᏆᏂᏕᎳᏏ#,
8800             },
8801             'America/Barbados' => {
8802             exemplarCity => q#ᏆᏇᏙᏍ#,
8803             },
8804             'America/Belem' => {
8805             exemplarCity => q#ᏇᎴᎻ#,
8806             },
8807             'America/Belize' => {
8808             exemplarCity => q#ᏇᎵᏍ#,
8809             },
8810             'America/Blanc-Sablon' => {
8811             exemplarCity => q#ᏝᏂ-ᏌᏠᏂ#,
8812             },
8813             'America/Boa_Vista' => {
8814             exemplarCity => q#ᎣᏍᏓ ᎠᎪᎵᏰᏗ#,
8815             },
8816             'America/Bogota' => {
8817             exemplarCity => q#ᏉᎪᏔ#,
8818             },
8819             'America/Boise' => {
8820             exemplarCity => q#ᏉᏱᏏ#,
8821             },
8822             'America/Buenos_Aires' => {
8823             exemplarCity => q#ᎣᏍᏓ ᎤᏃᎴ#,
8824             },
8825             'America/Cambridge_Bay' => {
8826             exemplarCity => q#ᎨᎻᏈᏥ ᎡᏉᏄᎸᏗ#,
8827             },
8828             'America/Campo_Grande' => {
8829             exemplarCity => q#ᎤᏔᎾ ᏠᎨᏏ#,
8830             },
8831             'America/Cancun' => {
8832             exemplarCity => q#ᎨᏂᎫᏂ#,
8833             },
8834             'America/Caracas' => {
8835             exemplarCity => q#ᎧᎳᎧᏏ#,
8836             },
8837             'America/Catamarca' => {
8838             exemplarCity => q#ᎧᏔᎹᎧ#,
8839             },
8840             'America/Cayenne' => {
8841             exemplarCity => q#ᎧᏰᏂ#,
8842             },
8843             'America/Cayman' => {
8844             exemplarCity => q#ᎨᎢᎹᏂ#,
8845             },
8846             'America/Chicago' => {
8847             exemplarCity => q#ᏥᎧᎩ#,
8848             },
8849             'America/Chihuahua' => {
8850             exemplarCity => q#ᏥᏩᏩ#,
8851             },
8852             'America/Ciudad_Juarez' => {
8853             exemplarCity => q#ᏏᏳᏓ ᏆᎡᏏ#,
8854             },
8855             'America/Coral_Harbour' => {
8856             exemplarCity => q#ᎠᏘᎪᎦᏂ#,
8857             },
8858             'America/Cordoba' => {
8859             exemplarCity => q#ᎪᏙᏆ#,
8860             },
8861             'America/Costa_Rica' => {
8862             exemplarCity => q#ᎪᏍᏓᎵᎧ#,
8863             },
8864             'America/Creston' => {
8865             exemplarCity => q#ᏞᏍᏔᏂ#,
8866             },
8867             'America/Cuiaba' => {
8868             exemplarCity => q#ᏧᏫᏆ#,
8869             },
8870             'America/Curacao' => {
8871             exemplarCity => q#ᎫᎳᎨᎣ#,
8872             },
8873             'America/Danmarkshavn' => {
8874             exemplarCity => q#ᏕᎾᎹᎧᏌᏩᏂ#,
8875             },
8876             'America/Dawson' => {
8877             exemplarCity => q#ᏓᏌᏂ#,
8878             },
8879             'America/Dawson_Creek' => {
8880             exemplarCity => q#ᏓᏌᏂ ᎤᏪᏴ#,
8881             },
8882             'America/Denver' => {
8883             exemplarCity => q#ᎦᎸᎳᏗ ᎦᏚᎲ#,
8884             },
8885             'America/Detroit' => {
8886             exemplarCity => q#ᏗᏠᏘ#,
8887             },
8888             'America/Dominica' => {
8889             exemplarCity => q#ᏙᎻᏂᎧ#,
8890             },
8891             'America/Edmonton' => {
8892             exemplarCity => q#ᎡᏗᎹᏂᏔᏂ#,
8893             },
8894             'America/Eirunepe' => {
8895             exemplarCity => q#ᎡᎷᏁᏇ#,
8896             },
8897             'America/El_Salvador' => {
8898             exemplarCity => q#ᎡᎵ ᏌᎵᏆᏙᎵ#,
8899             },
8900             'America/Fort_Nelson' => {
8901             exemplarCity => q#ᏗᏐᏴ ᏁᎵᏌᏂ#,
8902             },
8903             'America/Fortaleza' => {
8904             exemplarCity => q#ᏬᏔᎴᏎ#,
8905             },
8906             'America/Glace_Bay' => {
8907             exemplarCity => q#ᏞᏏ ᎡᏉᏄᎸᏗ#,
8908             },
8909             'America/Godthab' => {
8910             exemplarCity => q#ᏄᎩ#,
8911             },
8912             'America/Goose_Bay' => {
8913             exemplarCity => q#ᏌᏌ ᎡᏉᏄᎸᏗ#,
8914             },
8915             'America/Grand_Turk' => {
8916             exemplarCity => q#ᏄᎬᏫᏳᏒ ᎬᎾ#,
8917             },
8918             'America/Grenada' => {
8919             exemplarCity => q#ᏋᎾᏓ#,
8920             },
8921             'America/Guadeloupe' => {
8922             exemplarCity => q#ᏩᏓᎷᏇ#,
8923             },
8924             'America/Guatemala' => {
8925             exemplarCity => q#ᏩᏔᎹᎳ#,
8926             },
8927             'America/Guayaquil' => {
8928             exemplarCity => q#ᏆᏯᎩᎵ#,
8929             },
8930             'America/Guyana' => {
8931             exemplarCity => q#ᎦᏯᎾ#,
8932             },
8933             'America/Halifax' => {
8934             exemplarCity => q#ᎭᎵᏩᎧᏏ#,
8935             },
8936             'America/Havana' => {
8937             exemplarCity => q#ᎭᏩᎾ#,
8938             },
8939             'America/Hermosillo' => {
8940             exemplarCity => q#ᎮᎼᏏᎶ#,
8941             },
8942             'America/Indiana/Knox' => {
8943             exemplarCity => q#ᏃᏈᏏ, ᎢᏂᏗᏰᎾ#,
8944             },
8945             'America/Indiana/Marengo' => {
8946             exemplarCity => q#ᎹᎴᏂᎪ, ᎢᏂᏗᏰᎾ#,
8947             },
8948             'America/Indiana/Petersburg' => {
8949             exemplarCity => q#ᏈᏓᏈᎦ, ᎢᏂᏗᏰᎾ#,
8950             },
8951             'America/Indiana/Tell_City' => {
8952             exemplarCity => q#ᏖᎵ ᎦᏚᎲ, ᎢᏂᏗᏰᎾ#,
8953             },
8954             'America/Indiana/Vevay' => {
8955             exemplarCity => q#ᏪᏪ, ᎢᏂᏗᏰᎾ#,
8956             },
8957             'America/Indiana/Vincennes' => {
8958             exemplarCity => q#ᏫᏂᏎᏁᏏ, ᎢᏂᏗᏰᎾ#,
8959             },
8960             'America/Indiana/Winamac' => {
8961             exemplarCity => q#ᏫᎾᎹᎩ, ᎢᏂᏗᏰᎾ#,
8962             },
8963             'America/Indianapolis' => {
8964             exemplarCity => q#ᎢᏂᏗᎠᏂᎠᏉᎵᏏ#,
8965             },
8966             'America/Inuvik' => {
8967             exemplarCity => q#ᎢᏄᏫᎩ#,
8968             },
8969             'America/Iqaluit' => {
8970             exemplarCity => q#ᎢᏆᎷᏱᏘ#,
8971             },
8972             'America/Jamaica' => {
8973             exemplarCity => q#ᏣᎺᎢᎧ#,
8974             },
8975             'America/Jujuy' => {
8976             exemplarCity => q#ᏧᏧᏫ#,
8977             },
8978             'America/Juneau' => {
8979             exemplarCity => q#ᏧᏃ#,
8980             },
8981             'America/Kentucky/Monticello' => {
8982             exemplarCity => q#ᎹᏂᏔᏎᎶ, ᎬᏅᏓᎩ#,
8983             },
8984             'America/Kralendijk' => {
8985             exemplarCity => q#ᏆᎴᏂᏗ#,
8986             },
8987             'America/La_Paz' => {
8988             exemplarCity => q#ᏙᎯ#,
8989             },
8990             'America/Lima' => {
8991             exemplarCity => q#ᎵᎹ#,
8992             },
8993             'America/Los_Angeles' => {
8994             exemplarCity => q#ᎾᏍᎩ ᏗᏂᎧᎿᏩᏗᏙᎯ#,
8995             },
8996             'America/Louisville' => {
8997             exemplarCity => q#ᎷᏫᏫᎵ#,
8998             },
8999             'America/Lower_Princes' => {
9000             exemplarCity => q#ᎡᎳᏗ ᏗᏜ ᎤᎬᏫᏳᎯ ᎩᏄᏙᏗ#,
9001             },
9002             'America/Maceio' => {
9003             exemplarCity => q#ᎹᏎᏲ#,
9004             },
9005             'America/Managua' => {
9006             exemplarCity => q#ᎹᎾᏆ#,
9007             },
9008             'America/Manaus' => {
9009             exemplarCity => q#ᎹᎾᎤᏏ#,
9010             },
9011             'America/Marigot' => {
9012             exemplarCity => q#ᎹᎵᎦᏘ#,
9013             },
9014             'America/Martinique' => {
9015             exemplarCity => q#ᎹᏘᏂᏇ#,
9016             },
9017             'America/Matamoros' => {
9018             exemplarCity => q#ᎹᏔᎼᎶᏏ#,
9019             },
9020             'America/Mazatlan' => {
9021             exemplarCity => q#ᎹᏌᏝᏂ#,
9022             },
9023             'America/Mendoza' => {
9024             exemplarCity => q#ᎺᎾᏙᏌ#,
9025             },
9026             'America/Menominee' => {
9027             exemplarCity => q#ᎺᏃᎻᏂ#,
9028             },
9029             'America/Merida' => {
9030             exemplarCity => q#ᎺᎵᏓ#,
9031             },
9032             'America/Metlakatla' => {
9033             exemplarCity => q#ᎺᏝᎧᏝ#,
9034             },
9035             'America/Mexico_City' => {
9036             exemplarCity => q#ᎠᏂᏍᏆᏂ ᎦᏚᎲ#,
9037             },
9038             'America/Miquelon' => {
9039             exemplarCity => q#ᎻᎨᎶᏂ#,
9040             },
9041             'America/Moncton' => {
9042             exemplarCity => q#ᎹᎾᏔᏂ#,
9043             },
9044             'America/Monterrey' => {
9045             exemplarCity => q#ᎼᏖᎵ#,
9046             },
9047             'America/Montevideo' => {
9048             exemplarCity => q#ᎼᏂᏖᏫᏕᏲ#,
9049             },
9050             'America/Montserrat' => {
9051             exemplarCity => q#ᎹᏂᏘᏌᎳᏗ#,
9052             },
9053             'America/Nassau' => {
9054             exemplarCity => q#ᎾᏌᏫ#,
9055             },
9056             'America/New_York' => {
9057             exemplarCity => q#ᏄᏯᎩ#,
9058             },
9059             'America/Nome' => {
9060             exemplarCity => q#ᏃᎺ#,
9061             },
9062             'America/Noronha' => {
9063             exemplarCity => q#ᏃᎶᎾᎭ#,
9064             },
9065             'America/North_Dakota/Beulah' => {
9066             exemplarCity => q#ᏇᏳᎳ, ᏧᏴᏢ ᏓᎪᏔ#,
9067             },
9068             'America/North_Dakota/Center' => {
9069             exemplarCity => q#ᎠᏰᏟ, ᏧᏴᏢ ᏓᎪᏔ#,
9070             },
9071             'America/North_Dakota/New_Salem' => {
9072             exemplarCity => q#ᎢᏤ ᏎᎴᎻ, ᏧᏴᏢ ᏓᎪᏔ#,
9073             },
9074             'America/Ojinaga' => {
9075             exemplarCity => q#ᎣᏥᎾᎦ#,
9076             },
9077             'America/Panama' => {
9078             exemplarCity => q#ᏆᎾᎹ#,
9079             },
9080             'America/Paramaribo' => {
9081             exemplarCity => q#ᏆᎳᎹᎴᏉ#,
9082             },
9083             'America/Phoenix' => {
9084             exemplarCity => q#ᏧᎴᎯᏌᏅᎯ#,
9085             },
9086             'America/Port-au-Prince' => {
9087             exemplarCity => q#ᏥᏳᏗᏔᎳᏗᏍᏗ-ᎾᎿ-ᎤᎬᏫᏳᎯ#,
9088             },
9089             'America/Port_of_Spain' => {
9090             exemplarCity => q#ᏥᏳᏗᏔᎳᏗᏍᏗ ᏍᏆᏂᎨᏍᏛ#,
9091             },
9092             'America/Porto_Velho' => {
9093             exemplarCity => q#ᎤᏪᏘ ᏥᏳᏗᏔᎳᏗᏍᏗ#,
9094             },
9095             'America/Puerto_Rico' => {
9096             exemplarCity => q#ᏇᎡᏙ ᎵᎢᎪ#,
9097             },
9098             'America/Punta_Arenas' => {
9099             exemplarCity => q#ᏊᏔ ᎡᏫᎾᏍ#,
9100             },
9101             'America/Rankin_Inlet' => {
9102             exemplarCity => q#ᎴᏂᎩᏂ ᎢᏂᎴᏘ#,
9103             },
9104             'America/Recife' => {
9105             exemplarCity => q#ᎴᏏᏪ#,
9106             },
9107             'America/Regina' => {
9108             exemplarCity => q#ᎴᎩᎾ#,
9109             },
9110             'America/Resolute' => {
9111             exemplarCity => q#ᎴᏐᎷᏘ#,
9112             },
9113             'America/Rio_Branco' => {
9114             exemplarCity => q#ᎤᏁᎦ ᎤᏪᏴ#,
9115             },
9116             'America/Santarem' => {
9117             exemplarCity => q#ᏌᏂᏔᎴᎻ#,
9118             },
9119             'America/Santiago' => {
9120             exemplarCity => q#ᏌᏂᏘᏯᎪ#,
9121             },
9122             'America/Santo_Domingo' => {
9123             exemplarCity => q#ᏌᏂᏙ ᏙᎻᎪ#,
9124             },
9125             'America/Sao_Paulo' => {
9126             exemplarCity => q#ᏌᎣ ᏆᎶ#,
9127             },
9128             'America/Scoresbysund' => {
9129             exemplarCity => q#ᎢᏙᎪᏙᎻᏘ#,
9130             },
9131             'America/Sitka' => {
9132             exemplarCity => q#ᏏᏘᎧ#,
9133             },
9134             'America/St_Barthelemy' => {
9135             exemplarCity => q#ᎤᏓᏅᏘ ᏆᎵᏞᎴᎻ#,
9136             },
9137             'America/St_Johns' => {
9138             exemplarCity => q#ᎤᏓᏅᏘ ᏣᏂ ᎤᏤᎵ#,
9139             },
9140             'America/St_Kitts' => {
9141             exemplarCity => q#ᎤᏓᏅᏘ ᎩᏘᏏ#,
9142             },
9143             'America/St_Lucia' => {
9144             exemplarCity => q#ᎤᏓᏅᏘ ᎷᏏᏯ#,
9145             },
9146             'America/St_Thomas' => {
9147             exemplarCity => q#ᎤᏓᏅᏘ ᏙᎹᏏ#,
9148             },
9149             'America/St_Vincent' => {
9150             exemplarCity => q#ᎤᏓᏅᏘ ᏫᏂᏎᏘ#,
9151             },
9152             'America/Swift_Current' => {
9153             exemplarCity => q#ᎠᏯᏄᎵ ᎤᏃᎴ#,
9154             },
9155             'America/Tegucigalpa' => {
9156             exemplarCity => q#ᏖᎫᏏᎦᎵᏆ#,
9157             },
9158             'America/Thule' => {
9159             exemplarCity => q#ᏡᎵ#,
9160             },
9161             'America/Tijuana' => {
9162             exemplarCity => q#ᏘᏳᏩᎾ#,
9163             },
9164             'America/Toronto' => {
9165             exemplarCity => q#ᏙᎳᎾᏙ#,
9166             },
9167             'America/Tortola' => {
9168             exemplarCity => q#ᏙᏙᎳ#,
9169             },
9170             'America/Vancouver' => {
9171             exemplarCity => q#ᏪᏂᎫᏪᎵ#,
9172             },
9173             'America/Whitehorse' => {
9174             exemplarCity => q#ᎤᏁᎦ ᏐᏈᎵ#,
9175             },
9176             'America/Winnipeg' => {
9177             exemplarCity => q#ᏫᏂᏇᎩ#,
9178             },
9179             'America/Yakutat' => {
9180             exemplarCity => q#ᏯᎫᏔᏘ#,
9181             },
9182             'America_Central' => {
9183             long => {
9184             'daylight' => q#ᎠᏰᏟ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9185             'generic' => q#ᎠᏰᏟ ᎠᏟᎢᎵᏒ#,
9186             'standard' => q#ᎠᏰᏟ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9187             },
9188             short => {
9189             'daylight' => q#CDT#,
9190             'generic' => q#CT#,
9191             'standard' => q#CST#,
9192             },
9193             },
9194             'America_Eastern' => {
9195             long => {
9196             'daylight' => q#ᏗᎧᎸᎬ ᏗᏜ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9197             'generic' => q#ᏗᎧᎸᎬ ᏗᏜ ᎠᏟᎢᎵᏒ#,
9198             'standard' => q#ᏗᎧᎸᎬ ᏗᏜ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9199             },
9200             short => {
9201             'daylight' => q#EDT#,
9202             'generic' => q#ET#,
9203             'standard' => q#EST#,
9204             },
9205             },
9206             'America_Mountain' => {
9207             long => {
9208             'daylight' => q#ᎣᏓᎸ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9209             'generic' => q#ᎣᏓᎸ ᎠᏟᎢᎵᏒ#,
9210             'standard' => q#ᎣᏓᎸ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9211             },
9212             short => {
9213             'daylight' => q#MDT#,
9214             'generic' => q#MT#,
9215             'standard' => q#MST#,
9216             },
9217             },
9218             'America_Pacific' => {
9219             long => {
9220             'daylight' => q#ᏭᏕᎵᎬ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9221             'generic' => q#ᏭᏕᎵᎬ ᎠᏟᎢᎵᏒ#,
9222             'standard' => q#ᏭᏕᎵᎬ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9223             },
9224             short => {
9225             'daylight' => q#PDT#,
9226             'generic' => q#PT#,
9227             'standard' => q#PST#,
9228             },
9229             },
9230             'Antarctica/Casey' => {
9231             exemplarCity => q#ᎨᏏ#,
9232             },
9233             'Antarctica/Davis' => {
9234             exemplarCity => q#ᏕᏫᏏ#,
9235             },
9236             'Antarctica/DumontDUrville' => {
9237             exemplarCity => q#ᏚᎼᎾᏘ-Ꮧ’ᎤᎵᏫᎵ#,
9238             },
9239             'Antarctica/Macquarie' => {
9240             exemplarCity => q#ᎹᏇᎵ#,
9241             },
9242             'Antarctica/Mawson' => {
9243             exemplarCity => q#ᎹᏌᏂ#,
9244             },
9245             'Antarctica/McMurdo' => {
9246             exemplarCity => q#ᎻᎦᎽᏙ#,
9247             },
9248             'Antarctica/Palmer' => {
9249             exemplarCity => q#ᏆᎵᎺᎵ#,
9250             },
9251             'Antarctica/Rothera' => {
9252             exemplarCity => q#ᎳᏞᎳ#,
9253             },
9254             'Antarctica/Syowa' => {
9255             exemplarCity => q#ᏏᏲᏩ#,
9256             },
9257             'Antarctica/Troll' => {
9258             exemplarCity => q#ᏠᎵ#,
9259             },
9260             'Antarctica/Vostok' => {
9261             exemplarCity => q#ᏬᏍᏙᎧ#,
9262             },
9263             'Apia' => {
9264             long => {
9265             'daylight' => q#ᎠᏈᎠ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9266             'generic' => q#ᎠᏈᎠ ᎠᏟᎢᎵᏒ#,
9267             'standard' => q#ᎠᏈᎠ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9268             },
9269             },
9270             'Arabian' => {
9271             long => {
9272             'daylight' => q#ᎠᎴᏈᏯ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9273             'generic' => q#ᎠᎴᏈᏯ ᎠᏟᎢᎵᏒ#,
9274             'standard' => q#ᎠᎴᏈᏯ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9275             },
9276             },
9277             'Arctic/Longyearbyen' => {
9278             exemplarCity => q#ᎦᏅᎯᏓ ᎤᏕᏘᏴᏌᏗᏒᎢ ᎦᏚᎲ#,
9279             },
9280             'Argentina' => {
9281             long => {
9282             'daylight' => q#ᎠᏥᏂᏘᏂᎠ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9283             'generic' => q#ᎠᏥᏂᏘᏂᎠ ᎠᏟᎢᎵᏒ#,
9284             'standard' => q#ᎠᏥᏂᏘᏂᎠ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9285             },
9286             },
9287             'Argentina_Western' => {
9288             long => {
9289             'daylight' => q#ᏭᏕᎵᎬ ᏗᏜ ᎠᏥᏂᏘᏂᎠ ᎪᎩ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9290             'generic' => q#ᏭᏕᎵᎬ ᏗᏜ ᎠᏥᏂᏘᏂᎠ ᎠᏟᎢᎵᏒ#,
9291             'standard' => q#ᏭᏕᎵᎬ ᏗᏜ ᎠᏥᏂᏘᏂᎠ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9292             },
9293             },
9294             'Armenia' => {
9295             long => {
9296             'daylight' => q#ᎠᎵᎻᏂᎠ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9297             'generic' => q#ᎠᎵᎻᏂᎠ ᎠᏟᎢᎵᏒ#,
9298             'standard' => q#ᎠᎵᎻᏂᎠ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9299             },
9300             },
9301             'Asia/Aden' => {
9302             exemplarCity => q#ᎡᏕᏂ#,
9303             },
9304             'Asia/Almaty' => {
9305             exemplarCity => q#ᎠᎵᎹᏘ#,
9306             },
9307             'Asia/Amman' => {
9308             exemplarCity => q#ᎠᎹᏂ#,
9309             },
9310             'Asia/Anadyr' => {
9311             exemplarCity => q#ᎠᎾᏗᎵ#,
9312             },
9313             'Asia/Aqtau' => {
9314             exemplarCity => q#ᎠᎦᏔᏫ#,
9315             },
9316             'Asia/Aqtobe' => {
9317             exemplarCity => q#ᎠᎦᏙᏇ#,
9318             },
9319             'Asia/Ashgabat' => {
9320             exemplarCity => q#ᎠᏍᎦᏆᏘ#,
9321             },
9322             'Asia/Atyrau' => {
9323             exemplarCity => q#ᎠᏘᏆᎤ#,
9324             },
9325             'Asia/Baghdad' => {
9326             exemplarCity => q#ᏆᎩᏓᏗ#,
9327             },
9328             'Asia/Bahrain' => {
9329             exemplarCity => q#ᏆᎭᎴᎢᏂ#,
9330             },
9331             'Asia/Baku' => {
9332             exemplarCity => q#ᏆᎫ#,
9333             },
9334             'Asia/Bangkok' => {
9335             exemplarCity => q#ᏇᏂᎩᎪᎩ#,
9336             },
9337             'Asia/Barnaul' => {
9338             exemplarCity => q#ᏆᎾᎣᎵ#,
9339             },
9340             'Asia/Beirut' => {
9341             exemplarCity => q#ᏇᎷᏘ#,
9342             },
9343             'Asia/Bishkek' => {
9344             exemplarCity => q#ᏇᏍᎨᎩ#,
9345             },
9346             'Asia/Brunei' => {
9347             exemplarCity => q#ᏊᎾᎢ#,
9348             },
9349             'Asia/Calcutta' => {
9350             exemplarCity => q#ᎪᎵᎧᏔ#,
9351             },
9352             'Asia/Chita' => {
9353             exemplarCity => q#ᏥᏔ#,
9354             },
9355             'Asia/Colombo' => {
9356             exemplarCity => q#ᎪᎶᎻᏉ#,
9357             },
9358             'Asia/Damascus' => {
9359             exemplarCity => q#ᏓᎹᏍᎬᏏ#,
9360             },
9361             'Asia/Dhaka' => {
9362             exemplarCity => q#ᏓᎧ#,
9363             },
9364             'Asia/Dili' => {
9365             exemplarCity => q#ᏗᎵ#,
9366             },
9367             'Asia/Dubai' => {
9368             exemplarCity => q#ᏚᏆᏱ#,
9369             },
9370             'Asia/Dushanbe' => {
9371             exemplarCity => q#ᏚᏝᎾᏇ#,
9372             },
9373             'Asia/Famagusta' => {
9374             exemplarCity => q#ᏆᎹᎫᏍᏔ#,
9375             },
9376             'Asia/Gaza' => {
9377             exemplarCity => q#ᎦᏌ#,
9378             },
9379             'Asia/Hebron' => {
9380             exemplarCity => q#ᎮᏉᏂ#,
9381             },
9382             'Asia/Hong_Kong' => {
9383             exemplarCity => q#ᎰᏂᎩ ᎪᏂᎩ#,
9384             },
9385             'Asia/Hovd' => {
9386             exemplarCity => q#ᎰᏩᏗ#,
9387             },
9388             'Asia/Irkutsk' => {
9389             exemplarCity => q#ᎢᎫᏥᎧ#,
9390             },
9391             'Asia/Jakarta' => {
9392             exemplarCity => q#ᏣᎧᏔ#,
9393             },
9394             'Asia/Jayapura' => {
9395             exemplarCity => q#ᏣᏯᏋᎳ#,
9396             },
9397             'Asia/Jerusalem' => {
9398             exemplarCity => q#ᏤᎷᏌᎴᎻ#,
9399             },
9400             'Asia/Kabul' => {
9401             exemplarCity => q#ᎧᏊᎵ#,
9402             },
9403             'Asia/Kamchatka' => {
9404             exemplarCity => q#ᎧᎻᏣᎧ#,
9405             },
9406             'Asia/Karachi' => {
9407             exemplarCity => q#ᎧᎳᏥ#,
9408             },
9409             'Asia/Katmandu' => {
9410             exemplarCity => q#ᎧᏘᎹᏂᏚ#,
9411             },
9412             'Asia/Khandyga' => {
9413             exemplarCity => q#ᎧᏂᏗᎦ#,
9414             },
9415             'Asia/Krasnoyarsk' => {
9416             exemplarCity => q#ᏝᏍᏃᏯᏍᎧ#,
9417             },
9418             'Asia/Kuala_Lumpur' => {
9419             exemplarCity => q#ᎫᏩᎳ ᎸᎻᏋ#,
9420             },
9421             'Asia/Kuching' => {
9422             exemplarCity => q#ᎫᏥᏂᎦ#,
9423             },
9424             'Asia/Kuwait' => {
9425             exemplarCity => q#ᎫᏪᏘ#,
9426             },
9427             'Asia/Macau' => {
9428             exemplarCity => q#ᎹᎧᎤ#,
9429             },
9430             'Asia/Magadan' => {
9431             exemplarCity => q#ᎹᎦᏓᏂ#,
9432             },
9433             'Asia/Makassar' => {
9434             exemplarCity => q#ᎹᎧᏌᎵ#,
9435             },
9436             'Asia/Manila' => {
9437             exemplarCity => q#ᎹᏂᎳ#,
9438             },
9439             'Asia/Muscat' => {
9440             exemplarCity => q#ᎽᏍᎦᏘ#,
9441             },
9442             'Asia/Nicosia' => {
9443             exemplarCity => q#ᏂᎪᏏᏯ#,
9444             },
9445             'Asia/Novokuznetsk' => {
9446             exemplarCity => q#ᏃᏬᎫᏁᏖᏍᎧ#,
9447             },
9448             'Asia/Novosibirsk' => {
9449             exemplarCity => q#ᏃᏬᏏᏈᏍᎧ#,
9450             },
9451             'Asia/Omsk' => {
9452             exemplarCity => q#ᎣᎻᏍᎧ#,
9453             },
9454             'Asia/Oral' => {
9455             exemplarCity => q#ᎣᎳᎵ#,
9456             },
9457             'Asia/Phnom_Penh' => {
9458             exemplarCity => q#ᎿᎻ ᏇᏂ#,
9459             },
9460             'Asia/Pontianak' => {
9461             exemplarCity => q#ᏆᏂᏘᎠᎾᎩ#,
9462             },
9463             'Asia/Pyongyang' => {
9464             exemplarCity => q#ᏈᏯᏂᎩᏰᏂᎩ#,
9465             },
9466             'Asia/Qatar' => {
9467             exemplarCity => q#ᎧᏔᎵ#,
9468             },
9469             'Asia/Qostanay' => {
9470             exemplarCity => q#ᎧᏍᏔᏁ#,
9471             },
9472             'Asia/Qyzylorda' => {
9473             exemplarCity => q#ᎩᏏᎶᎳᏓ#,
9474             },
9475             'Asia/Rangoon' => {
9476             exemplarCity => q#ᎳᏂᎫᏂ#,
9477             },
9478             'Asia/Riyadh' => {
9479             exemplarCity => q#ᎵᏯᏗ#,
9480             },
9481             'Asia/Saigon' => {
9482             exemplarCity => q#Ꮀ Ꮵ ᎻᏂ ᎦᏚᎲ#,
9483             },
9484             'Asia/Sakhalin' => {
9485             exemplarCity => q#ᏌᎧᎵᏂ#,
9486             },
9487             'Asia/Samarkand' => {
9488             exemplarCity => q#ᏌᎹᎧᏂᏗ#,
9489             },
9490             'Asia/Seoul' => {
9491             exemplarCity => q#ᏐᎵ#,
9492             },
9493             'Asia/Shanghai' => {
9494             exemplarCity => q#ᏎᏂᎦᎭᏱ#,
9495             },
9496             'Asia/Singapore' => {
9497             exemplarCity => q#ᏏᏂᎦᏉᎵ#,
9498             },
9499             'Asia/Srednekolymsk' => {
9500             exemplarCity => q#ᏍᎴᏗᏁᎪᎵᎻᏍᎧ#,
9501             },
9502             'Asia/Taipei' => {
9503             exemplarCity => q#ᏔᏱᏇ#,
9504             },
9505             'Asia/Tashkent' => {
9506             exemplarCity => q#ᏔᏏᎨᏂᏘ#,
9507             },
9508             'Asia/Tbilisi' => {
9509             exemplarCity => q#ᏘᏈᎵᏏ#,
9510             },
9511             'Asia/Tehran' => {
9512             exemplarCity => q#ᏖᎳᏂ#,
9513             },
9514             'Asia/Thimphu' => {
9515             exemplarCity => q#ᏞᎻᏡ#,
9516             },
9517             'Asia/Tokyo' => {
9518             exemplarCity => q#ᏙᎩᏲ#,
9519             },
9520             'Asia/Tomsk' => {
9521             exemplarCity => q#ᏙᎻᏍᎧ#,
9522             },
9523             'Asia/Ulaanbaatar' => {
9524             exemplarCity => q#ᎤᎳᏂᏆᏔ#,
9525             },
9526             'Asia/Urumqi' => {
9527             exemplarCity => q#ᎤᎷᎻᎩ#,
9528             },
9529             'Asia/Ust-Nera' => {
9530             exemplarCity => q#ᎤᏍᏔ-ᏁᎳ#,
9531             },
9532             'Asia/Vientiane' => {
9533             exemplarCity => q#ᏫᏰᏂᏘᏯᏁ#,
9534             },
9535             'Asia/Vladivostok' => {
9536             exemplarCity => q#ᏭᎳᏗᏬᏍᏙᎩ#,
9537             },
9538             'Asia/Yakutsk' => {
9539             exemplarCity => q#ᏯᎫᏥᎧ#,
9540             },
9541             'Asia/Yekaterinburg' => {
9542             exemplarCity => q#ᏰᎧᏖᎵᏂᏊᎦ#,
9543             },
9544             'Asia/Yerevan' => {
9545             exemplarCity => q#ᏰᎴᏪᏂ#,
9546             },
9547             'Atlantic' => {
9548             long => {
9549             'daylight' => q#ᏗᎧᎸᎬ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9550             'generic' => q#ᏗᎧᎸᎬ ᎠᏟᎢᎵᏒ#,
9551             'standard' => q#ᏗᎧᎸᎬ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9552             },
9553             short => {
9554             'daylight' => q#ADT#,
9555             'generic' => q#AT#,
9556             'standard' => q#AST#,
9557             },
9558             },
9559             'Atlantic/Azores' => {
9560             exemplarCity => q#ᎠᏐᎴᏏ#,
9561             },
9562             'Atlantic/Bermuda' => {
9563             exemplarCity => q#ᏆᏊᏓ#,
9564             },
9565             'Atlantic/Canary' => {
9566             exemplarCity => q#ᏥᏍᏆ#,
9567             },
9568             'Atlantic/Cape_Verde' => {
9569             exemplarCity => q#ᎢᎬᎾᏕᎾ ᎢᏤᏳᏍᏗ#,
9570             },
9571             'Atlantic/Faeroe' => {
9572             exemplarCity => q#ᏪᎶ#,
9573             },
9574             'Atlantic/Madeira' => {
9575             exemplarCity => q#ᎹᏕᎳ#,
9576             },
9577             'Atlantic/Reykjavik' => {
9578             exemplarCity => q#ᎴᏣᏫᎩ#,
9579             },
9580             'Atlantic/South_Georgia' => {
9581             exemplarCity => q#ᏧᎦᎾᏮ ᏣᎠᏥᎢ#,
9582             },
9583             'Atlantic/St_Helena' => {
9584             exemplarCity => q#ᎤᏓᏅᏘ ᎮᎵᎾ#,
9585             },
9586             'Atlantic/Stanley' => {
9587             exemplarCity => q#ᏍᏕᏂᎵ#,
9588             },
9589             'Australia/Adelaide' => {
9590             exemplarCity => q#ᎡᏕᎴᏗ#,
9591             },
9592             'Australia/Brisbane' => {
9593             exemplarCity => q#ᏇᏍᏇᏂ#,
9594             },
9595             'Australia/Broken_Hill' => {
9596             exemplarCity => q#ᎤᏲᏨᎯ ᎦᏚᏏ#,
9597             },
9598             'Australia/Darwin' => {
9599             exemplarCity => q#ᏓᏩᏂ#,
9600             },
9601             'Australia/Eucla' => {
9602             exemplarCity => q#ᏳᏝ#,
9603             },
9604             'Australia/Hobart' => {
9605             exemplarCity => q#ᎰᏆᏘ#,
9606             },
9607             'Australia/Lindeman' => {
9608             exemplarCity => q#ᎴᎾᏕᎹᏂ#,
9609             },
9610             'Australia/Lord_Howe' => {
9611             exemplarCity => q#ᎤᎬᏫᏳᎯ ᎭᏫ#,
9612             },
9613             'Australia/Melbourne' => {
9614             exemplarCity => q#ᎺᎵᏉᏁ#,
9615             },
9616             'Australia/Perth' => {
9617             exemplarCity => q#ᏇᎵᏝ#,
9618             },
9619             'Australia/Sydney' => {
9620             exemplarCity => q#ᏏᏗᏂ#,
9621             },
9622             'Australia_Central' => {
9623             long => {
9624             'daylight' => q#ᎠᏰᏟ ᎡᎳᏗᏜ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9625             'generic' => q#ᎠᏰᏟ ᎡᎳᏗᏜ ᎠᏟᎢᎵᏒ#,
9626             'standard' => q#ᎠᏰᏟ ᎡᎳᏗᏜ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9627             },
9628             },
9629             'Australia_CentralWestern' => {
9630             long => {
9631             'daylight' => q#ᎠᏰᏟ ᎡᎳᏗᏜ ᏭᏕᎵᎬ ᏗᏜ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9632             'generic' => q#ᎠᏰᏟ ᎡᎳᏗᏜ ᏭᏕᎵᎬ ᏗᏜ ᎠᏟᎢᎵᏒ#,
9633             'standard' => q#ᎠᏰᏟ ᎡᎳᏗᏜ ᏭᏕᎵᎬ ᏗᏜ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9634             },
9635             },
9636             'Australia_Eastern' => {
9637             long => {
9638             'daylight' => q#ᎡᎳᏗᏜ ᏗᎧᎸᎬ ᏗᏜ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9639             'generic' => q#ᎡᎳᏗᏜ ᏗᎧᎸᎬ ᏗᏜ ᎠᏟᎢᎵᏒ#,
9640             'standard' => q#ᎡᎳᏗᏜ ᏗᎧᎸᎬ ᏗᏜ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9641             },
9642             },
9643             'Australia_Western' => {
9644             long => {
9645             'daylight' => q#ᎡᎳᏗᏜ ᏭᏕᎵᎬ ᏗᏜ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9646             'generic' => q#ᎡᎳᏗᏜ ᏭᏕᎵᎬ ᏗᏜ ᎠᏟᎢᎵᏒ#,
9647             'standard' => q#ᎡᎳᏗᏜ ᏭᏕᎵᎬ ᏗᏜ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9648             },
9649             },
9650             'Azerbaijan' => {
9651             long => {
9652             'daylight' => q#ᎠᏏᎵᏆᏌᏂ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9653             'generic' => q#ᎠᏏᎵᏆᏌᏂ ᎠᏟᎢᎵᏒ#,
9654             'standard' => q#ᎠᏏᎵᏆᏌᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9655             },
9656             },
9657             'Azores' => {
9658             long => {
9659             'daylight' => q#ᎠᏐᎴᏏ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9660             'generic' => q#ᎠᏐᎴᏏ ᎠᏟᎢᎵᏒ#,
9661             'standard' => q#ᎠᏐᎴᏏ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9662             },
9663             },
9664             'Bangladesh' => {
9665             long => {
9666             'daylight' => q#ᏆᏂᎦᎵᏕᏍ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9667             'generic' => q#ᏆᏂᎦᎵᏕᏍ ᎠᏟᎢᎵᏒ#,
9668             'standard' => q#ᏆᏂᎦᎵᏕᏍ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9669             },
9670             },
9671             'Bhutan' => {
9672             long => {
9673             'standard' => q#ᏊᏔᏂ ᎠᏟᎢᎵᏒ#,
9674             },
9675             },
9676             'Bolivia' => {
9677             long => {
9678             'standard' => q#ᏉᎵᏫᎠ ᎠᏟᎢᎵᏒ#,
9679             },
9680             },
9681             'Brasilia' => {
9682             long => {
9683             'daylight' => q#ᏆᏏᎵᏯ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9684             'generic' => q#ᏆᏏᎵᏯ ᎠᏟᎢᎵᏒ#,
9685             'standard' => q#ᏆᏏᎵᏯ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9686             },
9687             },
9688             'Brunei' => {
9689             long => {
9690             'standard' => q#ᏊᎾᎢ ᏓᎷᏌᎳᎻ ᎠᏟᎢᎵᏒ#,
9691             },
9692             },
9693             'Cape_Verde' => {
9694             long => {
9695             'daylight' => q#ᎢᎬᎾᏕᎾ ᎢᏤᏳᏍᏗ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9696             'generic' => q#ᎢᎬᎾᏕᎾ ᎢᏤᏳᏍᏗ ᎠᏟᎢᎵᏒ#,
9697             'standard' => q#ᎢᎬᎾᏕᎾ ᎢᏤᏳᏍᏗ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9698             },
9699             },
9700             'Chamorro' => {
9701             long => {
9702             'standard' => q#ᏣᎼᎶ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9703             },
9704             },
9705             'Chatham' => {
9706             long => {
9707             'daylight' => q#ᏣᏝᎻ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9708             'generic' => q#ᏣᏝᎻ ᎠᏟᎢᎵᏒ#,
9709             'standard' => q#ᏣᏝᎻ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9710             },
9711             },
9712             'Chile' => {
9713             long => {
9714             'daylight' => q#ᏥᎵ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9715             'generic' => q#ᏥᎵ ᎠᏟᎢᎵᏒ#,
9716             'standard' => q#ᏥᎵ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9717             },
9718             },
9719             'China' => {
9720             long => {
9721             'daylight' => q#ᏓᎶᏂᎨᏍᏛ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9722             'generic' => q#ᏓᎶᏂᎨᏍᏛ ᎠᏟᎢᎵᏒ#,
9723             'standard' => q#ᏓᎶᏂᎨᏍᏛ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9724             },
9725             },
9726             'Christmas' => {
9727             long => {
9728             'standard' => q#ᏓᏂᏍᏓᏲᎯᎲ ᎤᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
9729             },
9730             },
9731             'Cocos' => {
9732             long => {
9733             'standard' => q#ᎪᎪᏍ ᏚᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
9734             },
9735             },
9736             'Colombia' => {
9737             long => {
9738             'daylight' => q#ᎪᎸᎻᏈᎢᎠ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9739             'generic' => q#ᎪᎸᎻᏈᎢᎠ ᎠᏟᎢᎵᏒ#,
9740             'standard' => q#ᎪᎸᎻᏈᎢᎠ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9741             },
9742             },
9743             'Cook' => {
9744             long => {
9745             'daylight' => q#ᎠᏓᏍᏓᏴᎲᏍᎩ ᏚᎦᏚᏛᎢ ᎠᏰᏟ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9746             'generic' => q#ᎠᏓᏍᏓᏴᎲᏍᎩ ᏚᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
9747             'standard' => q#ᎠᏓᏍᏓᏴᎲᏍᎩ ᏚᎦᏚᏛᎢ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9748             },
9749             },
9750             'Cuba' => {
9751             long => {
9752             'daylight' => q#ᎫᏆ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
9753             'generic' => q#ᎫᏆ ᎠᏟᎢᎵᏒ#,
9754             'standard' => q#ᎫᏆ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9755             },
9756             },
9757             'Davis' => {
9758             long => {
9759             'standard' => q#ᏕᏫᏏ ᎠᏟᎢᎵᏒ#,
9760             },
9761             },
9762             'DumontDUrville' => {
9763             long => {
9764             'standard' => q#ᏚᎼᎾᏘ-Ꮧ’ᎤᎵᏫᎵ ᎠᏟᎢᎵᏒ#,
9765             },
9766             },
9767             'East_Timor' => {
9768             long => {
9769             'standard' => q#ᏗᎧᎸᎬ ᏘᎼᎵ ᎠᏟᎢᎵᏒ#,
9770             },
9771             },
9772             'Easter' => {
9773             long => {
9774             'daylight' => q#ᏥᏌᏕᎴᎯᏌᏅ ᎤᎦᏚᏛᎢ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9775             'generic' => q#ᏥᏌᏕᎴᎯᏌᏅ ᎤᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
9776             'standard' => q#ᏥᏌᏕᎴᎯᏌᏅ ᎤᎦᏚᏛᎢ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9777             },
9778             },
9779             'Ecuador' => {
9780             long => {
9781             'standard' => q#ᎡᏆᏙᎵ ᎠᏟᎢᎵᏒ#,
9782             },
9783             },
9784             'Etc/UTC' => {
9785             long => {
9786             'standard' => q#ᎢᎩᏠᏱ ᏂᎦᏓ ᎠᏟᎢᎵᏒ#,
9787             },
9788             },
9789             'Etc/Unknown' => {
9790             exemplarCity => q#ᏄᏬᎵᏍᏛᎾ ᎦᏚᎲ#,
9791             },
9792             'Europe/Amsterdam' => {
9793             exemplarCity => q#ᎠᎻᏍᏕᏓᎻ#,
9794             },
9795             'Europe/Andorra' => {
9796             exemplarCity => q#ᎠᏂᏙᏩ#,
9797             },
9798             'Europe/Astrakhan' => {
9799             exemplarCity => q#ᎠᏝᎧᏂ#,
9800             },
9801             'Europe/Athens' => {
9802             exemplarCity => q#ᎠᏖᏂᏏ#,
9803             },
9804             'Europe/Belgrade' => {
9805             exemplarCity => q#ᏇᎵᏇᏗ#,
9806             },
9807             'Europe/Berlin' => {
9808             exemplarCity => q#ᏇᎵᏂ#,
9809             },
9810             'Europe/Bratislava' => {
9811             exemplarCity => q#ᏆᏘᏍᎳᏩ#,
9812             },
9813             'Europe/Brussels' => {
9814             exemplarCity => q#ᏋᏎᎵᏏ#,
9815             },
9816             'Europe/Bucharest' => {
9817             exemplarCity => q#ᏇᏣᎴᏍᏗ#,
9818             },
9819             'Europe/Budapest' => {
9820             exemplarCity => q#ᏊᏓᏇᏍᏗ#,
9821             },
9822             'Europe/Busingen' => {
9823             exemplarCity => q#ᏊᏏᏂᎨᏂ#,
9824             },
9825             'Europe/Chisinau' => {
9826             exemplarCity => q#ᏥᏏᎾᏫ#,
9827             },
9828             'Europe/Copenhagen' => {
9829             exemplarCity => q#ᎪᏇᏂᎮᎨᏂ#,
9830             },
9831             'Europe/Dublin' => {
9832             exemplarCity => q#ᏛᎵᏂ#,
9833             long => {
9834             'daylight' => q#ᎨᎵᎩ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9835             },
9836             },
9837             'Europe/Gibraltar' => {
9838             exemplarCity => q#ᏥᏆᎵᏓ#,
9839             },
9840             'Europe/Guernsey' => {
9841             exemplarCity => q#ᎬᏂᏏ#,
9842             },
9843             'Europe/Helsinki' => {
9844             exemplarCity => q#ᎮᎵᏏᏂᎩ#,
9845             },
9846             'Europe/Isle_of_Man' => {
9847             exemplarCity => q#ᎤᏍᏗᎤᎦᏚᏛ ᎾᎿ ᎠᏍᎦᏯ#,
9848             },
9849             'Europe/Istanbul' => {
9850             exemplarCity => q#ᎢᏍᏔᏂᏊᎵ#,
9851             },
9852             'Europe/Jersey' => {
9853             exemplarCity => q#ᏨᎵᏏ#,
9854             },
9855             'Europe/Kaliningrad' => {
9856             exemplarCity => q#ᎧᎵᏂᏆᏗ#,
9857             },
9858             'Europe/Kiev' => {
9859             exemplarCity => q#ᎩᏫ#,
9860             },
9861             'Europe/Kirov' => {
9862             exemplarCity => q#ᎩᎶᏩ#,
9863             },
9864             'Europe/Lisbon' => {
9865             exemplarCity => q#ᎵᏏᏉᏂ#,
9866             },
9867             'Europe/Ljubljana' => {
9868             exemplarCity => q#ᏧᏣᎾ#,
9869             },
9870             'Europe/London' => {
9871             exemplarCity => q#ᎸᏂᏓᏂ#,
9872             long => {
9873             'daylight' => q#ᏈᏗᏏ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9874             },
9875             },
9876             'Europe/Luxembourg' => {
9877             exemplarCity => q#ᎸᎧᏎᏋᎩ#,
9878             },
9879             'Europe/Madrid' => {
9880             exemplarCity => q#ᎹᏟᏗ#,
9881             },
9882             'Europe/Malta' => {
9883             exemplarCity => q#ᎹᎵᏔ#,
9884             },
9885             'Europe/Mariehamn' => {
9886             exemplarCity => q#ᎺᎵᎭᎻ#,
9887             },
9888             'Europe/Minsk' => {
9889             exemplarCity => q#ᎺᏂᏍᎩ#,
9890             },
9891             'Europe/Monaco' => {
9892             exemplarCity => q#ᎼᎾᎪ#,
9893             },
9894             'Europe/Moscow' => {
9895             exemplarCity => q#ᎹᏍᎦᏫ#,
9896             },
9897             'Europe/Oslo' => {
9898             exemplarCity => q#ᎣᏏᎶ#,
9899             },
9900             'Europe/Paris' => {
9901             exemplarCity => q#ᏇᏫᏏ#,
9902             },
9903             'Europe/Podgorica' => {
9904             exemplarCity => q#ᏉᎪᎵᎧ#,
9905             },
9906             'Europe/Prague' => {
9907             exemplarCity => q#ᏆᏇ#,
9908             },
9909             'Europe/Riga' => {
9910             exemplarCity => q#ᎵᎦ#,
9911             },
9912             'Europe/Rome' => {
9913             exemplarCity => q#ᎶᎻ#,
9914             },
9915             'Europe/Samara' => {
9916             exemplarCity => q#ᏌᎹᎳ#,
9917             },
9918             'Europe/San_Marino' => {
9919             exemplarCity => q#ᎹᎵᏃ#,
9920             },
9921             'Europe/Sarajevo' => {
9922             exemplarCity => q#ᏌᎳᏤᏬ#,
9923             },
9924             'Europe/Saratov' => {
9925             exemplarCity => q#ᏌᏆᏙᎥ#,
9926             },
9927             'Europe/Simferopol' => {
9928             exemplarCity => q#ᏏᎻᏪᎶᏉᎵ#,
9929             },
9930             'Europe/Skopje' => {
9931             exemplarCity => q#ᏍᎪᏤ#,
9932             },
9933             'Europe/Sofia' => {
9934             exemplarCity => q#ᏐᏟᎠ#,
9935             },
9936             'Europe/Stockholm' => {
9937             exemplarCity => q#ᏍᏓᎩᎰᎻ#,
9938             },
9939             'Europe/Tallinn' => {
9940             exemplarCity => q#ᏔᎵᏂ#,
9941             },
9942             'Europe/Tirane' => {
9943             exemplarCity => q#ᏘᎳᎾ#,
9944             },
9945             'Europe/Ulyanovsk' => {
9946             exemplarCity => q#ᎤᎵᏯᏃᏬᏍᎧ#,
9947             },
9948             'Europe/Vaduz' => {
9949             exemplarCity => q#ᏩᏚᏏ#,
9950             },
9951             'Europe/Vatican' => {
9952             exemplarCity => q#ᎠᏥᎳᏁᏠ#,
9953             },
9954             'Europe/Vienna' => {
9955             exemplarCity => q#ᏫᏰᎾ#,
9956             },
9957             'Europe/Vilnius' => {
9958             exemplarCity => q#ᏫᎵᏂᏴᏏ#,
9959             },
9960             'Europe/Volgograd' => {
9961             exemplarCity => q#ᏬᎶᎪᏝᏗ#,
9962             },
9963             'Europe/Warsaw' => {
9964             exemplarCity => q#ᏓᎿᏩ ᎤᎪᎲᎩ#,
9965             },
9966             'Europe/Zagreb' => {
9967             exemplarCity => q#ᏌᏇᏈ#,
9968             },
9969             'Europe/Zurich' => {
9970             exemplarCity => q#ᏑᎵᏥ#,
9971             },
9972             'Europe_Central' => {
9973             long => {
9974             'daylight' => q#ᎠᏰᏟ ᏳᎳᏈ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9975             'generic' => q#ᎠᏰᏟ ᏳᎳᏈ ᎠᏟᎢᎵᏒ#,
9976             'standard' => q#ᎠᏰᏟ ᏳᎳᏈ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9977             },
9978             },
9979             'Europe_Eastern' => {
9980             long => {
9981             'daylight' => q#ᏗᎧᎸᎬ ᏗᏜ ᏳᎳᏈ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9982             'generic' => q#ᏗᎧᎸᎬ ᏗᏜ ᏳᎳᏈ ᎠᏟᎢᎵᏒ#,
9983             'standard' => q#ᏗᎧᎸᎬ ᏗᏜ ᏳᎳᏈ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9984             },
9985             },
9986             'Europe_Further_Eastern' => {
9987             long => {
9988             'standard' => q#ᏗᎧᎸᎬ ᏳᎳᏈ ᎠᏟᎢᎵᏒ#,
9989             },
9990             },
9991             'Europe_Western' => {
9992             long => {
9993             'daylight' => q#ᏭᏕᎵᎬ ᏗᏜ ᏳᎳᏈ ᎪᎩ ᎠᏟᎢᎵᏒ#,
9994             'generic' => q#ᏭᏕᎵᎬ ᏗᏜ ᏳᎳᏈ ᎠᏟᎢᎵᏒ#,
9995             'standard' => q#ᏭᏕᎵᎬ ᏗᏜ ᏳᎳᏈ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
9996             },
9997             },
9998             'Falkland' => {
9999             long => {
10000             'daylight' => q#ᏩᎩ ᏚᎦᏚᏛᎢ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10001             'generic' => q#ᏩᎩ ᏚᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
10002             'standard' => q#ᏩᎩ ᏚᎦᏚᏛᎢ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10003             },
10004             },
10005             'Fiji' => {
10006             long => {
10007             'daylight' => q#ᏫᏥ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10008             'generic' => q#ᏫᏥ ᎠᏟᎢᎵᏒ#,
10009             'standard' => q#ᏫᏥ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10010             },
10011             },
10012             'French_Guiana' => {
10013             long => {
10014             'standard' => q#ᎠᏂᎦᎸ ᏈᏯᎾ ᎠᏟᎢᎵᏒ#,
10015             },
10016             },
10017             'French_Southern' => {
10018             long => {
10019             'standard' => q#ᎠᏂᎦᎸᏥ ᎤᎦᏃᏮ & ᎤᏁᏍᏓᎶ ᎠᏟᎢᎵᏒ#,
10020             },
10021             },
10022             'GMT' => {
10023             long => {
10024             'standard' => q#ᎢᏤ ᎢᏳᏍᏗ ᎠᏟᎢᎵᏒ#,
10025             },
10026             },
10027             'Galapagos' => {
10028             long => {
10029             'standard' => q#ᎡᏆ ᏓᎦᏏ ᎤᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
10030             },
10031             },
10032             'Gambier' => {
10033             long => {
10034             'standard' => q#ᎦᎻᏇᎵ ᎠᏟᎢᎵᏒ#,
10035             },
10036             },
10037             'Georgia' => {
10038             long => {
10039             'daylight' => q#ᏣᎠᏥᎢ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10040             'generic' => q#ᏣᎠᏥᎢ ᎠᏟᎢᎵᏒ#,
10041             'standard' => q#ᏣᎠᏥᎢ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10042             },
10043             },
10044             'Gilbert_Islands' => {
10045             long => {
10046             'standard' => q#ᎩᎵᏇᏘ ᏚᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
10047             },
10048             },
10049             'Greenland_Eastern' => {
10050             long => {
10051             'daylight' => q#ᏗᎧᎸᎬ ᎢᏤᏍᏛᏱ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10052             'generic' => q#ᏗᎧᎸᎬ ᎢᏤᏍᏛᏱ ᎠᎵᎢᎵᏒ#,
10053             'standard' => q#ᏗᎧᎸᎬ ᎢᏤᏍᏛᏱ ᎠᏟᎶᏍᏗ ᎠᎵᎢᎵᏒ#,
10054             },
10055             },
10056             'Greenland_Western' => {
10057             long => {
10058             'daylight' => q#ᏭᏕᎵᎬ ᎢᏤᏍᏛᏱ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10059             'generic' => q#ᏭᏕᎵᎬ ᎢᏤᏍᏛᏱ ᎠᎵᎢᎵᏒ#,
10060             'standard' => q#ᏭᏕᎵᎬ ᎢᏤᏍᏛᏱ ᎠᏟᎶᏍᏗ ᎠᎵᎢᎵᏒ#,
10061             },
10062             },
10063             'Gulf' => {
10064             long => {
10065             'standard' => q#ᎡᏉᏄᎸᏗ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10066             },
10067             },
10068             'Guyana' => {
10069             long => {
10070             'standard' => q#ᎦᏯᎾ ᎠᏟᎢᎵᏒ#,
10071             },
10072             },
10073             'Hawaii_Aleutian' => {
10074             long => {
10075             'daylight' => q#ᎭᏩᏱ-ᎠᎵᏳᏏᎠᏂ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10076             'generic' => q#ᎭᏩᏱ-ᎠᎵᏳᏏᎠᏂ ᎠᏟᎢᎵᏒ#,
10077             'standard' => q#ᎭᏩᏱ-ᎠᎵᏳᏏᎠᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10078             },
10079             short => {
10080             'daylight' => q#HADT#,
10081             'generic' => q#HAT#,
10082             'standard' => q#HAST#,
10083             },
10084             },
10085             'Hong_Kong' => {
10086             long => {
10087             'daylight' => q#ᎰᏂᎩ ᎪᏂᎩ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10088             'generic' => q#ᎰᏂᎩ ᎪᏂᎩ ᎠᏟᎢᎵᏒ#,
10089             'standard' => q#ᎰᏂᎩ ᎪᏂᎩ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10090             },
10091             },
10092             'Hovd' => {
10093             long => {
10094             'daylight' => q#ᎰᏩᏗ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10095             'generic' => q#ᎰᏩᏗ ᎠᏟᎢᎵᏒ#,
10096             'standard' => q#ᎰᏩᏗ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10097             },
10098             },
10099             'India' => {
10100             long => {
10101             'standard' => q#ᎢᏂᏗᎢᎠ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10102             },
10103             },
10104             'Indian/Antananarivo' => {
10105             exemplarCity => q#ᎠᏂᏔᎾᎾᎵᏬ#,
10106             },
10107             'Indian/Chagos' => {
10108             exemplarCity => q#ᏣᎪᏏ#,
10109             },
10110             'Indian/Christmas' => {
10111             exemplarCity => q#ᏓᏂᏍᏓᏲᎯᎲ#,
10112             },
10113             'Indian/Cocos' => {
10114             exemplarCity => q#ᎪᎪᏍ#,
10115             },
10116             'Indian/Comoro' => {
10117             exemplarCity => q#ᎪᎼᎳ#,
10118             },
10119             'Indian/Kerguelen' => {
10120             exemplarCity => q#ᎬᎵᎫᏰᎴᏂ#,
10121             },
10122             'Indian/Mahe' => {
10123             exemplarCity => q#ᎹᎮ#,
10124             },
10125             'Indian/Maldives' => {
10126             exemplarCity => q#ᎹᎵᏗᏫᏍ#,
10127             },
10128             'Indian/Mauritius' => {
10129             exemplarCity => q#ᎼᎵᏏᎥᏍ#,
10130             },
10131             'Indian/Mayotte' => {
10132             exemplarCity => q#ᎺᏯᏖ#,
10133             },
10134             'Indian/Reunion' => {
10135             exemplarCity => q#ᎴᏳᏂᎠᏂ#,
10136             },
10137             'Indian_Ocean' => {
10138             long => {
10139             'standard' => q#ᎠᏂᏴᏫᏯ ᎠᎺᏉᎯ ᎠᏟᎢᎵᏒ#,
10140             },
10141             },
10142             'Indochina' => {
10143             long => {
10144             'standard' => q#ᎢᏂᏙᏓᎶᏂᎨᏍᏛ ᎠᏟᎢᎵᏒ#,
10145             },
10146             },
10147             'Indonesia_Central' => {
10148             long => {
10149             'standard' => q#ᎠᏰᏟ ᎢᏂᏙᏂᏍᏯ ᎠᏟᎢᎵᏒ#,
10150             },
10151             },
10152             'Indonesia_Eastern' => {
10153             long => {
10154             'standard' => q#ᏗᎧᎸᎬ ᏗᏜ ᎢᏂᏙᏂᏍᏯ ᎠᏟᎢᎵᏒ#,
10155             },
10156             },
10157             'Indonesia_Western' => {
10158             long => {
10159             'standard' => q#ᏭᏕᎵᎬ ᏗᏜ ᎢᏂᏙᏂᏍᏯ ᎠᏟᎢᎵᏒ#,
10160             },
10161             },
10162             'Iran' => {
10163             long => {
10164             'daylight' => q#ᎢᎳᏂ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10165             'generic' => q#ᎢᎳᏂ ᎠᏟᎢᎵᏒ#,
10166             'standard' => q#ᎢᎳᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10167             },
10168             },
10169             'Irkutsk' => {
10170             long => {
10171             'daylight' => q#ᎢᎫᏥᎧ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10172             'generic' => q#ᎢᎫᏥᎧ ᎠᏟᎢᎵᏒ#,
10173             'standard' => q#ᎢᎫᏥᎧ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10174             },
10175             },
10176             'Israel' => {
10177             long => {
10178             'daylight' => q#ᎢᏏᎵᏱ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒᎩ#,
10179             'generic' => q#ᎢᏏᎵᏱ ᎠᏟᎢᎵᏒ#,
10180             'standard' => q#ᎢᏏᎵᏱ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10181             },
10182             },
10183             'Japan' => {
10184             long => {
10185             'daylight' => q#ᏣᏩᏂᏏ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10186             'generic' => q#ᏣᏩᏂᏏ ᎠᏟᎢᎵᏒ#,
10187             'standard' => q#ᏣᏩᏂᏏ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10188             },
10189             },
10190             'Kazakhstan' => {
10191             long => {
10192             'standard' => q#ᎧᏎᎧᏍᏕᏂ ᎠᏟᎢᎵᏒ#,
10193             },
10194             },
10195             'Kazakhstan_Eastern' => {
10196             long => {
10197             'standard' => q#ᏗᎧᎸᎬ ᎧᏎᎧᏍᏕᏂ ᎠᏟᎢᎵᏒ#,
10198             },
10199             },
10200             'Kazakhstan_Western' => {
10201             long => {
10202             'standard' => q#ᏭᏕᎵᎬ ᎧᏎᎧᏍᏕᏂ ᎠᏟᎢᎵᏒ#,
10203             },
10204             },
10205             'Korea' => {
10206             long => {
10207             'daylight' => q#ᎪᎵᎠᏂ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10208             'generic' => q#ᎪᎵᎠᏂ ᎠᏟᎢᎵᏒ#,
10209             'standard' => q#ᎪᎵᎠᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10210             },
10211             },
10212             'Kosrae' => {
10213             long => {
10214             'standard' => q#ᎪᏍᎴ ᎠᏟᎢᎵᏒ#,
10215             },
10216             },
10217             'Krasnoyarsk' => {
10218             long => {
10219             'daylight' => q#ᏝᏍᏃᏯᏍᎧ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10220             'generic' => q#ᏝᏍᏃᏯᏍᎧ ᎠᏟᎢᎵᏒ#,
10221             'standard' => q#ᏝᏍᏃᏯᏍᎧ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10222             },
10223             },
10224             'Kyrgystan' => {
10225             long => {
10226             'standard' => q#ᎩᎵᏣᎢᏍ ᎠᏟᎢᎵᏒ#,
10227             },
10228             },
10229             'Line_Islands' => {
10230             long => {
10231             'standard' => q#ᎠᏍᏓᏅᏅ ᏚᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
10232             },
10233             },
10234             'Lord_Howe' => {
10235             long => {
10236             'daylight' => q#ᎤᎬᏫᏳᎯ ᎭᏫ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10237             'generic' => q#ᎤᎬᏫᏳᎯ ᎭᏫ ᎠᏟᎢᎵᏒ#,
10238             'standard' => q#ᎤᎬᏫᏳᎯ ᎭᏫ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10239             },
10240             },
10241             'Magadan' => {
10242             long => {
10243             'daylight' => q#ᎹᎦᏓᏂ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10244             'generic' => q#ᎹᎦᏓᏂ ᎠᏟᎢᎵᏒ#,
10245             'standard' => q#ᎹᎦᏓᏂ ᎠᏟᎢᎵᏒ ᎠᏟᎢᎵᏒ#,
10246             },
10247             },
10248             'Malaysia' => {
10249             long => {
10250             'standard' => q#ᎹᎴᏏᎢᎠ ᎠᏟᎢᎵᏒ#,
10251             },
10252             },
10253             'Maldives' => {
10254             long => {
10255             'standard' => q#ᎹᎵᏗᏫᏍ ᎠᏟᎢᎵᏒ#,
10256             },
10257             },
10258             'Marquesas' => {
10259             long => {
10260             'standard' => q#ᎹᎵᎨᏌᏏ ᎠᏟᎢᎵᏒ#,
10261             },
10262             },
10263             'Marshall_Islands' => {
10264             long => {
10265             'standard' => q#ᎹᏌᎵ ᏚᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
10266             },
10267             },
10268             'Mauritius' => {
10269             long => {
10270             'daylight' => q#ᎼᎵᏏᎥᏍ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10271             'generic' => q#ᎼᎵᏏᎥᏍ ᎠᏟᎢᎵᏒ#,
10272             'standard' => q#ᎼᎵᏏᎥᏍ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10273             },
10274             },
10275             'Mawson' => {
10276             long => {
10277             'standard' => q#ᎹᏌᏂ ᎠᏟᎢᎵᏒ#,
10278             },
10279             },
10280             'Mexico_Pacific' => {
10281             long => {
10282             'daylight' => q#ᎠᏂᏍᏆᏂ ᏭᏕᎵᎬ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10283             'generic' => q#ᎠᏂᏍᏆᏂ ᏭᏕᎵᎬ ᎠᏟᎢᎵᏒ#,
10284             'standard' => q#ᎠᏂᏍᏆᏂ ᏭᏕᎵᎬ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10285             },
10286             },
10287             'Mongolia' => {
10288             long => {
10289             'daylight' => q#ᎤᎳᏂ ᏆᏙᎸ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10290             'generic' => q#ᎤᎳᏂ ᏆᏙᎸ ᎠᏟᎢᎵᏒ#,
10291             'standard' => q#ᎤᎳᏂ ᏆᏙᎸ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10292             },
10293             },
10294             'Moscow' => {
10295             long => {
10296             'daylight' => q#ᎹᏍᎦᏫ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10297             'generic' => q#ᎹᏍᎦᏫ ᎠᏟᎢᎵᏒ#,
10298             'standard' => q#ᎹᏍᎦᏫ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10299             },
10300             },
10301             'Myanmar' => {
10302             long => {
10303             'standard' => q#ᎹᏯᎹᎵ ᎠᏟᎢᎵᏒ#,
10304             },
10305             },
10306             'Nauru' => {
10307             long => {
10308             'standard' => q#ᎾᎷ ᎠᏟᎢᎵᏒ#,
10309             },
10310             },
10311             'Nepal' => {
10312             long => {
10313             'standard' => q#ᏁᏆᎵ ᎠᏟᎢᎵᏒ#,
10314             },
10315             },
10316             'New_Caledonia' => {
10317             long => {
10318             'daylight' => q#ᎢᏤ ᎧᎵᏙᏂᎠᏂ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10319             'generic' => q#ᎢᏤ ᎧᎵᏙᏂᎠᏂ ᎠᏟᎢᎵᏒ#,
10320             'standard' => q#ᎢᏤ ᎧᎵᏙᏂᎠᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10321             },
10322             },
10323             'New_Zealand' => {
10324             long => {
10325             'daylight' => q#ᎢᏤ ᏏᎢᎴᏂᏗ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10326             'generic' => q#ᎢᏤ ᏏᎢᎴᏂᏗ ᎠᏟᎢᎵᏒ#,
10327             'standard' => q#ᎢᏤ ᏏᎢᎴᏂᏗ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10328             },
10329             },
10330             'Newfoundland' => {
10331             long => {
10332             'daylight' => q#ᎢᏤᎤᏂᏩᏛᏓᎦᏙᎯ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10333             'generic' => q#ᎢᏤᎤᏂᏩᏛᏓᎦᏙᎯ ᎠᏟᎢᎵᏒ#,
10334             'standard' => q#ᎢᏤᎤᏂᏩᏛᏓᎦᏙᎯ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10335             },
10336             },
10337             'Niue' => {
10338             long => {
10339             'standard' => q#ᏂᏳ ᎠᏟᎢᎵᏒ#,
10340             },
10341             },
10342             'Norfolk' => {
10343             long => {
10344             'daylight' => q#ᏃᎵᏬᎵᎩ ᎤᎦᏚᏛᎢ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10345             'generic' => q#ᏃᎵᏬᎵᎩ ᎤᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
10346             'standard' => q#ᏃᎵᏬᎵᎩ ᎤᎦᏚᏛᎢ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10347             },
10348             },
10349             'Noronha' => {
10350             long => {
10351             'daylight' => q#ᏪᎾᏅᏙ Ꮥ ᏃᎶᎾᎭ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10352             'generic' => q#ᏪᎾᏅᏙ Ꮥ ᏃᎶᎾᎭ ᎠᏟᎢᎵᏒ#,
10353             'standard' => q#ᏪᎾᏅᏙ Ꮥ ᏃᎶᎾᎭ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10354             },
10355             },
10356             'Novosibirsk' => {
10357             long => {
10358             'daylight' => q#ᏃᏬᏏᏈᏍᎧ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10359             'generic' => q#ᏃᏬᏏᏈᏍᎧ ᎠᏟᎢᎵᏒ#,
10360             'standard' => q#ᏃᏬᏏᏈᏍᎧ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10361             },
10362             },
10363             'Omsk' => {
10364             long => {
10365             'daylight' => q#ᎣᎻᏍᎧ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10366             'generic' => q#ᎣᎻᏍᎧ ᎠᏟᎢᎵᏒ#,
10367             'standard' => q#ᎣᎻᏍᎧ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10368             },
10369             },
10370             'Pacific/Apia' => {
10371             exemplarCity => q#ᎠᏈᎠ#,
10372             },
10373             'Pacific/Auckland' => {
10374             exemplarCity => q#ᎠᎦᎳᎾᏗ#,
10375             },
10376             'Pacific/Bougainville' => {
10377             exemplarCity => q#ᏊᎨᏂᏫᎵ#,
10378             },
10379             'Pacific/Chatham' => {
10380             exemplarCity => q#ᏣᏝᎻ#,
10381             },
10382             'Pacific/Easter' => {
10383             exemplarCity => q#ᏥᏌᏕᎴᎯᏌᏅ#,
10384             },
10385             'Pacific/Efate' => {
10386             exemplarCity => q#ᎡᏩᏖ#,
10387             },
10388             'Pacific/Enderbury' => {
10389             exemplarCity => q#ᎡᏂᏇᎵ#,
10390             },
10391             'Pacific/Fakaofo' => {
10392             exemplarCity => q#ᏩᎧᎣᏬ#,
10393             },
10394             'Pacific/Fiji' => {
10395             exemplarCity => q#ᏫᏥ#,
10396             },
10397             'Pacific/Funafuti' => {
10398             exemplarCity => q#ᏡᎾᏡᏘ#,
10399             },
10400             'Pacific/Galapagos' => {
10401             exemplarCity => q#ᎡᏆ ᏓᎦᏏ ᎤᎦᏚᏛᎢ#,
10402             },
10403             'Pacific/Gambier' => {
10404             exemplarCity => q#ᎦᎻᏇᎵ#,
10405             },
10406             'Pacific/Guadalcanal' => {
10407             exemplarCity => q#ᏆᏓᎵᎧᎾᎵ#,
10408             },
10409             'Pacific/Guam' => {
10410             exemplarCity => q#ᏆᎻ#,
10411             },
10412             'Pacific/Honolulu' => {
10413             exemplarCity => q#ᎭᏃᎷᎷ#,
10414             short => {
10415             'daylight' => q#HDT#,
10416             'generic' => q#HST#,
10417             'standard' => q#HST#,
10418             },
10419             },
10420             'Pacific/Kanton' => {
10421             exemplarCity => q#ᎧᏛᏂ#,
10422             },
10423             'Pacific/Kiritimati' => {
10424             exemplarCity => q#ᎩᎵᏘᎹᏘ#,
10425             },
10426             'Pacific/Kosrae' => {
10427             exemplarCity => q#ᎪᏍᎴ#,
10428             },
10429             'Pacific/Kwajalein' => {
10430             exemplarCity => q#ᏆᏣᎴᎢᏂ#,
10431             },
10432             'Pacific/Majuro' => {
10433             exemplarCity => q#ᎹᏧᎶ#,
10434             },
10435             'Pacific/Marquesas' => {
10436             exemplarCity => q#ᎹᎵᎨᏌᏏ#,
10437             },
10438             'Pacific/Midway' => {
10439             exemplarCity => q#ᎠᏰᏟᏴᏚ#,
10440             },
10441             'Pacific/Nauru' => {
10442             exemplarCity => q#ᏃᎤᎷ#,
10443             },
10444             'Pacific/Niue' => {
10445             exemplarCity => q#ᏂᏳ#,
10446             },
10447             'Pacific/Norfolk' => {
10448             exemplarCity => q#ᏃᎵᏬᎵᎩ#,
10449             },
10450             'Pacific/Noumea' => {
10451             exemplarCity => q#ᏃᎤᎺᎠ#,
10452             },
10453             'Pacific/Pago_Pago' => {
10454             exemplarCity => q#ᏆᎪ ᏆᎪ#,
10455             },
10456             'Pacific/Palau' => {
10457             exemplarCity => q#ᏆᎴᎠᏫ#,
10458             },
10459             'Pacific/Pitcairn' => {
10460             exemplarCity => q#ᏈᎧᎵᏂᎤ#,
10461             },
10462             'Pacific/Ponape' => {
10463             exemplarCity => q#ᏉᏂᏇ#,
10464             },
10465             'Pacific/Port_Moresby' => {
10466             exemplarCity => q#ᏥᏳᏗᏔᎳᏗᏍᏗ ᎼᎵᏍᏈ#,
10467             },
10468             'Pacific/Rarotonga' => {
10469             exemplarCity => q#ᎳᎶᏙᏂᎦ#,
10470             },
10471             'Pacific/Saipan' => {
10472             exemplarCity => q#ᏌᏱᏆᏂ#,
10473             },
10474             'Pacific/Tahiti' => {
10475             exemplarCity => q#ᏔᎯᏘ#,
10476             },
10477             'Pacific/Tarawa' => {
10478             exemplarCity => q#ᏔᎳᏩ#,
10479             },
10480             'Pacific/Tongatapu' => {
10481             exemplarCity => q#ᏙᎾᎦᏔᏊ#,
10482             },
10483             'Pacific/Truk' => {
10484             exemplarCity => q#ᏧᎩ#,
10485             },
10486             'Pacific/Wake' => {
10487             exemplarCity => q#ᎤᏰᏨ#,
10488             },
10489             'Pacific/Wallis' => {
10490             exemplarCity => q#ᏩᎵᏍ#,
10491             },
10492             'Pakistan' => {
10493             long => {
10494             'daylight' => q#ᏆᎩᏍᏖᏂ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10495             'generic' => q#ᏆᎩᏍᏖᏂ ᎠᏟᎢᎵᏒ#,
10496             'standard' => q#ᏆᎩᏍᏖᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10497             },
10498             },
10499             'Palau' => {
10500             long => {
10501             'standard' => q#ᏆᎷ ᎠᏟᎢᎵᏒ#,
10502             },
10503             },
10504             'Papua_New_Guinea' => {
10505             long => {
10506             'standard' => q#ᏆᏇ ᎢᏤ ᎩᎢᏂ ᎠᏟᎢᎵᏒ#,
10507             },
10508             },
10509             'Paraguay' => {
10510             long => {
10511             'daylight' => q#ᏆᎵᏇ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10512             'generic' => q#ᏆᎵᏇ ᎠᏟᎢᎵᏒ#,
10513             'standard' => q#ᏆᎵᏇ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10514             },
10515             },
10516             'Peru' => {
10517             long => {
10518             'daylight' => q#ᏇᎷ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10519             'generic' => q#ᏇᎷ ᎠᏟᎢᎵᏒ#,
10520             'standard' => q#ᏇᎷ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10521             },
10522             },
10523             'Philippines' => {
10524             long => {
10525             'daylight' => q#ᎠᏂᏈᎵᎩᏃ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10526             'generic' => q#ᎠᏂᏈᎵᎩᏃ ᎠᏟᎢᎵᏒ#,
10527             'standard' => q#ᎠᏂᏈᎵᎩᏃ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10528             },
10529             },
10530             'Phoenix_Islands' => {
10531             long => {
10532             'standard' => q#ᏧᎴᎯᏌᏅᎯ ᏚᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
10533             },
10534             },
10535             'Pierre_Miquelon' => {
10536             long => {
10537             'daylight' => q#ᎤᏓᏅᏘ ᏈᏰ & ᎻᏇᎶᏂ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10538             'generic' => q#ᎤᏓᏅᏘ ᏈᏰ & ᎻᏇᎶᏂ ᎠᏟᎢᎵᏒ#,
10539             'standard' => q#ᎤᏓᏅᏘ ᏈᏰ & ᎻᏇᎶᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10540             },
10541             },
10542             'Pitcairn' => {
10543             long => {
10544             'standard' => q#ᏈᎧᎵᏂ ᎠᏟᎢᎵᏒ#,
10545             },
10546             },
10547             'Ponape' => {
10548             long => {
10549             'standard' => q#ᏉᎾᏇ ᎠᏟᎢᎵᏒ#,
10550             },
10551             },
10552             'Pyongyang' => {
10553             long => {
10554             'standard' => q#ᏈᏯᏂᎩᏰᏂᎩ ᎠᏟᎢᎵᏒ#,
10555             },
10556             },
10557             'Reunion' => {
10558             long => {
10559             'standard' => q#ᎴᏳᏂᎠᏂ ᎠᏟᎢᎵᏒ#,
10560             },
10561             },
10562             'Rothera' => {
10563             long => {
10564             'standard' => q#ᎳᏞᎳ ᎠᏟᎢᎵᏒ#,
10565             },
10566             },
10567             'Sakhalin' => {
10568             long => {
10569             'daylight' => q#ᏌᎧᎵᏂ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10570             'generic' => q#ᏌᎧᎵᏂ ᎠᏟᎢᎵᏒ#,
10571             'standard' => q#ᏌᎧᎵᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10572             },
10573             },
10574             'Samoa' => {
10575             long => {
10576             'daylight' => q#ᏌᎼᎠ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10577             'generic' => q#ᏌᎼᎠ ᎠᏟᎢᎵᏒ#,
10578             'standard' => q#ᏌᎼᎠ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10579             },
10580             },
10581             'Seychelles' => {
10582             long => {
10583             'standard' => q#ᏎᏤᎴᏏ ᎠᏟᎢᎵᏒ#,
10584             },
10585             },
10586             'Singapore' => {
10587             long => {
10588             'standard' => q#ᏏᏂᎦᏉᎵ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10589             },
10590             },
10591             'Solomon' => {
10592             long => {
10593             'standard' => q#ᏐᎶᎹᏂ ᏚᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
10594             },
10595             },
10596             'South_Georgia' => {
10597             long => {
10598             'standard' => q#ᏧᎦᎾᏮ ᏣᎠᏥᎢ ᎠᏟᎢᎵᏒ#,
10599             },
10600             },
10601             'Suriname' => {
10602             long => {
10603             'standard' => q#ᏒᎵᎾᎻ ᎠᏟᎢᎵᏒ#,
10604             },
10605             },
10606             'Syowa' => {
10607             long => {
10608             'standard' => q#ᏏᏲᏩ ᎠᏟᎢᎵᏒ#,
10609             },
10610             },
10611             'Tahiti' => {
10612             long => {
10613             'standard' => q#ᏔᎯᏘ ᎠᏟᎢᎵᏒ#,
10614             },
10615             },
10616             'Taipei' => {
10617             long => {
10618             'daylight' => q#ᏔᏱᏇ ᎪᎯ ᎢᎦ ᎠᏟᎢᎵᏒ#,
10619             'generic' => q#ᏔᏱᏇ ᎠᏟᎢᎵᏒ#,
10620             'standard' => q#ᏔᏱᏇ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10621             },
10622             },
10623             'Tajikistan' => {
10624             long => {
10625             'standard' => q#ᏔᏥᎩᏍᏕᏂ ᎠᏟᎢᎵᏒ#,
10626             },
10627             },
10628             'Tokelau' => {
10629             long => {
10630             'standard' => q#ᏙᎨᎳᎤ ᎠᏟᎢᎵᏒ#,
10631             },
10632             },
10633             'Tonga' => {
10634             long => {
10635             'daylight' => q#ᏙᎾᎦ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10636             'generic' => q#ᏙᎾᎦ ᎠᏟᎢᎵᏒ#,
10637             'standard' => q#ᏙᎾᎦ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10638             },
10639             },
10640             'Truk' => {
10641             long => {
10642             'standard' => q#ᏧᎩ ᎠᏟᎢᎵᏒ#,
10643             },
10644             },
10645             'Turkmenistan' => {
10646             long => {
10647             'daylight' => q#ᏛᎵᎩᎺᏂᏍᏔᏂ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10648             'generic' => q#ᏛᎵᎩᎺᏂᏍᏔᏂ ᎠᏟᎢᎵᏒ#,
10649             'standard' => q#ᏛᎵᎩᎺᏂᏍᏔᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10650             },
10651             },
10652             'Tuvalu' => {
10653             long => {
10654             'standard' => q#ᏚᏩᎷ ᎠᏟᎢᎵᏒ#,
10655             },
10656             },
10657             'Uruguay' => {
10658             long => {
10659             'daylight' => q#ᏳᎷᏇ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10660             'generic' => q#ᏳᎷᏇ ᎠᏟᎢᎵᏒ#,
10661             'standard' => q#ᏳᎷᏇ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10662             },
10663             },
10664             'Uzbekistan' => {
10665             long => {
10666             'daylight' => q#ᎤᏍᏇᎩᏍᏖᏂ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10667             'generic' => q#ᎤᏍᏇᎩᏍᏖᏂ ᎠᏟᎢᎵᏒ#,
10668             'standard' => q#ᎤᏍᏇᎩᏍᏖᏂ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10669             },
10670             },
10671             'Vanuatu' => {
10672             long => {
10673             'daylight' => q#ᏩᏄᏩᏚ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10674             'generic' => q#ᏩᏄᏩᏚ ᎠᏟᎢᎵᏒ#,
10675             'standard' => q#ᏩᏄᏩᏚ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10676             },
10677             },
10678             'Venezuela' => {
10679             long => {
10680             'standard' => q#ᏪᏁᏑᏪᎳ ᎠᏟᎢᎵᏒ#,
10681             },
10682             },
10683             'Vladivostok' => {
10684             long => {
10685             'daylight' => q#ᏭᎳᏗᏬᏍᏙᎩ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10686             'generic' => q#ᏭᎳᏗᏬᏍᏙᎩ ᎠᏟᎢᎵᏒ#,
10687             'standard' => q#ᏭᎳᏗᏬᏍᏙᎩ ᎠᏟᎢᎵᏒ ᎠᏟᎢᎵᏒ#,
10688             },
10689             },
10690             'Volgograd' => {
10691             long => {
10692             'daylight' => q#ᏬᎶᎪᏝᏗ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10693             'generic' => q#ᏬᎶᎪᏝᏗ ᎠᏟᎢᎵᏒ#,
10694             'standard' => q#ᏬᎶᎪᏝᏗ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10695             },
10696             },
10697             'Vostok' => {
10698             long => {
10699             'standard' => q#ᏬᏍᏙᎧ ᎠᏟᎢᎵᏒ#,
10700             },
10701             },
10702             'Wake' => {
10703             long => {
10704             'standard' => q#ᎤᏰᏨ ᎤᎦᏚᏛᎢ ᎠᏟᎢᎵᏒ#,
10705             },
10706             },
10707             'Wallis' => {
10708             long => {
10709             'standard' => q#ᏩᎵᏍ ᎠᎴ ᏊᏚᎾ ᎠᏟᎢᎵᏒ#,
10710             },
10711             },
10712             'Yakutsk' => {
10713             long => {
10714             'daylight' => q#ᏯᎫᏥᎧ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10715             'generic' => q#ᏯᎫᏥᎧ ᎠᏟᎢᎵᏒ#,
10716             'standard' => q#ᏯᎫᏥᎧ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10717             },
10718             },
10719             'Yekaterinburg' => {
10720             long => {
10721             'daylight' => q#ᏰᎧᏖᎵᏂᏊᎦ ᎪᎩ ᎠᏟᎢᎵᏒ#,
10722             'generic' => q#ᏰᎧᏖᎵᏂᏊᎦ ᎠᏟᎢᎵᏒ#,
10723             'standard' => q#ᏰᎧᏖᎵᏂᏊᎦ ᎠᏟᎶᏍᏗ ᎠᏟᎢᎵᏒ#,
10724             },
10725             },
10726             'Yukon' => {
10727             long => {
10728             'standard' => q#ᏳᎧᏂ ᎠᏟᎢᎵᏒ#,
10729             },
10730             },
10731             } }
10732             );
10733 1     1   34604 no Moo;
  1         3  
  1         11  
10734              
10735             1;
10736              
10737             # vim: tabstop=4