File Coverage

blib/lib/Locale/CLDR/Locales/Fr.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::Fr - Package for language French
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Fr;
10             # This file auto generated from Data\common\main\fr.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 19     19   38903381 use strict;
  19         48  
  19         928  
14 19     19   116 use warnings;
  19         47  
  19         2129  
15 19     19   138 use version;
  19         42  
  19         191  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 19     19   2685 use v5.12.0;
  19         102  
20 19     19   149 use mro 'c3';
  19         67  
  19         228  
21 19     19   752 use utf8;
  19         38  
  19         234  
22 19     19   854 use feature 'unicode_strings';
  19         61  
  19         3500  
23 19     19   202 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         60  
  19         433  
24 19     19   59819 use Moo;
  19         78  
  19         228  
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-masculine','spellout-cardinal-feminine','spellout-ordinal-masculine-plural','spellout-ordinal-masculine','spellout-ordinal-feminine-plural','spellout-ordinal-feminine','digits-ordinal-masculine','digits-ordinal-feminine','digits-ordinal-masculine-plural','digits-ordinal-feminine-plural','digits-ordinal' ]},
32             );
33              
34             has 'algorithmic_number_format_data' => (
35             is => 'ro',
36             isa => HashRef,
37             init_arg => undef,
38             default => sub {
39 19     19   15609 use bigfloat;
  19         79  
  19         280  
40             return {
41             'cents-f' => {
42             'private' => {
43             '0' => {
44             base_value => q(0),
45             divisor => q(1),
46             rule => q(s),
47             },
48             '1' => {
49             base_value => q(1),
50             divisor => q(1),
51             rule => q(' =%spellout-cardinal-feminine=),
52             },
53             'max' => {
54             base_value => q(1),
55             divisor => q(1),
56             rule => q(' =%spellout-cardinal-feminine=),
57             },
58             },
59             },
60             'cents-m' => {
61             'private' => {
62             '0' => {
63             base_value => q(0),
64             divisor => q(1),
65             rule => q(s),
66             },
67             '1' => {
68             base_value => q(1),
69             divisor => q(1),
70             rule => q(' =%spellout-cardinal-masculine=),
71             },
72             'max' => {
73             base_value => q(1),
74             divisor => q(1),
75             rule => q(' =%spellout-cardinal-masculine=),
76             },
77             },
78             },
79             'cents-o' => {
80             'private' => {
81             '0' => {
82             base_value => q(0),
83             divisor => q(1),
84             rule => q(ième),
85             },
86             '1' => {
87             base_value => q(1),
88             divisor => q(1),
89             rule => q(-=%%et-unieme=),
90             },
91             '2' => {
92             base_value => q(2),
93             divisor => q(1),
94             rule => q(' =%%spellout-ordinal=),
95             },
96             '11' => {
97             base_value => q(11),
98             divisor => q(10),
99             rule => q(-et-onzième),
100             },
101             '12' => {
102             base_value => q(12),
103             divisor => q(10),
104             rule => q(' =%%spellout-ordinal=),
105             },
106             'max' => {
107             base_value => q(12),
108             divisor => q(10),
109             rule => q(' =%%spellout-ordinal=),
110             },
111             },
112             },
113             'digits-ordinal' => {
114             'public' => {
115             '0' => {
116             base_value => q(0),
117             divisor => q(1),
118             rule => q(=%digits-ordinal-masculine=),
119             },
120             'max' => {
121             base_value => q(0),
122             divisor => q(1),
123             rule => q(=%digits-ordinal-masculine=),
124             },
125             },
126             },
127             'digits-ordinal-feminine' => {
128             'public' => {
129             '-x' => {
130             divisor => q(1),
131             rule => q(−→→),
132             },
133             '0' => {
134             base_value => q(0),
135             divisor => q(1),
136             rule => q(=#,##0=$(ordinal,one{re}other{e})$),
137             },
138             'max' => {
139             base_value => q(0),
140             divisor => q(1),
141             rule => q(=#,##0=$(ordinal,one{re}other{e})$),
142             },
143             },
144             },
145             'digits-ordinal-feminine-plural' => {
146             'public' => {
147             '-x' => {
148             divisor => q(1),
149             rule => q(−→→),
150             },
151             '0' => {
152             base_value => q(0),
153             divisor => q(1),
154             rule => q(=#,##0=$(ordinal,one{res}other{es})$),
155             },
156             'max' => {
157             base_value => q(0),
158             divisor => q(1),
159             rule => q(=#,##0=$(ordinal,one{res}other{es})$),
160             },
161             },
162             },
163             'digits-ordinal-masculine' => {
164             'public' => {
165             '-x' => {
166             divisor => q(1),
167             rule => q(−→→),
168             },
169             '0' => {
170             base_value => q(0),
171             divisor => q(1),
172             rule => q(=#,##0=$(ordinal,one{er}other{e})$),
173             },
174             'max' => {
175             base_value => q(0),
176             divisor => q(1),
177             rule => q(=#,##0=$(ordinal,one{er}other{e})$),
178             },
179             },
180             },
181             'digits-ordinal-masculine-plural' => {
182             'public' => {
183             '-x' => {
184             divisor => q(1),
185             rule => q(−→→),
186             },
187             '0' => {
188             base_value => q(0),
189             divisor => q(1),
190             rule => q(=#,##0=$(ordinal,one{ers}other{es})$),
191             },
192             'max' => {
193             base_value => q(0),
194             divisor => q(1),
195             rule => q(=#,##0=$(ordinal,one{ers}other{es})$),
196             },
197             },
198             },
199             'et-un' => {
200             'private' => {
201             '1' => {
202             base_value => q(1),
203             divisor => q(1),
204             rule => q(et-un),
205             },
206             '2' => {
207             base_value => q(2),
208             divisor => q(1),
209             rule => q(=%spellout-cardinal-masculine=),
210             },
211             '11' => {
212             base_value => q(11),
213             divisor => q(10),
214             rule => q(et-onze),
215             },
216             '12' => {
217             base_value => q(12),
218             divisor => q(10),
219             rule => q(=%spellout-cardinal-masculine=),
220             },
221             'max' => {
222             base_value => q(12),
223             divisor => q(10),
224             rule => q(=%spellout-cardinal-masculine=),
225             },
226             },
227             },
228             'et-une' => {
229             'private' => {
230             '1' => {
231             base_value => q(1),
232             divisor => q(1),
233             rule => q(et-une),
234             },
235             '2' => {
236             base_value => q(2),
237             divisor => q(1),
238             rule => q(=%spellout-cardinal-feminine=),
239             },
240             '11' => {
241             base_value => q(11),
242             divisor => q(10),
243             rule => q(et-onze),
244             },
245             '12' => {
246             base_value => q(12),
247             divisor => q(10),
248             rule => q(=%spellout-cardinal-feminine=),
249             },
250             'max' => {
251             base_value => q(12),
252             divisor => q(10),
253             rule => q(=%spellout-cardinal-feminine=),
254             },
255             },
256             },
257             'et-unieme' => {
258             'private' => {
259             '1' => {
260             base_value => q(1),
261             divisor => q(1),
262             rule => q(et-unième),
263             },
264             '2' => {
265             base_value => q(2),
266             divisor => q(1),
267             rule => q(=%%spellout-ordinal=),
268             },
269             '11' => {
270             base_value => q(11),
271             divisor => q(10),
272             rule => q(et-onzième),
273             },
274             '12' => {
275             base_value => q(12),
276             divisor => q(10),
277             rule => q(=%%spellout-ordinal=),
278             },
279             'max' => {
280             base_value => q(12),
281             divisor => q(10),
282             rule => q(=%%spellout-ordinal=),
283             },
284             },
285             },
286             'lenient-parse' => {
287             'private' => {
288             '0' => {
289             base_value => q(0),
290             divisor => q(1),
291             rule => q(&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '­'),
292             },
293             'max' => {
294             base_value => q(0),
295             divisor => q(1),
296             rule => q(&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '­'),
297             },
298             },
299             },
300             'mille-o' => {
301             'private' => {
302             '0' => {
303             base_value => q(0),
304             divisor => q(1),
305             rule => q(ième),
306             },
307             '1' => {
308             base_value => q(1),
309             divisor => q(1),
310             rule => q(e-=%%et-unieme=),
311             },
312             '2' => {
313             base_value => q(2),
314             divisor => q(1),
315             rule => q(e =%%spellout-ordinal=),
316             },
317             '11' => {
318             base_value => q(11),
319             divisor => q(10),
320             rule => q(e-et-onzième),
321             },
322             '12' => {
323             base_value => q(12),
324             divisor => q(10),
325             rule => q(e =%%spellout-ordinal=),
326             },
327             'max' => {
328             base_value => q(12),
329             divisor => q(10),
330             rule => q(e =%%spellout-ordinal=),
331             },
332             },
333             },
334             'spellout-cardinal-feminine' => {
335             'public' => {
336             '-x' => {
337             divisor => q(1),
338             rule => q(moins →→),
339             },
340             '0' => {
341             base_value => q(0),
342             divisor => q(1),
343             rule => q(zéro),
344             },
345             'x.x' => {
346             divisor => q(1),
347             rule => q(←← virgule →→),
348             },
349             '1' => {
350             base_value => q(1),
351             divisor => q(1),
352             rule => q(une),
353             },
354             '2' => {
355             base_value => q(2),
356             divisor => q(1),
357             rule => q(=%spellout-cardinal-masculine=),
358             },
359             '20' => {
360             base_value => q(20),
361             divisor => q(10),
362             rule => q(vingt[-→%%et-une→]),
363             },
364             '30' => {
365             base_value => q(30),
366             divisor => q(10),
367             rule => q(trente[-→%%et-une→]),
368             },
369             '40' => {
370             base_value => q(40),
371             divisor => q(10),
372             rule => q(quarante[-→%%et-une→]),
373             },
374             '50' => {
375             base_value => q(50),
376             divisor => q(10),
377             rule => q(cinquante[-→%%et-une→]),
378             },
379             '60' => {
380             base_value => q(60),
381             divisor => q(20),
382             rule => q(soixante[-→%%et-une→]),
383             },
384             '80' => {
385             base_value => q(80),
386             divisor => q(20),
387             rule => q(quatre-vingt→%%subcents-f→),
388             },
389             '100' => {
390             base_value => q(100),
391             divisor => q(100),
392             rule => q(cent[ →→]),
393             },
394             '200' => {
395             base_value => q(200),
396             divisor => q(100),
397             rule => q(←%spellout-cardinal-masculine← cent→%%cents-f→),
398             },
399             '1000' => {
400             base_value => q(1000),
401             divisor => q(1000),
402             rule => q(mille[ →→]),
403             },
404             '2000' => {
405             base_value => q(2000),
406             divisor => q(1000),
407             rule => q(←%%spellout-leading← mille[ →→]),
408             },
409             '1000000' => {
410             base_value => q(1000000),
411             divisor => q(1000000),
412             rule => q(un million[ →→]),
413             },
414             '2000000' => {
415             base_value => q(2000000),
416             divisor => q(1000000),
417             rule => q(←%%spellout-leading← millions[ →→]),
418             },
419             '1000000000' => {
420             base_value => q(1000000000),
421             divisor => q(1000000000),
422             rule => q(un milliard[ →→]),
423             },
424             '2000000000' => {
425             base_value => q(2000000000),
426             divisor => q(1000000000),
427             rule => q(←%%spellout-leading← milliards[ →→]),
428             },
429             '1000000000000' => {
430             base_value => q(1000000000000),
431             divisor => q(1000000000000),
432             rule => q(un billion[ →→]),
433             },
434             '2000000000000' => {
435             base_value => q(2000000000000),
436             divisor => q(1000000000000),
437             rule => q(←%%spellout-leading← billions[ →→]),
438             },
439             '1000000000000000' => {
440             base_value => q(1000000000000000),
441             divisor => q(1000000000000000),
442             rule => q(un billiard[ →→]),
443             },
444             '2000000000000000' => {
445             base_value => q(2000000000000000),
446             divisor => q(1000000000000000),
447             rule => q(←%%spellout-leading← billiards[ →→]),
448             },
449             '1000000000000000000' => {
450             base_value => q(1000000000000000000),
451             divisor => q(1000000000000000000),
452             rule => q(=#,##0=),
453             },
454             'max' => {
455             base_value => q(1000000000000000000),
456             divisor => q(1000000000000000000),
457             rule => q(=#,##0=),
458             },
459             },
460             },
461             'spellout-cardinal-masculine' => {
462             'public' => {
463             '-x' => {
464             divisor => q(1),
465             rule => q(moins →→),
466             },
467             '0' => {
468             base_value => q(0),
469             divisor => q(1),
470             rule => q(zéro),
471             },
472             'x.x' => {
473             divisor => q(1),
474             rule => q(←← virgule →→),
475             },
476             '1' => {
477             base_value => q(1),
478             divisor => q(1),
479             rule => q(un),
480             },
481             '2' => {
482             base_value => q(2),
483             divisor => q(1),
484             rule => q(deux),
485             },
486             '3' => {
487             base_value => q(3),
488             divisor => q(1),
489             rule => q(trois),
490             },
491             '4' => {
492             base_value => q(4),
493             divisor => q(1),
494             rule => q(quatre),
495             },
496             '5' => {
497             base_value => q(5),
498             divisor => q(1),
499             rule => q(cinq),
500             },
501             '6' => {
502             base_value => q(6),
503             divisor => q(1),
504             rule => q(six),
505             },
506             '7' => {
507             base_value => q(7),
508             divisor => q(1),
509             rule => q(sept),
510             },
511             '8' => {
512             base_value => q(8),
513             divisor => q(1),
514             rule => q(huit),
515             },
516             '9' => {
517             base_value => q(9),
518             divisor => q(1),
519             rule => q(neuf),
520             },
521             '10' => {
522             base_value => q(10),
523             divisor => q(10),
524             rule => q(dix),
525             },
526             '11' => {
527             base_value => q(11),
528             divisor => q(10),
529             rule => q(onze),
530             },
531             '12' => {
532             base_value => q(12),
533             divisor => q(10),
534             rule => q(douze),
535             },
536             '13' => {
537             base_value => q(13),
538             divisor => q(10),
539             rule => q(treize),
540             },
541             '14' => {
542             base_value => q(14),
543             divisor => q(10),
544             rule => q(quatorze),
545             },
546             '15' => {
547             base_value => q(15),
548             divisor => q(10),
549             rule => q(quinze),
550             },
551             '16' => {
552             base_value => q(16),
553             divisor => q(10),
554             rule => q(seize),
555             },
556             '17' => {
557             base_value => q(17),
558             divisor => q(10),
559             rule => q(dix-→→),
560             },
561             '20' => {
562             base_value => q(20),
563             divisor => q(10),
564             rule => q(vingt[-→%%et-un→]),
565             },
566             '30' => {
567             base_value => q(30),
568             divisor => q(10),
569             rule => q(trente[-→%%et-un→]),
570             },
571             '40' => {
572             base_value => q(40),
573             divisor => q(10),
574             rule => q(quarante[-→%%et-un→]),
575             },
576             '50' => {
577             base_value => q(50),
578             divisor => q(10),
579             rule => q(cinquante[-→%%et-un→]),
580             },
581             '60' => {
582             base_value => q(60),
583             divisor => q(20),
584             rule => q(soixante[-→%%et-un→]),
585             },
586             '80' => {
587             base_value => q(80),
588             divisor => q(20),
589             rule => q(quatre-vingt→%%subcents-m→),
590             },
591             '100' => {
592             base_value => q(100),
593             divisor => q(100),
594             rule => q(cent[ →→]),
595             },
596             '200' => {
597             base_value => q(200),
598             divisor => q(100),
599             rule => q(←← cent→%%cents-m→),
600             },
601             '1000' => {
602             base_value => q(1000),
603             divisor => q(1000),
604             rule => q(mille[ →→]),
605             },
606             '2000' => {
607             base_value => q(2000),
608             divisor => q(1000),
609             rule => q(←%%spellout-leading← mille[ →→]),
610             },
611             '1000000' => {
612             base_value => q(1000000),
613             divisor => q(1000000),
614             rule => q(un million[ →→]),
615             },
616             '2000000' => {
617             base_value => q(2000000),
618             divisor => q(1000000),
619             rule => q(←%%spellout-leading← millions[ →→]),
620             },
621             '1000000000' => {
622             base_value => q(1000000000),
623             divisor => q(1000000000),
624             rule => q(un milliard[ →→]),
625             },
626             '2000000000' => {
627             base_value => q(2000000000),
628             divisor => q(1000000000),
629             rule => q(←%%spellout-leading← milliards[ →→]),
630             },
631             '1000000000000' => {
632             base_value => q(1000000000000),
633             divisor => q(1000000000000),
634             rule => q(un billion[ →→]),
635             },
636             '2000000000000' => {
637             base_value => q(2000000000000),
638             divisor => q(1000000000000),
639             rule => q(←%%spellout-leading← billions[ →→]),
640             },
641             '1000000000000000' => {
642             base_value => q(1000000000000000),
643             divisor => q(1000000000000000),
644             rule => q(un billiard[ →→]),
645             },
646             '2000000000000000' => {
647             base_value => q(2000000000000000),
648             divisor => q(1000000000000000),
649             rule => q(←%%spellout-leading← billiards[ →→]),
650             },
651             '1000000000000000000' => {
652             base_value => q(1000000000000000000),
653             divisor => q(1000000000000000000),
654             rule => q(=#,##0=),
655             },
656             'max' => {
657             base_value => q(1000000000000000000),
658             divisor => q(1000000000000000000),
659             rule => q(=#,##0=),
660             },
661             },
662             },
663             'spellout-leading' => {
664             'private' => {
665             '0' => {
666             base_value => q(0),
667             divisor => q(1),
668             rule => q(=%spellout-cardinal-masculine=),
669             },
670             '80' => {
671             base_value => q(80),
672             divisor => q(20),
673             rule => q(quatre-vingt[-→→]),
674             },
675             '100' => {
676             base_value => q(100),
677             divisor => q(100),
678             rule => q(cent[ →→]),
679             },
680             '200' => {
681             base_value => q(200),
682             divisor => q(100),
683             rule => q(←← cent[ →→]),
684             },
685             '1000' => {
686             base_value => q(1000),
687             divisor => q(1000),
688             rule => q(=%spellout-cardinal-masculine=),
689             },
690             'max' => {
691             base_value => q(1000),
692             divisor => q(1000),
693             rule => q(=%spellout-cardinal-masculine=),
694             },
695             },
696             },
697             'spellout-numbering' => {
698             'public' => {
699             '0' => {
700             base_value => q(0),
701             divisor => q(1),
702             rule => q(=%spellout-cardinal-masculine=),
703             },
704             'max' => {
705             base_value => q(0),
706             divisor => q(1),
707             rule => q(=%spellout-cardinal-masculine=),
708             },
709             },
710             },
711             'spellout-numbering-year' => {
712             'public' => {
713             '-x' => {
714             divisor => q(1),
715             rule => q(moins →→),
716             },
717             '0' => {
718             base_value => q(0),
719             divisor => q(1),
720             rule => q(=%spellout-numbering=),
721             },
722             'x.x' => {
723             divisor => q(1),
724             rule => q(=0.0=),
725             },
726             '1100' => {
727             base_value => q(1100),
728             divisor => q(100),
729             rule => q(←%spellout-cardinal-masculine←-cent→%%cents-m→),
730             },
731             '2000' => {
732             base_value => q(2000),
733             divisor => q(1000),
734             rule => q(=%spellout-numbering=),
735             },
736             'max' => {
737             base_value => q(2000),
738             divisor => q(1000),
739             rule => q(=%spellout-numbering=),
740             },
741             },
742             },
743             'spellout-ordinal' => {
744             'private' => {
745             '1' => {
746             base_value => q(1),
747             divisor => q(1),
748             rule => q(unième),
749             },
750             '2' => {
751             base_value => q(2),
752             divisor => q(1),
753             rule => q(deuxième),
754             },
755             '3' => {
756             base_value => q(3),
757             divisor => q(1),
758             rule => q(troisième),
759             },
760             '4' => {
761             base_value => q(4),
762             divisor => q(1),
763             rule => q(quatrième),
764             },
765             '5' => {
766             base_value => q(5),
767             divisor => q(1),
768             rule => q(cinquième),
769             },
770             '6' => {
771             base_value => q(6),
772             divisor => q(1),
773             rule => q(sixième),
774             },
775             '7' => {
776             base_value => q(7),
777             divisor => q(1),
778             rule => q(septième),
779             },
780             '8' => {
781             base_value => q(8),
782             divisor => q(1),
783             rule => q(huitième),
784             },
785             '9' => {
786             base_value => q(9),
787             divisor => q(1),
788             rule => q(neuvième),
789             },
790             '10' => {
791             base_value => q(10),
792             divisor => q(10),
793             rule => q(dixième),
794             },
795             '11' => {
796             base_value => q(11),
797             divisor => q(10),
798             rule => q(onzième),
799             },
800             '12' => {
801             base_value => q(12),
802             divisor => q(10),
803             rule => q(douzième),
804             },
805             '13' => {
806             base_value => q(13),
807             divisor => q(10),
808             rule => q(treizième),
809             },
810             '14' => {
811             base_value => q(14),
812             divisor => q(10),
813             rule => q(quatorzième),
814             },
815             '15' => {
816             base_value => q(15),
817             divisor => q(10),
818             rule => q(quinzième),
819             },
820             '16' => {
821             base_value => q(16),
822             divisor => q(10),
823             rule => q(seizième),
824             },
825             '17' => {
826             base_value => q(17),
827             divisor => q(10),
828             rule => q(dix-→→),
829             },
830             '20' => {
831             base_value => q(20),
832             divisor => q(10),
833             rule => q(vingtième),
834             },
835             '21' => {
836             base_value => q(21),
837             divisor => q(10),
838             rule => q(vingt-→%%et-unieme→),
839             },
840             '30' => {
841             base_value => q(30),
842             divisor => q(10),
843             rule => q(trentième),
844             },
845             '31' => {
846             base_value => q(31),
847             divisor => q(10),
848             rule => q(trente-→%%et-unieme→),
849             },
850             '40' => {
851             base_value => q(40),
852             divisor => q(10),
853             rule => q(quarantième),
854             },
855             '41' => {
856             base_value => q(41),
857             divisor => q(10),
858             rule => q(quarante-→%%et-unieme→),
859             },
860             '50' => {
861             base_value => q(50),
862             divisor => q(10),
863             rule => q(cinquantième),
864             },
865             '51' => {
866             base_value => q(51),
867             divisor => q(10),
868             rule => q(cinquante-→%%et-unieme→),
869             },
870             '60' => {
871             base_value => q(60),
872             divisor => q(10),
873             rule => q(soixantième),
874             },
875             '61' => {
876             base_value => q(61),
877             divisor => q(20),
878             rule => q(soixante-→%%et-unieme→),
879             },
880             '80' => {
881             base_value => q(80),
882             divisor => q(20),
883             rule => q(quatre-vingt→%%subcents-o→),
884             },
885             '100' => {
886             base_value => q(100),
887             divisor => q(100),
888             rule => q(cent→%%cents-o→),
889             },
890             '200' => {
891             base_value => q(200),
892             divisor => q(100),
893             rule => q(←%spellout-cardinal-masculine← cent→%%cents-o→),
894             },
895             '1000' => {
896             base_value => q(1000),
897             divisor => q(1000),
898             rule => q(mill→%%mille-o→),
899             },
900             '2000' => {
901             base_value => q(2000),
902             divisor => q(1000),
903             rule => q(←%%spellout-leading← mill→%%mille-o→),
904             },
905             '1000000' => {
906             base_value => q(1000000),
907             divisor => q(1000000),
908             rule => q(←%%spellout-leading← million→%%cents-o→),
909             },
910             '1000000000' => {
911             base_value => q(1000000000),
912             divisor => q(1000000000),
913             rule => q(←%%spellout-leading← milliard→%%cents-o→),
914             },
915             '1000000000000' => {
916             base_value => q(1000000000000),
917             divisor => q(1000000000000),
918             rule => q(←%%spellout-leading← billion→%%cents-o→),
919             },
920             '1000000000000000' => {
921             base_value => q(1000000000000000),
922             divisor => q(1000000000000000),
923             rule => q(←%%spellout-leading← billiard→%%cents-o→),
924             },
925             '1000000000000000000' => {
926             base_value => q(1000000000000000000),
927             divisor => q(1000000000000000000),
928             rule => q(=#,##0=),
929             },
930             'max' => {
931             base_value => q(1000000000000000000),
932             divisor => q(1000000000000000000),
933             rule => q(=#,##0=),
934             },
935             },
936             },
937             'spellout-ordinal-feminine' => {
938             'public' => {
939             '-x' => {
940             divisor => q(1),
941             rule => q(moins →→),
942             },
943             '0' => {
944             base_value => q(0),
945             divisor => q(1),
946             rule => q(zéroième),
947             },
948             'x.x' => {
949             divisor => q(1),
950             rule => q(=#,##0.#=),
951             },
952             '1' => {
953             base_value => q(1),
954             divisor => q(1),
955             rule => q(première),
956             },
957             '2' => {
958             base_value => q(2),
959             divisor => q(1),
960             rule => q(=%%spellout-ordinal=),
961             },
962             'max' => {
963             base_value => q(2),
964             divisor => q(1),
965             rule => q(=%%spellout-ordinal=),
966             },
967             },
968             },
969             'spellout-ordinal-feminine-plural' => {
970             'public' => {
971             '0' => {
972             base_value => q(0),
973             divisor => q(1),
974             rule => q(=%spellout-ordinal-feminine=s),
975             },
976             'max' => {
977             base_value => q(0),
978             divisor => q(1),
979             rule => q(=%spellout-ordinal-feminine=s),
980             },
981             },
982             },
983             'spellout-ordinal-masculine' => {
984             'public' => {
985             '-x' => {
986             divisor => q(1),
987             rule => q(moins →→),
988             },
989             '0' => {
990             base_value => q(0),
991             divisor => q(1),
992             rule => q(zéroième),
993             },
994             'x.x' => {
995             divisor => q(1),
996             rule => q(=#,##0.#=),
997             },
998             '1' => {
999             base_value => q(1),
1000             divisor => q(1),
1001             rule => q(premier),
1002             },
1003             '2' => {
1004             base_value => q(2),
1005             divisor => q(1),
1006             rule => q(=%%spellout-ordinal=),
1007             },
1008             'max' => {
1009             base_value => q(2),
1010             divisor => q(1),
1011             rule => q(=%%spellout-ordinal=),
1012             },
1013             },
1014             },
1015             'spellout-ordinal-masculine-plural' => {
1016             'public' => {
1017             '0' => {
1018             base_value => q(0),
1019             divisor => q(1),
1020             rule => q(=%spellout-ordinal-masculine=s),
1021             },
1022             'max' => {
1023             base_value => q(0),
1024             divisor => q(1),
1025             rule => q(=%spellout-ordinal-masculine=s),
1026             },
1027             },
1028             },
1029             'subcents-f' => {
1030             'private' => {
1031             '0' => {
1032             base_value => q(0),
1033             divisor => q(1),
1034             rule => q(s),
1035             },
1036             '1' => {
1037             base_value => q(1),
1038             divisor => q(1),
1039             rule => q(-=%spellout-cardinal-feminine=),
1040             },
1041             'max' => {
1042             base_value => q(1),
1043             divisor => q(1),
1044             rule => q(-=%spellout-cardinal-feminine=),
1045             },
1046             },
1047             },
1048             'subcents-m' => {
1049             'private' => {
1050             '0' => {
1051             base_value => q(0),
1052             divisor => q(1),
1053             rule => q(s),
1054             },
1055             '1' => {
1056             base_value => q(1),
1057             divisor => q(1),
1058             rule => q(-=%spellout-cardinal-masculine=),
1059             },
1060             'max' => {
1061             base_value => q(1),
1062             divisor => q(1),
1063             rule => q(-=%spellout-cardinal-masculine=),
1064             },
1065             },
1066             },
1067             'subcents-o' => {
1068             'private' => {
1069             '0' => {
1070             base_value => q(0),
1071             divisor => q(1),
1072             rule => q(ième),
1073             },
1074             '1' => {
1075             base_value => q(1),
1076             divisor => q(1),
1077             rule => q(-=%%et-unieme=),
1078             },
1079             '2' => {
1080             base_value => q(2),
1081             divisor => q(1),
1082             rule => q(-=%%spellout-ordinal=),
1083             },
1084             '11' => {
1085             base_value => q(11),
1086             divisor => q(10),
1087             rule => q(-et-onzième),
1088             },
1089             '12' => {
1090             base_value => q(12),
1091             divisor => q(10),
1092             rule => q(-=%%spellout-ordinal=),
1093             },
1094             'max' => {
1095             base_value => q(12),
1096             divisor => q(10),
1097             rule => q(-=%%spellout-ordinal=),
1098             },
1099             },
1100             },
1101             } },
1102             );
1103              
1104             has 'display_name_language' => (
1105             is => 'ro',
1106             isa => CodeRef,
1107             init_arg => undef,
1108             default => sub {
1109             sub {
1110             my %languages = (
1111             'aa' => 'afar',
1112             'ab' => 'abkhaze',
1113             'ace' => 'aceh',
1114             'ach' => 'acoli',
1115             'ada' => 'adangme',
1116             'ady' => 'adyguéen',
1117             'ae' => 'avestique',
1118             'aeb' => 'arabe tunisien',
1119             'af' => 'afrikaans',
1120             'afh' => 'afrihili',
1121             'agq' => 'aghem',
1122             'ain' => 'aïnou',
1123             'ak' => 'akan',
1124             'akk' => 'akkadien',
1125             'akz' => 'alabama',
1126             'ale' => 'aléoute',
1127             'aln' => 'guègue',
1128             'alt' => 'altaï du Sud',
1129             'am' => 'amharique',
1130             'an' => 'aragonais',
1131             'ang' => 'ancien anglais',
1132             'ann' => 'obolo',
1133             'anp' => 'angika',
1134             'ar' => 'arabe',
1135             'ar_001' => 'arabe standard moderne',
1136             'arc' => 'araméen',
1137             'arn' => 'mapuche',
1138             'aro' => 'araona',
1139             'arp' => 'arapaho',
1140             'arq' => 'arabe algérien',
1141             'ars' => 'arabe najdi',
1142             'arw' => 'arawak',
1143             'ary' => 'arabe marocain',
1144             'arz' => 'arabe égyptien',
1145             'as' => 'assamais',
1146             'asa' => 'asu',
1147             'ase' => 'langue des signes américaine',
1148             'ast' => 'asturien',
1149             'atj' => 'atikamekw',
1150             'av' => 'avar',
1151             'avk' => 'kotava',
1152             'awa' => 'awadhi',
1153             'ay' => 'aymara',
1154             'az' => 'azerbaïdjanais',
1155             'az@alt=short' => 'azéri',
1156             'ba' => 'bachkir',
1157             'bal' => 'baloutchi',
1158             'ban' => 'balinais',
1159             'bar' => 'bavarois',
1160             'bas' => 'bassa',
1161             'bax' => 'bamoun',
1162             'bbc' => 'batak toba',
1163             'bbj' => 'ghomalaʼ',
1164             'be' => 'biélorusse',
1165             'bej' => 'bedja',
1166             'bem' => 'bemba',
1167             'bew' => 'betawi',
1168             'bez' => 'bena',
1169             'bfd' => 'bafut',
1170             'bfq' => 'badaga',
1171             'bg' => 'bulgare',
1172             'bgc' => 'haryanvi',
1173             'bgn' => 'baloutchi occidental',
1174             'bho' => 'bhodjpouri',
1175             'bi' => 'bichelamar',
1176             'bik' => 'bikol',
1177             'bin' => 'bini',
1178             'bjn' => 'banjar',
1179             'bkm' => 'kom',
1180             'bla' => 'siksika',
1181             'blo' => 'anii',
1182             'bm' => 'bambara',
1183             'bn' => 'bengali',
1184             'bo' => 'tibétain',
1185             'bpy' => 'bishnupriya',
1186             'bqi' => 'bakhtiari',
1187             'br' => 'breton',
1188             'bra' => 'braj',
1189             'brh' => 'brahoui',
1190             'brx' => 'bodo',
1191             'bs' => 'bosniaque',
1192             'bss' => 'akoose',
1193             'bua' => 'bouriate',
1194             'bug' => 'bugi',
1195             'bum' => 'boulou',
1196             'byn' => 'blin',
1197             'byv' => 'médumba',
1198             'ca' => 'catalan',
1199             'cad' => 'caddo',
1200             'car' => 'caribe',
1201             'cay' => 'cayuga',
1202             'cch' => 'atsam',
1203             'ccp' => 'changma kodha',
1204             'ce' => 'tchétchène',
1205             'ceb' => 'cebuano',
1206             'cgg' => 'kiga',
1207             'ch' => 'chamorro',
1208             'chb' => 'chibcha',
1209             'chg' => 'tchaghataï',
1210             'chk' => 'chuuk',
1211             'chm' => 'mari',
1212             'chn' => 'jargon chinook',
1213             'cho' => 'choctaw',
1214             'chp' => 'chipewyan',
1215             'chr' => 'cherokee',
1216             'chy' => 'cheyenne',
1217             'ckb' => 'sorani',
1218             'ckb@alt=menu' => 'kurde sorani',
1219             'clc' => 'chilcotin',
1220             'co' => 'corse',
1221             'cop' => 'copte',
1222             'cps' => 'capiznon',
1223             'cr' => 'cree',
1224             'crg' => 'mitchif',
1225             'crh' => 'tatar de Crimée',
1226             'crj' => 'cri de l’Est (dialecte du Sud)',
1227             'crk' => 'cri des plaines',
1228             'crl' => 'cri de l’Est (dialecte du Nord)',
1229             'crm' => 'cri de Moose',
1230             'crr' => 'algonquin de Caroline',
1231             'crs' => 'créole seychellois',
1232             'cs' => 'tchèque',
1233             'csb' => 'kachoube',
1234             'csw' => 'cri des marais',
1235             'cu' => 'slavon d’église',
1236             'cv' => 'tchouvache',
1237             'cy' => 'gallois',
1238             'da' => 'danois',
1239             'dak' => 'dakota',
1240             'dar' => 'dargwa',
1241             'dav' => 'taita',
1242             'de' => 'allemand',
1243             'de_AT' => 'allemand autrichien',
1244             'de_CH' => 'allemand suisse',
1245             'del' => 'delaware',
1246             'den' => 'esclave',
1247             'dgr' => 'dogrib',
1248             'din' => 'dinka',
1249             'dje' => 'zarma',
1250             'doi' => 'dogri',
1251             'dsb' => 'bas-sorabe',
1252             'dtp' => 'dusun central',
1253             'dua' => 'douala',
1254             'dum' => 'moyen néerlandais',
1255             'dv' => 'maldivien',
1256             'dyo' => 'diola-fogny',
1257             'dyu' => 'dioula',
1258             'dz' => 'dzongkha',
1259             'dzg' => 'dazaga',
1260             'ebu' => 'embu',
1261             'ee' => 'éwé',
1262             'efi' => 'éfik',
1263             'egl' => 'émilien',
1264             'egy' => 'égyptien ancien',
1265             'eka' => 'ékadjouk',
1266             'el' => 'grec',
1267             'elx' => 'élamite',
1268             'en' => 'anglais',
1269             'en_AU' => 'anglais australien',
1270             'en_CA' => 'anglais canadien',
1271             'en_GB' => 'anglais britannique',
1272             'en_US' => 'anglais américain',
1273             'enm' => 'moyen anglais',
1274             'eo' => 'espéranto',
1275             'es' => 'espagnol',
1276             'es_419' => 'espagnol d’Amérique latine',
1277             'es_ES' => 'espagnol d’Espagne',
1278             'es_MX' => 'espagnol du Mexique',
1279             'esu' => 'youpik central',
1280             'et' => 'estonien',
1281             'eu' => 'basque',
1282             'ewo' => 'éwondo',
1283             'ext' => 'estrémègne',
1284             'fa' => 'persan',
1285             'fa_AF' => 'dari',
1286             'fan' => 'fang',
1287             'fat' => 'fanti',
1288             'ff' => 'peul',
1289             'fi' => 'finnois',
1290             'fil' => 'filipino',
1291             'fit' => 'finnois tornédalien',
1292             'fj' => 'fidjien',
1293             'fo' => 'féroïen',
1294             'fon' => 'fon',
1295             'fr' => 'français',
1296             'fr_CA' => 'français canadien',
1297             'fr_CH' => 'français suisse',
1298             'frc' => 'français cadien',
1299             'frm' => 'moyen français',
1300             'fro' => 'ancien français',
1301             'frp' => 'francoprovençal',
1302             'frr' => 'frison septentrional',
1303             'frs' => 'frison oriental',
1304             'fur' => 'frioulan',
1305             'fy' => 'frison occidental',
1306             'ga' => 'irlandais',
1307             'gaa' => 'ga',
1308             'gag' => 'gagaouze',
1309             'gan' => 'gan',
1310             'gay' => 'gayo',
1311             'gba' => 'gbaya',
1312             'gbz' => 'dari zoroastrien',
1313             'gd' => 'gaélique écossais',
1314             'gez' => 'guèze',
1315             'gil' => 'gilbertin',
1316             'gl' => 'galicien',
1317             'glk' => 'gilaki',
1318             'gmh' => 'moyen haut-allemand',
1319             'gn' => 'guarani',
1320             'goh' => 'ancien haut allemand',
1321             'gon' => 'gondi',
1322             'gor' => 'gorontalo',
1323             'got' => 'gotique',
1324             'grb' => 'grebo',
1325             'grc' => 'grec ancien',
1326             'gsw' => 'suisse allemand',
1327             'gu' => 'goudjarati',
1328             'guc' => 'wayuu',
1329             'gur' => 'gurenne',
1330             'guz' => 'gusii',
1331             'gv' => 'mannois',
1332             'gwi' => 'gwichʼin',
1333             'ha' => 'haoussa',
1334             'hai' => 'haïda',
1335             'hak' => 'hakka',
1336             'haw' => 'hawaïen',
1337             'hax' => 'haïda du Sud',
1338             'he' => 'hébreu',
1339             'hi' => 'hindi',
1340             'hi_Latn@alt=variant' => 'hinglish',
1341             'hif' => 'hindi fidjien',
1342             'hil' => 'hiligaynon',
1343             'hit' => 'hittite',
1344             'hmn' => 'hmong',
1345             'ho' => 'hiri motu',
1346             'hr' => 'croate',
1347             'hsb' => 'haut-sorabe',
1348             'hsn' => 'xiang',
1349             'ht' => 'créole haïtien',
1350             'hu' => 'hongrois',
1351             'hup' => 'hupa',
1352             'hur' => 'halkomelem',
1353             'hy' => 'arménien',
1354             'hz' => 'héréro',
1355             'ia' => 'interlingua',
1356             'iba' => 'iban',
1357             'ibb' => 'ibibio',
1358             'id' => 'indonésien',
1359             'ie' => 'interlingue',
1360             'ig' => 'igbo',
1361             'ii' => 'yi du Sichuan',
1362             'ik' => 'inupiaq',
1363             'ikt' => 'inuktitut de l’Ouest canadien',
1364             'ilo' => 'ilocano',
1365             'inh' => 'ingouche',
1366             'io' => 'ido',
1367             'is' => 'islandais',
1368             'it' => 'italien',
1369             'iu' => 'inuktitut',
1370             'izh' => 'ingrien',
1371             'ja' => 'japonais',
1372             'jam' => 'créole jamaïcain',
1373             'jbo' => 'lojban',
1374             'jgo' => 'ngomba',
1375             'jmc' => 'matchamé',
1376             'jpr' => 'judéo-persan',
1377             'jrb' => 'judéo-arabe',
1378             'jut' => 'jute',
1379             'jv' => 'javanais',
1380             'ka' => 'géorgien',
1381             'kaa' => 'karakalpak',
1382             'kab' => 'kabyle',
1383             'kac' => 'kachin',
1384             'kaj' => 'jju',
1385             'kam' => 'kamba',
1386             'kaw' => 'kawi',
1387             'kbd' => 'kabarde',
1388             'kbl' => 'kanembou',
1389             'kcg' => 'tyap',
1390             'kde' => 'makondé',
1391             'kea' => 'capverdien',
1392             'ken' => 'kényang',
1393             'kfo' => 'koro',
1394             'kg' => 'kikongo',
1395             'kgp' => 'caingangue',
1396             'kha' => 'khasi',
1397             'kho' => 'khotanais',
1398             'khq' => 'koyra chiini',
1399             'khw' => 'khowar',
1400             'ki' => 'kikuyu',
1401             'kiu' => 'kirmanjki',
1402             'kj' => 'kuanyama',
1403             'kk' => 'kazakh',
1404             'kkj' => 'kako',
1405             'kl' => 'groenlandais',
1406             'kln' => 'kalendjin',
1407             'km' => 'khmer',
1408             'kmb' => 'kimboundou',
1409             'kn' => 'kannada',
1410             'ko' => 'coréen',
1411             'koi' => 'komi-permiak',
1412             'kok' => 'konkani',
1413             'kos' => 'kosraéen',
1414             'kpe' => 'kpellé',
1415             'kr' => 'kanouri',
1416             'krc' => 'karatchaï balkar',
1417             'kri' => 'krio',
1418             'krj' => 'kinaray-a',
1419             'krl' => 'carélien',
1420             'kru' => 'kouroukh',
1421             'ks' => 'cachemiri',
1422             'ksb' => 'shambala',
1423             'ksf' => 'bafia',
1424             'ksh' => 'kölsch',
1425             'ku' => 'kurde',
1426             'kum' => 'koumyk',
1427             'kut' => 'kutenai',
1428             'kv' => 'komi',
1429             'kw' => 'cornique',
1430             'kwk' => 'kwak’wala',
1431             'kxv' => 'kuvi',
1432             'ky' => 'kirghize',
1433             'la' => 'latin',
1434             'lad' => 'ladino',
1435             'lag' => 'langi',
1436             'lah' => 'lahnda',
1437             'lam' => 'lamba',
1438             'lb' => 'luxembourgeois',
1439             'lez' => 'lezghien',
1440             'lfn' => 'lingua franca nova',
1441             'lg' => 'ganda',
1442             'li' => 'limbourgeois',
1443             'lij' => 'ligure',
1444             'lil' => 'lillooet',
1445             'liv' => 'livonien',
1446             'lkt' => 'lakota',
1447             'lmo' => 'lombard',
1448             'ln' => 'lingala',
1449             'lo' => 'lao',
1450             'lol' => 'mongo',
1451             'lou' => 'créole louisianais',
1452             'loz' => 'lozi',
1453             'lrc' => 'lori du Nord',
1454             'lsm' => 'samia',
1455             'lt' => 'lituanien',
1456             'ltg' => 'latgalien',
1457             'lu' => 'luba-katanga (kiluba)',
1458             'lua' => 'luba-kasaï (ciluba)',
1459             'lui' => 'luiseño',
1460             'lun' => 'lunda',
1461             'lus' => 'lushaï',
1462             'luy' => 'luyia',
1463             'lv' => 'letton',
1464             'lzh' => 'chinois littéraire',
1465             'lzz' => 'laze',
1466             'mad' => 'madurais',
1467             'maf' => 'mafa',
1468             'mag' => 'magahi',
1469             'mai' => 'maïthili',
1470             'mak' => 'makassar',
1471             'man' => 'mandingue',
1472             'mas' => 'maasaï',
1473             'mde' => 'maba',
1474             'mdf' => 'mokcha',
1475             'mdr' => 'mandar',
1476             'men' => 'mendé',
1477             'mer' => 'meru',
1478             'mfe' => 'créole mauricien',
1479             'mg' => 'malgache',
1480             'mga' => 'moyen irlandais',
1481             'mgh' => 'makua',
1482             'mgo' => 'metaʼ',
1483             'mh' => 'marshallais',
1484             'mi' => 'maori',
1485             'mic' => 'micmac',
1486             'min' => 'minangkabau',
1487             'mk' => 'macédonien',
1488             'ml' => 'malayalam',
1489             'mn' => 'mongol',
1490             'mnc' => 'mandchou',
1491             'mni' => 'manipuri',
1492             'moe' => 'innu-aimun',
1493             'moh' => 'mohawk',
1494             'mos' => 'moré',
1495             'mr' => 'marathi',
1496             'mrj' => 'mari occidental',
1497             'ms' => 'malais',
1498             'mt' => 'maltais',
1499             'mua' => 'moundang',
1500             'mul' => 'multilingue',
1501             'mus' => 'creek',
1502             'mwl' => 'mirandais',
1503             'mwr' => 'marwarî',
1504             'mwv' => 'mentawaï',
1505             'my' => 'birman',
1506             'mye' => 'myènè',
1507             'myv' => 'erzya',
1508             'mzn' => 'mazandérani',
1509             'na' => 'nauruan',
1510             'nan' => 'minnan',
1511             'nap' => 'napolitain',
1512             'naq' => 'nama',
1513             'nb' => 'norvégien bokmål',
1514             'nd' => 'ndébélé du Nord',
1515             'nds' => 'bas-allemand',
1516             'nds_NL' => 'bas-saxon néerlandais',
1517             'ne' => 'népalais',
1518             'new' => 'newari',
1519             'ng' => 'ndonga',
1520             'nia' => 'niha',
1521             'niu' => 'niuéen',
1522             'njo' => 'ao',
1523             'nl' => 'néerlandais',
1524             'nl_BE' => 'flamand',
1525             'nmg' => 'ngoumba',
1526             'nn' => 'norvégien nynorsk',
1527             'nnh' => 'ngiemboon',
1528             'no' => 'norvégien',
1529             'nog' => 'nogaï',
1530             'non' => 'vieux norrois',
1531             'nov' => 'novial',
1532             'nqo' => 'n’ko',
1533             'nr' => 'ndébélé du Sud',
1534             'nso' => 'sotho du Nord',
1535             'nus' => 'nuer',
1536             'nv' => 'navajo',
1537             'nwc' => 'newarî classique',
1538             'ny' => 'chewa',
1539             'nym' => 'nyamwezi',
1540             'nyn' => 'nyankolé',
1541             'nyo' => 'nyoro',
1542             'nzi' => 'nzema',
1543             'oc' => 'occitan',
1544             'oj' => 'ojibwa',
1545             'ojb' => 'ojibwé du Nord-Ouest',
1546             'ojc' => 'ojibwé central',
1547             'ojs' => 'oji-cri',
1548             'ojw' => 'ojibwé occidental',
1549             'oka' => 'colville-okanagan',
1550             'om' => 'oromo',
1551             'or' => 'odia',
1552             'os' => 'ossète',
1553             'osa' => 'osage',
1554             'ota' => 'turc ottoman',
1555             'pa' => 'pendjabi',
1556             'pag' => 'pangasinan',
1557             'pal' => 'pahlavi',
1558             'pam' => 'pampangan',
1559             'pap' => 'papiamento',
1560             'pau' => 'palau',
1561             'pcd' => 'picard',
1562             'pcm' => 'pidgin nigérian',
1563             'pdc' => 'pennsilfaanisch',
1564             'pdt' => 'bas-prussien',
1565             'peo' => 'persan ancien',
1566             'pfl' => 'allemand palatin',
1567             'phn' => 'phénicien',
1568             'pi' => 'pali',
1569             'pis' => 'pijin',
1570             'pl' => 'polonais',
1571             'pms' => 'piémontais',
1572             'pnt' => 'pontique',
1573             'pon' => 'pohnpei',
1574             'pqm' => 'malécite-passamaquoddy',
1575             'prg' => 'prussien',
1576             'pro' => 'provençal ancien',
1577             'ps' => 'pachto',
1578             'ps@alt=variant' => 'pashto',
1579             'pt' => 'portugais',
1580             'pt_BR' => 'portugais brésilien',
1581             'pt_PT' => 'portugais européen',
1582             'qu' => 'quechua',
1583             'quc' => 'quiché',
1584             'qug' => 'quichua du Haut-Chimborazo',
1585             'raj' => 'rajasthani',
1586             'rap' => 'rapanui',
1587             'rar' => 'rarotongien',
1588             'rgn' => 'romagnol',
1589             'rhg' => 'rohingya',
1590             'rif' => 'rifain',
1591             'rm' => 'romanche',
1592             'rn' => 'roundi',
1593             'ro' => 'roumain',
1594             'ro_MD' => 'moldave',
1595             'rof' => 'rombo',
1596             'rom' => 'romani',
1597             'rtm' => 'rotuman',
1598             'ru' => 'russe',
1599             'rue' => 'ruthène',
1600             'rug' => 'roviana',
1601             'rup' => 'aroumain',
1602             'rw' => 'kinyarwanda',
1603             'rwk' => 'rwa',
1604             'sa' => 'sanskrit',
1605             'sad' => 'sandawe',
1606             'sah' => 'iakoute',
1607             'sam' => 'araméen samaritain',
1608             'saq' => 'samburu',
1609             'sas' => 'sasak',
1610             'sat' => 'santali',
1611             'saz' => 'saurashtra',
1612             'sba' => 'ngambay',
1613             'sbp' => 'isangu',
1614             'sc' => 'sarde',
1615             'scn' => 'sicilien',
1616             'sco' => 'écossais',
1617             'sd' => 'sindhi',
1618             'sdc' => 'sarde sassarais',
1619             'sdh' => 'kurde du Sud',
1620             'se' => 'same du Nord',
1621             'see' => 'seneca',
1622             'seh' => 'cisena',
1623             'sei' => 'séri',
1624             'sel' => 'selkoupe',
1625             'ses' => 'koyraboro senni',
1626             'sg' => 'sango',
1627             'sga' => 'ancien irlandais',
1628             'sgs' => 'samogitien',
1629             'sh' => 'serbo-croate',
1630             'shi' => 'chleuh',
1631             'shn' => 'shan',
1632             'shu' => 'arabe tchadien',
1633             'si' => 'cingalais',
1634             'sid' => 'sidamo',
1635             'sk' => 'slovaque',
1636             'sl' => 'slovène',
1637             'slh' => 'lushootseed du Sud',
1638             'sli' => 'bas-silésien',
1639             'sly' => 'sélayar',
1640             'sm' => 'samoan',
1641             'sma' => 'same du Sud',
1642             'smj' => 'same de Lule',
1643             'smn' => 'same d’Inari',
1644             'sms' => 'same skolt',
1645             'sn' => 'shona',
1646             'snk' => 'soninké',
1647             'so' => 'somali',
1648             'sog' => 'sogdien',
1649             'sq' => 'albanais',
1650             'sr' => 'serbe',
1651             'srn' => 'sranan tongo',
1652             'srr' => 'sérère',
1653             'ss' => 'swati',
1654             'ssy' => 'saho',
1655             'st' => 'sotho du Sud',
1656             'stq' => 'saterlandais',
1657             'str' => 'salish des détroits',
1658             'su' => 'soundanais',
1659             'suk' => 'soukouma',
1660             'sus' => 'soussou',
1661             'sux' => 'sumérien',
1662             'sv' => 'suédois',
1663             'sw' => 'swahili',
1664             'sw_CD' => 'swahili du Congo',
1665             'swb' => 'comorien',
1666             'syc' => 'syriaque classique',
1667             'syr' => 'syriaque',
1668             'szl' => 'silésien',
1669             'ta' => 'tamoul',
1670             'tce' => 'tutchone du Sud',
1671             'tcy' => 'toulou',
1672             'te' => 'télougou',
1673             'tem' => 'timné',
1674             'teo' => 'teso',
1675             'ter' => 'tereno',
1676             'tet' => 'tétoum',
1677             'tg' => 'tadjik',
1678             'tgx' => 'tagish',
1679             'th' => 'thaï',
1680             'tht' => 'tahltan',
1681             'ti' => 'tigrigna',
1682             'tig' => 'tigré',
1683             'tiv' => 'tiv',
1684             'tk' => 'turkmène',
1685             'tkl' => 'tokelau',
1686             'tkr' => 'tsakhour',
1687             'tl' => 'tagalog',
1688             'tlh' => 'klingon',
1689             'tli' => 'tlingit',
1690             'tly' => 'talysh',
1691             'tmh' => 'tamacheq',
1692             'tn' => 'tswana',
1693             'to' => 'tongien',
1694             'tog' => 'tonga nyasa',
1695             'tok' => 'toki pona',
1696             'tpi' => 'tok pisin',
1697             'tr' => 'turc',
1698             'tru' => 'touroyo',
1699             'trv' => 'taroko',
1700             'ts' => 'tsonga',
1701             'tsd' => 'tsakonien',
1702             'tsi' => 'tsimshian',
1703             'tt' => 'tatar',
1704             'ttm' => 'tutchone du Nord',
1705             'ttt' => 'tati caucasien',
1706             'tum' => 'tumbuka',
1707             'tvl' => 'tuvalu',
1708             'tw' => 'twi',
1709             'twq' => 'tasawaq',
1710             'ty' => 'tahitien',
1711             'tyv' => 'touvain',
1712             'tzm' => 'amazighe de l’Atlas central',
1713             'udm' => 'oudmourte',
1714             'ug' => 'ouïghour',
1715             'ug@alt=variant' => 'ouïgour',
1716             'uga' => 'ougaritique',
1717             'uk' => 'ukrainien',
1718             'umb' => 'umbundu',
1719             'und' => 'langue indéterminée',
1720             'ur' => 'ourdou',
1721             'uz' => 'ouzbek',
1722             'vai' => 'vaï',
1723             've' => 'venda',
1724             'vec' => 'vénitien',
1725             'vep' => 'vepse',
1726             'vi' => 'vietnamien',
1727             'vls' => 'flamand occidental',
1728             'vmf' => 'franconien du Main',
1729             'vmw' => 'macua',
1730             'vo' => 'volapük',
1731             'vot' => 'vote',
1732             'vro' => 'võro',
1733             'vun' => 'vunjo',
1734             'wa' => 'wallon',
1735             'wae' => 'walser',
1736             'wal' => 'walamo',
1737             'war' => 'waray',
1738             'was' => 'washo',
1739             'wbp' => 'warlpiri',
1740             'wo' => 'wolof',
1741             'wuu' => 'wu',
1742             'xal' => 'kalmouk',
1743             'xh' => 'xhosa',
1744             'xmf' => 'mingrélien',
1745             'xnr' => 'kangri',
1746             'xog' => 'soga',
1747             'yao' => 'yao',
1748             'yap' => 'yapois',
1749             'yav' => 'yangben',
1750             'ybb' => 'yemba',
1751             'yi' => 'yiddish',
1752             'yo' => 'yoruba',
1753             'yrl' => 'nheengatou',
1754             'yue' => 'cantonais',
1755             'yue@alt=menu' => 'chinois cantonais',
1756             'za' => 'zhuang',
1757             'zap' => 'zapotèque',
1758             'zbl' => 'symboles Bliss',
1759             'zea' => 'zélandais',
1760             'zen' => 'zenaga',
1761             'zgh' => 'amazighe standard marocain',
1762             'zh' => 'chinois',
1763             'zh@alt=menu' => 'chinois mandarin',
1764             'zh_Hans' => 'chinois simplifié',
1765             'zh_Hans@alt=long' => 'mandarin simplifié',
1766             'zh_Hant' => 'chinois traditionnel',
1767             'zh_Hant@alt=long' => 'mandarin traditionnel',
1768             'zu' => 'zoulou',
1769             'zun' => 'zuñi',
1770             'zxx' => 'sans contenu linguistique',
1771             'zza' => 'zazaki',
1772              
1773             );
1774             if (@_) {
1775             return $languages{$_[0]};
1776             }
1777             return \%languages;
1778             }
1779             },
1780             );
1781              
1782             has 'display_name_script' => (
1783             is => 'ro',
1784             isa => CodeRef,
1785             init_arg => undef,
1786             default => sub {
1787             sub {
1788             my %scripts = (
1789             'Adlm' => 'adlam',
1790             'Afak' => 'afaka',
1791             'Aghb' => 'aghbanien',
1792             'Ahom' => 'ahom',
1793             'Arab' => 'arabe',
1794             'Arab@alt=variant' => 'arabo-persan',
1795             'Aran' => 'nastaliq',
1796             'Armi' => 'araméen impérial',
1797             'Armn' => 'arménien',
1798             'Avst' => 'avestique',
1799             'Bali' => 'balinais',
1800             'Bamu' => 'bamoun',
1801             'Bass' => 'bassa',
1802             'Batk' => 'batak',
1803             'Beng' => 'bengali',
1804             'Bhks' => 'bhaïksouki',
1805             'Blis' => 'symboles Bliss',
1806             'Bopo' => 'bopomofo',
1807             'Brah' => 'brâhmî',
1808             'Brai' => 'braille',
1809             'Bugi' => 'bouguis',
1810             'Buhd' => 'bouhide',
1811             'Cakm' => 'chakma',
1812             'Cans' => 'syllabaire autochtone canadien unifié',
1813             'Cari' => 'carien',
1814             'Cham' => 'cham',
1815             'Cher' => 'cherokee',
1816             'Chrs' => 'chorasmien',
1817             'Cirt' => 'cirth',
1818             'Copt' => 'copte',
1819             'Cpmn' => 'syllabaire chypro-minoen',
1820             'Cprt' => 'syllabaire chypriote',
1821             'Cyrl' => 'cyrillique',
1822             'Cyrs' => 'cyrillique (variante slavonne)',
1823             'Deva' => 'dévanagari',
1824             'Diak' => 'dives akuru',
1825             'Dogr' => 'dogri',
1826             'Dsrt' => 'déséret',
1827             'Dupl' => 'sténographie Duployé',
1828             'Egyd' => 'démotique égyptien',
1829             'Egyh' => 'hiératique égyptien',
1830             'Egyp' => 'hiéroglyphes égyptiens',
1831             'Elba' => 'elbasan',
1832             'Elym' => 'élymaïque',
1833             'Ethi' => 'éthiopique',
1834             'Gara' => 'garay',
1835             'Geok' => 'géorgien khoutsouri',
1836             'Geor' => 'géorgien',
1837             'Glag' => 'glagolitique',
1838             'Gong' => 'gondi de Gundjala',
1839             'Gonm' => 'gondi de Masaram',
1840             'Goth' => 'gotique',
1841             'Gran' => 'grantha',
1842             'Grek' => 'grec',
1843             'Gujr' => 'goudjarâtî',
1844             'Gukh' => 'gurung khema',
1845             'Guru' => 'gourmoukhî',
1846             'Hanb' => 'han avec bopomofo',
1847             'Hang' => 'hangûl',
1848             'Hani' => 'sinogrammes',
1849             'Hano' => 'hanounóo',
1850             'Hans' => 'simplifié',
1851             'Hans@alt=stand-alone' => 'sinogrammes simplifiés',
1852             'Hant' => 'traditionnel',
1853             'Hant@alt=stand-alone' => 'sinogrammes traditionnels',
1854             'Hatr' => 'hatrénien',
1855             'Hebr' => 'hébreu',
1856             'Hira' => 'hiragana',
1857             'Hluw' => 'hiéroglyphes hittites',
1858             'Hmng' => 'pahawh hmong',
1859             'Hmnp' => 'nyiakeng puachue hmong',
1860             'Hrkt' => 'katakana ou hiragana',
1861             'Hung' => 'ancien hongrois',
1862             'Inds' => 'indus',
1863             'Ital' => 'ancien italique',
1864             'Jamo' => 'jamo',
1865             'Java' => 'javanais',
1866             'Jpan' => 'japonais',
1867             'Jurc' => 'jurchen',
1868             'Kali' => 'kayah li',
1869             'Kana' => 'katakana',
1870             'Kawi' => 'kawi',
1871             'Khar' => 'kharochthî',
1872             'Khmr' => 'khmer',
1873             'Khoj' => 'khodjki',
1874             'Kits' => 'petite écriture khitan',
1875             'Knda' => 'kannara',
1876             'Kore' => 'coréen',
1877             'Kpel' => 'kpelle',
1878             'Krai' => 'kirat rai',
1879             'Kthi' => 'kaithî',
1880             'Lana' => 'lanna',
1881             'Laoo' => 'lao',
1882             'Latf' => 'latin (variante brisée)',
1883             'Latg' => 'latin (variante gaélique)',
1884             'Latn' => 'latin',
1885             'Lepc' => 'lepcha',
1886             'Limb' => 'limbou',
1887             'Lina' => 'linéaire A',
1888             'Linb' => 'linéaire B',
1889             'Lisu' => 'lisu',
1890             'Loma' => 'loma',
1891             'Lyci' => 'lycien',
1892             'Lydi' => 'lydien',
1893             'Mahj' => 'mahadjani',
1894             'Maka' => 'makasar',
1895             'Mand' => 'mandéen',
1896             'Mani' => 'manichéen',
1897             'Marc' => 'mar chen',
1898             'Maya' => 'hiéroglyphes mayas',
1899             'Medf' => 'medefidrin',
1900             'Mend' => 'mendé',
1901             'Merc' => 'méroïtique cursif',
1902             'Mero' => 'méroïtique',
1903             'Mlym' => 'malayalam',
1904             'Modi' => 'modi',
1905             'Mong' => 'mongol',
1906             'Moon' => 'moon',
1907             'Mroo' => 'mro',
1908             'Mtei' => 'meitei mayek',
1909             'Mult' => 'multani',
1910             'Mymr' => 'birman',
1911             'Nagm' => 'nag mundari',
1912             'Nand' => 'nandinagari',
1913             'Narb' => 'nord-arabique',
1914             'Nbat' => 'nabatéen',
1915             'Newa' => 'néwa',
1916             'Nkgb' => 'géba',
1917             'Nkoo' => 'n’ko',
1918             'Nshu' => 'nüshu',
1919             'Ogam' => 'ogam',
1920             'Olck' => 'ol-chiki',
1921             'Onao' => 'ol onal',
1922             'Orkh' => 'orkhon',
1923             'Orya' => 'odia',
1924             'Osge' => 'osage',
1925             'Osma' => 'osmanais',
1926             'Ougr' => 'ancien ouïgour',
1927             'Palm' => 'palmyrénien',
1928             'Pauc' => 'paou chin haou',
1929             'Perm' => 'ancien permien',
1930             'Phag' => 'phags pa',
1931             'Phli' => 'pehlevi des inscriptions',
1932             'Phlp' => 'pehlevi des psautiers',
1933             'Phlv' => 'pehlevi des livres',
1934             'Phnx' => 'phénicien',
1935             'Plrd' => 'phonétique de Pollard',
1936             'Prti' => 'parthe des inscriptions',
1937             'Qaag' => 'zawgyi',
1938             'Rjng' => 'rejang',
1939             'Rohg' => 'hanifi',
1940             'Roro' => 'rongorongo',
1941             'Runr' => 'runique',
1942             'Samr' => 'samaritain',
1943             'Sara' => 'sarati',
1944             'Sarb' => 'sudarabique',
1945             'Saur' => 'saurashtra',
1946             'Sgnw' => 'écriture des signes',
1947             'Shaw' => 'shavien',
1948             'Shrd' => 'charada',
1949             'Sidd' => 'siddham',
1950             'Sind' => 'sindhi',
1951             'Sinh' => 'cingalais',
1952             'Sogd' => 'sogdien',
1953             'Sogo' => 'sogdien ancien',
1954             'Sora' => 'sora sompeng',
1955             'Soyo' => 'soyombo',
1956             'Sund' => 'sundanais',
1957             'Sunu' => 'sunuwar',
1958             'Sylo' => 'sylotî nâgrî',
1959             'Syrc' => 'syriaque',
1960             'Syre' => 'syriaque estranghélo',
1961             'Syrj' => 'syriaque occidental',
1962             'Syrn' => 'syriaque oriental',
1963             'Tagb' => 'tagbanoua',
1964             'Takr' => 'takri',
1965             'Tale' => 'taï-le',
1966             'Talu' => 'nouveau taï-lue',
1967             'Taml' => 'tamoul',
1968             'Tang' => 'tangoute',
1969             'Tavt' => 'taï viêt',
1970             'Telu' => 'télougou',
1971             'Teng' => 'tengwar',
1972             'Tfng' => 'tifinagh',
1973             'Tglg' => 'tagal',
1974             'Thaa' => 'thâna',
1975             'Thai' => 'thaï',
1976             'Tibt' => 'tibétain',
1977             'Tirh' => 'tirhouta',
1978             'Tnsa' => 'tangsa',
1979             'Todr' => 'todhri',
1980             'Toto' => 'toto',
1981             'Tutg' => 'tulu-tigalari',
1982             'Ugar' => 'ougaritique',
1983             'Vaii' => 'vaï',
1984             'Visp' => 'parole visible',
1985             'Vith' => 'vithkuqi',
1986             'Wara' => 'warang citi',
1987             'Wcho' => 'wantcho',
1988             'Wole' => 'woléaï',
1989             'Xpeo' => 'cunéiforme persépolitain',
1990             'Xsux' => 'cunéiforme suméro-akkadien',
1991             'Yezi' => 'yézidi',
1992             'Yiii' => 'yi',
1993             'Zanb' => 'zanabazar carré',
1994             'Zinh' => 'hérité',
1995             'Zmth' => 'notation mathématique',
1996             'Zsye' => 'emoji',
1997             'Zsym' => 'symboles',
1998             'Zxxx' => 'non écrit',
1999             'Zyyy' => 'commun',
2000             'Zzzz' => 'écriture inconnue',
2001              
2002             );
2003             if ( @_ ) {
2004             return $scripts{$_[0]};
2005             }
2006             return \%scripts;
2007             }
2008             }
2009             );
2010              
2011             has 'display_name_region' => (
2012             is => 'ro',
2013             isa => HashRef[Str],
2014             init_arg => undef,
2015             default => sub {
2016             {
2017             '001' => 'Monde',
2018             '002' => 'Afrique',
2019             '003' => 'Amérique du Nord',
2020             '005' => 'Amérique du Sud',
2021             '009' => 'Océanie',
2022             '011' => 'Afrique occidentale',
2023             '013' => 'Amérique centrale',
2024             '014' => 'Afrique orientale',
2025             '015' => 'Afrique septentrionale',
2026             '017' => 'Afrique centrale',
2027             '018' => 'Afrique australe',
2028             '019' => 'Amériques',
2029             '021' => 'Amérique septentrionale',
2030             '029' => 'Caraïbes',
2031             '030' => 'Asie de l’Est',
2032             '034' => 'Asie du Sud',
2033             '035' => 'Asie du Sud-Est',
2034             '039' => 'Europe du Sud',
2035             '053' => 'Australasie',
2036             '054' => 'Mélanésie',
2037             '057' => 'région micronésienne',
2038             '061' => 'Polynésie',
2039             '142' => 'Asie',
2040             '143' => 'Asie centrale',
2041             '145' => 'Asie de l’Ouest',
2042             '150' => 'Europe',
2043             '151' => 'Europe de l’Est',
2044             '154' => 'Europe du Nord',
2045             '155' => 'Europe de l’Ouest',
2046             '202' => 'Afrique subsaharienne',
2047             '419' => 'Amérique latine',
2048             'AC' => 'Île de l’Ascension',
2049             'AD' => 'Andorre',
2050             'AE' => 'Émirats arabes unis',
2051             'AF' => 'Afghanistan',
2052             'AG' => 'Antigua-et-Barbuda',
2053             'AI' => 'Anguilla',
2054             'AL' => 'Albanie',
2055             'AM' => 'Arménie',
2056             'AO' => 'Angola',
2057             'AQ' => 'Antarctique',
2058             'AR' => 'Argentine',
2059             'AS' => 'Samoa américaines',
2060             'AT' => 'Autriche',
2061             'AU' => 'Australie',
2062             'AW' => 'Aruba',
2063             'AX' => 'Îles Åland',
2064             'AZ' => 'Azerbaïdjan',
2065             'BA' => 'Bosnie-Herzégovine',
2066             'BB' => 'Barbade',
2067             'BD' => 'Bangladesh',
2068             'BE' => 'Belgique',
2069             'BF' => 'Burkina Faso',
2070             'BG' => 'Bulgarie',
2071             'BH' => 'Bahreïn',
2072             'BI' => 'Burundi',
2073             'BJ' => 'Bénin',
2074             'BL' => 'Saint-Barthélemy',
2075             'BM' => 'Bermudes',
2076             'BN' => 'Brunei',
2077             'BO' => 'Bolivie',
2078             'BQ' => 'Pays-Bas caribéens',
2079             'BR' => 'Brésil',
2080             'BS' => 'Bahamas',
2081             'BT' => 'Bhoutan',
2082             'BV' => 'Île Bouvet',
2083             'BW' => 'Botswana',
2084             'BY' => 'Biélorussie',
2085             'BZ' => 'Belize',
2086             'CA' => 'Canada',
2087             'CC' => 'Îles Cocos',
2088             'CD' => 'Congo-Kinshasa',
2089             'CD@alt=variant' => 'Congo (RDC)',
2090             'CF' => 'République centrafricaine',
2091             'CG' => 'Congo-Brazzaville',
2092             'CG@alt=variant' => 'République du Congo',
2093             'CH' => 'Suisse',
2094             'CI' => 'Côte d’Ivoire',
2095             'CI@alt=variant' => 'République de Côte d’Ivoire',
2096             'CK' => 'Îles Cook',
2097             'CL' => 'Chili',
2098             'CM' => 'Cameroun',
2099             'CN' => 'Chine',
2100             'CO' => 'Colombie',
2101             'CP' => 'Île Clipperton',
2102             'CR' => 'Costa Rica',
2103             'CU' => 'Cuba',
2104             'CV' => 'Cap-Vert',
2105             'CW' => 'Curaçao',
2106             'CX' => 'Île Christmas',
2107             'CY' => 'Chypre',
2108             'CZ' => 'Tchéquie',
2109             'CZ@alt=variant' => 'République tchèque',
2110             'DE' => 'Allemagne',
2111             'DG' => 'Diego Garcia',
2112             'DJ' => 'Djibouti',
2113             'DK' => 'Danemark',
2114             'DM' => 'Dominique',
2115             'DO' => 'République dominicaine',
2116             'DZ' => 'Algérie',
2117             'EA' => 'Ceuta et Melilla',
2118             'EC' => 'Équateur',
2119             'EE' => 'Estonie',
2120             'EG' => 'Égypte',
2121             'EH' => 'Sahara occidental',
2122             'ER' => 'Érythrée',
2123             'ES' => 'Espagne',
2124             'ET' => 'Éthiopie',
2125             'EU' => 'Union européenne',
2126             'EZ' => 'zone euro',
2127             'FI' => 'Finlande',
2128             'FJ' => 'Fidji',
2129             'FK' => 'Îles Malouines',
2130             'FK@alt=variant' => 'Îles Malouines (Îles Falkland)',
2131             'FM' => 'Micronésie',
2132             'FO' => 'Îles Féroé',
2133             'FR' => 'France',
2134             'GA' => 'Gabon',
2135             'GB' => 'Royaume-Uni',
2136             'GB@alt=short' => 'R.-U.',
2137             'GD' => 'Grenade',
2138             'GE' => 'Géorgie',
2139             'GF' => 'Guyane française',
2140             'GG' => 'Guernesey',
2141             'GH' => 'Ghana',
2142             'GI' => 'Gibraltar',
2143             'GL' => 'Groenland',
2144             'GM' => 'Gambie',
2145             'GN' => 'Guinée',
2146             'GP' => 'Guadeloupe',
2147             'GQ' => 'Guinée équatoriale',
2148             'GR' => 'Grèce',
2149             'GS' => 'Géorgie du Sud-et-les Îles Sandwich du Sud',
2150             'GT' => 'Guatemala',
2151             'GU' => 'Guam',
2152             'GW' => 'Guinée-Bissau',
2153             'GY' => 'Guyana',
2154             'HK' => 'R.A.S. chinoise de Hong Kong',
2155             'HK@alt=short' => 'Hong Kong',
2156             'HM' => 'Îles Heard-et-MacDonald',
2157             'HN' => 'Honduras',
2158             'HR' => 'Croatie',
2159             'HT' => 'Haïti',
2160             'HU' => 'Hongrie',
2161             'IC' => 'Îles Canaries',
2162             'ID' => 'Indonésie',
2163             'IE' => 'Irlande',
2164             'IL' => 'Israël',
2165             'IM' => 'Île de Man',
2166             'IN' => 'Inde',
2167             'IO' => 'Territoire britannique de l’océan Indien',
2168             'IO@alt=chagos' => 'Archipel des Chagos',
2169             'IQ' => 'Irak',
2170             'IR' => 'Iran',
2171             'IS' => 'Islande',
2172             'IT' => 'Italie',
2173             'JE' => 'Jersey',
2174             'JM' => 'Jamaïque',
2175             'JO' => 'Jordanie',
2176             'JP' => 'Japon',
2177             'KE' => 'Kenya',
2178             'KG' => 'Kirghizstan',
2179             'KH' => 'Cambodge',
2180             'KI' => 'Kiribati',
2181             'KM' => 'Comores',
2182             'KN' => 'Saint-Christophe-et-Niévès',
2183             'KP' => 'Corée du Nord',
2184             'KR' => 'Corée du Sud',
2185             'KW' => 'Koweït',
2186             'KY' => 'Îles Caïmans',
2187             'KZ' => 'Kazakhstan',
2188             'LA' => 'Laos',
2189             'LB' => 'Liban',
2190             'LC' => 'Sainte-Lucie',
2191             'LI' => 'Liechtenstein',
2192             'LK' => 'Sri Lanka',
2193             'LR' => 'Liberia',
2194             'LS' => 'Lesotho',
2195             'LT' => 'Lituanie',
2196             'LU' => 'Luxembourg',
2197             'LV' => 'Lettonie',
2198             'LY' => 'Libye',
2199             'MA' => 'Maroc',
2200             'MC' => 'Monaco',
2201             'MD' => 'Moldavie',
2202             'ME' => 'Monténégro',
2203             'MF' => 'Saint-Martin',
2204             'MG' => 'Madagascar',
2205             'MH' => 'Îles Marshall',
2206             'MK' => 'Macédoine du Nord',
2207             'ML' => 'Mali',
2208             'MM' => 'Myanmar (Birmanie)',
2209             'MN' => 'Mongolie',
2210             'MO' => 'R.A.S. chinoise de Macao',
2211             'MO@alt=short' => 'Macao',
2212             'MP' => 'Îles Mariannes du Nord',
2213             'MQ' => 'Martinique',
2214             'MR' => 'Mauritanie',
2215             'MS' => 'Montserrat',
2216             'MT' => 'Malte',
2217             'MU' => 'Maurice',
2218             'MV' => 'Maldives',
2219             'MW' => 'Malawi',
2220             'MX' => 'Mexique',
2221             'MY' => 'Malaisie',
2222             'MZ' => 'Mozambique',
2223             'NA' => 'Namibie',
2224             'NC' => 'Nouvelle-Calédonie',
2225             'NE' => 'Niger',
2226             'NF' => 'Île Norfolk',
2227             'NG' => 'Nigeria',
2228             'NI' => 'Nicaragua',
2229             'NL' => 'Pays-Bas',
2230             'NO' => 'Norvège',
2231             'NP' => 'Népal',
2232             'NR' => 'Nauru',
2233             'NU' => 'Niue',
2234             'NZ' => 'Nouvelle-Zélande',
2235             'NZ@alt=variant' => 'Aotearoa (Nouvelle-Zélande)',
2236             'OM' => 'Oman',
2237             'PA' => 'Panama',
2238             'PE' => 'Pérou',
2239             'PF' => 'Polynésie française',
2240             'PG' => 'Papouasie-Nouvelle-Guinée',
2241             'PH' => 'Philippines',
2242             'PK' => 'Pakistan',
2243             'PL' => 'Pologne',
2244             'PM' => 'Saint-Pierre-et-Miquelon',
2245             'PN' => 'Îles Pitcairn',
2246             'PR' => 'Porto Rico',
2247             'PS' => 'Territoires palestiniens',
2248             'PS@alt=short' => 'Palestine',
2249             'PT' => 'Portugal',
2250             'PW' => 'Palaos',
2251             'PY' => 'Paraguay',
2252             'QA' => 'Qatar',
2253             'QO' => 'régions éloignées de l’Océanie',
2254             'RE' => 'La Réunion',
2255             'RO' => 'Roumanie',
2256             'RS' => 'Serbie',
2257             'RU' => 'Russie',
2258             'RW' => 'Rwanda',
2259             'SA' => 'Arabie saoudite',
2260             'SB' => 'Îles Salomon',
2261             'SC' => 'Seychelles',
2262             'SD' => 'Soudan',
2263             'SE' => 'Suède',
2264             'SG' => 'Singapour',
2265             'SH' => 'Sainte-Hélène',
2266             'SI' => 'Slovénie',
2267             'SJ' => 'Svalbard et Jan Mayen',
2268             'SK' => 'Slovaquie',
2269             'SL' => 'Sierra Leone',
2270             'SM' => 'Saint-Marin',
2271             'SN' => 'Sénégal',
2272             'SO' => 'Somalie',
2273             'SR' => 'Suriname',
2274             'SS' => 'Soudan du Sud',
2275             'ST' => 'Sao Tomé-et-Principe',
2276             'SV' => 'Salvador',
2277             'SX' => 'Saint-Martin (partie néerlandaise)',
2278             'SY' => 'Syrie',
2279             'SZ' => 'Eswatini',
2280             'SZ@alt=variant' => 'Swaziland',
2281             'TA' => 'Tristan da Cunha',
2282             'TC' => 'Îles Turques-et-Caïques',
2283             'TD' => 'Tchad',
2284             'TF' => 'Terres australes françaises',
2285             'TG' => 'Togo',
2286             'TH' => 'Thaïlande',
2287             'TJ' => 'Tadjikistan',
2288             'TK' => 'Tokelau',
2289             'TL' => 'Timor oriental',
2290             'TL@alt=variant' => 'Timor-Oriental',
2291             'TM' => 'Turkménistan',
2292             'TN' => 'Tunisie',
2293             'TO' => 'Tonga',
2294             'TR' => 'Turquie',
2295             'TR@alt=variant' => 'Türkiye',
2296             'TT' => 'Trinité-et-Tobago',
2297             'TV' => 'Tuvalu',
2298             'TW' => 'Taïwan',
2299             'TZ' => 'Tanzanie',
2300             'UA' => 'Ukraine',
2301             'UG' => 'Ouganda',
2302             'UM' => 'Îles mineures éloignées des États-Unis',
2303             'UN' => 'Nations Unies',
2304             'UN@alt=short' => 'ONU',
2305             'US' => 'États-Unis',
2306             'US@alt=short' => 'É.-U.',
2307             'UY' => 'Uruguay',
2308             'UZ' => 'Ouzbékistan',
2309             'VA' => 'État de la Cité du Vatican',
2310             'VC' => 'Saint-Vincent-et-les Grenadines',
2311             'VE' => 'Venezuela',
2312             'VG' => 'Îles Vierges britanniques',
2313             'VI' => 'Îles Vierges des États-Unis',
2314             'VN' => 'Viêt Nam',
2315             'VU' => 'Vanuatu',
2316             'WF' => 'Wallis-et-Futuna',
2317             'WS' => 'Samoa',
2318             'XA' => 'pseudo-accents',
2319             'XB' => 'pseudo-bidi',
2320             'XK' => 'Kosovo',
2321             'YE' => 'Yémen',
2322             'YT' => 'Mayotte',
2323             'ZA' => 'Afrique du Sud',
2324             'ZM' => 'Zambie',
2325             'ZW' => 'Zimbabwe',
2326             'ZZ' => 'région indéterminée',
2327              
2328             }
2329             },
2330             );
2331              
2332             has 'display_name_variant' => (
2333             is => 'ro',
2334             isa => HashRef[Str],
2335             init_arg => undef,
2336             default => sub {
2337             {
2338             '1901' => 'orthographe allemande traditionnelle',
2339             '1994' => 'orthographe normalisée de Resia',
2340             '1996' => 'orthographe allemande de 1996',
2341             '1606NICT' => 'françoys de 1606',
2342             '1694ACAD' => 'françois académique de 1694',
2343             '1959ACAD' => 'académique de 1959',
2344             'ABL1943' => 'orthographe brésilienne de 1943',
2345             'AKUAPEM' => 'akuapem',
2346             'ALALC97' => 'romanisation ALA-LC de 1997',
2347             'ALUKU' => 'dialecte aluku',
2348             'AO1990' => 'orthographe portugaise de 1990',
2349             'ARANES' => 'aranais',
2350             'AREVELA' => 'arménien oriental',
2351             'AREVMDA' => 'arménien occidental',
2352             'ASANTE' => 'asante',
2353             'AUVERN' => 'auvergnat',
2354             'BAKU1926' => 'alphabet latin altaïque unifié',
2355             'BALANKA' => 'dialecte balanka d’Anii',
2356             'BARLA' => 'groupe dialectal capverdien barlavento',
2357             'BASICENG' => 'anglais basic',
2358             'BAUDDHA' => 'variante hybride bouddhiste',
2359             'BISCAYAN' => 'biscayen',
2360             'BISKE' => 'dialecte de San Giorgio / Bila',
2361             'BOHORIC' => 'alphabet Bohorič',
2362             'BOONT' => 'dialecte boontling',
2363             'CISAUP' => 'cisalpin',
2364             'COLB1945' => 'orthographe brésilienne de 1945',
2365             'CORNU' => 'cornique',
2366             'CREISS' => 'parlers du Croissant',
2367             'DAJNKO' => 'alphabet Dajnko',
2368             'EKAVSK' => 'prononciation serbe ékavienne',
2369             'EMODENG' => 'ancien anglais moderne',
2370             'FONIPA' => 'alphabet phonétique international',
2371             'FONKIRSH' => 'alphabet phonétique de Kirshenbaum',
2372             'FONNAPA' => 'alphabet phonétique nord-américain',
2373             'FONUPA' => 'alphabet phonétique ouralique',
2374             'FONXSAMP' => 'alphabet phonétique X-SAMPA',
2375             'GASCON' => 'gascon',
2376             'GRCLASS' => 'orthographe occitane classique',
2377             'GRITAL' => 'orthographe occitane italisante',
2378             'GRMISTR' => 'orthographe occitane mistralienne',
2379             'HEPBURN' => 'romanisation Hepburn',
2380             'HOGNORSK' => 'dialecte høgnorsk',
2381             'HSISTEMO' => 'système orthographique H de l’espéranto',
2382             'IJEKAVSK' => 'prononciation serbe ijékavienne',
2383             'ITIHASA' => 'variante épique',
2384             'IVANCHOV' => 'orthographe bulgare de 1899',
2385             'JAUER' => 'dialecte jauer',
2386             'JYUTPING' => 'romanisation Jyutping',
2387             'KKCOR' => 'orthographe commune',
2388             'KOCIEWIE' => 'dialecte polonais kociewiacy',
2389             'KSCOR' => 'orthographe standard',
2390             'LAUKIKA' => 'variante classique',
2391             'LEMOSIN' => 'limousin',
2392             'LENGADOC' => 'languedocien',
2393             'LIPAW' => 'dialecte lipovaz de Resia',
2394             'LUNA1918' => 'orthographe russe réformée de 1918',
2395             'METELKO' => 'alphabet Metelko',
2396             'MONOTON' => 'monotonique',
2397             'NDYUKA' => 'dialecte ndyuka',
2398             'NEDIS' => 'dialecte de Natisone',
2399             'NEWFOUND' => 'anglais de Terre-Neuve',
2400             'NICARD' => 'niçard',
2401             'NJIVA' => 'dialecte de Gniva / Njiva',
2402             'NULIK' => 'volapük moderne',
2403             'OSOJS' => 'dialecte d’Oseacco / Osojane',
2404             'OXENDICT' => 'orthographe anglaise du dictionnaire d’Oxford',
2405             'PAHAWH2' => 'orthographe réduite pahawh hmong phase 2',
2406             'PAHAWH3' => 'orthographe réduite pahawh hmong phase 3',
2407             'PAHAWH4' => 'orthographe pahawh hmong version finale',
2408             'PAMAKA' => 'dialecte pamaka',
2409             'PETR1708' => 'orthographe pétrine de 1708',
2410             'PINYIN' => 'pinyin',
2411             'POLYTON' => 'polytonique',
2412             'POSIX' => 'informatique',
2413             'PROVENC' => 'provençal',
2414             'PUTER' => 'idiome puter',
2415             'REVISED' => 'orthographe révisée',
2416             'RIGIK' => 'volapük classique',
2417             'ROZAJ' => 'dialecte de Resia',
2418             'RUMGR' => 'standard des Grisons',
2419             'SAAHO' => 'dialecte saho',
2420             'SCOTLAND' => 'anglais standard écossais',
2421             'SCOUSE' => 'dialecte scouse',
2422             'SIMPLE' => 'simplifié',
2423             'SOLBA' => 'dialecte de Stolvizza / Solbica',
2424             'SOTAV' => 'groupe dialectal capverdien sotavento',
2425             'SPANGLIS' => 'spanglish',
2426             'SURMIRAN' => 'idiome surmiran',
2427             'SURSILV' => 'idiome sursilvan',
2428             'SUTSILV' => 'idiome sutsilvan',
2429             'TARASK' => 'orthographe taraskievica',
2430             'UCCOR' => 'orthographe unifiée',
2431             'UCRCOR' => 'orthographe révisée unifiée',
2432             'ULSTER' => 'orthographe de l’Ulster',
2433             'UNIFON' => 'alphabet phonétique Unifon',
2434             'VAIDIKA' => 'variante védique',
2435             'VALENCIA' => 'valencien',
2436             'VALLADER' => 'idiome vallader',
2437             'VIVARAUP' => 'vivaro-alpin',
2438             'WADEGILE' => 'Wade-Giles',
2439             'XSISTEMO' => 'système orthographique X de l’espéranto',
2440              
2441             }
2442             },
2443             );
2444              
2445             has 'display_name_key' => (
2446             is => 'ro',
2447             isa => HashRef[Str],
2448             init_arg => undef,
2449             default => sub {
2450             {
2451             'calendar' => 'calendrier',
2452             'cf' => 'format de devise',
2453             'colalternate' => 'tri ne tenant pas compte des symboles',
2454             'colbackwards' => 'tri inversé des caractères accentués',
2455             'colcasefirst' => 'classement basé sur les majuscules et les minuscules',
2456             'colcaselevel' => 'tri sensible à la casse',
2457             'collation' => 'ordre de tri',
2458             'colnormalization' => 'tri normalisé',
2459             'colnumeric' => 'tri numérique',
2460             'colstrength' => 'priorité du tri',
2461             'currency' => 'devise',
2462             'hc' => 'système horaire (12 ou 24 heures)',
2463             'lb' => 'style de saut de ligne',
2464             'ms' => 'système de mesure',
2465             'numbers' => 'nombres',
2466             'timezone' => 'fuseau horaire',
2467             'va' => 'variante locale',
2468             'x' => 'usage privé',
2469              
2470             }
2471             },
2472             );
2473              
2474             has 'display_name_type' => (
2475             is => 'ro',
2476             isa => HashRef[HashRef[Str]],
2477             init_arg => undef,
2478             default => sub {
2479             {
2480             'calendar' => {
2481             'buddhist' => q{calendrier bouddhiste},
2482             'chinese' => q{calendrier chinois},
2483             'coptic' => q{calendrier copte},
2484             'dangi' => q{calendrier dangi},
2485             'ethiopic' => q{calendrier éthiopien},
2486             'ethiopic-amete-alem' => q{calendrier éthiopien Amete Alem},
2487             'gregorian' => q{calendrier grégorien},
2488             'hebrew' => q{calendrier hébraïque},
2489             'indian' => q{calendrier indien},
2490             'islamic' => q{calendrier hégirien},
2491             'islamic-civil' => q{calendrier hégirien (tabulaire, époque civile)},
2492             'islamic-rgsa' => q{calendrier musulman (observé, Arabie Saoudite)},
2493             'islamic-tbla' => q{calendrier hégirien (tabulaire, époque astronomique)},
2494             'islamic-umalqura' => q{calendrier hégirien (Umm al-Qura)},
2495             'iso8601' => q{calendrier ISO 8601},
2496             'japanese' => q{calendrier japonais},
2497             'persian' => q{calendrier persan},
2498             'roc' => q{calendrier républicain chinois},
2499             },
2500             'cf' => {
2501             'account' => q{format de devise comptable},
2502             'standard' => q{format de devise standard},
2503             },
2504             'colalternate' => {
2505             'non-ignorable' => q{Trier les symboles},
2506             'shifted' => q{Trier en ignorant les symboles},
2507             },
2508             'colbackwards' => {
2509             'no' => q{Trier les caractères accentués normalement},
2510             'yes' => q{Trier les caractères accentués dans l’ordre inverse},
2511             },
2512             'colcasefirst' => {
2513             'lower' => q{Trier avec les minuscules d’abord},
2514             'no' => q{Trier sans ordre lié à la casse},
2515             'upper' => q{Trier avec les majuscules d’abord},
2516             },
2517             'colcaselevel' => {
2518             'no' => q{Trier sans tenir compte de la casse},
2519             'yes' => q{Trier en tenant compte de la casse},
2520             },
2521             'collation' => {
2522             'big5han' => q{ordre chinois traditionnel - Big5},
2523             'compat' => q{ancien ordre de tri pour compatibilité},
2524             'dictionary' => q{ordre du dictionnaire},
2525             'ducet' => q{ordre de tri Unicode par défaut},
2526             'emoji' => q{ordre des emoji},
2527             'eor' => q{règles de classement européen},
2528             'gb2312han' => q{ordre chinois simplifié - GB2312},
2529             'phonebook' => q{ordre de l’annuaire},
2530             'phonetic' => q{ordre de tri phonétique},
2531             'pinyin' => q{ordre pinyin},
2532             'search' => q{recherche générique},
2533             'searchjl' => q{rechercher par consonne initiale en hangeul},
2534             'standard' => q{ordre de tri standard},
2535             'stroke' => q{ordre des traits},
2536             'traditional' => q{ordre traditionnel},
2537             'unihan' => q{ordre de tri radical-traits},
2538             'zhuyin' => q{ordre zhuyin},
2539             },
2540             'colnormalization' => {
2541             'no' => q{Trier sans normalisation},
2542             'yes' => q{Trier avec normalisation Unicode},
2543             },
2544             'colnumeric' => {
2545             'no' => q{Trier les chiffres individuellement},
2546             'yes' => q{Trier les chiffres par ordre numérique},
2547             },
2548             'colstrength' => {
2549             'identical' => q{Tout trier},
2550             'primary' => q{Ne trier que les lettres de base},
2551             'quaternary' => q{Trier en tenant compte des caractères accentués, de la casse, de la largeur et des caractères Kana},
2552             'secondary' => q{Trier en tenant compte des caractères accentués},
2553             'tertiary' => q{Trier en tenant compte des caractères accentués, de la casse et de la largeur},
2554             },
2555             'd0' => {
2556             'fwidth' => q{en pleine chasse},
2557             'hwidth' => q{en demi-chasse},
2558             'npinyin' => q{Numérique},
2559             },
2560             'hc' => {
2561             'h11' => q{système horaire de 12 heures (0–11)},
2562             'h12' => q{système horaire de 12 heures (1–12)},
2563             'h23' => q{système horaire de 24 heures (0–23)},
2564             'h24' => q{système horaire de 24 heures (1–24)},
2565             },
2566             'lb' => {
2567             'loose' => q{style de saut de ligne permissif},
2568             'normal' => q{style de saut de ligne normal},
2569             'strict' => q{style de saut de ligne strict},
2570             },
2571             'm0' => {
2572             'bgn' => q{BGN},
2573             'ungegn' => q{UNGEGN},
2574             },
2575             'ms' => {
2576             'metric' => q{système métrique},
2577             'uksystem' => q{système impérial},
2578             'ussystem' => q{système américain},
2579             },
2580             'numbers' => {
2581             'ahom' => q{chiffres ahoms},
2582             'arab' => q{chiffres arabes},
2583             'arabext' => q{chiffres arabes étendus},
2584             'armn' => q{chiffres arméniens},
2585             'armnlow' => q{chiffres arméniens minuscules},
2586             'bali' => q{chiffres balinais},
2587             'beng' => q{chiffres bengalis},
2588             'brah' => q{chiffres brahmis},
2589             'cakm' => q{chiffres chakmas},
2590             'cham' => q{chiffres chams},
2591             'cyrl' => q{nombres cyrilliques},
2592             'deva' => q{chiffres dévanagaris},
2593             'diak' => q{chiffres dives akuru},
2594             'ethi' => q{chiffres éthiopiens},
2595             'finance' => q{Chiffres financiers},
2596             'fullwide' => q{chiffres pleine chasse},
2597             'gara' => q{chiffres garays},
2598             'geor' => q{chiffres géorgiens},
2599             'gong' => q{chiffres gondi gunjala},
2600             'gonm' => q{chiffres gondi masaram},
2601             'grek' => q{chiffres grecs},
2602             'greklow' => q{chiffres grecs minuscules},
2603             'gujr' => q{chiffres goudjarâtîs},
2604             'gukh' => q{chiffres gurung khemas},
2605             'guru' => q{chiffres gourmoukhîs},
2606             'hanidec' => q{nombres décimaux chinois},
2607             'hans' => q{chiffres en chinois simplifié},
2608             'hansfin' => q{chiffres financiers en chinois simplifié},
2609             'hant' => q{chiffres en chinois traditionnel},
2610             'hantfin' => q{chiffres financiers en chinois traditionnel},
2611             'hebr' => q{chiffres hébreux},
2612             'hmng' => q{chiffres pahawh hmongs},
2613             'hmnp' => q{chiffres nyiakeng puachue hmong},
2614             'java' => q{chiffres javanais},
2615             'jpan' => q{chiffres japonais},
2616             'jpanfin' => q{chiffres japonais financiers},
2617             'kali' => q{chiffres kayah li},
2618             'kawi' => q{chiffres kawis},
2619             'khmr' => q{chiffres khmers},
2620             'knda' => q{chiffres en kannada},
2621             'krai' => q{chiffres kirat rais},
2622             'lana' => q{chiffres lannas horas},
2623             'lanatham' => q{chiffres lannas thams},
2624             'laoo' => q{chiffres laotiens},
2625             'latn' => q{chiffres occidentaux},
2626             'lepc' => q{chiffres lepchas},
2627             'limb' => q{chiffres limbous},
2628             'mathbold' => q{chiffres gras mathématiques},
2629             'mathdbl' => q{chiffres ajourés mathématiques},
2630             'mathmono' => q{chiffres à chasse fixe mathématiques},
2631             'mathsanb' => q{chiffres gras linéaux mathématiques},
2632             'mathsans' => q{chiffres linéaux mathématiques},
2633             'mlym' => q{chiffres malayâlams},
2634             'modi' => q{chiffres modis},
2635             'mong' => q{chiffres mongols},
2636             'mroo' => q{chiffres mros},
2637             'mtei' => q{chiffres meitei-mayeks},
2638             'mymr' => q{chiffres birmans},
2639             'mymrepka' => q{chiffres birmans de pwo karen de l’Est},
2640             'mymrpao' => q{chiffres birmans pao},
2641             'mymrshan' => q{chiffres birmans shans},
2642             'mymrtlng' => q{chiffres birmans tai laings},
2643             'nagm' => q{chiffres nag mundaris},
2644             'native' => q{chiffres natifs},
2645             'nkoo' => q{chiffres n’kos},
2646             'olck' => q{chiffres ol-chikis},
2647             'onao' => q{chiffres ol onals},
2648             'orya' => q{chiffres oriyas},
2649             'osma' => q{chiffres osmanyas},
2650             'outlined' => q{chiffres entourés},
2651             'rohg' => q{chiffres rohingyas hanifis},
2652             'roman' => q{chiffres romains},
2653             'romanlow' => q{chiffres romains minuscules},
2654             'saur' => q{chiffres saurashtras},
2655             'shrd' => q{chiffres sharadas},
2656             'sind' => q{chiffres khudawadis},
2657             'sinh' => q{chiffres cinghalais liths},
2658             'sora' => q{chiffres sora-sompengs},
2659             'sund' => q{chiffres soundanais},
2660             'sunu' => q{chiffres sunuwars},
2661             'takr' => q{chiffres takris},
2662             'talu' => q{chiffres néo-taï-luës},
2663             'taml' => q{chiffres tamouls traditionnels},
2664             'tamldec' => q{chiffres tamouls},
2665             'telu' => q{chiffres télougous},
2666             'thai' => q{chiffres thaïs},
2667             'tibt' => q{chiffres tibétains},
2668             'tirh' => q{chiffres tirhutas},
2669             'tnsa' => q{chiffres tangsas},
2670             'traditional' => q{Chiffres traditionnels},
2671             'vaii' => q{chiffres en vaï},
2672             'wara' => q{chiffres warang-citis},
2673             'wcho' => q{chiffres wantcho},
2674             },
2675              
2676             }
2677             },
2678             );
2679              
2680             has 'display_name_measurement_system' => (
2681             is => 'ro',
2682             isa => HashRef[Str],
2683             init_arg => undef,
2684             default => sub {
2685             {
2686             'metric' => q{métrique},
2687             'UK' => q{impérial},
2688             'US' => q{américain},
2689              
2690             }
2691             },
2692             );
2693              
2694             has 'display_name_code_patterns' => (
2695             is => 'ro',
2696             isa => HashRef[Str],
2697             init_arg => undef,
2698             default => sub {
2699             {
2700             'language' => 'langue : {0}',
2701             'script' => 'écriture : {0}',
2702             'region' => 'région : {0}',
2703              
2704             }
2705             },
2706             );
2707              
2708             has 'characters' => (
2709             is => 'ro',
2710             isa => HashRef,
2711             init_arg => undef,
2712             default => $^V ge v5.18.0
2713             ? eval <<'EOT'
2714             sub {
2715             no warnings 'experimental::regex_sets';
2716             return {
2717             auxiliary => qr{[áåäãā ć ē íìī ij ñ óòöõø ř šſ ß úǔ]},
2718             index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'],
2719             main => qr{[aàâ æ b cç d eéèêë f g h iîï j k l m n oô œ p q r s t uùûü v w x yÿ z]},
2720             numbers => qr{[  \- ‑ , . % ‰ + − 0 1 2² 3³ 4 5 6 7 8 9 ᵈ ᵉ ʳ ˢ]},
2721             punctuation => qr{[\- ‐‑ – — , ; \: ! ? . … ’ "“” « » ( ) \[ \] § @ * / \& # † ‡]},
2722             };
2723             },
2724             EOT
2725             : sub {
2726             return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], };
2727             },
2728 19     19   4013 );
  19         57  
  19         6971  
2729              
2730              
2731             has 'ellipsis' => (
2732             is => 'ro',
2733             isa => HashRef,
2734             init_arg => undef,
2735             default => sub {
2736             return {
2737             'initial' => '… {0}',
2738             'medial' => '{0}… {1}',
2739             'word-final' => '{0}…',
2740             'word-medial' => '{0}… {1}',
2741             };
2742             },
2743             );
2744              
2745             has 'quote_start' => (
2746             is => 'ro',
2747             isa => Str,
2748             init_arg => undef,
2749             default => qq{«},
2750             );
2751              
2752             has 'quote_end' => (
2753             is => 'ro',
2754             isa => Str,
2755             init_arg => undef,
2756             default => qq{»},
2757             );
2758              
2759             has 'alternate_quote_start' => (
2760             is => 'ro',
2761             isa => Str,
2762             init_arg => undef,
2763             default => qq{«},
2764             );
2765              
2766             has 'alternate_quote_end' => (
2767             is => 'ro',
2768             isa => Str,
2769             init_arg => undef,
2770             default => qq{»},
2771             );
2772              
2773             has 'units' => (
2774             is => 'ro',
2775             isa => HashRef[HashRef[HashRef[Str]]],
2776             init_arg => undef,
2777             default => sub { {
2778             'long' => {
2779             # Long Unit Identifier
2780             '1024p1' => {
2781             '1' => q(kibi{0}),
2782             },
2783             # Core Unit Identifier
2784             '1024p1' => {
2785             '1' => q(kibi{0}),
2786             },
2787             # Long Unit Identifier
2788             '1024p2' => {
2789             '1' => q(mébi{0}),
2790             },
2791             # Core Unit Identifier
2792             '1024p2' => {
2793             '1' => q(mébi{0}),
2794             },
2795             # Long Unit Identifier
2796             '1024p3' => {
2797             '1' => q(gibi{0}),
2798             },
2799             # Core Unit Identifier
2800             '1024p3' => {
2801             '1' => q(gibi{0}),
2802             },
2803             # Long Unit Identifier
2804             '1024p4' => {
2805             '1' => q(tébi{0}),
2806             },
2807             # Core Unit Identifier
2808             '1024p4' => {
2809             '1' => q(tébi{0}),
2810             },
2811             # Long Unit Identifier
2812             '1024p5' => {
2813             '1' => q(pébi{0}),
2814             },
2815             # Core Unit Identifier
2816             '1024p5' => {
2817             '1' => q(pébi{0}),
2818             },
2819             # Long Unit Identifier
2820             '1024p6' => {
2821             '1' => q(exbi{0}),
2822             },
2823             # Core Unit Identifier
2824             '1024p6' => {
2825             '1' => q(exbi{0}),
2826             },
2827             # Long Unit Identifier
2828             '1024p7' => {
2829             '1' => q(zébi{0}),
2830             },
2831             # Core Unit Identifier
2832             '1024p7' => {
2833             '1' => q(zébi{0}),
2834             },
2835             # Long Unit Identifier
2836             '1024p8' => {
2837             '1' => q(yobi{0}),
2838             },
2839             # Core Unit Identifier
2840             '1024p8' => {
2841             '1' => q(yobi{0}),
2842             },
2843             # Long Unit Identifier
2844             '10p-1' => {
2845             '1' => q(déci{0}),
2846             },
2847             # Core Unit Identifier
2848             '1' => {
2849             '1' => q(déci{0}),
2850             },
2851             # Long Unit Identifier
2852             '10p-12' => {
2853             '1' => q(pico{0}),
2854             },
2855             # Core Unit Identifier
2856             '12' => {
2857             '1' => q(pico{0}),
2858             },
2859             # Long Unit Identifier
2860             '10p-15' => {
2861             '1' => q(femto{0}),
2862             },
2863             # Core Unit Identifier
2864             '15' => {
2865             '1' => q(femto{0}),
2866             },
2867             # Long Unit Identifier
2868             '10p-18' => {
2869             '1' => q(atto{0}),
2870             },
2871             # Core Unit Identifier
2872             '18' => {
2873             '1' => q(atto{0}),
2874             },
2875             # Long Unit Identifier
2876             '10p-2' => {
2877             '1' => q(centi{0}),
2878             },
2879             # Core Unit Identifier
2880             '2' => {
2881             '1' => q(centi{0}),
2882             },
2883             # Long Unit Identifier
2884             '10p-21' => {
2885             '1' => q(zepto{0}),
2886             },
2887             # Core Unit Identifier
2888             '21' => {
2889             '1' => q(zepto{0}),
2890             },
2891             # Long Unit Identifier
2892             '10p-24' => {
2893             '1' => q(yocto{0}),
2894             },
2895             # Core Unit Identifier
2896             '24' => {
2897             '1' => q(yocto{0}),
2898             },
2899             # Long Unit Identifier
2900             '10p-27' => {
2901             '1' => q(ronto{0}),
2902             },
2903             # Core Unit Identifier
2904             '27' => {
2905             '1' => q(ronto{0}),
2906             },
2907             # Long Unit Identifier
2908             '10p-3' => {
2909             '1' => q(milli{0}),
2910             },
2911             # Core Unit Identifier
2912             '3' => {
2913             '1' => q(milli{0}),
2914             },
2915             # Long Unit Identifier
2916             '10p-30' => {
2917             '1' => q(quecto{0}),
2918             },
2919             # Core Unit Identifier
2920             '30' => {
2921             '1' => q(quecto{0}),
2922             },
2923             # Long Unit Identifier
2924             '10p-6' => {
2925             '1' => q(micro{0}),
2926             },
2927             # Core Unit Identifier
2928             '6' => {
2929             '1' => q(micro{0}),
2930             },
2931             # Long Unit Identifier
2932             '10p-9' => {
2933             '1' => q(nano{0}),
2934             },
2935             # Core Unit Identifier
2936             '9' => {
2937             '1' => q(nano{0}),
2938             },
2939             # Long Unit Identifier
2940             '10p1' => {
2941             '1' => q(déca{0}),
2942             },
2943             # Core Unit Identifier
2944             '10p1' => {
2945             '1' => q(déca{0}),
2946             },
2947             # Long Unit Identifier
2948             '10p12' => {
2949             '1' => q(téra{0}),
2950             },
2951             # Core Unit Identifier
2952             '10p12' => {
2953             '1' => q(téra{0}),
2954             },
2955             # Long Unit Identifier
2956             '10p15' => {
2957             '1' => q(péta{0}),
2958             },
2959             # Core Unit Identifier
2960             '10p15' => {
2961             '1' => q(péta{0}),
2962             },
2963             # Long Unit Identifier
2964             '10p18' => {
2965             '1' => q(exa{0}),
2966             },
2967             # Core Unit Identifier
2968             '10p18' => {
2969             '1' => q(exa{0}),
2970             },
2971             # Long Unit Identifier
2972             '10p2' => {
2973             '1' => q(hecto{0}),
2974             },
2975             # Core Unit Identifier
2976             '10p2' => {
2977             '1' => q(hecto{0}),
2978             },
2979             # Long Unit Identifier
2980             '10p21' => {
2981             '1' => q(zetta{0}),
2982             },
2983             # Core Unit Identifier
2984             '10p21' => {
2985             '1' => q(zetta{0}),
2986             },
2987             # Long Unit Identifier
2988             '10p24' => {
2989             '1' => q(yotta{0}),
2990             },
2991             # Core Unit Identifier
2992             '10p24' => {
2993             '1' => q(yotta{0}),
2994             },
2995             # Long Unit Identifier
2996             '10p27' => {
2997             '1' => q(ronna{0}),
2998             },
2999             # Core Unit Identifier
3000             '10p27' => {
3001             '1' => q(ronna{0}),
3002             },
3003             # Long Unit Identifier
3004             '10p3' => {
3005             '1' => q(kilo{0}),
3006             },
3007             # Core Unit Identifier
3008             '10p3' => {
3009             '1' => q(kilo{0}),
3010             },
3011             # Long Unit Identifier
3012             '10p30' => {
3013             '1' => q(quetta{0}),
3014             },
3015             # Core Unit Identifier
3016             '10p30' => {
3017             '1' => q(quetta{0}),
3018             },
3019             # Long Unit Identifier
3020             '10p6' => {
3021             '1' => q(méga{0}),
3022             },
3023             # Core Unit Identifier
3024             '10p6' => {
3025             '1' => q(méga{0}),
3026             },
3027             # Long Unit Identifier
3028             '10p9' => {
3029             '1' => q(giga{0}),
3030             },
3031             # Core Unit Identifier
3032             '10p9' => {
3033             '1' => q(giga{0}),
3034             },
3035             # Long Unit Identifier
3036             'acceleration-g-force' => {
3037             '1' => q(feminine),
3038             'name' => q(accélération de pesanteur terrestre),
3039             'one' => q({0} fois l’accélération de pesanteur terrestre),
3040             'other' => q({0} fois l’accélération de pesanteur terrestre),
3041             },
3042             # Core Unit Identifier
3043             'g-force' => {
3044             '1' => q(feminine),
3045             'name' => q(accélération de pesanteur terrestre),
3046             'one' => q({0} fois l’accélération de pesanteur terrestre),
3047             'other' => q({0} fois l’accélération de pesanteur terrestre),
3048             },
3049             # Long Unit Identifier
3050             'acceleration-meter-per-square-second' => {
3051             '1' => q(masculine),
3052             'name' => q(mètres par seconde carrée),
3053             'one' => q({0} mètre par seconde carrée),
3054             'other' => q({0} mètres par seconde carrée),
3055             },
3056             # Core Unit Identifier
3057             'meter-per-square-second' => {
3058             '1' => q(masculine),
3059             'name' => q(mètres par seconde carrée),
3060             'one' => q({0} mètre par seconde carrée),
3061             'other' => q({0} mètres par seconde carrée),
3062             },
3063             # Long Unit Identifier
3064             'angle-arc-minute' => {
3065             '1' => q(feminine),
3066             'name' => q(minutes d’arc),
3067             'one' => q({0} minute d’arc),
3068             'other' => q({0} minutes d’arc),
3069             },
3070             # Core Unit Identifier
3071             'arc-minute' => {
3072             '1' => q(feminine),
3073             'name' => q(minutes d’arc),
3074             'one' => q({0} minute d’arc),
3075             'other' => q({0} minutes d’arc),
3076             },
3077             # Long Unit Identifier
3078             'angle-arc-second' => {
3079             '1' => q(feminine),
3080             'name' => q(secondes d’arc),
3081             'one' => q({0} seconde d’arc),
3082             'other' => q({0} secondes d’arc),
3083             },
3084             # Core Unit Identifier
3085             'arc-second' => {
3086             '1' => q(feminine),
3087             'name' => q(secondes d’arc),
3088             'one' => q({0} seconde d’arc),
3089             'other' => q({0} secondes d’arc),
3090             },
3091             # Long Unit Identifier
3092             'angle-degree' => {
3093             '1' => q(masculine),
3094             'name' => q(degrés),
3095             'one' => q({0} degré),
3096             'other' => q({0} degrés),
3097             },
3098             # Core Unit Identifier
3099             'degree' => {
3100             '1' => q(masculine),
3101             'name' => q(degrés),
3102             'one' => q({0} degré),
3103             'other' => q({0} degrés),
3104             },
3105             # Long Unit Identifier
3106             'angle-radian' => {
3107             '1' => q(masculine),
3108             'name' => q(radians),
3109             'one' => q({0} radian),
3110             'other' => q({0} radians),
3111             },
3112             # Core Unit Identifier
3113             'radian' => {
3114             '1' => q(masculine),
3115             'name' => q(radians),
3116             'one' => q({0} radian),
3117             'other' => q({0} radians),
3118             },
3119             # Long Unit Identifier
3120             'angle-revolution' => {
3121             '1' => q(masculine),
3122             'name' => q(tours),
3123             'one' => q({0} tour),
3124             'other' => q({0} tours),
3125             },
3126             # Core Unit Identifier
3127             'revolution' => {
3128             '1' => q(masculine),
3129             'name' => q(tours),
3130             'one' => q({0} tour),
3131             'other' => q({0} tours),
3132             },
3133             # Long Unit Identifier
3134             'area-acre' => {
3135             '1' => q(feminine),
3136             'name' => q(acres anglo-saxonnes),
3137             'one' => q({0} acre anglo-saxonne),
3138             'other' => q({0} acres anglo-saxonnes),
3139             },
3140             # Core Unit Identifier
3141             'acre' => {
3142             '1' => q(feminine),
3143             'name' => q(acres anglo-saxonnes),
3144             'one' => q({0} acre anglo-saxonne),
3145             'other' => q({0} acres anglo-saxonnes),
3146             },
3147             # Long Unit Identifier
3148             'area-dunam' => {
3149             'name' => q(dounams),
3150             'one' => q({0} dounam),
3151             'other' => q({0} dounams),
3152             },
3153             # Core Unit Identifier
3154             'dunam' => {
3155             'name' => q(dounams),
3156             'one' => q({0} dounam),
3157             'other' => q({0} dounams),
3158             },
3159             # Long Unit Identifier
3160             'area-hectare' => {
3161             '1' => q(masculine),
3162             'name' => q(hectares),
3163             'one' => q({0} hectare),
3164             'other' => q({0} hectares),
3165             },
3166             # Core Unit Identifier
3167             'hectare' => {
3168             '1' => q(masculine),
3169             'name' => q(hectares),
3170             'one' => q({0} hectare),
3171             'other' => q({0} hectares),
3172             },
3173             # Long Unit Identifier
3174             'area-square-centimeter' => {
3175             '1' => q(masculine),
3176             'name' => q(centimètres carrés),
3177             'one' => q({0} centimètre carré),
3178             'other' => q({0} centimètres carrés),
3179             'per' => q({0} par centimètre carré),
3180             },
3181             # Core Unit Identifier
3182             'square-centimeter' => {
3183             '1' => q(masculine),
3184             'name' => q(centimètres carrés),
3185             'one' => q({0} centimètre carré),
3186             'other' => q({0} centimètres carrés),
3187             'per' => q({0} par centimètre carré),
3188             },
3189             # Long Unit Identifier
3190             'area-square-foot' => {
3191             '1' => q(masculine),
3192             'name' => q(pieds carrés),
3193             'one' => q({0} pied carré),
3194             'other' => q({0} pieds carrés),
3195             },
3196             # Core Unit Identifier
3197             'square-foot' => {
3198             '1' => q(masculine),
3199             'name' => q(pieds carrés),
3200             'one' => q({0} pied carré),
3201             'other' => q({0} pieds carrés),
3202             },
3203             # Long Unit Identifier
3204             'area-square-inch' => {
3205             'name' => q(pouces carrés),
3206             'one' => q({0} pouce carré),
3207             'other' => q({0} pouces carrés),
3208             'per' => q({0} par pouce carré),
3209             },
3210             # Core Unit Identifier
3211             'square-inch' => {
3212             'name' => q(pouces carrés),
3213             'one' => q({0} pouce carré),
3214             'other' => q({0} pouces carrés),
3215             'per' => q({0} par pouce carré),
3216             },
3217             # Long Unit Identifier
3218             'area-square-kilometer' => {
3219             '1' => q(masculine),
3220             'name' => q(kilomètres carrés),
3221             'one' => q({0} kilomètre carré),
3222             'other' => q({0} kilomètres carrés),
3223             'per' => q({0} par kilomètre carré),
3224             },
3225             # Core Unit Identifier
3226             'square-kilometer' => {
3227             '1' => q(masculine),
3228             'name' => q(kilomètres carrés),
3229             'one' => q({0} kilomètre carré),
3230             'other' => q({0} kilomètres carrés),
3231             'per' => q({0} par kilomètre carré),
3232             },
3233             # Long Unit Identifier
3234             'area-square-meter' => {
3235             '1' => q(masculine),
3236             'name' => q(mètres carrés),
3237             'one' => q({0} mètre carré),
3238             'other' => q({0} mètres carrés),
3239             'per' => q({0} par mètre carré),
3240             },
3241             # Core Unit Identifier
3242             'square-meter' => {
3243             '1' => q(masculine),
3244             'name' => q(mètres carrés),
3245             'one' => q({0} mètre carré),
3246             'other' => q({0} mètres carrés),
3247             'per' => q({0} par mètre carré),
3248             },
3249             # Long Unit Identifier
3250             'area-square-mile' => {
3251             '1' => q(masculine),
3252             'name' => q(milles carrés),
3253             'one' => q({0} mille carré),
3254             'other' => q({0} milles carrés),
3255             'per' => q({0} par mille carré),
3256             },
3257             # Core Unit Identifier
3258             'square-mile' => {
3259             '1' => q(masculine),
3260             'name' => q(milles carrés),
3261             'one' => q({0} mille carré),
3262             'other' => q({0} milles carrés),
3263             'per' => q({0} par mille carré),
3264             },
3265             # Long Unit Identifier
3266             'area-square-yard' => {
3267             'name' => q(yards carrés),
3268             'one' => q({0} yard carré),
3269             'other' => q({0} yards carrés),
3270             },
3271             # Core Unit Identifier
3272             'square-yard' => {
3273             'name' => q(yards carrés),
3274             'one' => q({0} yard carré),
3275             'other' => q({0} yards carrés),
3276             },
3277             # Long Unit Identifier
3278             'concentr-item' => {
3279             '1' => q(masculine),
3280             'name' => q(items),
3281             'one' => q({0} item),
3282             'other' => q({0} items),
3283             },
3284             # Core Unit Identifier
3285             'item' => {
3286             '1' => q(masculine),
3287             'name' => q(items),
3288             'one' => q({0} item),
3289             'other' => q({0} items),
3290             },
3291             # Long Unit Identifier
3292             'concentr-karat' => {
3293             '1' => q(masculine),
3294             'name' => q(carats),
3295             'one' => q({0} carat),
3296             'other' => q({0} carats),
3297             },
3298             # Core Unit Identifier
3299             'karat' => {
3300             '1' => q(masculine),
3301             'name' => q(carats),
3302             'one' => q({0} carat),
3303             'other' => q({0} carats),
3304             },
3305             # Long Unit Identifier
3306             'concentr-milligram-ofglucose-per-deciliter' => {
3307             '1' => q(masculine),
3308             'name' => q(milligrammes par décilitre),
3309             'one' => q({0} milligramme par décilitre),
3310             'other' => q({0} milligrammes par décilitre),
3311             },
3312             # Core Unit Identifier
3313             'milligram-ofglucose-per-deciliter' => {
3314             '1' => q(masculine),
3315             'name' => q(milligrammes par décilitre),
3316             'one' => q({0} milligramme par décilitre),
3317             'other' => q({0} milligrammes par décilitre),
3318             },
3319             # Long Unit Identifier
3320             'concentr-millimole-per-liter' => {
3321             '1' => q(feminine),
3322             'name' => q(millimoles par litre),
3323             'one' => q({0} millimole par litre),
3324             'other' => q({0} millimoles par litre),
3325             },
3326             # Core Unit Identifier
3327             'millimole-per-liter' => {
3328             '1' => q(feminine),
3329             'name' => q(millimoles par litre),
3330             'one' => q({0} millimole par litre),
3331             'other' => q({0} millimoles par litre),
3332             },
3333             # Long Unit Identifier
3334             'concentr-mole' => {
3335             '1' => q(feminine),
3336             'name' => q(moles),
3337             'one' => q({0} mole),
3338             'other' => q({0} moles),
3339             },
3340             # Core Unit Identifier
3341             'mole' => {
3342             '1' => q(feminine),
3343             'name' => q(moles),
3344             'one' => q({0} mole),
3345             'other' => q({0} moles),
3346             },
3347             # Long Unit Identifier
3348             'concentr-percent' => {
3349             '1' => q(masculine),
3350             'name' => q(pour cent),
3351             'one' => q({0} pour cent),
3352             'other' => q({0} pour cent),
3353             },
3354             # Core Unit Identifier
3355             'percent' => {
3356             '1' => q(masculine),
3357             'name' => q(pour cent),
3358             'one' => q({0} pour cent),
3359             'other' => q({0} pour cent),
3360             },
3361             # Long Unit Identifier
3362             'concentr-permille' => {
3363             '1' => q(masculine),
3364             'name' => q(pour mille),
3365             'one' => q({0} pour mille),
3366             'other' => q({0} pour mille),
3367             },
3368             # Core Unit Identifier
3369             'permille' => {
3370             '1' => q(masculine),
3371             'name' => q(pour mille),
3372             'one' => q({0} pour mille),
3373             'other' => q({0} pour mille),
3374             },
3375             # Long Unit Identifier
3376             'concentr-permillion' => {
3377             '1' => q(feminine),
3378             'name' => q(parts par million),
3379             'one' => q({0} part par million),
3380             'other' => q({0} parts par million),
3381             },
3382             # Core Unit Identifier
3383             'permillion' => {
3384             '1' => q(feminine),
3385             'name' => q(parts par million),
3386             'one' => q({0} part par million),
3387             'other' => q({0} parts par million),
3388             },
3389             # Long Unit Identifier
3390             'concentr-permyriad' => {
3391             '1' => q(masculine),
3392             'name' => q(pour dix mille),
3393             'one' => q({0} pour dix mille),
3394             'other' => q({0} pour dix mille),
3395             },
3396             # Core Unit Identifier
3397             'permyriad' => {
3398             '1' => q(masculine),
3399             'name' => q(pour dix mille),
3400             'one' => q({0} pour dix mille),
3401             'other' => q({0} pour dix mille),
3402             },
3403             # Long Unit Identifier
3404             'concentr-portion-per-1e9' => {
3405             '1' => q(feminine),
3406             'name' => q(parts par milliard),
3407             'one' => q({0} part par milliard),
3408             'other' => q({0} parts par milliard),
3409             },
3410             # Core Unit Identifier
3411             'portion-per-1e9' => {
3412             '1' => q(feminine),
3413             'name' => q(parts par milliard),
3414             'one' => q({0} part par milliard),
3415             'other' => q({0} parts par milliard),
3416             },
3417             # Long Unit Identifier
3418             'consumption-liter-per-100-kilometer' => {
3419             '1' => q(masculine),
3420             'name' => q(litres aux 100 km),
3421             'one' => q({0} litre aux 100 km),
3422             'other' => q({0} litres aux 100 km),
3423             },
3424             # Core Unit Identifier
3425             'liter-per-100-kilometer' => {
3426             '1' => q(masculine),
3427             'name' => q(litres aux 100 km),
3428             'one' => q({0} litre aux 100 km),
3429             'other' => q({0} litres aux 100 km),
3430             },
3431             # Long Unit Identifier
3432             'consumption-liter-per-kilometer' => {
3433             '1' => q(masculine),
3434             'name' => q(litres au kilomètre),
3435             'one' => q({0} litre au kilomètre),
3436             'other' => q({0} litres au kilomètre),
3437             },
3438             # Core Unit Identifier
3439             'liter-per-kilometer' => {
3440             '1' => q(masculine),
3441             'name' => q(litres au kilomètre),
3442             'one' => q({0} litre au kilomètre),
3443             'other' => q({0} litres au kilomètre),
3444             },
3445             # Long Unit Identifier
3446             'consumption-mile-per-gallon' => {
3447             '1' => q(masculine),
3448             'name' => q(miles par gallon),
3449             'one' => q({0} mile par gallon),
3450             'other' => q({0} miles par gallon),
3451             },
3452             # Core Unit Identifier
3453             'mile-per-gallon' => {
3454             '1' => q(masculine),
3455             'name' => q(miles par gallon),
3456             'one' => q({0} mile par gallon),
3457             'other' => q({0} miles par gallon),
3458             },
3459             # Long Unit Identifier
3460             'consumption-mile-per-gallon-imperial' => {
3461             '1' => q(masculine),
3462             'name' => q(miles par gallon impérial),
3463             'one' => q({0} mile par gallon impérial),
3464             'other' => q({0} miles par gallon impérial),
3465             },
3466             # Core Unit Identifier
3467             'mile-per-gallon-imperial' => {
3468             '1' => q(masculine),
3469             'name' => q(miles par gallon impérial),
3470             'one' => q({0} mile par gallon impérial),
3471             'other' => q({0} miles par gallon impérial),
3472             },
3473             # Long Unit Identifier
3474             'coordinate' => {
3475             'east' => q({0} est),
3476             'north' => q({0} nord),
3477             'south' => q({0} sud),
3478             'west' => q({0} ouest),
3479             },
3480             # Core Unit Identifier
3481             'coordinate' => {
3482             'east' => q({0} est),
3483             'north' => q({0} nord),
3484             'south' => q({0} sud),
3485             'west' => q({0} ouest),
3486             },
3487             # Long Unit Identifier
3488             'digital-bit' => {
3489             '1' => q(masculine),
3490             'name' => q(bits),
3491             'one' => q({0} bit),
3492             'other' => q({0} bits),
3493             },
3494             # Core Unit Identifier
3495             'bit' => {
3496             '1' => q(masculine),
3497             'name' => q(bits),
3498             'one' => q({0} bit),
3499             'other' => q({0} bits),
3500             },
3501             # Long Unit Identifier
3502             'digital-byte' => {
3503             '1' => q(masculine),
3504             'name' => q(octets),
3505             'one' => q({0} octet),
3506             'other' => q({0} octets),
3507             },
3508             # Core Unit Identifier
3509             'byte' => {
3510             '1' => q(masculine),
3511             'name' => q(octets),
3512             'one' => q({0} octet),
3513             'other' => q({0} octets),
3514             },
3515             # Long Unit Identifier
3516             'digital-gigabit' => {
3517             '1' => q(masculine),
3518             'name' => q(gigabits),
3519             'one' => q({0} gigabit),
3520             'other' => q({0} gigabits),
3521             },
3522             # Core Unit Identifier
3523             'gigabit' => {
3524             '1' => q(masculine),
3525             'name' => q(gigabits),
3526             'one' => q({0} gigabit),
3527             'other' => q({0} gigabits),
3528             },
3529             # Long Unit Identifier
3530             'digital-gigabyte' => {
3531             '1' => q(masculine),
3532             'name' => q(gigaoctets),
3533             'one' => q({0} gigaoctet),
3534             'other' => q({0} gigaoctets),
3535             },
3536             # Core Unit Identifier
3537             'gigabyte' => {
3538             '1' => q(masculine),
3539             'name' => q(gigaoctets),
3540             'one' => q({0} gigaoctet),
3541             'other' => q({0} gigaoctets),
3542             },
3543             # Long Unit Identifier
3544             'digital-kilobit' => {
3545             '1' => q(masculine),
3546             'name' => q(kilobits),
3547             'one' => q({0} kilobit),
3548             'other' => q({0} kilobits),
3549             },
3550             # Core Unit Identifier
3551             'kilobit' => {
3552             '1' => q(masculine),
3553             'name' => q(kilobits),
3554             'one' => q({0} kilobit),
3555             'other' => q({0} kilobits),
3556             },
3557             # Long Unit Identifier
3558             'digital-kilobyte' => {
3559             '1' => q(masculine),
3560             'name' => q(kilooctets),
3561             'one' => q({0} kilooctet),
3562             'other' => q({0} kilooctets),
3563             },
3564             # Core Unit Identifier
3565             'kilobyte' => {
3566             '1' => q(masculine),
3567             'name' => q(kilooctets),
3568             'one' => q({0} kilooctet),
3569             'other' => q({0} kilooctets),
3570             },
3571             # Long Unit Identifier
3572             'digital-megabit' => {
3573             '1' => q(masculine),
3574             'name' => q(mégabits),
3575             'one' => q({0} mégabit),
3576             'other' => q({0} mégabits),
3577             },
3578             # Core Unit Identifier
3579             'megabit' => {
3580             '1' => q(masculine),
3581             'name' => q(mégabits),
3582             'one' => q({0} mégabit),
3583             'other' => q({0} mégabits),
3584             },
3585             # Long Unit Identifier
3586             'digital-megabyte' => {
3587             '1' => q(masculine),
3588             'name' => q(mégaoctets),
3589             'one' => q({0} mégaoctet),
3590             'other' => q({0} mégaoctets),
3591             },
3592             # Core Unit Identifier
3593             'megabyte' => {
3594             '1' => q(masculine),
3595             'name' => q(mégaoctets),
3596             'one' => q({0} mégaoctet),
3597             'other' => q({0} mégaoctets),
3598             },
3599             # Long Unit Identifier
3600             'digital-petabyte' => {
3601             '1' => q(masculine),
3602             'name' => q(pétaoctets),
3603             'one' => q({0} pétaoctet),
3604             'other' => q({0} pétaoctets),
3605             },
3606             # Core Unit Identifier
3607             'petabyte' => {
3608             '1' => q(masculine),
3609             'name' => q(pétaoctets),
3610             'one' => q({0} pétaoctet),
3611             'other' => q({0} pétaoctets),
3612             },
3613             # Long Unit Identifier
3614             'digital-terabit' => {
3615             '1' => q(masculine),
3616             'name' => q(térabits),
3617             'one' => q({0} térabit),
3618             'other' => q({0} térabits),
3619             },
3620             # Core Unit Identifier
3621             'terabit' => {
3622             '1' => q(masculine),
3623             'name' => q(térabits),
3624             'one' => q({0} térabit),
3625             'other' => q({0} térabits),
3626             },
3627             # Long Unit Identifier
3628             'digital-terabyte' => {
3629             '1' => q(masculine),
3630             'name' => q(téraoctets),
3631             'one' => q({0} téraoctet),
3632             'other' => q({0} téraoctets),
3633             },
3634             # Core Unit Identifier
3635             'terabyte' => {
3636             '1' => q(masculine),
3637             'name' => q(téraoctets),
3638             'one' => q({0} téraoctet),
3639             'other' => q({0} téraoctets),
3640             },
3641             # Long Unit Identifier
3642             'duration-century' => {
3643             '1' => q(masculine),
3644             'name' => q(siècles),
3645             'one' => q({0} siècle),
3646             'other' => q({0} siècles),
3647             },
3648             # Core Unit Identifier
3649             'century' => {
3650             '1' => q(masculine),
3651             'name' => q(siècles),
3652             'one' => q({0} siècle),
3653             'other' => q({0} siècles),
3654             },
3655             # Long Unit Identifier
3656             'duration-day' => {
3657             '1' => q(masculine),
3658             'name' => q(jours),
3659             'one' => q({0} jour),
3660             'other' => q({0} jours),
3661             'per' => q({0} par jour),
3662             },
3663             # Core Unit Identifier
3664             'day' => {
3665             '1' => q(masculine),
3666             'name' => q(jours),
3667             'one' => q({0} jour),
3668             'other' => q({0} jours),
3669             'per' => q({0} par jour),
3670             },
3671             # Long Unit Identifier
3672             'duration-day-person' => {
3673             '1' => q(masculine),
3674             },
3675             # Core Unit Identifier
3676             'day-person' => {
3677             '1' => q(masculine),
3678             },
3679             # Long Unit Identifier
3680             'duration-decade' => {
3681             '1' => q(feminine),
3682             'one' => q({0} décennie),
3683             'other' => q({0} décennies),
3684             },
3685             # Core Unit Identifier
3686             'decade' => {
3687             '1' => q(feminine),
3688             'one' => q({0} décennie),
3689             'other' => q({0} décennies),
3690             },
3691             # Long Unit Identifier
3692             'duration-hour' => {
3693             '1' => q(feminine),
3694             'name' => q(heures),
3695             'one' => q({0} heure),
3696             'other' => q({0} heures),
3697             'per' => q({0} par heure),
3698             },
3699             # Core Unit Identifier
3700             'hour' => {
3701             '1' => q(feminine),
3702             'name' => q(heures),
3703             'one' => q({0} heure),
3704             'other' => q({0} heures),
3705             'per' => q({0} par heure),
3706             },
3707             # Long Unit Identifier
3708             'duration-microsecond' => {
3709             '1' => q(feminine),
3710             'name' => q(microsecondes),
3711             'one' => q({0} microseconde),
3712             'other' => q({0} microsecondes),
3713             },
3714             # Core Unit Identifier
3715             'microsecond' => {
3716             '1' => q(feminine),
3717             'name' => q(microsecondes),
3718             'one' => q({0} microseconde),
3719             'other' => q({0} microsecondes),
3720             },
3721             # Long Unit Identifier
3722             'duration-millisecond' => {
3723             '1' => q(feminine),
3724             'name' => q(millisecondes),
3725             'one' => q({0} milliseconde),
3726             'other' => q({0} millisecondes),
3727             },
3728             # Core Unit Identifier
3729             'millisecond' => {
3730             '1' => q(feminine),
3731             'name' => q(millisecondes),
3732             'one' => q({0} milliseconde),
3733             'other' => q({0} millisecondes),
3734             },
3735             # Long Unit Identifier
3736             'duration-minute' => {
3737             '1' => q(feminine),
3738             'name' => q(minutes),
3739             'one' => q({0} minute),
3740             'other' => q({0} minutes),
3741             'per' => q({0} par minute),
3742             },
3743             # Core Unit Identifier
3744             'minute' => {
3745             '1' => q(feminine),
3746             'name' => q(minutes),
3747             'one' => q({0} minute),
3748             'other' => q({0} minutes),
3749             'per' => q({0} par minute),
3750             },
3751             # Long Unit Identifier
3752             'duration-month' => {
3753             '1' => q(masculine),
3754             'name' => q(mois),
3755             'one' => q({0} mois),
3756             'other' => q({0} mois),
3757             'per' => q({0} par mois),
3758             },
3759             # Core Unit Identifier
3760             'month' => {
3761             '1' => q(masculine),
3762             'name' => q(mois),
3763             'one' => q({0} mois),
3764             'other' => q({0} mois),
3765             'per' => q({0} par mois),
3766             },
3767             # Long Unit Identifier
3768             'duration-nanosecond' => {
3769             '1' => q(feminine),
3770             'name' => q(nanosecondes),
3771             'one' => q({0} nanoseconde),
3772             'other' => q({0} nanosecondes),
3773             },
3774             # Core Unit Identifier
3775             'nanosecond' => {
3776             '1' => q(feminine),
3777             'name' => q(nanosecondes),
3778             'one' => q({0} nanoseconde),
3779             'other' => q({0} nanosecondes),
3780             },
3781             # Long Unit Identifier
3782             'duration-night' => {
3783             '1' => q(feminine),
3784             'name' => q(nuits),
3785             'one' => q({0} nuit),
3786             'other' => q({0} nuits),
3787             'per' => q({0} par nuit),
3788             },
3789             # Core Unit Identifier
3790             'night' => {
3791             '1' => q(feminine),
3792             'name' => q(nuits),
3793             'one' => q({0} nuit),
3794             'other' => q({0} nuits),
3795             'per' => q({0} par nuit),
3796             },
3797             # Long Unit Identifier
3798             'duration-quarter' => {
3799             '1' => q(masculine),
3800             'name' => q(trimestres),
3801             'one' => q({0} trimestre),
3802             'other' => q({0} trimestres),
3803             'per' => q({0}/trimestre),
3804             },
3805             # Core Unit Identifier
3806             'quarter' => {
3807             '1' => q(masculine),
3808             'name' => q(trimestres),
3809             'one' => q({0} trimestre),
3810             'other' => q({0} trimestres),
3811             'per' => q({0}/trimestre),
3812             },
3813             # Long Unit Identifier
3814             'duration-second' => {
3815             '1' => q(feminine),
3816             'name' => q(secondes),
3817             'one' => q({0} seconde),
3818             'other' => q({0} secondes),
3819             'per' => q({0} par seconde),
3820             },
3821             # Core Unit Identifier
3822             'second' => {
3823             '1' => q(feminine),
3824             'name' => q(secondes),
3825             'one' => q({0} seconde),
3826             'other' => q({0} secondes),
3827             'per' => q({0} par seconde),
3828             },
3829             # Long Unit Identifier
3830             'duration-week' => {
3831             '1' => q(feminine),
3832             'name' => q(semaines),
3833             'one' => q({0} semaine),
3834             'other' => q({0} semaines),
3835             'per' => q({0} par semaine),
3836             },
3837             # Core Unit Identifier
3838             'week' => {
3839             '1' => q(feminine),
3840             'name' => q(semaines),
3841             'one' => q({0} semaine),
3842             'other' => q({0} semaines),
3843             'per' => q({0} par semaine),
3844             },
3845             # Long Unit Identifier
3846             'duration-year' => {
3847             '1' => q(masculine),
3848             'one' => q({0} an),
3849             'other' => q({0} ans),
3850             'per' => q({0} par an),
3851             },
3852             # Core Unit Identifier
3853             'year' => {
3854             '1' => q(masculine),
3855             'one' => q({0} an),
3856             'other' => q({0} ans),
3857             'per' => q({0} par an),
3858             },
3859             # Long Unit Identifier
3860             'electric-ampere' => {
3861             '1' => q(masculine),
3862             'name' => q(ampères),
3863             'one' => q({0} ampère),
3864             'other' => q({0} ampères),
3865             },
3866             # Core Unit Identifier
3867             'ampere' => {
3868             '1' => q(masculine),
3869             'name' => q(ampères),
3870             'one' => q({0} ampère),
3871             'other' => q({0} ampères),
3872             },
3873             # Long Unit Identifier
3874             'electric-milliampere' => {
3875             '1' => q(masculine),
3876             'name' => q(milliampères),
3877             'one' => q({0} milliampère),
3878             'other' => q({0} milliampères),
3879             },
3880             # Core Unit Identifier
3881             'milliampere' => {
3882             '1' => q(masculine),
3883             'name' => q(milliampères),
3884             'one' => q({0} milliampère),
3885             'other' => q({0} milliampères),
3886             },
3887             # Long Unit Identifier
3888             'electric-ohm' => {
3889             '1' => q(masculine),
3890             'name' => q(ohms),
3891             'one' => q({0} ohm),
3892             'other' => q({0} ohms),
3893             },
3894             # Core Unit Identifier
3895             'ohm' => {
3896             '1' => q(masculine),
3897             'name' => q(ohms),
3898             'one' => q({0} ohm),
3899             'other' => q({0} ohms),
3900             },
3901             # Long Unit Identifier
3902             'electric-volt' => {
3903             '1' => q(masculine),
3904             'name' => q(volts),
3905             'one' => q({0} volt),
3906             'other' => q({0} volts),
3907             },
3908             # Core Unit Identifier
3909             'volt' => {
3910             '1' => q(masculine),
3911             'name' => q(volts),
3912             'one' => q({0} volt),
3913             'other' => q({0} volts),
3914             },
3915             # Long Unit Identifier
3916             'energy-british-thermal-unit' => {
3917             'name' => q(British Thermal Units),
3918             'one' => q({0} British Thermal Unit),
3919             'other' => q({0} British Thermal Units),
3920             },
3921             # Core Unit Identifier
3922             'british-thermal-unit' => {
3923             'name' => q(British Thermal Units),
3924             'one' => q({0} British Thermal Unit),
3925             'other' => q({0} British Thermal Units),
3926             },
3927             # Long Unit Identifier
3928             'energy-calorie' => {
3929             '1' => q(feminine),
3930             'name' => q(calories),
3931             'one' => q({0} calorie),
3932             'other' => q({0} calories),
3933             },
3934             # Core Unit Identifier
3935             'calorie' => {
3936             '1' => q(feminine),
3937             'name' => q(calories),
3938             'one' => q({0} calorie),
3939             'other' => q({0} calories),
3940             },
3941             # Long Unit Identifier
3942             'energy-electronvolt' => {
3943             'name' => q(électronvolts),
3944             'one' => q({0} électronvolt),
3945             'other' => q({0} électronvolts),
3946             },
3947             # Core Unit Identifier
3948             'electronvolt' => {
3949             'name' => q(électronvolts),
3950             'one' => q({0} électronvolt),
3951             'other' => q({0} électronvolts),
3952             },
3953             # Long Unit Identifier
3954             'energy-foodcalorie' => {
3955             '1' => q(feminine),
3956             'name' => q(kilocalories),
3957             'one' => q({0} kilocalorie),
3958             'other' => q({0} kilocalories),
3959             },
3960             # Core Unit Identifier
3961             'foodcalorie' => {
3962             '1' => q(feminine),
3963             'name' => q(kilocalories),
3964             'one' => q({0} kilocalorie),
3965             'other' => q({0} kilocalories),
3966             },
3967             # Long Unit Identifier
3968             'energy-joule' => {
3969             '1' => q(masculine),
3970             'name' => q(joules),
3971             'one' => q({0} joule),
3972             'other' => q({0} joules),
3973             },
3974             # Core Unit Identifier
3975             'joule' => {
3976             '1' => q(masculine),
3977             'name' => q(joules),
3978             'one' => q({0} joule),
3979             'other' => q({0} joules),
3980             },
3981             # Long Unit Identifier
3982             'energy-kilocalorie' => {
3983             '1' => q(feminine),
3984             'name' => q(kilocalories),
3985             'one' => q({0} kilocalorie),
3986             'other' => q({0} kilocalories),
3987             },
3988             # Core Unit Identifier
3989             'kilocalorie' => {
3990             '1' => q(feminine),
3991             'name' => q(kilocalories),
3992             'one' => q({0} kilocalorie),
3993             'other' => q({0} kilocalories),
3994             },
3995             # Long Unit Identifier
3996             'energy-kilojoule' => {
3997             '1' => q(masculine),
3998             'name' => q(kilojoules),
3999             'one' => q({0} kilojoule),
4000             'other' => q({0} kilojoules),
4001             },
4002             # Core Unit Identifier
4003             'kilojoule' => {
4004             '1' => q(masculine),
4005             'name' => q(kilojoules),
4006             'one' => q({0} kilojoule),
4007             'other' => q({0} kilojoules),
4008             },
4009             # Long Unit Identifier
4010             'energy-kilowatt-hour' => {
4011             '1' => q(masculine),
4012             'name' => q(kilowatt-heures),
4013             'one' => q({0} kilowatt-heure),
4014             'other' => q({0} kilowatt-heures),
4015             },
4016             # Core Unit Identifier
4017             'kilowatt-hour' => {
4018             '1' => q(masculine),
4019             'name' => q(kilowatt-heures),
4020             'one' => q({0} kilowatt-heure),
4021             'other' => q({0} kilowatt-heures),
4022             },
4023             # Long Unit Identifier
4024             'energy-therm-us' => {
4025             'name' => q(therms US),
4026             },
4027             # Core Unit Identifier
4028             'therm-us' => {
4029             'name' => q(therms US),
4030             },
4031             # Long Unit Identifier
4032             'force-kilowatt-hour-per-100-kilometer' => {
4033             '1' => q(masculine),
4034             'name' => q(kilowatt-heures pour 100 kilomètres),
4035             'one' => q({0} kilowatt-heure pour 100 kilomètres),
4036             'other' => q({0} kilowatt-heures pour 100 kilomètres),
4037             },
4038             # Core Unit Identifier
4039             'kilowatt-hour-per-100-kilometer' => {
4040             '1' => q(masculine),
4041             'name' => q(kilowatt-heures pour 100 kilomètres),
4042             'one' => q({0} kilowatt-heure pour 100 kilomètres),
4043             'other' => q({0} kilowatt-heures pour 100 kilomètres),
4044             },
4045             # Long Unit Identifier
4046             'force-newton' => {
4047             '1' => q(masculine),
4048             'name' => q(newtons),
4049             'one' => q({0} newton),
4050             'other' => q({0} newtons),
4051             },
4052             # Core Unit Identifier
4053             'newton' => {
4054             '1' => q(masculine),
4055             'name' => q(newtons),
4056             'one' => q({0} newton),
4057             'other' => q({0} newtons),
4058             },
4059             # Long Unit Identifier
4060             'force-pound-force' => {
4061             'name' => q(livres-force),
4062             'one' => q({0} livre-force),
4063             'other' => q({0} livres-force),
4064             },
4065             # Core Unit Identifier
4066             'pound-force' => {
4067             'name' => q(livres-force),
4068             'one' => q({0} livre-force),
4069             'other' => q({0} livres-force),
4070             },
4071             # Long Unit Identifier
4072             'frequency-gigahertz' => {
4073             '1' => q(masculine),
4074             'name' => q(gigahertz),
4075             'one' => q({0} gigahertz),
4076             'other' => q({0} gigahertz),
4077             },
4078             # Core Unit Identifier
4079             'gigahertz' => {
4080             '1' => q(masculine),
4081             'name' => q(gigahertz),
4082             'one' => q({0} gigahertz),
4083             'other' => q({0} gigahertz),
4084             },
4085             # Long Unit Identifier
4086             'frequency-hertz' => {
4087             '1' => q(masculine),
4088             'name' => q(hertz),
4089             'one' => q({0} hertz),
4090             'other' => q({0} hertz),
4091             },
4092             # Core Unit Identifier
4093             'hertz' => {
4094             '1' => q(masculine),
4095             'name' => q(hertz),
4096             'one' => q({0} hertz),
4097             'other' => q({0} hertz),
4098             },
4099             # Long Unit Identifier
4100             'frequency-kilohertz' => {
4101             '1' => q(masculine),
4102             'name' => q(kilohertz),
4103             'one' => q({0} kilohertz),
4104             'other' => q({0} kilohertz),
4105             },
4106             # Core Unit Identifier
4107             'kilohertz' => {
4108             '1' => q(masculine),
4109             'name' => q(kilohertz),
4110             'one' => q({0} kilohertz),
4111             'other' => q({0} kilohertz),
4112             },
4113             # Long Unit Identifier
4114             'frequency-megahertz' => {
4115             '1' => q(masculine),
4116             'name' => q(mégahertz),
4117             'one' => q({0} mégahertz),
4118             'other' => q({0} mégahertz),
4119             },
4120             # Core Unit Identifier
4121             'megahertz' => {
4122             '1' => q(masculine),
4123             'name' => q(mégahertz),
4124             'one' => q({0} mégahertz),
4125             'other' => q({0} mégahertz),
4126             },
4127             # Long Unit Identifier
4128             'graphics-dot' => {
4129             'name' => q(points),
4130             'one' => q({0} point),
4131             'other' => q({0} points),
4132             },
4133             # Core Unit Identifier
4134             'dot' => {
4135             'name' => q(points),
4136             'one' => q({0} point),
4137             'other' => q({0} points),
4138             },
4139             # Long Unit Identifier
4140             'graphics-dot-per-centimeter' => {
4141             'name' => q(points par centimètre),
4142             'one' => q({0} point par centimètre),
4143             'other' => q({0} points par centimètre),
4144             },
4145             # Core Unit Identifier
4146             'dot-per-centimeter' => {
4147             'name' => q(points par centimètre),
4148             'one' => q({0} point par centimètre),
4149             'other' => q({0} points par centimètre),
4150             },
4151             # Long Unit Identifier
4152             'graphics-dot-per-inch' => {
4153             'name' => q(points par pouce),
4154             'one' => q({0} point par pouce),
4155             'other' => q({0} points par pouce),
4156             },
4157             # Core Unit Identifier
4158             'dot-per-inch' => {
4159             'name' => q(points par pouce),
4160             'one' => q({0} point par pouce),
4161             'other' => q({0} points par pouce),
4162             },
4163             # Long Unit Identifier
4164             'graphics-em' => {
4165             '1' => q(masculine),
4166             'name' => q(cadratin),
4167             'one' => q({0} cadratin),
4168             'other' => q({0} cadratins),
4169             },
4170             # Core Unit Identifier
4171             'em' => {
4172             '1' => q(masculine),
4173             'name' => q(cadratin),
4174             'one' => q({0} cadratin),
4175             'other' => q({0} cadratins),
4176             },
4177             # Long Unit Identifier
4178             'graphics-megapixel' => {
4179             '1' => q(masculine),
4180             'name' => q(mégapixels),
4181             'one' => q({0} mégapixel),
4182             'other' => q({0} mégapixels),
4183             },
4184             # Core Unit Identifier
4185             'megapixel' => {
4186             '1' => q(masculine),
4187             'name' => q(mégapixels),
4188             'one' => q({0} mégapixel),
4189             'other' => q({0} mégapixels),
4190             },
4191             # Long Unit Identifier
4192             'graphics-pixel' => {
4193             '1' => q(masculine),
4194             'name' => q(pixels),
4195             'one' => q({0} pixel),
4196             'other' => q({0} pixels),
4197             },
4198             # Core Unit Identifier
4199             'pixel' => {
4200             '1' => q(masculine),
4201             'name' => q(pixels),
4202             'one' => q({0} pixel),
4203             'other' => q({0} pixels),
4204             },
4205             # Long Unit Identifier
4206             'graphics-pixel-per-centimeter' => {
4207             '1' => q(masculine),
4208             'name' => q(pixels par centimètre),
4209             'one' => q({0} pixel par centimètre),
4210             'other' => q({0} pixels par centimètre),
4211             },
4212             # Core Unit Identifier
4213             'pixel-per-centimeter' => {
4214             '1' => q(masculine),
4215             'name' => q(pixels par centimètre),
4216             'one' => q({0} pixel par centimètre),
4217             'other' => q({0} pixels par centimètre),
4218             },
4219             # Long Unit Identifier
4220             'graphics-pixel-per-inch' => {
4221             'name' => q(pixels par pouce),
4222             'one' => q({0} pixel par pouce),
4223             'other' => q({0} pixels par pouce),
4224             },
4225             # Core Unit Identifier
4226             'pixel-per-inch' => {
4227             'name' => q(pixels par pouce),
4228             'one' => q({0} pixel par pouce),
4229             'other' => q({0} pixels par pouce),
4230             },
4231             # Long Unit Identifier
4232             'length-astronomical-unit' => {
4233             'name' => q(unités astronomiques),
4234             'one' => q({0} unité astronomique),
4235             'other' => q({0} unités astronomiques),
4236             },
4237             # Core Unit Identifier
4238             'astronomical-unit' => {
4239             'name' => q(unités astronomiques),
4240             'one' => q({0} unité astronomique),
4241             'other' => q({0} unités astronomiques),
4242             },
4243             # Long Unit Identifier
4244             'length-centimeter' => {
4245             '1' => q(masculine),
4246             'name' => q(centimètres),
4247             'one' => q({0} centimètre),
4248             'other' => q({0} centimètres),
4249             'per' => q({0} par centimètre),
4250             },
4251             # Core Unit Identifier
4252             'centimeter' => {
4253             '1' => q(masculine),
4254             'name' => q(centimètres),
4255             'one' => q({0} centimètre),
4256             'other' => q({0} centimètres),
4257             'per' => q({0} par centimètre),
4258             },
4259             # Long Unit Identifier
4260             'length-decimeter' => {
4261             '1' => q(masculine),
4262             'name' => q(décimètres),
4263             'one' => q({0} décimètre),
4264             'other' => q({0} décimètres),
4265             },
4266             # Core Unit Identifier
4267             'decimeter' => {
4268             '1' => q(masculine),
4269             'name' => q(décimètres),
4270             'one' => q({0} décimètre),
4271             'other' => q({0} décimètres),
4272             },
4273             # Long Unit Identifier
4274             'length-earth-radius' => {
4275             'name' => q(rayon terrestre),
4276             'one' => q({0} rayon terrestre),
4277             'other' => q({0} rayons terrestres),
4278             },
4279             # Core Unit Identifier
4280             'earth-radius' => {
4281             'name' => q(rayon terrestre),
4282             'one' => q({0} rayon terrestre),
4283             'other' => q({0} rayons terrestres),
4284             },
4285             # Long Unit Identifier
4286             'length-fathom' => {
4287             'name' => q(brasses),
4288             'one' => q({0} brasse),
4289             'other' => q({0} brasses),
4290             },
4291             # Core Unit Identifier
4292             'fathom' => {
4293             'name' => q(brasses),
4294             'one' => q({0} brasse),
4295             'other' => q({0} brasses),
4296             },
4297             # Long Unit Identifier
4298             'length-foot' => {
4299             '1' => q(masculine),
4300             'name' => q(pieds),
4301             'one' => q({0} pied),
4302             'other' => q({0} pieds),
4303             'per' => q({0} par pied),
4304             },
4305             # Core Unit Identifier
4306             'foot' => {
4307             '1' => q(masculine),
4308             'name' => q(pieds),
4309             'one' => q({0} pied),
4310             'other' => q({0} pieds),
4311             'per' => q({0} par pied),
4312             },
4313             # Long Unit Identifier
4314             'length-furlong' => {
4315             'name' => q(furlongs),
4316             'one' => q({0} furlong),
4317             'other' => q({0} furlongs),
4318             },
4319             # Core Unit Identifier
4320             'furlong' => {
4321             'name' => q(furlongs),
4322             'one' => q({0} furlong),
4323             'other' => q({0} furlongs),
4324             },
4325             # Long Unit Identifier
4326             'length-inch' => {
4327             '1' => q(masculine),
4328             'name' => q(pouces),
4329             'one' => q({0} pouce),
4330             'other' => q({0} pouces),
4331             'per' => q({0} par pouce),
4332             },
4333             # Core Unit Identifier
4334             'inch' => {
4335             '1' => q(masculine),
4336             'name' => q(pouces),
4337             'one' => q({0} pouce),
4338             'other' => q({0} pouces),
4339             'per' => q({0} par pouce),
4340             },
4341             # Long Unit Identifier
4342             'length-kilometer' => {
4343             '1' => q(masculine),
4344             'name' => q(kilomètres),
4345             'one' => q({0} kilomètre),
4346             'other' => q({0} kilomètres),
4347             'per' => q({0} par kilomètre),
4348             },
4349             # Core Unit Identifier
4350             'kilometer' => {
4351             '1' => q(masculine),
4352             'name' => q(kilomètres),
4353             'one' => q({0} kilomètre),
4354             'other' => q({0} kilomètres),
4355             'per' => q({0} par kilomètre),
4356             },
4357             # Long Unit Identifier
4358             'length-light-year' => {
4359             'name' => q(années-lumière),
4360             'one' => q({0} année-lumière),
4361             'other' => q({0} années-lumière),
4362             },
4363             # Core Unit Identifier
4364             'light-year' => {
4365             'name' => q(années-lumière),
4366             'one' => q({0} année-lumière),
4367             'other' => q({0} années-lumière),
4368             },
4369             # Long Unit Identifier
4370             'length-meter' => {
4371             '1' => q(masculine),
4372             'name' => q(mètres),
4373             'one' => q({0} mètre),
4374             'other' => q({0} mètres),
4375             'per' => q({0} par mètre),
4376             },
4377             # Core Unit Identifier
4378             'meter' => {
4379             '1' => q(masculine),
4380             'name' => q(mètres),
4381             'one' => q({0} mètre),
4382             'other' => q({0} mètres),
4383             'per' => q({0} par mètre),
4384             },
4385             # Long Unit Identifier
4386             'length-micrometer' => {
4387             '1' => q(masculine),
4388             'name' => q(micromètres),
4389             'one' => q({0} micromètre),
4390             'other' => q({0} micromètres),
4391             },
4392             # Core Unit Identifier
4393             'micrometer' => {
4394             '1' => q(masculine),
4395             'name' => q(micromètres),
4396             'one' => q({0} micromètre),
4397             'other' => q({0} micromètres),
4398             },
4399             # Long Unit Identifier
4400             'length-mile' => {
4401             '1' => q(masculine),
4402             'name' => q(miles),
4403             'one' => q({0} mile),
4404             'other' => q({0} miles),
4405             },
4406             # Core Unit Identifier
4407             'mile' => {
4408             '1' => q(masculine),
4409             'name' => q(miles),
4410             'one' => q({0} mile),
4411             'other' => q({0} miles),
4412             },
4413             # Long Unit Identifier
4414             'length-mile-scandinavian' => {
4415             '1' => q(masculine),
4416             'name' => q(milles scandinaves),
4417             'one' => q({0} mille scandinave),
4418             'other' => q({0} milles scandinaves),
4419             },
4420             # Core Unit Identifier
4421             'mile-scandinavian' => {
4422             '1' => q(masculine),
4423             'name' => q(milles scandinaves),
4424             'one' => q({0} mille scandinave),
4425             'other' => q({0} milles scandinaves),
4426             },
4427             # Long Unit Identifier
4428             'length-millimeter' => {
4429             '1' => q(masculine),
4430             'name' => q(millimètres),
4431             'one' => q({0} millimètre),
4432             'other' => q({0} millimètres),
4433             },
4434             # Core Unit Identifier
4435             'millimeter' => {
4436             '1' => q(masculine),
4437             'name' => q(millimètres),
4438             'one' => q({0} millimètre),
4439             'other' => q({0} millimètres),
4440             },
4441             # Long Unit Identifier
4442             'length-nanometer' => {
4443             '1' => q(masculine),
4444             'name' => q(nanomètres),
4445             'one' => q({0} nanomètre),
4446             'other' => q({0} nanomètres),
4447             },
4448             # Core Unit Identifier
4449             'nanometer' => {
4450             '1' => q(masculine),
4451             'name' => q(nanomètres),
4452             'one' => q({0} nanomètre),
4453             'other' => q({0} nanomètres),
4454             },
4455             # Long Unit Identifier
4456             'length-nautical-mile' => {
4457             'name' => q(milles marins),
4458             'one' => q({0} mille marin),
4459             'other' => q({0} milles marins),
4460             },
4461             # Core Unit Identifier
4462             'nautical-mile' => {
4463             'name' => q(milles marins),
4464             'one' => q({0} mille marin),
4465             'other' => q({0} milles marins),
4466             },
4467             # Long Unit Identifier
4468             'length-parsec' => {
4469             '1' => q(masculine),
4470             'name' => q(parsecs),
4471             'one' => q({0} parsec),
4472             'other' => q({0} parsecs),
4473             },
4474             # Core Unit Identifier
4475             'parsec' => {
4476             '1' => q(masculine),
4477             'name' => q(parsecs),
4478             'one' => q({0} parsec),
4479             'other' => q({0} parsecs),
4480             },
4481             # Long Unit Identifier
4482             'length-picometer' => {
4483             '1' => q(masculine),
4484             'name' => q(picomètres),
4485             'one' => q({0} picomètre),
4486             'other' => q({0} picomètres),
4487             },
4488             # Core Unit Identifier
4489             'picometer' => {
4490             '1' => q(masculine),
4491             'name' => q(picomètres),
4492             'one' => q({0} picomètre),
4493             'other' => q({0} picomètres),
4494             },
4495             # Long Unit Identifier
4496             'length-point' => {
4497             '1' => q(masculine),
4498             'one' => q({0} point typographique),
4499             'other' => q({0} points typographiques),
4500             },
4501             # Core Unit Identifier
4502             'point' => {
4503             '1' => q(masculine),
4504             'one' => q({0} point typographique),
4505             'other' => q({0} points typographiques),
4506             },
4507             # Long Unit Identifier
4508             'length-solar-radius' => {
4509             '1' => q(masculine),
4510             'name' => q(rayons solaires),
4511             'one' => q({0} rayon solaire),
4512             'other' => q({0} rayons solaires),
4513             },
4514             # Core Unit Identifier
4515             'solar-radius' => {
4516             '1' => q(masculine),
4517             'name' => q(rayons solaires),
4518             'one' => q({0} rayon solaire),
4519             'other' => q({0} rayons solaires),
4520             },
4521             # Long Unit Identifier
4522             'length-yard' => {
4523             '1' => q(masculine),
4524             'name' => q(yards),
4525             'one' => q({0} yard),
4526             'other' => q({0} yards),
4527             },
4528             # Core Unit Identifier
4529             'yard' => {
4530             '1' => q(masculine),
4531             'name' => q(yards),
4532             'one' => q({0} yard),
4533             'other' => q({0} yards),
4534             },
4535             # Long Unit Identifier
4536             'light-candela' => {
4537             '1' => q(feminine),
4538             'name' => q(candela),
4539             'one' => q({0} candela),
4540             'other' => q({0} candelas),
4541             },
4542             # Core Unit Identifier
4543             'candela' => {
4544             '1' => q(feminine),
4545             'name' => q(candela),
4546             'one' => q({0} candela),
4547             'other' => q({0} candelas),
4548             },
4549             # Long Unit Identifier
4550             'light-lumen' => {
4551             '1' => q(masculine),
4552             'name' => q(lumen),
4553             'one' => q({0} lumen),
4554             'other' => q({0} lumens),
4555             },
4556             # Core Unit Identifier
4557             'lumen' => {
4558             '1' => q(masculine),
4559             'name' => q(lumen),
4560             'one' => q({0} lumen),
4561             'other' => q({0} lumens),
4562             },
4563             # Long Unit Identifier
4564             'light-lux' => {
4565             '1' => q(masculine),
4566             'name' => q(lux),
4567             'one' => q({0} lux),
4568             'other' => q({0} lux),
4569             },
4570             # Core Unit Identifier
4571             'lux' => {
4572             '1' => q(masculine),
4573             'name' => q(lux),
4574             'one' => q({0} lux),
4575             'other' => q({0} lux),
4576             },
4577             # Long Unit Identifier
4578             'light-solar-luminosity' => {
4579             '1' => q(feminine),
4580             'name' => q(luminosités solaires),
4581             'one' => q({0} luminosité solaire),
4582             'other' => q({0} luminosités solaires),
4583             },
4584             # Core Unit Identifier
4585             'solar-luminosity' => {
4586             '1' => q(feminine),
4587             'name' => q(luminosités solaires),
4588             'one' => q({0} luminosité solaire),
4589             'other' => q({0} luminosités solaires),
4590             },
4591             # Long Unit Identifier
4592             'mass-carat' => {
4593             '1' => q(masculine),
4594             'name' => q(carats),
4595             'one' => q({0} carat),
4596             'other' => q({0} carats),
4597             },
4598             # Core Unit Identifier
4599             'carat' => {
4600             '1' => q(masculine),
4601             'name' => q(carats),
4602             'one' => q({0} carat),
4603             'other' => q({0} carats),
4604             },
4605             # Long Unit Identifier
4606             'mass-dalton' => {
4607             '1' => q(masculine),
4608             'name' => q(daltons),
4609             'one' => q({0} dalton),
4610             'other' => q({0} daltons),
4611             },
4612             # Core Unit Identifier
4613             'dalton' => {
4614             '1' => q(masculine),
4615             'name' => q(daltons),
4616             'one' => q({0} dalton),
4617             'other' => q({0} daltons),
4618             },
4619             # Long Unit Identifier
4620             'mass-earth-mass' => {
4621             '1' => q(feminine),
4622             'name' => q(masses terrestres),
4623             'one' => q({0} masse terrestre),
4624             'other' => q({0} masses terrestres),
4625             },
4626             # Core Unit Identifier
4627             'earth-mass' => {
4628             '1' => q(feminine),
4629             'name' => q(masses terrestres),
4630             'one' => q({0} masse terrestre),
4631             'other' => q({0} masses terrestres),
4632             },
4633             # Long Unit Identifier
4634             'mass-grain' => {
4635             '1' => q(masculine),
4636             'name' => q(grains),
4637             'one' => q({0} grain),
4638             'other' => q({0} grains),
4639             },
4640             # Core Unit Identifier
4641             'grain' => {
4642             '1' => q(masculine),
4643             'name' => q(grains),
4644             'one' => q({0} grain),
4645             'other' => q({0} grains),
4646             },
4647             # Long Unit Identifier
4648             'mass-gram' => {
4649             '1' => q(masculine),
4650             'name' => q(grammes),
4651             'one' => q({0} gramme),
4652             'other' => q({0} grammes),
4653             'per' => q({0} par gramme),
4654             },
4655             # Core Unit Identifier
4656             'gram' => {
4657             '1' => q(masculine),
4658             'name' => q(grammes),
4659             'one' => q({0} gramme),
4660             'other' => q({0} grammes),
4661             'per' => q({0} par gramme),
4662             },
4663             # Long Unit Identifier
4664             'mass-kilogram' => {
4665             '1' => q(masculine),
4666             'name' => q(kilogrammes),
4667             'one' => q({0} kilogramme),
4668             'other' => q({0} kilogrammes),
4669             'per' => q({0} par kilogramme),
4670             },
4671             # Core Unit Identifier
4672             'kilogram' => {
4673             '1' => q(masculine),
4674             'name' => q(kilogrammes),
4675             'one' => q({0} kilogramme),
4676             'other' => q({0} kilogrammes),
4677             'per' => q({0} par kilogramme),
4678             },
4679             # Long Unit Identifier
4680             'mass-microgram' => {
4681             '1' => q(masculine),
4682             'name' => q(microgrammes),
4683             'one' => q({0} microgramme),
4684             'other' => q({0} microgrammes),
4685             },
4686             # Core Unit Identifier
4687             'microgram' => {
4688             '1' => q(masculine),
4689             'name' => q(microgrammes),
4690             'one' => q({0} microgramme),
4691             'other' => q({0} microgrammes),
4692             },
4693             # Long Unit Identifier
4694             'mass-milligram' => {
4695             '1' => q(masculine),
4696             'name' => q(milligrammes),
4697             'one' => q({0} milligramme),
4698             'other' => q({0} milligrammes),
4699             },
4700             # Core Unit Identifier
4701             'milligram' => {
4702             '1' => q(masculine),
4703             'name' => q(milligrammes),
4704             'one' => q({0} milligramme),
4705             'other' => q({0} milligrammes),
4706             },
4707             # Long Unit Identifier
4708             'mass-ounce' => {
4709             '1' => q(feminine),
4710             'name' => q(onces),
4711             'one' => q({0} once),
4712             'other' => q({0} onces),
4713             'per' => q({0} par once),
4714             },
4715             # Core Unit Identifier
4716             'ounce' => {
4717             '1' => q(feminine),
4718             'name' => q(onces),
4719             'one' => q({0} once),
4720             'other' => q({0} onces),
4721             'per' => q({0} par once),
4722             },
4723             # Long Unit Identifier
4724             'mass-ounce-troy' => {
4725             'name' => q(onces troy),
4726             'one' => q({0} once troy),
4727             'other' => q({0} onces troy),
4728             },
4729             # Core Unit Identifier
4730             'ounce-troy' => {
4731             'name' => q(onces troy),
4732             'one' => q({0} once troy),
4733             'other' => q({0} onces troy),
4734             },
4735             # Long Unit Identifier
4736             'mass-pound' => {
4737             '1' => q(feminine),
4738             'name' => q(livres),
4739             'one' => q({0} livre),
4740             'other' => q({0} livres),
4741             'per' => q({0} par livre),
4742             },
4743             # Core Unit Identifier
4744             'pound' => {
4745             '1' => q(feminine),
4746             'name' => q(livres),
4747             'one' => q({0} livre),
4748             'other' => q({0} livres),
4749             'per' => q({0} par livre),
4750             },
4751             # Long Unit Identifier
4752             'mass-solar-mass' => {
4753             '1' => q(feminine),
4754             'name' => q(masses solaires),
4755             'one' => q({0} masse solaire),
4756             'other' => q({0} masses solaires),
4757             },
4758             # Core Unit Identifier
4759             'solar-mass' => {
4760             '1' => q(feminine),
4761             'name' => q(masses solaires),
4762             'one' => q({0} masse solaire),
4763             'other' => q({0} masses solaires),
4764             },
4765             # Long Unit Identifier
4766             'mass-stone' => {
4767             'name' => q(stones),
4768             'one' => q({0} stone),
4769             'other' => q({0} stones),
4770             },
4771             # Core Unit Identifier
4772             'stone' => {
4773             'name' => q(stones),
4774             'one' => q({0} stone),
4775             'other' => q({0} stones),
4776             },
4777             # Long Unit Identifier
4778             'mass-ton' => {
4779             'name' => q(tonnes courtes),
4780             'one' => q({0} tonne courte),
4781             'other' => q({0} tonnes courtes),
4782             },
4783             # Core Unit Identifier
4784             'ton' => {
4785             'name' => q(tonnes courtes),
4786             'one' => q({0} tonne courte),
4787             'other' => q({0} tonnes courtes),
4788             },
4789             # Long Unit Identifier
4790             'mass-tonne' => {
4791             '1' => q(feminine),
4792             'name' => q(tonnes),
4793             'one' => q({0} tonne),
4794             'other' => q({0} tonnes),
4795             },
4796             # Core Unit Identifier
4797             'tonne' => {
4798             '1' => q(feminine),
4799             'name' => q(tonnes),
4800             'one' => q({0} tonne),
4801             'other' => q({0} tonnes),
4802             },
4803             # Long Unit Identifier
4804             'per' => {
4805             '1' => q({0} par {1}),
4806             },
4807             # Core Unit Identifier
4808             'per' => {
4809             '1' => q({0} par {1}),
4810             },
4811             # Long Unit Identifier
4812             'power-gigawatt' => {
4813             '1' => q(masculine),
4814             'name' => q(gigawatts),
4815             'one' => q({0} gigawatt),
4816             'other' => q({0} gigawatts),
4817             },
4818             # Core Unit Identifier
4819             'gigawatt' => {
4820             '1' => q(masculine),
4821             'name' => q(gigawatts),
4822             'one' => q({0} gigawatt),
4823             'other' => q({0} gigawatts),
4824             },
4825             # Long Unit Identifier
4826             'power-horsepower' => {
4827             'name' => q(chevaux-vapeur),
4828             'one' => q({0} cheval-vapeur),
4829             'other' => q({0} chevaux-vapeur),
4830             },
4831             # Core Unit Identifier
4832             'horsepower' => {
4833             'name' => q(chevaux-vapeur),
4834             'one' => q({0} cheval-vapeur),
4835             'other' => q({0} chevaux-vapeur),
4836             },
4837             # Long Unit Identifier
4838             'power-kilowatt' => {
4839             '1' => q(masculine),
4840             'name' => q(kilowatts),
4841             'one' => q({0} kilowatt),
4842             'other' => q({0} kilowatts),
4843             },
4844             # Core Unit Identifier
4845             'kilowatt' => {
4846             '1' => q(masculine),
4847             'name' => q(kilowatts),
4848             'one' => q({0} kilowatt),
4849             'other' => q({0} kilowatts),
4850             },
4851             # Long Unit Identifier
4852             'power-megawatt' => {
4853             '1' => q(masculine),
4854             'name' => q(mégawatts),
4855             'one' => q({0} mégawatt),
4856             'other' => q({0} mégawatts),
4857             },
4858             # Core Unit Identifier
4859             'megawatt' => {
4860             '1' => q(masculine),
4861             'name' => q(mégawatts),
4862             'one' => q({0} mégawatt),
4863             'other' => q({0} mégawatts),
4864             },
4865             # Long Unit Identifier
4866             'power-milliwatt' => {
4867             '1' => q(masculine),
4868             'name' => q(milliwatts),
4869             'one' => q({0} milliwatt),
4870             'other' => q({0} milliwatts),
4871             },
4872             # Core Unit Identifier
4873             'milliwatt' => {
4874             '1' => q(masculine),
4875             'name' => q(milliwatts),
4876             'one' => q({0} milliwatt),
4877             'other' => q({0} milliwatts),
4878             },
4879             # Long Unit Identifier
4880             'power-watt' => {
4881             '1' => q(masculine),
4882             'name' => q(watts),
4883             'one' => q({0} watt),
4884             'other' => q({0} watts),
4885             },
4886             # Core Unit Identifier
4887             'watt' => {
4888             '1' => q(masculine),
4889             'name' => q(watts),
4890             'one' => q({0} watt),
4891             'other' => q({0} watts),
4892             },
4893             # Long Unit Identifier
4894             'power2' => {
4895             'one' => q({0} carré),
4896             'other' => q({0} carrés),
4897             },
4898             # Core Unit Identifier
4899             'power2' => {
4900             'one' => q({0} carré),
4901             'other' => q({0} carrés),
4902             },
4903             # Long Unit Identifier
4904             'power3' => {
4905             'one' => q({0} cube),
4906             'other' => q({0} cubes),
4907             },
4908             # Core Unit Identifier
4909             'power3' => {
4910             'one' => q({0} cube),
4911             'other' => q({0} cubes),
4912             },
4913             # Long Unit Identifier
4914             'pressure-atmosphere' => {
4915             '1' => q(feminine),
4916             'name' => q(atmosphères),
4917             'one' => q({0} atmosphère),
4918             'other' => q({0} atmosphères),
4919             },
4920             # Core Unit Identifier
4921             'atmosphere' => {
4922             '1' => q(feminine),
4923             'name' => q(atmosphères),
4924             'one' => q({0} atmosphère),
4925             'other' => q({0} atmosphères),
4926             },
4927             # Long Unit Identifier
4928             'pressure-bar' => {
4929             '1' => q(masculine),
4930             'name' => q(bars),
4931             },
4932             # Core Unit Identifier
4933             'bar' => {
4934             '1' => q(masculine),
4935             'name' => q(bars),
4936             },
4937             # Long Unit Identifier
4938             'pressure-hectopascal' => {
4939             '1' => q(masculine),
4940             'name' => q(hectopascals),
4941             'one' => q({0} hectopascal),
4942             'other' => q({0} hectopascals),
4943             },
4944             # Core Unit Identifier
4945             'hectopascal' => {
4946             '1' => q(masculine),
4947             'name' => q(hectopascals),
4948             'one' => q({0} hectopascal),
4949             'other' => q({0} hectopascals),
4950             },
4951             # Long Unit Identifier
4952             'pressure-inch-ofhg' => {
4953             'name' => q(pouces de mercure),
4954             'one' => q({0} pouce de mercure),
4955             'other' => q({0} pouces de mercure),
4956             },
4957             # Core Unit Identifier
4958             'inch-ofhg' => {
4959             'name' => q(pouces de mercure),
4960             'one' => q({0} pouce de mercure),
4961             'other' => q({0} pouces de mercure),
4962             },
4963             # Long Unit Identifier
4964             'pressure-kilopascal' => {
4965             '1' => q(masculine),
4966             'name' => q(kilopascals),
4967             'one' => q({0} kilopascal),
4968             'other' => q({0} kilopascals),
4969             },
4970             # Core Unit Identifier
4971             'kilopascal' => {
4972             '1' => q(masculine),
4973             'name' => q(kilopascals),
4974             'one' => q({0} kilopascal),
4975             'other' => q({0} kilopascals),
4976             },
4977             # Long Unit Identifier
4978             'pressure-megapascal' => {
4979             '1' => q(masculine),
4980             'name' => q(mégapascals),
4981             'one' => q({0} mégapascal),
4982             'other' => q({0} mégapascals),
4983             },
4984             # Core Unit Identifier
4985             'megapascal' => {
4986             '1' => q(masculine),
4987             'name' => q(mégapascals),
4988             'one' => q({0} mégapascal),
4989             'other' => q({0} mégapascals),
4990             },
4991             # Long Unit Identifier
4992             'pressure-millibar' => {
4993             '1' => q(masculine),
4994             'name' => q(millibars),
4995             'one' => q({0} millibar),
4996             'other' => q({0} millibars),
4997             },
4998             # Core Unit Identifier
4999             'millibar' => {
5000             '1' => q(masculine),
5001             'name' => q(millibars),
5002             'one' => q({0} millibar),
5003             'other' => q({0} millibars),
5004             },
5005             # Long Unit Identifier
5006             'pressure-millimeter-ofhg' => {
5007             '1' => q(masculine),
5008             'name' => q(millimètres de mercure),
5009             'one' => q({0} millimètre de mercure),
5010             'other' => q({0} millimètres de mercure),
5011             },
5012             # Core Unit Identifier
5013             'millimeter-ofhg' => {
5014             '1' => q(masculine),
5015             'name' => q(millimètres de mercure),
5016             'one' => q({0} millimètre de mercure),
5017             'other' => q({0} millimètres de mercure),
5018             },
5019             # Long Unit Identifier
5020             'pressure-pascal' => {
5021             '1' => q(masculine),
5022             'name' => q(pascals),
5023             'one' => q({0} pascal),
5024             'other' => q({0} pascals),
5025             },
5026             # Core Unit Identifier
5027             'pascal' => {
5028             '1' => q(masculine),
5029             'name' => q(pascals),
5030             'one' => q({0} pascal),
5031             'other' => q({0} pascals),
5032             },
5033             # Long Unit Identifier
5034             'pressure-pound-force-per-square-inch' => {
5035             'name' => q(livres-force par pouce carré),
5036             'one' => q({0} livre-force par pouce carré),
5037             'other' => q({0} livres-force par pouce carré),
5038             },
5039             # Core Unit Identifier
5040             'pound-force-per-square-inch' => {
5041             'name' => q(livres-force par pouce carré),
5042             'one' => q({0} livre-force par pouce carré),
5043             'other' => q({0} livres-force par pouce carré),
5044             },
5045             # Long Unit Identifier
5046             'speed-beaufort' => {
5047             'name' => q(Beaufort),
5048             'one' => q({0} degré Beaufort),
5049             'other' => q({0} degrés Beaufort),
5050             },
5051             # Core Unit Identifier
5052             'beaufort' => {
5053             'name' => q(Beaufort),
5054             'one' => q({0} degré Beaufort),
5055             'other' => q({0} degrés Beaufort),
5056             },
5057             # Long Unit Identifier
5058             'speed-kilometer-per-hour' => {
5059             '1' => q(masculine),
5060             'name' => q(kilomètres par heure),
5061             'one' => q({0} kilomètre par heure),
5062             'other' => q({0} kilomètres par heure),
5063             },
5064             # Core Unit Identifier
5065             'kilometer-per-hour' => {
5066             '1' => q(masculine),
5067             'name' => q(kilomètres par heure),
5068             'one' => q({0} kilomètre par heure),
5069             'other' => q({0} kilomètres par heure),
5070             },
5071             # Long Unit Identifier
5072             'speed-knot' => {
5073             'name' => q(nœuds),
5074             'one' => q({0} nœud),
5075             'other' => q({0} nœuds),
5076             },
5077             # Core Unit Identifier
5078             'knot' => {
5079             'name' => q(nœuds),
5080             'one' => q({0} nœud),
5081             'other' => q({0} nœuds),
5082             },
5083             # Long Unit Identifier
5084             'speed-light-speed' => {
5085             '1' => q(feminine),
5086             'name' => q(lumière),
5087             'one' => q({0} lumière),
5088             'other' => q({0} lumière),
5089             },
5090             # Core Unit Identifier
5091             'light-speed' => {
5092             '1' => q(feminine),
5093             'name' => q(lumière),
5094             'one' => q({0} lumière),
5095             'other' => q({0} lumière),
5096             },
5097             # Long Unit Identifier
5098             'speed-meter-per-second' => {
5099             '1' => q(masculine),
5100             'name' => q(mètres par seconde),
5101             'one' => q({0} mètre par seconde),
5102             'other' => q({0} mètres par seconde),
5103             },
5104             # Core Unit Identifier
5105             'meter-per-second' => {
5106             '1' => q(masculine),
5107             'name' => q(mètres par seconde),
5108             'one' => q({0} mètre par seconde),
5109             'other' => q({0} mètres par seconde),
5110             },
5111             # Long Unit Identifier
5112             'speed-mile-per-hour' => {
5113             '1' => q(masculine),
5114             'name' => q(miles par heure),
5115             'one' => q({0} mile par heure),
5116             'other' => q({0} miles par heure),
5117             },
5118             # Core Unit Identifier
5119             'mile-per-hour' => {
5120             '1' => q(masculine),
5121             'name' => q(miles par heure),
5122             'one' => q({0} mile par heure),
5123             'other' => q({0} miles par heure),
5124             },
5125             # Long Unit Identifier
5126             'temperature-celsius' => {
5127             '1' => q(masculine),
5128             'name' => q(degrés Celsius),
5129             'one' => q({0} degré Celsius),
5130             'other' => q({0} degrés Celsius),
5131             },
5132             # Core Unit Identifier
5133             'celsius' => {
5134             '1' => q(masculine),
5135             'name' => q(degrés Celsius),
5136             'one' => q({0} degré Celsius),
5137             'other' => q({0} degrés Celsius),
5138             },
5139             # Long Unit Identifier
5140             'temperature-fahrenheit' => {
5141             '1' => q(masculine),
5142             'name' => q(degrés Fahrenheit),
5143             'one' => q({0} degré Fahrenheit),
5144             'other' => q({0} degrés Fahrenheit),
5145             },
5146             # Core Unit Identifier
5147             'fahrenheit' => {
5148             '1' => q(masculine),
5149             'name' => q(degrés Fahrenheit),
5150             'one' => q({0} degré Fahrenheit),
5151             'other' => q({0} degrés Fahrenheit),
5152             },
5153             # Long Unit Identifier
5154             'temperature-generic' => {
5155             '1' => q(masculine),
5156             'name' => q(degrés),
5157             'one' => q({0} degré),
5158             'other' => q({0} degrés),
5159             },
5160             # Core Unit Identifier
5161             'generic' => {
5162             '1' => q(masculine),
5163             'name' => q(degrés),
5164             'one' => q({0} degré),
5165             'other' => q({0} degrés),
5166             },
5167             # Long Unit Identifier
5168             'temperature-kelvin' => {
5169             '1' => q(masculine),
5170             'name' => q(kelvins),
5171             'one' => q({0} kelvin),
5172             'other' => q({0} kelvins),
5173             },
5174             # Core Unit Identifier
5175             'kelvin' => {
5176             '1' => q(masculine),
5177             'name' => q(kelvins),
5178             'one' => q({0} kelvin),
5179             'other' => q({0} kelvins),
5180             },
5181             # Long Unit Identifier
5182             'torque-newton-meter' => {
5183             '1' => q(masculine),
5184             'name' => q(newtons-mètres),
5185             'one' => q({0} newton-mètre),
5186             'other' => q({0} newtons-mètres),
5187             },
5188             # Core Unit Identifier
5189             'newton-meter' => {
5190             '1' => q(masculine),
5191             'name' => q(newtons-mètres),
5192             'one' => q({0} newton-mètre),
5193             'other' => q({0} newtons-mètres),
5194             },
5195             # Long Unit Identifier
5196             'torque-pound-force-foot' => {
5197             'name' => q(livres-force-pieds),
5198             'one' => q({0} livre-force-pied),
5199             'other' => q({0} livres-force-pieds),
5200             },
5201             # Core Unit Identifier
5202             'pound-force-foot' => {
5203             'name' => q(livres-force-pieds),
5204             'one' => q({0} livre-force-pied),
5205             'other' => q({0} livres-force-pieds),
5206             },
5207             # Long Unit Identifier
5208             'volume-acre-foot' => {
5209             'name' => q(acres-pieds),
5210             'one' => q({0} acre-pied),
5211             'other' => q({0} acres-pieds),
5212             },
5213             # Core Unit Identifier
5214             'acre-foot' => {
5215             'name' => q(acres-pieds),
5216             'one' => q({0} acre-pied),
5217             'other' => q({0} acres-pieds),
5218             },
5219             # Long Unit Identifier
5220             'volume-barrel' => {
5221             'name' => q(barils),
5222             'one' => q({0} baril),
5223             'other' => q({0} barils),
5224             },
5225             # Core Unit Identifier
5226             'barrel' => {
5227             'name' => q(barils),
5228             'one' => q({0} baril),
5229             'other' => q({0} barils),
5230             },
5231             # Long Unit Identifier
5232             'volume-bushel' => {
5233             'name' => q(boisseaux),
5234             'one' => q({0} boisseau),
5235             'other' => q({0} boisseaux),
5236             },
5237             # Core Unit Identifier
5238             'bushel' => {
5239             'name' => q(boisseaux),
5240             'one' => q({0} boisseau),
5241             'other' => q({0} boisseaux),
5242             },
5243             # Long Unit Identifier
5244             'volume-centiliter' => {
5245             '1' => q(masculine),
5246             'name' => q(centilitres),
5247             'one' => q({0} centilitre),
5248             'other' => q({0} centilitres),
5249             },
5250             # Core Unit Identifier
5251             'centiliter' => {
5252             '1' => q(masculine),
5253             'name' => q(centilitres),
5254             'one' => q({0} centilitre),
5255             'other' => q({0} centilitres),
5256             },
5257             # Long Unit Identifier
5258             'volume-cubic-centimeter' => {
5259             '1' => q(masculine),
5260             'name' => q(centimètres cubes),
5261             'one' => q({0} centimètre cube),
5262             'other' => q({0} centimètres cubes),
5263             'per' => q({0} par centimètre cube),
5264             },
5265             # Core Unit Identifier
5266             'cubic-centimeter' => {
5267             '1' => q(masculine),
5268             'name' => q(centimètres cubes),
5269             'one' => q({0} centimètre cube),
5270             'other' => q({0} centimètres cubes),
5271             'per' => q({0} par centimètre cube),
5272             },
5273             # Long Unit Identifier
5274             'volume-cubic-foot' => {
5275             '1' => q(masculine),
5276             'name' => q(pieds cubes),
5277             'one' => q({0} pied cube),
5278             'other' => q({0} pieds cubes),
5279             },
5280             # Core Unit Identifier
5281             'cubic-foot' => {
5282             '1' => q(masculine),
5283             'name' => q(pieds cubes),
5284             'one' => q({0} pied cube),
5285             'other' => q({0} pieds cubes),
5286             },
5287             # Long Unit Identifier
5288             'volume-cubic-inch' => {
5289             'name' => q(pouces cubes),
5290             'one' => q({0} pouce cube),
5291             'other' => q({0} pouces cubes),
5292             },
5293             # Core Unit Identifier
5294             'cubic-inch' => {
5295             'name' => q(pouces cubes),
5296             'one' => q({0} pouce cube),
5297             'other' => q({0} pouces cubes),
5298             },
5299             # Long Unit Identifier
5300             'volume-cubic-kilometer' => {
5301             '1' => q(masculine),
5302             'name' => q(kilomètres cubes),
5303             'one' => q({0} kilomètre cube),
5304             'other' => q({0} kilomètres cubes),
5305             },
5306             # Core Unit Identifier
5307             'cubic-kilometer' => {
5308             '1' => q(masculine),
5309             'name' => q(kilomètres cubes),
5310             'one' => q({0} kilomètre cube),
5311             'other' => q({0} kilomètres cubes),
5312             },
5313             # Long Unit Identifier
5314             'volume-cubic-meter' => {
5315             '1' => q(masculine),
5316             'name' => q(mètres cubes),
5317             'one' => q({0} mètre cube),
5318             'other' => q({0} mètres cubes),
5319             'per' => q({0} par mètre cube),
5320             },
5321             # Core Unit Identifier
5322             'cubic-meter' => {
5323             '1' => q(masculine),
5324             'name' => q(mètres cubes),
5325             'one' => q({0} mètre cube),
5326             'other' => q({0} mètres cubes),
5327             'per' => q({0} par mètre cube),
5328             },
5329             # Long Unit Identifier
5330             'volume-cubic-mile' => {
5331             '1' => q(masculine),
5332             'name' => q(milles cubes),
5333             'one' => q({0} mille cube),
5334             'other' => q({0} milles cubes),
5335             },
5336             # Core Unit Identifier
5337             'cubic-mile' => {
5338             '1' => q(masculine),
5339             'name' => q(milles cubes),
5340             'one' => q({0} mille cube),
5341             'other' => q({0} milles cubes),
5342             },
5343             # Long Unit Identifier
5344             'volume-cubic-yard' => {
5345             'name' => q(yards cubes),
5346             'one' => q({0} yard cube),
5347             'other' => q({0} yards cubes),
5348             },
5349             # Core Unit Identifier
5350             'cubic-yard' => {
5351             'name' => q(yards cubes),
5352             'one' => q({0} yard cube),
5353             'other' => q({0} yards cubes),
5354             },
5355             # Long Unit Identifier
5356             'volume-cup' => {
5357             '1' => q(feminine),
5358             },
5359             # Core Unit Identifier
5360             'cup' => {
5361             '1' => q(feminine),
5362             },
5363             # Long Unit Identifier
5364             'volume-cup-metric' => {
5365             '1' => q(feminine),
5366             'name' => q(tasses métriques),
5367             'one' => q({0} tasse métrique),
5368             'other' => q({0} tasses métriques),
5369             },
5370             # Core Unit Identifier
5371             'cup-metric' => {
5372             '1' => q(feminine),
5373             'name' => q(tasses métriques),
5374             'one' => q({0} tasse métrique),
5375             'other' => q({0} tasses métriques),
5376             },
5377             # Long Unit Identifier
5378             'volume-deciliter' => {
5379             '1' => q(masculine),
5380             'name' => q(décilitres),
5381             'one' => q({0} décilitre),
5382             'other' => q({0} décilitres),
5383             },
5384             # Core Unit Identifier
5385             'deciliter' => {
5386             '1' => q(masculine),
5387             'name' => q(décilitres),
5388             'one' => q({0} décilitre),
5389             'other' => q({0} décilitres),
5390             },
5391             # Long Unit Identifier
5392             'volume-dessert-spoon' => {
5393             '1' => q(feminine),
5394             'name' => q(cuillères à dessert),
5395             'one' => q({0} cuillère à dessert),
5396             'other' => q({0} cuillères à dessert),
5397             },
5398             # Core Unit Identifier
5399             'dessert-spoon' => {
5400             '1' => q(feminine),
5401             'name' => q(cuillères à dessert),
5402             'one' => q({0} cuillère à dessert),
5403             'other' => q({0} cuillères à dessert),
5404             },
5405             # Long Unit Identifier
5406             'volume-dessert-spoon-imperial' => {
5407             '1' => q(feminine),
5408             'name' => q(cuillères à dessert impériales),
5409             'one' => q({0} cuillère à dessert impériale),
5410             'other' => q({0} cuillères à dessert impériales),
5411             },
5412             # Core Unit Identifier
5413             'dessert-spoon-imperial' => {
5414             '1' => q(feminine),
5415             'name' => q(cuillères à dessert impériales),
5416             'one' => q({0} cuillère à dessert impériale),
5417             'other' => q({0} cuillères à dessert impériales),
5418             },
5419             # Long Unit Identifier
5420             'volume-dram' => {
5421             '1' => q(feminine),
5422             'name' => q(drachmes),
5423             'one' => q({0} drachme),
5424             'other' => q({0} drachmes),
5425             },
5426             # Core Unit Identifier
5427             'dram' => {
5428             '1' => q(feminine),
5429             'name' => q(drachmes),
5430             'one' => q({0} drachme),
5431             'other' => q({0} drachmes),
5432             },
5433             # Long Unit Identifier
5434             'volume-drop' => {
5435             '1' => q(feminine),
5436             'name' => q(gouttes),
5437             'one' => q({0} goutte),
5438             'other' => q({0} gouttes),
5439             },
5440             # Core Unit Identifier
5441             'drop' => {
5442             '1' => q(feminine),
5443             'name' => q(gouttes),
5444             'one' => q({0} goutte),
5445             'other' => q({0} gouttes),
5446             },
5447             # Long Unit Identifier
5448             'volume-fluid-ounce' => {
5449             '1' => q(feminine),
5450             'name' => q(onces liquides),
5451             'one' => q({0} once liquide),
5452             'other' => q({0} onces liquides),
5453             },
5454             # Core Unit Identifier
5455             'fluid-ounce' => {
5456             '1' => q(feminine),
5457             'name' => q(onces liquides),
5458             'one' => q({0} once liquide),
5459             'other' => q({0} onces liquides),
5460             },
5461             # Long Unit Identifier
5462             'volume-fluid-ounce-imperial' => {
5463             '1' => q(feminine),
5464             'name' => q(onces liquides impériales),
5465             'one' => q({0} once liquide impériale),
5466             'other' => q({0} onces liquides impériales),
5467             },
5468             # Core Unit Identifier
5469             'fluid-ounce-imperial' => {
5470             '1' => q(feminine),
5471             'name' => q(onces liquides impériales),
5472             'one' => q({0} once liquide impériale),
5473             'other' => q({0} onces liquides impériales),
5474             },
5475             # Long Unit Identifier
5476             'volume-gallon' => {
5477             '1' => q(masculine),
5478             'name' => q(gallons),
5479             'one' => q({0} gallon),
5480             'other' => q({0} gallons),
5481             'per' => q({0} par gallon),
5482             },
5483             # Core Unit Identifier
5484             'gallon' => {
5485             '1' => q(masculine),
5486             'name' => q(gallons),
5487             'one' => q({0} gallon),
5488             'other' => q({0} gallons),
5489             'per' => q({0} par gallon),
5490             },
5491             # Long Unit Identifier
5492             'volume-gallon-imperial' => {
5493             '1' => q(masculine),
5494             'name' => q(gallons impériaux),
5495             'one' => q({0} gallon impérial),
5496             'other' => q({0} gallons impériaux),
5497             'per' => q({0} par gallon impérial),
5498             },
5499             # Core Unit Identifier
5500             'gallon-imperial' => {
5501             '1' => q(masculine),
5502             'name' => q(gallons impériaux),
5503             'one' => q({0} gallon impérial),
5504             'other' => q({0} gallons impériaux),
5505             'per' => q({0} par gallon impérial),
5506             },
5507             # Long Unit Identifier
5508             'volume-hectoliter' => {
5509             '1' => q(masculine),
5510             'name' => q(hectolitres),
5511             'one' => q({0} hectolitre),
5512             'other' => q({0} hectolitres),
5513             },
5514             # Core Unit Identifier
5515             'hectoliter' => {
5516             '1' => q(masculine),
5517             'name' => q(hectolitres),
5518             'one' => q({0} hectolitre),
5519             'other' => q({0} hectolitres),
5520             },
5521             # Long Unit Identifier
5522             'volume-jigger' => {
5523             '1' => q(masculine),
5524             'name' => q(jiggers),
5525             },
5526             # Core Unit Identifier
5527             'jigger' => {
5528             '1' => q(masculine),
5529             'name' => q(jiggers),
5530             },
5531             # Long Unit Identifier
5532             'volume-liter' => {
5533             '1' => q(masculine),
5534             'name' => q(litres),
5535             'one' => q({0} litre),
5536             'other' => q({0} litres),
5537             'per' => q({0} par litre),
5538             },
5539             # Core Unit Identifier
5540             'liter' => {
5541             '1' => q(masculine),
5542             'name' => q(litres),
5543             'one' => q({0} litre),
5544             'other' => q({0} litres),
5545             'per' => q({0} par litre),
5546             },
5547             # Long Unit Identifier
5548             'volume-megaliter' => {
5549             '1' => q(masculine),
5550             'name' => q(mégalitres),
5551             'one' => q({0} mégalitre),
5552             'other' => q({0} mégalitres),
5553             },
5554             # Core Unit Identifier
5555             'megaliter' => {
5556             '1' => q(masculine),
5557             'name' => q(mégalitres),
5558             'one' => q({0} mégalitre),
5559             'other' => q({0} mégalitres),
5560             },
5561             # Long Unit Identifier
5562             'volume-milliliter' => {
5563             '1' => q(masculine),
5564             'name' => q(millilitres),
5565             'one' => q({0} millilitre),
5566             'other' => q({0} millilitres),
5567             },
5568             # Core Unit Identifier
5569             'milliliter' => {
5570             '1' => q(masculine),
5571             'name' => q(millilitres),
5572             'one' => q({0} millilitre),
5573             'other' => q({0} millilitres),
5574             },
5575             # Long Unit Identifier
5576             'volume-pinch' => {
5577             '1' => q(feminine),
5578             'name' => q(pincées),
5579             },
5580             # Core Unit Identifier
5581             'pinch' => {
5582             '1' => q(feminine),
5583             'name' => q(pincées),
5584             },
5585             # Long Unit Identifier
5586             'volume-pint' => {
5587             '1' => q(feminine),
5588             'name' => q(pintes),
5589             'one' => q({0} pinte),
5590             'other' => q({0} pintes),
5591             },
5592             # Core Unit Identifier
5593             'pint' => {
5594             '1' => q(feminine),
5595             'name' => q(pintes),
5596             'one' => q({0} pinte),
5597             'other' => q({0} pintes),
5598             },
5599             # Long Unit Identifier
5600             'volume-pint-metric' => {
5601             '1' => q(feminine),
5602             'name' => q(pintes métriques),
5603             'one' => q({0} pinte métrique),
5604             'other' => q({0} pintes métriques),
5605             },
5606             # Core Unit Identifier
5607             'pint-metric' => {
5608             '1' => q(feminine),
5609             'name' => q(pintes métriques),
5610             'one' => q({0} pinte métrique),
5611             'other' => q({0} pintes métriques),
5612             },
5613             # Long Unit Identifier
5614             'volume-quart' => {
5615             '1' => q(masculine),
5616             'name' => q(quarts),
5617             'one' => q({0} quart),
5618             'other' => q({0} quarts),
5619             },
5620             # Core Unit Identifier
5621             'quart' => {
5622             '1' => q(masculine),
5623             'name' => q(quarts),
5624             'one' => q({0} quart),
5625             'other' => q({0} quarts),
5626             },
5627             # Long Unit Identifier
5628             'volume-quart-imperial' => {
5629             '1' => q(masculine),
5630             'name' => q(quarts impériaux),
5631             'one' => q({0} quart impérial),
5632             'other' => q({0} quarts impériaux),
5633             },
5634             # Core Unit Identifier
5635             'quart-imperial' => {
5636             '1' => q(masculine),
5637             'name' => q(quarts impériaux),
5638             'one' => q({0} quart impérial),
5639             'other' => q({0} quarts impériaux),
5640             },
5641             # Long Unit Identifier
5642             'volume-tablespoon' => {
5643             '1' => q(feminine),
5644             'name' => q(cuillères à soupe),
5645             'one' => q({0} cuillère à soupe),
5646             'other' => q({0} cuillères à soupe),
5647             },
5648             # Core Unit Identifier
5649             'tablespoon' => {
5650             '1' => q(feminine),
5651             'name' => q(cuillères à soupe),
5652             'one' => q({0} cuillère à soupe),
5653             'other' => q({0} cuillères à soupe),
5654             },
5655             # Long Unit Identifier
5656             'volume-teaspoon' => {
5657             '1' => q(feminine),
5658             'name' => q(cuillères à café),
5659             'one' => q({0} cuillère à café),
5660             'other' => q({0} cuillères à café),
5661             },
5662             # Core Unit Identifier
5663             'teaspoon' => {
5664             '1' => q(feminine),
5665             'name' => q(cuillères à café),
5666             'one' => q({0} cuillère à café),
5667             'other' => q({0} cuillères à café),
5668             },
5669             },
5670             'narrow' => {
5671             # Long Unit Identifier
5672             'acceleration-g-force' => {
5673             'name' => q(G),
5674             },
5675             # Core Unit Identifier
5676             'g-force' => {
5677             'name' => q(G),
5678             },
5679             # Long Unit Identifier
5680             'acceleration-meter-per-square-second' => {
5681             'one' => q({0}m/s²),
5682             'other' => q({0}m/s²),
5683             },
5684             # Core Unit Identifier
5685             'meter-per-square-second' => {
5686             'one' => q({0}m/s²),
5687             'other' => q({0}m/s²),
5688             },
5689             # Long Unit Identifier
5690             'angle-radian' => {
5691             'one' => q({0} rad),
5692             'other' => q({0} rad),
5693             },
5694             # Core Unit Identifier
5695             'radian' => {
5696             'one' => q({0} rad),
5697             'other' => q({0} rad),
5698             },
5699             # Long Unit Identifier
5700             'angle-revolution' => {
5701             'one' => q({0}tr),
5702             'other' => q({0}tr),
5703             },
5704             # Core Unit Identifier
5705             'revolution' => {
5706             'one' => q({0}tr),
5707             'other' => q({0}tr),
5708             },
5709             # Long Unit Identifier
5710             'area-acre' => {
5711             'one' => q({0}ac),
5712             'other' => q({0}ac),
5713             },
5714             # Core Unit Identifier
5715             'acre' => {
5716             'one' => q({0}ac),
5717             'other' => q({0}ac),
5718             },
5719             # Long Unit Identifier
5720             'area-dunam' => {
5721             'one' => q({0}dounam),
5722             'other' => q({0}dounams),
5723             },
5724             # Core Unit Identifier
5725             'dunam' => {
5726             'one' => q({0}dounam),
5727             'other' => q({0}dounams),
5728             },
5729             # Long Unit Identifier
5730             'area-hectare' => {
5731             'one' => q({0}ha),
5732             'other' => q({0}ha),
5733             },
5734             # Core Unit Identifier
5735             'hectare' => {
5736             'one' => q({0}ha),
5737             'other' => q({0}ha),
5738             },
5739             # Long Unit Identifier
5740             'area-square-centimeter' => {
5741             'one' => q({0}cm²),
5742             'other' => q({0}cm²),
5743             },
5744             # Core Unit Identifier
5745             'square-centimeter' => {
5746             'one' => q({0}cm²),
5747             'other' => q({0}cm²),
5748             },
5749             # Long Unit Identifier
5750             'area-square-foot' => {
5751             'one' => q({0}pi²),
5752             'other' => q({0}pi²),
5753             },
5754             # Core Unit Identifier
5755             'square-foot' => {
5756             'one' => q({0}pi²),
5757             'other' => q({0}pi²),
5758             },
5759             # Long Unit Identifier
5760             'area-square-inch' => {
5761             'one' => q({0}po²),
5762             'other' => q({0}po²),
5763             },
5764             # Core Unit Identifier
5765             'square-inch' => {
5766             'one' => q({0}po²),
5767             'other' => q({0}po²),
5768             },
5769             # Long Unit Identifier
5770             'area-square-kilometer' => {
5771             'one' => q({0}km²),
5772             'other' => q({0}km²),
5773             },
5774             # Core Unit Identifier
5775             'square-kilometer' => {
5776             'one' => q({0}km²),
5777             'other' => q({0}km²),
5778             },
5779             # Long Unit Identifier
5780             'area-square-meter' => {
5781             'one' => q({0}m²),
5782             'other' => q({0}m²),
5783             },
5784             # Core Unit Identifier
5785             'square-meter' => {
5786             'one' => q({0}m²),
5787             'other' => q({0}m²),
5788             },
5789             # Long Unit Identifier
5790             'area-square-mile' => {
5791             'one' => q({0}mi²),
5792             'other' => q({0}mi²),
5793             },
5794             # Core Unit Identifier
5795             'square-mile' => {
5796             'one' => q({0}mi²),
5797             'other' => q({0}mi²),
5798             },
5799             # Long Unit Identifier
5800             'area-square-yard' => {
5801             'one' => q({0}yd²),
5802             'other' => q({0}yd²),
5803             },
5804             # Core Unit Identifier
5805             'square-yard' => {
5806             'one' => q({0}yd²),
5807             'other' => q({0}yd²),
5808             },
5809             # Long Unit Identifier
5810             'concentr-item' => {
5811             'one' => q({0}item),
5812             'other' => q({0}items),
5813             },
5814             # Core Unit Identifier
5815             'item' => {
5816             'one' => q({0}item),
5817             'other' => q({0}items),
5818             },
5819             # Long Unit Identifier
5820             'concentr-karat' => {
5821             'one' => q({0}ct),
5822             'other' => q({0}ct),
5823             },
5824             # Core Unit Identifier
5825             'karat' => {
5826             'one' => q({0}ct),
5827             'other' => q({0}ct),
5828             },
5829             # Long Unit Identifier
5830             'concentr-milligram-ofglucose-per-deciliter' => {
5831             'one' => q({0}mg/dl),
5832             'other' => q({0}mg/dl),
5833             },
5834             # Core Unit Identifier
5835             'milligram-ofglucose-per-deciliter' => {
5836             'one' => q({0}mg/dl),
5837             'other' => q({0}mg/dl),
5838             },
5839             # Long Unit Identifier
5840             'concentr-millimole-per-liter' => {
5841             'one' => q({0}mmol/l),
5842             'other' => q({0}mmol/l),
5843             },
5844             # Core Unit Identifier
5845             'millimole-per-liter' => {
5846             'one' => q({0}mmol/l),
5847             'other' => q({0}mmol/l),
5848             },
5849             # Long Unit Identifier
5850             'concentr-mole' => {
5851             'one' => q({0}mol),
5852             'other' => q({0}mol),
5853             },
5854             # Core Unit Identifier
5855             'mole' => {
5856             'one' => q({0}mol),
5857             'other' => q({0}mol),
5858             },
5859             # Long Unit Identifier
5860             'concentr-permille' => {
5861             'one' => q({0}‰),
5862             'other' => q({0}‰),
5863             },
5864             # Core Unit Identifier
5865             'permille' => {
5866             'one' => q({0}‰),
5867             'other' => q({0}‰),
5868             },
5869             # Long Unit Identifier
5870             'concentr-permillion' => {
5871             'one' => q({0}ppm),
5872             'other' => q({0}ppm),
5873             },
5874             # Core Unit Identifier
5875             'permillion' => {
5876             'one' => q({0}ppm),
5877             'other' => q({0}ppm),
5878             },
5879             # Long Unit Identifier
5880             'concentr-permyriad' => {
5881             'one' => q({0}‱),
5882             'other' => q({0}‱),
5883             },
5884             # Core Unit Identifier
5885             'permyriad' => {
5886             'one' => q({0}‱),
5887             'other' => q({0}‱),
5888             },
5889             # Long Unit Identifier
5890             'concentr-portion-per-1e9' => {
5891             'one' => q({0}ppb),
5892             'other' => q({0}ppb),
5893             },
5894             # Core Unit Identifier
5895             'portion-per-1e9' => {
5896             'one' => q({0}ppb),
5897             'other' => q({0}ppb),
5898             },
5899             # Long Unit Identifier
5900             'consumption-liter-per-100-kilometer' => {
5901             'name' => q(l/100km),
5902             'one' => q({0}l/100km),
5903             'other' => q({0}l/100km),
5904             },
5905             # Core Unit Identifier
5906             'liter-per-100-kilometer' => {
5907             'name' => q(l/100km),
5908             'one' => q({0}l/100km),
5909             'other' => q({0}l/100km),
5910             },
5911             # Long Unit Identifier
5912             'consumption-liter-per-kilometer' => {
5913             'one' => q({0}l/km),
5914             'other' => q({0}l/km),
5915             },
5916             # Core Unit Identifier
5917             'liter-per-kilometer' => {
5918             'one' => q({0}l/km),
5919             'other' => q({0}l/km),
5920             },
5921             # Long Unit Identifier
5922             'consumption-mile-per-gallon' => {
5923             'one' => q({0}mi/gal),
5924             'other' => q({0}mi/gal),
5925             },
5926             # Core Unit Identifier
5927             'mile-per-gallon' => {
5928             'one' => q({0}mi/gal),
5929             'other' => q({0}mi/gal),
5930             },
5931             # Long Unit Identifier
5932             'consumption-mile-per-gallon-imperial' => {
5933             'one' => q({0}mi/gal imp.),
5934             'other' => q({0}mi/gal imp.),
5935             },
5936             # Core Unit Identifier
5937             'mile-per-gallon-imperial' => {
5938             'one' => q({0}mi/gal imp.),
5939             'other' => q({0}mi/gal imp.),
5940             },
5941             # Long Unit Identifier
5942             'coordinate' => {
5943             'east' => q({0}E),
5944             'north' => q({0}N),
5945             'south' => q({0}S),
5946             'west' => q({0}O),
5947             },
5948             # Core Unit Identifier
5949             'coordinate' => {
5950             'east' => q({0}E),
5951             'north' => q({0}N),
5952             'south' => q({0}S),
5953             'west' => q({0}O),
5954             },
5955             # Long Unit Identifier
5956             'digital-bit' => {
5957             'one' => q({0}bit),
5958             'other' => q({0}bit),
5959             },
5960             # Core Unit Identifier
5961             'bit' => {
5962             'one' => q({0}bit),
5963             'other' => q({0}bit),
5964             },
5965             # Long Unit Identifier
5966             'digital-byte' => {
5967             'name' => q(o),
5968             'one' => q({0}o),
5969             'other' => q({0}o),
5970             },
5971             # Core Unit Identifier
5972             'byte' => {
5973             'name' => q(o),
5974             'one' => q({0}o),
5975             'other' => q({0}o),
5976             },
5977             # Long Unit Identifier
5978             'digital-gigabit' => {
5979             'one' => q({0}Gbit),
5980             'other' => q({0}Gbit),
5981             },
5982             # Core Unit Identifier
5983             'gigabit' => {
5984             'one' => q({0}Gbit),
5985             'other' => q({0}Gbit),
5986             },
5987             # Long Unit Identifier
5988             'digital-gigabyte' => {
5989             'one' => q({0}Go),
5990             'other' => q({0}Go),
5991             },
5992             # Core Unit Identifier
5993             'gigabyte' => {
5994             'one' => q({0}Go),
5995             'other' => q({0}Go),
5996             },
5997             # Long Unit Identifier
5998             'digital-kilobit' => {
5999             'one' => q({0}kbit),
6000             'other' => q({0}kbit),
6001             },
6002             # Core Unit Identifier
6003             'kilobit' => {
6004             'one' => q({0}kbit),
6005             'other' => q({0}kbit),
6006             },
6007             # Long Unit Identifier
6008             'digital-kilobyte' => {
6009             'one' => q({0}ko),
6010             'other' => q({0}ko),
6011             },
6012             # Core Unit Identifier
6013             'kilobyte' => {
6014             'one' => q({0}ko),
6015             'other' => q({0}ko),
6016             },
6017             # Long Unit Identifier
6018             'digital-megabit' => {
6019             'one' => q({0}Mbit),
6020             'other' => q({0}Mbit),
6021             },
6022             # Core Unit Identifier
6023             'megabit' => {
6024             'one' => q({0}Mbit),
6025             'other' => q({0}Mbit),
6026             },
6027             # Long Unit Identifier
6028             'digital-megabyte' => {
6029             'one' => q({0}Mo),
6030             'other' => q({0}Mo),
6031             },
6032             # Core Unit Identifier
6033             'megabyte' => {
6034             'one' => q({0}Mo),
6035             'other' => q({0}Mo),
6036             },
6037             # Long Unit Identifier
6038             'digital-petabyte' => {
6039             'one' => q({0}Po),
6040             'other' => q({0}Po),
6041             },
6042             # Core Unit Identifier
6043             'petabyte' => {
6044             'one' => q({0}Po),
6045             'other' => q({0}Po),
6046             },
6047             # Long Unit Identifier
6048             'digital-terabit' => {
6049             'one' => q({0}Tbit),
6050             'other' => q({0}Tbit),
6051             },
6052             # Core Unit Identifier
6053             'terabit' => {
6054             'one' => q({0}Tbit),
6055             'other' => q({0}Tbit),
6056             },
6057             # Long Unit Identifier
6058             'digital-terabyte' => {
6059             'one' => q({0}To),
6060             'other' => q({0}To),
6061             },
6062             # Core Unit Identifier
6063             'terabyte' => {
6064             'one' => q({0}To),
6065             'other' => q({0}To),
6066             },
6067             # Long Unit Identifier
6068             'duration-century' => {
6069             'one' => q({0}s.),
6070             'other' => q({0}s.),
6071             },
6072             # Core Unit Identifier
6073             'century' => {
6074             'one' => q({0}s.),
6075             'other' => q({0}s.),
6076             },
6077             # Long Unit Identifier
6078             'duration-day' => {
6079             'one' => q({0}j),
6080             'other' => q({0}j),
6081             },
6082             # Core Unit Identifier
6083             'day' => {
6084             'one' => q({0}j),
6085             'other' => q({0}j),
6086             },
6087             # Long Unit Identifier
6088             'duration-decade' => {
6089             'name' => q(déc.),
6090             'one' => q({0}déc.),
6091             'other' => q({0}déc.),
6092             },
6093             # Core Unit Identifier
6094             'decade' => {
6095             'name' => q(déc.),
6096             'one' => q({0}déc.),
6097             'other' => q({0}déc.),
6098             },
6099             # Long Unit Identifier
6100             'duration-hour' => {
6101             'one' => q({0}h),
6102             'other' => q({0}h),
6103             },
6104             # Core Unit Identifier
6105             'hour' => {
6106             'one' => q({0}h),
6107             'other' => q({0}h),
6108             },
6109             # Long Unit Identifier
6110             'duration-microsecond' => {
6111             'one' => q({0}μs),
6112             'other' => q({0}μs),
6113             },
6114             # Core Unit Identifier
6115             'microsecond' => {
6116             'one' => q({0}μs),
6117             'other' => q({0}μs),
6118             },
6119             # Long Unit Identifier
6120             'duration-millisecond' => {
6121             'one' => q({0}ms),
6122             'other' => q({0}ms),
6123             },
6124             # Core Unit Identifier
6125             'millisecond' => {
6126             'one' => q({0}ms),
6127             'other' => q({0}ms),
6128             },
6129             # Long Unit Identifier
6130             'duration-minute' => {
6131             'one' => q({0}min),
6132             'other' => q({0}min),
6133             },
6134             # Core Unit Identifier
6135             'minute' => {
6136             'one' => q({0}min),
6137             'other' => q({0}min),
6138             },
6139             # Long Unit Identifier
6140             'duration-month' => {
6141             'one' => q({0}m.),
6142             'other' => q({0}m.),
6143             },
6144             # Core Unit Identifier
6145             'month' => {
6146             'one' => q({0}m.),
6147             'other' => q({0}m.),
6148             },
6149             # Long Unit Identifier
6150             'duration-nanosecond' => {
6151             'one' => q({0}ns),
6152             'other' => q({0}ns),
6153             },
6154             # Core Unit Identifier
6155             'nanosecond' => {
6156             'one' => q({0}ns),
6157             'other' => q({0}ns),
6158             },
6159             # Long Unit Identifier
6160             'duration-night' => {
6161             'name' => q(nuits),
6162             'one' => q({0}nuit),
6163             'other' => q({0}nuits),
6164             'per' => q({0}/nuit),
6165             },
6166             # Core Unit Identifier
6167             'night' => {
6168             'name' => q(nuits),
6169             'one' => q({0}nuit),
6170             'other' => q({0}nuits),
6171             'per' => q({0}/nuit),
6172             },
6173             # Long Unit Identifier
6174             'duration-quarter' => {
6175             'name' => q(T),
6176             'one' => q({0} T),
6177             'other' => q({0} T),
6178             'per' => q({0}/T),
6179             },
6180             # Core Unit Identifier
6181             'quarter' => {
6182             'name' => q(T),
6183             'one' => q({0} T),
6184             'other' => q({0} T),
6185             'per' => q({0}/T),
6186             },
6187             # Long Unit Identifier
6188             'duration-second' => {
6189             'one' => q({0}s),
6190             'other' => q({0}s),
6191             },
6192             # Core Unit Identifier
6193             'second' => {
6194             'one' => q({0}s),
6195             'other' => q({0}s),
6196             },
6197             # Long Unit Identifier
6198             'duration-week' => {
6199             'one' => q({0}sem.),
6200             'other' => q({0}sem.),
6201             },
6202             # Core Unit Identifier
6203             'week' => {
6204             'one' => q({0}sem.),
6205             'other' => q({0}sem.),
6206             },
6207             # Long Unit Identifier
6208             'duration-year' => {
6209             'name' => q(a),
6210             'one' => q({0}a),
6211             'other' => q({0}a),
6212             'per' => q({0}/a),
6213             },
6214             # Core Unit Identifier
6215             'year' => {
6216             'name' => q(a),
6217             'one' => q({0}a),
6218             'other' => q({0}a),
6219             'per' => q({0}/a),
6220             },
6221             # Long Unit Identifier
6222             'electric-ampere' => {
6223             'one' => q({0}A),
6224             'other' => q({0}A),
6225             },
6226             # Core Unit Identifier
6227             'ampere' => {
6228             'one' => q({0}A),
6229             'other' => q({0}A),
6230             },
6231             # Long Unit Identifier
6232             'electric-milliampere' => {
6233             'one' => q({0}mA),
6234             'other' => q({0}mA),
6235             },
6236             # Core Unit Identifier
6237             'milliampere' => {
6238             'one' => q({0}mA),
6239             'other' => q({0}mA),
6240             },
6241             # Long Unit Identifier
6242             'electric-ohm' => {
6243             'one' => q({0}Ω),
6244             'other' => q({0}Ω),
6245             },
6246             # Core Unit Identifier
6247             'ohm' => {
6248             'one' => q({0}Ω),
6249             'other' => q({0}Ω),
6250             },
6251             # Long Unit Identifier
6252             'electric-volt' => {
6253             'one' => q({0}V),
6254             'other' => q({0}V),
6255             },
6256             # Core Unit Identifier
6257             'volt' => {
6258             'one' => q({0}V),
6259             'other' => q({0}V),
6260             },
6261             # Long Unit Identifier
6262             'energy-british-thermal-unit' => {
6263             'one' => q({0}Btu),
6264             'other' => q({0}Btu),
6265             },
6266             # Core Unit Identifier
6267             'british-thermal-unit' => {
6268             'one' => q({0}Btu),
6269             'other' => q({0}Btu),
6270             },
6271             # Long Unit Identifier
6272             'energy-calorie' => {
6273             'one' => q({0}cal),
6274             'other' => q({0}cal),
6275             },
6276             # Core Unit Identifier
6277             'calorie' => {
6278             'one' => q({0}cal),
6279             'other' => q({0}cal),
6280             },
6281             # Long Unit Identifier
6282             'energy-electronvolt' => {
6283             'one' => q({0}eV),
6284             'other' => q({0}eV),
6285             },
6286             # Core Unit Identifier
6287             'electronvolt' => {
6288             'one' => q({0}eV),
6289             'other' => q({0}eV),
6290             },
6291             # Long Unit Identifier
6292             'energy-foodcalorie' => {
6293             'one' => q({0}kcal),
6294             'other' => q({0}kcal),
6295             },
6296             # Core Unit Identifier
6297             'foodcalorie' => {
6298             'one' => q({0}kcal),
6299             'other' => q({0}kcal),
6300             },
6301             # Long Unit Identifier
6302             'energy-joule' => {
6303             'one' => q({0}J),
6304             'other' => q({0}J),
6305             },
6306             # Core Unit Identifier
6307             'joule' => {
6308             'one' => q({0}J),
6309             'other' => q({0}J),
6310             },
6311             # Long Unit Identifier
6312             'energy-kilocalorie' => {
6313             'one' => q({0}kcal),
6314             'other' => q({0}kcal),
6315             },
6316             # Core Unit Identifier
6317             'kilocalorie' => {
6318             'one' => q({0}kcal),
6319             'other' => q({0}kcal),
6320             },
6321             # Long Unit Identifier
6322             'energy-kilojoule' => {
6323             'one' => q({0}kJ),
6324             'other' => q({0}kJ),
6325             },
6326             # Core Unit Identifier
6327             'kilojoule' => {
6328             'one' => q({0}kJ),
6329             'other' => q({0}kJ),
6330             },
6331             # Long Unit Identifier
6332             'energy-kilowatt-hour' => {
6333             'one' => q({0}kWh),
6334             'other' => q({0}kWh),
6335             },
6336             # Core Unit Identifier
6337             'kilowatt-hour' => {
6338             'one' => q({0}kWh),
6339             'other' => q({0}kWh),
6340             },
6341             # Long Unit Identifier
6342             'energy-therm-us' => {
6343             'name' => q(thm US),
6344             'one' => q({0}thm US),
6345             'other' => q({0}thm US),
6346             },
6347             # Core Unit Identifier
6348             'therm-us' => {
6349             'name' => q(thm US),
6350             'one' => q({0}thm US),
6351             'other' => q({0}thm US),
6352             },
6353             # Long Unit Identifier
6354             'force-kilowatt-hour-per-100-kilometer' => {
6355             'one' => q({0}kWh/100km),
6356             'other' => q({0}kWh/100km),
6357             },
6358             # Core Unit Identifier
6359             'kilowatt-hour-per-100-kilometer' => {
6360             'one' => q({0}kWh/100km),
6361             'other' => q({0}kWh/100km),
6362             },
6363             # Long Unit Identifier
6364             'force-newton' => {
6365             'one' => q({0}N),
6366             'other' => q({0}N),
6367             },
6368             # Core Unit Identifier
6369             'newton' => {
6370             'one' => q({0}N),
6371             'other' => q({0}N),
6372             },
6373             # Long Unit Identifier
6374             'force-pound-force' => {
6375             'one' => q({0}lbf),
6376             'other' => q({0}lbf),
6377             },
6378             # Core Unit Identifier
6379             'pound-force' => {
6380             'one' => q({0}lbf),
6381             'other' => q({0}lbf),
6382             },
6383             # Long Unit Identifier
6384             'frequency-gigahertz' => {
6385             'one' => q({0}GHz),
6386             'other' => q({0}GHz),
6387             },
6388             # Core Unit Identifier
6389             'gigahertz' => {
6390             'one' => q({0}GHz),
6391             'other' => q({0}GHz),
6392             },
6393             # Long Unit Identifier
6394             'frequency-hertz' => {
6395             'one' => q({0}Hz),
6396             'other' => q({0}Hz),
6397             },
6398             # Core Unit Identifier
6399             'hertz' => {
6400             'one' => q({0}Hz),
6401             'other' => q({0}Hz),
6402             },
6403             # Long Unit Identifier
6404             'frequency-kilohertz' => {
6405             'one' => q({0}kHz),
6406             'other' => q({0}kHz),
6407             },
6408             # Core Unit Identifier
6409             'kilohertz' => {
6410             'one' => q({0}kHz),
6411             'other' => q({0}kHz),
6412             },
6413             # Long Unit Identifier
6414             'frequency-megahertz' => {
6415             'one' => q({0}MHz),
6416             'other' => q({0}MHz),
6417             },
6418             # Core Unit Identifier
6419             'megahertz' => {
6420             'one' => q({0}MHz),
6421             'other' => q({0}MHz),
6422             },
6423             # Long Unit Identifier
6424             'graphics-dot' => {
6425             'one' => q({0}pt),
6426             'other' => q({0}pt),
6427             },
6428             # Core Unit Identifier
6429             'dot' => {
6430             'one' => q({0}pt),
6431             'other' => q({0}pt),
6432             },
6433             # Long Unit Identifier
6434             'graphics-dot-per-centimeter' => {
6435             'one' => q({0}pt/cm),
6436             'other' => q({0}pt/cm),
6437             },
6438             # Core Unit Identifier
6439             'dot-per-centimeter' => {
6440             'one' => q({0}pt/cm),
6441             'other' => q({0}pt/cm),
6442             },
6443             # Long Unit Identifier
6444             'graphics-dot-per-inch' => {
6445             'one' => q({0}pt/po),
6446             'other' => q({0}pt/po),
6447             },
6448             # Core Unit Identifier
6449             'dot-per-inch' => {
6450             'one' => q({0}pt/po),
6451             'other' => q({0}pt/po),
6452             },
6453             # Long Unit Identifier
6454             'graphics-em' => {
6455             'one' => q({0}em),
6456             'other' => q({0}em),
6457             },
6458             # Core Unit Identifier
6459             'em' => {
6460             'one' => q({0}em),
6461             'other' => q({0}em),
6462             },
6463             # Long Unit Identifier
6464             'graphics-megapixel' => {
6465             'one' => q({0}Mpx),
6466             'other' => q({0}Mpx),
6467             },
6468             # Core Unit Identifier
6469             'megapixel' => {
6470             'one' => q({0}Mpx),
6471             'other' => q({0}Mpx),
6472             },
6473             # Long Unit Identifier
6474             'graphics-pixel' => {
6475             'one' => q({0}px),
6476             'other' => q({0}px),
6477             },
6478             # Core Unit Identifier
6479             'pixel' => {
6480             'one' => q({0}px),
6481             'other' => q({0}px),
6482             },
6483             # Long Unit Identifier
6484             'graphics-pixel-per-centimeter' => {
6485             'one' => q({0}px/cm),
6486             'other' => q({0}px/cm),
6487             },
6488             # Core Unit Identifier
6489             'pixel-per-centimeter' => {
6490             'one' => q({0}px/cm),
6491             'other' => q({0}px/cm),
6492             },
6493             # Long Unit Identifier
6494             'graphics-pixel-per-inch' => {
6495             'one' => q({0}px/po),
6496             'other' => q({0}px/po),
6497             },
6498             # Core Unit Identifier
6499             'pixel-per-inch' => {
6500             'one' => q({0}px/po),
6501             'other' => q({0}px/po),
6502             },
6503             # Long Unit Identifier
6504             'length-astronomical-unit' => {
6505             'one' => q({0}ua),
6506             'other' => q({0}ua),
6507             },
6508             # Core Unit Identifier
6509             'astronomical-unit' => {
6510             'one' => q({0}ua),
6511             'other' => q({0}ua),
6512             },
6513             # Long Unit Identifier
6514             'length-centimeter' => {
6515             'one' => q({0}cm),
6516             'other' => q({0}cm),
6517             },
6518             # Core Unit Identifier
6519             'centimeter' => {
6520             'one' => q({0}cm),
6521             'other' => q({0}cm),
6522             },
6523             # Long Unit Identifier
6524             'length-foot' => {
6525             'one' => q({0}′),
6526             'other' => q({0}′),
6527             },
6528             # Core Unit Identifier
6529             'foot' => {
6530             'one' => q({0}′),
6531             'other' => q({0}′),
6532             },
6533             # Long Unit Identifier
6534             'length-inch' => {
6535             'one' => q({0}″),
6536             'other' => q({0}″),
6537             },
6538             # Core Unit Identifier
6539             'inch' => {
6540             'one' => q({0}″),
6541             'other' => q({0}″),
6542             },
6543             # Long Unit Identifier
6544             'length-kilometer' => {
6545             'one' => q({0}km),
6546             'other' => q({0}km),
6547             },
6548             # Core Unit Identifier
6549             'kilometer' => {
6550             'one' => q({0}km),
6551             'other' => q({0}km),
6552             },
6553             # Long Unit Identifier
6554             'length-meter' => {
6555             'one' => q({0}m),
6556             'other' => q({0}m),
6557             },
6558             # Core Unit Identifier
6559             'meter' => {
6560             'one' => q({0}m),
6561             'other' => q({0}m),
6562             },
6563             # Long Unit Identifier
6564             'length-mile' => {
6565             'one' => q({0}mi),
6566             'other' => q({0}mi),
6567             },
6568             # Core Unit Identifier
6569             'mile' => {
6570             'one' => q({0}mi),
6571             'other' => q({0}mi),
6572             },
6573             # Long Unit Identifier
6574             'length-millimeter' => {
6575             'one' => q({0}mm),
6576             'other' => q({0}mm),
6577             },
6578             # Core Unit Identifier
6579             'millimeter' => {
6580             'one' => q({0}mm),
6581             'other' => q({0}mm),
6582             },
6583             # Long Unit Identifier
6584             'length-picometer' => {
6585             'one' => q({0}pm),
6586             'other' => q({0}pm),
6587             },
6588             # Core Unit Identifier
6589             'picometer' => {
6590             'one' => q({0}pm),
6591             'other' => q({0}pm),
6592             },
6593             # Long Unit Identifier
6594             'length-solar-radius' => {
6595             'one' => q({0}R☉),
6596             'other' => q({0}R☉),
6597             },
6598             # Core Unit Identifier
6599             'solar-radius' => {
6600             'one' => q({0}R☉),
6601             'other' => q({0}R☉),
6602             },
6603             # Long Unit Identifier
6604             'length-yard' => {
6605             'one' => q({0}yd),
6606             'other' => q({0}yd),
6607             },
6608             # Core Unit Identifier
6609             'yard' => {
6610             'one' => q({0}yd),
6611             'other' => q({0}yd),
6612             },
6613             # Long Unit Identifier
6614             'light-candela' => {
6615             'one' => q({0}cd),
6616             'other' => q({0}cd),
6617             },
6618             # Core Unit Identifier
6619             'candela' => {
6620             'one' => q({0}cd),
6621             'other' => q({0}cd),
6622             },
6623             # Long Unit Identifier
6624             'light-lumen' => {
6625             'one' => q({0}lm),
6626             'other' => q({0}lm),
6627             },
6628             # Core Unit Identifier
6629             'lumen' => {
6630             'one' => q({0}lm),
6631             'other' => q({0}lm),
6632             },
6633             # Long Unit Identifier
6634             'light-lux' => {
6635             'one' => q({0}lx),
6636             'other' => q({0}lx),
6637             },
6638             # Core Unit Identifier
6639             'lux' => {
6640             'one' => q({0}lx),
6641             'other' => q({0}lx),
6642             },
6643             # Long Unit Identifier
6644             'light-solar-luminosity' => {
6645             'one' => q({0}L☉),
6646             'other' => q({0}L☉),
6647             },
6648             # Core Unit Identifier
6649             'solar-luminosity' => {
6650             'one' => q({0}L☉),
6651             'other' => q({0}L☉),
6652             },
6653             # Long Unit Identifier
6654             'mass-carat' => {
6655             'one' => q({0}ct),
6656             'other' => q({0}ct),
6657             },
6658             # Core Unit Identifier
6659             'carat' => {
6660             'one' => q({0}ct),
6661             'other' => q({0}ct),
6662             },
6663             # Long Unit Identifier
6664             'mass-dalton' => {
6665             'one' => q({0}Da),
6666             'other' => q({0}Da),
6667             },
6668             # Core Unit Identifier
6669             'dalton' => {
6670             'one' => q({0}Da),
6671             'other' => q({0}Da),
6672             },
6673             # Long Unit Identifier
6674             'mass-earth-mass' => {
6675             'one' => q({0}M⊕),
6676             'other' => q({0}M⊕),
6677             },
6678             # Core Unit Identifier
6679             'earth-mass' => {
6680             'one' => q({0}M⊕),
6681             'other' => q({0}M⊕),
6682             },
6683             # Long Unit Identifier
6684             'mass-grain' => {
6685             'one' => q({0} grain),
6686             'other' => q({0} grains),
6687             },
6688             # Core Unit Identifier
6689             'grain' => {
6690             'one' => q({0} grain),
6691             'other' => q({0} grains),
6692             },
6693             # Long Unit Identifier
6694             'mass-gram' => {
6695             'one' => q({0}g),
6696             'other' => q({0}g),
6697             },
6698             # Core Unit Identifier
6699             'gram' => {
6700             'one' => q({0}g),
6701             'other' => q({0}g),
6702             },
6703             # Long Unit Identifier
6704             'mass-kilogram' => {
6705             'one' => q({0}kg),
6706             'other' => q({0}kg),
6707             },
6708             # Core Unit Identifier
6709             'kilogram' => {
6710             'one' => q({0}kg),
6711             'other' => q({0}kg),
6712             },
6713             # Long Unit Identifier
6714             'mass-microgram' => {
6715             'one' => q({0}μg),
6716             'other' => q({0}μg),
6717             },
6718             # Core Unit Identifier
6719             'microgram' => {
6720             'one' => q({0}μg),
6721             'other' => q({0}μg),
6722             },
6723             # Long Unit Identifier
6724             'mass-milligram' => {
6725             'one' => q({0}mg),
6726             'other' => q({0}mg),
6727             },
6728             # Core Unit Identifier
6729             'milligram' => {
6730             'one' => q({0}mg),
6731             'other' => q({0}mg),
6732             },
6733             # Long Unit Identifier
6734             'mass-ounce' => {
6735             'one' => q({0}oz),
6736             'other' => q({0}oz),
6737             },
6738             # Core Unit Identifier
6739             'ounce' => {
6740             'one' => q({0}oz),
6741             'other' => q({0}oz),
6742             },
6743             # Long Unit Identifier
6744             'mass-ounce-troy' => {
6745             'name' => q(oz t),
6746             'one' => q({0}oz t),
6747             'other' => q({0}oz t),
6748             },
6749             # Core Unit Identifier
6750             'ounce-troy' => {
6751             'name' => q(oz t),
6752             'one' => q({0}oz t),
6753             'other' => q({0}oz t),
6754             },
6755             # Long Unit Identifier
6756             'mass-pound' => {
6757             'one' => q({0}lb),
6758             'other' => q({0}lb),
6759             },
6760             # Core Unit Identifier
6761             'pound' => {
6762             'one' => q({0}lb),
6763             'other' => q({0}lb),
6764             },
6765             # Long Unit Identifier
6766             'mass-solar-mass' => {
6767             'one' => q({0}M☉),
6768             'other' => q({0}M☉),
6769             },
6770             # Core Unit Identifier
6771             'solar-mass' => {
6772             'one' => q({0}M☉),
6773             'other' => q({0}M☉),
6774             },
6775             # Long Unit Identifier
6776             'mass-ton' => {
6777             'one' => q({0} sh tn),
6778             'other' => q({0} sh tn),
6779             },
6780             # Core Unit Identifier
6781             'ton' => {
6782             'one' => q({0} sh tn),
6783             'other' => q({0} sh tn),
6784             },
6785             # Long Unit Identifier
6786             'mass-tonne' => {
6787             'one' => q({0}t),
6788             'other' => q({0}t),
6789             },
6790             # Core Unit Identifier
6791             'tonne' => {
6792             'one' => q({0}t),
6793             'other' => q({0}t),
6794             },
6795             # Long Unit Identifier
6796             'power-gigawatt' => {
6797             'one' => q({0}GW),
6798             'other' => q({0}GW),
6799             },
6800             # Core Unit Identifier
6801             'gigawatt' => {
6802             'one' => q({0}GW),
6803             'other' => q({0}GW),
6804             },
6805             # Long Unit Identifier
6806             'power-horsepower' => {
6807             'one' => q({0}ch),
6808             'other' => q({0}ch),
6809             },
6810             # Core Unit Identifier
6811             'horsepower' => {
6812             'one' => q({0}ch),
6813             'other' => q({0}ch),
6814             },
6815             # Long Unit Identifier
6816             'power-kilowatt' => {
6817             'one' => q({0}kW),
6818             'other' => q({0}kW),
6819             },
6820             # Core Unit Identifier
6821             'kilowatt' => {
6822             'one' => q({0}kW),
6823             'other' => q({0}kW),
6824             },
6825             # Long Unit Identifier
6826             'power-megawatt' => {
6827             'one' => q({0}MW),
6828             'other' => q({0}MW),
6829             },
6830             # Core Unit Identifier
6831             'megawatt' => {
6832             'one' => q({0}MW),
6833             'other' => q({0}MW),
6834             },
6835             # Long Unit Identifier
6836             'power-milliwatt' => {
6837             'one' => q({0}mW),
6838             'other' => q({0}mW),
6839             },
6840             # Core Unit Identifier
6841             'milliwatt' => {
6842             'one' => q({0}mW),
6843             'other' => q({0}mW),
6844             },
6845             # Long Unit Identifier
6846             'power-watt' => {
6847             'one' => q({0}W),
6848             'other' => q({0}W),
6849             },
6850             # Core Unit Identifier
6851             'watt' => {
6852             'one' => q({0}W),
6853             'other' => q({0}W),
6854             },
6855             # Long Unit Identifier
6856             'pressure-atmosphere' => {
6857             'one' => q({0}atm),
6858             'other' => q({0}atm),
6859             },
6860             # Core Unit Identifier
6861             'atmosphere' => {
6862             'one' => q({0}atm),
6863             'other' => q({0}atm),
6864             },
6865             # Long Unit Identifier
6866             'pressure-bar' => {
6867             'one' => q({0}bar),
6868             'other' => q({0}bar),
6869             },
6870             # Core Unit Identifier
6871             'bar' => {
6872             'one' => q({0}bar),
6873             'other' => q({0}bar),
6874             },
6875             # Long Unit Identifier
6876             'pressure-hectopascal' => {
6877             'one' => q({0}hPa),
6878             'other' => q({0}hPa),
6879             },
6880             # Core Unit Identifier
6881             'hectopascal' => {
6882             'one' => q({0}hPa),
6883             'other' => q({0}hPa),
6884             },
6885             # Long Unit Identifier
6886             'pressure-kilopascal' => {
6887             'one' => q({0}kPa),
6888             'other' => q({0}kPa),
6889             },
6890             # Core Unit Identifier
6891             'kilopascal' => {
6892             'one' => q({0}kPa),
6893             'other' => q({0}kPa),
6894             },
6895             # Long Unit Identifier
6896             'pressure-megapascal' => {
6897             'one' => q({0}MPa),
6898             'other' => q({0}MPa),
6899             },
6900             # Core Unit Identifier
6901             'megapascal' => {
6902             'one' => q({0}MPa),
6903             'other' => q({0}MPa),
6904             },
6905             # Long Unit Identifier
6906             'pressure-millibar' => {
6907             'one' => q({0}mbar),
6908             'other' => q({0}mbar),
6909             },
6910             # Core Unit Identifier
6911             'millibar' => {
6912             'one' => q({0}mbar),
6913             'other' => q({0}mbar),
6914             },
6915             # Long Unit Identifier
6916             'pressure-millimeter-ofhg' => {
6917             'one' => q({0} mmHg),
6918             'other' => q({0} mmHg),
6919             },
6920             # Core Unit Identifier
6921             'millimeter-ofhg' => {
6922             'one' => q({0} mmHg),
6923             'other' => q({0} mmHg),
6924             },
6925             # Long Unit Identifier
6926             'pressure-pascal' => {
6927             'one' => q({0}Pa),
6928             'other' => q({0}Pa),
6929             },
6930             # Core Unit Identifier
6931             'pascal' => {
6932             'one' => q({0}Pa),
6933             'other' => q({0}Pa),
6934             },
6935             # Long Unit Identifier
6936             'pressure-pound-force-per-square-inch' => {
6937             'one' => q({0} lb/po²),
6938             'other' => q({0} lb/po²),
6939             },
6940             # Core Unit Identifier
6941             'pound-force-per-square-inch' => {
6942             'one' => q({0} lb/po²),
6943             'other' => q({0} lb/po²),
6944             },
6945             # Long Unit Identifier
6946             'speed-beaufort' => {
6947             'one' => q({0}Bft),
6948             'other' => q({0}Bft),
6949             },
6950             # Core Unit Identifier
6951             'beaufort' => {
6952             'one' => q({0}Bft),
6953             'other' => q({0}Bft),
6954             },
6955             # Long Unit Identifier
6956             'speed-kilometer-per-hour' => {
6957             'one' => q({0}km/h),
6958             'other' => q({0}km/h),
6959             },
6960             # Core Unit Identifier
6961             'kilometer-per-hour' => {
6962             'one' => q({0}km/h),
6963             'other' => q({0}km/h),
6964             },
6965             # Long Unit Identifier
6966             'speed-knot' => {
6967             'one' => q({0} nd),
6968             'other' => q({0} nd),
6969             },
6970             # Core Unit Identifier
6971             'knot' => {
6972             'one' => q({0} nd),
6973             'other' => q({0} nd),
6974             },
6975             # Long Unit Identifier
6976             'speed-light-speed' => {
6977             'name' => q(lumière),
6978             'one' => q({0} lumière),
6979             'other' => q({0} lumière),
6980             },
6981             # Core Unit Identifier
6982             'light-speed' => {
6983             'name' => q(lumière),
6984             'one' => q({0} lumière),
6985             'other' => q({0} lumière),
6986             },
6987             # Long Unit Identifier
6988             'speed-meter-per-second' => {
6989             'one' => q({0} m/s),
6990             'other' => q({0}m/s),
6991             },
6992             # Core Unit Identifier
6993             'meter-per-second' => {
6994             'one' => q({0} m/s),
6995             'other' => q({0}m/s),
6996             },
6997             # Long Unit Identifier
6998             'temperature-celsius' => {
6999             'one' => q({0}°C),
7000             'other' => q({0}°C),
7001             },
7002             # Core Unit Identifier
7003             'celsius' => {
7004             'one' => q({0}°C),
7005             'other' => q({0}°C),
7006             },
7007             # Long Unit Identifier
7008             'temperature-fahrenheit' => {
7009             'one' => q({0}°F),
7010             'other' => q({0}°F),
7011             },
7012             # Core Unit Identifier
7013             'fahrenheit' => {
7014             'one' => q({0}°F),
7015             'other' => q({0}°F),
7016             },
7017             # Long Unit Identifier
7018             'temperature-kelvin' => {
7019             'one' => q({0}K),
7020             'other' => q({0}K),
7021             },
7022             # Core Unit Identifier
7023             'kelvin' => {
7024             'one' => q({0}K),
7025             'other' => q({0}K),
7026             },
7027             # Long Unit Identifier
7028             'torque-newton-meter' => {
7029             'one' => q({0}N⋅m),
7030             'other' => q({0}N⋅m),
7031             },
7032             # Core Unit Identifier
7033             'newton-meter' => {
7034             'one' => q({0}N⋅m),
7035             'other' => q({0}N⋅m),
7036             },
7037             # Long Unit Identifier
7038             'torque-pound-force-foot' => {
7039             'one' => q({0}lbf⋅ft),
7040             'other' => q({0}lbf⋅ft),
7041             },
7042             # Core Unit Identifier
7043             'pound-force-foot' => {
7044             'one' => q({0}lbf⋅ft),
7045             'other' => q({0}lbf⋅ft),
7046             },
7047             # Long Unit Identifier
7048             'volume-acre-foot' => {
7049             'name' => q(acpi),
7050             'one' => q({0}acpi),
7051             'other' => q({0}acpi),
7052             },
7053             # Core Unit Identifier
7054             'acre-foot' => {
7055             'name' => q(acpi),
7056             'one' => q({0}acpi),
7057             'other' => q({0}acpi),
7058             },
7059             # Long Unit Identifier
7060             'volume-barrel' => {
7061             'one' => q({0}bbl),
7062             'other' => q({0}bbl),
7063             },
7064             # Core Unit Identifier
7065             'barrel' => {
7066             'one' => q({0}bbl),
7067             'other' => q({0}bbl),
7068             },
7069             # Long Unit Identifier
7070             'volume-bushel' => {
7071             'one' => q({0}bu),
7072             'other' => q({0}bu),
7073             },
7074             # Core Unit Identifier
7075             'bushel' => {
7076             'one' => q({0}bu),
7077             'other' => q({0}bu),
7078             },
7079             # Long Unit Identifier
7080             'volume-centiliter' => {
7081             'one' => q({0}cl),
7082             'other' => q({0}cl),
7083             },
7084             # Core Unit Identifier
7085             'centiliter' => {
7086             'one' => q({0}cl),
7087             'other' => q({0}cl),
7088             },
7089             # Long Unit Identifier
7090             'volume-cubic-centimeter' => {
7091             'one' => q({0}cm³),
7092             'other' => q({0}cm³),
7093             },
7094             # Core Unit Identifier
7095             'cubic-centimeter' => {
7096             'one' => q({0}cm³),
7097             'other' => q({0}cm³),
7098             },
7099             # Long Unit Identifier
7100             'volume-cubic-foot' => {
7101             'one' => q({0}pi³),
7102             'other' => q({0}pi³),
7103             },
7104             # Core Unit Identifier
7105             'cubic-foot' => {
7106             'one' => q({0}pi³),
7107             'other' => q({0}pi³),
7108             },
7109             # Long Unit Identifier
7110             'volume-cubic-inch' => {
7111             'one' => q({0}po³),
7112             'other' => q({0}po³),
7113             },
7114             # Core Unit Identifier
7115             'cubic-inch' => {
7116             'one' => q({0}po³),
7117             'other' => q({0}po³),
7118             },
7119             # Long Unit Identifier
7120             'volume-cubic-kilometer' => {
7121             'one' => q({0}km³),
7122             'other' => q({0}km³),
7123             },
7124             # Core Unit Identifier
7125             'cubic-kilometer' => {
7126             'one' => q({0}km³),
7127             'other' => q({0}km³),
7128             },
7129             # Long Unit Identifier
7130             'volume-cubic-meter' => {
7131             'one' => q({0}m³),
7132             'other' => q({0}m³),
7133             },
7134             # Core Unit Identifier
7135             'cubic-meter' => {
7136             'one' => q({0}m³),
7137             'other' => q({0}m³),
7138             },
7139             # Long Unit Identifier
7140             'volume-cubic-mile' => {
7141             'one' => q({0}mi³),
7142             'other' => q({0}mi³),
7143             },
7144             # Core Unit Identifier
7145             'cubic-mile' => {
7146             'one' => q({0}mi³),
7147             'other' => q({0}mi³),
7148             },
7149             # Long Unit Identifier
7150             'volume-cubic-yard' => {
7151             'one' => q({0}yd³),
7152             'other' => q({0}yd³),
7153             },
7154             # Core Unit Identifier
7155             'cubic-yard' => {
7156             'one' => q({0}yd³),
7157             'other' => q({0}yd³),
7158             },
7159             # Long Unit Identifier
7160             'volume-cup' => {
7161             'name' => q(ta),
7162             'one' => q({0}ta),
7163             'other' => q({0}ta),
7164             },
7165             # Core Unit Identifier
7166             'cup' => {
7167             'name' => q(ta),
7168             'one' => q({0}ta),
7169             'other' => q({0}ta),
7170             },
7171             # Long Unit Identifier
7172             'volume-cup-metric' => {
7173             'one' => q({0}tm),
7174             'other' => q({0}tm),
7175             },
7176             # Core Unit Identifier
7177             'cup-metric' => {
7178             'one' => q({0}tm),
7179             'other' => q({0}tm),
7180             },
7181             # Long Unit Identifier
7182             'volume-deciliter' => {
7183             'one' => q({0}dl),
7184             'other' => q({0}dl),
7185             },
7186             # Core Unit Identifier
7187             'deciliter' => {
7188             'one' => q({0}dl),
7189             'other' => q({0}dl),
7190             },
7191             # Long Unit Identifier
7192             'volume-dessert-spoon' => {
7193             'name' => q(CàD),
7194             'one' => q({0}CàD),
7195             'other' => q({0}CàD),
7196             },
7197             # Core Unit Identifier
7198             'dessert-spoon' => {
7199             'name' => q(CàD),
7200             'one' => q({0}CàD),
7201             'other' => q({0}CàD),
7202             },
7203             # Long Unit Identifier
7204             'volume-dessert-spoon-imperial' => {
7205             'name' => q(CàD imp.),
7206             'one' => q({0}CàD imp.),
7207             'other' => q({0}CàD imp.),
7208             },
7209             # Core Unit Identifier
7210             'dessert-spoon-imperial' => {
7211             'name' => q(CàD imp.),
7212             'one' => q({0}CàD imp.),
7213             'other' => q({0}CàD imp.),
7214             },
7215             # Long Unit Identifier
7216             'volume-dram' => {
7217             'name' => q(fl dr),
7218             'one' => q({0}fl dr),
7219             'other' => q({0}fl dr),
7220             },
7221             # Core Unit Identifier
7222             'dram' => {
7223             'name' => q(fl dr),
7224             'one' => q({0}fl dr),
7225             'other' => q({0}fl dr),
7226             },
7227             # Long Unit Identifier
7228             'volume-drop' => {
7229             'one' => q({0}gte),
7230             'other' => q({0}gte),
7231             },
7232             # Core Unit Identifier
7233             'drop' => {
7234             'one' => q({0}gte),
7235             'other' => q({0}gte),
7236             },
7237             # Long Unit Identifier
7238             'volume-fluid-ounce' => {
7239             'one' => q({0}fl oz),
7240             'other' => q({0}fl oz),
7241             },
7242             # Core Unit Identifier
7243             'fluid-ounce' => {
7244             'one' => q({0}fl oz),
7245             'other' => q({0}fl oz),
7246             },
7247             # Long Unit Identifier
7248             'volume-fluid-ounce-imperial' => {
7249             'one' => q({0}fl oz imp),
7250             'other' => q({0}fl oz imp),
7251             },
7252             # Core Unit Identifier
7253             'fluid-ounce-imperial' => {
7254             'one' => q({0}fl oz imp),
7255             'other' => q({0}fl oz imp),
7256             },
7257             # Long Unit Identifier
7258             'volume-gallon' => {
7259             'one' => q({0}gal),
7260             'other' => q({0}gal),
7261             },
7262             # Core Unit Identifier
7263             'gallon' => {
7264             'one' => q({0}gal),
7265             'other' => q({0}gal),
7266             },
7267             # Long Unit Identifier
7268             'volume-gallon-imperial' => {
7269             'one' => q({0}gal imp.),
7270             'other' => q({0}gal imp.),
7271             'per' => q({0}/gal imp.),
7272             },
7273             # Core Unit Identifier
7274             'gallon-imperial' => {
7275             'one' => q({0}gal imp.),
7276             'other' => q({0}gal imp.),
7277             'per' => q({0}/gal imp.),
7278             },
7279             # Long Unit Identifier
7280             'volume-hectoliter' => {
7281             'one' => q({0}hl),
7282             'other' => q({0}hl),
7283             },
7284             # Core Unit Identifier
7285             'hectoliter' => {
7286             'one' => q({0}hl),
7287             'other' => q({0}hl),
7288             },
7289             # Long Unit Identifier
7290             'volume-liter' => {
7291             'one' => q({0}l),
7292             'other' => q({0}l),
7293             },
7294             # Core Unit Identifier
7295             'liter' => {
7296             'one' => q({0}l),
7297             'other' => q({0}l),
7298             },
7299             # Long Unit Identifier
7300             'volume-megaliter' => {
7301             'one' => q({0}Ml),
7302             'other' => q({0}Ml),
7303             },
7304             # Core Unit Identifier
7305             'megaliter' => {
7306             'one' => q({0}Ml),
7307             'other' => q({0}Ml),
7308             },
7309             # Long Unit Identifier
7310             'volume-milliliter' => {
7311             'one' => q({0}ml),
7312             'other' => q({0}ml),
7313             },
7314             # Core Unit Identifier
7315             'milliliter' => {
7316             'one' => q({0}ml),
7317             'other' => q({0}ml),
7318             },
7319             # Long Unit Identifier
7320             'volume-pint' => {
7321             'one' => q({0}pte),
7322             'other' => q({0}pte),
7323             },
7324             # Core Unit Identifier
7325             'pint' => {
7326             'one' => q({0}pte),
7327             'other' => q({0}pte),
7328             },
7329             # Long Unit Identifier
7330             'volume-pint-metric' => {
7331             'one' => q({0}mpt),
7332             'other' => q({0}mpt),
7333             },
7334             # Core Unit Identifier
7335             'pint-metric' => {
7336             'one' => q({0}mpt),
7337             'other' => q({0}mpt),
7338             },
7339             # Long Unit Identifier
7340             'volume-quart' => {
7341             'one' => q({0}qt),
7342             'other' => q({0}qt),
7343             },
7344             # Core Unit Identifier
7345             'quart' => {
7346             'one' => q({0}qt),
7347             'other' => q({0}qt),
7348             },
7349             # Long Unit Identifier
7350             'volume-quart-imperial' => {
7351             'one' => q({0}qt imp.),
7352             'other' => q({0}qt imp.),
7353             },
7354             # Core Unit Identifier
7355             'quart-imperial' => {
7356             'one' => q({0}qt imp.),
7357             'other' => q({0}qt imp.),
7358             },
7359             # Long Unit Identifier
7360             'volume-tablespoon' => {
7361             'name' => q(CàS),
7362             'one' => q({0}CàS),
7363             'other' => q({0}CàS),
7364             },
7365             # Core Unit Identifier
7366             'tablespoon' => {
7367             'name' => q(CàS),
7368             'one' => q({0}CàS),
7369             'other' => q({0}CàS),
7370             },
7371             # Long Unit Identifier
7372             'volume-teaspoon' => {
7373             'name' => q(CàC),
7374             'one' => q({0}CàC),
7375             'other' => q({0}CàC),
7376             },
7377             # Core Unit Identifier
7378             'teaspoon' => {
7379             'name' => q(CàC),
7380             'one' => q({0}CàC),
7381             'other' => q({0}CàC),
7382             },
7383             },
7384             'short' => {
7385             # Long Unit Identifier
7386             'acceleration-g-force' => {
7387             'name' => q(force g),
7388             'one' => q({0} force g),
7389             'other' => q({0} force g),
7390             },
7391             # Core Unit Identifier
7392             'g-force' => {
7393             'name' => q(force g),
7394             'one' => q({0} force g),
7395             'other' => q({0} force g),
7396             },
7397             # Long Unit Identifier
7398             'acceleration-meter-per-square-second' => {
7399             'one' => q({0} m/s²),
7400             'other' => q({0} m/s²),
7401             },
7402             # Core Unit Identifier
7403             'meter-per-square-second' => {
7404             'one' => q({0} m/s²),
7405             'other' => q({0} m/s²),
7406             },
7407             # Long Unit Identifier
7408             'angle-arc-minute' => {
7409             'name' => q(′),
7410             },
7411             # Core Unit Identifier
7412             'arc-minute' => {
7413             'name' => q(′),
7414             },
7415             # Long Unit Identifier
7416             'angle-arc-second' => {
7417             'name' => q(″),
7418             },
7419             # Core Unit Identifier
7420             'arc-second' => {
7421             'name' => q(″),
7422             },
7423             # Long Unit Identifier
7424             'angle-degree' => {
7425             'name' => q(°),
7426             },
7427             # Core Unit Identifier
7428             'degree' => {
7429             'name' => q(°),
7430             },
7431             # Long Unit Identifier
7432             'angle-radian' => {
7433             'one' => q({0} rad),
7434             'other' => q({0} rad),
7435             },
7436             # Core Unit Identifier
7437             'radian' => {
7438             'one' => q({0} rad),
7439             'other' => q({0} rad),
7440             },
7441             # Long Unit Identifier
7442             'angle-revolution' => {
7443             'name' => q(tr),
7444             'one' => q({0} tr),
7445             'other' => q({0} tr),
7446             },
7447             # Core Unit Identifier
7448             'revolution' => {
7449             'name' => q(tr),
7450             'one' => q({0} tr),
7451             'other' => q({0} tr),
7452             },
7453             # Long Unit Identifier
7454             'area-acre' => {
7455             'name' => q(ac),
7456             'one' => q({0} ac),
7457             'other' => q({0} ac),
7458             },
7459             # Core Unit Identifier
7460             'acre' => {
7461             'name' => q(ac),
7462             'one' => q({0} ac),
7463             'other' => q({0} ac),
7464             },
7465             # Long Unit Identifier
7466             'area-dunam' => {
7467             'name' => q(dounam),
7468             'one' => q({0} dounam),
7469             'other' => q({0} dounam),
7470             },
7471             # Core Unit Identifier
7472             'dunam' => {
7473             'name' => q(dounam),
7474             'one' => q({0} dounam),
7475             'other' => q({0} dounam),
7476             },
7477             # Long Unit Identifier
7478             'area-hectare' => {
7479             'name' => q(ha),
7480             'one' => q({0} ha),
7481             'other' => q({0} ha),
7482             },
7483             # Core Unit Identifier
7484             'hectare' => {
7485             'name' => q(ha),
7486             'one' => q({0} ha),
7487             'other' => q({0} ha),
7488             },
7489             # Long Unit Identifier
7490             'area-square-centimeter' => {
7491             'one' => q({0} cm²),
7492             'other' => q({0} cm²),
7493             },
7494             # Core Unit Identifier
7495             'square-centimeter' => {
7496             'one' => q({0} cm²),
7497             'other' => q({0} cm²),
7498             },
7499             # Long Unit Identifier
7500             'area-square-foot' => {
7501             'name' => q(pi²),
7502             'one' => q({0} pi²),
7503             'other' => q({0} pi²),
7504             },
7505             # Core Unit Identifier
7506             'square-foot' => {
7507             'name' => q(pi²),
7508             'one' => q({0} pi²),
7509             'other' => q({0} pi²),
7510             },
7511             # Long Unit Identifier
7512             'area-square-inch' => {
7513             'name' => q(po²),
7514             'one' => q({0} po²),
7515             'other' => q({0} po²),
7516             'per' => q({0}/po²),
7517             },
7518             # Core Unit Identifier
7519             'square-inch' => {
7520             'name' => q(po²),
7521             'one' => q({0} po²),
7522             'other' => q({0} po²),
7523             'per' => q({0}/po²),
7524             },
7525             # Long Unit Identifier
7526             'area-square-kilometer' => {
7527             'one' => q({0} km²),
7528             'other' => q({0} km²),
7529             },
7530             # Core Unit Identifier
7531             'square-kilometer' => {
7532             'one' => q({0} km²),
7533             'other' => q({0} km²),
7534             },
7535             # Long Unit Identifier
7536             'area-square-meter' => {
7537             'one' => q({0} m²),
7538             'other' => q({0} m²),
7539             },
7540             # Core Unit Identifier
7541             'square-meter' => {
7542             'one' => q({0} m²),
7543             'other' => q({0} m²),
7544             },
7545             # Long Unit Identifier
7546             'area-square-mile' => {
7547             'one' => q({0} mi²),
7548             'other' => q({0} mi²),
7549             },
7550             # Core Unit Identifier
7551             'square-mile' => {
7552             'one' => q({0} mi²),
7553             'other' => q({0} mi²),
7554             },
7555             # Long Unit Identifier
7556             'area-square-yard' => {
7557             'one' => q({0} yd²),
7558             'other' => q({0} yd²),
7559             },
7560             # Core Unit Identifier
7561             'square-yard' => {
7562             'one' => q({0} yd²),
7563             'other' => q({0} yd²),
7564             },
7565             # Long Unit Identifier
7566             'concentr-item' => {
7567             'one' => q({0} items),
7568             'other' => q({0} items),
7569             },
7570             # Core Unit Identifier
7571             'item' => {
7572             'one' => q({0} items),
7573             'other' => q({0} items),
7574             },
7575             # Long Unit Identifier
7576             'concentr-karat' => {
7577             'name' => q(ct),
7578             'one' => q({0} ct),
7579             'other' => q({0} ct),
7580             },
7581             # Core Unit Identifier
7582             'karat' => {
7583             'name' => q(ct),
7584             'one' => q({0} ct),
7585             'other' => q({0} ct),
7586             },
7587             # Long Unit Identifier
7588             'concentr-milligram-ofglucose-per-deciliter' => {
7589             'name' => q(mg/dl),
7590             'one' => q({0} mg/dl),
7591             'other' => q({0} mg/dl),
7592             },
7593             # Core Unit Identifier
7594             'milligram-ofglucose-per-deciliter' => {
7595             'name' => q(mg/dl),
7596             'one' => q({0} mg/dl),
7597             'other' => q({0} mg/dl),
7598             },
7599             # Long Unit Identifier
7600             'concentr-millimole-per-liter' => {
7601             'name' => q(mmol/l),
7602             'one' => q({0} mmol/l),
7603             'other' => q({0} mmol/l),
7604             },
7605             # Core Unit Identifier
7606             'millimole-per-liter' => {
7607             'name' => q(mmol/l),
7608             'one' => q({0} mmol/l),
7609             'other' => q({0} mmol/l),
7610             },
7611             # Long Unit Identifier
7612             'concentr-mole' => {
7613             'one' => q({0} mol),
7614             'other' => q({0} mol),
7615             },
7616             # Core Unit Identifier
7617             'mole' => {
7618             'one' => q({0} mol),
7619             'other' => q({0} mol),
7620             },
7621             # Long Unit Identifier
7622             'concentr-percent' => {
7623             'one' => q({0} %),
7624             'other' => q({0} %),
7625             },
7626             # Core Unit Identifier
7627             'percent' => {
7628             'one' => q({0} %),
7629             'other' => q({0} %),
7630             },
7631             # Long Unit Identifier
7632             'concentr-permille' => {
7633             'one' => q({0} ‰),
7634             'other' => q({0} ‰),
7635             },
7636             # Core Unit Identifier
7637             'permille' => {
7638             'one' => q({0} ‰),
7639             'other' => q({0} ‰),
7640             },
7641             # Long Unit Identifier
7642             'concentr-permillion' => {
7643             'one' => q({0} ppm),
7644             'other' => q({0} ppm),
7645             },
7646             # Core Unit Identifier
7647             'permillion' => {
7648             'one' => q({0} ppm),
7649             'other' => q({0} ppm),
7650             },
7651             # Long Unit Identifier
7652             'concentr-permyriad' => {
7653             'one' => q({0} ‱),
7654             'other' => q({0} ‱),
7655             },
7656             # Core Unit Identifier
7657             'permyriad' => {
7658             'one' => q({0} ‱),
7659             'other' => q({0} ‱),
7660             },
7661             # Long Unit Identifier
7662             'consumption-liter-per-100-kilometer' => {
7663             'name' => q(l/100 km),
7664             'one' => q({0} l/100 km),
7665             'other' => q({0} l/100 km),
7666             },
7667             # Core Unit Identifier
7668             'liter-per-100-kilometer' => {
7669             'name' => q(l/100 km),
7670             'one' => q({0} l/100 km),
7671             'other' => q({0} l/100 km),
7672             },
7673             # Long Unit Identifier
7674             'consumption-liter-per-kilometer' => {
7675             'name' => q(l/km),
7676             'one' => q({0} l/km),
7677             'other' => q({0} l/km),
7678             },
7679             # Core Unit Identifier
7680             'liter-per-kilometer' => {
7681             'name' => q(l/km),
7682             'one' => q({0} l/km),
7683             'other' => q({0} l/km),
7684             },
7685             # Long Unit Identifier
7686             'consumption-mile-per-gallon' => {
7687             'name' => q(mi/gal),
7688             'one' => q({0} mi/gal),
7689             'other' => q({0} mi/gal),
7690             },
7691             # Core Unit Identifier
7692             'mile-per-gallon' => {
7693             'name' => q(mi/gal),
7694             'one' => q({0} mi/gal),
7695             'other' => q({0} mi/gal),
7696             },
7697             # Long Unit Identifier
7698             'consumption-mile-per-gallon-imperial' => {
7699             'name' => q(mi/gal imp.),
7700             'one' => q({0} mi/gal imp.),
7701             'other' => q({0} mi/gal imp.),
7702             },
7703             # Core Unit Identifier
7704             'mile-per-gallon-imperial' => {
7705             'name' => q(mi/gal imp.),
7706             'one' => q({0} mi/gal imp.),
7707             'other' => q({0} mi/gal imp.),
7708             },
7709             # Long Unit Identifier
7710             'coordinate' => {
7711             'east' => q({0} E),
7712             'north' => q({0} N),
7713             'south' => q({0} S),
7714             'west' => q({0} O),
7715             },
7716             # Core Unit Identifier
7717             'coordinate' => {
7718             'east' => q({0} E),
7719             'north' => q({0} N),
7720             'south' => q({0} S),
7721             'west' => q({0} O),
7722             },
7723             # Long Unit Identifier
7724             'digital-bit' => {
7725             'one' => q({0} bit),
7726             'other' => q({0} bit),
7727             },
7728             # Core Unit Identifier
7729             'bit' => {
7730             'one' => q({0} bit),
7731             'other' => q({0} bit),
7732             },
7733             # Long Unit Identifier
7734             'digital-byte' => {
7735             'name' => q(octet),
7736             'one' => q({0} o),
7737             'other' => q({0} o),
7738             },
7739             # Core Unit Identifier
7740             'byte' => {
7741             'name' => q(octet),
7742             'one' => q({0} o),
7743             'other' => q({0} o),
7744             },
7745             # Long Unit Identifier
7746             'digital-gigabit' => {
7747             'name' => q(Gbit),
7748             'one' => q({0} Gbit),
7749             'other' => q({0} Gbit),
7750             },
7751             # Core Unit Identifier
7752             'gigabit' => {
7753             'name' => q(Gbit),
7754             'one' => q({0} Gbit),
7755             'other' => q({0} Gbit),
7756             },
7757             # Long Unit Identifier
7758             'digital-gigabyte' => {
7759             'name' => q(Go),
7760             'one' => q({0} Go),
7761             'other' => q({0} Go),
7762             },
7763             # Core Unit Identifier
7764             'gigabyte' => {
7765             'name' => q(Go),
7766             'one' => q({0} Go),
7767             'other' => q({0} Go),
7768             },
7769             # Long Unit Identifier
7770             'digital-kilobit' => {
7771             'name' => q(kbit),
7772             'one' => q({0} kbit),
7773             'other' => q({0} kbit),
7774             },
7775             # Core Unit Identifier
7776             'kilobit' => {
7777             'name' => q(kbit),
7778             'one' => q({0} kbit),
7779             'other' => q({0} kbit),
7780             },
7781             # Long Unit Identifier
7782             'digital-kilobyte' => {
7783             'name' => q(ko),
7784             'one' => q({0} ko),
7785             'other' => q({0} ko),
7786             },
7787             # Core Unit Identifier
7788             'kilobyte' => {
7789             'name' => q(ko),
7790             'one' => q({0} ko),
7791             'other' => q({0} ko),
7792             },
7793             # Long Unit Identifier
7794             'digital-megabit' => {
7795             'name' => q(Mbit),
7796             'one' => q({0} Mbit),
7797             'other' => q({0} Mbit),
7798             },
7799             # Core Unit Identifier
7800             'megabit' => {
7801             'name' => q(Mbit),
7802             'one' => q({0} Mbit),
7803             'other' => q({0} Mbit),
7804             },
7805             # Long Unit Identifier
7806             'digital-megabyte' => {
7807             'name' => q(Mo),
7808             'one' => q({0} Mo),
7809             'other' => q({0} Mo),
7810             },
7811             # Core Unit Identifier
7812             'megabyte' => {
7813             'name' => q(Mo),
7814             'one' => q({0} Mo),
7815             'other' => q({0} Mo),
7816             },
7817             # Long Unit Identifier
7818             'digital-petabyte' => {
7819             'name' => q(Po),
7820             'one' => q({0} Po),
7821             'other' => q({0} Po),
7822             },
7823             # Core Unit Identifier
7824             'petabyte' => {
7825             'name' => q(Po),
7826             'one' => q({0} Po),
7827             'other' => q({0} Po),
7828             },
7829             # Long Unit Identifier
7830             'digital-terabit' => {
7831             'name' => q(Tbit),
7832             'one' => q({0} Tbit),
7833             'other' => q({0} Tbit),
7834             },
7835             # Core Unit Identifier
7836             'terabit' => {
7837             'name' => q(Tbit),
7838             'one' => q({0} Tbit),
7839             'other' => q({0} Tbit),
7840             },
7841             # Long Unit Identifier
7842             'digital-terabyte' => {
7843             'name' => q(To),
7844             'one' => q({0} To),
7845             'other' => q({0} To),
7846             },
7847             # Core Unit Identifier
7848             'terabyte' => {
7849             'name' => q(To),
7850             'one' => q({0} To),
7851             'other' => q({0} To),
7852             },
7853             # Long Unit Identifier
7854             'duration-century' => {
7855             'name' => q(s.),
7856             'one' => q({0} s.),
7857             'other' => q({0} s.),
7858             },
7859             # Core Unit Identifier
7860             'century' => {
7861             'name' => q(s.),
7862             'one' => q({0} s.),
7863             'other' => q({0} s.),
7864             },
7865             # Long Unit Identifier
7866             'duration-day' => {
7867             'name' => q(j),
7868             'one' => q({0} j),
7869             'other' => q({0} j),
7870             'per' => q({0}/j),
7871             },
7872             # Core Unit Identifier
7873             'day' => {
7874             'name' => q(j),
7875             'one' => q({0} j),
7876             'other' => q({0} j),
7877             'per' => q({0}/j),
7878             },
7879             # Long Unit Identifier
7880             'duration-decade' => {
7881             'name' => q(décennies),
7882             'one' => q({0} déc.),
7883             'other' => q({0} déc.),
7884             },
7885             # Core Unit Identifier
7886             'decade' => {
7887             'name' => q(décennies),
7888             'one' => q({0} déc.),
7889             'other' => q({0} déc.),
7890             },
7891             # Long Unit Identifier
7892             'duration-hour' => {
7893             'name' => q(h),
7894             'one' => q({0} h),
7895             'other' => q({0} h),
7896             },
7897             # Core Unit Identifier
7898             'hour' => {
7899             'name' => q(h),
7900             'one' => q({0} h),
7901             'other' => q({0} h),
7902             },
7903             # Long Unit Identifier
7904             'duration-microsecond' => {
7905             'one' => q({0} μs),
7906             'other' => q({0} μs),
7907             },
7908             # Core Unit Identifier
7909             'microsecond' => {
7910             'one' => q({0} μs),
7911             'other' => q({0} μs),
7912             },
7913             # Long Unit Identifier
7914             'duration-millisecond' => {
7915             'one' => q({0} ms),
7916             'other' => q({0} ms),
7917             },
7918             # Core Unit Identifier
7919             'millisecond' => {
7920             'one' => q({0} ms),
7921             'other' => q({0} ms),
7922             },
7923             # Long Unit Identifier
7924             'duration-minute' => {
7925             'one' => q({0} min),
7926             'other' => q({0} min),
7927             },
7928             # Core Unit Identifier
7929             'minute' => {
7930             'one' => q({0} min),
7931             'other' => q({0} min),
7932             },
7933             # Long Unit Identifier
7934             'duration-month' => {
7935             'name' => q(m.),
7936             'one' => q({0} m.),
7937             'other' => q({0} m.),
7938             'per' => q({0}/m.),
7939             },
7940             # Core Unit Identifier
7941             'month' => {
7942             'name' => q(m.),
7943             'one' => q({0} m.),
7944             'other' => q({0} m.),
7945             'per' => q({0}/m.),
7946             },
7947             # Long Unit Identifier
7948             'duration-nanosecond' => {
7949             'one' => q({0} ns),
7950             'other' => q({0} ns),
7951             },
7952             # Core Unit Identifier
7953             'nanosecond' => {
7954             'one' => q({0} ns),
7955             'other' => q({0} ns),
7956             },
7957             # Long Unit Identifier
7958             'duration-night' => {
7959             'name' => q(nuits),
7960             'one' => q({0} nuit),
7961             'other' => q({0} nuits),
7962             'per' => q({0}/nuit),
7963             },
7964             # Core Unit Identifier
7965             'night' => {
7966             'name' => q(nuits),
7967             'one' => q({0} nuit),
7968             'other' => q({0} nuits),
7969             'per' => q({0}/nuit),
7970             },
7971             # Long Unit Identifier
7972             'duration-quarter' => {
7973             'name' => q(trim.),
7974             'one' => q({0} trim.),
7975             'other' => q({0} trim.),
7976             'per' => q({0}/trim.),
7977             },
7978             # Core Unit Identifier
7979             'quarter' => {
7980             'name' => q(trim.),
7981             'one' => q({0} trim.),
7982             'other' => q({0} trim.),
7983             'per' => q({0}/trim.),
7984             },
7985             # Long Unit Identifier
7986             'duration-second' => {
7987             'name' => q(s),
7988             'one' => q({0} s),
7989             'other' => q({0} s),
7990             },
7991             # Core Unit Identifier
7992             'second' => {
7993             'name' => q(s),
7994             'one' => q({0} s),
7995             'other' => q({0} s),
7996             },
7997             # Long Unit Identifier
7998             'duration-week' => {
7999             'name' => q(sem.),
8000             'one' => q({0} sem.),
8001             'other' => q({0} sem.),
8002             'per' => q({0}/sem.),
8003             },
8004             # Core Unit Identifier
8005             'week' => {
8006             'name' => q(sem.),
8007             'one' => q({0} sem.),
8008             'other' => q({0} sem.),
8009             'per' => q({0}/sem.),
8010             },
8011             # Long Unit Identifier
8012             'duration-year' => {
8013             'name' => q(ans),
8014             'one' => q({0} an),
8015             'other' => q({0} ans),
8016             'per' => q({0}/an),
8017             },
8018             # Core Unit Identifier
8019             'year' => {
8020             'name' => q(ans),
8021             'one' => q({0} an),
8022             'other' => q({0} ans),
8023             'per' => q({0}/an),
8024             },
8025             # Long Unit Identifier
8026             'electric-ampere' => {
8027             'name' => q(A),
8028             'one' => q({0} A),
8029             'other' => q({0} A),
8030             },
8031             # Core Unit Identifier
8032             'ampere' => {
8033             'name' => q(A),
8034             'one' => q({0} A),
8035             'other' => q({0} A),
8036             },
8037             # Long Unit Identifier
8038             'electric-milliampere' => {
8039             'one' => q({0} mA),
8040             'other' => q({0} mA),
8041             },
8042             # Core Unit Identifier
8043             'milliampere' => {
8044             'one' => q({0} mA),
8045             'other' => q({0} mA),
8046             },
8047             # Long Unit Identifier
8048             'electric-ohm' => {
8049             'name' => q(Ω),
8050             'one' => q({0} Ω),
8051             'other' => q({0} Ω),
8052             },
8053             # Core Unit Identifier
8054             'ohm' => {
8055             'name' => q(Ω),
8056             'one' => q({0} Ω),
8057             'other' => q({0} Ω),
8058             },
8059             # Long Unit Identifier
8060             'electric-volt' => {
8061             'name' => q(V),
8062             'one' => q({0} V),
8063             'other' => q({0} V),
8064             },
8065             # Core Unit Identifier
8066             'volt' => {
8067             'name' => q(V),
8068             'one' => q({0} V),
8069             'other' => q({0} V),
8070             },
8071             # Long Unit Identifier
8072             'energy-british-thermal-unit' => {
8073             'name' => q(BTU),
8074             'one' => q({0} Btu),
8075             'other' => q({0} Btu),
8076             },
8077             # Core Unit Identifier
8078             'british-thermal-unit' => {
8079             'name' => q(BTU),
8080             'one' => q({0} Btu),
8081             'other' => q({0} Btu),
8082             },
8083             # Long Unit Identifier
8084             'energy-calorie' => {
8085             'one' => q({0} cal),
8086             'other' => q({0} cal),
8087             },
8088             # Core Unit Identifier
8089             'calorie' => {
8090             'one' => q({0} cal),
8091             'other' => q({0} cal),
8092             },
8093             # Long Unit Identifier
8094             'energy-electronvolt' => {
8095             'one' => q({0} eV),
8096             'other' => q({0} eV),
8097             },
8098             # Core Unit Identifier
8099             'electronvolt' => {
8100             'one' => q({0} eV),
8101             'other' => q({0} eV),
8102             },
8103             # Long Unit Identifier
8104             'energy-foodcalorie' => {
8105             'one' => q({0} kcal),
8106             'other' => q({0} kcal),
8107             },
8108             # Core Unit Identifier
8109             'foodcalorie' => {
8110             'one' => q({0} kcal),
8111             'other' => q({0} kcal),
8112             },
8113             # Long Unit Identifier
8114             'energy-joule' => {
8115             'name' => q(J),
8116             'one' => q({0} J),
8117             'other' => q({0} J),
8118             },
8119             # Core Unit Identifier
8120             'joule' => {
8121             'name' => q(J),
8122             'one' => q({0} J),
8123             'other' => q({0} J),
8124             },
8125             # Long Unit Identifier
8126             'energy-kilocalorie' => {
8127             'one' => q({0} kcal),
8128             'other' => q({0} kcal),
8129             },
8130             # Core Unit Identifier
8131             'kilocalorie' => {
8132             'one' => q({0} kcal),
8133             'other' => q({0} kcal),
8134             },
8135             # Long Unit Identifier
8136             'energy-kilojoule' => {
8137             'one' => q({0} kJ),
8138             'other' => q({0} kJ),
8139             },
8140             # Core Unit Identifier
8141             'kilojoule' => {
8142             'one' => q({0} kJ),
8143             'other' => q({0} kJ),
8144             },
8145             # Long Unit Identifier
8146             'energy-kilowatt-hour' => {
8147             'one' => q({0} kWh),
8148             'other' => q({0} kWh),
8149             },
8150             # Core Unit Identifier
8151             'kilowatt-hour' => {
8152             'one' => q({0} kWh),
8153             'other' => q({0} kWh),
8154             },
8155             # Long Unit Identifier
8156             'energy-therm-us' => {
8157             'name' => q(therm US),
8158             'one' => q({0} therm US),
8159             'other' => q({0} therms US),
8160             },
8161             # Core Unit Identifier
8162             'therm-us' => {
8163             'name' => q(therm US),
8164             'one' => q({0} therm US),
8165             'other' => q({0} therms US),
8166             },
8167             # Long Unit Identifier
8168             'force-kilowatt-hour-per-100-kilometer' => {
8169             'name' => q(kWh/100 km),
8170             'one' => q({0} kWh/100 km),
8171             'other' => q({0} kWh/100 km),
8172             },
8173             # Core Unit Identifier
8174             'kilowatt-hour-per-100-kilometer' => {
8175             'name' => q(kWh/100 km),
8176             'one' => q({0} kWh/100 km),
8177             'other' => q({0} kWh/100 km),
8178             },
8179             # Long Unit Identifier
8180             'force-newton' => {
8181             'one' => q({0} N),
8182             'other' => q({0} N),
8183             },
8184             # Core Unit Identifier
8185             'newton' => {
8186             'one' => q({0} N),
8187             'other' => q({0} N),
8188             },
8189             # Long Unit Identifier
8190             'force-pound-force' => {
8191             'one' => q({0} lbf),
8192             'other' => q({0} lbf),
8193             },
8194             # Core Unit Identifier
8195             'pound-force' => {
8196             'one' => q({0} lbf),
8197             'other' => q({0} lbf),
8198             },
8199             # Long Unit Identifier
8200             'frequency-gigahertz' => {
8201             'one' => q({0} GHz),
8202             'other' => q({0} GHz),
8203             },
8204             # Core Unit Identifier
8205             'gigahertz' => {
8206             'one' => q({0} GHz),
8207             'other' => q({0} GHz),
8208             },
8209             # Long Unit Identifier
8210             'frequency-hertz' => {
8211             'one' => q({0} Hz),
8212             'other' => q({0} Hz),
8213             },
8214             # Core Unit Identifier
8215             'hertz' => {
8216             'one' => q({0} Hz),
8217             'other' => q({0} Hz),
8218             },
8219             # Long Unit Identifier
8220             'frequency-kilohertz' => {
8221             'one' => q({0} kHz),
8222             'other' => q({0} kHz),
8223             },
8224             # Core Unit Identifier
8225             'kilohertz' => {
8226             'one' => q({0} kHz),
8227             'other' => q({0} kHz),
8228             },
8229             # Long Unit Identifier
8230             'frequency-megahertz' => {
8231             'one' => q({0} MHz),
8232             'other' => q({0} MHz),
8233             },
8234             # Core Unit Identifier
8235             'megahertz' => {
8236             'one' => q({0} MHz),
8237             'other' => q({0} MHz),
8238             },
8239             # Long Unit Identifier
8240             'graphics-dot' => {
8241             'name' => q(pt),
8242             'one' => q({0} pt),
8243             'other' => q({0} pt),
8244             },
8245             # Core Unit Identifier
8246             'dot' => {
8247             'name' => q(pt),
8248             'one' => q({0} pt),
8249             'other' => q({0} pt),
8250             },
8251             # Long Unit Identifier
8252             'graphics-dot-per-centimeter' => {
8253             'name' => q(pt/cm),
8254             'one' => q({0} pt/cm),
8255             'other' => q({0} pt/cm),
8256             },
8257             # Core Unit Identifier
8258             'dot-per-centimeter' => {
8259             'name' => q(pt/cm),
8260             'one' => q({0} pt/cm),
8261             'other' => q({0} pt/cm),
8262             },
8263             # Long Unit Identifier
8264             'graphics-dot-per-inch' => {
8265             'name' => q(pt/po),
8266             'one' => q({0} pt/po),
8267             'other' => q({0} pt/po),
8268             },
8269             # Core Unit Identifier
8270             'dot-per-inch' => {
8271             'name' => q(pt/po),
8272             'one' => q({0} pt/po),
8273             'other' => q({0} pt/po),
8274             },
8275             # Long Unit Identifier
8276             'graphics-em' => {
8277             'one' => q({0} em),
8278             'other' => q({0} em),
8279             },
8280             # Core Unit Identifier
8281             'em' => {
8282             'one' => q({0} em),
8283             'other' => q({0} em),
8284             },
8285             # Long Unit Identifier
8286             'graphics-megapixel' => {
8287             'name' => q(Mpx),
8288             'one' => q({0} Mpx),
8289             'other' => q({0} Mpx),
8290             },
8291             # Core Unit Identifier
8292             'megapixel' => {
8293             'name' => q(Mpx),
8294             'one' => q({0} Mpx),
8295             'other' => q({0} Mpx),
8296             },
8297             # Long Unit Identifier
8298             'graphics-pixel' => {
8299             'one' => q({0} px),
8300             'other' => q({0} px),
8301             },
8302             # Core Unit Identifier
8303             'pixel' => {
8304             'one' => q({0} px),
8305             'other' => q({0} px),
8306             },
8307             # Long Unit Identifier
8308             'graphics-pixel-per-centimeter' => {
8309             'name' => q(px/cm),
8310             'one' => q({0} px/cm),
8311             'other' => q({0} px/cm),
8312             },
8313             # Core Unit Identifier
8314             'pixel-per-centimeter' => {
8315             'name' => q(px/cm),
8316             'one' => q({0} px/cm),
8317             'other' => q({0} px/cm),
8318             },
8319             # Long Unit Identifier
8320             'graphics-pixel-per-inch' => {
8321             'name' => q(px/po),
8322             'one' => q({0} px/po),
8323             'other' => q({0} px/po),
8324             },
8325             # Core Unit Identifier
8326             'pixel-per-inch' => {
8327             'name' => q(px/po),
8328             'one' => q({0} px/po),
8329             'other' => q({0} px/po),
8330             },
8331             # Long Unit Identifier
8332             'length-astronomical-unit' => {
8333             'name' => q(ua),
8334             'one' => q({0} ua),
8335             'other' => q({0} ua),
8336             },
8337             # Core Unit Identifier
8338             'astronomical-unit' => {
8339             'name' => q(ua),
8340             'one' => q({0} ua),
8341             'other' => q({0} ua),
8342             },
8343             # Long Unit Identifier
8344             'length-centimeter' => {
8345             'one' => q({0} cm),
8346             'other' => q({0} cm),
8347             },
8348             # Core Unit Identifier
8349             'centimeter' => {
8350             'one' => q({0} cm),
8351             'other' => q({0} cm),
8352             },
8353             # Long Unit Identifier
8354             'length-decimeter' => {
8355             'one' => q({0} dm),
8356             'other' => q({0} dm),
8357             },
8358             # Core Unit Identifier
8359             'decimeter' => {
8360             'one' => q({0} dm),
8361             'other' => q({0} dm),
8362             },
8363             # Long Unit Identifier
8364             'length-fathom' => {
8365             'one' => q({0} fm),
8366             'other' => q({0} fm),
8367             },
8368             # Core Unit Identifier
8369             'fathom' => {
8370             'one' => q({0} fm),
8371             'other' => q({0} fm),
8372             },
8373             # Long Unit Identifier
8374             'length-foot' => {
8375             'name' => q(pi),
8376             'one' => q({0} pi),
8377             'other' => q({0} pi),
8378             'per' => q({0}/pi),
8379             },
8380             # Core Unit Identifier
8381             'foot' => {
8382             'name' => q(pi),
8383             'one' => q({0} pi),
8384             'other' => q({0} pi),
8385             'per' => q({0}/pi),
8386             },
8387             # Long Unit Identifier
8388             'length-inch' => {
8389             'name' => q(po),
8390             'one' => q({0} po),
8391             'other' => q({0} po),
8392             'per' => q({0}/po),
8393             },
8394             # Core Unit Identifier
8395             'inch' => {
8396             'name' => q(po),
8397             'one' => q({0} po),
8398             'other' => q({0} po),
8399             'per' => q({0}/po),
8400             },
8401             # Long Unit Identifier
8402             'length-kilometer' => {
8403             'one' => q({0} km),
8404             'other' => q({0} km),
8405             },
8406             # Core Unit Identifier
8407             'kilometer' => {
8408             'one' => q({0} km),
8409             'other' => q({0} km),
8410             },
8411             # Long Unit Identifier
8412             'length-light-year' => {
8413             'name' => q(al),
8414             'one' => q({0} al),
8415             'other' => q({0} al),
8416             },
8417             # Core Unit Identifier
8418             'light-year' => {
8419             'name' => q(al),
8420             'one' => q({0} al),
8421             'other' => q({0} al),
8422             },
8423             # Long Unit Identifier
8424             'length-meter' => {
8425             'name' => q(m),
8426             'one' => q({0} m),
8427             'other' => q({0} m),
8428             },
8429             # Core Unit Identifier
8430             'meter' => {
8431             'name' => q(m),
8432             'one' => q({0} m),
8433             'other' => q({0} m),
8434             },
8435             # Long Unit Identifier
8436             'length-micrometer' => {
8437             'one' => q({0} μm),
8438             'other' => q({0} μm),
8439             },
8440             # Core Unit Identifier
8441             'micrometer' => {
8442             'one' => q({0} μm),
8443             'other' => q({0} μm),
8444             },
8445             # Long Unit Identifier
8446             'length-mile' => {
8447             'one' => q({0} mi),
8448             'other' => q({0} mi),
8449             },
8450             # Core Unit Identifier
8451             'mile' => {
8452             'one' => q({0} mi),
8453             'other' => q({0} mi),
8454             },
8455             # Long Unit Identifier
8456             'length-mile-scandinavian' => {
8457             'one' => q({0} smi),
8458             'other' => q({0} smi),
8459             },
8460             # Core Unit Identifier
8461             'mile-scandinavian' => {
8462             'one' => q({0} smi),
8463             'other' => q({0} smi),
8464             },
8465             # Long Unit Identifier
8466             'length-millimeter' => {
8467             'one' => q({0} mm),
8468             'other' => q({0} mm),
8469             },
8470             # Core Unit Identifier
8471             'millimeter' => {
8472             'one' => q({0} mm),
8473             'other' => q({0} mm),
8474             },
8475             # Long Unit Identifier
8476             'length-nanometer' => {
8477             'one' => q({0} nm),
8478             'other' => q({0} nm),
8479             },
8480             # Core Unit Identifier
8481             'nanometer' => {
8482             'one' => q({0} nm),
8483             'other' => q({0} nm),
8484             },
8485             # Long Unit Identifier
8486             'length-nautical-mile' => {
8487             'one' => q({0} nmi),
8488             'other' => q({0} nmi),
8489             },
8490             # Core Unit Identifier
8491             'nautical-mile' => {
8492             'one' => q({0} nmi),
8493             'other' => q({0} nmi),
8494             },
8495             # Long Unit Identifier
8496             'length-parsec' => {
8497             'one' => q({0} pc),
8498             'other' => q({0} pc),
8499             },
8500             # Core Unit Identifier
8501             'parsec' => {
8502             'one' => q({0} pc),
8503             'other' => q({0} pc),
8504             },
8505             # Long Unit Identifier
8506             'length-picometer' => {
8507             'one' => q({0} pm),
8508             'other' => q({0} pm),
8509             },
8510             # Core Unit Identifier
8511             'picometer' => {
8512             'one' => q({0} pm),
8513             'other' => q({0} pm),
8514             },
8515             # Long Unit Identifier
8516             'length-point' => {
8517             'name' => q(pt typog.),
8518             'one' => q({0} pt typog.),
8519             'other' => q({0} pts typog.),
8520             },
8521             # Core Unit Identifier
8522             'point' => {
8523             'name' => q(pt typog.),
8524             'one' => q({0} pt typog.),
8525             'other' => q({0} pts typog.),
8526             },
8527             # Long Unit Identifier
8528             'length-solar-radius' => {
8529             'one' => q({0} R☉),
8530             'other' => q({0} R☉),
8531             },
8532             # Core Unit Identifier
8533             'solar-radius' => {
8534             'one' => q({0} R☉),
8535             'other' => q({0} R☉),
8536             },
8537             # Long Unit Identifier
8538             'length-yard' => {
8539             'one' => q({0} yd),
8540             'other' => q({0} yd),
8541             },
8542             # Core Unit Identifier
8543             'yard' => {
8544             'one' => q({0} yd),
8545             'other' => q({0} yd),
8546             },
8547             # Long Unit Identifier
8548             'light-lux' => {
8549             'one' => q({0} lx),
8550             'other' => q({0} lx),
8551             },
8552             # Core Unit Identifier
8553             'lux' => {
8554             'one' => q({0} lx),
8555             'other' => q({0} lx),
8556             },
8557             # Long Unit Identifier
8558             'light-solar-luminosity' => {
8559             'one' => q({0} L☉),
8560             'other' => q({0} L☉),
8561             },
8562             # Core Unit Identifier
8563             'solar-luminosity' => {
8564             'one' => q({0} L☉),
8565             'other' => q({0} L☉),
8566             },
8567             # Long Unit Identifier
8568             'mass-carat' => {
8569             'name' => q(ct),
8570             'one' => q({0} ct),
8571             'other' => q({0} ct),
8572             },
8573             # Core Unit Identifier
8574             'carat' => {
8575             'name' => q(ct),
8576             'one' => q({0} ct),
8577             'other' => q({0} ct),
8578             },
8579             # Long Unit Identifier
8580             'mass-dalton' => {
8581             'one' => q({0} Da),
8582             'other' => q({0} Da),
8583             },
8584             # Core Unit Identifier
8585             'dalton' => {
8586             'one' => q({0} Da),
8587             'other' => q({0} Da),
8588             },
8589             # Long Unit Identifier
8590             'mass-earth-mass' => {
8591             'one' => q({0} M⊕),
8592             'other' => q({0} M⊕),
8593             },
8594             # Core Unit Identifier
8595             'earth-mass' => {
8596             'one' => q({0} M⊕),
8597             'other' => q({0} M⊕),
8598             },
8599             # Long Unit Identifier
8600             'mass-grain' => {
8601             'one' => q({0} grains),
8602             'other' => q({0} grains),
8603             },
8604             # Core Unit Identifier
8605             'grain' => {
8606             'one' => q({0} grains),
8607             'other' => q({0} grains),
8608             },
8609             # Long Unit Identifier
8610             'mass-gram' => {
8611             'name' => q(g),
8612             'one' => q({0} g),
8613             'other' => q({0} g),
8614             },
8615             # Core Unit Identifier
8616             'gram' => {
8617             'name' => q(g),
8618             'one' => q({0} g),
8619             'other' => q({0} g),
8620             },
8621             # Long Unit Identifier
8622             'mass-kilogram' => {
8623             'one' => q({0} kg),
8624             'other' => q({0} kg),
8625             },
8626             # Core Unit Identifier
8627             'kilogram' => {
8628             'one' => q({0} kg),
8629             'other' => q({0} kg),
8630             },
8631             # Long Unit Identifier
8632             'mass-microgram' => {
8633             'one' => q({0} μg),
8634             'other' => q({0} μg),
8635             },
8636             # Core Unit Identifier
8637             'microgram' => {
8638             'one' => q({0} μg),
8639             'other' => q({0} μg),
8640             },
8641             # Long Unit Identifier
8642             'mass-milligram' => {
8643             'one' => q({0} mg),
8644             'other' => q({0} mg),
8645             },
8646             # Core Unit Identifier
8647             'milligram' => {
8648             'one' => q({0} mg),
8649             'other' => q({0} mg),
8650             },
8651             # Long Unit Identifier
8652             'mass-ounce' => {
8653             'one' => q({0} oz),
8654             'other' => q({0} oz),
8655             },
8656             # Core Unit Identifier
8657             'ounce' => {
8658             'one' => q({0} oz),
8659             'other' => q({0} oz),
8660             },
8661             # Long Unit Identifier
8662             'mass-ounce-troy' => {
8663             'one' => q({0} oz t),
8664             'other' => q({0} oz t),
8665             },
8666             # Core Unit Identifier
8667             'ounce-troy' => {
8668             'one' => q({0} oz t),
8669             'other' => q({0} oz t),
8670             },
8671             # Long Unit Identifier
8672             'mass-pound' => {
8673             'one' => q({0} lb),
8674             'other' => q({0} lb),
8675             },
8676             # Core Unit Identifier
8677             'pound' => {
8678             'one' => q({0} lb),
8679             'other' => q({0} lb),
8680             },
8681             # Long Unit Identifier
8682             'mass-solar-mass' => {
8683             'one' => q({0} M☉),
8684             'other' => q({0} M☉),
8685             },
8686             # Core Unit Identifier
8687             'solar-mass' => {
8688             'one' => q({0} M☉),
8689             'other' => q({0} M☉),
8690             },
8691             # Long Unit Identifier
8692             'mass-ton' => {
8693             'name' => q(sh tn),
8694             'one' => q({0} sh tn),
8695             'other' => q({0} sh tn),
8696             },
8697             # Core Unit Identifier
8698             'ton' => {
8699             'name' => q(sh tn),
8700             'one' => q({0} sh tn),
8701             'other' => q({0} sh tn),
8702             },
8703             # Long Unit Identifier
8704             'mass-tonne' => {
8705             'one' => q({0} t),
8706             'other' => q({0} t),
8707             },
8708             # Core Unit Identifier
8709             'tonne' => {
8710             'one' => q({0} t),
8711             'other' => q({0} t),
8712             },
8713             # Long Unit Identifier
8714             'power-gigawatt' => {
8715             'one' => q({0} GW),
8716             'other' => q({0} GW),
8717             },
8718             # Core Unit Identifier
8719             'gigawatt' => {
8720             'one' => q({0} GW),
8721             'other' => q({0} GW),
8722             },
8723             # Long Unit Identifier
8724             'power-horsepower' => {
8725             'name' => q(ch),
8726             'one' => q({0} ch),
8727             'other' => q({0} ch),
8728             },
8729             # Core Unit Identifier
8730             'horsepower' => {
8731             'name' => q(ch),
8732             'one' => q({0} ch),
8733             'other' => q({0} ch),
8734             },
8735             # Long Unit Identifier
8736             'power-kilowatt' => {
8737             'one' => q({0} kW),
8738             'other' => q({0} kW),
8739             },
8740             # Core Unit Identifier
8741             'kilowatt' => {
8742             'one' => q({0} kW),
8743             'other' => q({0} kW),
8744             },
8745             # Long Unit Identifier
8746             'power-megawatt' => {
8747             'one' => q({0} MW),
8748             'other' => q({0} MW),
8749             },
8750             # Core Unit Identifier
8751             'megawatt' => {
8752             'one' => q({0} MW),
8753             'other' => q({0} MW),
8754             },
8755             # Long Unit Identifier
8756             'power-milliwatt' => {
8757             'one' => q({0} mW),
8758             'other' => q({0} mW),
8759             },
8760             # Core Unit Identifier
8761             'milliwatt' => {
8762             'one' => q({0} mW),
8763             'other' => q({0} mW),
8764             },
8765             # Long Unit Identifier
8766             'power-watt' => {
8767             'name' => q(W),
8768             'one' => q({0} W),
8769             'other' => q({0} W),
8770             },
8771             # Core Unit Identifier
8772             'watt' => {
8773             'name' => q(W),
8774             'one' => q({0} W),
8775             'other' => q({0} W),
8776             },
8777             # Long Unit Identifier
8778             'pressure-atmosphere' => {
8779             'one' => q({0} atm),
8780             'other' => q({0} atm),
8781             },
8782             # Core Unit Identifier
8783             'atmosphere' => {
8784             'one' => q({0} atm),
8785             'other' => q({0} atm),
8786             },
8787             # Long Unit Identifier
8788             'pressure-bar' => {
8789             'one' => q({0} bar),
8790             'other' => q({0} bars),
8791             },
8792             # Core Unit Identifier
8793             'bar' => {
8794             'one' => q({0} bar),
8795             'other' => q({0} bars),
8796             },
8797             # Long Unit Identifier
8798             'pressure-hectopascal' => {
8799             'one' => q({0} hPa),
8800             'other' => q({0} hPa),
8801             },
8802             # Core Unit Identifier
8803             'hectopascal' => {
8804             'one' => q({0} hPa),
8805             'other' => q({0} hPa),
8806             },
8807             # Long Unit Identifier
8808             'pressure-inch-ofhg' => {
8809             'one' => q({0} inHg),
8810             'other' => q({0} inHg),
8811             },
8812             # Core Unit Identifier
8813             'inch-ofhg' => {
8814             'one' => q({0} inHg),
8815             'other' => q({0} inHg),
8816             },
8817             # Long Unit Identifier
8818             'pressure-kilopascal' => {
8819             'one' => q({0} kPa),
8820             'other' => q({0} kPa),
8821             },
8822             # Core Unit Identifier
8823             'kilopascal' => {
8824             'one' => q({0} kPa),
8825             'other' => q({0} kPa),
8826             },
8827             # Long Unit Identifier
8828             'pressure-megapascal' => {
8829             'one' => q({0} MPa),
8830             'other' => q({0} MPa),
8831             },
8832             # Core Unit Identifier
8833             'megapascal' => {
8834             'one' => q({0} MPa),
8835             'other' => q({0} MPa),
8836             },
8837             # Long Unit Identifier
8838             'pressure-millibar' => {
8839             'one' => q({0} mbar),
8840             'other' => q({0} mbar),
8841             },
8842             # Core Unit Identifier
8843             'millibar' => {
8844             'one' => q({0} mbar),
8845             'other' => q({0} mbar),
8846             },
8847             # Long Unit Identifier
8848             'pressure-millimeter-ofhg' => {
8849             'name' => q(mmHg),
8850             'one' => q({0} mmHg),
8851             'other' => q({0} mmHg),
8852             },
8853             # Core Unit Identifier
8854             'millimeter-ofhg' => {
8855             'name' => q(mmHg),
8856             'one' => q({0} mmHg),
8857             'other' => q({0} mmHg),
8858             },
8859             # Long Unit Identifier
8860             'pressure-pascal' => {
8861             'one' => q({0} Pa),
8862             'other' => q({0} Pa),
8863             },
8864             # Core Unit Identifier
8865             'pascal' => {
8866             'one' => q({0} Pa),
8867             'other' => q({0} Pa),
8868             },
8869             # Long Unit Identifier
8870             'pressure-pound-force-per-square-inch' => {
8871             'name' => q(lb/po²),
8872             'one' => q({0} lb/po²),
8873             'other' => q({0} lb/po²),
8874             },
8875             # Core Unit Identifier
8876             'pound-force-per-square-inch' => {
8877             'name' => q(lb/po²),
8878             'one' => q({0} lb/po²),
8879             'other' => q({0} lb/po²),
8880             },
8881             # Long Unit Identifier
8882             'speed-beaufort' => {
8883             'one' => q({0} Bft),
8884             'other' => q({0} Bft),
8885             },
8886             # Core Unit Identifier
8887             'beaufort' => {
8888             'one' => q({0} Bft),
8889             'other' => q({0} Bft),
8890             },
8891             # Long Unit Identifier
8892             'speed-kilometer-per-hour' => {
8893             'one' => q({0} km/h),
8894             'other' => q({0} km/h),
8895             },
8896             # Core Unit Identifier
8897             'kilometer-per-hour' => {
8898             'one' => q({0} km/h),
8899             'other' => q({0} km/h),
8900             },
8901             # Long Unit Identifier
8902             'speed-knot' => {
8903             'name' => q(nd),
8904             'one' => q({0} nd),
8905             'other' => q({0} nd),
8906             },
8907             # Core Unit Identifier
8908             'knot' => {
8909             'name' => q(nd),
8910             'one' => q({0} nd),
8911             'other' => q({0} nd),
8912             },
8913             # Long Unit Identifier
8914             'speed-light-speed' => {
8915             'name' => q(lumière),
8916             'one' => q({0} lumière),
8917             'other' => q({0} lumière),
8918             },
8919             # Core Unit Identifier
8920             'light-speed' => {
8921             'name' => q(lumière),
8922             'one' => q({0} lumière),
8923             'other' => q({0} lumière),
8924             },
8925             # Long Unit Identifier
8926             'speed-meter-per-second' => {
8927             'one' => q({0} m/s),
8928             'other' => q({0} m/s),
8929             },
8930             # Core Unit Identifier
8931             'meter-per-second' => {
8932             'one' => q({0} m/s),
8933             'other' => q({0} m/s),
8934             },
8935             # Long Unit Identifier
8936             'speed-mile-per-hour' => {
8937             'one' => q({0} mi/h),
8938             'other' => q({0} mi/h),
8939             },
8940             # Core Unit Identifier
8941             'mile-per-hour' => {
8942             'one' => q({0} mi/h),
8943             'other' => q({0} mi/h),
8944             },
8945             # Long Unit Identifier
8946             'temperature-celsius' => {
8947             'one' => q({0} °C),
8948             'other' => q({0} °C),
8949             },
8950             # Core Unit Identifier
8951             'celsius' => {
8952             'one' => q({0} °C),
8953             'other' => q({0} °C),
8954             },
8955             # Long Unit Identifier
8956             'temperature-fahrenheit' => {
8957             'one' => q({0} °F),
8958             'other' => q({0} °F),
8959             },
8960             # Core Unit Identifier
8961             'fahrenheit' => {
8962             'one' => q({0} °F),
8963             'other' => q({0} °F),
8964             },
8965             # Long Unit Identifier
8966             'temperature-kelvin' => {
8967             'one' => q({0} K),
8968             'other' => q({0} K),
8969             },
8970             # Core Unit Identifier
8971             'kelvin' => {
8972             'one' => q({0} K),
8973             'other' => q({0} K),
8974             },
8975             # Long Unit Identifier
8976             'times' => {
8977             '1' => q({0}-{1}),
8978             },
8979             # Core Unit Identifier
8980             'times' => {
8981             '1' => q({0}-{1}),
8982             },
8983             # Long Unit Identifier
8984             'torque-newton-meter' => {
8985             'one' => q({0} N⋅m),
8986             'other' => q({0} N⋅m),
8987             },
8988             # Core Unit Identifier
8989             'newton-meter' => {
8990             'one' => q({0} N⋅m),
8991             'other' => q({0} N⋅m),
8992             },
8993             # Long Unit Identifier
8994             'torque-pound-force-foot' => {
8995             'one' => q({0} lbf⋅ft),
8996             'other' => q({0} lbf⋅ft),
8997             },
8998             # Core Unit Identifier
8999             'pound-force-foot' => {
9000             'one' => q({0} lbf⋅ft),
9001             'other' => q({0} lbf⋅ft),
9002             },
9003             # Long Unit Identifier
9004             'volume-acre-foot' => {
9005             'name' => q(ac pi),
9006             'one' => q({0} ac pi),
9007             'other' => q({0} ac pi),
9008             },
9009             # Core Unit Identifier
9010             'acre-foot' => {
9011             'name' => q(ac pi),
9012             'one' => q({0} ac pi),
9013             'other' => q({0} ac pi),
9014             },
9015             # Long Unit Identifier
9016             'volume-barrel' => {
9017             'one' => q({0} bbl),
9018             'other' => q({0} bbl),
9019             },
9020             # Core Unit Identifier
9021             'barrel' => {
9022             'one' => q({0} bbl),
9023             'other' => q({0} bbl),
9024             },
9025             # Long Unit Identifier
9026             'volume-bushel' => {
9027             'one' => q({0} bu),
9028             'other' => q({0} bu),
9029             },
9030             # Core Unit Identifier
9031             'bushel' => {
9032             'one' => q({0} bu),
9033             'other' => q({0} bu),
9034             },
9035             # Long Unit Identifier
9036             'volume-centiliter' => {
9037             'name' => q(cl),
9038             'one' => q({0} cl),
9039             'other' => q({0} cl),
9040             },
9041             # Core Unit Identifier
9042             'centiliter' => {
9043             'name' => q(cl),
9044             'one' => q({0} cl),
9045             'other' => q({0} cl),
9046             },
9047             # Long Unit Identifier
9048             'volume-cubic-centimeter' => {
9049             'one' => q({0} cm³),
9050             'other' => q({0} cm³),
9051             },
9052             # Core Unit Identifier
9053             'cubic-centimeter' => {
9054             'one' => q({0} cm³),
9055             'other' => q({0} cm³),
9056             },
9057             # Long Unit Identifier
9058             'volume-cubic-foot' => {
9059             'name' => q(pi³),
9060             'one' => q({0} pi³),
9061             'other' => q({0} pi³),
9062             },
9063             # Core Unit Identifier
9064             'cubic-foot' => {
9065             'name' => q(pi³),
9066             'one' => q({0} pi³),
9067             'other' => q({0} pi³),
9068             },
9069             # Long Unit Identifier
9070             'volume-cubic-inch' => {
9071             'name' => q(po³),
9072             'one' => q({0} po³),
9073             'other' => q({0} po³),
9074             },
9075             # Core Unit Identifier
9076             'cubic-inch' => {
9077             'name' => q(po³),
9078             'one' => q({0} po³),
9079             'other' => q({0} po³),
9080             },
9081             # Long Unit Identifier
9082             'volume-cubic-kilometer' => {
9083             'one' => q({0} km³),
9084             'other' => q({0} km³),
9085             },
9086             # Core Unit Identifier
9087             'cubic-kilometer' => {
9088             'one' => q({0} km³),
9089             'other' => q({0} km³),
9090             },
9091             # Long Unit Identifier
9092             'volume-cubic-meter' => {
9093             'one' => q({0} m³),
9094             'other' => q({0} m³),
9095             },
9096             # Core Unit Identifier
9097             'cubic-meter' => {
9098             'one' => q({0} m³),
9099             'other' => q({0} m³),
9100             },
9101             # Long Unit Identifier
9102             'volume-cubic-mile' => {
9103             'one' => q({0} mi³),
9104             'other' => q({0} mi³),
9105             },
9106             # Core Unit Identifier
9107             'cubic-mile' => {
9108             'one' => q({0} mi³),
9109             'other' => q({0} mi³),
9110             },
9111             # Long Unit Identifier
9112             'volume-cubic-yard' => {
9113             'one' => q({0} yd³),
9114             'other' => q({0} yd³),
9115             },
9116             # Core Unit Identifier
9117             'cubic-yard' => {
9118             'one' => q({0} yd³),
9119             'other' => q({0} yd³),
9120             },
9121             # Long Unit Identifier
9122             'volume-cup' => {
9123             'name' => q(tasses),
9124             'one' => q({0} tasse),
9125             'other' => q({0} tasses),
9126             },
9127             # Core Unit Identifier
9128             'cup' => {
9129             'name' => q(tasses),
9130             'one' => q({0} tasse),
9131             'other' => q({0} tasses),
9132             },
9133             # Long Unit Identifier
9134             'volume-cup-metric' => {
9135             'name' => q(tm),
9136             'one' => q({0} tm),
9137             'other' => q({0} tm),
9138             },
9139             # Core Unit Identifier
9140             'cup-metric' => {
9141             'name' => q(tm),
9142             'one' => q({0} tm),
9143             'other' => q({0} tm),
9144             },
9145             # Long Unit Identifier
9146             'volume-deciliter' => {
9147             'name' => q(dl),
9148             'one' => q({0} dl),
9149             'other' => q({0} dl),
9150             },
9151             # Core Unit Identifier
9152             'deciliter' => {
9153             'name' => q(dl),
9154             'one' => q({0} dl),
9155             'other' => q({0} dl),
9156             },
9157             # Long Unit Identifier
9158             'volume-dessert-spoon' => {
9159             'name' => q(c. à d.),
9160             'one' => q({0} c. à d.),
9161             'other' => q({0} c. à d.),
9162             },
9163             # Core Unit Identifier
9164             'dessert-spoon' => {
9165             'name' => q(c. à d.),
9166             'one' => q({0} c. à d.),
9167             'other' => q({0} c. à d.),
9168             },
9169             # Long Unit Identifier
9170             'volume-dessert-spoon-imperial' => {
9171             'name' => q(c. à d. imp.),
9172             'one' => q({0} c. à d. imp.),
9173             'other' => q({0} c. à d. imp.),
9174             },
9175             # Core Unit Identifier
9176             'dessert-spoon-imperial' => {
9177             'name' => q(c. à d. imp.),
9178             'one' => q({0} c. à d. imp.),
9179             'other' => q({0} c. à d. imp.),
9180             },
9181             # Long Unit Identifier
9182             'volume-dram' => {
9183             'name' => q(drachme fluide),
9184             'one' => q({0} fl dr),
9185             'other' => q({0} fl dr),
9186             },
9187             # Core Unit Identifier
9188             'dram' => {
9189             'name' => q(drachme fluide),
9190             'one' => q({0} fl dr),
9191             'other' => q({0} fl dr),
9192             },
9193             # Long Unit Identifier
9194             'volume-drop' => {
9195             'name' => q(gte),
9196             'one' => q({0} gte),
9197             'other' => q({0} gte),
9198             },
9199             # Core Unit Identifier
9200             'drop' => {
9201             'name' => q(gte),
9202             'one' => q({0} gte),
9203             'other' => q({0} gte),
9204             },
9205             # Long Unit Identifier
9206             'volume-fluid-ounce' => {
9207             'name' => q(fl oz),
9208             'one' => q({0} fl oz),
9209             'other' => q({0} fl oz),
9210             },
9211             # Core Unit Identifier
9212             'fluid-ounce' => {
9213             'name' => q(fl oz),
9214             'one' => q({0} fl oz),
9215             'other' => q({0} fl oz),
9216             },
9217             # Long Unit Identifier
9218             'volume-fluid-ounce-imperial' => {
9219             'name' => q(fl oz imp.),
9220             'one' => q({0} fl oz imp.),
9221             'other' => q({0} fl oz imp.),
9222             },
9223             # Core Unit Identifier
9224             'fluid-ounce-imperial' => {
9225             'name' => q(fl oz imp.),
9226             'one' => q({0} fl oz imp.),
9227             'other' => q({0} fl oz imp.),
9228             },
9229             # Long Unit Identifier
9230             'volume-gallon' => {
9231             'name' => q(gal),
9232             'one' => q({0} gal),
9233             'other' => q({0} gal),
9234             'per' => q({0}/gal),
9235             },
9236             # Core Unit Identifier
9237             'gallon' => {
9238             'name' => q(gal),
9239             'one' => q({0} gal),
9240             'other' => q({0} gal),
9241             'per' => q({0}/gal),
9242             },
9243             # Long Unit Identifier
9244             'volume-gallon-imperial' => {
9245             'name' => q(gal imp.),
9246             'one' => q({0} gal imp.),
9247             'other' => q({0} gal imp.),
9248             'per' => q({0} gal imp.),
9249             },
9250             # Core Unit Identifier
9251             'gallon-imperial' => {
9252             'name' => q(gal imp.),
9253             'one' => q({0} gal imp.),
9254             'other' => q({0} gal imp.),
9255             'per' => q({0} gal imp.),
9256             },
9257             # Long Unit Identifier
9258             'volume-hectoliter' => {
9259             'name' => q(hl),
9260             'one' => q({0} hl),
9261             'other' => q({0} hl),
9262             },
9263             # Core Unit Identifier
9264             'hectoliter' => {
9265             'name' => q(hl),
9266             'one' => q({0} hl),
9267             'other' => q({0} hl),
9268             },
9269             # Long Unit Identifier
9270             'volume-jigger' => {
9271             'one' => q({0} jigger),
9272             'other' => q({0} jiggers),
9273             },
9274             # Core Unit Identifier
9275             'jigger' => {
9276             'one' => q({0} jigger),
9277             'other' => q({0} jiggers),
9278             },
9279             # Long Unit Identifier
9280             'volume-liter' => {
9281             'name' => q(l),
9282             'one' => q({0} l),
9283             'other' => q({0} l),
9284             },
9285             # Core Unit Identifier
9286             'liter' => {
9287             'name' => q(l),
9288             'one' => q({0} l),
9289             'other' => q({0} l),
9290             },
9291             # Long Unit Identifier
9292             'volume-megaliter' => {
9293             'name' => q(Ml),
9294             'one' => q({0} Ml),
9295             'other' => q({0} Ml),
9296             },
9297             # Core Unit Identifier
9298             'megaliter' => {
9299             'name' => q(Ml),
9300             'one' => q({0} Ml),
9301             'other' => q({0} Ml),
9302             },
9303             # Long Unit Identifier
9304             'volume-milliliter' => {
9305             'name' => q(ml),
9306             'one' => q({0} ml),
9307             'other' => q({0} ml),
9308             },
9309             # Core Unit Identifier
9310             'milliliter' => {
9311             'name' => q(ml),
9312             'one' => q({0} ml),
9313             'other' => q({0} ml),
9314             },
9315             # Long Unit Identifier
9316             'volume-pinch' => {
9317             'name' => q(pincée),
9318             'one' => q({0} pincée),
9319             'other' => q({0} pincées),
9320             },
9321             # Core Unit Identifier
9322             'pinch' => {
9323             'name' => q(pincée),
9324             'one' => q({0} pincée),
9325             'other' => q({0} pincées),
9326             },
9327             # Long Unit Identifier
9328             'volume-pint' => {
9329             'name' => q(pte),
9330             'one' => q({0} pte),
9331             'other' => q({0} pte),
9332             },
9333             # Core Unit Identifier
9334             'pint' => {
9335             'name' => q(pte),
9336             'one' => q({0} pte),
9337             'other' => q({0} pte),
9338             },
9339             # Long Unit Identifier
9340             'volume-quart-imperial' => {
9341             'name' => q(qt imp.),
9342             'one' => q({0} qt imp.),
9343             'other' => q({0} qt imp.),
9344             },
9345             # Core Unit Identifier
9346             'quart-imperial' => {
9347             'name' => q(qt imp.),
9348             'one' => q({0} qt imp.),
9349             'other' => q({0} qt imp.),
9350             },
9351             # Long Unit Identifier
9352             'volume-tablespoon' => {
9353             'name' => q(c. à s.),
9354             'one' => q({0} c. à s.),
9355             'other' => q({0} c. à s.),
9356             },
9357             # Core Unit Identifier
9358             'tablespoon' => {
9359             'name' => q(c. à s.),
9360             'one' => q({0} c. à s.),
9361             'other' => q({0} c. à s.),
9362             },
9363             # Long Unit Identifier
9364             'volume-teaspoon' => {
9365             'name' => q(c. à c.),
9366             'one' => q({0} c. à c.),
9367             'other' => q({0} c. à c.),
9368             },
9369             # Core Unit Identifier
9370             'teaspoon' => {
9371             'name' => q(c. à c.),
9372             'one' => q({0} c. à c.),
9373             'other' => q({0} c. à c.),
9374             },
9375             },
9376             } }
9377             );
9378              
9379             has 'yesstr' => (
9380             is => 'ro',
9381             isa => RegexpRef,
9382             init_arg => undef,
9383             default => sub { qr'^(?i:oui|o|yes|y)$' }
9384             );
9385              
9386             has 'nostr' => (
9387             is => 'ro',
9388             isa => RegexpRef,
9389             init_arg => undef,
9390             default => sub { qr'^(?i:non|n)$' }
9391             );
9392              
9393             has 'listPatterns' => (
9394             is => 'ro',
9395             isa => HashRef,
9396             init_arg => undef,
9397             default => sub { {
9398             end => q({0} et {1}),
9399             2 => q({0} et {1}),
9400             } }
9401             );
9402              
9403             has 'number_symbols' => (
9404             is => 'ro',
9405             isa => HashRef,
9406             init_arg => undef,
9407             default => sub { {
9408             'arab' => {
9409             'minusSign' => q(‏−),
9410             'percentSign' => q(٪),
9411             'plusSign' => q(‏+),
9412             },
9413             'arabext' => {
9414             'minusSign' => q(‎−),
9415             'plusSign' => q(‎+),
9416             },
9417             'latn' => {
9418             'decimal' => q(,),
9419             'group' => q( ),
9420             },
9421             } }
9422             );
9423              
9424             has 'number_formats' => (
9425             is => 'ro',
9426             isa => HashRef,
9427             init_arg => undef,
9428             default => sub { {
9429             decimalFormat => {
9430             'long' => {
9431             '1000' => {
9432             '1' => 'mille',
9433             'one' => '0 millier',
9434             'other' => '0 mille',
9435             },
9436             '10000' => {
9437             'one' => '00 mille',
9438             'other' => '00 mille',
9439             },
9440             '100000' => {
9441             'one' => '000 mille',
9442             'other' => '000 mille',
9443             },
9444             '1000000' => {
9445             'one' => '0 million',
9446             'other' => '0 millions',
9447             },
9448             '10000000' => {
9449             'one' => '00 million',
9450             'other' => '00 millions',
9451             },
9452             '100000000' => {
9453             'one' => '000 million',
9454             'other' => '000 millions',
9455             },
9456             '1000000000' => {
9457             'one' => '0 milliard',
9458             'other' => '0 milliards',
9459             },
9460             '10000000000' => {
9461             'one' => '00 milliard',
9462             'other' => '00 milliards',
9463             },
9464             '100000000000' => {
9465             'one' => '000 milliard',
9466             'other' => '000 milliards',
9467             },
9468             '1000000000000' => {
9469             'one' => '0 billion',
9470             'other' => '0 billions',
9471             },
9472             '10000000000000' => {
9473             'one' => '00 billion',
9474             'other' => '00 billions',
9475             },
9476             '100000000000000' => {
9477             'one' => '000 billion',
9478             'other' => '000 billions',
9479             },
9480             },
9481             'short' => {
9482             '1000' => {
9483             'one' => '0 k',
9484             'other' => '0 k',
9485             },
9486             '10000' => {
9487             'one' => '00 k',
9488             'other' => '00 k',
9489             },
9490             '100000' => {
9491             'one' => '000 k',
9492             'other' => '000 k',
9493             },
9494             '1000000' => {
9495             'one' => '0 M',
9496             'other' => '0 M',
9497             },
9498             '10000000' => {
9499             'one' => '00 M',
9500             'other' => '00 M',
9501             },
9502             '100000000' => {
9503             'one' => '000 M',
9504             'other' => '000 M',
9505             },
9506             '1000000000' => {
9507             'one' => '0 Md',
9508             'other' => '0 Md',
9509             },
9510             '10000000000' => {
9511             'one' => '00 Md',
9512             'other' => '00 Md',
9513             },
9514             '100000000000' => {
9515             'one' => '000 Md',
9516             'other' => '000 Md',
9517             },
9518             '1000000000000' => {
9519             'one' => '0 Bn',
9520             'other' => '0 Bn',
9521             },
9522             '10000000000000' => {
9523             'one' => '00 Bn',
9524             'other' => '00 Bn',
9525             },
9526             '100000000000000' => {
9527             'one' => '000 Bn',
9528             'other' => '000 Bn',
9529             },
9530             },
9531             },
9532             percentFormat => {
9533             'default' => {
9534             'standard' => {
9535             'default' => '#,##0 %',
9536             },
9537             },
9538             },
9539             } },
9540             );
9541              
9542             has 'number_currency_formats' => (
9543             is => 'ro',
9544             isa => HashRef,
9545             init_arg => undef,
9546             default => sub { {
9547             'latn' => {
9548             'pattern' => {
9549             'default' => {
9550             'accounting' => {
9551             'negative' => '(#,##0.00 ¤)',
9552             'positive' => '#,##0.00 ¤',
9553             },
9554             'standard' => {
9555             'positive' => '#,##0.00 ¤',
9556             },
9557             },
9558             },
9559             },
9560             } },
9561             );
9562              
9563             has 'currencies' => (
9564             is => 'ro',
9565             isa => HashRef,
9566             init_arg => undef,
9567             default => sub { {
9568             'ADP' => {
9569             display_name => {
9570             'currency' => q(peseta andorrane),
9571             'one' => q(peseta andorrane),
9572             'other' => q(pesetas andorranes),
9573             },
9574             },
9575             'AED' => {
9576             display_name => {
9577             'currency' => q(dirham des Émirats arabes unis),
9578             'one' => q(dirham des Émirats arabes unis),
9579             'other' => q(dirhams des Émirats arabes unis),
9580             },
9581             },
9582             'AFA' => {
9583             display_name => {
9584             'currency' => q(afghani \(1927–2002\)),
9585             'one' => q(afghani \(1927–2002\)),
9586             'other' => q(afghanis \(1927–2002\)),
9587             },
9588             },
9589             'AFN' => {
9590             display_name => {
9591             'currency' => q(afghani afghan),
9592             'one' => q(afghani afghan),
9593             'other' => q(afghanis afghan),
9594             },
9595             },
9596             'ALK' => {
9597             display_name => {
9598             'currency' => q(lek albanais \(1947–1961\)),
9599             'one' => q(lek albanais \(1947–1961\)),
9600             'other' => q(leks albanais \(1947–1961\)),
9601             },
9602             },
9603             'ALL' => {
9604             display_name => {
9605             'currency' => q(lek albanais),
9606             'one' => q(lek albanais),
9607             'other' => q(leks albanais),
9608             },
9609             },
9610             'AMD' => {
9611             display_name => {
9612             'currency' => q(dram arménien),
9613             'one' => q(dram arménien),
9614             'other' => q(drams arméniens),
9615             },
9616             },
9617             'ANG' => {
9618             display_name => {
9619             'currency' => q(florin antillais),
9620             'one' => q(florin antillais),
9621             'other' => q(florins antillais),
9622             },
9623             },
9624             'AOA' => {
9625             display_name => {
9626             'currency' => q(kwanza angolais),
9627             'one' => q(kwanza angolais),
9628             'other' => q(kwanzas angolais),
9629             },
9630             },
9631             'AOK' => {
9632             display_name => {
9633             'currency' => q(kwanza angolais \(1977–1990\)),
9634             'one' => q(kwanza angolais \(1977–1990\)),
9635             'other' => q(kwanzas angolais \(1977–1990\)),
9636             },
9637             },
9638             'AON' => {
9639             display_name => {
9640             'currency' => q(nouveau kwanza angolais \(1990–2000\)),
9641             'one' => q(nouveau kwanza angolais \(1990–2000\)),
9642             'other' => q(nouveaux kwanzas angolais \(1990–2000\)),
9643             },
9644             },
9645             'AOR' => {
9646             display_name => {
9647             'currency' => q(kwanza angolais réajusté \(1995–1999\)),
9648             'one' => q(kwanza angolais réajusté \(1995–1999\)),
9649             'other' => q(kwanzas angolais réajustés \(1995–1999\)),
9650             },
9651             },
9652             'ARA' => {
9653             display_name => {
9654             'currency' => q(austral argentin),
9655             'one' => q(austral argentin),
9656             'other' => q(australs argentins),
9657             },
9658             },
9659             'ARL' => {
9660             display_name => {
9661             'currency' => q(peso lourd argentin \(1970–1983\)),
9662             'one' => q(peso lourd argentin \(1970–1983\)),
9663             'other' => q(pesos lourds argentins \(1970–1983\)),
9664             },
9665             },
9666             'ARM' => {
9667             display_name => {
9668             'currency' => q(peso argentin \(1881–1970\)),
9669             'one' => q(peso argentin \(1881–1970\)),
9670             'other' => q(pesos argentins \(1881–1970\)),
9671             },
9672             },
9673             'ARP' => {
9674             display_name => {
9675             'currency' => q(peso argentin \(1983–1985\)),
9676             'one' => q(peso argentin \(1983–1985\)),
9677             'other' => q(pesos argentins \(1983–1985\)),
9678             },
9679             },
9680             'ARS' => {
9681             symbol => '$AR',
9682             display_name => {
9683             'currency' => q(peso argentin),
9684             'one' => q(peso argentin),
9685             'other' => q(pesos argentins),
9686             },
9687             },
9688             'ATS' => {
9689             display_name => {
9690             'currency' => q(schilling autrichien),
9691             'one' => q(schilling autrichien),
9692             'other' => q(schillings autrichiens),
9693             },
9694             },
9695             'AUD' => {
9696             symbol => '$AU',
9697             display_name => {
9698             'currency' => q(dollar australien),
9699             'one' => q(dollar australien),
9700             'other' => q(dollars australiens),
9701             },
9702             },
9703             'AWG' => {
9704             display_name => {
9705             'currency' => q(florin arubais),
9706             'one' => q(florin arubais),
9707             'other' => q(florins arubais),
9708             },
9709             },
9710             'AZM' => {
9711             display_name => {
9712             'currency' => q(manat azéri \(1993–2006\)),
9713             'one' => q(manat azéri \(1993–2006\)),
9714             'other' => q(manats azéris \(1993–2006\)),
9715             },
9716             },
9717             'AZN' => {
9718             display_name => {
9719             'currency' => q(manat azéri),
9720             'one' => q(manat azéri),
9721             'other' => q(manats azéris),
9722             },
9723             },
9724             'BAD' => {
9725             display_name => {
9726             'currency' => q(dinar bosniaque),
9727             'one' => q(dinar bosniaque),
9728             'other' => q(dinars bosniaques),
9729             },
9730             },
9731             'BAM' => {
9732             display_name => {
9733             'currency' => q(mark convertible bosniaque),
9734             'one' => q(mark convertible bosniaque),
9735             'other' => q(marks convertibles bosniaques),
9736             },
9737             },
9738             'BAN' => {
9739             display_name => {
9740             'currency' => q(nouveau dinar bosniaque \(1994–1997\)),
9741             'one' => q(nouveau dinar bosniaque \(1994–1997\)),
9742             'other' => q(nouveaux dinars bosniaques \(1994–1997\)),
9743             },
9744             },
9745             'BBD' => {
9746             display_name => {
9747             'currency' => q(dollar barbadien),
9748             'one' => q(dollar barbadien),
9749             'other' => q(dollars barbadiens),
9750             },
9751             },
9752             'BDT' => {
9753             display_name => {
9754             'currency' => q(taka bangladeshi),
9755             'one' => q(taka bangladeshi),
9756             'other' => q(takas bangladeshis),
9757             },
9758             },
9759             'BEC' => {
9760             display_name => {
9761             'currency' => q(franc belge \(convertible\)),
9762             'one' => q(franc belge \(convertible\)),
9763             'other' => q(francs belges \(convertibles\)),
9764             },
9765             },
9766             'BEF' => {
9767             symbol => 'FB',
9768             display_name => {
9769             'currency' => q(franc belge),
9770             'one' => q(franc belge),
9771             'other' => q(francs belges),
9772             },
9773             },
9774             'BEL' => {
9775             display_name => {
9776             'currency' => q(franc belge \(financier\)),
9777             'one' => q(franc belge \(financier\)),
9778             'other' => q(francs belges \(financiers\)),
9779             },
9780             },
9781             'BGL' => {
9782             display_name => {
9783             'currency' => q(lev bulgare \(1962–1999\)),
9784             'one' => q(lev bulgare \(1962–1999\)),
9785             'other' => q(levs bulgares \(1962–1999\)),
9786             },
9787             },
9788             'BGM' => {
9789             display_name => {
9790             'currency' => q(lev socialiste bulgare),
9791             'one' => q(lev socialiste bulgare),
9792             'other' => q(levs socialistes bulgares),
9793             },
9794             },
9795             'BGN' => {
9796             display_name => {
9797             'currency' => q(lev bulgare),
9798             'one' => q(lev bulgare),
9799             'other' => q(levs bulgares),
9800             },
9801             },
9802             'BGO' => {
9803             display_name => {
9804             'currency' => q(lev bulgare \(1879–1952\)),
9805             'one' => q(lev bulgare \(1879–1952\)),
9806             'other' => q(levs bulgares \(1879–1952\)),
9807             },
9808             },
9809             'BHD' => {
9810             display_name => {
9811             'currency' => q(dinar bahreïni),
9812             'one' => q(dinar bahreïni),
9813             'other' => q(dinars bahreïnis),
9814             },
9815             },
9816             'BIF' => {
9817             display_name => {
9818             'currency' => q(franc burundais),
9819             'one' => q(franc burundais),
9820             'other' => q(francs burundais),
9821             },
9822             },
9823             'BMD' => {
9824             symbol => '$BM',
9825             display_name => {
9826             'currency' => q(dollar bermudien),
9827             'one' => q(dollar bermudien),
9828             'other' => q(dollars bermudiens),
9829             },
9830             },
9831             'BND' => {
9832             symbol => '$BN',
9833             display_name => {
9834             'currency' => q(dollar brunéien),
9835             'one' => q(dollar brunéien),
9836             'other' => q(dollars brunéiens),
9837             },
9838             },
9839             'BOB' => {
9840             display_name => {
9841             'currency' => q(boliviano bolivien),
9842             'one' => q(boliviano bolivien),
9843             'other' => q(bolivianos boliviens),
9844             },
9845             },
9846             'BOL' => {
9847             display_name => {
9848             'currency' => q(boliviano bolivien \(1863–1963\)),
9849             'one' => q(boliviano bolivien \(1863–1963\)),
9850             'other' => q(bolivianos boliviens \(1863–1963\)),
9851             },
9852             },
9853             'BOP' => {
9854             display_name => {
9855             'currency' => q(peso bolivien),
9856             'one' => q(peso bolivien),
9857             'other' => q(pesos boliviens),
9858             },
9859             },
9860             'BOV' => {
9861             display_name => {
9862             'currency' => q(mvdol bolivien),
9863             'one' => q(mvdol bolivien),
9864             'other' => q(mvdols boliviens),
9865             },
9866             },
9867             'BRB' => {
9868             display_name => {
9869             'currency' => q(nouveau cruzeiro brésilien \(1967–1986\)),
9870             'one' => q(nouveau cruzeiro brésilien \(1967–1986\)),
9871             'other' => q(nouveaux cruzeiros brésiliens \(1967–1986\)),
9872             },
9873             },
9874             'BRC' => {
9875             display_name => {
9876             'currency' => q(cruzado brésilien \(1986–1989\)),
9877             'one' => q(cruzado brésilien \(1986–1989\)),
9878             'other' => q(cruzados brésiliens \(1986–1989\)),
9879             },
9880             },
9881             'BRE' => {
9882             display_name => {
9883             'currency' => q(cruzeiro brésilien \(1990–1993\)),
9884             'one' => q(cruzeiro brésilien \(1990–1993\)),
9885             'other' => q(cruzeiros brésiliens \(1990–1993\)),
9886             },
9887             },
9888             'BRL' => {
9889             display_name => {
9890             'currency' => q(réal brésilien),
9891             'one' => q(réal brésilien),
9892             'other' => q(réals brésiliens),
9893             },
9894             },
9895             'BRN' => {
9896             display_name => {
9897             'currency' => q(nouveau cruzado),
9898             'one' => q(nouveau cruzado brésilien \(1989–1990\)),
9899             'other' => q(nouveaux cruzados brésiliens \(1989–1990\)),
9900             },
9901             },
9902             'BRR' => {
9903             display_name => {
9904             'currency' => q(cruzeiro),
9905             'one' => q(cruzeiro réal brésilien \(1993–1994\)),
9906             'other' => q(cruzeiros réals brésiliens \(1993–1994\)),
9907             },
9908             },
9909             'BRZ' => {
9910             display_name => {
9911             'currency' => q(cruzeiro brésilien \(1942–1967\)),
9912             'one' => q(cruzeiro brésilien \(1942–1967\)),
9913             'other' => q(cruzeiros brésiliens \(1942–1967\)),
9914             },
9915             },
9916             'BSD' => {
9917             display_name => {
9918             'currency' => q(dollar bahaméen),
9919             'one' => q(dollar bahaméen),
9920             'other' => q(dollars bahaméens),
9921             },
9922             },
9923             'BTN' => {
9924             display_name => {
9925             'currency' => q(ngultrum bouthanais),
9926             'one' => q(ngultrum bouthanais),
9927             'other' => q(ngultrums bouthanais),
9928             },
9929             },
9930             'BUK' => {
9931             display_name => {
9932             'currency' => q(kyat birman),
9933             'one' => q(kyat birman),
9934             'other' => q(kyats birmans),
9935             },
9936             },
9937             'BWP' => {
9938             display_name => {
9939             'currency' => q(pula botswanais),
9940             'one' => q(pula botswanais),
9941             'other' => q(pulas botswanais),
9942             },
9943             },
9944             'BYB' => {
9945             display_name => {
9946             'currency' => q(nouveau rouble biélorusse \(1994–1999\)),
9947             'one' => q(nouveau rouble biélorusse \(1994–1999\)),
9948             'other' => q(nouveaux roubles biélorusses \(1994–1999\)),
9949             },
9950             },
9951             'BYN' => {
9952             symbol => 'р.',
9953             display_name => {
9954             'currency' => q(rouble biélorusse),
9955             'one' => q(rouble biélorusse),
9956             'other' => q(roubles biélorusses),
9957             },
9958             },
9959             'BYR' => {
9960             display_name => {
9961             'currency' => q(rouble biélorusse \(2000–2016\)),
9962             'one' => q(rouble biélorusse \(2000–2016\)),
9963             'other' => q(roubles biélorusses \(2000–2016\)),
9964             },
9965             },
9966             'BZD' => {
9967             symbol => '$BZ',
9968             display_name => {
9969             'currency' => q(dollar bélizéen),
9970             'one' => q(dollar bélizéen),
9971             'other' => q(dollars bélizéens),
9972             },
9973             },
9974             'CAD' => {
9975             symbol => '$CA',
9976             display_name => {
9977             'currency' => q(dollar canadien),
9978             'one' => q(dollar canadien),
9979             'other' => q(dollars canadiens),
9980             },
9981             },
9982             'CDF' => {
9983             display_name => {
9984             'currency' => q(franc congolais),
9985             'one' => q(franc congolais),
9986             'other' => q(francs congolais),
9987             },
9988             },
9989             'CHE' => {
9990             display_name => {
9991             'currency' => q(euro WIR),
9992             'one' => q(euro WIR),
9993             'other' => q(euros WIR),
9994             },
9995             },
9996             'CHF' => {
9997             display_name => {
9998             'currency' => q(franc suisse),
9999             'one' => q(franc suisse),
10000             'other' => q(francs suisses),
10001             },
10002             },
10003             'CHW' => {
10004             display_name => {
10005             'currency' => q(franc WIR),
10006             'one' => q(franc WIR),
10007             'other' => q(francs WIR),
10008             },
10009             },
10010             'CLE' => {
10011             display_name => {
10012             'currency' => q(escudo chilien),
10013             'one' => q(escudo chilien),
10014             'other' => q(escudos chiliens),
10015             },
10016             },
10017             'CLF' => {
10018             display_name => {
10019             'currency' => q(unité d’investissement chilienne),
10020             'one' => q(unité d’investissement chilienne),
10021             'other' => q(unités d’investissement chiliennes),
10022             },
10023             },
10024             'CLP' => {
10025             symbol => '$CL',
10026             display_name => {
10027             'currency' => q(peso chilien),
10028             'one' => q(peso chilien),
10029             'other' => q(pesos chiliens),
10030             },
10031             },
10032             'CNH' => {
10033             display_name => {
10034             'currency' => q(yuan chinois \(zone extracôtière\)),
10035             'one' => q(yuan chinois \(zone extracôtière\)),
10036             'other' => q(yuans chinois \(zone extracôtière\)),
10037             },
10038             },
10039             'CNX' => {
10040             display_name => {
10041             'currency' => q(dollar de la Banque populaire chinoise),
10042             'one' => q(dollar de la Banque populaire chinoise),
10043             'other' => q(dollars de la Banque populaire chinoise),
10044             },
10045             },
10046             'CNY' => {
10047             symbol => 'CNY',
10048             display_name => {
10049             'currency' => q(yuan renminbi chinois),
10050             'one' => q(yuan renminbi chinois),
10051             'other' => q(yuans renminbi chinois),
10052             },
10053             },
10054             'COP' => {
10055             symbol => '$CO',
10056             display_name => {
10057             'currency' => q(peso colombien),
10058             'one' => q(peso colombien),
10059             'other' => q(pesos colombiens),
10060             },
10061             },
10062             'COU' => {
10063             display_name => {
10064             'currency' => q(unité de valeur réelle colombienne),
10065             'one' => q(unité de valeur réelle colombienne),
10066             'other' => q(unités de valeur réelle colombiennes),
10067             },
10068             },
10069             'CRC' => {
10070             display_name => {
10071             'currency' => q(colón costaricain),
10072             'one' => q(colón costaricain),
10073             'other' => q(colóns costaricains),
10074             },
10075             },
10076             'CSD' => {
10077             display_name => {
10078             'currency' => q(dinar serbo-monténégrin),
10079             'one' => q(dinar serbo-monténégrin),
10080             'other' => q(dinars serbo-monténégrins),
10081             },
10082             },
10083             'CSK' => {
10084             display_name => {
10085             'currency' => q(couronne forte tchécoslovaque),
10086             'one' => q(couronne forte tchécoslovaque),
10087             'other' => q(couronnes fortes tchécoslovaques),
10088             },
10089             },
10090             'CUC' => {
10091             display_name => {
10092             'currency' => q(peso cubain convertible),
10093             'one' => q(peso cubain convertible),
10094             'other' => q(pesos cubains convertibles),
10095             },
10096             },
10097             'CUP' => {
10098             display_name => {
10099             'currency' => q(peso cubain),
10100             'one' => q(peso cubain),
10101             'other' => q(pesos cubains),
10102             },
10103             },
10104             'CVE' => {
10105             display_name => {
10106             'currency' => q(escudo capverdien),
10107             'one' => q(escudo capverdien),
10108             'other' => q(escudos capverdiens),
10109             },
10110             },
10111             'CYP' => {
10112             symbol => '£CY',
10113             display_name => {
10114             'currency' => q(livre chypriote),
10115             'one' => q(livre chypriote),
10116             'other' => q(livres chypriotes),
10117             },
10118             },
10119             'CZK' => {
10120             display_name => {
10121             'currency' => q(couronne tchèque),
10122             'one' => q(couronne tchèque),
10123             'other' => q(couronnes tchèques),
10124             },
10125             },
10126             'DDM' => {
10127             display_name => {
10128             'currency' => q(mark est-allemand),
10129             'one' => q(mark est-allemand),
10130             'other' => q(marks est-allemands),
10131             },
10132             },
10133             'DEM' => {
10134             display_name => {
10135             'currency' => q(mark allemand),
10136             'one' => q(mark allemand),
10137             'other' => q(marks allemands),
10138             },
10139             },
10140             'DJF' => {
10141             display_name => {
10142             'currency' => q(franc djiboutien),
10143             'one' => q(franc djiboutien),
10144             'other' => q(francs djiboutiens),
10145             },
10146             },
10147             'DKK' => {
10148             display_name => {
10149             'currency' => q(couronne danoise),
10150             'one' => q(couronne danoise),
10151             'other' => q(couronnes danoises),
10152             },
10153             },
10154             'DOP' => {
10155             display_name => {
10156             'currency' => q(peso dominicain),
10157             'one' => q(peso dominicain),
10158             'other' => q(pesos dominicains),
10159             },
10160             },
10161             'DZD' => {
10162             display_name => {
10163             'currency' => q(dinar algérien),
10164             'one' => q(dinar algérien),
10165             'other' => q(dinars algériens),
10166             },
10167             },
10168             'ECS' => {
10169             display_name => {
10170             'currency' => q(sucre équatorien),
10171             'one' => q(sucre équatorien),
10172             'other' => q(sucres équatoriens),
10173             },
10174             },
10175             'ECV' => {
10176             display_name => {
10177             'currency' => q(unité de valeur constante équatoriale \(UVC\)),
10178             'one' => q(unité de valeur constante équatorienne \(UVC\)),
10179             'other' => q(unités de valeur constante équatoriennes \(UVC\)),
10180             },
10181             },
10182             'EEK' => {
10183             display_name => {
10184             'currency' => q(couronne estonienne),
10185             'one' => q(couronne estonienne),
10186             'other' => q(couronnes estoniennes),
10187             },
10188             },
10189             'EGP' => {
10190             symbol => '£E',
10191             display_name => {
10192             'currency' => q(livre égyptienne),
10193             'one' => q(livre égyptienne),
10194             'other' => q(livres égyptiennes),
10195             },
10196             },
10197             'ERN' => {
10198             display_name => {
10199             'currency' => q(nafka érythréen),
10200             'one' => q(nafka érythréen),
10201             'other' => q(nafkas érythréens),
10202             },
10203             },
10204             'ESA' => {
10205             display_name => {
10206             'currency' => q(peseta espagnole \(compte A\)),
10207             'one' => q(peseta espagnole \(compte A\)),
10208             'other' => q(pesetas espagnoles \(compte A\)),
10209             },
10210             },
10211             'ESB' => {
10212             display_name => {
10213             'currency' => q(peseta espagnole \(compte convertible\)),
10214             'one' => q(peseta espagnole \(compte convertible\)),
10215             'other' => q(pesetas espagnoles \(compte convertible\)),
10216             },
10217             },
10218             'ESP' => {
10219             display_name => {
10220             'currency' => q(peseta espagnole),
10221             'one' => q(peseta espagnole),
10222             'other' => q(pesetas espagnoles),
10223             },
10224             },
10225             'ETB' => {
10226             display_name => {
10227             'currency' => q(birr éthiopien),
10228             'one' => q(birr éthiopien),
10229             'other' => q(birrs éthiopiens),
10230             },
10231             },
10232             'EUR' => {
10233             display_name => {
10234             'currency' => q(euro),
10235             'one' => q(euro),
10236             'other' => q(euros),
10237             },
10238             },
10239             'FIM' => {
10240             display_name => {
10241             'currency' => q(mark finlandais),
10242             'one' => q(mark finlandais),
10243             'other' => q(marks finlandais),
10244             },
10245             },
10246             'FJD' => {
10247             symbol => '$FJ',
10248             display_name => {
10249             'currency' => q(dollar fidjien),
10250             'one' => q(dollar fidjien),
10251             'other' => q(dollars fidjiens),
10252             },
10253             },
10254             'FKP' => {
10255             symbol => '£FK',
10256             display_name => {
10257             'currency' => q(livre des îles Malouines),
10258             'one' => q(livre des îles Malouines),
10259             'other' => q(livres des îles Malouines),
10260             },
10261             },
10262             'FRF' => {
10263             symbol => 'F',
10264             display_name => {
10265             'currency' => q(franc français),
10266             'one' => q(franc français),
10267             'other' => q(francs français),
10268             },
10269             },
10270             'GBP' => {
10271             symbol => '£GB',
10272             display_name => {
10273             'currency' => q(livre sterling),
10274             'one' => q(livre sterling),
10275             'other' => q(livres sterling),
10276             },
10277             },
10278             'GEK' => {
10279             display_name => {
10280             'currency' => q(coupon de lari géorgien),
10281             'one' => q(coupon de lari géorgien),
10282             'other' => q(coupons de lari géorgiens),
10283             },
10284             },
10285             'GEL' => {
10286             display_name => {
10287             'currency' => q(lari géorgien),
10288             'one' => q(lari géorgien),
10289             'other' => q(lari géorgiens),
10290             },
10291             },
10292             'GHC' => {
10293             display_name => {
10294             'currency' => q(cédi),
10295             'one' => q(cédi ghanéen \(1967–2007\)),
10296             'other' => q(cédis ghanéens \(1967–2007\)),
10297             },
10298             },
10299             'GHS' => {
10300             display_name => {
10301             'currency' => q(cédi ghanéen),
10302             'one' => q(cédi ghanéen),
10303             'other' => q(cédis ghanéens),
10304             },
10305             },
10306             'GIP' => {
10307             symbol => '£GI',
10308             display_name => {
10309             'currency' => q(livre de Gibraltar),
10310             'one' => q(livre de Gibraltar),
10311             'other' => q(livres de Gibraltar),
10312             },
10313             },
10314             'GMD' => {
10315             display_name => {
10316             'currency' => q(dalasi gambien),
10317             'one' => q(dalasi gambien),
10318             'other' => q(dalasis gambiens),
10319             },
10320             },
10321             'GNF' => {
10322             display_name => {
10323             'currency' => q(franc guinéen),
10324             'one' => q(franc guinéen),
10325             'other' => q(francs guinéens),
10326             },
10327             },
10328             'GNS' => {
10329             display_name => {
10330             'currency' => q(syli guinéen),
10331             'one' => q(syli guinéen),
10332             'other' => q(sylis guinéens),
10333             },
10334             },
10335             'GQE' => {
10336             display_name => {
10337             'currency' => q(ekwélé équatoguinéen),
10338             'one' => q(ekwélé équatoguinéen),
10339             'other' => q(ekwélés équatoguinéens),
10340             },
10341             },
10342             'GRD' => {
10343             display_name => {
10344             'currency' => q(drachme grecque),
10345             'one' => q(drachme grecque),
10346             'other' => q(drachmes grecques),
10347             },
10348             },
10349             'GTQ' => {
10350             display_name => {
10351             'currency' => q(quetzal guatémaltèque),
10352             'one' => q(quetzal guatémaltèque),
10353             'other' => q(quetzals guatémaltèques),
10354             },
10355             },
10356             'GWE' => {
10357             display_name => {
10358             'currency' => q(escudo de Guinée portugaise),
10359             'one' => q(escudo de Guinée portugaise),
10360             'other' => q(escudos de Guinée portugaise),
10361             },
10362             },
10363             'GWP' => {
10364             display_name => {
10365             'currency' => q(peso bissau-guinéen),
10366             'one' => q(peso bissau-guinéen),
10367             'other' => q(pesos bissau-guinéens),
10368             },
10369             },
10370             'GYD' => {
10371             display_name => {
10372             'currency' => q(dollar du Guyana),
10373             'one' => q(dollar du Guyana),
10374             'other' => q(dollars du Guyana),
10375             },
10376             },
10377             'HKD' => {
10378             symbol => 'HKD',
10379             display_name => {
10380             'currency' => q(dollar de Hong Kong),
10381             'one' => q(dollar de Hong Kong),
10382             'other' => q(dollars de Hong Kong),
10383             },
10384             },
10385             'HNL' => {
10386             display_name => {
10387             'currency' => q(lempira hondurien),
10388             'one' => q(lempira hondurien),
10389             'other' => q(lempiras honduriens),
10390             },
10391             },
10392             'HRD' => {
10393             display_name => {
10394             'currency' => q(dinar croate),
10395             'one' => q(dinar croate),
10396             'other' => q(dinars croates),
10397             },
10398             },
10399             'HRK' => {
10400             display_name => {
10401             'currency' => q(kuna croate),
10402             'one' => q(kuna croate),
10403             'other' => q(kunas croates),
10404             },
10405             },
10406             'HTG' => {
10407             display_name => {
10408             'currency' => q(gourde haïtienne),
10409             'one' => q(gourde haïtienne),
10410             'other' => q(gourdes haïtiennes),
10411             },
10412             },
10413             'HUF' => {
10414             display_name => {
10415             'currency' => q(forint hongrois),
10416             'one' => q(forint hongrois),
10417             'other' => q(forints hongrois),
10418             },
10419             },
10420             'IDR' => {
10421             display_name => {
10422             'currency' => q(roupie indonésienne),
10423             'one' => q(roupie indonésienne),
10424             'other' => q(roupies indonésiennes),
10425             },
10426             },
10427             'IEP' => {
10428             symbol => '£IE',
10429             display_name => {
10430             'currency' => q(livre irlandaise),
10431             'one' => q(livre irlandaise),
10432             'other' => q(livres irlandaises),
10433             },
10434             },
10435             'ILP' => {
10436             symbol => '£IL',
10437             display_name => {
10438             'currency' => q(livre israélienne),
10439             'one' => q(livre israélienne),
10440             'other' => q(livres israéliennes),
10441             },
10442             },
10443             'ILR' => {
10444             display_name => {
10445             'currency' => q(shekel israélien \(1980–1985\)),
10446             'one' => q(shekel israélien \(1980–1985\)),
10447             'other' => q(shekels israéliens \(1980–1985\)),
10448             },
10449             },
10450             'ILS' => {
10451             display_name => {
10452             'currency' => q(nouveau shekel israélien),
10453             'one' => q(nouveau shekel israélien),
10454             'other' => q(nouveaux shekels israéliens),
10455             },
10456             },
10457             'INR' => {
10458             display_name => {
10459             'currency' => q(roupie indienne),
10460             'one' => q(roupie indienne),
10461             'other' => q(roupies indiennes),
10462             },
10463             },
10464             'IQD' => {
10465             display_name => {
10466             'currency' => q(dinar irakien),
10467             'one' => q(dinar irakien),
10468             'other' => q(dinars irakiens),
10469             },
10470             },
10471             'IRR' => {
10472             display_name => {
10473             'currency' => q(riyal iranien),
10474             'one' => q(riyal iranien),
10475             'other' => q(riyals iraniens),
10476             },
10477             },
10478             'ISJ' => {
10479             display_name => {
10480             'currency' => q(couronne islandaise \(1918–1981\)),
10481             'one' => q(couronne islandaise \(1918–1981\)),
10482             'other' => q(couronnes islandaises \(1918–1981\)),
10483             },
10484             },
10485             'ISK' => {
10486             display_name => {
10487             'currency' => q(couronne islandaise),
10488             'one' => q(couronne islandaise),
10489             'other' => q(couronnes islandaises),
10490             },
10491             },
10492             'ITL' => {
10493             symbol => '₤IT',
10494             display_name => {
10495             'currency' => q(lire italienne),
10496             'one' => q(lire italienne),
10497             'other' => q(lires italiennes),
10498             },
10499             },
10500             'JMD' => {
10501             display_name => {
10502             'currency' => q(dollar jamaïcain),
10503             'one' => q(dollar jamaïcain),
10504             'other' => q(dollars jamaïcains),
10505             },
10506             },
10507             'JOD' => {
10508             display_name => {
10509             'currency' => q(dinar jordanien),
10510             'one' => q(dinar jordanien),
10511             'other' => q(dinars jordaniens),
10512             },
10513             },
10514             'JPY' => {
10515             symbol => 'JPY',
10516             display_name => {
10517             'currency' => q(yen japonais),
10518             'one' => q(yen japonais),
10519             'other' => q(yens japonais),
10520             },
10521             },
10522             'KES' => {
10523             display_name => {
10524             'currency' => q(shilling kényan),
10525             'one' => q(shilling kényan),
10526             'other' => q(shillings kényans),
10527             },
10528             },
10529             'KGS' => {
10530             display_name => {
10531             'currency' => q(som kirghize),
10532             'one' => q(som kirghize),
10533             'other' => q(soms kirghizes),
10534             },
10535             },
10536             'KHR' => {
10537             display_name => {
10538             'currency' => q(riel cambodgien),
10539             'one' => q(riel cambodgien),
10540             'other' => q(riels cambodgiens),
10541             },
10542             },
10543             'KMF' => {
10544             symbol => 'FC',
10545             display_name => {
10546             'currency' => q(franc comorien),
10547             'one' => q(franc comorien),
10548             'other' => q(francs comoriens),
10549             },
10550             },
10551             'KPW' => {
10552             display_name => {
10553             'currency' => q(won nord-coréen),
10554             'one' => q(won nord-coréen),
10555             'other' => q(wons nord-coréens),
10556             },
10557             },
10558             'KRH' => {
10559             display_name => {
10560             'currency' => q(hwan sud-coréen \(1953–1962\)),
10561             'one' => q(hwan sud-coréen \(1953–1962\)),
10562             'other' => q(hwans sud-coréens \(1953–1962\)),
10563             },
10564             },
10565             'KRO' => {
10566             display_name => {
10567             'currency' => q(won sud-coréen \(1945–1953\)),
10568             'one' => q(won sud-coréen \(1945–1953\)),
10569             'other' => q(wons sud-coréens \(1945–1953\)),
10570             },
10571             },
10572             'KRW' => {
10573             display_name => {
10574             'currency' => q(won sud-coréen),
10575             'one' => q(won sud-coréen),
10576             'other' => q(wons sud-coréens),
10577             },
10578             },
10579             'KWD' => {
10580             display_name => {
10581             'currency' => q(dinar koweïtien),
10582             'one' => q(dinar koweïtien),
10583             'other' => q(dinar koweïtiens),
10584             },
10585             },
10586             'KYD' => {
10587             display_name => {
10588             'currency' => q(dollar des îles Caïmans),
10589             'one' => q(dollar des îles Caïmans),
10590             'other' => q(dollars des îles Caïmans),
10591             },
10592             },
10593             'KZT' => {
10594             display_name => {
10595             'currency' => q(tenge kazakh),
10596             'one' => q(tenge kazakh),
10597             'other' => q(tenges kazakhs),
10598             },
10599             },
10600             'LAK' => {
10601             display_name => {
10602             'currency' => q(kip laotien),
10603             'one' => q(kip laotien),
10604             'other' => q(kips laotiens),
10605             },
10606             },
10607             'LBP' => {
10608             symbol => '£LB',
10609             display_name => {
10610             'currency' => q(livre libanaise),
10611             'one' => q(livre libanaise),
10612             'other' => q(livres libanaises),
10613             },
10614             },
10615             'LKR' => {
10616             display_name => {
10617             'currency' => q(roupie srilankaise),
10618             'one' => q(roupie srilankaise),
10619             'other' => q(roupies srilankaises),
10620             },
10621             },
10622             'LRD' => {
10623             display_name => {
10624             'currency' => q(dollar libérien),
10625             'one' => q(dollar libérien),
10626             'other' => q(dollars libériens),
10627             },
10628             },
10629             'LSL' => {
10630             display_name => {
10631             'currency' => q(loti lesothan),
10632             'one' => q(loti lesothan),
10633             'other' => q(maloti lesothans),
10634             },
10635             },
10636             'LTL' => {
10637             display_name => {
10638             'currency' => q(litas lituanien),
10639             'one' => q(litas lituanien),
10640             'other' => q(litas lituaniens),
10641             },
10642             },
10643             'LTT' => {
10644             display_name => {
10645             'currency' => q(talonas lituanien),
10646             'one' => q(talonas lituanien),
10647             'other' => q(talonas lituaniens),
10648             },
10649             },
10650             'LUC' => {
10651             display_name => {
10652             'currency' => q(franc convertible luxembourgeois),
10653             'one' => q(franc convertible luxembourgeois),
10654             'other' => q(francs convertibles luxembourgeois),
10655             },
10656             },
10657             'LUF' => {
10658             display_name => {
10659             'currency' => q(franc luxembourgeois),
10660             'one' => q(franc luxembourgeois),
10661             'other' => q(francs luxembourgeois),
10662             },
10663             },
10664             'LUL' => {
10665             display_name => {
10666             'currency' => q(franc financier luxembourgeois),
10667             'one' => q(franc financier luxembourgeois),
10668             'other' => q(francs financiers luxembourgeois),
10669             },
10670             },
10671             'LVL' => {
10672             display_name => {
10673             'currency' => q(lats letton),
10674             'one' => q(lats letton),
10675             'other' => q(lats lettons),
10676             },
10677             },
10678             'LVR' => {
10679             display_name => {
10680             'currency' => q(rouble letton),
10681             'one' => q(rouble letton),
10682             'other' => q(roubles lettons),
10683             },
10684             },
10685             'LYD' => {
10686             display_name => {
10687             'currency' => q(dinar libyen),
10688             'one' => q(dinar libyen),
10689             'other' => q(dinars libyens),
10690             },
10691             },
10692             'MAD' => {
10693             display_name => {
10694             'currency' => q(dirham marocain),
10695             'one' => q(dirham marocain),
10696             'other' => q(dirhams marocains),
10697             },
10698             },
10699             'MAF' => {
10700             symbol => 'fMA',
10701             display_name => {
10702             'currency' => q(franc marocain),
10703             'one' => q(franc marocain),
10704             'other' => q(francs marocains),
10705             },
10706             },
10707             'MCF' => {
10708             display_name => {
10709             'currency' => q(franc monégasque),
10710             'one' => q(franc monégasque),
10711             'other' => q(francs monégasques),
10712             },
10713             },
10714             'MDC' => {
10715             display_name => {
10716             'currency' => q(cupon moldave),
10717             'one' => q(cupon moldave),
10718             'other' => q(cupons moldaves),
10719             },
10720             },
10721             'MDL' => {
10722             display_name => {
10723             'currency' => q(leu moldave),
10724             'one' => q(leu moldave),
10725             'other' => q(leus moldaves),
10726             },
10727             },
10728             'MGA' => {
10729             display_name => {
10730             'currency' => q(ariary malgache),
10731             'one' => q(ariary malgache),
10732             'other' => q(ariarys malgaches),
10733             },
10734             },
10735             'MGF' => {
10736             symbol => 'Fmg',
10737             display_name => {
10738             'currency' => q(franc malgache),
10739             'one' => q(franc malgache),
10740             'other' => q(francs malgaches),
10741             },
10742             },
10743             'MKD' => {
10744             display_name => {
10745             'currency' => q(denar macédonien),
10746             'one' => q(denar macédonien),
10747             'other' => q(denars macédoniens),
10748             },
10749             },
10750             'MKN' => {
10751             display_name => {
10752             'currency' => q(denar macédonien \(1992–1993\)),
10753             'one' => q(denar macédonien \(1992–1993\)),
10754             'other' => q(denars macédoniens \(1992–1993\)),
10755             },
10756             },
10757             'MLF' => {
10758             display_name => {
10759             'currency' => q(franc malien),
10760             'one' => q(franc malien),
10761             'other' => q(francs maliens),
10762             },
10763             },
10764             'MMK' => {
10765             display_name => {
10766             'currency' => q(kyat myanmarais),
10767             'one' => q(kyat myanmarais),
10768             'other' => q(kyats myanmarais),
10769             },
10770             },
10771             'MNT' => {
10772             display_name => {
10773             'currency' => q(tugrik mongol),
10774             'one' => q(tugrik mongol),
10775             'other' => q(tugriks mongols),
10776             },
10777             },
10778             'MOP' => {
10779             display_name => {
10780             'currency' => q(pataca macanaise),
10781             'one' => q(pataca macanaise),
10782             'other' => q(patacas macanaises),
10783             },
10784             },
10785             'MRO' => {
10786             display_name => {
10787             'currency' => q(ouguiya mauritanien \(1973–2017\)),
10788             'one' => q(ouguiya mauritanien \(1973–2017\)),
10789             'other' => q(ouguiyas mauritaniens \(1973–2017\)),
10790             },
10791             },
10792             'MRU' => {
10793             display_name => {
10794             'currency' => q(ouguiya mauritanien),
10795             'one' => q(ouguiya mauritanien),
10796             'other' => q(ouguiyas mauritaniens),
10797             },
10798             },
10799             'MTL' => {
10800             display_name => {
10801             'currency' => q(lire maltaise),
10802             'one' => q(lire maltaise),
10803             'other' => q(lires maltaises),
10804             },
10805             },
10806             'MTP' => {
10807             symbol => '£MT',
10808             display_name => {
10809             'currency' => q(livre maltaise),
10810             'one' => q(livre maltaise),
10811             'other' => q(livres maltaises),
10812             },
10813             },
10814             'MUR' => {
10815             display_name => {
10816             'currency' => q(roupie mauricienne),
10817             'one' => q(roupie mauricienne),
10818             'other' => q(roupies mauriciennes),
10819             },
10820             },
10821             'MVP' => {
10822             display_name => {
10823             'currency' => q(roupie maldivienne \(1947–1981\)),
10824             'one' => q(roupie maldivienne \(1947–1981\)),
10825             'other' => q(roupies maldiviennes \(1947–1981\)),
10826             },
10827             },
10828             'MVR' => {
10829             display_name => {
10830             'currency' => q(rufiyaa maldivienne),
10831             'one' => q(rufiyaa maldivienne),
10832             'other' => q(rufiyaas maldiviennes),
10833             },
10834             },
10835             'MWK' => {
10836             display_name => {
10837             'currency' => q(kwacha malawite),
10838             'one' => q(kwacha malawite),
10839             'other' => q(kwachas malawites),
10840             },
10841             },
10842             'MXN' => {
10843             symbol => '$MX',
10844             display_name => {
10845             'currency' => q(peso mexicain),
10846             'one' => q(peso mexicain),
10847             'other' => q(pesos mexicains),
10848             },
10849             },
10850             'MXP' => {
10851             display_name => {
10852             'currency' => q(peso d’argent mexicain \(1861–1992\)),
10853             'one' => q(peso d’argent mexicain \(1861–1992\)),
10854             'other' => q(pesos d’argent mexicains \(1861–1992\)),
10855             },
10856             },
10857             'MXV' => {
10858             display_name => {
10859             'currency' => q(unité de conversion mexicaine \(UDI\)),
10860             'one' => q(unité de conversion mexicaine \(UDI\)),
10861             'other' => q(unités de conversion mexicaines \(UDI\)),
10862             },
10863             },
10864             'MYR' => {
10865             display_name => {
10866             'currency' => q(ringgit malais),
10867             'one' => q(ringgit malais),
10868             'other' => q(ringgits malais),
10869             },
10870             },
10871             'MZE' => {
10872             display_name => {
10873             'currency' => q(escudo mozambicain),
10874             'one' => q(escudo mozambicain),
10875             'other' => q(escudos mozambicains),
10876             },
10877             },
10878             'MZM' => {
10879             display_name => {
10880             'currency' => q(métical),
10881             'one' => q(metical mozambicain \(1980–2006\)),
10882             'other' => q(meticais mozambicains \(1980–2006\)),
10883             },
10884             },
10885             'MZN' => {
10886             display_name => {
10887             'currency' => q(metical mozambicain),
10888             'one' => q(metical mozambicain),
10889             'other' => q(meticais mozambicains),
10890             },
10891             },
10892             'NAD' => {
10893             symbol => '$NA',
10894             display_name => {
10895             'currency' => q(dollar namibien),
10896             'one' => q(dollar namibien),
10897             'other' => q(dollars namibiens),
10898             },
10899             },
10900             'NGN' => {
10901             display_name => {
10902             'currency' => q(naira nigérian),
10903             'one' => q(naira nigérian),
10904             'other' => q(nairas nigérians),
10905             },
10906             },
10907             'NIC' => {
10908             display_name => {
10909             'currency' => q(cordoba),
10910             'one' => q(córdoba nicaraguayen \(1912–1988\)),
10911             'other' => q(córdobas nicaraguayens \(1912–1988\)),
10912             },
10913             },
10914             'NIO' => {
10915             symbol => '$C',
10916             display_name => {
10917             'currency' => q(córdoba oro nicaraguayen),
10918             'one' => q(córdoba oro nicaraguayen),
10919             'other' => q(córdobas oro nicaraguayens),
10920             },
10921             },
10922             'NLG' => {
10923             display_name => {
10924             'currency' => q(florin néerlandais),
10925             'one' => q(florin néerlandais),
10926             'other' => q(florins néerlandais),
10927             },
10928             },
10929             'NOK' => {
10930             display_name => {
10931             'currency' => q(couronne norvégienne),
10932             'one' => q(couronne norvégienne),
10933             'other' => q(couronnes norvégiennes),
10934             },
10935             },
10936             'NPR' => {
10937             display_name => {
10938             'currency' => q(roupie népalaise),
10939             'one' => q(roupie népalaise),
10940             'other' => q(roupies népalaises),
10941             },
10942             },
10943             'NZD' => {
10944             symbol => '$NZ',
10945             display_name => {
10946             'currency' => q(dollar néo-zélandais),
10947             'one' => q(dollar néo-zélandais),
10948             'other' => q(dollars néo-zélandais),
10949             },
10950             },
10951             'OMR' => {
10952             display_name => {
10953             'currency' => q(riyal omanais),
10954             'one' => q(riyal omanais),
10955             'other' => q(riyals omanis),
10956             },
10957             },
10958             'PAB' => {
10959             display_name => {
10960             'currency' => q(balboa panaméen),
10961             'one' => q(balboa panaméen),
10962             'other' => q(balboas panaméens),
10963             },
10964             },
10965             'PEI' => {
10966             display_name => {
10967             'currency' => q(inti péruvien),
10968             'one' => q(inti péruvien),
10969             'other' => q(intis péruviens),
10970             },
10971             },
10972             'PEN' => {
10973             display_name => {
10974             'currency' => q(sol péruvien),
10975             'one' => q(sol péruvien),
10976             'other' => q(sols péruviens),
10977             },
10978             },
10979             'PES' => {
10980             display_name => {
10981             'currency' => q(sol péruvien \(1863–1985\)),
10982             'one' => q(sol péruvien \(1863–1985\)),
10983             'other' => q(sols péruviens \(1863–1985\)),
10984             },
10985             },
10986             'PGK' => {
10987             display_name => {
10988             'currency' => q(kina papouan-néo-guinéen),
10989             'one' => q(kina papouan-néo-guinéen),
10990             'other' => q(kinas papouan-néo-guinéens),
10991             },
10992             },
10993             'PHP' => {
10994             symbol => 'PHP',
10995             display_name => {
10996             'currency' => q(peso philippin),
10997             'one' => q(peso philippin),
10998             'other' => q(pesos philippins),
10999             },
11000             },
11001             'PKR' => {
11002             display_name => {
11003             'currency' => q(roupie pakistanaise),
11004             'one' => q(roupie pakistanaise),
11005             'other' => q(roupies pakistanaises),
11006             },
11007             },
11008             'PLN' => {
11009             display_name => {
11010             'currency' => q(zloty polonais),
11011             'one' => q(zloty polonais),
11012             'other' => q(zlotys polonais),
11013             },
11014             },
11015             'PLZ' => {
11016             display_name => {
11017             'currency' => q(zloty \(1950–1995\)),
11018             'one' => q(zloty polonais \(1950–1995\)),
11019             'other' => q(zlotys polonais \(1950–1995\)),
11020             },
11021             },
11022             'PTE' => {
11023             display_name => {
11024             'currency' => q(escudo portugais),
11025             'one' => q(escudo portugais),
11026             'other' => q(escudos portugais),
11027             },
11028             },
11029             'PYG' => {
11030             display_name => {
11031             'currency' => q(guaraní paraguayen),
11032             'one' => q(guaraní paraguayen),
11033             'other' => q(guaranís paraguayens),
11034             },
11035             },
11036             'QAR' => {
11037             display_name => {
11038             'currency' => q(riyal qatari),
11039             'one' => q(riyal qatari),
11040             'other' => q(riyals qataris),
11041             },
11042             },
11043             'RHD' => {
11044             symbol => '$RH',
11045             display_name => {
11046             'currency' => q(dollar rhodésien),
11047             'one' => q(dollar rhodésien),
11048             'other' => q(dollars rhodésiens),
11049             },
11050             },
11051             'ROL' => {
11052             display_name => {
11053             'currency' => q(ancien leu roumain),
11054             'one' => q(leu roumain \(1952–2005\)),
11055             'other' => q(lei roumains \(1952–2005\)),
11056             },
11057             },
11058             'RON' => {
11059             symbol => 'L',
11060             display_name => {
11061             'currency' => q(leu roumain),
11062             'one' => q(leu roumain),
11063             'other' => q(lei roumains),
11064             },
11065             },
11066             'RSD' => {
11067             display_name => {
11068             'currency' => q(dinar serbe),
11069             'one' => q(dinar serbe),
11070             'other' => q(dinars serbes),
11071             },
11072             },
11073             'RUB' => {
11074             display_name => {
11075             'currency' => q(rouble russe),
11076             'one' => q(rouble russe),
11077             'other' => q(roubles russes),
11078             },
11079             },
11080             'RUR' => {
11081             symbol => 'р.',
11082             display_name => {
11083             'currency' => q(rouble russe \(1991–1998\)),
11084             'one' => q(rouble russe \(1991–1998\)),
11085             'other' => q(roubles russes \(1991–1998\)),
11086             },
11087             },
11088             'RWF' => {
11089             symbol => 'FR',
11090             display_name => {
11091             'currency' => q(franc rwandais),
11092             'one' => q(franc rwandais),
11093             'other' => q(francs rwandais),
11094             },
11095             },
11096             'SAR' => {
11097             display_name => {
11098             'currency' => q(riyal saoudien),
11099             'one' => q(riyal saoudien),
11100             'other' => q(riyals saoudiens),
11101             },
11102             },
11103             'SBD' => {
11104             symbol => '$SB',
11105             display_name => {
11106             'currency' => q(dollar des îles Salomon),
11107             'one' => q(dollar des îles Salomon),
11108             'other' => q(dollars des îles Salomon),
11109             },
11110             },
11111             'SCR' => {
11112             display_name => {
11113             'currency' => q(roupie des Seychelles),
11114             'one' => q(roupie des Seychelles),
11115             'other' => q(roupies des Seychelles),
11116             },
11117             },
11118             'SDD' => {
11119             display_name => {
11120             'currency' => q(dinar soudanais),
11121             'one' => q(dinar soudanais \(1992–2007\)),
11122             'other' => q(dinars soudanais \(1992–2007\)),
11123             },
11124             },
11125             'SDG' => {
11126             display_name => {
11127             'currency' => q(livre soudanaise),
11128             'one' => q(livre soudanaise),
11129             'other' => q(livres soudanaises),
11130             },
11131             },
11132             'SDP' => {
11133             display_name => {
11134             'currency' => q(livre soudanaise \(1956–2007\)),
11135             'one' => q(livre soudanaise \(1956–2007\)),
11136             'other' => q(livres soudanaises \(1956–2007\)),
11137             },
11138             },
11139             'SEK' => {
11140             display_name => {
11141             'currency' => q(couronne suédoise),
11142             'one' => q(couronne suédoise),
11143             'other' => q(couronnes suédoises),
11144             },
11145             },
11146             'SGD' => {
11147             symbol => '$SG',
11148             display_name => {
11149             'currency' => q(dollar de Singapour),
11150             'one' => q(dollar de Singapour),
11151             'other' => q(dollars de Singapour),
11152             },
11153             },
11154             'SHP' => {
11155             display_name => {
11156             'currency' => q(livre de Sainte-Hélène),
11157             'one' => q(livre de Sainte-Hélène),
11158             'other' => q(livres de Sainte-Hélène),
11159             },
11160             },
11161             'SIT' => {
11162             display_name => {
11163             'currency' => q(tolar slovène),
11164             'one' => q(tolar slovène),
11165             'other' => q(tolars slovènes),
11166             },
11167             },
11168             'SKK' => {
11169             display_name => {
11170             'currency' => q(couronne slovaque),
11171             'one' => q(couronne slovaque),
11172             'other' => q(couronnes slovaques),
11173             },
11174             },
11175             'SLE' => {
11176             display_name => {
11177             'currency' => q(leone sierra-léonais),
11178             'one' => q(leone sierra-léonais),
11179             'other' => q(leones sierra-léonais),
11180             },
11181             },
11182             'SLL' => {
11183             display_name => {
11184             'currency' => q(leone sierra-léonais \(1964—2022\)),
11185             'one' => q(leone sierra-léonais \(1964—2022\)),
11186             'other' => q(leones sierra-léonais \(1964—2022\)),
11187             },
11188             },
11189             'SOS' => {
11190             display_name => {
11191             'currency' => q(shilling somalien),
11192             'one' => q(shilling somalien),
11193             'other' => q(shillings somaliens),
11194             },
11195             },
11196             'SRD' => {
11197             symbol => '$SR',
11198             display_name => {
11199             'currency' => q(dollar surinamais),
11200             'one' => q(dollar surinamais),
11201             'other' => q(dollars surinamais),
11202             },
11203             },
11204             'SRG' => {
11205             display_name => {
11206             'currency' => q(florin surinamais),
11207             'one' => q(florin surinamais),
11208             'other' => q(florins surinamais),
11209             },
11210             },
11211             'SSP' => {
11212             display_name => {
11213             'currency' => q(livre sud-soudanaise),
11214             'one' => q(livre sud-soudanaise),
11215             'other' => q(livres sud-soudanaises),
11216             },
11217             },
11218             'STD' => {
11219             display_name => {
11220             'currency' => q(dobra santoméen \(1977–2017\)),
11221             'one' => q(dobra santoméen \(1977–2017\)),
11222             'other' => q(dobras santoméens \(1977–2017\)),
11223             },
11224             },
11225             'STN' => {
11226             display_name => {
11227             'currency' => q(dobra santoméen),
11228             'one' => q(dobra santoméen),
11229             'other' => q(dobras santoméens),
11230             },
11231             },
11232             'SUR' => {
11233             display_name => {
11234             'currency' => q(rouble soviétique),
11235             'one' => q(rouble soviétique),
11236             'other' => q(roubles soviétiques),
11237             },
11238             },
11239             'SVC' => {
11240             display_name => {
11241             'currency' => q(colón salvadorien),
11242             'one' => q(colón salvadorien),
11243             'other' => q(colóns salvadoriens),
11244             },
11245             },
11246             'SYP' => {
11247             display_name => {
11248             'currency' => q(livre syrienne),
11249             'one' => q(livre syrienne),
11250             'other' => q(livres syriennes),
11251             },
11252             },
11253             'SZL' => {
11254             display_name => {
11255             'currency' => q(lilangeni swazi),
11256             'one' => q(lilangeni swazi),
11257             'other' => q(lilangenis swazis),
11258             },
11259             },
11260             'THB' => {
11261             display_name => {
11262             'currency' => q(baht thaïlandais),
11263             'one' => q(baht thaïlandais),
11264             'other' => q(bahts thaïlandais),
11265             },
11266             },
11267             'TJR' => {
11268             display_name => {
11269             'currency' => q(rouble tadjik),
11270             'one' => q(rouble tadjik),
11271             'other' => q(roubles tadjiks),
11272             },
11273             },
11274             'TJS' => {
11275             display_name => {
11276             'currency' => q(somoni tadjik),
11277             'one' => q(somoni tadjik),
11278             'other' => q(somonis tadjiks),
11279             },
11280             },
11281             'TMM' => {
11282             display_name => {
11283             'currency' => q(manat turkmène),
11284             'one' => q(manat turkmène),
11285             'other' => q(manats turkmènes),
11286             },
11287             },
11288             'TMT' => {
11289             display_name => {
11290             'currency' => q(nouveau manat turkmène),
11291             'one' => q(nouveau manat turkmène),
11292             'other' => q(nouveaux manats turkmènes),
11293             },
11294             },
11295             'TND' => {
11296             display_name => {
11297             'currency' => q(dinar tunisien),
11298             'one' => q(dinar tunisien),
11299             'other' => q(dinars tunisiens),
11300             },
11301             },
11302             'TOP' => {
11303             symbol => '$T',
11304             display_name => {
11305             'currency' => q(pa’anga tongan),
11306             'one' => q(pa’anga tongan),
11307             'other' => q(pa’angas tongans),
11308             },
11309             },
11310             'TPE' => {
11311             display_name => {
11312             'currency' => q(escudo timorais),
11313             'one' => q(escudo timorais),
11314             'other' => q(escudos timorais),
11315             },
11316             },
11317             'TRL' => {
11318             display_name => {
11319             'currency' => q(livre turque \(1844–2005\)),
11320             'one' => q(livre turque \(1844–2005\)),
11321             'other' => q(livres turques \(1844–2005\)),
11322             },
11323             },
11324             'TRY' => {
11325             symbol => 'LT',
11326             display_name => {
11327             'currency' => q(livre turque),
11328             'one' => q(livre turque),
11329             'other' => q(livres turques),
11330             },
11331             },
11332             'TTD' => {
11333             symbol => '$TT',
11334             display_name => {
11335             'currency' => q(dollar de Trinité-et-Tobago),
11336             'one' => q(dollar de Trinité-et-Tobago),
11337             'other' => q(dollars de Trinité-et-Tobago),
11338             },
11339             },
11340             'TWD' => {
11341             symbol => 'TWD',
11342             display_name => {
11343             'currency' => q(nouveau dollar taïwanais),
11344             'one' => q(nouveau dollar taïwanais),
11345             'other' => q(nouveaux dollars taïwanais),
11346             },
11347             },
11348             'TZS' => {
11349             display_name => {
11350             'currency' => q(shilling tanzanien),
11351             'one' => q(shilling tanzanien),
11352             'other' => q(shillings tanzaniens),
11353             },
11354             },
11355             'UAH' => {
11356             display_name => {
11357             'currency' => q(hryvnia ukrainienne),
11358             'one' => q(hryvnia ukrainienne),
11359             'other' => q(hryvnias ukrainiennes),
11360             },
11361             },
11362             'UAK' => {
11363             display_name => {
11364             'currency' => q(karbovanetz),
11365             'one' => q(karbovanets ukrainien \(1992–1996\)),
11366             'other' => q(karbovanets ukrainiens \(1992–1996\)),
11367             },
11368             },
11369             'UGS' => {
11370             display_name => {
11371             'currency' => q(shilling ougandais \(1966–1987\)),
11372             'one' => q(shilling ougandais \(1966–1987\)),
11373             'other' => q(shillings ougandais \(1966–1987\)),
11374             },
11375             },
11376             'UGX' => {
11377             display_name => {
11378             'currency' => q(shilling ougandais),
11379             'one' => q(shilling ougandais),
11380             'other' => q(shillings ougandais),
11381             },
11382             },
11383             'USD' => {
11384             symbol => '$US',
11385             display_name => {
11386             'currency' => q(dollar des États-Unis),
11387             'one' => q(dollar des États-Unis),
11388             'other' => q(dollars des États-Unis),
11389             },
11390             },
11391             'USN' => {
11392             display_name => {
11393             'currency' => q(dollar des Etats-Unis \(jour suivant\)),
11394             'one' => q(dollar des États-Unis \(jour suivant\)),
11395             'other' => q(dollars des États-Unis \(jour suivant\)),
11396             },
11397             },
11398             'USS' => {
11399             display_name => {
11400             'currency' => q(dollar des Etats-Unis \(jour même\)),
11401             'one' => q(dollar des États-Unis \(jour même\)),
11402             'other' => q(dollars des États-Unis \(jour même\)),
11403             },
11404             },
11405             'UYI' => {
11406             display_name => {
11407             'currency' => q(peso uruguayen \(unités indexées\)),
11408             'one' => q(peso uruguayen \(unités indexées\)),
11409             'other' => q(pesos uruguayen \(unités indexées\)),
11410             },
11411             },
11412             'UYP' => {
11413             display_name => {
11414             'currency' => q(peso uruguayen \(1975–1993\)),
11415             'one' => q(peso uruguayen \(1975–1993\)),
11416             'other' => q(pesos uruguayens \(1975–1993\)),
11417             },
11418             },
11419             'UYU' => {
11420             symbol => '$UY',
11421             display_name => {
11422             'currency' => q(peso uruguayen),
11423             'one' => q(peso uruguayen),
11424             'other' => q(pesos uruguayens),
11425             },
11426             },
11427             'UYW' => {
11428             display_name => {
11429             'currency' => q(unité de salaire nominal uruguayenne),
11430             'one' => q(unité de salaire nominal uruguayenne),
11431             'other' => q(unités de salaire nominales uruguayennes),
11432             },
11433             },
11434             'UZS' => {
11435             display_name => {
11436             'currency' => q(sum ouzbek),
11437             'one' => q(sum ouzbek),
11438             'other' => q(sums ouzbeks),
11439             },
11440             },
11441             'VEB' => {
11442             display_name => {
11443             'currency' => q(bolivar vénézuélien \(1871–2008\)),
11444             },
11445             },
11446             'VEF' => {
11447             display_name => {
11448             'currency' => q(bolivar vénézuélien \(2008–2018\)),
11449             'one' => q(bolivar vénézuélien \(2008–2018\)),
11450             'other' => q(bolivars vénézuéliens \(2008–2018\)),
11451             },
11452             },
11453             'VES' => {
11454             display_name => {
11455             'currency' => q(bolivar vénézuélien),
11456             'one' => q(bolivar vénézuélien),
11457             'other' => q(bolivars vénézuéliens),
11458             },
11459             },
11460             'VND' => {
11461             display_name => {
11462             'currency' => q(dông vietnamien),
11463             'one' => q(dông vietnamien),
11464             'other' => q(dôngs vietnamiens),
11465             },
11466             },
11467             'VNN' => {
11468             display_name => {
11469             'currency' => q(dông vietnamien \(1978–1985\)),
11470             'one' => q(dông vietnamien \(1978–1985\)),
11471             'other' => q(dôngs vietnamiens \(1978–1985\)),
11472             },
11473             },
11474             'VUV' => {
11475             display_name => {
11476             'currency' => q(vatu vanuatuan),
11477             'one' => q(vatu vanuatuan),
11478             'other' => q(vatus vanuatuans),
11479             },
11480             },
11481             'WST' => {
11482             symbol => '$WS',
11483             display_name => {
11484             'currency' => q(tala samoan),
11485             'one' => q(tala samoan),
11486             'other' => q(talas samoans),
11487             },
11488             },
11489             'XAF' => {
11490             display_name => {
11491             'currency' => q(franc CFA \(BEAC\)),
11492             'one' => q(franc CFA \(BEAC\)),
11493             'other' => q(francs CFA \(BEAC\)),
11494             },
11495             },
11496             'XAG' => {
11497             display_name => {
11498             'currency' => q(argent),
11499             'one' => q(once troy d’argent),
11500             'other' => q(onces troy d’argent),
11501             },
11502             },
11503             'XAU' => {
11504             display_name => {
11505             'currency' => q(or),
11506             'one' => q(once troy d’or),
11507             'other' => q(onces troy d’or),
11508             },
11509             },
11510             'XBA' => {
11511             display_name => {
11512             'currency' => q(unité européenne composée),
11513             'one' => q(unité composée européenne \(EURCO\)),
11514             'other' => q(unités composées européennes \(EURCO\)),
11515             },
11516             },
11517             'XBB' => {
11518             display_name => {
11519             'currency' => q(unité monétaire européenne),
11520             'one' => q(unité monétaire européenne \(UME–6\)),
11521             'other' => q(unités monétaires européennes \(UME–6\)),
11522             },
11523             },
11524             'XBC' => {
11525             display_name => {
11526             'currency' => q(unité de compte européenne \(XBC\)),
11527             'one' => q(unité de compte 9 européenne \(UEC–9\)),
11528             'other' => q(unités de compte 9 européennes \(UEC–9\)),
11529             },
11530             },
11531             'XBD' => {
11532             display_name => {
11533             'currency' => q(unité de compte européenne \(XBD\)),
11534             'one' => q(unité de compte 17 européenne \(UEC–17\)),
11535             'other' => q(unités de compte 17 européennes \(UEC–17\)),
11536             },
11537             },
11538             'XCD' => {
11539             symbol => 'XCD',
11540             display_name => {
11541             'currency' => q(dollar des Caraïbes orientales),
11542             'one' => q(dollar des Caraïbes orientales),
11543             'other' => q(dollars des Caraïbes orientales),
11544             },
11545             },
11546             'XCG' => {
11547             display_name => {
11548             'currency' => q(florin caribéen),
11549             'one' => q(florin caribéen),
11550             'other' => q(florins caribéens),
11551             },
11552             },
11553             'XDR' => {
11554             symbol => 'DTS',
11555             display_name => {
11556             'currency' => q(droit de tirage spécial),
11557             'one' => q(droit de tirage spécial),
11558             'other' => q(droits de tirage spéciaux),
11559             },
11560             },
11561             'XEU' => {
11562             display_name => {
11563             'currency' => q(unité de compte européenne \(ECU\)),
11564             'one' => q(unité de compte européenne \(ECU\)),
11565             'other' => q(unités de compte européennes \(ECU\)),
11566             },
11567             },
11568             'XFO' => {
11569             display_name => {
11570             'currency' => q(franc or),
11571             'one' => q(franc or),
11572             'other' => q(francs or),
11573             },
11574             },
11575             'XFU' => {
11576             display_name => {
11577             'currency' => q(franc UIC),
11578             'one' => q(franc UIC),
11579             'other' => q(francs UIC),
11580             },
11581             },
11582             'XOF' => {
11583             display_name => {
11584             'currency' => q(franc CFA \(BCEAO\)),
11585             'one' => q(franc CFA \(BCEAO\)),
11586             'other' => q(francs CFA \(BCEAO\)),
11587             },
11588             },
11589             'XPD' => {
11590             display_name => {
11591             'currency' => q(palladium),
11592             'one' => q(once troy de palladium),
11593             'other' => q(onces troy de palladium),
11594             },
11595             },
11596             'XPF' => {
11597             symbol => 'FCFP',
11598             display_name => {
11599             'currency' => q(franc CFP),
11600             'one' => q(franc CFP),
11601             'other' => q(francs CFP),
11602             },
11603             },
11604             'XPT' => {
11605             display_name => {
11606             'currency' => q(platine),
11607             'one' => q(once troy de platine),
11608             'other' => q(onces troy de platine),
11609             },
11610             },
11611             'XRE' => {
11612             display_name => {
11613             'currency' => q(type de fonds RINET),
11614             'one' => q(unité de fonds RINET),
11615             'other' => q(unités de fonds RINET),
11616             },
11617             },
11618             'XSU' => {
11619             display_name => {
11620             'currency' => q(sucre),
11621             'one' => q(sucre),
11622             'other' => q(sucres),
11623             },
11624             },
11625             'XTS' => {
11626             display_name => {
11627             'currency' => q(\(devise de test\)),
11628             'one' => q(\(devise de test\)),
11629             'other' => q(\(devises de test\)),
11630             },
11631             },
11632             'XUA' => {
11633             display_name => {
11634             'currency' => q(unité de compte ADB),
11635             'one' => q(unité de compte ADB),
11636             'other' => q(unités de compte ADB),
11637             },
11638             },
11639             'XXX' => {
11640             symbol => 'XXX',
11641             display_name => {
11642             'currency' => q(devise inconnue ou non valide),
11643             'one' => q(devise inconnue),
11644             'other' => q(devises inconnues),
11645             },
11646             },
11647             'YDD' => {
11648             display_name => {
11649             'currency' => q(dinar du Yémen),
11650             'one' => q(dinar nord-yéménite),
11651             'other' => q(dinars nord-yéménites),
11652             },
11653             },
11654             'YER' => {
11655             display_name => {
11656             'currency' => q(riyal yéménite),
11657             'one' => q(riyal yéménite),
11658             'other' => q(riyals yéménites),
11659             },
11660             },
11661             'YUD' => {
11662             display_name => {
11663             'currency' => q(nouveau dinar yougoslave),
11664             'one' => q(dinar fort yougoslave \(1966–1989\)),
11665             'other' => q(dinars forts yougoslaves \(1966–1989\)),
11666             },
11667             },
11668             'YUM' => {
11669             display_name => {
11670             'currency' => q(dinar yougoslave Noviy),
11671             'one' => q(nouveau dinar yougoslave \(1994–2003\)),
11672             'other' => q(nouveaux dinars yougoslaves \(1994–2003\)),
11673             },
11674             },
11675             'YUN' => {
11676             display_name => {
11677             'currency' => q(dinar yougoslave convertible),
11678             'one' => q(dinar convertible yougoslave \(1990–1992\)),
11679             'other' => q(dinars convertibles yougoslaves \(1990–1992\)),
11680             },
11681             },
11682             'YUR' => {
11683             display_name => {
11684             'currency' => q(dinar réformé yougoslave \(1992–1993\)),
11685             'one' => q(dinar réformé yougoslave \(1992–1993\)),
11686             'other' => q(dinars réformés yougoslaves \(1992–1993\)),
11687             },
11688             },
11689             'ZAL' => {
11690             display_name => {
11691             'currency' => q(rand sud-africain \(financier\)),
11692             'one' => q(rand sud-africain \(financier\)),
11693             'other' => q(rands sud-africains \(financiers\)),
11694             },
11695             },
11696             'ZAR' => {
11697             display_name => {
11698             'currency' => q(rand sud-africain),
11699             'one' => q(rand sud-africain),
11700             'other' => q(rands sud-africains),
11701             },
11702             },
11703             'ZMK' => {
11704             display_name => {
11705             'currency' => q(kwacha zambien \(1968–2012\)),
11706             'one' => q(kwacha zambien \(1968–2012\)),
11707             'other' => q(kwachas zambiens \(1968–2012\)),
11708             },
11709             },
11710             'ZMW' => {
11711             symbol => 'Kw',
11712             display_name => {
11713             'currency' => q(kwacha zambien),
11714             'one' => q(kwacha zambien),
11715             'other' => q(kwachas zambiens),
11716             },
11717             },
11718             'ZRN' => {
11719             display_name => {
11720             'currency' => q(nouveau zaïre zaïrien),
11721             'one' => q(nouveau zaïre zaïrien),
11722             'other' => q(nouveaux zaïres zaïriens),
11723             },
11724             },
11725             'ZRZ' => {
11726             display_name => {
11727             'currency' => q(zaïre zaïrois),
11728             'one' => q(zaïre zaïrois),
11729             'other' => q(zaïres zaïrois),
11730             },
11731             },
11732             'ZWD' => {
11733             display_name => {
11734             'currency' => q(dollar zimbabwéen),
11735             'one' => q(dollar zimbabwéen),
11736             'other' => q(dollars zimbabwéens),
11737             },
11738             },
11739             'ZWL' => {
11740             display_name => {
11741             'currency' => q(dollar zimbabwéen \(2009\)),
11742             'one' => q(dollar zimbabwéen \(2009\)),
11743             'other' => q(dollars zimbabwéens \(2009\)),
11744             },
11745             },
11746             'ZWR' => {
11747             display_name => {
11748             'currency' => q(dollar zimbabwéen \(2008\)),
11749             'one' => q(dollar zimbabwéen \(2008\)),
11750             'other' => q(dollars zimbabwéens \(2008\)),
11751             },
11752             },
11753             } },
11754             );
11755              
11756              
11757             has 'calendar_months' => (
11758             is => 'ro',
11759             isa => HashRef,
11760             init_arg => undef,
11761             default => sub { {
11762             'chinese' => {
11763             'format' => {
11764             abbreviated => {
11765             nonleap => [
11766             '1yuè',
11767             '2yuè',
11768             '3yuè',
11769             '4yuè',
11770             '5yuè',
11771             '6yuè',
11772             '7yuè',
11773             '8yuè',
11774             '9yuè',
11775             '10yuè',
11776             '11yuè',
11777             '12yuè'
11778             ],
11779             leap => [
11780            
11781             ],
11782             },
11783             wide => {
11784             nonleap => [
11785             'zhēngyuè',
11786             'èryuè',
11787             'sānyuè',
11788             'sìyuè',
11789             'wǔyuè',
11790             'liùyuè',
11791             'qīyuè',
11792             'bāyuè',
11793             'jiǔyuè',
11794             'shíyuè',
11795             'shíyīyuè',
11796             'shí’èryuè'
11797             ],
11798             leap => [
11799            
11800             ],
11801             },
11802             },
11803             },
11804             'coptic' => {
11805             'format' => {
11806             abbreviated => {
11807             nonleap => [
11808             'tout',
11809             'bâb.',
11810             'hât.',
11811             'kya.',
11812             'toub.',
11813             'amsh.',
11814             'barma.',
11815             'barmo.',
11816             'bash.',
11817             'ba’o.',
11818             'abî.',
11819             'mis.',
11820             'al-n.'
11821             ],
11822             leap => [
11823            
11824             ],
11825             },
11826             wide => {
11827             nonleap => [
11828             'tout',
11829             'bâbâ',
11830             'hâtour',
11831             'kyahk',
11832             'toubah',
11833             'amshîr',
11834             'barmahât',
11835             'barmoudah',
11836             'bashans',
11837             'ba’ounah',
11838             'abîb',
11839             'misra',
11840             'al-nasi'
11841             ],
11842             leap => [
11843            
11844             ],
11845             },
11846             },
11847             },
11848             'ethiopic' => {
11849             'format' => {
11850             abbreviated => {
11851             nonleap => [
11852             'mäs.',
11853             'teq.',
11854             'hed.',
11855             'tah.',
11856             'ter',
11857             'yäk.',
11858             'mäg.',
11859             'miy.',
11860             'gue.',
11861             'sän.',
11862             'ham.',
11863             'näh.',
11864             'pag.'
11865             ],
11866             leap => [
11867            
11868             ],
11869             },
11870             wide => {
11871             nonleap => [
11872             'mäskäräm',
11873             'teqemt',
11874             'hedar',
11875             'tahesas',
11876             'ter',
11877             'yäkatit',
11878             'mägabit',
11879             'miyazya',
11880             'guenbot',
11881             'säné',
11882             'hamlé',
11883             'nähasé',
11884             'pagumén'
11885             ],
11886             leap => [
11887            
11888             ],
11889             },
11890             },
11891             },
11892             'gregorian' => {
11893             'format' => {
11894             abbreviated => {
11895             nonleap => [
11896             'janv.',
11897             'févr.',
11898             'mars',
11899             'avr.',
11900             'mai',
11901             'juin',
11902             'juil.',
11903             'août',
11904             'sept.',
11905             'oct.',
11906             'nov.',
11907             'déc.'
11908             ],
11909             leap => [
11910            
11911             ],
11912             },
11913             wide => {
11914             nonleap => [
11915             'janvier',
11916             'février',
11917             'mars',
11918             'avril',
11919             'mai',
11920             'juin',
11921             'juillet',
11922             'août',
11923             'septembre',
11924             'octobre',
11925             'novembre',
11926             'décembre'
11927             ],
11928             leap => [
11929            
11930             ],
11931             },
11932             },
11933             'stand-alone' => {
11934             narrow => {
11935             nonleap => [
11936             'J',
11937             'F',
11938             'M',
11939             'A',
11940             'M',
11941             'J',
11942             'J',
11943             'A',
11944             'S',
11945             'O',
11946             'N',
11947             'D'
11948             ],
11949             leap => [
11950            
11951             ],
11952             },
11953             },
11954             },
11955             'hebrew' => {
11956             'format' => {
11957             abbreviated => {
11958             nonleap => [
11959             'tich.',
11960             'hèch.',
11961             'kis.',
11962             'tév.',
11963             'chev.',
11964             'ad.I',
11965             'adar',
11966             'nis.',
11967             'iyar',
11968             'siv.',
11969             'tam.',
11970             'av',
11971             'él.'
11972             ],
11973             leap => [
11974             undef(),
11975             undef(),
11976             undef(),
11977             undef(),
11978             undef(),
11979             undef(),
11980            
11981             ],
11982             },
11983             wide => {
11984             nonleap => [
11985             'tichri',
11986             'hèchvan',
11987             'kislev',
11988             'téveth',
11989             'chevat',
11990             'adar I',
11991             'adar',
11992             'nissan',
11993             'iyar',
11994             'sivan',
11995             'tamouz',
11996             'av',
11997             'éloul'
11998             ],
11999             leap => [
12000             undef(),
12001             undef(),
12002             undef(),
12003             undef(),
12004             undef(),
12005             undef(),
12006            
12007             ],
12008             },
12009             },
12010             },
12011             'indian' => {
12012             'format' => {
12013             abbreviated => {
12014             nonleap => [
12015             'chai.',
12016             'vai.',
12017             'jyai.',
12018             'āsha.',
12019             'shrā.',
12020             'bhā.',
12021             'āshw.',
12022             'kār.',
12023             'mār.',
12024             'pau.',
12025             'māgh',
12026             'phāl.'
12027             ],
12028             leap => [
12029            
12030             ],
12031             },
12032             wide => {
12033             nonleap => [
12034             'chaitra',
12035             'vaishākh',
12036             'jyaishtha',
12037             'āshādha',
12038             'shrāvana',
12039             'bhādrapad',
12040             'āshwin',
12041             'kārtik',
12042             'mārgashīrsha',
12043             'paush',
12044             'māgh',
12045             'phālgun'
12046             ],
12047             leap => [
12048            
12049             ],
12050             },
12051             },
12052             },
12053             'islamic' => {
12054             'format' => {
12055             abbreviated => {
12056             nonleap => [
12057             'mouh.',
12058             'saf.',
12059             'rab. aw.',
12060             'rab. th.',
12061             'joum. oul.',
12062             'joum. tha.',
12063             'raj.',
12064             'chaa.',
12065             'ram.',
12066             'chaw.',
12067             'dhou. q.',
12068             'dhou. h.'
12069             ],
12070             leap => [
12071            
12072             ],
12073             },
12074             wide => {
12075             nonleap => [
12076             'mouharram',
12077             'safar',
12078             'rabia al awal',
12079             'rabia ath-thani',
12080             'joumada al oula',
12081             'joumada ath-thania',
12082             'rajab',
12083             'chaabane',
12084             'ramadan',
12085             'chawwal',
12086             'dhou al qi`da',
12087             'dhou al-hijja'
12088             ],
12089             leap => [
12090            
12091             ],
12092             },
12093             },
12094             'stand-alone' => {
12095             abbreviated => {
12096             nonleap => [
12097             'mouh.',
12098             'saf.',
12099             'rab. aw.',
12100             'rab. th.',
12101             'joum. ou.',
12102             'joum. th.',
12103             'raj.',
12104             'chaa.',
12105             'ram.',
12106             'chaw.',
12107             'dhou. qi.',
12108             'dhou. hi.'
12109             ],
12110             leap => [
12111            
12112             ],
12113             },
12114             },
12115             },
12116             'persian' => {
12117             'format' => {
12118             abbreviated => {
12119             nonleap => [
12120             'far.',
12121             'ord.',
12122             'kho.',
12123             'tir',
12124             'mor.',
12125             'šah.',
12126             'mehr',
12127             'âbân',
12128             'âzar',
12129             'dey',
12130             'bah.',
12131             'esf.'
12132             ],
12133             leap => [
12134            
12135             ],
12136             },
12137             wide => {
12138             nonleap => [
12139             'farvardin',
12140             'ordibehešt',
12141             'khordâd',
12142             'tir',
12143             'mordâd',
12144             'šahrivar',
12145             'mehr',
12146             'âbân',
12147             'âzar',
12148             'dey',
12149             'bahman',
12150             'esfand'
12151             ],
12152             leap => [
12153            
12154             ],
12155             },
12156             },
12157             },
12158             } },
12159             );
12160              
12161             has 'calendar_days' => (
12162             is => 'ro',
12163             isa => HashRef,
12164             init_arg => undef,
12165             default => sub { {
12166             'gregorian' => {
12167             'format' => {
12168             abbreviated => {
12169             mon => 'lun.',
12170             tue => 'mar.',
12171             wed => 'mer.',
12172             thu => 'jeu.',
12173             fri => 'ven.',
12174             sat => 'sam.',
12175             sun => 'dim.'
12176             },
12177             short => {
12178             mon => 'lu',
12179             tue => 'ma',
12180             wed => 'me',
12181             thu => 'je',
12182             fri => 've',
12183             sat => 'sa',
12184             sun => 'di'
12185             },
12186             wide => {
12187             mon => 'lundi',
12188             tue => 'mardi',
12189             wed => 'mercredi',
12190             thu => 'jeudi',
12191             fri => 'vendredi',
12192             sat => 'samedi',
12193             sun => 'dimanche'
12194             },
12195             },
12196             'stand-alone' => {
12197             narrow => {
12198             mon => 'L',
12199             tue => 'M',
12200             wed => 'M',
12201             thu => 'J',
12202             fri => 'V',
12203             sat => 'S',
12204             sun => 'D'
12205             },
12206             },
12207             },
12208             } },
12209             );
12210              
12211             has 'calendar_quarters' => (
12212             is => 'ro',
12213             isa => HashRef,
12214             init_arg => undef,
12215             default => sub { {
12216             'gregorian' => {
12217             'format' => {
12218             abbreviated => {0 => 'T1',
12219             1 => 'T2',
12220             2 => 'T3',
12221             3 => 'T4'
12222             },
12223             wide => {0 => '1er trimestre',
12224             1 => '2e trimestre',
12225             2 => '3e trimestre',
12226             3 => '4e trimestre'
12227             },
12228             },
12229             },
12230             } },
12231             );
12232              
12233             has 'day_period_data' => (
12234             is => 'ro',
12235             isa => CodeRef,
12236             init_arg => undef,
12237             default => sub { sub {
12238             # Time in hhmm format
12239             my ($self, $type, $time, $day_period_type) = @_;
12240             $day_period_type //= 'default';
12241             SWITCH:
12242             for ($type) {
12243             if ($_ eq 'buddhist') {
12244             if($day_period_type eq 'default') {
12245             return 'midnight' if $time == 0;
12246             return 'noon' if $time == 1200;
12247             return 'afternoon1' if $time >= 1200
12248             && $time < 1800;
12249             return 'evening1' if $time >= 1800
12250             && $time < 2400;
12251             return 'morning1' if $time >= 400
12252             && $time < 1200;
12253             return 'night1' if $time >= 0
12254             && $time < 400;
12255             }
12256             if($day_period_type eq 'selection') {
12257             return 'afternoon1' if $time >= 1200
12258             && $time < 1800;
12259             return 'evening1' if $time >= 1800
12260             && $time < 2400;
12261             return 'morning1' if $time >= 400
12262             && $time < 1200;
12263             return 'night1' if $time >= 0
12264             && $time < 400;
12265             }
12266             last SWITCH;
12267             }
12268             if ($_ eq 'chinese') {
12269             if($day_period_type eq 'default') {
12270             return 'midnight' if $time == 0;
12271             return 'noon' if $time == 1200;
12272             return 'afternoon1' if $time >= 1200
12273             && $time < 1800;
12274             return 'evening1' if $time >= 1800
12275             && $time < 2400;
12276             return 'morning1' if $time >= 400
12277             && $time < 1200;
12278             return 'night1' if $time >= 0
12279             && $time < 400;
12280             }
12281             if($day_period_type eq 'selection') {
12282             return 'afternoon1' if $time >= 1200
12283             && $time < 1800;
12284             return 'evening1' if $time >= 1800
12285             && $time < 2400;
12286             return 'morning1' if $time >= 400
12287             && $time < 1200;
12288             return 'night1' if $time >= 0
12289             && $time < 400;
12290             }
12291             last SWITCH;
12292             }
12293             if ($_ eq 'coptic') {
12294             if($day_period_type eq 'default') {
12295             return 'midnight' if $time == 0;
12296             return 'noon' if $time == 1200;
12297             return 'afternoon1' if $time >= 1200
12298             && $time < 1800;
12299             return 'evening1' if $time >= 1800
12300             && $time < 2400;
12301             return 'morning1' if $time >= 400
12302             && $time < 1200;
12303             return 'night1' if $time >= 0
12304             && $time < 400;
12305             }
12306             if($day_period_type eq 'selection') {
12307             return 'afternoon1' if $time >= 1200
12308             && $time < 1800;
12309             return 'evening1' if $time >= 1800
12310             && $time < 2400;
12311             return 'morning1' if $time >= 400
12312             && $time < 1200;
12313             return 'night1' if $time >= 0
12314             && $time < 400;
12315             }
12316             last SWITCH;
12317             }
12318             if ($_ eq 'ethiopic') {
12319             if($day_period_type eq 'default') {
12320             return 'midnight' if $time == 0;
12321             return 'noon' if $time == 1200;
12322             return 'afternoon1' if $time >= 1200
12323             && $time < 1800;
12324             return 'evening1' if $time >= 1800
12325             && $time < 2400;
12326             return 'morning1' if $time >= 400
12327             && $time < 1200;
12328             return 'night1' if $time >= 0
12329             && $time < 400;
12330             }
12331             if($day_period_type eq 'selection') {
12332             return 'afternoon1' if $time >= 1200
12333             && $time < 1800;
12334             return 'evening1' if $time >= 1800
12335             && $time < 2400;
12336             return 'morning1' if $time >= 400
12337             && $time < 1200;
12338             return 'night1' if $time >= 0
12339             && $time < 400;
12340             }
12341             last SWITCH;
12342             }
12343             if ($_ eq 'generic') {
12344             if($day_period_type eq 'default') {
12345             return 'midnight' if $time == 0;
12346             return 'noon' if $time == 1200;
12347             return 'afternoon1' if $time >= 1200
12348             && $time < 1800;
12349             return 'evening1' if $time >= 1800
12350             && $time < 2400;
12351             return 'morning1' if $time >= 400
12352             && $time < 1200;
12353             return 'night1' if $time >= 0
12354             && $time < 400;
12355             }
12356             if($day_period_type eq 'selection') {
12357             return 'afternoon1' if $time >= 1200
12358             && $time < 1800;
12359             return 'evening1' if $time >= 1800
12360             && $time < 2400;
12361             return 'morning1' if $time >= 400
12362             && $time < 1200;
12363             return 'night1' if $time >= 0
12364             && $time < 400;
12365             }
12366             last SWITCH;
12367             }
12368             if ($_ eq 'gregorian') {
12369             if($day_period_type eq 'default') {
12370             return 'midnight' if $time == 0;
12371             return 'noon' if $time == 1200;
12372             return 'afternoon1' if $time >= 1200
12373             && $time < 1800;
12374             return 'evening1' if $time >= 1800
12375             && $time < 2400;
12376             return 'morning1' if $time >= 400
12377             && $time < 1200;
12378             return 'night1' if $time >= 0
12379             && $time < 400;
12380             }
12381             if($day_period_type eq 'selection') {
12382             return 'afternoon1' if $time >= 1200
12383             && $time < 1800;
12384             return 'evening1' if $time >= 1800
12385             && $time < 2400;
12386             return 'morning1' if $time >= 400
12387             && $time < 1200;
12388             return 'night1' if $time >= 0
12389             && $time < 400;
12390             }
12391             last SWITCH;
12392             }
12393             if ($_ eq 'hebrew') {
12394             if($day_period_type eq 'default') {
12395             return 'midnight' if $time == 0;
12396             return 'noon' if $time == 1200;
12397             return 'afternoon1' if $time >= 1200
12398             && $time < 1800;
12399             return 'evening1' if $time >= 1800
12400             && $time < 2400;
12401             return 'morning1' if $time >= 400
12402             && $time < 1200;
12403             return 'night1' if $time >= 0
12404             && $time < 400;
12405             }
12406             if($day_period_type eq 'selection') {
12407             return 'afternoon1' if $time >= 1200
12408             && $time < 1800;
12409             return 'evening1' if $time >= 1800
12410             && $time < 2400;
12411             return 'morning1' if $time >= 400
12412             && $time < 1200;
12413             return 'night1' if $time >= 0
12414             && $time < 400;
12415             }
12416             last SWITCH;
12417             }
12418             if ($_ eq 'indian') {
12419             if($day_period_type eq 'default') {
12420             return 'midnight' if $time == 0;
12421             return 'noon' if $time == 1200;
12422             return 'afternoon1' if $time >= 1200
12423             && $time < 1800;
12424             return 'evening1' if $time >= 1800
12425             && $time < 2400;
12426             return 'morning1' if $time >= 400
12427             && $time < 1200;
12428             return 'night1' if $time >= 0
12429             && $time < 400;
12430             }
12431             if($day_period_type eq 'selection') {
12432             return 'afternoon1' if $time >= 1200
12433             && $time < 1800;
12434             return 'evening1' if $time >= 1800
12435             && $time < 2400;
12436             return 'morning1' if $time >= 400
12437             && $time < 1200;
12438             return 'night1' if $time >= 0
12439             && $time < 400;
12440             }
12441             last SWITCH;
12442             }
12443             if ($_ eq 'islamic') {
12444             if($day_period_type eq 'default') {
12445             return 'midnight' if $time == 0;
12446             return 'noon' if $time == 1200;
12447             return 'afternoon1' if $time >= 1200
12448             && $time < 1800;
12449             return 'evening1' if $time >= 1800
12450             && $time < 2400;
12451             return 'morning1' if $time >= 400
12452             && $time < 1200;
12453             return 'night1' if $time >= 0
12454             && $time < 400;
12455             }
12456             if($day_period_type eq 'selection') {
12457             return 'afternoon1' if $time >= 1200
12458             && $time < 1800;
12459             return 'evening1' if $time >= 1800
12460             && $time < 2400;
12461             return 'morning1' if $time >= 400
12462             && $time < 1200;
12463             return 'night1' if $time >= 0
12464             && $time < 400;
12465             }
12466             last SWITCH;
12467             }
12468             if ($_ eq 'japanese') {
12469             if($day_period_type eq 'default') {
12470             return 'midnight' if $time == 0;
12471             return 'noon' if $time == 1200;
12472             return 'afternoon1' if $time >= 1200
12473             && $time < 1800;
12474             return 'evening1' if $time >= 1800
12475             && $time < 2400;
12476             return 'morning1' if $time >= 400
12477             && $time < 1200;
12478             return 'night1' if $time >= 0
12479             && $time < 400;
12480             }
12481             if($day_period_type eq 'selection') {
12482             return 'afternoon1' if $time >= 1200
12483             && $time < 1800;
12484             return 'evening1' if $time >= 1800
12485             && $time < 2400;
12486             return 'morning1' if $time >= 400
12487             && $time < 1200;
12488             return 'night1' if $time >= 0
12489             && $time < 400;
12490             }
12491             last SWITCH;
12492             }
12493             if ($_ eq 'persian') {
12494             if($day_period_type eq 'default') {
12495             return 'midnight' if $time == 0;
12496             return 'noon' if $time == 1200;
12497             return 'afternoon1' if $time >= 1200
12498             && $time < 1800;
12499             return 'evening1' if $time >= 1800
12500             && $time < 2400;
12501             return 'morning1' if $time >= 400
12502             && $time < 1200;
12503             return 'night1' if $time >= 0
12504             && $time < 400;
12505             }
12506             if($day_period_type eq 'selection') {
12507             return 'afternoon1' if $time >= 1200
12508             && $time < 1800;
12509             return 'evening1' if $time >= 1800
12510             && $time < 2400;
12511             return 'morning1' if $time >= 400
12512             && $time < 1200;
12513             return 'night1' if $time >= 0
12514             && $time < 400;
12515             }
12516             last SWITCH;
12517             }
12518             if ($_ eq 'roc') {
12519             if($day_period_type eq 'default') {
12520             return 'midnight' if $time == 0;
12521             return 'noon' if $time == 1200;
12522             return 'afternoon1' if $time >= 1200
12523             && $time < 1800;
12524             return 'evening1' if $time >= 1800
12525             && $time < 2400;
12526             return 'morning1' if $time >= 400
12527             && $time < 1200;
12528             return 'night1' if $time >= 0
12529             && $time < 400;
12530             }
12531             if($day_period_type eq 'selection') {
12532             return 'afternoon1' if $time >= 1200
12533             && $time < 1800;
12534             return 'evening1' if $time >= 1800
12535             && $time < 2400;
12536             return 'morning1' if $time >= 400
12537             && $time < 1200;
12538             return 'night1' if $time >= 0
12539             && $time < 400;
12540             }
12541             last SWITCH;
12542             }
12543             }
12544             } },
12545             );
12546              
12547             around day_period_data => sub {
12548             my ($orig, $self) = @_;
12549             return $self->$orig;
12550             };
12551              
12552             has 'day_periods' => (
12553             is => 'ro',
12554             isa => HashRef,
12555             init_arg => undef,
12556             default => sub { {
12557             'gregorian' => {
12558             'format' => {
12559             'abbreviated' => {
12560             'afternoon1' => q{après-midi},
12561             'evening1' => q{soir},
12562             'midnight' => q{minuit},
12563             'morning1' => q{matin},
12564             'night1' => q{matin},
12565             'noon' => q{midi},
12566             },
12567             'narrow' => {
12568             'afternoon1' => q{ap.m.},
12569             'evening1' => q{soir},
12570             'midnight' => q{minuit},
12571             'morning1' => q{mat.},
12572             'night1' => q{matin},
12573             'noon' => q{midi},
12574             },
12575             'wide' => {
12576             'afternoon1' => q{de l’après-midi},
12577             'evening1' => q{du soir},
12578             'midnight' => q{minuit},
12579             'morning1' => q{du matin},
12580             'night1' => q{du matin},
12581             'noon' => q{midi},
12582             },
12583             },
12584             'stand-alone' => {
12585             'abbreviated' => {
12586             'afternoon1' => q{ap.m.},
12587             'evening1' => q{soir},
12588             'morning1' => q{mat.},
12589             'night1' => q{matin},
12590             },
12591             'wide' => {
12592             'afternoon1' => q{après-midi},
12593             'evening1' => q{soir},
12594             'morning1' => q{matin},
12595             'night1' => q{matin},
12596             },
12597             },
12598             },
12599             } },
12600             );
12601              
12602             has 'eras' => (
12603             is => 'ro',
12604             isa => HashRef,
12605             init_arg => undef,
12606             default => sub { {
12607             'buddhist' => {
12608             abbreviated => {
12609             '0' => 'E. B.'
12610             },
12611             narrow => {
12612             '0' => 'EB'
12613             },
12614             wide => {
12615             '0' => 'ère bouddhique'
12616             },
12617             },
12618             'chinese' => {
12619             },
12620             'coptic' => {
12621             abbreviated => {
12622             '0' => 'av. D.',
12623             '1' => 'ap. D.'
12624             },
12625             wide => {
12626             '0' => 'avant Dioclétien',
12627             '1' => 'après Dioclétien'
12628             },
12629             },
12630             'ethiopic' => {
12631             abbreviated => {
12632             '0' => 'av. Inc.',
12633             '1' => 'ap. Inc.'
12634             },
12635             wide => {
12636             '0' => 'avant l’Incarnation',
12637             '1' => 'après l’Incarnation'
12638             },
12639             },
12640             'generic' => {
12641             },
12642             'gregorian' => {
12643             abbreviated => {
12644             '0' => 'av. J.-C.',
12645             '1' => 'ap. J.-C.'
12646             },
12647             wide => {
12648             '0' => 'avant Jésus-Christ',
12649             '1' => 'après Jésus-Christ'
12650             },
12651             },
12652             'hebrew' => {
12653             abbreviated => {
12654             '0' => 'A. M.'
12655             },
12656             wide => {
12657             '0' => 'Anno Mundi'
12658             },
12659             },
12660             'indian' => {
12661             wide => {
12662             '0' => 'ère Saka'
12663             },
12664             },
12665             'islamic' => {
12666             narrow => {
12667             '0' => 'H'
12668             },
12669             wide => {
12670             '0' => 'ère de l’Hégire'
12671             },
12672             },
12673             'japanese' => {
12674             abbreviated => {
12675             '11' => 'Tenpyō-kampō (749-749)',
12676             '12' => 'Tenpyō-shōhō (749-757)',
12677             '13' => 'Tenpyō-hōji (757-765)',
12678             '14' => 'Tenpyō-jingo (765-767)',
12679             '15' => 'Jingo-keiun (767-770)',
12680             '17' => 'Ten-ō (781-782)',
12681             '26' => 'Ten-an (857-859)',
12682             '78' => 'Ten-ei (1110-1113)'
12683             },
12684             narrow => {
12685             '11' => 'Tenpyō-kampō (749-749)',
12686             '12' => 'Tenpyō-shōhō (749-757)',
12687             '13' => 'Tenpyō-hōji (757-765)',
12688             '14' => 'Tenpyō-jingo (765-767)',
12689             '15' => 'Jingo-keiun (767-770)',
12690             '17' => 'Ten-ō (781-782)',
12691             '26' => 'Ten-an (857-859)',
12692             '78' => 'Ten-ei (1110-1113)'
12693             },
12694             wide => {
12695             '10' => 'Tempyō (729–749)',
12696             '11' => 'Tempyō-kampō (749-749)',
12697             '12' => 'Tempyō-shōhō (749-757)',
12698             '13' => 'Tempyō-hōji (757-765)',
12699             '14' => 'Temphō-jingo (765-767)',
12700             '156' => 'Kemmu (1334–1336)',
12701             '216' => 'Hōryaku (1751–1764)'
12702             },
12703             },
12704             'persian' => {
12705             abbreviated => {
12706             '0' => 'A. P.'
12707             },
12708             wide => {
12709             '0' => 'Anno Persico'
12710             },
12711             },
12712             'roc' => {
12713             abbreviated => {
12714             '0' => 'av. RdC',
12715             '1' => 'RdC'
12716             },
12717             wide => {
12718             '0' => 'avant RdC'
12719             },
12720             },
12721             } },
12722             );
12723              
12724             has 'date_formats' => (
12725             is => 'ro',
12726             isa => HashRef,
12727             init_arg => undef,
12728             default => sub { {
12729             'buddhist' => {
12730             },
12731             'chinese' => {
12732             'full' => q{EEEE d MMMM U},
12733             'long' => q{d MMMM U},
12734             'medium' => q{d MMM U},
12735             'short' => q{d/M/y},
12736             },
12737             'coptic' => {
12738             },
12739             'ethiopic' => {
12740             },
12741             'generic' => {
12742             'full' => q{EEEE d MMMM y G},
12743             'long' => q{d MMMM y G},
12744             'medium' => q{d MMM y G},
12745             'short' => q{dd/MM/y GGGGG},
12746             },
12747             'gregorian' => {
12748             'full' => q{EEEE d MMMM y},
12749             'long' => q{d MMMM y},
12750             'medium' => q{d MMM y},
12751             'short' => q{dd/MM/y},
12752             },
12753             'hebrew' => {
12754             },
12755             'indian' => {
12756             },
12757             'islamic' => {
12758             },
12759             'japanese' => {
12760             },
12761             'persian' => {
12762             },
12763             'roc' => {
12764             },
12765             } },
12766             );
12767              
12768             has 'time_formats' => (
12769             is => 'ro',
12770             isa => HashRef,
12771             init_arg => undef,
12772             default => sub { {
12773             'buddhist' => {
12774             },
12775             'chinese' => {
12776             },
12777             'coptic' => {
12778             },
12779             'ethiopic' => {
12780             },
12781             'generic' => {
12782             },
12783             'gregorian' => {
12784             'full' => q{HH:mm:ss zzzz},
12785             'long' => q{HH:mm:ss z},
12786             'medium' => q{HH:mm:ss},
12787             'short' => q{HH:mm},
12788             },
12789             'hebrew' => {
12790             },
12791             'indian' => {
12792             },
12793             'islamic' => {
12794             },
12795             'japanese' => {
12796             },
12797             'persian' => {
12798             },
12799             'roc' => {
12800             },
12801             } },
12802             );
12803              
12804             has 'datetime_formats' => (
12805             is => 'ro',
12806             isa => HashRef,
12807             init_arg => undef,
12808             default => sub { {
12809             'buddhist' => {
12810             },
12811             'chinese' => {
12812             },
12813             'coptic' => {
12814             },
12815             'ethiopic' => {
12816             },
12817             'generic' => {
12818             'full' => q{{1} {0}},
12819             'long' => q{{1} {0}},
12820             'medium' => q{{1} {0}},
12821             'short' => q{{1} {0}},
12822             },
12823             'gregorian' => {
12824             'full' => q{{1}, {0}},
12825             'long' => q{{1}, {0}},
12826             'medium' => q{{1}, {0}},
12827             'short' => q{{1} {0}},
12828             },
12829             'hebrew' => {
12830             },
12831             'indian' => {
12832             },
12833             'islamic' => {
12834             },
12835             'japanese' => {
12836             },
12837             'persian' => {
12838             },
12839             'roc' => {
12840             },
12841             } },
12842             );
12843              
12844             has 'datetime_formats_available_formats' => (
12845             is => 'ro',
12846             isa => HashRef,
12847             init_arg => undef,
12848             default => sub { {
12849             'buddhist' => {
12850             MEd => q{E d/M},
12851             Md => q{d/M},
12852             },
12853             'chinese' => {
12854             Gy => q{U},
12855             GyMMM => q{MMM U},
12856             GyMMMEd => q{E d MMM U},
12857             GyMMMd => q{d MMM U},
12858             MEd => q{E d/M},
12859             MMMEd => q{E d MMM},
12860             MMMMd => q{d MMMM},
12861             MMMd => q{d MMM},
12862             Md => q{d/M},
12863             y => q{U},
12864             yMd => q{d/M/y},
12865             yyyy => q{U},
12866             yyyyM => q{M/y},
12867             yyyyMEd => q{E d/M/y},
12868             yyyyMMM => q{MMM U},
12869             yyyyMMMEd => q{E d MMM U},
12870             yyyyMMMM => q{MMMM U},
12871             yyyyMMMd => q{d MMM U},
12872             yyyyMd => q{d/M/y},
12873             yyyyQQQ => q{QQQ U},
12874             yyyyQQQQ => q{QQQQ U},
12875             },
12876             'generic' => {
12877             Ed => q{E d},
12878             Ehm => q{E h:mm a},
12879             Ehms => q{E h:mm:ss a},
12880             Gy => q{y G},
12881             GyMMM => q{MMM y G},
12882             GyMMMEd => q{E d MMM y G},
12883             GyMMMd => q{d MMM y G},
12884             GyMd => q{dd/MM/y GGGGG},
12885             MEd => q{E dd/MM},
12886             MMMEd => q{E d MMM},
12887             MMMMd => q{d MMMM},
12888             MMMd => q{d MMM},
12889             Md => q{dd/MM},
12890             h => q{h a},
12891             hm => q{h:mm a},
12892             hms => q{h:mm:ss a},
12893             y => q{y G},
12894             yyyy => q{y G},
12895             yyyyM => q{MM/y GGGGG},
12896             yyyyMEd => q{E dd/MM/y GGGGG},
12897             yyyyMMM => q{MMM y G},
12898             yyyyMMMEd => q{E d MMM y G},
12899             yyyyMMMM => q{MMMM y G},
12900             yyyyMMMd => q{d MMM y G},
12901             yyyyMd => q{dd/MM/y GGGGG},
12902             yyyyQQQ => q{QQQ y G},
12903             yyyyQQQQ => q{QQQQ y G},
12904             },
12905             'gregorian' => {
12906             E => q{E},
12907             Ed => q{E d},
12908             Ehm => q{E h:mm a},
12909             Ehms => q{E h:mm:ss a},
12910             Gy => q{y G},
12911             GyMMM => q{MMM y G},
12912             GyMMMEd => q{E d MMM y G},
12913             GyMMMd => q{d MMM y G},
12914             GyMd => q{dd/MM/y GGGGG},
12915             H => q{HH 'h'},
12916             MEd => q{E dd/MM},
12917             MMMEd => q{E d MMM},
12918             MMMMW => q{'semaine' W (MMMM)},
12919             MMMMd => q{d MMMM},
12920             MMMd => q{d MMM},
12921             Md => q{dd/MM},
12922             h => q{h a},
12923             hm => q{h:mm a},
12924             hms => q{h:mm:ss a},
12925             hmsv => q{h:mm:ss a v},
12926             hmv => q{h:mm a v},
12927             yM => q{MM/y},
12928             yMEd => q{E dd/MM/y},
12929             yMMM => q{MMM y},
12930             yMMMEd => q{E d MMM y},
12931             yMMMM => q{MMMM y},
12932             yMMMd => q{d MMM y},
12933             yMd => q{dd/MM/y},
12934             yQQQ => q{QQQ y},
12935             yQQQQ => q{QQQQ y},
12936             yw => q{'semaine' w 'de' Y},
12937             },
12938             'islamic' => {
12939             yyyyM => q{M/y GGGGG},
12940             yyyyMEd => q{E d/M/y GGGGG},
12941             yyyyMd => q{d/M/y GGGGG},
12942             },
12943             'japanese' => {
12944             MEd => q{E d/M},
12945             Md => q{d/M},
12946             yyyyM => q{M/y GGGGG},
12947             yyyyMEd => q{E d/M/y GGGGG},
12948             yyyyMd => q{d/M/y GGGGG},
12949             },
12950             } },
12951             );
12952              
12953             has 'datetime_formats_append_item' => (
12954             is => 'ro',
12955             isa => HashRef,
12956             init_arg => undef,
12957             default => sub { {
12958             } },
12959             );
12960              
12961             has 'datetime_formats_interval' => (
12962             is => 'ro',
12963             isa => HashRef,
12964             init_arg => undef,
12965             default => sub { {
12966             'buddhist' => {
12967             Bh => {
12968             h => q{h–h B},
12969             },
12970             Bhm => {
12971             h => q{h:mm–h:mm B},
12972             m => q{h:mm–h:mm B},
12973             },
12974             Gy => {
12975             G => q{y G – y G},
12976             },
12977             GyM => {
12978             G => q{MM/y GGGGG – MM/y GGGGG},
12979             M => q{MM/y – MM/y GGGGG},
12980             y => q{MM/y – MM/y GGGGG},
12981             },
12982             GyMEd => {
12983             G => q{E dd/MM/y G – E dd/MM/y G},
12984             M => q{E dd/MM – E dd/MM/y G},
12985             d => q{E dd – E dd/MM/y G},
12986             y => q{E dd/MM/y – E dd/MM/y G},
12987             },
12988             GyMMM => {
12989             G => q{MMM y G – MMM y G},
12990             M => q{MMM–MMM y G},
12991             y => q{MMM y – MMM y G},
12992             },
12993             GyMMMEd => {
12994             G => q{E d MMM y G – E d MMM y G},
12995             M => q{E d MMM – E d MMM y G},
12996             d => q{E d – E d MMM y G},
12997             y => q{E d MMM y – E d MMM y G},
12998             },
12999             GyMMMd => {
13000             G => q{d MMM y G – d MMM y G},
13001             M => q{d MMM – d MMM y G},
13002             y => q{d MMM y – d MMM y G},
13003             },
13004             GyMd => {
13005             G => q{dd/MM/y G – dd/MM/y G},
13006             M => q{dd/MM – dd/MM/y G},
13007             d => q{dd–dd/MM/y G},
13008             y => q{dd/MM/y – dd/MM/y G},
13009             },
13010             H => {
13011             H => q{HH–HH},
13012             },
13013             Hv => {
13014             H => q{HH–HH v},
13015             },
13016             M => {
13017             M => q{M–M},
13018             },
13019             d => {
13020             d => q{d–d},
13021             },
13022             h => {
13023             h => q{h–h a},
13024             },
13025             hv => {
13026             h => q{h–h a v},
13027             },
13028             y => {
13029             y => q{y–y G},
13030             },
13031             yM => {
13032             y => q{MM/y – MM/y G},
13033             },
13034             yMd => {
13035             M => q{dd/MM/y – dd/MM/y G},
13036             d => q{dd/MM/y – dd/MM/y G},
13037             },
13038             },
13039             'chinese' => {
13040             Bh => {
13041             B => q{h B – h B},
13042             },
13043             Bhm => {
13044             B => q{h:mm B – h:mm B},
13045             },
13046             },
13047             'coptic' => {
13048             Bh => {
13049             h => q{h–h B},
13050             },
13051             Bhm => {
13052             h => q{h:mm–h:mm B},
13053             m => q{h:mm–h:mm B},
13054             },
13055             },
13056             'ethiopic' => {
13057             Bh => {
13058             h => q{h–h B},
13059             },
13060             Bhm => {
13061             h => q{h:mm–h:mm B},
13062             m => q{h:mm–h:mm B},
13063             },
13064             },
13065             'generic' => {
13066             Bh => {
13067             B => q{h B – h B},
13068             h => q{h – h B},
13069             },
13070             Bhm => {
13071             B => q{h:mm B – h:mm B},
13072             h => q{h:mm – h:mm B},
13073             m => q{h:mm – h:mm B},
13074             },
13075             Gy => {
13076             G => q{y G 'à' y G},
13077             y => q{y–y G},
13078             },
13079             GyM => {
13080             G => q{M/y G 'à' M/y G},
13081             M => q{M–M/y G},
13082             y => q{M/y 'à' M/y G},
13083             },
13084             GyMEd => {
13085             G => q{E d/M/y G 'à' E d/M/y G},
13086             M => q{E d/M 'à' E d/M/y G},
13087             d => q{E d 'à' E d/M/y G},
13088             y => q{E d/M/y 'à' E d/M/y G},
13089             },
13090             GyMMM => {
13091             G => q{MMM y G 'à' MMM y G},
13092             M => q{MMM 'à' MMM y G},
13093             y => q{MMM y 'à' MMM y G},
13094             },
13095             GyMMMEd => {
13096             G => q{E d MMM y G 'à' E d MMM y G},
13097             M => q{E d MMM 'à' E d MMM y G},
13098             d => q{E d 'à' E d MMM y G},
13099             y => q{E d MMM y 'à' E d MMM y G},
13100             },
13101             GyMMMd => {
13102             G => q{d MMM y G 'à' d MMM y G},
13103             M => q{d MMM 'à' d MMM y G},
13104             d => q{d–d MMM y G},
13105             y => q{d MMM y 'à' d MMM y G},
13106             },
13107             GyMd => {
13108             G => q{d/M/y G 'à' d/M/y G},
13109             M => q{d/M 'à' d/M/y G},
13110             d => q{d–d/M/y G},
13111             y => q{d/M/y 'à' d/M/y G},
13112             },
13113             H => {
13114             H => q{HH – HH},
13115             },
13116             Hm => {
13117             H => q{HH:mm – HH:mm},
13118             m => q{HH:mm – HH:mm},
13119             },
13120             Hmv => {
13121             H => q{HH:mm – HH:mm v},
13122             m => q{HH:mm – HH:mm v},
13123             },
13124             Hv => {
13125             H => q{HH – HH v},
13126             },
13127             M => {
13128             M => q{M – M},
13129             },
13130             MEd => {
13131             M => q{E dd/MM – E dd/MM},
13132             d => q{E dd/MM – E dd/MM},
13133             },
13134             MMM => {
13135             M => q{MMM–MMM},
13136             },
13137             MMMEd => {
13138             M => q{E d MMM – E d MMM},
13139             d => q{E d MMM – E d MMM},
13140             },
13141             MMMd => {
13142             M => q{d MMM – d MMM},
13143             d => q{d–d MMM},
13144             },
13145             Md => {
13146             M => q{dd/MM – dd/MM},
13147             d => q{dd/MM – dd/MM},
13148             },
13149             d => {
13150             d => q{d – d},
13151             },
13152             h => {
13153             a => q{h a – h a},
13154             h => q{h – h a},
13155             },
13156             hm => {
13157             a => q{h:mm a – h:mm a},
13158             h => q{h:mm – h:mm a},
13159             m => q{h:mm – h:mm a},
13160             },
13161             hmv => {
13162             a => q{h:mm a – h:mm a v},
13163             h => q{h:mm – h:mm a v},
13164             m => q{h:mm – h:mm a v},
13165             },
13166             hv => {
13167             a => q{h a – h a v},
13168             h => q{h – h a v},
13169             },
13170             y => {
13171             y => q{y – y G},
13172             },
13173             yM => {
13174             M => q{MM/y – MM/y G},
13175             y => q{M/y – M/y G},
13176             },
13177             yMEd => {
13178             M => q{E dd/MM/y – E dd/MM/y G},
13179             d => q{E dd/MM/y – E dd/MM/y G},
13180             y => q{E dd/MM/y – E dd/MM/y G},
13181             },
13182             yMMM => {
13183             M => q{MMM–MMM y G},
13184             y => q{MMM y – MMM y G},
13185             },
13186             yMMMEd => {
13187             M => q{E d MMM – E d MMM y G},
13188             d => q{E d – E d MMM y G},
13189             y => q{E d MMM y – E d MMM y G},
13190             },
13191             yMMMM => {
13192             M => q{MMMM – MMMM y G},
13193             y => q{MMMM y – MMMM y G},
13194             },
13195             yMMMd => {
13196             M => q{d MMM – d MMM y G},
13197             d => q{d–d MMM y G},
13198             y => q{d MMM y – d MMM y G},
13199             },
13200             yMd => {
13201             M => q{d/M/y – d/M/y G},
13202             d => q{d/M/y – d/M/y G},
13203             y => q{dd/MM/y – dd/MM/y G},
13204             },
13205             },
13206             'gregorian' => {
13207             Bh => {
13208             B => q{h B – h B},
13209             h => q{h – h B},
13210             },
13211             Bhm => {
13212             B => q{h:mm B – h:mm B},
13213             h => q{h:mm – h:mm B},
13214             m => q{h:mm – h:mm B},
13215             },
13216             Gy => {
13217             G => q{y G 'à' y G},
13218             y => q{y–y G},
13219             },
13220             GyM => {
13221             G => q{MM/y G – MM/y G},
13222             M => q{MM–MM/y G},
13223             y => q{MM/y – MM/y G},
13224             },
13225             GyMEd => {
13226             G => q{E d/MM/y G – E d/MM/y G},
13227             M => q{E d/MM – E d/MM/y G},
13228             d => q{E d – E d/MM/y G},
13229             y => q{E d/MM/y – E d/MM/y G},
13230             },
13231             GyMMM => {
13232             G => q{MMM y G – MMM y G},
13233             M => q{MMM – MMM y G},
13234             y => q{MMM y – MMM y G},
13235             },
13236             GyMMMEd => {
13237             G => q{E d MMM y G – E d MMM y G},
13238             M => q{E d MMM – E d MMM y G},
13239             d => q{E d – E d MMM y G},
13240             y => q{E d MMM y – E d MMM y G},
13241             },
13242             GyMMMd => {
13243             G => q{d MMM y G – d MMM y G},
13244             M => q{d MMM – d MMM y G},
13245             d => q{d–d MMM y G},
13246             y => q{d MMM y – d MMM y G},
13247             },
13248             GyMd => {
13249             G => q{d/MM/y G – d/MM/y G},
13250             M => q{d/MM – d/MM/y G},
13251             d => q{d–d/MM/y G},
13252             y => q{d/MM/y – d/MM/y G},
13253             },
13254             H => {
13255             H => q{HH – HH},
13256             },
13257             Hm => {
13258             H => q{HH:mm – HH:mm},
13259             m => q{HH:mm – HH:mm},
13260             },
13261             Hmv => {
13262             H => q{HH:mm – HH:mm v},
13263             m => q{HH:mm – HH:mm v},
13264             },
13265             Hv => {
13266             H => q{HH – HH v},
13267             },
13268             M => {
13269             M => q{M–M},
13270             },
13271             MEd => {
13272             M => q{E dd/MM – E dd/MM},
13273             d => q{E dd/MM – E dd/MM},
13274             },
13275             MMM => {
13276             M => q{MMM–MMM},
13277             },
13278             MMMEd => {
13279             M => q{E d MMM – E d MMM},
13280             d => q{E d – E d MMM},
13281             },
13282             MMMd => {
13283             M => q{d MMM – d MMM},
13284             d => q{d–d MMM},
13285             },
13286             Md => {
13287             M => q{dd/MM – dd/MM},
13288             d => q{dd/MM – dd/MM},
13289             },
13290             h => {
13291             a => q{h a – h a},
13292             h => q{h – h a},
13293             },
13294             hm => {
13295             a => q{h:mm a – h:mm a},
13296             h => q{h:mm – h:mm a},
13297             m => q{h:mm – h:mm a},
13298             },
13299             hmv => {
13300             a => q{h:mm a – h:mm a v},
13301             h => q{h:mm – h:mm a v},
13302             m => q{h:mm – h:mm a v},
13303             },
13304             hv => {
13305             a => q{h a – h a v},
13306             h => q{h – h a v},
13307             },
13308             yM => {
13309             M => q{MM/y – MM/y},
13310             y => q{MM/y – MM/y},
13311             },
13312             yMEd => {
13313             M => q{E dd/MM/y – E dd/MM/y},
13314             d => q{E dd/MM/y – E dd/MM/y},
13315             y => q{E dd/MM/y – E dd/MM/y},
13316             },
13317             yMMM => {
13318             M => q{MMM–MMM y},
13319             y => q{MMM y – MMM y},
13320             },
13321             yMMMEd => {
13322             M => q{E d MMM – E d MMM y},
13323             d => q{E d – E d MMM y},
13324             y => q{E d MMM y – E d MMM y},
13325             },
13326             yMMMM => {
13327             M => q{MMMM – MMMM y},
13328             y => q{MMMM y – MMMM y},
13329             },
13330             yMMMd => {
13331             M => q{d MMM – d MMM y},
13332             d => q{d–d MMM y},
13333             y => q{d MMM y – d MMM y},
13334             },
13335             yMd => {
13336             M => q{dd/MM/y – dd/MM/y},
13337             d => q{dd/MM/y – dd/MM/y},
13338             y => q{dd/MM/y – dd/MM/y},
13339             },
13340             },
13341             'hebrew' => {
13342             Bh => {
13343             h => q{h–h B},
13344             },
13345             Bhm => {
13346             h => q{h:mm–h:mm B},
13347             m => q{h:mm–h:mm B},
13348             },
13349             },
13350             'indian' => {
13351             Bh => {
13352             h => q{h–h B},
13353             },
13354             Bhm => {
13355             h => q{h:mm–h:mm B},
13356             m => q{h:mm–h:mm B},
13357             },
13358             },
13359             'islamic' => {
13360             Bh => {
13361             h => q{h–h B},
13362             },
13363             Bhm => {
13364             h => q{h:mm–h:mm B},
13365             m => q{h:mm–h:mm B},
13366             },
13367             },
13368             'japanese' => {
13369             Bh => {
13370             h => q{h–h B},
13371             },
13372             Bhm => {
13373             h => q{h:mm–h:mm B},
13374             m => q{h:mm–h:mm B},
13375             },
13376             },
13377             'persian' => {
13378             Bh => {
13379             h => q{h–h B},
13380             },
13381             Bhm => {
13382             h => q{h:mm–h:mm B},
13383             m => q{h:mm–h:mm B},
13384             },
13385             },
13386             'roc' => {
13387             Bh => {
13388             h => q{h–h B},
13389             },
13390             Bhm => {
13391             h => q{h:mm–h:mm B},
13392             m => q{h:mm–h:mm B},
13393             },
13394             },
13395             } },
13396             );
13397              
13398             has 'time_zone_names' => (
13399             is => 'ro',
13400             isa => HashRef,
13401             init_arg => undef,
13402             default => sub { {
13403             hourFormat => q(+HH:mm;−HH:mm),
13404             gmtFormat => q(UTC{0}),
13405             gmtZeroFormat => q(UTC),
13406             regionFormat => q(heure : {0}),
13407             regionFormat => q({0} (heure d’été)),
13408             regionFormat => q({0} (heure standard)),
13409             'Acre' => {
13410             long => {
13411             'daylight' => q#heure d’été de l’Acre#,
13412             'generic' => q#heure de l’Acre#,
13413             'standard' => q#heure normale de l’Acre#,
13414             },
13415             },
13416             'Afghanistan' => {
13417             long => {
13418             'standard' => q#heure de l’Afghanistan#,
13419             },
13420             },
13421             'Africa/Addis_Ababa' => {
13422             exemplarCity => q#Addis-Abeba#,
13423             },
13424             'Africa/Algiers' => {
13425             exemplarCity => q#Alger#,
13426             },
13427             'Africa/Cairo' => {
13428             exemplarCity => q#Le Caire#,
13429             },
13430             'Africa/El_Aaiun' => {
13431             exemplarCity => q#Laâyoune#,
13432             },
13433             'Africa/Lome' => {
13434             exemplarCity => q#Lomé#,
13435             },
13436             'Africa/Mogadishu' => {
13437             exemplarCity => q#Mogadiscio#,
13438             },
13439             'Africa/Ndjamena' => {
13440             exemplarCity => q#N’Djamena#,
13441             },
13442             'Africa/Tripoli' => {
13443             exemplarCity => q#Tripoli (Libye)#,
13444             },
13445             'Africa_Central' => {
13446             long => {
13447             'standard' => q#heure normale d’Afrique centrale#,
13448             },
13449             },
13450             'Africa_Eastern' => {
13451             long => {
13452             'standard' => q#heure normale d’Afrique de l’Est#,
13453             },
13454             },
13455             'Africa_Southern' => {
13456             long => {
13457             'standard' => q#heure normale d’Afrique méridionale#,
13458             },
13459             },
13460             'Africa_Western' => {
13461             long => {
13462             'daylight' => q#heure d’été d’Afrique de l’Ouest#,
13463             'generic' => q#heure d’Afrique de l’Ouest#,
13464             'standard' => q#heure normale d’Afrique de l’Ouest#,
13465             },
13466             },
13467             'Alaska' => {
13468             long => {
13469             'daylight' => q#heure d’été de l’Alaska#,
13470             'generic' => q#heure de l’Alaska#,
13471             'standard' => q#heure normale de l’Alaska#,
13472             },
13473             short => {
13474             'daylight' => q#HEAK#,
13475             'generic' => q#HAK#,
13476             'standard' => q#HNAK#,
13477             },
13478             },
13479             'Almaty' => {
13480             long => {
13481             'daylight' => q#heure d’été d’Alma Ata#,
13482             'generic' => q#heure d’Alma Ata#,
13483             'standard' => q#heure normale d’Alma Ata#,
13484             },
13485             },
13486             'Amazon' => {
13487             long => {
13488             'daylight' => q#heure d’été de l’Amazonie#,
13489             'generic' => q#heure de l’Amazonie#,
13490             'standard' => q#heure normale de l’Amazonie#,
13491             },
13492             },
13493             'America/Araguaina' => {
13494             exemplarCity => q#Araguaína#,
13495             },
13496             'America/Argentina/Rio_Gallegos' => {
13497             exemplarCity => q#Río Gallegos#,
13498             },
13499             'America/Argentina/Tucuman' => {
13500             exemplarCity => q#Tucumán#,
13501             },
13502             'America/Argentina/Ushuaia' => {
13503             exemplarCity => q#Ushuaïa#,
13504             },
13505             'America/Bahia_Banderas' => {
13506             exemplarCity => q#Bahia de Banderas#,
13507             },
13508             'America/Barbados' => {
13509             exemplarCity => q#La Barbade#,
13510             },
13511             'America/Belem' => {
13512             exemplarCity => q#Belém#,
13513             },
13514             'America/Cayman' => {
13515             exemplarCity => q#Caïmans#,
13516             },
13517             'America/Cordoba' => {
13518             exemplarCity => q#Córdoba#,
13519             },
13520             'America/Cuiaba' => {
13521             exemplarCity => q#Cuiabá#,
13522             },
13523             'America/Detroit' => {
13524             exemplarCity => q#Détroit#,
13525             },
13526             'America/Dominica' => {
13527             exemplarCity => q#Dominique#,
13528             },
13529             'America/Eirunepe' => {
13530             exemplarCity => q#Eirunepé#,
13531             },
13532             'America/Grenada' => {
13533             exemplarCity => q#Grenade#,
13534             },
13535             'America/Havana' => {
13536             exemplarCity => q#La Havane#,
13537             },
13538             'America/Indiana/Knox' => {
13539             exemplarCity => q#Knox [Indiana]#,
13540             },
13541             'America/Indiana/Marengo' => {
13542             exemplarCity => q#Marengo [Indiana]#,
13543             },
13544             'America/Indiana/Petersburg' => {
13545             exemplarCity => q#Petersburg [Indiana]#,
13546             },
13547             'America/Indiana/Tell_City' => {
13548             exemplarCity => q#Tell City [Indiana]#,
13549             },
13550             'America/Indiana/Vevay' => {
13551             exemplarCity => q#Vevay [Indiana]#,
13552             },
13553             'America/Indiana/Vincennes' => {
13554             exemplarCity => q#Vincennes [Indiana]#,
13555             },
13556             'America/Indiana/Winamac' => {
13557             exemplarCity => q#Winamac [Indiana]#,
13558             },
13559             'America/Jamaica' => {
13560             exemplarCity => q#Jamaïque#,
13561             },
13562             'America/Kentucky/Monticello' => {
13563             exemplarCity => q#Monticello [Kentucky]#,
13564             },
13565             'America/Maceio' => {
13566             exemplarCity => q#Maceió#,
13567             },
13568             'America/Manaus' => {
13569             exemplarCity => q#Manaos#,
13570             },
13571             'America/Mazatlan' => {
13572             exemplarCity => q#Mazatlán#,
13573             },
13574             'America/Mexico_City' => {
13575             exemplarCity => q#Mexico#,
13576             },
13577             'America/North_Dakota/Beulah' => {
13578             exemplarCity => q#Beulah (Dakota du Nord)#,
13579             },
13580             'America/North_Dakota/Center' => {
13581             exemplarCity => q#Center (Dakota du Nord)#,
13582             },
13583             'America/North_Dakota/New_Salem' => {
13584             exemplarCity => q#New Salem (Dakota du Nord)#,
13585             },
13586             'America/Port_of_Spain' => {
13587             exemplarCity => q#Port-d’Espagne#,
13588             },
13589             'America/Puerto_Rico' => {
13590             exemplarCity => q#Porto Rico#,
13591             },
13592             'America/Santarem' => {
13593             exemplarCity => q#Santarém#,
13594             },
13595             'America/Santo_Domingo' => {
13596             exemplarCity => q#Saint-Domingue#,
13597             },
13598             'America/Sao_Paulo' => {
13599             exemplarCity => q#São Paulo#,
13600             },
13601             'America/St_Barthelemy' => {
13602             exemplarCity => q#Saint-Barthélemy#,
13603             },
13604             'America/St_Johns' => {
13605             exemplarCity => q#Saint-Jean de Terre-Neuve#,
13606             },
13607             'America/St_Kitts' => {
13608             exemplarCity => q#Saint-Christophe#,
13609             },
13610             'America/St_Lucia' => {
13611             exemplarCity => q#Sainte-Lucie#,
13612             },
13613             'America/St_Thomas' => {
13614             exemplarCity => q#Saint-Thomas#,
13615             },
13616             'America/St_Vincent' => {
13617             exemplarCity => q#Saint-Vincent#,
13618             },
13619             'America/Thule' => {
13620             exemplarCity => q#Thulé#,
13621             },
13622             'America_Central' => {
13623             long => {
13624             'daylight' => q#heure d’été du centre nord-américain#,
13625             'generic' => q#heure du centre nord-américain#,
13626             'standard' => q#heure normale du centre nord-américain#,
13627             },
13628             short => {
13629             'daylight' => q#HEC#,
13630             'generic' => q#HC#,
13631             'standard' => q#HNC#,
13632             },
13633             },
13634             'America_Eastern' => {
13635             long => {
13636             'daylight' => q#heure d’été de l’Est nord-américain#,
13637             'generic' => q#heure de l’Est nord-américain#,
13638             'standard' => q#heure normale de l’Est nord-américain#,
13639             },
13640             short => {
13641             'daylight' => q#HEE#,
13642             'generic' => q#HE#,
13643             'standard' => q#HNE#,
13644             },
13645             },
13646             'America_Mountain' => {
13647             long => {
13648             'daylight' => q#heure d’été des Rocheuses#,
13649             'generic' => q#heure des Rocheuses#,
13650             'standard' => q#heure normale des Rocheuses#,
13651             },
13652             short => {
13653             'daylight' => q#HER#,
13654             'generic' => q#HR#,
13655             'standard' => q#HNR#,
13656             },
13657             },
13658             'America_Pacific' => {
13659             long => {
13660             'daylight' => q#heure d’été du Pacifique nord-américain#,
13661             'generic' => q#heure du Pacifique nord-américain#,
13662             'standard' => q#heure normale du Pacifique nord-américain#,
13663             },
13664             short => {
13665             'daylight' => q#HEP#,
13666             'generic' => q#HP#,
13667             'standard' => q#HNP#,
13668             },
13669             },
13670             'Anadyr' => {
13671             long => {
13672             'daylight' => q#heure d’été d’Anadyr#,
13673             'generic' => q#heure d’Anadyr#,
13674             'standard' => q#heure normale d’Anadyr#,
13675             },
13676             },
13677             'Antarctica/DumontDUrville' => {
13678             exemplarCity => q#Dumont-d’Urville#,
13679             },
13680             'Antarctica/Syowa' => {
13681             exemplarCity => q#Showa#,
13682             },
13683             'Apia' => {
13684             long => {
13685             'daylight' => q#heure d’été d’Apia#,
13686             'generic' => q#heure d’Apia#,
13687             'standard' => q#heure normale d’Apia#,
13688             },
13689             },
13690             'Aqtau' => {
13691             long => {
13692             'daylight' => q#heure d’été d’Aktaou#,
13693             'generic' => q#heure d’Aktaou#,
13694             'standard' => q#heure normale d’Aktaou#,
13695             },
13696             },
13697             'Aqtobe' => {
13698             long => {
13699             'daylight' => q#heure d’été d’Aqtöbe#,
13700             'generic' => q#heure d’Aqtöbe#,
13701             'standard' => q#heure normale d’Aqtöbe#,
13702             },
13703             },
13704             'Arabian' => {
13705             long => {
13706             'daylight' => q#heure d’été de l’Arabie#,
13707             'generic' => q#heure de l’Arabie#,
13708             'standard' => q#heure normale de l’Arabie#,
13709             },
13710             },
13711             'Argentina' => {
13712             long => {
13713             'daylight' => q#heure d’été de l’Argentine#,
13714             'generic' => q#heure de l’Argentine#,
13715             'standard' => q#heure normale d’Argentine#,
13716             },
13717             },
13718             'Argentina_Western' => {
13719             long => {
13720             'daylight' => q#heure d’été de l’Ouest argentin#,
13721             'generic' => q#heure de l’Ouest argentin#,
13722             'standard' => q#heure normale de l’Ouest argentin#,
13723             },
13724             },
13725             'Armenia' => {
13726             long => {
13727             'daylight' => q#heure d’été d’Arménie#,
13728             'generic' => q#heure de l’Arménie#,
13729             'standard' => q#heure normale de l’Arménie#,
13730             },
13731             },
13732             'Asia/Almaty' => {
13733             exemplarCity => q#Alma Ata#,
13734             },
13735             'Asia/Aqtau' => {
13736             exemplarCity => q#Aktaou#,
13737             },
13738             'Asia/Aqtobe' => {
13739             exemplarCity => q#Aktioubinsk#,
13740             },
13741             'Asia/Ashgabat' => {
13742             exemplarCity => q#Achgabat#,
13743             },
13744             'Asia/Atyrau' => {
13745             exemplarCity => q#Atyraou#,
13746             },
13747             'Asia/Baghdad' => {
13748             exemplarCity => q#Bagdad#,
13749             },
13750             'Asia/Bahrain' => {
13751             exemplarCity => q#Bahreïn#,
13752             },
13753             'Asia/Baku' => {
13754             exemplarCity => q#Bakou#,
13755             },
13756             'Asia/Beirut' => {
13757             exemplarCity => q#Beyrouth#,
13758             },
13759             'Asia/Bishkek' => {
13760             exemplarCity => q#Bichkek#,
13761             },
13762             'Asia/Calcutta' => {
13763             exemplarCity => q#Calcutta#,
13764             },
13765             'Asia/Chita' => {
13766             exemplarCity => q#Tchita#,
13767             },
13768             'Asia/Damascus' => {
13769             exemplarCity => q#Damas#,
13770             },
13771             'Asia/Dubai' => {
13772             exemplarCity => q#Dubaï#,
13773             },
13774             'Asia/Dushanbe' => {
13775             exemplarCity => q#Douchanbé#,
13776             },
13777             'Asia/Famagusta' => {
13778             exemplarCity => q#Famagouste#,
13779             },
13780             'Asia/Hebron' => {
13781             exemplarCity => q#Hébron#,
13782             },
13783             'Asia/Irkutsk' => {
13784             exemplarCity => q#Irkoutsk#,
13785             },
13786             'Asia/Jerusalem' => {
13787             exemplarCity => q#Jérusalem#,
13788             },
13789             'Asia/Kabul' => {
13790             exemplarCity => q#Kaboul#,
13791             },
13792             'Asia/Kamchatka' => {
13793             exemplarCity => q#Kamtchatka#,
13794             },
13795             'Asia/Katmandu' => {
13796             exemplarCity => q#Katmandou#,
13797             },
13798             'Asia/Krasnoyarsk' => {
13799             exemplarCity => q#Krasnoïarsk#,
13800             },
13801             'Asia/Kuwait' => {
13802             exemplarCity => q#Koweït#,
13803             },
13804             'Asia/Makassar' => {
13805             exemplarCity => q#Macassar#,
13806             },
13807             'Asia/Manila' => {
13808             exemplarCity => q#Manille#,
13809             },
13810             'Asia/Muscat' => {
13811             exemplarCity => q#Mascate#,
13812             },
13813             'Asia/Nicosia' => {
13814             exemplarCity => q#Nicosie#,
13815             },
13816             'Asia/Novosibirsk' => {
13817             exemplarCity => q#Novossibirsk#,
13818             },
13819             'Asia/Oral' => {
13820             exemplarCity => q#Ouralsk#,
13821             },
13822             'Asia/Qostanay' => {
13823             exemplarCity => q#Kostanaï#,
13824             },
13825             'Asia/Qyzylorda' => {
13826             exemplarCity => q#Kzyl Orda#,
13827             },
13828             'Asia/Rangoon' => {
13829             exemplarCity => q#Rangoun#,
13830             },
13831             'Asia/Riyadh' => {
13832             exemplarCity => q#Riyad#,
13833             },
13834             'Asia/Saigon' => {
13835             exemplarCity => q#Hô-Chi-Minh-Ville#,
13836             },
13837             'Asia/Sakhalin' => {
13838             exemplarCity => q#Sakhaline#,
13839             },
13840             'Asia/Samarkand' => {
13841             exemplarCity => q#Samarcande#,
13842             },
13843             'Asia/Seoul' => {
13844             exemplarCity => q#Séoul#,
13845             },
13846             'Asia/Singapore' => {
13847             exemplarCity => q#Singapour#,
13848             },
13849             'Asia/Tashkent' => {
13850             exemplarCity => q#Tachkent#,
13851             },
13852             'Asia/Tbilisi' => {
13853             exemplarCity => q#Tbilissi#,
13854             },
13855             'Asia/Tehran' => {
13856             exemplarCity => q#Téhéran#,
13857             },
13858             'Asia/Ulaanbaatar' => {
13859             exemplarCity => q#Oulan-Bator#,
13860             },
13861             'Asia/Urumqi' => {
13862             exemplarCity => q#Ürümqi#,
13863             },
13864             'Asia/Yakutsk' => {
13865             exemplarCity => q#Iakoutsk#,
13866             },
13867             'Asia/Yekaterinburg' => {
13868             exemplarCity => q#Ekaterinbourg#,
13869             },
13870             'Asia/Yerevan' => {
13871             exemplarCity => q#Erevan#,
13872             },
13873             'Atlantic' => {
13874             long => {
13875             'daylight' => q#heure d’été de l’Atlantique#,
13876             'generic' => q#heure de l’Atlantique#,
13877             'standard' => q#heure normale de l’Atlantique#,
13878             },
13879             short => {
13880             'daylight' => q#HEA#,
13881             'generic' => q#HA#,
13882             'standard' => q#HNA#,
13883             },
13884             },
13885             'Atlantic/Azores' => {
13886             exemplarCity => q#Açores#,
13887             },
13888             'Atlantic/Bermuda' => {
13889             exemplarCity => q#Bermudes#,
13890             },
13891             'Atlantic/Canary' => {
13892             exemplarCity => q#Îles Canaries#,
13893             },
13894             'Atlantic/Cape_Verde' => {
13895             exemplarCity => q#Cap-Vert#,
13896             },
13897             'Atlantic/Faeroe' => {
13898             exemplarCity => q#Îles Féroé#,
13899             },
13900             'Atlantic/Madeira' => {
13901             exemplarCity => q#Madère#,
13902             },
13903             'Atlantic/South_Georgia' => {
13904             exemplarCity => q#Géorgie du Sud#,
13905             },
13906             'Atlantic/St_Helena' => {
13907             exemplarCity => q#Sainte-Hélène#,
13908             },
13909             'Australia/Adelaide' => {
13910             exemplarCity => q#Adélaïde#,
13911             },
13912             'Australia_Central' => {
13913             long => {
13914             'daylight' => q#heure d’été du centre de l’Australie#,
13915             'generic' => q#heure du centre de l’Australie#,
13916             'standard' => q#heure normale du centre de l’Australie#,
13917             },
13918             },
13919             'Australia_CentralWestern' => {
13920             long => {
13921             'daylight' => q#heure d’été du centre-ouest de l’Australie#,
13922             'generic' => q#heure du centre-ouest de l’Australie#,
13923             'standard' => q#heure normale du centre-ouest de l’Australie#,
13924             },
13925             },
13926             'Australia_Eastern' => {
13927             long => {
13928             'daylight' => q#heure d’été de l’Est de l’Australie#,
13929             'generic' => q#heure de l’Est de l’Australie#,
13930             'standard' => q#heure normale de l’Est de l’Australie#,
13931             },
13932             },
13933             'Australia_Western' => {
13934             long => {
13935             'daylight' => q#heure d’été de l’Ouest de l’Australie#,
13936             'generic' => q#heure de l’Ouest de l’Australie#,
13937             'standard' => q#heure normale de l’Ouest de l’Australie#,
13938             },
13939             },
13940             'Azerbaijan' => {
13941             long => {
13942             'daylight' => q#heure d’été d’Azerbaïdjan#,
13943             'generic' => q#heure de l’Azerbaïdjan#,
13944             'standard' => q#heure normale de l’Azerbaïdjan#,
13945             },
13946             },
13947             'Azores' => {
13948             long => {
13949             'daylight' => q#heure d’été des Açores#,
13950             'generic' => q#heure des Açores#,
13951             'standard' => q#heure normale des Açores#,
13952             },
13953             },
13954             'Bangladesh' => {
13955             long => {
13956             'daylight' => q#heure d’été du Bangladesh#,
13957             'generic' => q#heure du Bangladesh#,
13958             'standard' => q#heure normale du Bangladesh#,
13959             },
13960             },
13961             'Bhutan' => {
13962             long => {
13963             'standard' => q#heure du Bhoutan#,
13964             },
13965             },
13966             'Bolivia' => {
13967             long => {
13968             'standard' => q#heure de Bolivie#,
13969             },
13970             },
13971             'Brasilia' => {
13972             long => {
13973             'daylight' => q#heure d’été de Brasilia#,
13974             'generic' => q#heure de Brasilia#,
13975             'standard' => q#heure normale de Brasilia#,
13976             },
13977             },
13978             'Brunei' => {
13979             long => {
13980             'standard' => q#heure du Brunei#,
13981             },
13982             },
13983             'Cape_Verde' => {
13984             long => {
13985             'daylight' => q#heure d’été du Cap-Vert#,
13986             'generic' => q#heure du Cap-Vert#,
13987             'standard' => q#heure normale du Cap-Vert#,
13988             },
13989             },
13990             'Casey' => {
13991             long => {
13992             'standard' => q#heure de Casey#,
13993             },
13994             },
13995             'Chamorro' => {
13996             long => {
13997             'standard' => q#heure des Chamorro#,
13998             },
13999             },
14000             'Chatham' => {
14001             long => {
14002             'daylight' => q#heure d’été des îles Chatham#,
14003             'generic' => q#heure des îles Chatham#,
14004             'standard' => q#heure normale des îles Chatham#,
14005             },
14006             },
14007             'Chile' => {
14008             long => {
14009             'daylight' => q#heure d’été du Chili#,
14010             'generic' => q#heure du Chili#,
14011             'standard' => q#heure normale du Chili#,
14012             },
14013             },
14014             'China' => {
14015             long => {
14016             'daylight' => q#heure d’été de Chine#,
14017             'generic' => q#heure de la Chine#,
14018             'standard' => q#heure normale de la Chine#,
14019             },
14020             },
14021             'Christmas' => {
14022             long => {
14023             'standard' => q#heure de l’île Christmas#,
14024             },
14025             },
14026             'Cocos' => {
14027             long => {
14028             'standard' => q#heure des îles Cocos#,
14029             },
14030             },
14031             'Colombia' => {
14032             long => {
14033             'daylight' => q#heure d’été de Colombie#,
14034             'generic' => q#heure de Colombie#,
14035             'standard' => q#heure normale de Colombie#,
14036             },
14037             },
14038             'Cook' => {
14039             long => {
14040             'daylight' => q#heure d’été des îles Cook#,
14041             'generic' => q#heure des îles Cook#,
14042             'standard' => q#heure normale des îles Cook#,
14043             },
14044             },
14045             'Cuba' => {
14046             long => {
14047             'daylight' => q#heure d’été de Cuba#,
14048             'generic' => q#heure de Cuba#,
14049             'standard' => q#heure normale de Cuba#,
14050             },
14051             short => {
14052             'daylight' => q#HECU#,
14053             'generic' => q#HCU#,
14054             'standard' => q#HNCU#,
14055             },
14056             },
14057             'Davis' => {
14058             long => {
14059             'standard' => q#heure de Davis#,
14060             },
14061             },
14062             'DumontDUrville' => {
14063             long => {
14064             'standard' => q#heure de Dumont-d’Urville#,
14065             },
14066             },
14067             'East_Timor' => {
14068             long => {
14069             'standard' => q#heure du Timor oriental#,
14070             },
14071             },
14072             'Easter' => {
14073             long => {
14074             'daylight' => q#heure d’été de l’île de Pâques#,
14075             'generic' => q#heure de l’île de Pâques#,
14076             'standard' => q#heure normale de l’île de Pâques#,
14077             },
14078             },
14079             'Ecuador' => {
14080             long => {
14081             'standard' => q#heure de l’Équateur#,
14082             },
14083             },
14084             'Etc/UTC' => {
14085             long => {
14086             'standard' => q#temps universel coordonné#,
14087             },
14088             short => {
14089             'standard' => q#TU#,
14090             },
14091             },
14092             'Etc/Unknown' => {
14093             exemplarCity => q#ville inconnue#,
14094             },
14095             'Europe/Andorra' => {
14096             exemplarCity => q#Andorre#,
14097             },
14098             'Europe/Athens' => {
14099             exemplarCity => q#Athènes#,
14100             },
14101             'Europe/Brussels' => {
14102             exemplarCity => q#Bruxelles#,
14103             },
14104             'Europe/Bucharest' => {
14105             exemplarCity => q#Bucarest#,
14106             },
14107             'Europe/Busingen' => {
14108             exemplarCity => q#Büsingen#,
14109             },
14110             'Europe/Copenhagen' => {
14111             exemplarCity => q#Copenhague#,
14112             },
14113             'Europe/Dublin' => {
14114             long => {
14115             'daylight' => q#heure d’été irlandaise#,
14116             },
14117             },
14118             'Europe/Guernsey' => {
14119             exemplarCity => q#Guernesey#,
14120             },
14121             'Europe/Isle_of_Man' => {
14122             exemplarCity => q#Île de Man#,
14123             },
14124             'Europe/Kiev' => {
14125             exemplarCity => q#Kiev#,
14126             },
14127             'Europe/Lisbon' => {
14128             exemplarCity => q#Lisbonne#,
14129             },
14130             'Europe/London' => {
14131             exemplarCity => q#Londres#,
14132             long => {
14133             'daylight' => q#heure d’été britannique#,
14134             },
14135             },
14136             'Europe/Malta' => {
14137             exemplarCity => q#Malte#,
14138             },
14139             'Europe/Moscow' => {
14140             exemplarCity => q#Moscou#,
14141             },
14142             'Europe/San_Marino' => {
14143             exemplarCity => q#Saint-Marin#,
14144             },
14145             'Europe/Tirane' => {
14146             exemplarCity => q#Tirana#,
14147             },
14148             'Europe/Ulyanovsk' => {
14149             exemplarCity => q#Oulianovsk#,
14150             },
14151             'Europe/Vatican' => {
14152             exemplarCity => q#Le Vatican#,
14153             },
14154             'Europe/Vienna' => {
14155             exemplarCity => q#Vienne#,
14156             },
14157             'Europe/Warsaw' => {
14158             exemplarCity => q#Varsovie#,
14159             },
14160             'Europe_Central' => {
14161             long => {
14162             'daylight' => q#heure d’été d’Europe centrale#,
14163             'generic' => q#heure d’Europe centrale#,
14164             'standard' => q#heure normale d’Europe centrale#,
14165             },
14166             },
14167             'Europe_Eastern' => {
14168             long => {
14169             'daylight' => q#heure d’été d’Europe de l’Est#,
14170             'generic' => q#heure d’Europe de l’Est#,
14171             'standard' => q#heure normale d’Europe de l’Est#,
14172             },
14173             short => {
14174             'daylight' => q#EEDT#,
14175             'generic' => q#EET#,
14176             'standard' => q#EEST#,
14177             },
14178             },
14179             'Europe_Further_Eastern' => {
14180             long => {
14181             'standard' => q#heure de Kaliningrad#,
14182             },
14183             },
14184             'Europe_Western' => {
14185             long => {
14186             'daylight' => q#heure d’été d’Europe de l’Ouest#,
14187             'generic' => q#heure d’Europe de l’Ouest#,
14188             'standard' => q#heure normale d’Europe de l’Ouest#,
14189             },
14190             short => {
14191             'daylight' => q#WEDT#,
14192             'generic' => q#WET#,
14193             'standard' => q#WEST#,
14194             },
14195             },
14196             'Falkland' => {
14197             long => {
14198             'daylight' => q#heure d’été des îles Malouines#,
14199             'generic' => q#heure des îles Malouines#,
14200             'standard' => q#heure normale des îles Malouines#,
14201             },
14202             },
14203             'Fiji' => {
14204             long => {
14205             'daylight' => q#heure d’été des îles Fidji#,
14206             'generic' => q#heure des îles Fidji#,
14207             'standard' => q#heure normale des îles Fidji#,
14208             },
14209             },
14210             'French_Guiana' => {
14211             long => {
14212             'standard' => q#heure de la Guyane française#,
14213             },
14214             },
14215             'French_Southern' => {
14216             long => {
14217             'standard' => q#heure des Terres australes et antarctiques françaises#,
14218             },
14219             },
14220             'GMT' => {
14221             long => {
14222             'standard' => q#heure moyenne de Greenwich#,
14223             },
14224             short => {
14225             'standard' => q#GMT#,
14226             },
14227             },
14228             'Galapagos' => {
14229             long => {
14230             'standard' => q#heure des îles Galápagos#,
14231             },
14232             },
14233             'Gambier' => {
14234             long => {
14235             'standard' => q#heure des îles Gambier#,
14236             },
14237             },
14238             'Georgia' => {
14239             long => {
14240             'daylight' => q#heure d’été de Géorgie#,
14241             'generic' => q#heure de la Géorgie#,
14242             'standard' => q#heure normale de la Géorgie#,
14243             },
14244             },
14245             'Gilbert_Islands' => {
14246             long => {
14247             'standard' => q#heure des îles Gilbert#,
14248             },
14249             },
14250             'Greenland_Eastern' => {
14251             long => {
14252             'daylight' => q#heure d’été de l’Est du Groenland#,
14253             'generic' => q#heure de l’Est du Groenland#,
14254             'standard' => q#heure normale de l’Est du Groenland#,
14255             },
14256             short => {
14257             'daylight' => q#HEEG#,
14258             'generic' => q#HEG#,
14259             'standard' => q#HNEG#,
14260             },
14261             },
14262             'Greenland_Western' => {
14263             long => {
14264             'daylight' => q#heure d’été de l’Ouest du Groenland#,
14265             'generic' => q#heure de l’Ouest du Groenland#,
14266             'standard' => q#heure normale de l’Ouest du Groenland#,
14267             },
14268             short => {
14269             'daylight' => q#HEOG#,
14270             'generic' => q#HOG#,
14271             'standard' => q#HNOG#,
14272             },
14273             },
14274             'Guam' => {
14275             long => {
14276             'standard' => q#heure de Guam#,
14277             },
14278             },
14279             'Gulf' => {
14280             long => {
14281             'standard' => q#heure du Golfe#,
14282             },
14283             },
14284             'Guyana' => {
14285             long => {
14286             'standard' => q#heure du Guyana#,
14287             },
14288             },
14289             'Hawaii_Aleutian' => {
14290             long => {
14291             'daylight' => q#heure d’été d’Hawaï - Aléoutiennes#,
14292             'generic' => q#heure d’Hawaï - Aléoutiennes#,
14293             'standard' => q#heure normale d’Hawaï - Aléoutiennes#,
14294             },
14295             short => {
14296             'daylight' => q#HEHA#,
14297             'generic' => q#HHA#,
14298             'standard' => q#HNHA#,
14299             },
14300             },
14301             'Hong_Kong' => {
14302             long => {
14303             'daylight' => q#heure d’été de Hong Kong#,
14304             'generic' => q#heure de Hong Kong#,
14305             'standard' => q#heure normale de Hong Kong#,
14306             },
14307             },
14308             'Hovd' => {
14309             long => {
14310             'daylight' => q#heure d’été de Hovd#,
14311             'generic' => q#heure de Hovd#,
14312             'standard' => q#heure normale de Hovd#,
14313             },
14314             },
14315             'India' => {
14316             long => {
14317             'standard' => q#heure de l’Inde#,
14318             },
14319             },
14320             'Indian/Comoro' => {
14321             exemplarCity => q#Comores#,
14322             },
14323             'Indian/Mahe' => {
14324             exemplarCity => q#Mahé#,
14325             },
14326             'Indian/Mauritius' => {
14327             exemplarCity => q#Maurice#,
14328             },
14329             'Indian/Reunion' => {
14330             exemplarCity => q#La Réunion#,
14331             },
14332             'Indian_Ocean' => {
14333             long => {
14334             'standard' => q#heure de l’Océan Indien#,
14335             },
14336             },
14337             'Indochina' => {
14338             long => {
14339             'standard' => q#heure d’Indochine#,
14340             },
14341             },
14342             'Indonesia_Central' => {
14343             long => {
14344             'standard' => q#heure du Centre indonésien#,
14345             },
14346             },
14347             'Indonesia_Eastern' => {
14348             long => {
14349             'standard' => q#heure de l’Est indonésien#,
14350             },
14351             },
14352             'Indonesia_Western' => {
14353             long => {
14354             'standard' => q#heure de l’Ouest indonésien#,
14355             },
14356             },
14357             'Iran' => {
14358             long => {
14359             'daylight' => q#heure d’été d’Iran#,
14360             'generic' => q#heure de l’Iran#,
14361             'standard' => q#heure normale d’Iran#,
14362             },
14363             },
14364             'Irkutsk' => {
14365             long => {
14366             'daylight' => q#heure d’été d’Irkoutsk#,
14367             'generic' => q#heure d’Irkoutsk#,
14368             'standard' => q#heure normale d’Irkoutsk#,
14369             },
14370             },
14371             'Israel' => {
14372             long => {
14373             'daylight' => q#heure d’été d’Israël#,
14374             'generic' => q#heure d’Israël#,
14375             'standard' => q#heure normale d’Israël#,
14376             },
14377             },
14378             'Japan' => {
14379             long => {
14380             'daylight' => q#heure d’été du Japon#,
14381             'generic' => q#heure du Japon#,
14382             'standard' => q#heure normale du Japon#,
14383             },
14384             },
14385             'Kamchatka' => {
14386             long => {
14387             'daylight' => q#heure d’été de Petropavlovsk-Kamchatski#,
14388             'generic' => q#heure de Petropavlovsk-Kamchatski#,
14389             'standard' => q#heure normale de Petropavlovsk-Kamchatski#,
14390             },
14391             },
14392             'Kazakhstan' => {
14393             long => {
14394             'standard' => q#heure du Kazakhstan#,
14395             },
14396             },
14397             'Kazakhstan_Eastern' => {
14398             long => {
14399             'standard' => q#heure de l’Est du Kazakhstan#,
14400             },
14401             },
14402             'Kazakhstan_Western' => {
14403             long => {
14404             'standard' => q#heure de l’Ouest du Kazakhstan#,
14405             },
14406             },
14407             'Korea' => {
14408             long => {
14409             'daylight' => q#heure d’été de Corée#,
14410             'generic' => q#heure de la Corée#,
14411             'standard' => q#heure normale de la Corée#,
14412             },
14413             },
14414             'Kosrae' => {
14415             long => {
14416             'standard' => q#heure de Kosrae#,
14417             },
14418             },
14419             'Krasnoyarsk' => {
14420             long => {
14421             'daylight' => q#heure d’été de Krasnoïarsk#,
14422             'generic' => q#heure de Krasnoïarsk#,
14423             'standard' => q#heure normale de Krasnoïarsk#,
14424             },
14425             },
14426             'Kyrgystan' => {
14427             long => {
14428             'standard' => q#heure du Kirghizistan#,
14429             },
14430             },
14431             'Lanka' => {
14432             long => {
14433             'standard' => q#heure de Lanka#,
14434             },
14435             },
14436             'Line_Islands' => {
14437             long => {
14438             'standard' => q#heure des îles de la Ligne#,
14439             },
14440             },
14441             'Lord_Howe' => {
14442             long => {
14443             'daylight' => q#heure d’été de Lord Howe#,
14444             'generic' => q#heure de Lord Howe#,
14445             'standard' => q#heure normale de Lord Howe#,
14446             },
14447             },
14448             'Macau' => {
14449             long => {
14450             'daylight' => q#heure d’été de Macao#,
14451             'generic' => q#heure de Macao#,
14452             'standard' => q#heure normale de Macao#,
14453             },
14454             },
14455             'Magadan' => {
14456             long => {
14457             'daylight' => q#heure d’été de Magadan#,
14458             'generic' => q#heure de Magadan#,
14459             'standard' => q#heure normale de Magadan#,
14460             },
14461             },
14462             'Malaysia' => {
14463             long => {
14464             'standard' => q#heure de la Malaisie#,
14465             },
14466             },
14467             'Maldives' => {
14468             long => {
14469             'standard' => q#heure des Maldives#,
14470             },
14471             },
14472             'Marquesas' => {
14473             long => {
14474             'standard' => q#heure des îles Marquises#,
14475             },
14476             },
14477             'Marshall_Islands' => {
14478             long => {
14479             'standard' => q#heure des îles Marshall#,
14480             },
14481             },
14482             'Mauritius' => {
14483             long => {
14484             'daylight' => q#heure d’été de Maurice#,
14485             'generic' => q#heure de Maurice#,
14486             'standard' => q#heure normale de Maurice#,
14487             },
14488             },
14489             'Mawson' => {
14490             long => {
14491             'standard' => q#heure de Mawson#,
14492             },
14493             },
14494             'Mexico_Pacific' => {
14495             long => {
14496             'daylight' => q#heure d’été du Pacifique mexicain#,
14497             'generic' => q#heure du Pacifique mexicain#,
14498             'standard' => q#heure normale du Pacifique mexicain#,
14499             },
14500             short => {
14501             'daylight' => q#HEPMX#,
14502             'generic' => q#HPMX#,
14503             'standard' => q#HNPMX#,
14504             },
14505             },
14506             'Mongolia' => {
14507             long => {
14508             'daylight' => q#heure d’été d’Oulan-Bator#,
14509             'generic' => q#heure d’Oulan-Bator#,
14510             'standard' => q#heure normale d’Oulan-Bator#,
14511             },
14512             },
14513             'Moscow' => {
14514             long => {
14515             'daylight' => q#heure d’été de Moscou#,
14516             'generic' => q#heure de Moscou#,
14517             'standard' => q#heure normale de Moscou#,
14518             },
14519             },
14520             'Myanmar' => {
14521             long => {
14522             'standard' => q#heure du Myanmar#,
14523             },
14524             },
14525             'Nauru' => {
14526             long => {
14527             'standard' => q#heure de Nauru#,
14528             },
14529             },
14530             'Nepal' => {
14531             long => {
14532             'standard' => q#heure du Népal#,
14533             },
14534             },
14535             'New_Caledonia' => {
14536             long => {
14537             'daylight' => q#heure d’été de Nouvelle-Calédonie#,
14538             'generic' => q#heure de la Nouvelle-Calédonie#,
14539             'standard' => q#heure normale de la Nouvelle-Calédonie#,
14540             },
14541             },
14542             'New_Zealand' => {
14543             long => {
14544             'daylight' => q#heure d’été de la Nouvelle-Zélande#,
14545             'generic' => q#heure de la Nouvelle-Zélande#,
14546             'standard' => q#heure normale de la Nouvelle-Zélande#,
14547             },
14548             },
14549             'Newfoundland' => {
14550             long => {
14551             'daylight' => q#heure d’été de Terre-Neuve#,
14552             'generic' => q#heure de Terre-Neuve#,
14553             'standard' => q#heure normale de Terre-Neuve#,
14554             },
14555             short => {
14556             'daylight' => q#HETN#,
14557             'generic' => q#HTN#,
14558             'standard' => q#HNTN#,
14559             },
14560             },
14561             'Niue' => {
14562             long => {
14563             'standard' => q#heure de Niue#,
14564             },
14565             },
14566             'Norfolk' => {
14567             long => {
14568             'daylight' => q#heure d’été de l’île Norfolk#,
14569             'generic' => q#heure de l’île Norfolk#,
14570             'standard' => q#heure normale de l’île Norfolk#,
14571             },
14572             },
14573             'Noronha' => {
14574             long => {
14575             'daylight' => q#heure d’été de Fernando de Noronha#,
14576             'generic' => q#heure de Fernando de Noronha#,
14577             'standard' => q#heure normale de Fernando de Noronha#,
14578             },
14579             },
14580             'North_Mariana' => {
14581             long => {
14582             'standard' => q#heure des îles Mariannes du Nord#,
14583             },
14584             },
14585             'Novosibirsk' => {
14586             long => {
14587             'daylight' => q#heure d’été de Novossibirsk#,
14588             'generic' => q#heure de Novossibirsk#,
14589             'standard' => q#heure normale de Novossibirsk#,
14590             },
14591             },
14592             'Omsk' => {
14593             long => {
14594             'daylight' => q#heure d’été de Omsk#,
14595             'generic' => q#heure de Omsk#,
14596             'standard' => q#heure normale de Omsk#,
14597             },
14598             },
14599             'Pacific/Easter' => {
14600             exemplarCity => q#Île de Pâques#,
14601             },
14602             'Pacific/Efate' => {
14603             exemplarCity => q#Éfaté#,
14604             },
14605             'Pacific/Enderbury' => {
14606             exemplarCity => q#Enderbury#,
14607             },
14608             'Pacific/Fiji' => {
14609             exemplarCity => q#Fidji#,
14610             },
14611             'Pacific/Galapagos' => {
14612             exemplarCity => q#Galápagos#,
14613             },
14614             'Pacific/Honolulu' => {
14615             exemplarCity => q#Honolulu#,
14616             short => {
14617             'daylight' => q#HDT#,
14618             'generic' => q#HT#,
14619             'standard' => q#HST#,
14620             },
14621             },
14622             'Pacific/Kanton' => {
14623             exemplarCity => q#Canton#,
14624             },
14625             'Pacific/Marquesas' => {
14626             exemplarCity => q#Marquises#,
14627             },
14628             'Pacific/Noumea' => {
14629             exemplarCity => q#Nouméa#,
14630             },
14631             'Pacific/Palau' => {
14632             exemplarCity => q#Palaos#,
14633             },
14634             'Pakistan' => {
14635             long => {
14636             'daylight' => q#heure d’été du Pakistan#,
14637             'generic' => q#heure du Pakistan#,
14638             'standard' => q#heure normale du Pakistan#,
14639             },
14640             },
14641             'Palau' => {
14642             long => {
14643             'standard' => q#heure des Palaos#,
14644             },
14645             },
14646             'Papua_New_Guinea' => {
14647             long => {
14648             'standard' => q#heure de la Papouasie-Nouvelle-Guinée#,
14649             },
14650             },
14651             'Paraguay' => {
14652             long => {
14653             'daylight' => q#heure d’été du Paraguay#,
14654             'generic' => q#heure du Paraguay#,
14655             'standard' => q#heure normale du Paraguay#,
14656             },
14657             },
14658             'Peru' => {
14659             long => {
14660             'daylight' => q#heure d’été du Pérou#,
14661             'generic' => q#heure du Pérou#,
14662             'standard' => q#heure normale du Pérou#,
14663             },
14664             },
14665             'Philippines' => {
14666             long => {
14667             'daylight' => q#heure d’été des Philippines#,
14668             'generic' => q#heure des Philippines#,
14669             'standard' => q#heure normale des Philippines#,
14670             },
14671             },
14672             'Phoenix_Islands' => {
14673             long => {
14674             'standard' => q#heure des îles Phoenix#,
14675             },
14676             },
14677             'Pierre_Miquelon' => {
14678             long => {
14679             'daylight' => q#heure d’été de Saint-Pierre-et-Miquelon#,
14680             'generic' => q#heure de Saint-Pierre-et-Miquelon#,
14681             'standard' => q#heure normale de Saint-Pierre-et-Miquelon#,
14682             },
14683             short => {
14684             'daylight' => q#HEPM#,
14685             'generic' => q#HPM#,
14686             'standard' => q#HNPM#,
14687             },
14688             },
14689             'Pitcairn' => {
14690             long => {
14691             'standard' => q#heure des îles Pitcairn#,
14692             },
14693             },
14694             'Ponape' => {
14695             long => {
14696             'standard' => q#heure de l’île de Pohnpei#,
14697             },
14698             },
14699             'Pyongyang' => {
14700             long => {
14701             'standard' => q#heure de Pyongyang#,
14702             },
14703             },
14704             'Qyzylorda' => {
14705             long => {
14706             'daylight' => q#heure d’été de Kyzylorda#,
14707             'generic' => q#heure de Kyzylorda#,
14708             'standard' => q#heure normale de Kyzylorda#,
14709             },
14710             },
14711             'Reunion' => {
14712             long => {
14713             'standard' => q#heure de La Réunion#,
14714             },
14715             },
14716             'Rothera' => {
14717             long => {
14718             'standard' => q#heure de Rothera#,
14719             },
14720             },
14721             'Sakhalin' => {
14722             long => {
14723             'daylight' => q#heure d’été de Sakhaline#,
14724             'generic' => q#heure de Sakhaline#,
14725             'standard' => q#heure normale de Sakhaline#,
14726             },
14727             },
14728             'Samara' => {
14729             long => {
14730             'daylight' => q#heure d’été de Samara#,
14731             'generic' => q#heure de Samara#,
14732             'standard' => q#heure normale de Samara#,
14733             },
14734             },
14735             'Samoa' => {
14736             long => {
14737             'daylight' => q#heure d’été des Samoa#,
14738             'generic' => q#heure des Samoa#,
14739             'standard' => q#heure normale des Samoa#,
14740             },
14741             },
14742             'Seychelles' => {
14743             long => {
14744             'standard' => q#heure des Seychelles#,
14745             },
14746             },
14747             'Singapore' => {
14748             long => {
14749             'standard' => q#heure de Singapour#,
14750             },
14751             },
14752             'Solomon' => {
14753             long => {
14754             'standard' => q#heure des îles Salomon#,
14755             },
14756             },
14757             'South_Georgia' => {
14758             long => {
14759             'standard' => q#heure de Géorgie du Sud#,
14760             },
14761             },
14762             'Suriname' => {
14763             long => {
14764             'standard' => q#heure du Suriname#,
14765             },
14766             },
14767             'Syowa' => {
14768             long => {
14769             'standard' => q#heure de Syowa#,
14770             },
14771             },
14772             'Tahiti' => {
14773             long => {
14774             'standard' => q#heure de Tahiti#,
14775             },
14776             },
14777             'Taipei' => {
14778             long => {
14779             'daylight' => q#heure d’été de Taipei#,
14780             'generic' => q#heure de Taipei#,
14781             'standard' => q#heure normale de Taipei#,
14782             },
14783             },
14784             'Tajikistan' => {
14785             long => {
14786             'standard' => q#heure du Tadjikistan#,
14787             },
14788             },
14789             'Tokelau' => {
14790             long => {
14791             'standard' => q#heure de Tokelau#,
14792             },
14793             },
14794             'Tonga' => {
14795             long => {
14796             'daylight' => q#heure d’été de Tonga#,
14797             'generic' => q#heure des Tonga#,
14798             'standard' => q#heure normale des Tonga#,
14799             },
14800             },
14801             'Truk' => {
14802             long => {
14803             'standard' => q#heure de Chuuk#,
14804             },
14805             },
14806             'Turkmenistan' => {
14807             long => {
14808             'daylight' => q#heure d’été du Turkménistan#,
14809             'generic' => q#heure du Turkménistan#,
14810             'standard' => q#heure normale du Turkménistan#,
14811             },
14812             },
14813             'Tuvalu' => {
14814             long => {
14815             'standard' => q#heure des Tuvalu#,
14816             },
14817             },
14818             'Uruguay' => {
14819             long => {
14820             'daylight' => q#heure d’été de l’Uruguay#,
14821             'generic' => q#heure de l’Uruguay#,
14822             'standard' => q#heure normale de l’Uruguay#,
14823             },
14824             },
14825             'Uzbekistan' => {
14826             long => {
14827             'daylight' => q#heure d’été de l’Ouzbékistan#,
14828             'generic' => q#heure de l’Ouzbékistan#,
14829             'standard' => q#heure normale de l’Ouzbékistan#,
14830             },
14831             },
14832             'Vanuatu' => {
14833             long => {
14834             'daylight' => q#heure d’été de Vanuatu#,
14835             'generic' => q#heure du Vanuatu#,
14836             'standard' => q#heure normale du Vanuatu#,
14837             },
14838             },
14839             'Venezuela' => {
14840             long => {
14841             'standard' => q#heure du Venezuela#,
14842             },
14843             },
14844             'Vladivostok' => {
14845             long => {
14846             'daylight' => q#heure d’été de Vladivostok#,
14847             'generic' => q#heure de Vladivostok#,
14848             'standard' => q#heure normale de Vladivostok#,
14849             },
14850             },
14851             'Volgograd' => {
14852             long => {
14853             'daylight' => q#heure d’été de Volgograd#,
14854             'generic' => q#heure de Volgograd#,
14855             'standard' => q#heure normale de Volgograd#,
14856             },
14857             },
14858             'Vostok' => {
14859             long => {
14860             'standard' => q#heure de Vostok#,
14861             },
14862             },
14863             'Wake' => {
14864             long => {
14865             'standard' => q#heure de l’île Wake#,
14866             },
14867             },
14868             'Wallis' => {
14869             long => {
14870             'standard' => q#heure de Wallis-et-Futuna#,
14871             },
14872             },
14873             'Yakutsk' => {
14874             long => {
14875             'daylight' => q#heure d’été de Iakoutsk#,
14876             'generic' => q#heure de Iakoutsk#,
14877             'standard' => q#heure normale de Iakoutsk#,
14878             },
14879             },
14880             'Yekaterinburg' => {
14881             long => {
14882             'daylight' => q#heure d’été d’Ekaterinbourg#,
14883             'generic' => q#heure d’Ekaterinbourg#,
14884             'standard' => q#heure normale d’Ekaterinbourg#,
14885             },
14886             },
14887             'Yukon' => {
14888             long => {
14889             'standard' => q#heure normale du Yukon#,
14890             },
14891             },
14892             } }
14893             );
14894 19     19   814691 no Moo;
  19         136  
  19         300  
14895              
14896             1;
14897              
14898             # vim: tabstop=4