File Coverage

blib/lib/Locale/CLDR/Locales/Sr/Latn.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::Sr::Latn - Package for language Serbian
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Sr::Latn;
10             # This file auto generated from Data\common\main\sr_Latn.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   2546 use strict;
  1         4  
  1         47  
14 1     1   5 use warnings;
  1         3  
  1         50  
15 1     1   6 use version;
  1         79  
  1         10  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   157 use v5.12.0;
  1         4  
20 1     1   6 use mro 'c3';
  1         2  
  1         8  
21 1     1   29 use utf8;
  1         2  
  1         7  
22 1     1   42 use feature 'unicode_strings';
  1         3  
  1         133  
23 1     1   7 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         3  
  1         93  
24 1     1   2963 use Moo;
  1         2  
  1         8  
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-neuter','spellout-cardinal-feminine','spellout-ordinal' ]},
32             );
33              
34             has 'algorithmic_number_format_data' => (
35             is => 'ro',
36             isa => HashRef,
37             init_arg => undef,
38             default => sub {
39 1     1   799 use bigfloat;
  1         2  
  1         11  
40             return {
41             'ordi' => {
42             'private' => {
43             '0' => {
44             base_value => q(0),
45             divisor => q(1),
46             rule => q(i),
47             },
48             '1' => {
49             base_value => q(1),
50             divisor => q(1),
51             rule => q(‘ i =%spellout-ordinal=),
52             },
53             'max' => {
54             base_value => q(1),
55             divisor => q(1),
56             rule => q(‘ i =%spellout-ordinal=),
57             },
58             },
59             },
60             'ordti' => {
61             'private' => {
62             '0' => {
63             base_value => q(0),
64             divisor => q(1),
65             rule => q(ti),
66             },
67             '1' => {
68             base_value => q(1),
69             divisor => q(1),
70             rule => q(‘ =%spellout-ordinal=),
71             },
72             'max' => {
73             base_value => q(1),
74             divisor => q(1),
75             rule => q(‘ =%spellout-ordinal=),
76             },
77             },
78             },
79             'spellout-cardinal-feminine' => {
80             'public' => {
81             '-x' => {
82             divisor => q(1),
83             rule => q(minus →→),
84             },
85             '0' => {
86             base_value => q(0),
87             divisor => q(1),
88             rule => q(nula),
89             },
90             'x.x' => {
91             divisor => q(1),
92             rule => q(←← koma →→),
93             },
94             '1' => {
95             base_value => q(1),
96             divisor => q(1),
97             rule => q(jedna),
98             },
99             '2' => {
100             base_value => q(2),
101             divisor => q(1),
102             rule => q(dve),
103             },
104             '3' => {
105             base_value => q(3),
106             divisor => q(1),
107             rule => q(=%spellout-cardinal-masculine=),
108             },
109             '20' => {
110             base_value => q(20),
111             divisor => q(10),
112             rule => q(dvadeset[ i →→]),
113             },
114             '30' => {
115             base_value => q(30),
116             divisor => q(10),
117             rule => q(trideset[ i →→]),
118             },
119             '40' => {
120             base_value => q(40),
121             divisor => q(10),
122             rule => q(četrdeset[ i →→]),
123             },
124             '50' => {
125             base_value => q(50),
126             divisor => q(10),
127             rule => q(pedeset[ i →→]),
128             },
129             '60' => {
130             base_value => q(60),
131             divisor => q(10),
132             rule => q(šezdeset[ i →→]),
133             },
134             '70' => {
135             base_value => q(70),
136             divisor => q(10),
137             rule => q(sedamdeset[ i →→]),
138             },
139             '80' => {
140             base_value => q(80),
141             divisor => q(10),
142             rule => q(osamdeset[ i →→]),
143             },
144             '90' => {
145             base_value => q(90),
146             divisor => q(10),
147             rule => q(devedeset[ i →→]),
148             },
149             '100' => {
150             base_value => q(100),
151             divisor => q(100),
152             rule => q(sto[ →→]),
153             },
154             '200' => {
155             base_value => q(200),
156             divisor => q(100),
157             rule => q(dvesta[ →→]),
158             },
159             '300' => {
160             base_value => q(300),
161             divisor => q(100),
162             rule => q(trista[ →→]),
163             },
164             '400' => {
165             base_value => q(400),
166             divisor => q(100),
167             rule => q(←%spellout-cardinal-feminine←sto[ →→]),
168             },
169             '1000' => {
170             base_value => q(1000),
171             divisor => q(1000),
172             rule => q(←%spellout-cardinal-feminine← hiljadu[ →→]),
173             },
174             '2000' => {
175             base_value => q(2000),
176             divisor => q(1000),
177             rule => q(←%spellout-cardinal-feminine← hiljada[ →→]),
178             },
179             '1000000' => {
180             base_value => q(1000000),
181             divisor => q(1000000),
182             rule => q(←%spellout-cardinal-masculine← milion[ →→]),
183             },
184             '1000000000' => {
185             base_value => q(1000000000),
186             divisor => q(1000000000),
187             rule => q(←%spellout-cardinal-masculine← milijarda[ →→]),
188             },
189             '1000000000000' => {
190             base_value => q(1000000000000),
191             divisor => q(1000000000000),
192             rule => q(←%spellout-cardinal-masculine← bilion[ →→]),
193             },
194             '1000000000000000' => {
195             base_value => q(1000000000000000),
196             divisor => q(1000000000000000),
197             rule => q(←%spellout-cardinal-masculine← bilijarda[ →→]),
198             },
199             '1000000000000000000' => {
200             base_value => q(1000000000000000000),
201             divisor => q(1000000000000000000),
202             rule => q(=#,##0=),
203             },
204             'max' => {
205             base_value => q(1000000000000000000),
206             divisor => q(1000000000000000000),
207             rule => q(=#,##0=),
208             },
209             },
210             },
211             'spellout-cardinal-masculine' => {
212             'public' => {
213             '-x' => {
214             divisor => q(1),
215             rule => q(minus →→),
216             },
217             '0' => {
218             base_value => q(0),
219             divisor => q(1),
220             rule => q(nula),
221             },
222             'x.x' => {
223             divisor => q(1),
224             rule => q(←← koma →→),
225             },
226             '1' => {
227             base_value => q(1),
228             divisor => q(1),
229             rule => q(jedan),
230             },
231             '2' => {
232             base_value => q(2),
233             divisor => q(1),
234             rule => q(dva),
235             },
236             '3' => {
237             base_value => q(3),
238             divisor => q(1),
239             rule => q(tri),
240             },
241             '4' => {
242             base_value => q(4),
243             divisor => q(1),
244             rule => q(četiri),
245             },
246             '5' => {
247             base_value => q(5),
248             divisor => q(1),
249             rule => q(pet),
250             },
251             '6' => {
252             base_value => q(6),
253             divisor => q(1),
254             rule => q(šest),
255             },
256             '7' => {
257             base_value => q(7),
258             divisor => q(1),
259             rule => q(sedam),
260             },
261             '8' => {
262             base_value => q(8),
263             divisor => q(1),
264             rule => q(osam),
265             },
266             '9' => {
267             base_value => q(9),
268             divisor => q(1),
269             rule => q(devet),
270             },
271             '10' => {
272             base_value => q(10),
273             divisor => q(10),
274             rule => q(deset),
275             },
276             '11' => {
277             base_value => q(11),
278             divisor => q(10),
279             rule => q(jedanaest),
280             },
281             '12' => {
282             base_value => q(12),
283             divisor => q(10),
284             rule => q(dvanaest),
285             },
286             '13' => {
287             base_value => q(13),
288             divisor => q(10),
289             rule => q(trinaest),
290             },
291             '14' => {
292             base_value => q(14),
293             divisor => q(10),
294             rule => q(četrnaest),
295             },
296             '15' => {
297             base_value => q(15),
298             divisor => q(10),
299             rule => q(petnaest),
300             },
301             '16' => {
302             base_value => q(16),
303             divisor => q(10),
304             rule => q(šesnaest),
305             },
306             '17' => {
307             base_value => q(17),
308             divisor => q(10),
309             rule => q(sedamnaest),
310             },
311             '18' => {
312             base_value => q(18),
313             divisor => q(10),
314             rule => q(osamnaest),
315             },
316             '19' => {
317             base_value => q(19),
318             divisor => q(10),
319             rule => q(devetnaest),
320             },
321             '20' => {
322             base_value => q(20),
323             divisor => q(10),
324             rule => q(dvadeset[ i →→]),
325             },
326             '30' => {
327             base_value => q(30),
328             divisor => q(10),
329             rule => q(trideset[ i →→]),
330             },
331             '40' => {
332             base_value => q(40),
333             divisor => q(10),
334             rule => q(četrdeset[ i →→]),
335             },
336             '50' => {
337             base_value => q(50),
338             divisor => q(10),
339             rule => q(pedeset[ i →→]),
340             },
341             '60' => {
342             base_value => q(60),
343             divisor => q(10),
344             rule => q(šezdeset[ i →→]),
345             },
346             '70' => {
347             base_value => q(70),
348             divisor => q(10),
349             rule => q(sedamdeset[ i →→]),
350             },
351             '80' => {
352             base_value => q(80),
353             divisor => q(10),
354             rule => q(osamdeset[ i →→]),
355             },
356             '90' => {
357             base_value => q(90),
358             divisor => q(10),
359             rule => q(devedeset[ i →→]),
360             },
361             '100' => {
362             base_value => q(100),
363             divisor => q(100),
364             rule => q(sto[ →→]),
365             },
366             '200' => {
367             base_value => q(200),
368             divisor => q(100),
369             rule => q(dvesta[ →→]),
370             },
371             '300' => {
372             base_value => q(300),
373             divisor => q(100),
374             rule => q(trista[ →→]),
375             },
376             '400' => {
377             base_value => q(400),
378             divisor => q(100),
379             rule => q(←%spellout-cardinal-feminine←sto[ →→]),
380             },
381             '1000' => {
382             base_value => q(1000),
383             divisor => q(1000),
384             rule => q(←%spellout-cardinal-feminine← hiljadu[ →→]),
385             },
386             '2000' => {
387             base_value => q(2000),
388             divisor => q(1000),
389             rule => q(←%spellout-cardinal-feminine← hiljada[ →→]),
390             },
391             '1000000' => {
392             base_value => q(1000000),
393             divisor => q(1000000),
394             rule => q(←%spellout-cardinal-masculine← milion[ →→]),
395             },
396             '1000000000' => {
397             base_value => q(1000000000),
398             divisor => q(1000000000),
399             rule => q(←%spellout-cardinal-masculine← milijarda[ →→]),
400             },
401             '1000000000000' => {
402             base_value => q(1000000000000),
403             divisor => q(1000000000000),
404             rule => q(←%spellout-cardinal-masculine← bilion[ →→]),
405             },
406             '1000000000000000' => {
407             base_value => q(1000000000000000),
408             divisor => q(1000000000000000),
409             rule => q(←%spellout-cardinal-masculine← bilijarda[ →→]),
410             },
411             '1000000000000000000' => {
412             base_value => q(1000000000000000000),
413             divisor => q(1000000000000000000),
414             rule => q(=#,##0=),
415             },
416             'max' => {
417             base_value => q(1000000000000000000),
418             divisor => q(1000000000000000000),
419             rule => q(=#,##0=),
420             },
421             },
422             },
423             'spellout-cardinal-neuter' => {
424             'public' => {
425             '-x' => {
426             divisor => q(1),
427             rule => q(minus →→),
428             },
429             '0' => {
430             base_value => q(0),
431             divisor => q(1),
432             rule => q(nula),
433             },
434             'x.x' => {
435             divisor => q(1),
436             rule => q(←← koma →→),
437             },
438             '1' => {
439             base_value => q(1),
440             divisor => q(1),
441             rule => q(jedno),
442             },
443             '2' => {
444             base_value => q(2),
445             divisor => q(1),
446             rule => q(dva),
447             },
448             '3' => {
449             base_value => q(3),
450             divisor => q(1),
451             rule => q(=%spellout-cardinal-masculine=),
452             },
453             '20' => {
454             base_value => q(20),
455             divisor => q(10),
456             rule => q(dvadeset[ i →→]),
457             },
458             '30' => {
459             base_value => q(30),
460             divisor => q(10),
461             rule => q(trideset[ i →→]),
462             },
463             '40' => {
464             base_value => q(40),
465             divisor => q(10),
466             rule => q(četrdeset[ i →→]),
467             },
468             '50' => {
469             base_value => q(50),
470             divisor => q(10),
471             rule => q(pedeset[ i →→]),
472             },
473             '60' => {
474             base_value => q(60),
475             divisor => q(10),
476             rule => q(šezdeset[ i →→]),
477             },
478             '70' => {
479             base_value => q(70),
480             divisor => q(10),
481             rule => q(sedamdeset[ i →→]),
482             },
483             '80' => {
484             base_value => q(80),
485             divisor => q(10),
486             rule => q(osamdeset[ i →→]),
487             },
488             '90' => {
489             base_value => q(90),
490             divisor => q(10),
491             rule => q(devedeset[ i →→]),
492             },
493             '100' => {
494             base_value => q(100),
495             divisor => q(100),
496             rule => q(sto[ →→]),
497             },
498             '200' => {
499             base_value => q(200),
500             divisor => q(100),
501             rule => q(dvesta[ →→]),
502             },
503             '300' => {
504             base_value => q(300),
505             divisor => q(100),
506             rule => q(trista[ →→]),
507             },
508             '400' => {
509             base_value => q(400),
510             divisor => q(100),
511             rule => q(←%spellout-cardinal-feminine←sto[ →→]),
512             },
513             '1000' => {
514             base_value => q(1000),
515             divisor => q(1000),
516             rule => q(←%spellout-cardinal-feminine← hiljadu[ →→]),
517             },
518             '2000' => {
519             base_value => q(2000),
520             divisor => q(1000),
521             rule => q(←%spellout-cardinal-feminine← hiljada[ →→]),
522             },
523             '1000000' => {
524             base_value => q(1000000),
525             divisor => q(1000000),
526             rule => q(←%spellout-cardinal-masculine← milion[ →→]),
527             },
528             '1000000000' => {
529             base_value => q(1000000000),
530             divisor => q(1000000000),
531             rule => q(←%spellout-cardinal-masculine← milijarda[ →→]),
532             },
533             '1000000000000' => {
534             base_value => q(1000000000000),
535             divisor => q(1000000000000),
536             rule => q(←%spellout-cardinal-masculine← bilion[ →→]),
537             },
538             '1000000000000000' => {
539             base_value => q(1000000000000000),
540             divisor => q(1000000000000000),
541             rule => q(←%spellout-cardinal-masculine← bilijarda[ →→]),
542             },
543             '1000000000000000000' => {
544             base_value => q(1000000000000000000),
545             divisor => q(1000000000000000000),
546             rule => q(=#,##0=),
547             },
548             'max' => {
549             base_value => q(1000000000000000000),
550             divisor => q(1000000000000000000),
551             rule => q(=#,##0=),
552             },
553             },
554             },
555             'spellout-numbering' => {
556             'public' => {
557             '0' => {
558             base_value => q(0),
559             divisor => q(1),
560             rule => q(=%spellout-cardinal-masculine=),
561             },
562             'max' => {
563             base_value => q(0),
564             divisor => q(1),
565             rule => q(=%spellout-cardinal-masculine=),
566             },
567             },
568             },
569             'spellout-numbering-year' => {
570             'public' => {
571             '0' => {
572             base_value => q(0),
573             divisor => q(1),
574             rule => q(=%spellout-numbering=),
575             },
576             'x.x' => {
577             divisor => q(1),
578             rule => q(=0.0=),
579             },
580             'max' => {
581             divisor => q(1),
582             rule => q(=0.0=),
583             },
584             },
585             },
586             'spellout-ordinal' => {
587             'public' => {
588             '-x' => {
589             divisor => q(1),
590             rule => q(minus →→),
591             },
592             '0' => {
593             base_value => q(0),
594             divisor => q(1),
595             rule => q(nulti),
596             },
597             'x.x' => {
598             divisor => q(1),
599             rule => q(=#,##0.#=),
600             },
601             '1' => {
602             base_value => q(1),
603             divisor => q(1),
604             rule => q(prvi),
605             },
606             '2' => {
607             base_value => q(2),
608             divisor => q(1),
609             rule => q(drugi),
610             },
611             '3' => {
612             base_value => q(3),
613             divisor => q(1),
614             rule => q(treći),
615             },
616             '4' => {
617             base_value => q(4),
618             divisor => q(1),
619             rule => q(četvrti),
620             },
621             '5' => {
622             base_value => q(5),
623             divisor => q(1),
624             rule => q(peti),
625             },
626             '6' => {
627             base_value => q(6),
628             divisor => q(1),
629             rule => q(šesti),
630             },
631             '7' => {
632             base_value => q(7),
633             divisor => q(1),
634             rule => q(sedmi),
635             },
636             '8' => {
637             base_value => q(8),
638             divisor => q(1),
639             rule => q(osmi),
640             },
641             '9' => {
642             base_value => q(9),
643             divisor => q(1),
644             rule => q(deveti),
645             },
646             '10' => {
647             base_value => q(10),
648             divisor => q(10),
649             rule => q(deseti),
650             },
651             '11' => {
652             base_value => q(11),
653             divisor => q(10),
654             rule => q(jedanaesti),
655             },
656             '12' => {
657             base_value => q(12),
658             divisor => q(10),
659             rule => q(dvanaesti),
660             },
661             '13' => {
662             base_value => q(13),
663             divisor => q(10),
664             rule => q(trinaesti),
665             },
666             '14' => {
667             base_value => q(14),
668             divisor => q(10),
669             rule => q(četrnaesti),
670             },
671             '15' => {
672             base_value => q(15),
673             divisor => q(10),
674             rule => q(petnaesti),
675             },
676             '16' => {
677             base_value => q(16),
678             divisor => q(10),
679             rule => q(šesnaesti),
680             },
681             '17' => {
682             base_value => q(17),
683             divisor => q(10),
684             rule => q(sedamnaesti),
685             },
686             '18' => {
687             base_value => q(18),
688             divisor => q(10),
689             rule => q(osamnaesti),
690             },
691             '19' => {
692             base_value => q(19),
693             divisor => q(10),
694             rule => q(devetnaesti),
695             },
696             '20' => {
697             base_value => q(20),
698             divisor => q(10),
699             rule => q(dvadeset→%%ordi→),
700             },
701             '30' => {
702             base_value => q(30),
703             divisor => q(10),
704             rule => q(trideset→%%ordi→),
705             },
706             '40' => {
707             base_value => q(40),
708             divisor => q(10),
709             rule => q(četrdeset→%%ordi→),
710             },
711             '50' => {
712             base_value => q(50),
713             divisor => q(10),
714             rule => q(pedeset→%%ordi→),
715             },
716             '60' => {
717             base_value => q(60),
718             divisor => q(10),
719             rule => q(šezdeset→%%ordi→),
720             },
721             '70' => {
722             base_value => q(70),
723             divisor => q(10),
724             rule => q(sedamdeset→%%ordi→),
725             },
726             '80' => {
727             base_value => q(80),
728             divisor => q(10),
729             rule => q(osamdeset→%%ordi→),
730             },
731             '90' => {
732             base_value => q(90),
733             divisor => q(10),
734             rule => q(devedeset→%%ordi→),
735             },
736             '100' => {
737             base_value => q(100),
738             divisor => q(100),
739             rule => q(sto→%%ordti→),
740             },
741             '200' => {
742             base_value => q(200),
743             divisor => q(100),
744             rule => q(dvesta→%%ordti→),
745             },
746             '300' => {
747             base_value => q(300),
748             divisor => q(100),
749             rule => q(trista→%%ordti→),
750             },
751             '400' => {
752             base_value => q(400),
753             divisor => q(100),
754             rule => q(←%spellout-cardinal-feminine←sto→%%ordti→),
755             },
756             'max' => {
757             base_value => q(400),
758             divisor => q(100),
759             rule => q(←%spellout-cardinal-feminine←sto→%%ordti→),
760             },
761             },
762             },
763             } },
764             );
765              
766             has 'display_name_language' => (
767             is => 'ro',
768             isa => CodeRef,
769             init_arg => undef,
770             default => sub {
771             sub {
772             my %languages = (
773             'aa' => 'afarski',
774             'ab' => 'abhaski',
775             'ace' => 'aceški',
776             'ach' => 'akoli',
777             'ada' => 'adangme',
778             'ady' => 'adigejski',
779             'ae' => 'avestanski',
780             'af' => 'afrikans',
781             'afh' => 'afrihili',
782             'agq' => 'agem',
783             'ain' => 'ainu',
784             'ak' => 'akanski',
785             'akk' => 'akadijski',
786             'ale' => 'aleutski',
787             'alt' => 'južnoaltajski',
788             'am' => 'amharski',
789             'an' => 'aragonski',
790             'ang' => 'staroengleski',
791             'ann' => 'obolo',
792             'anp' => 'angika',
793             'ar' => 'arapski',
794             'ar_001' => 'savremeni standardni arapski',
795             'arc' => 'aramejski',
796             'arn' => 'mapuče',
797             'arp' => 'arapaho',
798             'ars' => 'najdiarapski',
799             'arw' => 'aravački',
800             'as' => 'asamski',
801             'asa' => 'asu',
802             'ast' => 'asturijski',
803             'atj' => 'atikameku',
804             'av' => 'avarski',
805             'awa' => 'avadi',
806             'ay' => 'ajmara',
807             'az' => 'azerbejdžanski',
808             'az@alt=short' => 'azerski',
809             'ba' => 'baškirski',
810             'bal' => 'belučki',
811             'ban' => 'balijski',
812             'bas' => 'basa',
813             'be' => 'beloruski',
814             'bej' => 'bedža',
815             'bem' => 'bemba',
816             'bew' => 'betavi',
817             'bez' => 'bena',
818             'bg' => 'bugarski',
819             'bgc' => 'harijanski',
820             'bgn' => 'zapadni belučki',
821             'bho' => 'bodžpuri',
822             'bi' => 'bislama',
823             'bik' => 'bikol',
824             'bin' => 'bini',
825             'bla' => 'sisika',
826             'blo' => 'anii',
827             'bm' => 'bambara',
828             'bn' => 'bengalski',
829             'bo' => 'tibetanski',
830             'br' => 'bretonski',
831             'bra' => 'braj',
832             'brx' => 'bodo',
833             'bs' => 'bosanski',
834             'bss' => 'akose',
835             'bua' => 'burjatski',
836             'bug' => 'bugijski',
837             'byn' => 'blinski',
838             'ca' => 'katalonski',
839             'cad' => 'kado',
840             'car' => 'karipski',
841             'cay' => 'kajuga',
842             'cch' => 'atsam',
843             'ccp' => 'čakma',
844             'ce' => 'čečenski',
845             'ceb' => 'sebuanski',
846             'cgg' => 'čiga',
847             'ch' => 'čamoro',
848             'chb' => 'čipča',
849             'chg' => 'čagataj',
850             'chk' => 'čučki',
851             'chm' => 'mari',
852             'chn' => 'činučki',
853             'cho' => 'čoktavski',
854             'chp' => 'čipevjanski',
855             'chr' => 'čeroki',
856             'chy' => 'čejenski',
857             'cic' => 'čikaso',
858             'ckb' => 'centralni kurdski',
859             'clc' => 'čilkotin',
860             'co' => 'korzikanski',
861             'cop' => 'koptski',
862             'cr' => 'kri',
863             'crg' => 'mičif',
864             'crh' => 'krimskotatarski',
865             'crj' => 'jugoistočni kri',
866             'crk' => 'plainskri',
867             'crl' => 'severoistočni kri',
868             'crm' => 'muzkri',
869             'crr' => 'karolinški algonkvijan',
870             'crs' => 'sejšelski kreolski francuski',
871             'cs' => 'češki',
872             'csb' => 'kašupski',
873             'csw' => 'močvarni kri',
874             'cu' => 'crkvenoslovenski',
875             'cv' => 'čuvaški',
876             'cy' => 'velški',
877             'da' => 'danski',
878             'dak' => 'dakota',
879             'dar' => 'darginski',
880             'dav' => 'taita',
881             'de' => 'nemački',
882             'de_AT' => 'austrijski nemački',
883             'de_CH' => 'švajcarski visoki nemački',
884             'del' => 'delaverski',
885             'den' => 'slejvi',
886             'dgr' => 'dogripski',
887             'din' => 'dinka',
888             'dje' => 'zarma',
889             'doi' => 'dogri',
890             'dsb' => 'donjolužičkosrpski',
891             'dua' => 'duala',
892             'dum' => 'srednjeholandski',
893             'dv' => 'maldivski',
894             'dyo' => 'džola fonji',
895             'dyu' => 'đula',
896             'dz' => 'džonga',
897             'dzg' => 'dazaga',
898             'ebu' => 'embu',
899             'ee' => 'eve',
900             'efi' => 'efički',
901             'egy' => 'staroegipatski',
902             'eka' => 'ekadžuk',
903             'el' => 'grčki',
904             'elx' => 'elamitski',
905             'en' => 'engleski',
906             'en_GB' => 'engleski (Velika Britanija)',
907             'en_GB@alt=short' => 'engleski (UK)',
908             'en_US' => 'engleski (Sjedinjene Američke Države)',
909             'en_US@alt=short' => 'engleski (SAD)',
910             'enm' => 'srednjeengleski',
911             'eo' => 'esperanto',
912             'es' => 'španski',
913             'es_ES' => 'španski (Evropa)',
914             'et' => 'estonski',
915             'eu' => 'baskijski',
916             'ewo' => 'evondo',
917             'fa' => 'persijski',
918             'fa_AF' => 'dari',
919             'fan' => 'fang',
920             'fat' => 'fanti',
921             'ff' => 'fula',
922             'fi' => 'finski',
923             'fil' => 'filipinski',
924             'fj' => 'fidžijski',
925             'fo' => 'farski',
926             'fon' => 'fon',
927             'fr' => 'francuski',
928             'frc' => 'kajunski francuski',
929             'frm' => 'srednjefrancuski',
930             'fro' => 'starofrancuski',
931             'frr' => 'severnofrizijski',
932             'frs' => 'istočnofrizijski',
933             'fur' => 'friulski',
934             'fy' => 'zapadni frizijski',
935             'ga' => 'irski',
936             'gaa' => 'ga',
937             'gag' => 'gagauz',
938             'gay' => 'gajo',
939             'gba' => 'gbaja',
940             'gd' => 'škotski gelski',
941             'gez' => 'geez',
942             'gil' => 'gilbertski',
943             'gl' => 'galicijski',
944             'gmh' => 'srednji visokonemački',
945             'gn' => 'gvarani',
946             'goh' => 'staronemački',
947             'gon' => 'gondi',
948             'gor' => 'gorontalo',
949             'got' => 'gotski',
950             'grb' => 'grebo',
951             'grc' => 'starogrčki',
952             'gsw' => 'nemački (Švajcarska)',
953             'gu' => 'gudžarati',
954             'guz' => 'gusi',
955             'gv' => 'manks',
956             'gwi' => 'gvičinski',
957             'ha' => 'hausa',
958             'hai' => 'haida',
959             'haw' => 'havajski',
960             'hax' => 'južni haida',
961             'he' => 'hebrejski',
962             'hi' => 'hindi',
963             'hi_Latn@alt=variant' => 'hingliš',
964             'hil' => 'hiligajnonski',
965             'hit' => 'hetitski',
966             'hmn' => 'hmonški',
967             'hnj' => 'hmong ndžua',
968             'ho' => 'hiri motu',
969             'hr' => 'hrvatski',
970             'hsb' => 'gornjolužičkosrpski',
971             'ht' => 'haićanski',
972             'hu' => 'mađarski',
973             'hup' => 'hupa',
974             'hur' => 'halkomelem',
975             'hy' => 'jermenski',
976             'hz' => 'herero',
977             'ia' => 'interlingva',
978             'iba' => 'ibanski',
979             'ibb' => 'ibibio',
980             'id' => 'indonežanski',
981             'ie' => 'interlingve',
982             'ig' => 'igbo',
983             'ii' => 'sečuanski ji',
984             'ik' => 'inupik',
985             'ikt' => 'zapadnokanadski inuktitut',
986             'ilo' => 'iloko',
987             'inh' => 'inguški',
988             'io' => 'ido',
989             'is' => 'islandski',
990             'it' => 'italijanski',
991             'iu' => 'inuktitutski',
992             'ja' => 'japanski',
993             'jbo' => 'ložban',
994             'jgo' => 'ngomba',
995             'jmc' => 'mačame',
996             'jpr' => 'judeo-persijski',
997             'jrb' => 'judeo-arapski',
998             'jv' => 'javanski',
999             'ka' => 'gruzijski',
1000             'kaa' => 'kara-kalpaški',
1001             'kab' => 'kabile',
1002             'kac' => 'kačinski',
1003             'kaj' => 'džu',
1004             'kam' => 'kamba',
1005             'kaw' => 'kavi',
1006             'kbd' => 'kabardijski',
1007             'kcg' => 'tjap',
1008             'kde' => 'makonde',
1009             'kea' => 'zelenortski',
1010             'kfo' => 'koro',
1011             'kg' => 'kongo',
1012             'kgp' => 'kaingang',
1013             'kha' => 'kasi',
1014             'kho' => 'kotaneški',
1015             'khq' => 'kojra čiini',
1016             'ki' => 'kikuju',
1017             'kj' => 'kvanjama',
1018             'kk' => 'kazaški',
1019             'kkj' => 'kako',
1020             'kl' => 'grenlandski',
1021             'kln' => 'kalendžinski',
1022             'km' => 'kmerski',
1023             'kmb' => 'kimbundu',
1024             'kn' => 'kanada',
1025             'ko' => 'korejski',
1026             'koi' => 'komi-permski',
1027             'kok' => 'konkani',
1028             'kos' => 'kosrenski',
1029             'kpe' => 'kpele',
1030             'kr' => 'kanuri',
1031             'krc' => 'karačajsko-balkarski',
1032             'kri' => 'krio',
1033             'krl' => 'karelski',
1034             'kru' => 'kuruk',
1035             'ks' => 'kašmirski',
1036             'ksb' => 'šambala',
1037             'ksf' => 'bafija',
1038             'ksh' => 'kelnski',
1039             'ku' => 'kurdski',
1040             'kum' => 'kumički',
1041             'kut' => 'kutenaj',
1042             'kv' => 'komi',
1043             'kw' => 'kornvolski',
1044             'kwk' => 'kvakvala',
1045             'kxv' => 'kuvi',
1046             'ky' => 'kirgiski',
1047             'la' => 'latinski',
1048             'lad' => 'ladino',
1049             'lag' => 'langi',
1050             'lah' => 'landa',
1051             'lam' => 'lamba',
1052             'lb' => 'luksemburški',
1053             'lez' => 'lezginski',
1054             'lg' => 'ganda',
1055             'li' => 'limburški',
1056             'lij' => 'ligurski',
1057             'lil' => 'lilut',
1058             'lkt' => 'lakota',
1059             'lmo' => 'lombard',
1060             'ln' => 'lingala',
1061             'lo' => 'laoski',
1062             'lol' => 'mongo',
1063             'lou' => 'luizijanski kreolski',
1064             'loz' => 'lozi',
1065             'lrc' => 'severni luri',
1066             'lsm' => 'samia',
1067             'lt' => 'litvanski',
1068             'lu' => 'luba-katanga',
1069             'lua' => 'luba-lulua',
1070             'lui' => 'luisenjo',
1071             'lun' => 'lunda',
1072             'luo' => 'luo',
1073             'lus' => 'mizo',
1074             'luy' => 'lujia',
1075             'lv' => 'letonski',
1076             'mad' => 'madurski',
1077             'mag' => 'magahi',
1078             'mai' => 'maitili',
1079             'mak' => 'makasarski',
1080             'man' => 'mandingo',
1081             'mas' => 'masajski',
1082             'mdf' => 'mokša',
1083             'mdr' => 'mandar',
1084             'men' => 'mende',
1085             'mer' => 'meru',
1086             'mfe' => 'morisjen',
1087             'mg' => 'malgaški',
1088             'mga' => 'srednjeirski',
1089             'mgh' => 'makuva-mito',
1090             'mgo' => 'meta',
1091             'mh' => 'maršalski',
1092             'mi' => 'maorski',
1093             'mic' => 'mikmak',
1094             'min' => 'minangkabau',
1095             'mk' => 'makedonski',
1096             'ml' => 'malajalam',
1097             'mn' => 'mongolski',
1098             'mnc' => 'mandžurski',
1099             'mni' => 'manipurski',
1100             'moe' => 'inuajmun',
1101             'moh' => 'mohočki',
1102             'mos' => 'mosi',
1103             'mr' => 'marati',
1104             'ms' => 'malajski',
1105             'mt' => 'malteški',
1106             'mua' => 'mundang',
1107             'mul' => 'Više jezika',
1108             'mus' => 'kriški',
1109             'mwl' => 'mirandski',
1110             'mwr' => 'marvari',
1111             'my' => 'burmanski',
1112             'myv' => 'erzja',
1113             'mzn' => 'mazanderanski',
1114             'na' => 'nauruski',
1115             'nap' => 'napuljski',
1116             'naq' => 'nama',
1117             'nb' => 'norveški bukmol',
1118             'nd' => 'severni ndebele',
1119             'nds' => 'niskonemački',
1120             'nds_NL' => 'niskosaksonski',
1121             'ne' => 'nepalski',
1122             'new' => 'nevari',
1123             'ng' => 'ndonga',
1124             'nia' => 'nias',
1125             'niu' => 'niuejski',
1126             'nl' => 'holandski',
1127             'nl_BE' => 'flamanski',
1128             'nmg' => 'kvasio',
1129             'nn' => 'norveški ninorsk',
1130             'nnh' => 'ngiembun',
1131             'no' => 'norveški',
1132             'nog' => 'nogajski',
1133             'non' => 'staronordijski',
1134             'nqo' => 'nko',
1135             'nr' => 'južni ndebele',
1136             'nso' => 'severni soto',
1137             'nus' => 'nuer',
1138             'nv' => 'navaho',
1139             'nwc' => 'klasični nevarski',
1140             'ny' => 'njandža',
1141             'nym' => 'njamvezi',
1142             'nyn' => 'njankole',
1143             'nyo' => 'njoro',
1144             'nzi' => 'nzima',
1145             'oc' => 'oksitanski',
1146             'oj' => 'odžibve',
1147             'ojb' => 'severozapadni odžibva',
1148             'ojc' => 'centralni odžibva',
1149             'ojs' => 'odžikri',
1150             'ojw' => 'zapadni odžibva',
1151             'oka' => 'okangan',
1152             'om' => 'oromo',
1153             'or' => 'odija',
1154             'os' => 'osetinski',
1155             'osa' => 'osage',
1156             'ota' => 'osmanski turski',
1157             'pa' => 'pendžapski',
1158             'pag' => 'pangasinanski',
1159             'pal' => 'pahlavi',
1160             'pam' => 'pampanga',
1161             'pap' => 'papijamento',
1162             'pau' => 'palauski',
1163             'pcm' => 'nigerijski pidžin',
1164             'peo' => 'staropersijski',
1165             'phn' => 'feničanski',
1166             'pi' => 'pali',
1167             'pis' => 'pidžin',
1168             'pl' => 'poljski',
1169             'pon' => 'ponpejski',
1170             'pqm' => 'malisepasamakvodi',
1171             'prg' => 'pruski',
1172             'pro' => 'starooksitanski',
1173             'ps' => 'paštunski',
1174             'ps@alt=variant' => 'pašto',
1175             'pt' => 'portugalski',
1176             'pt_PT' => 'portugalski (Portugal)',
1177             'qu' => 'kečua',
1178             'quc' => 'kiče',
1179             'raj' => 'radžastanski',
1180             'rap' => 'rapanui',
1181             'rar' => 'rarotonganski',
1182             'rhg' => 'rohingja',
1183             'rm' => 'romanš',
1184             'rn' => 'kirundi',
1185             'ro' => 'rumunski',
1186             'ro_MD' => 'moldavski',
1187             'rof' => 'rombo',
1188             'rom' => 'romski',
1189             'ru' => 'ruski',
1190             'rup' => 'cincarski',
1191             'rw' => 'kinjaruanda',
1192             'rwk' => 'rua',
1193             'sa' => 'sanskrit',
1194             'sad' => 'sandave',
1195             'sah' => 'saha',
1196             'sam' => 'samarijanski aramejski',
1197             'saq' => 'samburu',
1198             'sas' => 'sasak',
1199             'sat' => 'santali',
1200             'sba' => 'ngambaj',
1201             'sbp' => 'sangu',
1202             'sc' => 'sardinski',
1203             'scn' => 'sicilijanski',
1204             'sco' => 'škotski',
1205             'sd' => 'sindi',
1206             'sdh' => 'južnokurdski',
1207             'se' => 'severni sami',
1208             'seh' => 'sena',
1209             'sel' => 'selkupski',
1210             'ses' => 'kojraboro seni',
1211             'sg' => 'sango',
1212             'sga' => 'staroirski',
1213             'sh' => 'srpskohrvatski',
1214             'shi' => 'tašelhit',
1215             'shn' => 'šanski',
1216             'si' => 'sinhaleški',
1217             'sid' => 'sidamo',
1218             'sk' => 'slovački',
1219             'sl' => 'slovenački',
1220             'slh' => 'južni lašutsid',
1221             'sm' => 'samoanski',
1222             'sma' => 'južni sami',
1223             'smj' => 'lule sami',
1224             'smn' => 'inari sami',
1225             'sms' => 'skolt sami',
1226             'sn' => 'šona',
1227             'snk' => 'soninke',
1228             'so' => 'somalski',
1229             'sog' => 'sogdijski',
1230             'sq' => 'albanski',
1231             'sr' => 'srpski',
1232             'srn' => 'sranan tongo',
1233             'srr' => 'sererski',
1234             'ss' => 'svazi',
1235             'ssy' => 'saho',
1236             'st' => 'sesoto',
1237             'str' => 'streicsališ',
1238             'su' => 'sundski',
1239             'suk' => 'sukuma',
1240             'sus' => 'susu',
1241             'sux' => 'sumerski',
1242             'sv' => 'švedski',
1243             'sw' => 'svahili',
1244             'sw_CD' => 'kisvahili',
1245             'swb' => 'komorski',
1246             'syc' => 'sirijački',
1247             'syr' => 'sirijski',
1248             'szl' => 'siležanski',
1249             'ta' => 'tamilski',
1250             'tce' => 'južni tačon',
1251             'te' => 'telugu',
1252             'tem' => 'timne',
1253             'teo' => 'teso',
1254             'ter' => 'tereno',
1255             'tet' => 'tetum',
1256             'tg' => 'tadžički',
1257             'tgx' => 'tagiš',
1258             'th' => 'tajski',
1259             'tht' => 'tahltan',
1260             'ti' => 'tigrinja',
1261             'tig' => 'tigre',
1262             'tiv' => 'tiv',
1263             'tk' => 'turkmenski',
1264             'tkl' => 'tokelau',
1265             'tl' => 'tagalog',
1266             'tlh' => 'klingonski',
1267             'tli' => 'tlingit',
1268             'tmh' => 'tamašek',
1269             'tn' => 'cvana',
1270             'to' => 'tonganski',
1271             'tog' => 'njasa tonga',
1272             'tok' => 'tokipona',
1273             'tpi' => 'tok pisin',
1274             'tr' => 'turski',
1275             'trv' => 'taroko',
1276             'ts' => 'conga',
1277             'tsi' => 'cimšian',
1278             'tt' => 'tatarski',
1279             'ttm' => 'severni tučon',
1280             'tum' => 'tumbuka',
1281             'tvl' => 'tuvalu',
1282             'tw' => 'tvi',
1283             'twq' => 'tasavak',
1284             'ty' => 'tahićanski',
1285             'tyv' => 'tuvinski',
1286             'tzm' => 'centralnoatlaski tamašek',
1287             'udm' => 'udmurtski',
1288             'ug' => 'ujgurski',
1289             'uga' => 'ugaritski',
1290             'uk' => 'ukrajinski',
1291             'umb' => 'umbundu',
1292             'und' => 'nepoznat jezik',
1293             'ur' => 'urdu',
1294             'uz' => 'uzbečki',
1295             'vai' => 'vai',
1296             've' => 'venda',
1297             'vec' => 'venecijanski',
1298             'vi' => 'vijetnamski',
1299             'vmw' => 'makuva',
1300             'vo' => 'volapik',
1301             'vot' => 'vodski',
1302             'vun' => 'vundžo',
1303             'wa' => 'valonski',
1304             'wae' => 'valserski',
1305             'wal' => 'volajta',
1306             'war' => 'varajski',
1307             'was' => 'vašo',
1308             'wbp' => 'varlpiri',
1309             'wo' => 'volof',
1310             'wuu' => 'vu kineski',
1311             'xal' => 'kalmički',
1312             'xh' => 'kosa',
1313             'xnr' => 'kangri',
1314             'xog' => 'soga',
1315             'yao' => 'jao',
1316             'yap' => 'japski',
1317             'yav' => 'jangben',
1318             'ybb' => 'jemba',
1319             'yi' => 'jidiš',
1320             'yo' => 'joruba',
1321             'yrl' => 'ningatu',
1322             'yue' => 'kantonski',
1323             'yue@alt=menu' => 'kantonski kineski',
1324             'za' => 'džuanški',
1325             'zap' => 'zapotečki',
1326             'zbl' => 'blisimboli',
1327             'zen' => 'zenaga',
1328             'zgh' => 'standardni marokanski tamazigt',
1329             'zh' => 'kineski',
1330             'zh@alt=menu' => 'mandarinski kineski',
1331             'zh_Hans' => 'pojednostavljeni kineski',
1332             'zh_Hans@alt=long' => 'pojednostavljeni mandarinski kineski',
1333             'zh_Hant' => 'tradicionalni kineski',
1334             'zh_Hant@alt=long' => 'tradicionalni mandarinski kineski',
1335             'zu' => 'zulu',
1336             'zun' => 'zuni',
1337             'zxx' => 'bez lingvističkog sadržaja',
1338             'zza' => 'zaza',
1339              
1340             );
1341             if (@_) {
1342             return $languages{$_[0]};
1343             }
1344             return \%languages;
1345             }
1346             },
1347             );
1348              
1349             has 'display_name_script' => (
1350             is => 'ro',
1351             isa => CodeRef,
1352             init_arg => undef,
1353             default => sub {
1354             sub {
1355             my %scripts = (
1356             'Adlm' => 'adlam',
1357             'Arab' => 'arapsko pismo',
1358             'Arab@alt=variant' => 'persijsko-arapsko pismo',
1359             'Aran' => 'nastalik',
1360             'Armi' => 'imperijsko aramejsko pismo',
1361             'Armn' => 'jermensko pismo',
1362             'Avst' => 'avestansko pismo',
1363             'Bali' => 'balijsko pismo',
1364             'Batk' => 'batak pismo',
1365             'Beng' => 'bengalsko pismo',
1366             'Blis' => 'blisimbolično pismo',
1367             'Bopo' => 'bopomofo pismo',
1368             'Brah' => 'bramansko pismo',
1369             'Brai' => 'brajevo pismo',
1370             'Bugi' => 'buginsko pismo',
1371             'Buhd' => 'buhidsko pismo',
1372             'Cakm' => 'čakma',
1373             'Cans' => 'ujedinjeni kanadski aboridžinski silabici',
1374             'Cari' => 'karijsko pismo',
1375             'Cham' => 'čamsko pismo',
1376             'Cher' => 'čeroki',
1377             'Cirt' => 'cirt pismo',
1378             'Copt' => 'koptičko pismo',
1379             'Cprt' => 'kiparsko pismo',
1380             'Cyrl' => 'ćirilica',
1381             'Cyrs' => 'Staroslovenska crkvena ćirilica',
1382             'Deva' => 'devanagari',
1383             'Dsrt' => 'Dezeret',
1384             'Egyd' => 'egipatsko narodno pismo',
1385             'Egyh' => 'egipatsko hijeratsko pismo',
1386             'Egyp' => 'egipatski hijeroglifi',
1387             'Ethi' => 'etiopsko pismo',
1388             'Geok' => 'gruzijsko khutsuri pismo',
1389             'Geor' => 'gruzijsko pismo',
1390             'Glag' => 'glagoljica',
1391             'Goth' => 'Gotika',
1392             'Grek' => 'grčko pismo',
1393             'Gujr' => 'gudžaratsko pismo',
1394             'Guru' => 'gurmuki pismo',
1395             'Hanb' => 'hanb',
1396             'Hang' => 'hangul',
1397             'Hani' => 'han',
1398             'Hano' => 'hanuno',
1399             'Hans' => 'pojednostavljeno kinesko pismo',
1400             'Hans@alt=stand-alone' => 'pojednostavljeno han pismo',
1401             'Hant' => 'tradicionalno kinesko pismo',
1402             'Hant@alt=stand-alone' => 'tradicionalno han pismo',
1403             'Hebr' => 'hebrejsko pismo',
1404             'Hira' => 'hiragana',
1405             'Hmng' => 'pahav hmong pismo',
1406             'Hrkt' => 'japanska slogovna pisma',
1407             'Hung' => 'staromađarsko pismo',
1408             'Inds' => 'induško pismo',
1409             'Ital' => 'stari italik',
1410             'Jamo' => 'džamo',
1411             'Java' => 'javansko pismo',
1412             'Jpan' => 'japansko pismo',
1413             'Kali' => 'kajah-li pismo',
1414             'Kana' => 'katakana',
1415             'Khar' => 'karošti pismo',
1416             'Khmr' => 'kmersko pismo',
1417             'Knda' => 'kanada pismo',
1418             'Kore' => 'korejsko pismo',
1419             'Kthi' => 'kaiti',
1420             'Lana' => 'lanna pismo',
1421             'Laoo' => 'laoško pismo',
1422             'Latf' => 'latinica (fraktur varijanta)',
1423             'Latg' => 'galska latinica',
1424             'Latn' => 'latinica',
1425             'Lepc' => 'lepča pismo',
1426             'Limb' => 'limbu pismo',
1427             'Lina' => 'linearno A pismo',
1428             'Linb' => 'linearno B pismo',
1429             'Lyci' => 'lisijsko pismo',
1430             'Lydi' => 'lidijsko pismo',
1431             'Mand' => 'mandeansko pismo',
1432             'Mani' => 'manihejsko pismo',
1433             'Maya' => 'majanski hijeroglifi',
1434             'Mero' => 'meroitik pismo',
1435             'Mlym' => 'malajalamsko pismo',
1436             'Mong' => 'mongolsko pismo',
1437             'Moon' => 'mesečevo pismo',
1438             'Mtei' => 'meitei majek',
1439             'Mymr' => 'mijanmarsko pismo',
1440             'Nkoo' => 'nko',
1441             'Ogam' => 'ogamsko pismo',
1442             'Olck' => 'ol čiki',
1443             'Orkh' => 'orkonsko pismo',
1444             'Orya' => 'orijansko pismo',
1445             'Osma' => 'osmanjansko pismo',
1446             'Perm' => 'staro permiksko pismo',
1447             'Phag' => 'pags-pa pismo',
1448             'Phli' => 'pisani pahlavi',
1449             'Phlp' => 'psalter pahlavi',
1450             'Phlv' => 'pahlavi pismo',
1451             'Phnx' => 'Feničansko pismo',
1452             'Plrd' => 'porald fonetsko pismo',
1453             'Prti' => 'pisani partian',
1454             'Rjng' => 'rejang pismo',
1455             'Rohg' => 'hanifi',
1456             'Roro' => 'rongorongo pismo',
1457             'Runr' => 'runsko pismo',
1458             'Samr' => 'samaritansko pismo',
1459             'Sara' => 'sarati pismo',
1460             'Saur' => 'sauraštra pismo',
1461             'Sgnw' => 'znakovno pismo',
1462             'Shaw' => 'šavijansko pismo',
1463             'Sinh' => 'sinhalsko pismo',
1464             'Sund' => 'sundansko pismo',
1465             'Sylo' => 'siloti nagri pismo',
1466             'Syrc' => 'sirijsko pismo',
1467             'Syre' => 'sirijsko estrangelo pismo',
1468             'Syrj' => 'zapadnosirijsko pismo',
1469             'Syrn' => 'pismo istočne Sirije',
1470             'Tagb' => 'tagbanva pismo',
1471             'Tale' => 'tai le pismo',
1472             'Talu' => 'novi tai lue',
1473             'Taml' => 'tamilsko pismo',
1474             'Tavt' => 'tai viet pismo',
1475             'Telu' => 'telugu pismo',
1476             'Teng' => 'tengvar pismo',
1477             'Tfng' => 'tifinag',
1478             'Tglg' => 'Tagalog',
1479             'Thaa' => 'tana pismo',
1480             'Thai' => 'tajlandsko pismo',
1481             'Tibt' => 'tibetansko pismo',
1482             'Ugar' => 'ugaritsko pismo',
1483             'Vaii' => 'vai',
1484             'Visp' => 'vidljivi govor',
1485             'Xpeo' => 'staropersijsko pismo',
1486             'Xsux' => 'sumersko-akadsko kuneiform pismo',
1487             'Yiii' => 'ji',
1488             'Zinh' => 'nasledno pismo',
1489             'Zmth' => 'matematička notacija',
1490             'Zsye' => 'emodži',
1491             'Zsym' => 'simboli',
1492             'Zxxx' => 'nepisani jezik',
1493             'Zyyy' => 'zajedničko pismo',
1494             'Zzzz' => 'nepoznato pismo',
1495              
1496             );
1497             if ( @_ ) {
1498             return $scripts{$_[0]};
1499             }
1500             return \%scripts;
1501             }
1502             }
1503             );
1504              
1505             has 'display_name_region' => (
1506             is => 'ro',
1507             isa => HashRef[Str],
1508             init_arg => undef,
1509             default => sub {
1510             {
1511             '001' => 'svet',
1512             '002' => 'Afrika',
1513             '003' => 'Severnoamerički kontinent',
1514             '005' => 'Južna Amerika',
1515             '009' => 'Okeanija',
1516             '011' => 'Zapadna Afrika',
1517             '013' => 'Centralna Amerika',
1518             '014' => 'Istočna Afrika',
1519             '015' => 'Severna Afrika',
1520             '017' => 'Centralna Afrika',
1521             '018' => 'Južna Afrika',
1522             '019' => 'Severna i Južna Amerika',
1523             '021' => 'Severna Amerika',
1524             '029' => 'Karibi',
1525             '030' => 'Istočna Azija',
1526             '034' => 'Južna Azija',
1527             '035' => 'Jugoistočna Azija',
1528             '039' => 'Južna Evropa',
1529             '053' => 'Australija i Novi Zeland',
1530             '054' => 'Melanezija',
1531             '057' => 'Mikronezijski region',
1532             '061' => 'Polinezija',
1533             '142' => 'Azija',
1534             '143' => 'Centralna Azija',
1535             '145' => 'Zapadna Azija',
1536             '150' => 'Evropa',
1537             '151' => 'Istočna Evropa',
1538             '154' => 'Severna Evropa',
1539             '155' => 'Zapadna Evropa',
1540             '202' => 'Podsaharska Afrika',
1541             '419' => 'Latinska Amerika',
1542             'AC' => 'Ostrvo Asension',
1543             'AD' => 'Andora',
1544             'AE' => 'Ujedinjeni Arapski Emirati',
1545             'AF' => 'Avganistan',
1546             'AG' => 'Antigva i Barbuda',
1547             'AI' => 'Angvila',
1548             'AL' => 'Albanija',
1549             'AM' => 'Jermenija',
1550             'AO' => 'Angola',
1551             'AQ' => 'Antarktik',
1552             'AR' => 'Argentina',
1553             'AS' => 'Američka Samoa',
1554             'AT' => 'Austrija',
1555             'AU' => 'Australija',
1556             'AW' => 'Aruba',
1557             'AX' => 'Olandska Ostrva',
1558             'AZ' => 'Azerbejdžan',
1559             'BA' => 'Bosna i Hercegovina',
1560             'BB' => 'Barbados',
1561             'BD' => 'Bangladeš',
1562             'BE' => 'Belgija',
1563             'BF' => 'Burkina Faso',
1564             'BG' => 'Bugarska',
1565             'BH' => 'Bahrein',
1566             'BI' => 'Burundi',
1567             'BJ' => 'Benin',
1568             'BL' => 'Sveti Bartolomej',
1569             'BM' => 'Bermudi',
1570             'BN' => 'Brunej',
1571             'BO' => 'Bolivija',
1572             'BQ' => 'Karipska Holandija',
1573             'BR' => 'Brazil',
1574             'BS' => 'Bahami',
1575             'BT' => 'Butan',
1576             'BV' => 'Ostrvo Buve',
1577             'BW' => 'Bocvana',
1578             'BY' => 'Belorusija',
1579             'BZ' => 'Belize',
1580             'CA' => 'Kanada',
1581             'CC' => 'Kokosova (Kilingova) Ostrva',
1582             'CD' => 'Kongo - Kinšasa',
1583             'CD@alt=variant' => 'Kongo (DRK)',
1584             'CF' => 'Centralnoafrička Republika',
1585             'CG' => 'Kongo - Brazavil',
1586             'CG@alt=variant' => 'Kongo (Republika)',
1587             'CH' => 'Švajcarska',
1588             'CI' => 'Obala Slonovače (Kot d’Ivoar)',
1589             'CI@alt=variant' => 'Obala Slonovače',
1590             'CK' => 'Kukova Ostrva',
1591             'CL' => 'Čile',
1592             'CM' => 'Kamerun',
1593             'CN' => 'Kina',
1594             'CO' => 'Kolumbija',
1595             'CP' => 'Ostrvo Kliperton',
1596             'CR' => 'Kostarika',
1597             'CU' => 'Kuba',
1598             'CV' => 'Zelenortska Ostrva',
1599             'CW' => 'Kurasao',
1600             'CX' => 'Božićno Ostrvo',
1601             'CY' => 'Kipar',
1602             'CZ' => 'Češka',
1603             'CZ@alt=variant' => 'Češka Republika',
1604             'DE' => 'Nemačka',
1605             'DG' => 'Dijego Garsija',
1606             'DJ' => 'Džibuti',
1607             'DK' => 'Danska',
1608             'DM' => 'Dominika',
1609             'DO' => 'Dominikanska Republika',
1610             'DZ' => 'Alžir',
1611             'EA' => 'Seuta i Melilja',
1612             'EC' => 'Ekvador',
1613             'EE' => 'Estonija',
1614             'EG' => 'Egipat',
1615             'EH' => 'Zapadna Sahara',
1616             'ER' => 'Eritreja',
1617             'ES' => 'Španija',
1618             'ET' => 'Etiopija',
1619             'EU' => 'Evropska unija',
1620             'EZ' => 'Evrozona',
1621             'FI' => 'Finska',
1622             'FJ' => 'Fidži',
1623             'FK' => 'Foklandska Ostrva',
1624             'FK@alt=variant' => 'Foklandska (Malvinska) ostrva',
1625             'FM' => 'Mikronezija',
1626             'FO' => 'Farska Ostrva',
1627             'FR' => 'Francuska',
1628             'GA' => 'Gabon',
1629             'GB' => 'Ujedinjeno Kraljevstvo',
1630             'GB@alt=short' => 'UK',
1631             'GD' => 'Grenada',
1632             'GE' => 'Gruzija',
1633             'GF' => 'Francuska Gvajana',
1634             'GG' => 'Gernzi',
1635             'GH' => 'Gana',
1636             'GI' => 'Gibraltar',
1637             'GL' => 'Grenland',
1638             'GM' => 'Gambija',
1639             'GN' => 'Gvineja',
1640             'GP' => 'Gvadelup',
1641             'GQ' => 'Ekvatorijalna Gvineja',
1642             'GR' => 'Grčka',
1643             'GS' => 'Južna Džordžija i Južna Sendvička Ostrva',
1644             'GT' => 'Gvatemala',
1645             'GU' => 'Guam',
1646             'GW' => 'Gvineja-Bisao',
1647             'GY' => 'Gvajana',
1648             'HK' => 'SAR Hongkong (Kina)',
1649             'HK@alt=short' => 'Hongkong',
1650             'HM' => 'Ostrvo Herd i Mekdonaldova ostrva',
1651             'HN' => 'Honduras',
1652             'HR' => 'Hrvatska',
1653             'HT' => 'Haiti',
1654             'HU' => 'Mađarska',
1655             'IC' => 'Kanarska Ostrva',
1656             'ID' => 'Indonezija',
1657             'IE' => 'Irska',
1658             'IL' => 'Izrael',
1659             'IM' => 'Ostrvo Man',
1660             'IN' => 'Indija',
1661             'IO' => 'Britanska teritorija Indijskog okeana',
1662             'IO@alt=chagos' => 'arhipelag Čagos',
1663             'IQ' => 'Irak',
1664             'IR' => 'Iran',
1665             'IS' => 'Island',
1666             'IT' => 'Italija',
1667             'JE' => 'Džerzi',
1668             'JM' => 'Jamajka',
1669             'JO' => 'Jordan',
1670             'JP' => 'Japan',
1671             'KE' => 'Kenija',
1672             'KG' => 'Kirgistan',
1673             'KH' => 'Kambodža',
1674             'KI' => 'Kiribati',
1675             'KM' => 'Komorska Ostrva',
1676             'KN' => 'Sent Kits i Nevis',
1677             'KP' => 'Severna Koreja',
1678             'KR' => 'Južna Koreja',
1679             'KW' => 'Kuvajt',
1680             'KY' => 'Kajmanska Ostrva',
1681             'KZ' => 'Kazahstan',
1682             'LA' => 'Laos',
1683             'LB' => 'Liban',
1684             'LC' => 'Sveta Lucija',
1685             'LI' => 'Lihtenštajn',
1686             'LK' => 'Šri Lanka',
1687             'LR' => 'Liberija',
1688             'LS' => 'Lesoto',
1689             'LT' => 'Litvanija',
1690             'LU' => 'Luksemburg',
1691             'LV' => 'Letonija',
1692             'LY' => 'Libija',
1693             'MA' => 'Maroko',
1694             'MC' => 'Monako',
1695             'MD' => 'Moldavija',
1696             'ME' => 'Crna Gora',
1697             'MF' => 'Sveti Martin (Francuska)',
1698             'MG' => 'Madagaskar',
1699             'MH' => 'Maršalska Ostrva',
1700             'MK' => 'Severna Makedonija',
1701             'ML' => 'Mali',
1702             'MM' => 'Mijanmar (Burma)',
1703             'MN' => 'Mongolija',
1704             'MO' => 'SAR Makao (Kina)',
1705             'MO@alt=short' => 'Makao',
1706             'MP' => 'Severna Marijanska Ostrva',
1707             'MQ' => 'Martinik',
1708             'MR' => 'Mauritanija',
1709             'MS' => 'Monserat',
1710             'MT' => 'Malta',
1711             'MU' => 'Mauricijus',
1712             'MV' => 'Maldivi',
1713             'MW' => 'Malavi',
1714             'MX' => 'Meksiko',
1715             'MY' => 'Malezija',
1716             'MZ' => 'Mozambik',
1717             'NA' => 'Namibija',
1718             'NC' => 'Nova Kaledonija',
1719             'NE' => 'Niger',
1720             'NF' => 'Ostrvo Norfok',
1721             'NG' => 'Nigerija',
1722             'NI' => 'Nikaragva',
1723             'NL' => 'Holandija',
1724             'NO' => 'Norveška',
1725             'NP' => 'Nepal',
1726             'NR' => 'Nauru',
1727             'NU' => 'Niue',
1728             'NZ' => 'Novi Zeland',
1729             'OM' => 'Oman',
1730             'PA' => 'Panama',
1731             'PE' => 'Peru',
1732             'PF' => 'Francuska Polinezija',
1733             'PG' => 'Papua Nova Gvineja',
1734             'PH' => 'Filipini',
1735             'PK' => 'Pakistan',
1736             'PL' => 'Poljska',
1737             'PM' => 'Sen Pjer i Mikelon',
1738             'PN' => 'Pitkern',
1739             'PR' => 'Portoriko',
1740             'PS' => 'Palestinske teritorije',
1741             'PS@alt=short' => 'Palestina',
1742             'PT' => 'Portugalija',
1743             'PW' => 'Palau',
1744             'PY' => 'Paragvaj',
1745             'QA' => 'Katar',
1746             'QO' => 'udaljena ostrva Okeanije',
1747             'RE' => 'Reinion',
1748             'RO' => 'Rumunija',
1749             'RS' => 'Srbija',
1750             'RU' => 'Rusija',
1751             'RW' => 'Ruanda',
1752             'SA' => 'Saudijska Arabija',
1753             'SB' => 'Solomonska Ostrva',
1754             'SC' => 'Sejšeli',
1755             'SD' => 'Sudan',
1756             'SE' => 'Švedska',
1757             'SG' => 'Singapur',
1758             'SH' => 'Sveta Jelena',
1759             'SI' => 'Slovenija',
1760             'SJ' => 'Svalbard i Jan Majen',
1761             'SK' => 'Slovačka',
1762             'SL' => 'Sijera Leone',
1763             'SM' => 'San Marino',
1764             'SN' => 'Senegal',
1765             'SO' => 'Somalija',
1766             'SR' => 'Surinam',
1767             'SS' => 'Južni Sudan',
1768             'ST' => 'Sao Tome i Principe',
1769             'SV' => 'Salvador',
1770             'SX' => 'Sveti Martin (Holandija)',
1771             'SY' => 'Sirija',
1772             'SZ' => 'Svazilend',
1773             'TA' => 'Tristan da Kunja',
1774             'TC' => 'Ostrva Turks i Kaikos',
1775             'TD' => 'Čad',
1776             'TF' => 'Francuske Južne Teritorije',
1777             'TG' => 'Togo',
1778             'TH' => 'Tajland',
1779             'TJ' => 'Tadžikistan',
1780             'TK' => 'Tokelau',
1781             'TL' => 'Timor-Leste (Istočni Timor)',
1782             'TL@alt=variant' => 'Istočni Timor',
1783             'TM' => 'Turkmenistan',
1784             'TN' => 'Tunis',
1785             'TO' => 'Tonga',
1786             'TR' => 'Turska',
1787             'TT' => 'Trinidad i Tobago',
1788             'TV' => 'Tuvalu',
1789             'TW' => 'Tajvan',
1790             'TZ' => 'Tanzanija',
1791             'UA' => 'Ukrajina',
1792             'UG' => 'Uganda',
1793             'UM' => 'Udaljena ostrva SAD',
1794             'UN' => 'Ujedinjene nacije',
1795             'UN@alt=short' => 'UN',
1796             'US' => 'Sjedinjene Države',
1797             'US@alt=short' => 'SAD',
1798             'UY' => 'Urugvaj',
1799             'UZ' => 'Uzbekistan',
1800             'VA' => 'Vatikan',
1801             'VC' => 'Sent Vinsent i Grenadini',
1802             'VE' => 'Venecuela',
1803             'VG' => 'Britanska Devičanska Ostrva',
1804             'VI' => 'Američka Devičanska Ostrva',
1805             'VN' => 'Vijetnam',
1806             'VU' => 'Vanuatu',
1807             'WF' => 'Valis i Futuna',
1808             'WS' => 'Samoa',
1809             'XA' => 'simulirane dijakritike',
1810             'XB' => 'Pseudobidi',
1811             'XK' => 'Kosovo',
1812             'YE' => 'Jemen',
1813             'YT' => 'Majot',
1814             'ZA' => 'Južnoafrička Republika',
1815             'ZM' => 'Zambija',
1816             'ZW' => 'Zimbabve',
1817             'ZZ' => 'nepoznat region',
1818              
1819             }
1820             },
1821             );
1822              
1823             has 'display_name_variant' => (
1824             is => 'ro',
1825             isa => HashRef[Str],
1826             init_arg => undef,
1827             default => sub {
1828             {
1829             '1901' => 'Tradicionalna nemačka ortografija',
1830             '1994' => 'Standardnizovana resijanska ortografija',
1831             '1996' => 'Nemačka ortografija iz 1996',
1832             '1606NICT' => 'Francuski iz kasnog srednjeg veka do 1606.',
1833             '1694ACAD' => 'Rani moderni francuski',
1834             '1959ACAD' => 'Akademski',
1835             'AREVELA' => 'Istočni armenijski',
1836             'AREVMDA' => 'Zapadno jermenska',
1837             'BAKU1926' => 'Ujedinjen turski latinični alfabet',
1838             'BISKE' => 'San Đorđio/Bila dijalekt',
1839             'BOONT' => 'Buntling',
1840             'FONIPA' => 'IPA fonetika',
1841             'FONUPA' => 'UPA fonetika',
1842             'KKCOR' => 'Uobičajena ortografija',
1843             'LIPAW' => 'Lipovički dijalekt resijanski',
1844             'MONOTON' => 'Monotonik',
1845             'NEDIS' => 'Natisone dijalekt',
1846             'NJIVA' => 'Gnjiva/Njiva dijalkekt',
1847             'OSOJS' => 'Oseako/Osojane dijalekt',
1848             'POLYTON' => 'Politonik',
1849             'POSIX' => 'Kompjuter',
1850             'REVISED' => 'Revidirana ortografija',
1851             'ROZAJ' => 'Resijan',
1852             'SAAHO' => 'Saho',
1853             'SCOTLAND' => 'Škotski standardni Engleski',
1854             'SCOUSE' => 'Skauz',
1855             'SOLBA' => 'Stolvica/Solbica dijalekt',
1856             'TARASK' => 'Taraskijevička ortografija',
1857             'UCCOR' => 'Ujedinjena ortografija',
1858             'UCRCOR' => 'Ujedinjena revidirana ortografija',
1859             'VALENCIA' => 'Valencijska',
1860              
1861             }
1862             },
1863             );
1864              
1865             has 'display_name_key' => (
1866             is => 'ro',
1867             isa => HashRef[Str],
1868             init_arg => undef,
1869             default => sub {
1870             {
1871             'calendar' => 'kalendar',
1872             'cf' => 'format valute',
1873             'colalternate' => 'sortiranje uz ignorisanje simbola',
1874             'colbackwards' => 'sortiranje prema obrnutim akcentima',
1875             'colcasefirst' => 'ređanje prema malom/velikom slovu',
1876             'colcaselevel' => 'sortiranje prema malom/velikom slovu',
1877             'collation' => 'redosled sortiranja',
1878             'colnormalization' => 'normalizovano sortiranje',
1879             'colnumeric' => 'numeričko sortiranje',
1880             'colstrength' => 'sortiranje prema jačini',
1881             'currency' => 'valuta',
1882             'hc' => 'prikazivanje vremena (12- ili 24-časovno)',
1883             'lb' => 'stil preloma reda',
1884             'ms' => 'sistem mernih jedinica',
1885             'numbers' => 'brojevi',
1886             'timezone' => 'Vremenska zona',
1887             'va' => 'Varijanta lokaliteta',
1888             'x' => 'Privatna upotreba',
1889              
1890             }
1891             },
1892             );
1893              
1894             has 'display_name_type' => (
1895             is => 'ro',
1896             isa => HashRef[HashRef[Str]],
1897             init_arg => undef,
1898             default => sub {
1899             {
1900             'calendar' => {
1901             'buddhist' => q{budistički kalendar},
1902             'chinese' => q{kineski kalendar},
1903             'coptic' => q{koptski kalendar},
1904             'dangi' => q{dangi kalendar},
1905             'ethiopic' => q{etiopski kalendar},
1906             'ethiopic-amete-alem' => q{etiopski amet alem kalendar},
1907             'gregorian' => q{gregorijanski kalendar},
1908             'hebrew' => q{hebrejski kalendar},
1909             'indian' => q{Indijski nacionalni kalendar},
1910             'islamic' => q{islamski kalendar},
1911             'islamic-civil' => q{islamski civilni kalendar},
1912             'islamic-tbla' => q{islamski astronomski kalendar},
1913             'islamic-umalqura' => q{islamski kalendar (Umm al-Qura)},
1914             'iso8601' => q{ISO-8601 kalendar},
1915             'japanese' => q{japanski kalendar},
1916             'persian' => q{persijski kalendar},
1917             'roc' => q{kalendar Republike Kine},
1918             },
1919             'cf' => {
1920             'account' => q{računovodstveni format valute},
1921             'standard' => q{standardni format valute},
1922             },
1923             'colalternate' => {
1924             'non-ignorable' => q{Sortiraj simbole},
1925             'shifted' => q{Sortiranje uz ignorisanje simbola},
1926             },
1927             'colbackwards' => {
1928             'no' => q{Sortiraj akcente normalno},
1929             'yes' => q{Sortiraj akcente obrnuto},
1930             },
1931             'colcasefirst' => {
1932             'lower' => q{Sortiraj prvo mala slova},
1933             'no' => q{Sortiraj normalan redosled velikih i malih slova},
1934             'upper' => q{Sortiraj prvo velika slova},
1935             },
1936             'colcaselevel' => {
1937             'no' => q{Sortiraj bez obzira na velika i mala slova},
1938             'yes' => q{Sortiraj mala i velika slova},
1939             },
1940             'collation' => {
1941             'big5han' => q{tradicionalno kinesko sortiranje},
1942             'compat' => q{prethodni redosled sortiranja, zbog kompatibilnosti},
1943             'dictionary' => q{redosled sortiranja u rečniku},
1944             'ducet' => q{podrazumevani Unicode redosled sortiranja},
1945             'eor' => q{evropska pravila redosleda},
1946             'gb2312han' => q{pojednostavljeno kinesko sortiranje},
1947             'phonebook' => q{sortiranje kao telefonski imenik},
1948             'phonetic' => q{fonetski redosled sortiranja},
1949             'pinyin' => q{pinjin sortiranje},
1950             'search' => q{pretraga opšte namene},
1951             'searchjl' => q{Pretraga prema hangul početnom suglasniku},
1952             'standard' => q{standardni redosled sortiranja},
1953             'stroke' => q{sortiranje po broju poteza},
1954             'traditional' => q{tradicionalno sortiranje},
1955             'unihan' => q{redosled sortiranja radikalnih poteza},
1956             'zhuyin' => q{žujin},
1957             },
1958             'colnormalization' => {
1959             'no' => q{Sortiraj bez normalizacije},
1960             'yes' => q{Sortiraj Unicode normalizovano},
1961             },
1962             'colnumeric' => {
1963             'no' => q{Sortiraj cifre pojedinačno},
1964             'yes' => q{Sortiraj cifre numerički},
1965             },
1966             'colstrength' => {
1967             'identical' => q{Sortiraj sve},
1968             'primary' => q{Sortiraj samo osnovna slova},
1969             'quaternary' => q{Sortiraj akcente/mala i velika slova/širinu/kana simbole},
1970             'secondary' => q{Sortiraj akcente},
1971             'tertiary' => q{Sortiraj akcente/mala i velika slova/širinu},
1972             },
1973             'd0' => {
1974             'fwidth' => q{puna širina},
1975             'hwidth' => q{pola širine},
1976             'npinyin' => q{Numerička},
1977             },
1978             'hc' => {
1979             'h11' => q{12-časovni sistem (0-11)},
1980             'h12' => q{12-časovni sistem (1-12)},
1981             'h23' => q{24-časovni sistem (0-23)},
1982             'h24' => q{24-časovni sistem (1-24)},
1983             },
1984             'lb' => {
1985             'loose' => q{razmaknuti stil preloma reda},
1986             'normal' => q{normalni stil preloma reda},
1987             'strict' => q{strogi stil preloma reda},
1988             },
1989             'm0' => {
1990             'bgn' => q{BGN (BGN)},
1991             'ungegn' => q{UNGEGN (BGN)},
1992             },
1993             'ms' => {
1994             'metric' => q{metrički},
1995             'uksystem' => q{imperijalni},
1996             'ussystem' => q{američki},
1997             },
1998             'numbers' => {
1999             'arab' => q{arapsko-indijske cifre},
2000             'arabext' => q{produžene arapsko-indijske cifre},
2001             'armn' => q{jermenski brojevi},
2002             'armnlow' => q{mali jermenski brojevi},
2003             'beng' => q{bengalske cifre},
2004             'cakm' => q{čakma cifre},
2005             'deva' => q{devangari cifre},
2006             'ethi' => q{etiopski brojevi},
2007             'finance' => q{Finansijski brojevi},
2008             'fullwide' => q{cifre pune širine},
2009             'geor' => q{gruzijski brojevi},
2010             'grek' => q{grčki brojevi},
2011             'greklow' => q{mali grčki brojevi},
2012             'gujr' => q{gudžaratske cifre},
2013             'guru' => q{gurmuki cifre},
2014             'hanidec' => q{kineski decimalni brojevi},
2015             'hans' => q{pojednostavljeni kineski brojevi},
2016             'hansfin' => q{pojednostavljeni kineski finansijski brojevi},
2017             'hant' => q{tradicionalni kineski brojevi},
2018             'hantfin' => q{tradicionalni kineski finansijski brojevi},
2019             'hebr' => q{hebrejski brojevi},
2020             'java' => q{javanske cifre},
2021             'jpan' => q{japanski brojevi},
2022             'jpanfin' => q{japanski finansijski brojevi},
2023             'khmr' => q{kmerske cifre},
2024             'knda' => q{kanada cifre},
2025             'laoo' => q{laoške cifre},
2026             'latn' => q{zapadne cifre},
2027             'mlym' => q{malajalam cifre},
2028             'mong' => q{mongolske cifre},
2029             'mtei' => q{mitei majek cifre},
2030             'mymr' => q{mijanmarske cifre},
2031             'native' => q{lokalne cifre},
2032             'olck' => q{ol čiki cifre},
2033             'orya' => q{orija cifre},
2034             'roman' => q{rimski brojevi},
2035             'romanlow' => q{mali rimski brojevi},
2036             'taml' => q{tamilski brojevi},
2037             'tamldec' => q{tamilske cifre},
2038             'telu' => q{telugu cifre},
2039             'thai' => q{tajske cifre},
2040             'tibt' => q{tibetanske cifre},
2041             'traditional' => q{Tradicionalni brojevi},
2042             'vaii' => q{vai cifre},
2043             },
2044              
2045             }
2046             },
2047             );
2048              
2049             has 'display_name_measurement_system' => (
2050             is => 'ro',
2051             isa => HashRef[Str],
2052             init_arg => undef,
2053             default => sub {
2054             {
2055             'metric' => q{metrički},
2056             'UK' => q{britanski},
2057             'US' => q{američki},
2058              
2059             }
2060             },
2061             );
2062              
2063             has 'display_name_code_patterns' => (
2064             is => 'ro',
2065             isa => HashRef[Str],
2066             init_arg => undef,
2067             default => sub {
2068             {
2069             'language' => 'Jezik: {0}',
2070             'script' => 'Pismo: {0}',
2071             'region' => 'Region: {0}',
2072              
2073             }
2074             },
2075             );
2076              
2077             has 'characters' => (
2078             is => 'ro',
2079             isa => HashRef,
2080             init_arg => undef,
2081             default => $^V ge v5.18.0
2082             ? eval <<'EOT'
2083             sub {
2084             no warnings 'experimental::regex_sets';
2085             return {
2086             auxiliary => qr{[å q w x y]},
2087             index => ['A', 'B', 'C', 'Č', 'Ć', 'D', '{DŽ}', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', '{LJ}', 'M', 'N', '{NJ}', 'O', 'P', 'Q', 'R', 'S', 'Š', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'Ž'],
2088             main => qr{[a b c č ć d {dž} đ e f g h i j k l {lj} m n {nj} o p r s š t u v z ž]},
2089             numbers => qr{[\- ‑ , . % ‰ + 0 1 2 3 4 5 6 7 8 9]},
2090             punctuation => qr{[\- ‐‑ – , ; \: ! ? . … ‘‚ “„ ( ) \[ \] \{ \} * #]},
2091             };
2092             },
2093             EOT
2094             : sub {
2095             return { index => ['A', 'B', 'C', 'Č', 'Ć', 'D', '{DŽ}', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', '{LJ}', 'M', 'N', '{NJ}', 'O', 'P', 'Q', 'R', 'S', 'Š', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'Ž'], };
2096             },
2097 1     1   204 );
  1         3  
  1         370  
2098              
2099              
2100             has 'quote_start' => (
2101             is => 'ro',
2102             isa => Str,
2103             init_arg => undef,
2104             default => qq{„},
2105             );
2106              
2107             has 'alternate_quote_start' => (
2108             is => 'ro',
2109             isa => Str,
2110             init_arg => undef,
2111             default => qq{’},
2112             );
2113              
2114             has 'duration_units' => (
2115             is => 'ro',
2116             isa => HashRef[Str],
2117             init_arg => undef,
2118             default => sub { {
2119             hm => 'h.mm',
2120             hms => 'h.mm.ss',
2121             ms => 'm.ss',
2122             } }
2123             );
2124              
2125             has 'units' => (
2126             is => 'ro',
2127             isa => HashRef[HashRef[HashRef[Str]]],
2128             init_arg => undef,
2129             default => sub { {
2130             'long' => {
2131             # Long Unit Identifier
2132             '' => {
2133             'name' => q(strana sveta),
2134             },
2135             # Core Unit Identifier
2136             '' => {
2137             'name' => q(strana sveta),
2138             },
2139             # Long Unit Identifier
2140             '1024p1' => {
2141             '1' => q(kibi{0}),
2142             },
2143             # Core Unit Identifier
2144             '1024p1' => {
2145             '1' => q(kibi{0}),
2146             },
2147             # Long Unit Identifier
2148             '1024p2' => {
2149             '1' => q(mebi{0}),
2150             },
2151             # Core Unit Identifier
2152             '1024p2' => {
2153             '1' => q(mebi{0}),
2154             },
2155             # Long Unit Identifier
2156             '1024p3' => {
2157             '1' => q(gibi{0}),
2158             },
2159             # Core Unit Identifier
2160             '1024p3' => {
2161             '1' => q(gibi{0}),
2162             },
2163             # Long Unit Identifier
2164             '1024p4' => {
2165             '1' => q(tebi{0}),
2166             },
2167             # Core Unit Identifier
2168             '1024p4' => {
2169             '1' => q(tebi{0}),
2170             },
2171             # Long Unit Identifier
2172             '1024p5' => {
2173             '1' => q(pebi{0}),
2174             },
2175             # Core Unit Identifier
2176             '1024p5' => {
2177             '1' => q(pebi{0}),
2178             },
2179             # Long Unit Identifier
2180             '1024p6' => {
2181             '1' => q(eksbi{0}),
2182             },
2183             # Core Unit Identifier
2184             '1024p6' => {
2185             '1' => q(eksbi{0}),
2186             },
2187             # Long Unit Identifier
2188             '1024p7' => {
2189             '1' => q(zebi{0}),
2190             },
2191             # Core Unit Identifier
2192             '1024p7' => {
2193             '1' => q(zebi{0}),
2194             },
2195             # Long Unit Identifier
2196             '1024p8' => {
2197             '1' => q(jobe{0}),
2198             },
2199             # Core Unit Identifier
2200             '1024p8' => {
2201             '1' => q(jobe{0}),
2202             },
2203             # Long Unit Identifier
2204             '10p-1' => {
2205             '1' => q(deci{0}),
2206             },
2207             # Core Unit Identifier
2208             '1' => {
2209             '1' => q(deci{0}),
2210             },
2211             # Long Unit Identifier
2212             '10p-12' => {
2213             '1' => q(piko{0}),
2214             },
2215             # Core Unit Identifier
2216             '12' => {
2217             '1' => q(piko{0}),
2218             },
2219             # Long Unit Identifier
2220             '10p-15' => {
2221             '1' => q(femto{0}),
2222             },
2223             # Core Unit Identifier
2224             '15' => {
2225             '1' => q(femto{0}),
2226             },
2227             # Long Unit Identifier
2228             '10p-18' => {
2229             '1' => q(ato{0}),
2230             },
2231             # Core Unit Identifier
2232             '18' => {
2233             '1' => q(ato{0}),
2234             },
2235             # Long Unit Identifier
2236             '10p-2' => {
2237             '1' => q(centi{0}),
2238             },
2239             # Core Unit Identifier
2240             '2' => {
2241             '1' => q(centi{0}),
2242             },
2243             # Long Unit Identifier
2244             '10p-21' => {
2245             '1' => q(zepto{0}),
2246             },
2247             # Core Unit Identifier
2248             '21' => {
2249             '1' => q(zepto{0}),
2250             },
2251             # Long Unit Identifier
2252             '10p-24' => {
2253             '1' => q(jokto{0}),
2254             },
2255             # Core Unit Identifier
2256             '24' => {
2257             '1' => q(jokto{0}),
2258             },
2259             # Long Unit Identifier
2260             '10p-27' => {
2261             '1' => q(ronto{0}),
2262             },
2263             # Core Unit Identifier
2264             '27' => {
2265             '1' => q(ronto{0}),
2266             },
2267             # Long Unit Identifier
2268             '10p-3' => {
2269             '1' => q(mili{0}),
2270             },
2271             # Core Unit Identifier
2272             '3' => {
2273             '1' => q(mili{0}),
2274             },
2275             # Long Unit Identifier
2276             '10p-30' => {
2277             '1' => q(kvekto{0}),
2278             },
2279             # Core Unit Identifier
2280             '30' => {
2281             '1' => q(kvekto{0}),
2282             },
2283             # Long Unit Identifier
2284             '10p-6' => {
2285             '1' => q(mikro{0}),
2286             },
2287             # Core Unit Identifier
2288             '6' => {
2289             '1' => q(mikro{0}),
2290             },
2291             # Long Unit Identifier
2292             '10p-9' => {
2293             '1' => q(nano{0}),
2294             },
2295             # Core Unit Identifier
2296             '9' => {
2297             '1' => q(nano{0}),
2298             },
2299             # Long Unit Identifier
2300             '10p1' => {
2301             '1' => q(deka{0}),
2302             },
2303             # Core Unit Identifier
2304             '10p1' => {
2305             '1' => q(deka{0}),
2306             },
2307             # Long Unit Identifier
2308             '10p12' => {
2309             '1' => q(tera{0}),
2310             },
2311             # Core Unit Identifier
2312             '10p12' => {
2313             '1' => q(tera{0}),
2314             },
2315             # Long Unit Identifier
2316             '10p15' => {
2317             '1' => q(peta{0}),
2318             },
2319             # Core Unit Identifier
2320             '10p15' => {
2321             '1' => q(peta{0}),
2322             },
2323             # Long Unit Identifier
2324             '10p18' => {
2325             '1' => q(eksa{0}),
2326             },
2327             # Core Unit Identifier
2328             '10p18' => {
2329             '1' => q(eksa{0}),
2330             },
2331             # Long Unit Identifier
2332             '10p2' => {
2333             '1' => q(hekto{0}),
2334             },
2335             # Core Unit Identifier
2336             '10p2' => {
2337             '1' => q(hekto{0}),
2338             },
2339             # Long Unit Identifier
2340             '10p21' => {
2341             '1' => q(zeta{0}),
2342             },
2343             # Core Unit Identifier
2344             '10p21' => {
2345             '1' => q(zeta{0}),
2346             },
2347             # Long Unit Identifier
2348             '10p24' => {
2349             '1' => q(jota{0}),
2350             },
2351             # Core Unit Identifier
2352             '10p24' => {
2353             '1' => q(jota{0}),
2354             },
2355             # Long Unit Identifier
2356             '10p27' => {
2357             '1' => q(rona{0}),
2358             },
2359             # Core Unit Identifier
2360             '10p27' => {
2361             '1' => q(rona{0}),
2362             },
2363             # Long Unit Identifier
2364             '10p3' => {
2365             '1' => q(kilo{0}),
2366             },
2367             # Core Unit Identifier
2368             '10p3' => {
2369             '1' => q(kilo{0}),
2370             },
2371             # Long Unit Identifier
2372             '10p30' => {
2373             '1' => q(kveta{0}),
2374             },
2375             # Core Unit Identifier
2376             '10p30' => {
2377             '1' => q(kveta{0}),
2378             },
2379             # Long Unit Identifier
2380             '10p6' => {
2381             '1' => q(mega{0}),
2382             },
2383             # Core Unit Identifier
2384             '10p6' => {
2385             '1' => q(mega{0}),
2386             },
2387             # Long Unit Identifier
2388             '10p9' => {
2389             '1' => q(giga{0}),
2390             },
2391             # Core Unit Identifier
2392             '10p9' => {
2393             '1' => q(giga{0}),
2394             },
2395             # Long Unit Identifier
2396             'acceleration-g-force' => {
2397             '1' => q(feminine),
2398             'few' => q({0} ge sila),
2399             'one' => q({0} ge sila),
2400             'other' => q({0} ge sila),
2401             },
2402             # Core Unit Identifier
2403             'g-force' => {
2404             '1' => q(feminine),
2405             'few' => q({0} ge sila),
2406             'one' => q({0} ge sila),
2407             'other' => q({0} ge sila),
2408             },
2409             # Long Unit Identifier
2410             'acceleration-meter-per-square-second' => {
2411             '1' => q(inanimate),
2412             'few' => q({0} metra u sekundi na kvadrat),
2413             'name' => q(metri u sekundi na kvadrat),
2414             'one' => q({0} metar u sekundi na kvadrat),
2415             'other' => q({0} metara u sekundi na kvadrat),
2416             },
2417             # Core Unit Identifier
2418             'meter-per-square-second' => {
2419             '1' => q(inanimate),
2420             'few' => q({0} metra u sekundi na kvadrat),
2421             'name' => q(metri u sekundi na kvadrat),
2422             'one' => q({0} metar u sekundi na kvadrat),
2423             'other' => q({0} metara u sekundi na kvadrat),
2424             },
2425             # Long Unit Identifier
2426             'angle-arc-minute' => {
2427             '1' => q(inanimate),
2428             'few' => q({0} lučna minuta),
2429             'name' => q(lučni minuti),
2430             'one' => q({0} lučni minut),
2431             'other' => q({0} lučnih minuta),
2432             },
2433             # Core Unit Identifier
2434             'arc-minute' => {
2435             '1' => q(inanimate),
2436             'few' => q({0} lučna minuta),
2437             'name' => q(lučni minuti),
2438             'one' => q({0} lučni minut),
2439             'other' => q({0} lučnih minuta),
2440             },
2441             # Long Unit Identifier
2442             'angle-arc-second' => {
2443             '1' => q(feminine),
2444             'few' => q({0} lučne sekunde),
2445             'name' => q(lučne sekunde),
2446             'one' => q({0} lučna sekunda),
2447             'other' => q({0} lučnih sekundi),
2448             },
2449             # Core Unit Identifier
2450             'arc-second' => {
2451             '1' => q(feminine),
2452             'few' => q({0} lučne sekunde),
2453             'name' => q(lučne sekunde),
2454             'one' => q({0} lučna sekunda),
2455             'other' => q({0} lučnih sekundi),
2456             },
2457             # Long Unit Identifier
2458             'angle-degree' => {
2459             '1' => q(inanimate),
2460             'few' => q({0} stepena),
2461             'one' => q({0} stepen),
2462             'other' => q({0} stepeni),
2463             },
2464             # Core Unit Identifier
2465             'degree' => {
2466             '1' => q(inanimate),
2467             'few' => q({0} stepena),
2468             'one' => q({0} stepen),
2469             'other' => q({0} stepeni),
2470             },
2471             # Long Unit Identifier
2472             'angle-radian' => {
2473             '1' => q(inanimate),
2474             'few' => q({0} radijana),
2475             'name' => q(radijani),
2476             'one' => q({0} radijan),
2477             'other' => q({0} radijana),
2478             },
2479             # Core Unit Identifier
2480             'radian' => {
2481             '1' => q(inanimate),
2482             'few' => q({0} radijana),
2483             'name' => q(radijani),
2484             'one' => q({0} radijan),
2485             'other' => q({0} radijana),
2486             },
2487             # Long Unit Identifier
2488             'angle-revolution' => {
2489             '1' => q(inanimate),
2490             'few' => q({0} obrtaja),
2491             'name' => q(obrtaj),
2492             'one' => q({0} obrtaj),
2493             'other' => q({0} obrtaja),
2494             },
2495             # Core Unit Identifier
2496             'revolution' => {
2497             '1' => q(inanimate),
2498             'few' => q({0} obrtaja),
2499             'name' => q(obrtaj),
2500             'one' => q({0} obrtaj),
2501             'other' => q({0} obrtaja),
2502             },
2503             # Long Unit Identifier
2504             'area-acre' => {
2505             'few' => q({0} akera),
2506             'one' => q({0} aker),
2507             'other' => q({0} akera),
2508             },
2509             # Core Unit Identifier
2510             'acre' => {
2511             'few' => q({0} akera),
2512             'one' => q({0} aker),
2513             'other' => q({0} akera),
2514             },
2515             # Long Unit Identifier
2516             'area-hectare' => {
2517             '1' => q(inanimate),
2518             'few' => q({0} hektara),
2519             'one' => q({0} hektar),
2520             'other' => q({0} hektara),
2521             },
2522             # Core Unit Identifier
2523             'hectare' => {
2524             '1' => q(inanimate),
2525             'few' => q({0} hektara),
2526             'one' => q({0} hektar),
2527             'other' => q({0} hektara),
2528             },
2529             # Long Unit Identifier
2530             'area-square-centimeter' => {
2531             '1' => q(inanimate),
2532             'few' => q({0} kvadratna centimetra),
2533             'name' => q(kvadratni centimetri),
2534             'one' => q({0} kvadratni centimetar),
2535             'other' => q({0} kvadratnih centimetara),
2536             },
2537             # Core Unit Identifier
2538             'square-centimeter' => {
2539             '1' => q(inanimate),
2540             'few' => q({0} kvadratna centimetra),
2541             'name' => q(kvadratni centimetri),
2542             'one' => q({0} kvadratni centimetar),
2543             'other' => q({0} kvadratnih centimetara),
2544             },
2545             # Long Unit Identifier
2546             'area-square-foot' => {
2547             'few' => q({0} kvadratne stope),
2548             'one' => q({0} kvadratna stopa),
2549             'other' => q({0} kvadratnih stopa),
2550             },
2551             # Core Unit Identifier
2552             'square-foot' => {
2553             'few' => q({0} kvadratne stope),
2554             'one' => q({0} kvadratna stopa),
2555             'other' => q({0} kvadratnih stopa),
2556             },
2557             # Long Unit Identifier
2558             'area-square-inch' => {
2559             'few' => q({0} kvadratna inča),
2560             'name' => q(kvadratni inči),
2561             'one' => q({0} kvadratni inč),
2562             'other' => q({0} kvadratnih inča),
2563             },
2564             # Core Unit Identifier
2565             'square-inch' => {
2566             'few' => q({0} kvadratna inča),
2567             'name' => q(kvadratni inči),
2568             'one' => q({0} kvadratni inč),
2569             'other' => q({0} kvadratnih inča),
2570             },
2571             # Long Unit Identifier
2572             'area-square-kilometer' => {
2573             '1' => q(inanimate),
2574             'few' => q({0} kvadratna kilometra),
2575             'one' => q({0} kvadratni kilometar),
2576             'other' => q({0} kvadratnih kilometara),
2577             'per' => q({0} po kvadratnom kilometru),
2578             },
2579             # Core Unit Identifier
2580             'square-kilometer' => {
2581             '1' => q(inanimate),
2582             'few' => q({0} kvadratna kilometra),
2583             'one' => q({0} kvadratni kilometar),
2584             'other' => q({0} kvadratnih kilometara),
2585             'per' => q({0} po kvadratnom kilometru),
2586             },
2587             # Long Unit Identifier
2588             'area-square-meter' => {
2589             '1' => q(inanimate),
2590             'few' => q({0} kvadratna metra),
2591             'one' => q({0} kvadratni metar),
2592             'other' => q({0} kvadratnih metara),
2593             },
2594             # Core Unit Identifier
2595             'square-meter' => {
2596             '1' => q(inanimate),
2597             'few' => q({0} kvadratna metra),
2598             'one' => q({0} kvadratni metar),
2599             'other' => q({0} kvadratnih metara),
2600             },
2601             # Long Unit Identifier
2602             'area-square-mile' => {
2603             'few' => q({0} kvadratne milje),
2604             'name' => q(kvadratne milje),
2605             'one' => q({0} kvadratna milja),
2606             'other' => q({0} kvadratnih milja),
2607             'per' => q({0} po kvadratnoj milji),
2608             },
2609             # Core Unit Identifier
2610             'square-mile' => {
2611             'few' => q({0} kvadratne milje),
2612             'name' => q(kvadratne milje),
2613             'one' => q({0} kvadratna milja),
2614             'other' => q({0} kvadratnih milja),
2615             'per' => q({0} po kvadratnoj milji),
2616             },
2617             # Long Unit Identifier
2618             'area-square-yard' => {
2619             'few' => q({0} kvadratna jarda),
2620             'name' => q(kvadratni jardi),
2621             'one' => q({0} kvadratni jard),
2622             'other' => q({0} kvadratnih jardi),
2623             },
2624             # Core Unit Identifier
2625             'square-yard' => {
2626             'few' => q({0} kvadratna jarda),
2627             'name' => q(kvadratni jardi),
2628             'one' => q({0} kvadratni jard),
2629             'other' => q({0} kvadratnih jardi),
2630             },
2631             # Long Unit Identifier
2632             'concentr-item' => {
2633             '1' => q(feminine),
2634             'name' => q(stavke),
2635             },
2636             # Core Unit Identifier
2637             'item' => {
2638             '1' => q(feminine),
2639             'name' => q(stavke),
2640             },
2641             # Long Unit Identifier
2642             'concentr-karat' => {
2643             '1' => q(inanimate),
2644             'few' => q({0} karata),
2645             'name' => q(karati),
2646             'one' => q({0} karat),
2647             'other' => q({0} karata),
2648             },
2649             # Core Unit Identifier
2650             'karat' => {
2651             '1' => q(inanimate),
2652             'few' => q({0} karata),
2653             'name' => q(karati),
2654             'one' => q({0} karat),
2655             'other' => q({0} karata),
2656             },
2657             # Long Unit Identifier
2658             'concentr-milligram-ofglucose-per-deciliter' => {
2659             '1' => q(inanimate),
2660             'few' => q({0} miligrama po decilitru),
2661             'name' => q(miligrami po decilitru),
2662             'one' => q({0} miligram po decilitru),
2663             'other' => q({0} miligrama po decilitru),
2664             },
2665             # Core Unit Identifier
2666             'milligram-ofglucose-per-deciliter' => {
2667             '1' => q(inanimate),
2668             'few' => q({0} miligrama po decilitru),
2669             'name' => q(miligrami po decilitru),
2670             'one' => q({0} miligram po decilitru),
2671             'other' => q({0} miligrama po decilitru),
2672             },
2673             # Long Unit Identifier
2674             'concentr-millimole-per-liter' => {
2675             '1' => q(inanimate),
2676             'few' => q({0} milimola po litri),
2677             'name' => q(milimol po litri),
2678             'one' => q({0} milimol po litri),
2679             'other' => q({0} milimola po litri),
2680             },
2681             # Core Unit Identifier
2682             'millimole-per-liter' => {
2683             '1' => q(inanimate),
2684             'few' => q({0} milimola po litri),
2685             'name' => q(milimol po litri),
2686             'one' => q({0} milimol po litri),
2687             'other' => q({0} milimola po litri),
2688             },
2689             # Long Unit Identifier
2690             'concentr-mole' => {
2691             '1' => q(inanimate),
2692             'few' => q({0} mola),
2693             'name' => q(moli),
2694             'one' => q({0} mol),
2695             'other' => q({0} mola),
2696             },
2697             # Core Unit Identifier
2698             'mole' => {
2699             '1' => q(inanimate),
2700             'few' => q({0} mola),
2701             'name' => q(moli),
2702             'one' => q({0} mol),
2703             'other' => q({0} mola),
2704             },
2705             # Long Unit Identifier
2706             'concentr-percent' => {
2707             '1' => q(inanimate),
2708             'few' => q({0} procenata),
2709             'one' => q({0} procenat),
2710             'other' => q({0} procenata),
2711             },
2712             # Core Unit Identifier
2713             'percent' => {
2714             '1' => q(inanimate),
2715             'few' => q({0} procenata),
2716             'one' => q({0} procenat),
2717             'other' => q({0} procenata),
2718             },
2719             # Long Unit Identifier
2720             'concentr-permille' => {
2721             '1' => q(inanimate),
2722             'few' => q({0} promila),
2723             'one' => q({0} promil),
2724             'other' => q({0} promila),
2725             },
2726             # Core Unit Identifier
2727             'permille' => {
2728             '1' => q(inanimate),
2729             'few' => q({0} promila),
2730             'one' => q({0} promil),
2731             'other' => q({0} promila),
2732             },
2733             # Long Unit Identifier
2734             'concentr-permillion' => {
2735             '1' => q(feminine),
2736             'few' => q({0} čestice na milion),
2737             'name' => q(čestica na milion),
2738             'one' => q({0} čestica na milion),
2739             'other' => q({0} čestica na milion),
2740             },
2741             # Core Unit Identifier
2742             'permillion' => {
2743             '1' => q(feminine),
2744             'few' => q({0} čestice na milion),
2745             'name' => q(čestica na milion),
2746             'one' => q({0} čestica na milion),
2747             'other' => q({0} čestica na milion),
2748             },
2749             # Long Unit Identifier
2750             'concentr-permyriad' => {
2751             '1' => q(inanimate),
2752             },
2753             # Core Unit Identifier
2754             'permyriad' => {
2755             '1' => q(inanimate),
2756             },
2757             # Long Unit Identifier
2758             'concentr-portion-per-1e9' => {
2759             '1' => q(inanimate),
2760             'few' => q({0} dela na milijardu),
2761             'name' => q(delovi na milijardu),
2762             'one' => q({0} deo na milijardu),
2763             'other' => q({0} delova na milijardu),
2764             },
2765             # Core Unit Identifier
2766             'portion-per-1e9' => {
2767             '1' => q(inanimate),
2768             'few' => q({0} dela na milijardu),
2769             'name' => q(delovi na milijardu),
2770             'one' => q({0} deo na milijardu),
2771             'other' => q({0} delova na milijardu),
2772             },
2773             # Long Unit Identifier
2774             'consumption-liter-per-100-kilometer' => {
2775             '1' => q(inanimate),
2776             'few' => q({0} litra na 100 kilometara),
2777             'name' => q(litri na 100 kilometara),
2778             'one' => q({0} litar na 100 kilometara),
2779             'other' => q({0} litara na 100 kilometara),
2780             },
2781             # Core Unit Identifier
2782             'liter-per-100-kilometer' => {
2783             '1' => q(inanimate),
2784             'few' => q({0} litra na 100 kilometara),
2785             'name' => q(litri na 100 kilometara),
2786             'one' => q({0} litar na 100 kilometara),
2787             'other' => q({0} litara na 100 kilometara),
2788             },
2789             # Long Unit Identifier
2790             'consumption-liter-per-kilometer' => {
2791             '1' => q(inanimate),
2792             'few' => q({0} litra po kilometru),
2793             'name' => q(litri po kilometru),
2794             'one' => q({0} litar po kilometru),
2795             'other' => q({0} litara po kilometru),
2796             },
2797             # Core Unit Identifier
2798             'liter-per-kilometer' => {
2799             '1' => q(inanimate),
2800             'few' => q({0} litra po kilometru),
2801             'name' => q(litri po kilometru),
2802             'one' => q({0} litar po kilometru),
2803             'other' => q({0} litara po kilometru),
2804             },
2805             # Long Unit Identifier
2806             'consumption-mile-per-gallon' => {
2807             'few' => q({0} milje po galonu),
2808             'name' => q(milja po galonu),
2809             'one' => q({0} milja po galonu),
2810             'other' => q({0} milja po galonu),
2811             },
2812             # Core Unit Identifier
2813             'mile-per-gallon' => {
2814             'few' => q({0} milje po galonu),
2815             'name' => q(milja po galonu),
2816             'one' => q({0} milja po galonu),
2817             'other' => q({0} milja po galonu),
2818             },
2819             # Long Unit Identifier
2820             'consumption-mile-per-gallon-imperial' => {
2821             'few' => q({0} milje po imperijalnom galonu),
2822             'name' => q(milja po imperijalnom galonu),
2823             'one' => q({0} milja po imperijalnom galonu),
2824             'other' => q({0} milja po imperijalnom galonu),
2825             },
2826             # Core Unit Identifier
2827             'mile-per-gallon-imperial' => {
2828             'few' => q({0} milje po imperijalnom galonu),
2829             'name' => q(milja po imperijalnom galonu),
2830             'one' => q({0} milja po imperijalnom galonu),
2831             'other' => q({0} milja po imperijalnom galonu),
2832             },
2833             # Long Unit Identifier
2834             'coordinate' => {
2835             'east' => q({0} E),
2836             'north' => q({0} N),
2837             'south' => q({0} S),
2838             'west' => q({0} W),
2839             },
2840             # Core Unit Identifier
2841             'coordinate' => {
2842             'east' => q({0} E),
2843             'north' => q({0} N),
2844             'south' => q({0} S),
2845             'west' => q({0} W),
2846             },
2847             # Long Unit Identifier
2848             'digital-bit' => {
2849             '1' => q(inanimate),
2850             'few' => q({0} bita),
2851             'name' => q(bitovi),
2852             'one' => q({0} bit),
2853             'other' => q({0} bitova),
2854             },
2855             # Core Unit Identifier
2856             'bit' => {
2857             '1' => q(inanimate),
2858             'few' => q({0} bita),
2859             'name' => q(bitovi),
2860             'one' => q({0} bit),
2861             'other' => q({0} bitova),
2862             },
2863             # Long Unit Identifier
2864             'digital-byte' => {
2865             '1' => q(inanimate),
2866             'few' => q({0} bajta),
2867             'name' => q(bajtovi),
2868             'one' => q({0} bajt),
2869             'other' => q({0} bajtova),
2870             },
2871             # Core Unit Identifier
2872             'byte' => {
2873             '1' => q(inanimate),
2874             'few' => q({0} bajta),
2875             'name' => q(bajtovi),
2876             'one' => q({0} bajt),
2877             'other' => q({0} bajtova),
2878             },
2879             # Long Unit Identifier
2880             'digital-gigabit' => {
2881             '1' => q(inanimate),
2882             'few' => q({0} gigabita),
2883             'name' => q(gigabitovi),
2884             'one' => q({0} gigabit),
2885             'other' => q({0} gigabitova),
2886             },
2887             # Core Unit Identifier
2888             'gigabit' => {
2889             '1' => q(inanimate),
2890             'few' => q({0} gigabita),
2891             'name' => q(gigabitovi),
2892             'one' => q({0} gigabit),
2893             'other' => q({0} gigabitova),
2894             },
2895             # Long Unit Identifier
2896             'digital-gigabyte' => {
2897             '1' => q(inanimate),
2898             'few' => q({0} gigabajta),
2899             'name' => q(gigabajti),
2900             'one' => q({0} gigabajt),
2901             'other' => q({0} gigabajtova),
2902             },
2903             # Core Unit Identifier
2904             'gigabyte' => {
2905             '1' => q(inanimate),
2906             'few' => q({0} gigabajta),
2907             'name' => q(gigabajti),
2908             'one' => q({0} gigabajt),
2909             'other' => q({0} gigabajtova),
2910             },
2911             # Long Unit Identifier
2912             'digital-kilobit' => {
2913             '1' => q(inanimate),
2914             'few' => q({0} kilobita),
2915             'name' => q(kilobitovi),
2916             'one' => q({0} kilobit),
2917             'other' => q({0} kilobitova),
2918             },
2919             # Core Unit Identifier
2920             'kilobit' => {
2921             '1' => q(inanimate),
2922             'few' => q({0} kilobita),
2923             'name' => q(kilobitovi),
2924             'one' => q({0} kilobit),
2925             'other' => q({0} kilobitova),
2926             },
2927             # Long Unit Identifier
2928             'digital-kilobyte' => {
2929             '1' => q(inanimate),
2930             'few' => q({0} kilobajta),
2931             'name' => q(kilobajti),
2932             'one' => q({0} kilobajt),
2933             'other' => q({0} kilobajtova),
2934             },
2935             # Core Unit Identifier
2936             'kilobyte' => {
2937             '1' => q(inanimate),
2938             'few' => q({0} kilobajta),
2939             'name' => q(kilobajti),
2940             'one' => q({0} kilobajt),
2941             'other' => q({0} kilobajtova),
2942             },
2943             # Long Unit Identifier
2944             'digital-megabit' => {
2945             '1' => q(inanimate),
2946             'few' => q({0} megabita),
2947             'name' => q(megabitovi),
2948             'one' => q({0} megabit),
2949             'other' => q({0} megabitova),
2950             },
2951             # Core Unit Identifier
2952             'megabit' => {
2953             '1' => q(inanimate),
2954             'few' => q({0} megabita),
2955             'name' => q(megabitovi),
2956             'one' => q({0} megabit),
2957             'other' => q({0} megabitova),
2958             },
2959             # Long Unit Identifier
2960             'digital-megabyte' => {
2961             '1' => q(inanimate),
2962             'few' => q({0} megabajta),
2963             'name' => q(megabajti),
2964             'one' => q({0} megabajt),
2965             'other' => q({0} megabajtova),
2966             },
2967             # Core Unit Identifier
2968             'megabyte' => {
2969             '1' => q(inanimate),
2970             'few' => q({0} megabajta),
2971             'name' => q(megabajti),
2972             'one' => q({0} megabajt),
2973             'other' => q({0} megabajtova),
2974             },
2975             # Long Unit Identifier
2976             'digital-petabyte' => {
2977             '1' => q(inanimate),
2978             'few' => q({0} petabajta),
2979             'name' => q(petabajti),
2980             'one' => q({0} petabajt),
2981             'other' => q({0} petabajtova),
2982             },
2983             # Core Unit Identifier
2984             'petabyte' => {
2985             '1' => q(inanimate),
2986             'few' => q({0} petabajta),
2987             'name' => q(petabajti),
2988             'one' => q({0} petabajt),
2989             'other' => q({0} petabajtova),
2990             },
2991             # Long Unit Identifier
2992             'digital-terabit' => {
2993             '1' => q(inanimate),
2994             'few' => q({0} terabita),
2995             'name' => q(terabitovi),
2996             'one' => q({0} terabit),
2997             'other' => q({0} terabitova),
2998             },
2999             # Core Unit Identifier
3000             'terabit' => {
3001             '1' => q(inanimate),
3002             'few' => q({0} terabita),
3003             'name' => q(terabitovi),
3004             'one' => q({0} terabit),
3005             'other' => q({0} terabitova),
3006             },
3007             # Long Unit Identifier
3008             'digital-terabyte' => {
3009             '1' => q(inanimate),
3010             'few' => q({0} terabajta),
3011             'name' => q(terabajti),
3012             'one' => q({0} terabajt),
3013             'other' => q({0} terabajta),
3014             },
3015             # Core Unit Identifier
3016             'terabyte' => {
3017             '1' => q(inanimate),
3018             'few' => q({0} terabajta),
3019             'name' => q(terabajti),
3020             'one' => q({0} terabajt),
3021             'other' => q({0} terabajta),
3022             },
3023             # Long Unit Identifier
3024             'duration-century' => {
3025             '1' => q(inanimate),
3026             'few' => q({0} veka),
3027             'name' => q(vekovi),
3028             'one' => q({0} vek),
3029             'other' => q({0} vekova),
3030             },
3031             # Core Unit Identifier
3032             'century' => {
3033             '1' => q(inanimate),
3034             'few' => q({0} veka),
3035             'name' => q(vekovi),
3036             'one' => q({0} vek),
3037             'other' => q({0} vekova),
3038             },
3039             # Long Unit Identifier
3040             'duration-day' => {
3041             '1' => q(inanimate),
3042             'name' => q(dani),
3043             'per' => q({0}/dnevno),
3044             },
3045             # Core Unit Identifier
3046             'day' => {
3047             '1' => q(inanimate),
3048             'name' => q(dani),
3049             'per' => q({0}/dnevno),
3050             },
3051             # Long Unit Identifier
3052             'duration-decade' => {
3053             '1' => q(feminine),
3054             'few' => q({0} decenije),
3055             'name' => q(decenije),
3056             'one' => q({0} decenija),
3057             'other' => q({0} decenija),
3058             },
3059             # Core Unit Identifier
3060             'decade' => {
3061             '1' => q(feminine),
3062             'few' => q({0} decenije),
3063             'name' => q(decenije),
3064             'one' => q({0} decenija),
3065             'other' => q({0} decenija),
3066             },
3067             # Long Unit Identifier
3068             'duration-hour' => {
3069             '1' => q(inanimate),
3070             'per' => q({0}/sat),
3071             },
3072             # Core Unit Identifier
3073             'hour' => {
3074             '1' => q(inanimate),
3075             'per' => q({0}/sat),
3076             },
3077             # Long Unit Identifier
3078             'duration-microsecond' => {
3079             '1' => q(feminine),
3080             'few' => q({0} mikrosekunde),
3081             'name' => q(mikrosekunde),
3082             'one' => q({0} mikrosekunda),
3083             'other' => q({0} mikrosekundi),
3084             },
3085             # Core Unit Identifier
3086             'microsecond' => {
3087             '1' => q(feminine),
3088             'few' => q({0} mikrosekunde),
3089             'name' => q(mikrosekunde),
3090             'one' => q({0} mikrosekunda),
3091             'other' => q({0} mikrosekundi),
3092             },
3093             # Long Unit Identifier
3094             'duration-millisecond' => {
3095             '1' => q(feminine),
3096             'few' => q({0} milisekunde),
3097             'name' => q(milisekunde),
3098             'one' => q({0} milisekunda),
3099             'other' => q({0} milisekundi),
3100             },
3101             # Core Unit Identifier
3102             'millisecond' => {
3103             '1' => q(feminine),
3104             'few' => q({0} milisekunde),
3105             'name' => q(milisekunde),
3106             'one' => q({0} milisekunda),
3107             'other' => q({0} milisekundi),
3108             },
3109             # Long Unit Identifier
3110             'duration-minute' => {
3111             '1' => q(inanimate),
3112             'few' => q({0} minuta),
3113             'name' => q(minuti),
3114             'one' => q({0} minut),
3115             'other' => q({0} minuta),
3116             'per' => q({0} u minutu),
3117             },
3118             # Core Unit Identifier
3119             'minute' => {
3120             '1' => q(inanimate),
3121             'few' => q({0} minuta),
3122             'name' => q(minuti),
3123             'one' => q({0} minut),
3124             'other' => q({0} minuta),
3125             'per' => q({0} u minutu),
3126             },
3127             # Long Unit Identifier
3128             'duration-month' => {
3129             '1' => q(inanimate),
3130             'few' => q({0} meseca),
3131             'one' => q({0} mesec),
3132             'other' => q({0} meseci),
3133             'per' => q({0} mesečno),
3134             },
3135             # Core Unit Identifier
3136             'month' => {
3137             '1' => q(inanimate),
3138             'few' => q({0} meseca),
3139             'one' => q({0} mesec),
3140             'other' => q({0} meseci),
3141             'per' => q({0} mesečno),
3142             },
3143             # Long Unit Identifier
3144             'duration-nanosecond' => {
3145             '1' => q(feminine),
3146             'few' => q({0} nanosekunde),
3147             'name' => q(nanosekunde),
3148             'one' => q({0} nanosekunda),
3149             'other' => q({0} nanosekundi),
3150             },
3151             # Core Unit Identifier
3152             'nanosecond' => {
3153             '1' => q(feminine),
3154             'few' => q({0} nanosekunde),
3155             'name' => q(nanosekunde),
3156             'one' => q({0} nanosekunda),
3157             'other' => q({0} nanosekundi),
3158             },
3159             # Long Unit Identifier
3160             'duration-night' => {
3161             '1' => q(feminine),
3162             'few' => q({0} noći),
3163             'name' => q(noć),
3164             'one' => q({0} noć),
3165             'other' => q({0} noći),
3166             'per' => q({0}/noć),
3167             },
3168             # Core Unit Identifier
3169             'night' => {
3170             '1' => q(feminine),
3171             'few' => q({0} noći),
3172             'name' => q(noć),
3173             'one' => q({0} noć),
3174             'other' => q({0} noći),
3175             'per' => q({0}/noć),
3176             },
3177             # Long Unit Identifier
3178             'duration-quarter' => {
3179             '1' => q(inanimate),
3180             'few' => q({0} kvartala),
3181             'name' => q(kvartali),
3182             'one' => q({0} kvartal),
3183             'other' => q({0} kvartala),
3184             },
3185             # Core Unit Identifier
3186             'quarter' => {
3187             '1' => q(inanimate),
3188             'few' => q({0} kvartala),
3189             'name' => q(kvartali),
3190             'one' => q({0} kvartal),
3191             'other' => q({0} kvartala),
3192             },
3193             # Long Unit Identifier
3194             'duration-second' => {
3195             '1' => q(feminine),
3196             'few' => q({0} sekunde),
3197             'name' => q(sekunde),
3198             'one' => q({0} sekunda),
3199             'other' => q({0} sekundi),
3200             'per' => q({0}/u sekundi),
3201             },
3202             # Core Unit Identifier
3203             'second' => {
3204             '1' => q(feminine),
3205             'few' => q({0} sekunde),
3206             'name' => q(sekunde),
3207             'one' => q({0} sekunda),
3208             'other' => q({0} sekundi),
3209             'per' => q({0}/u sekundi),
3210             },
3211             # Long Unit Identifier
3212             'duration-week' => {
3213             '1' => q(feminine),
3214             'few' => q({0} nedelje),
3215             'name' => q(nedelje),
3216             'one' => q({0} nedelja),
3217             'other' => q({0} nedelja),
3218             'per' => q({0} nedeljno),
3219             },
3220             # Core Unit Identifier
3221             'week' => {
3222             '1' => q(feminine),
3223             'few' => q({0} nedelje),
3224             'name' => q(nedelje),
3225             'one' => q({0} nedelja),
3226             'other' => q({0} nedelja),
3227             'per' => q({0} nedeljno),
3228             },
3229             # Long Unit Identifier
3230             'duration-year' => {
3231             '1' => q(feminine),
3232             'few' => q({0} godine),
3233             'name' => q(godine),
3234             'one' => q({0} godina),
3235             'other' => q({0} godina),
3236             'per' => q({0} godišnje),
3237             },
3238             # Core Unit Identifier
3239             'year' => {
3240             '1' => q(feminine),
3241             'few' => q({0} godine),
3242             'name' => q(godine),
3243             'one' => q({0} godina),
3244             'other' => q({0} godina),
3245             'per' => q({0} godišnje),
3246             },
3247             # Long Unit Identifier
3248             'electric-ampere' => {
3249             '1' => q(inanimate),
3250             'few' => q({0} ampera),
3251             'name' => q(amperi),
3252             'one' => q({0} amper),
3253             'other' => q({0} ampera),
3254             },
3255             # Core Unit Identifier
3256             'ampere' => {
3257             '1' => q(inanimate),
3258             'few' => q({0} ampera),
3259             'name' => q(amperi),
3260             'one' => q({0} amper),
3261             'other' => q({0} ampera),
3262             },
3263             # Long Unit Identifier
3264             'electric-milliampere' => {
3265             '1' => q(inanimate),
3266             'few' => q({0} miliampera),
3267             'name' => q(miliamperi),
3268             'one' => q({0} miliamper),
3269             'other' => q({0} miliampera),
3270             },
3271             # Core Unit Identifier
3272             'milliampere' => {
3273             '1' => q(inanimate),
3274             'few' => q({0} miliampera),
3275             'name' => q(miliamperi),
3276             'one' => q({0} miliamper),
3277             'other' => q({0} miliampera),
3278             },
3279             # Long Unit Identifier
3280             'electric-ohm' => {
3281             '1' => q(inanimate),
3282             'few' => q({0} oma),
3283             'name' => q(omi),
3284             'one' => q({0} om),
3285             'other' => q({0} oma),
3286             },
3287             # Core Unit Identifier
3288             'ohm' => {
3289             '1' => q(inanimate),
3290             'few' => q({0} oma),
3291             'name' => q(omi),
3292             'one' => q({0} om),
3293             'other' => q({0} oma),
3294             },
3295             # Long Unit Identifier
3296             'electric-volt' => {
3297             '1' => q(inanimate),
3298             'few' => q({0} volta),
3299             'name' => q(volti),
3300             'one' => q({0} volt),
3301             'other' => q({0} volti),
3302             },
3303             # Core Unit Identifier
3304             'volt' => {
3305             '1' => q(inanimate),
3306             'few' => q({0} volta),
3307             'name' => q(volti),
3308             'one' => q({0} volt),
3309             'other' => q({0} volti),
3310             },
3311             # Long Unit Identifier
3312             'energy-british-thermal-unit' => {
3313             'name' => q(Britanska termalna jedinica),
3314             },
3315             # Core Unit Identifier
3316             'british-thermal-unit' => {
3317             'name' => q(Britanska termalna jedinica),
3318             },
3319             # Long Unit Identifier
3320             'energy-calorie' => {
3321             '1' => q(feminine),
3322             'few' => q({0} kalorije),
3323             'name' => q(kalorije),
3324             'one' => q({0} kalorija),
3325             'other' => q({0} kalorija),
3326             },
3327             # Core Unit Identifier
3328             'calorie' => {
3329             '1' => q(feminine),
3330             'few' => q({0} kalorije),
3331             'name' => q(kalorije),
3332             'one' => q({0} kalorija),
3333             'other' => q({0} kalorija),
3334             },
3335             # Long Unit Identifier
3336             'energy-electronvolt' => {
3337             'few' => q({0} elektronvolta),
3338             'name' => q(elektronvolti),
3339             'one' => q({0} elektronvolt),
3340             'other' => q({0} elektronvolti),
3341             },
3342             # Core Unit Identifier
3343             'electronvolt' => {
3344             'few' => q({0} elektronvolta),
3345             'name' => q(elektronvolti),
3346             'one' => q({0} elektronvolt),
3347             'other' => q({0} elektronvolti),
3348             },
3349             # Long Unit Identifier
3350             'energy-foodcalorie' => {
3351             'few' => q({0} kalorije),
3352             'name' => q(Kalorije),
3353             'one' => q({0} kalorija),
3354             'other' => q({0} kalorija),
3355             },
3356             # Core Unit Identifier
3357             'foodcalorie' => {
3358             'few' => q({0} kalorije),
3359             'name' => q(Kalorije),
3360             'one' => q({0} kalorija),
3361             'other' => q({0} kalorija),
3362             },
3363             # Long Unit Identifier
3364             'energy-joule' => {
3365             '1' => q(inanimate),
3366             'few' => q({0} džula),
3367             'name' => q(džuli),
3368             'one' => q({0} džul),
3369             'other' => q({0} džula),
3370             },
3371             # Core Unit Identifier
3372             'joule' => {
3373             '1' => q(inanimate),
3374             'few' => q({0} džula),
3375             'name' => q(džuli),
3376             'one' => q({0} džul),
3377             'other' => q({0} džula),
3378             },
3379             # Long Unit Identifier
3380             'energy-kilocalorie' => {
3381             '1' => q(feminine),
3382             'few' => q({0} kilokalorije),
3383             'name' => q(kilokalorije),
3384             'one' => q({0} kilokalorija),
3385             'other' => q({0} kilokalorija),
3386             },
3387             # Core Unit Identifier
3388             'kilocalorie' => {
3389             '1' => q(feminine),
3390             'few' => q({0} kilokalorije),
3391             'name' => q(kilokalorije),
3392             'one' => q({0} kilokalorija),
3393             'other' => q({0} kilokalorija),
3394             },
3395             # Long Unit Identifier
3396             'energy-kilojoule' => {
3397             '1' => q(inanimate),
3398             'few' => q({0} kilodžula),
3399             'name' => q(kilodžuli),
3400             'one' => q({0} kilodžul),
3401             'other' => q({0} kilodžula),
3402             },
3403             # Core Unit Identifier
3404             'kilojoule' => {
3405             '1' => q(inanimate),
3406             'few' => q({0} kilodžula),
3407             'name' => q(kilodžuli),
3408             'one' => q({0} kilodžul),
3409             'other' => q({0} kilodžula),
3410             },
3411             # Long Unit Identifier
3412             'energy-kilowatt-hour' => {
3413             '1' => q(inanimate),
3414             'few' => q({0} kilovat-sata),
3415             'name' => q(kilovat-sati),
3416             'one' => q({0} kilovat-sat),
3417             'other' => q({0} kilovat-sati),
3418             },
3419             # Core Unit Identifier
3420             'kilowatt-hour' => {
3421             '1' => q(inanimate),
3422             'few' => q({0} kilovat-sata),
3423             'name' => q(kilovat-sati),
3424             'one' => q({0} kilovat-sat),
3425             'other' => q({0} kilovat-sati),
3426             },
3427             # Long Unit Identifier
3428             'energy-therm-us' => {
3429             'name' => q(US therms),
3430             },
3431             # Core Unit Identifier
3432             'therm-us' => {
3433             'name' => q(US therms),
3434             },
3435             # Long Unit Identifier
3436             'force-kilowatt-hour-per-100-kilometer' => {
3437             '1' => q(inanimate),
3438             'few' => q({0} kilovat-sata na 100 kilometara),
3439             'name' => q(kilovat-sati na 100 kilometara),
3440             'one' => q({0} kilovat-sat na 100 kilometara),
3441             'other' => q({0} kilovat-sati na 100 kilometara),
3442             },
3443             # Core Unit Identifier
3444             'kilowatt-hour-per-100-kilometer' => {
3445             '1' => q(inanimate),
3446             'few' => q({0} kilovat-sata na 100 kilometara),
3447             'name' => q(kilovat-sati na 100 kilometara),
3448             'one' => q({0} kilovat-sat na 100 kilometara),
3449             'other' => q({0} kilovat-sati na 100 kilometara),
3450             },
3451             # Long Unit Identifier
3452             'force-newton' => {
3453             '1' => q(inanimate),
3454             'few' => q({0} njutna),
3455             'name' => q(njutni),
3456             'one' => q({0} njutn),
3457             'other' => q({0} njutna),
3458             },
3459             # Core Unit Identifier
3460             'newton' => {
3461             '1' => q(inanimate),
3462             'few' => q({0} njutna),
3463             'name' => q(njutni),
3464             'one' => q({0} njutn),
3465             'other' => q({0} njutna),
3466             },
3467             # Long Unit Identifier
3468             'force-pound-force' => {
3469             'few' => q({0} funte sile),
3470             'name' => q(funti sile),
3471             'one' => q({0} funta sile),
3472             'other' => q({0} funti sile),
3473             },
3474             # Core Unit Identifier
3475             'pound-force' => {
3476             'few' => q({0} funte sile),
3477             'name' => q(funti sile),
3478             'one' => q({0} funta sile),
3479             'other' => q({0} funti sile),
3480             },
3481             # Long Unit Identifier
3482             'frequency-gigahertz' => {
3483             '1' => q(inanimate),
3484             'few' => q({0} gigaherca),
3485             'name' => q(gigaherci),
3486             'one' => q({0} gigaherc),
3487             'other' => q({0} gigaherca),
3488             },
3489             # Core Unit Identifier
3490             'gigahertz' => {
3491             '1' => q(inanimate),
3492             'few' => q({0} gigaherca),
3493             'name' => q(gigaherci),
3494             'one' => q({0} gigaherc),
3495             'other' => q({0} gigaherca),
3496             },
3497             # Long Unit Identifier
3498             'frequency-hertz' => {
3499             '1' => q(inanimate),
3500             'few' => q({0} herca),
3501             'name' => q(herci),
3502             'one' => q({0} herc),
3503             'other' => q({0} herca),
3504             },
3505             # Core Unit Identifier
3506             'hertz' => {
3507             '1' => q(inanimate),
3508             'few' => q({0} herca),
3509             'name' => q(herci),
3510             'one' => q({0} herc),
3511             'other' => q({0} herca),
3512             },
3513             # Long Unit Identifier
3514             'frequency-kilohertz' => {
3515             '1' => q(inanimate),
3516             'few' => q({0} kiloherca),
3517             'name' => q(kiloherci),
3518             'one' => q({0} kiloherc),
3519             'other' => q({0} kiloherca),
3520             },
3521             # Core Unit Identifier
3522             'kilohertz' => {
3523             '1' => q(inanimate),
3524             'few' => q({0} kiloherca),
3525             'name' => q(kiloherci),
3526             'one' => q({0} kiloherc),
3527             'other' => q({0} kiloherca),
3528             },
3529             # Long Unit Identifier
3530             'frequency-megahertz' => {
3531             '1' => q(inanimate),
3532             'few' => q({0} megaherca),
3533             'name' => q(megaherci),
3534             'one' => q({0} megaherc),
3535             'other' => q({0} megaherca),
3536             },
3537             # Core Unit Identifier
3538             'megahertz' => {
3539             '1' => q(inanimate),
3540             'few' => q({0} megaherca),
3541             'name' => q(megaherci),
3542             'one' => q({0} megaherc),
3543             'other' => q({0} megaherca),
3544             },
3545             # Long Unit Identifier
3546             'graphics-dot' => {
3547             'name' => q(tačke),
3548             },
3549             # Core Unit Identifier
3550             'dot' => {
3551             'name' => q(tačke),
3552             },
3553             # Long Unit Identifier
3554             'graphics-dot-per-centimeter' => {
3555             'few' => q({0} ppcm),
3556             'name' => q(tačke po centimetru),
3557             'one' => q({0} tačka po centimetru),
3558             'other' => q({0} dpcm),
3559             },
3560             # Core Unit Identifier
3561             'dot-per-centimeter' => {
3562             'few' => q({0} ppcm),
3563             'name' => q(tačke po centimetru),
3564             'one' => q({0} tačka po centimetru),
3565             'other' => q({0} dpcm),
3566             },
3567             # Long Unit Identifier
3568             'graphics-dot-per-inch' => {
3569             'few' => q({0} ppi),
3570             'name' => q(tačke po inču),
3571             'one' => q({0} tačka po inču),
3572             'other' => q({0} dpi),
3573             },
3574             # Core Unit Identifier
3575             'dot-per-inch' => {
3576             'few' => q({0} ppi),
3577             'name' => q(tačke po inču),
3578             'one' => q({0} tačka po inču),
3579             'other' => q({0} dpi),
3580             },
3581             # Long Unit Identifier
3582             'graphics-em' => {
3583             '1' => q(inanimate),
3584             },
3585             # Core Unit Identifier
3586             'em' => {
3587             '1' => q(inanimate),
3588             },
3589             # Long Unit Identifier
3590             'graphics-megapixel' => {
3591             '1' => q(inanimate),
3592             'few' => q({0} megapiksela),
3593             'name' => q(megapikseli),
3594             'one' => q({0} megapiksel),
3595             'other' => q({0} megapiksela),
3596             },
3597             # Core Unit Identifier
3598             'megapixel' => {
3599             '1' => q(inanimate),
3600             'few' => q({0} megapiksela),
3601             'name' => q(megapikseli),
3602             'one' => q({0} megapiksel),
3603             'other' => q({0} megapiksela),
3604             },
3605             # Long Unit Identifier
3606             'graphics-pixel' => {
3607             '1' => q(inanimate),
3608             'few' => q({0} piksela),
3609             'name' => q(pikseli),
3610             'one' => q({0} piksel),
3611             'other' => q({0} piksela),
3612             },
3613             # Core Unit Identifier
3614             'pixel' => {
3615             '1' => q(inanimate),
3616             'few' => q({0} piksela),
3617             'name' => q(pikseli),
3618             'one' => q({0} piksel),
3619             'other' => q({0} piksela),
3620             },
3621             # Long Unit Identifier
3622             'graphics-pixel-per-centimeter' => {
3623             '1' => q(inanimate),
3624             'few' => q({0} piksela na centimetar),
3625             'name' => q(pikseli po centimetru),
3626             'one' => q({0} piksel na centimetar),
3627             'other' => q({0} piksela na centimetar),
3628             },
3629             # Core Unit Identifier
3630             'pixel-per-centimeter' => {
3631             '1' => q(inanimate),
3632             'few' => q({0} piksela na centimetar),
3633             'name' => q(pikseli po centimetru),
3634             'one' => q({0} piksel na centimetar),
3635             'other' => q({0} piksela na centimetar),
3636             },
3637             # Long Unit Identifier
3638             'graphics-pixel-per-inch' => {
3639             'few' => q({0} piksela po inču),
3640             'name' => q(pikseli po inču),
3641             'one' => q({0} piksel po inču),
3642             'other' => q({0} piksela po inču),
3643             },
3644             # Core Unit Identifier
3645             'pixel-per-inch' => {
3646             'few' => q({0} piksela po inču),
3647             'name' => q(pikseli po inču),
3648             'one' => q({0} piksel po inču),
3649             'other' => q({0} piksela po inču),
3650             },
3651             # Long Unit Identifier
3652             'length-astronomical-unit' => {
3653             'few' => q({0} astronomske jedinice),
3654             'name' => q(astronomske jedinice),
3655             'one' => q({0} astronomska jedinica),
3656             'other' => q({0} astronomskih jedinica),
3657             },
3658             # Core Unit Identifier
3659             'astronomical-unit' => {
3660             'few' => q({0} astronomske jedinice),
3661             'name' => q(astronomske jedinice),
3662             'one' => q({0} astronomska jedinica),
3663             'other' => q({0} astronomskih jedinica),
3664             },
3665             # Long Unit Identifier
3666             'length-centimeter' => {
3667             '1' => q(inanimate),
3668             'few' => q({0} centimetra),
3669             'name' => q(centimetri),
3670             'one' => q({0} centimetar),
3671             'other' => q({0} centimetara),
3672             },
3673             # Core Unit Identifier
3674             'centimeter' => {
3675             '1' => q(inanimate),
3676             'few' => q({0} centimetra),
3677             'name' => q(centimetri),
3678             'one' => q({0} centimetar),
3679             'other' => q({0} centimetara),
3680             },
3681             # Long Unit Identifier
3682             'length-decimeter' => {
3683             '1' => q(inanimate),
3684             'few' => q({0} decimetra),
3685             'name' => q(decimetri),
3686             'one' => q({0} decimetar),
3687             'other' => q({0} decimetara),
3688             },
3689             # Core Unit Identifier
3690             'decimeter' => {
3691             '1' => q(inanimate),
3692             'few' => q({0} decimetra),
3693             'name' => q(decimetri),
3694             'one' => q({0} decimetar),
3695             'other' => q({0} decimetara),
3696             },
3697             # Long Unit Identifier
3698             'length-earth-radius' => {
3699             'few' => q({0} poluprečnik Zemlje),
3700             'name' => q(poluprečnik Zemlje),
3701             'one' => q({0} poluprečnik Zemlje),
3702             'other' => q({0} poluprečnika Zemlje),
3703             },
3704             # Core Unit Identifier
3705             'earth-radius' => {
3706             'few' => q({0} poluprečnik Zemlje),
3707             'name' => q(poluprečnik Zemlje),
3708             'one' => q({0} poluprečnik Zemlje),
3709             'other' => q({0} poluprečnika Zemlje),
3710             },
3711             # Long Unit Identifier
3712             'length-fathom' => {
3713             'few' => q({0} hvata),
3714             'name' => q(hvati),
3715             'one' => q({0} hvat),
3716             'other' => q({0} hvati),
3717             },
3718             # Core Unit Identifier
3719             'fathom' => {
3720             'few' => q({0} hvata),
3721             'name' => q(hvati),
3722             'one' => q({0} hvat),
3723             'other' => q({0} hvati),
3724             },
3725             # Long Unit Identifier
3726             'length-foot' => {
3727             'few' => q({0} stope),
3728             'name' => q(stope),
3729             'one' => q({0} stopa),
3730             'other' => q({0} stopa),
3731             },
3732             # Core Unit Identifier
3733             'foot' => {
3734             'few' => q({0} stope),
3735             'name' => q(stope),
3736             'one' => q({0} stopa),
3737             'other' => q({0} stopa),
3738             },
3739             # Long Unit Identifier
3740             'length-furlong' => {
3741             'few' => q({0} furlonga),
3742             'one' => q({0} furlong),
3743             'other' => q({0} furlonga),
3744             },
3745             # Core Unit Identifier
3746             'furlong' => {
3747             'few' => q({0} furlonga),
3748             'one' => q({0} furlong),
3749             'other' => q({0} furlonga),
3750             },
3751             # Long Unit Identifier
3752             'length-kilometer' => {
3753             '1' => q(inanimate),
3754             'few' => q({0} kilometra),
3755             'name' => q(kilometri),
3756             'one' => q({0} kilometar),
3757             'other' => q({0} kilometara),
3758             },
3759             # Core Unit Identifier
3760             'kilometer' => {
3761             '1' => q(inanimate),
3762             'few' => q({0} kilometra),
3763             'name' => q(kilometri),
3764             'one' => q({0} kilometar),
3765             'other' => q({0} kilometara),
3766             },
3767             # Long Unit Identifier
3768             'length-light-year' => {
3769             'few' => q({0} svetlosne godine),
3770             'name' => q(svetlosne godine),
3771             'one' => q({0} svetlosna godina),
3772             'other' => q({0} svetlosnih godina),
3773             },
3774             # Core Unit Identifier
3775             'light-year' => {
3776             'few' => q({0} svetlosne godine),
3777             'name' => q(svetlosne godine),
3778             'one' => q({0} svetlosna godina),
3779             'other' => q({0} svetlosnih godina),
3780             },
3781             # Long Unit Identifier
3782             'length-meter' => {
3783             '1' => q(inanimate),
3784             'few' => q({0} metra),
3785             'name' => q(metri),
3786             'one' => q({0} metar),
3787             'other' => q({0} metara),
3788             },
3789             # Core Unit Identifier
3790             'meter' => {
3791             '1' => q(inanimate),
3792             'few' => q({0} metra),
3793             'name' => q(metri),
3794             'one' => q({0} metar),
3795             'other' => q({0} metara),
3796             },
3797             # Long Unit Identifier
3798             'length-micrometer' => {
3799             '1' => q(inanimate),
3800             'few' => q({0} mikrometra),
3801             'name' => q(mikrometri),
3802             'one' => q({0} mikrometar),
3803             'other' => q({0} mikrometara),
3804             },
3805             # Core Unit Identifier
3806             'micrometer' => {
3807             '1' => q(inanimate),
3808             'few' => q({0} mikrometra),
3809             'name' => q(mikrometri),
3810             'one' => q({0} mikrometar),
3811             'other' => q({0} mikrometara),
3812             },
3813             # Long Unit Identifier
3814             'length-mile' => {
3815             'few' => q({0} milje),
3816             'one' => q({0} milja),
3817             'other' => q({0} milja),
3818             },
3819             # Core Unit Identifier
3820             'mile' => {
3821             'few' => q({0} milje),
3822             'one' => q({0} milja),
3823             'other' => q({0} milja),
3824             },
3825             # Long Unit Identifier
3826             'length-mile-scandinavian' => {
3827             '1' => q(feminine),
3828             'few' => q({0} skandinavske milje),
3829             'name' => q(skandinavska milja),
3830             'one' => q({0} skandinavska milja),
3831             'other' => q({0} skandinavskih milja),
3832             },
3833             # Core Unit Identifier
3834             'mile-scandinavian' => {
3835             '1' => q(feminine),
3836             'few' => q({0} skandinavske milje),
3837             'name' => q(skandinavska milja),
3838             'one' => q({0} skandinavska milja),
3839             'other' => q({0} skandinavskih milja),
3840             },
3841             # Long Unit Identifier
3842             'length-millimeter' => {
3843             '1' => q(inanimate),
3844             'few' => q({0} milimetra),
3845             'name' => q(milimetri),
3846             'one' => q({0} milimetar),
3847             'other' => q({0} milimetara),
3848             },
3849             # Core Unit Identifier
3850             'millimeter' => {
3851             '1' => q(inanimate),
3852             'few' => q({0} milimetra),
3853             'name' => q(milimetri),
3854             'one' => q({0} milimetar),
3855             'other' => q({0} milimetara),
3856             },
3857             # Long Unit Identifier
3858             'length-nanometer' => {
3859             '1' => q(inanimate),
3860             'few' => q({0} nanometra),
3861             'name' => q(nanometri),
3862             'one' => q({0} nanometar),
3863             'other' => q({0} nanometara),
3864             },
3865             # Core Unit Identifier
3866             'nanometer' => {
3867             '1' => q(inanimate),
3868             'few' => q({0} nanometra),
3869             'name' => q(nanometri),
3870             'one' => q({0} nanometar),
3871             'other' => q({0} nanometara),
3872             },
3873             # Long Unit Identifier
3874             'length-nautical-mile' => {
3875             'few' => q({0} nautičke milje),
3876             'name' => q(nautičke milje),
3877             'one' => q({0} nautička milja),
3878             'other' => q({0} nautičkih milja),
3879             },
3880             # Core Unit Identifier
3881             'nautical-mile' => {
3882             'few' => q({0} nautičke milje),
3883             'name' => q(nautičke milje),
3884             'one' => q({0} nautička milja),
3885             'other' => q({0} nautičkih milja),
3886             },
3887             # Long Unit Identifier
3888             'length-parsec' => {
3889             'few' => q({0} parseka),
3890             'one' => q({0} parsek),
3891             'other' => q({0} parseka),
3892             },
3893             # Core Unit Identifier
3894             'parsec' => {
3895             'few' => q({0} parseka),
3896             'one' => q({0} parsek),
3897             'other' => q({0} parseka),
3898             },
3899             # Long Unit Identifier
3900             'length-picometer' => {
3901             '1' => q(inanimate),
3902             'few' => q({0} pikometra),
3903             'one' => q({0} pikometar),
3904             'other' => q({0} pikometara),
3905             },
3906             # Core Unit Identifier
3907             'picometer' => {
3908             '1' => q(inanimate),
3909             'few' => q({0} pikometra),
3910             'one' => q({0} pikometar),
3911             'other' => q({0} pikometara),
3912             },
3913             # Long Unit Identifier
3914             'length-point' => {
3915             '1' => q(feminine),
3916             'few' => q({0} tipografske tačke),
3917             'name' => q(tipografske tačke),
3918             'one' => q({0} tipografska tačka),
3919             'other' => q({0} tipografskih tačaka),
3920             },
3921             # Core Unit Identifier
3922             'point' => {
3923             '1' => q(feminine),
3924             'few' => q({0} tipografske tačke),
3925             'name' => q(tipografske tačke),
3926             'one' => q({0} tipografska tačka),
3927             'other' => q({0} tipografskih tačaka),
3928             },
3929             # Long Unit Identifier
3930             'length-solar-radius' => {
3931             'few' => q({0} sunčeva poluprečnika),
3932             'name' => q(sunčevi poluprečnici),
3933             'one' => q({0} sunčev poluprečnik),
3934             'other' => q({0} sunčevih poluprečnika),
3935             },
3936             # Core Unit Identifier
3937             'solar-radius' => {
3938             'few' => q({0} sunčeva poluprečnika),
3939             'name' => q(sunčevi poluprečnici),
3940             'one' => q({0} sunčev poluprečnik),
3941             'other' => q({0} sunčevih poluprečnika),
3942             },
3943             # Long Unit Identifier
3944             'length-yard' => {
3945             'few' => q({0} jarda),
3946             'one' => q({0} jard),
3947             'other' => q({0} jardi),
3948             },
3949             # Core Unit Identifier
3950             'yard' => {
3951             'few' => q({0} jarda),
3952             'one' => q({0} jard),
3953             'other' => q({0} jardi),
3954             },
3955             # Long Unit Identifier
3956             'light-candela' => {
3957             '1' => q(feminine),
3958             'few' => q({0} kandele),
3959             'name' => q(kandela),
3960             'one' => q({0} kandela),
3961             'other' => q({0} kandela),
3962             },
3963             # Core Unit Identifier
3964             'candela' => {
3965             '1' => q(feminine),
3966             'few' => q({0} kandele),
3967             'name' => q(kandela),
3968             'one' => q({0} kandela),
3969             'other' => q({0} kandela),
3970             },
3971             # Long Unit Identifier
3972             'light-lumen' => {
3973             '1' => q(inanimate),
3974             'few' => q({0} lumena),
3975             'name' => q(lumen),
3976             'one' => q({0} lumen),
3977             'other' => q({0} lumena),
3978             },
3979             # Core Unit Identifier
3980             'lumen' => {
3981             '1' => q(inanimate),
3982             'few' => q({0} lumena),
3983             'name' => q(lumen),
3984             'one' => q({0} lumen),
3985             'other' => q({0} lumena),
3986             },
3987             # Long Unit Identifier
3988             'light-lux' => {
3989             '1' => q(inanimate),
3990             'few' => q({0} luksa),
3991             'name' => q(luks),
3992             'one' => q({0} luks),
3993             'other' => q({0} luksa),
3994             },
3995             # Core Unit Identifier
3996             'lux' => {
3997             '1' => q(inanimate),
3998             'few' => q({0} luksa),
3999             'name' => q(luks),
4000             'one' => q({0} luks),
4001             'other' => q({0} luksa),
4002             },
4003             # Long Unit Identifier
4004             'mass-carat' => {
4005             '1' => q(inanimate),
4006             'few' => q({0} karata),
4007             'one' => q({0} karat),
4008             'other' => q({0} karata),
4009             },
4010             # Core Unit Identifier
4011             'carat' => {
4012             '1' => q(inanimate),
4013             'few' => q({0} karata),
4014             'one' => q({0} karat),
4015             'other' => q({0} karata),
4016             },
4017             # Long Unit Identifier
4018             'mass-dalton' => {
4019             'few' => q({0} daltona),
4020             'name' => q(daltoni),
4021             'one' => q({0} dalton),
4022             'other' => q({0} daltona),
4023             },
4024             # Core Unit Identifier
4025             'dalton' => {
4026             'few' => q({0} daltona),
4027             'name' => q(daltoni),
4028             'one' => q({0} dalton),
4029             'other' => q({0} daltona),
4030             },
4031             # Long Unit Identifier
4032             'mass-earth-mass' => {
4033             'few' => q({0} mase zemlje),
4034             'name' => q(mase zemlje),
4035             'one' => q({0} masa zemlje),
4036             'other' => q({0} masa zemlje),
4037             },
4038             # Core Unit Identifier
4039             'earth-mass' => {
4040             'few' => q({0} mase zemlje),
4041             'name' => q(mase zemlje),
4042             'one' => q({0} masa zemlje),
4043             'other' => q({0} masa zemlje),
4044             },
4045             # Long Unit Identifier
4046             'mass-grain' => {
4047             'few' => q({0} grejna),
4048             'one' => q({0} grejn),
4049             'other' => q({0} grejna),
4050             },
4051             # Core Unit Identifier
4052             'grain' => {
4053             'few' => q({0} grejna),
4054             'one' => q({0} grejn),
4055             'other' => q({0} grejna),
4056             },
4057             # Long Unit Identifier
4058             'mass-gram' => {
4059             '1' => q(inanimate),
4060             'few' => q({0} grama),
4061             'one' => q({0} gram),
4062             'other' => q({0} grama),
4063             'per' => q({0} po gramu),
4064             },
4065             # Core Unit Identifier
4066             'gram' => {
4067             '1' => q(inanimate),
4068             'few' => q({0} grama),
4069             'one' => q({0} gram),
4070             'other' => q({0} grama),
4071             'per' => q({0} po gramu),
4072             },
4073             # Long Unit Identifier
4074             'mass-kilogram' => {
4075             '1' => q(inanimate),
4076             'few' => q({0} kilograma),
4077             'name' => q(kilogrami),
4078             'one' => q({0} kilogram),
4079             'other' => q({0} kilograma),
4080             'per' => q({0} po kilogramu),
4081             },
4082             # Core Unit Identifier
4083             'kilogram' => {
4084             '1' => q(inanimate),
4085             'few' => q({0} kilograma),
4086             'name' => q(kilogrami),
4087             'one' => q({0} kilogram),
4088             'other' => q({0} kilograma),
4089             'per' => q({0} po kilogramu),
4090             },
4091             # Long Unit Identifier
4092             'mass-microgram' => {
4093             '1' => q(inanimate),
4094             'few' => q({0} mikrograma),
4095             'name' => q(mikrogrami),
4096             'one' => q({0} mikrogram),
4097             'other' => q({0} mikrograma),
4098             },
4099             # Core Unit Identifier
4100             'microgram' => {
4101             '1' => q(inanimate),
4102             'few' => q({0} mikrograma),
4103             'name' => q(mikrogrami),
4104             'one' => q({0} mikrogram),
4105             'other' => q({0} mikrograma),
4106             },
4107             # Long Unit Identifier
4108             'mass-milligram' => {
4109             '1' => q(inanimate),
4110             'few' => q({0} miligrama),
4111             'name' => q(miligrami),
4112             'one' => q({0} miligram),
4113             'other' => q({0} miligrama),
4114             },
4115             # Core Unit Identifier
4116             'milligram' => {
4117             '1' => q(inanimate),
4118             'few' => q({0} miligrama),
4119             'name' => q(miligrami),
4120             'one' => q({0} miligram),
4121             'other' => q({0} miligrama),
4122             },
4123             # Long Unit Identifier
4124             'mass-ounce' => {
4125             'few' => q({0} unce),
4126             'name' => q(unce),
4127             'one' => q({0} unca),
4128             'other' => q({0} unci),
4129             'per' => q({0} po unci),
4130             },
4131             # Core Unit Identifier
4132             'ounce' => {
4133             'few' => q({0} unce),
4134             'name' => q(unce),
4135             'one' => q({0} unca),
4136             'other' => q({0} unci),
4137             'per' => q({0} po unci),
4138             },
4139             # Long Unit Identifier
4140             'mass-ounce-troy' => {
4141             'few' => q({0} fine unce),
4142             'name' => q(fine unce),
4143             'one' => q({0} fina unca),
4144             'other' => q({0} finih unci),
4145             },
4146             # Core Unit Identifier
4147             'ounce-troy' => {
4148             'few' => q({0} fine unce),
4149             'name' => q(fine unce),
4150             'one' => q({0} fina unca),
4151             'other' => q({0} finih unci),
4152             },
4153             # Long Unit Identifier
4154             'mass-pound' => {
4155             'few' => q({0} funte),
4156             'name' => q(funte),
4157             'one' => q({0} funta),
4158             'other' => q({0} funti),
4159             'per' => q({0} po funti),
4160             },
4161             # Core Unit Identifier
4162             'pound' => {
4163             'few' => q({0} funte),
4164             'name' => q(funte),
4165             'one' => q({0} funta),
4166             'other' => q({0} funti),
4167             'per' => q({0} po funti),
4168             },
4169             # Long Unit Identifier
4170             'mass-solar-mass' => {
4171             'few' => q({0} mase sunca),
4172             'name' => q(mase sunca),
4173             'one' => q({0} masa sunca),
4174             'other' => q({0} masa sunca),
4175             },
4176             # Core Unit Identifier
4177             'solar-mass' => {
4178             'few' => q({0} mase sunca),
4179             'name' => q(mase sunca),
4180             'one' => q({0} masa sunca),
4181             'other' => q({0} masa sunca),
4182             },
4183             # Long Unit Identifier
4184             'mass-stone' => {
4185             'few' => q({0} američke tone),
4186             'name' => q(američke tone),
4187             'one' => q({0} američka tona),
4188             'other' => q({0} američkih tona),
4189             },
4190             # Core Unit Identifier
4191             'stone' => {
4192             'few' => q({0} američke tone),
4193             'name' => q(američke tone),
4194             'one' => q({0} američka tona),
4195             'other' => q({0} američkih tona),
4196             },
4197             # Long Unit Identifier
4198             'mass-ton' => {
4199             'few' => q({0} tone),
4200             'name' => q(tone),
4201             'one' => q({0} tona),
4202             'other' => q({0} tona),
4203             },
4204             # Core Unit Identifier
4205             'ton' => {
4206             'few' => q({0} tone),
4207             'name' => q(tone),
4208             'one' => q({0} tona),
4209             'other' => q({0} tona),
4210             },
4211             # Long Unit Identifier
4212             'mass-tonne' => {
4213             '1' => q(feminine),
4214             'few' => q({0} metričke tone),
4215             'name' => q(metričke tone),
4216             'one' => q({0} metrička tona),
4217             'other' => q({0} metričkih tona),
4218             },
4219             # Core Unit Identifier
4220             'tonne' => {
4221             '1' => q(feminine),
4222             'few' => q({0} metričke tone),
4223             'name' => q(metričke tone),
4224             'one' => q({0} metrička tona),
4225             'other' => q({0} metričkih tona),
4226             },
4227             # Long Unit Identifier
4228             'power-gigawatt' => {
4229             '1' => q(inanimate),
4230             'few' => q({0} gigavata),
4231             'name' => q(gigavati),
4232             'one' => q({0} gigavat),
4233             'other' => q({0} gigavati),
4234             },
4235             # Core Unit Identifier
4236             'gigawatt' => {
4237             '1' => q(inanimate),
4238             'few' => q({0} gigavata),
4239             'name' => q(gigavati),
4240             'one' => q({0} gigavat),
4241             'other' => q({0} gigavati),
4242             },
4243             # Long Unit Identifier
4244             'power-horsepower' => {
4245             'few' => q({0} konjske snage),
4246             'name' => q(konjske snage),
4247             'one' => q({0} konjska snaga),
4248             'other' => q({0} konjskih snaga),
4249             },
4250             # Core Unit Identifier
4251             'horsepower' => {
4252             'few' => q({0} konjske snage),
4253             'name' => q(konjske snage),
4254             'one' => q({0} konjska snaga),
4255             'other' => q({0} konjskih snaga),
4256             },
4257             # Long Unit Identifier
4258             'power-kilowatt' => {
4259             '1' => q(inanimate),
4260             'few' => q({0} kilovata),
4261             'name' => q(kilovati),
4262             'one' => q({0} kilovat),
4263             'other' => q({0} kilovati),
4264             },
4265             # Core Unit Identifier
4266             'kilowatt' => {
4267             '1' => q(inanimate),
4268             'few' => q({0} kilovata),
4269             'name' => q(kilovati),
4270             'one' => q({0} kilovat),
4271             'other' => q({0} kilovati),
4272             },
4273             # Long Unit Identifier
4274             'power-megawatt' => {
4275             '1' => q(inanimate),
4276             'few' => q({0} megavata),
4277             'name' => q(megavati),
4278             'one' => q({0} megavat),
4279             'other' => q({0} megavati),
4280             },
4281             # Core Unit Identifier
4282             'megawatt' => {
4283             '1' => q(inanimate),
4284             'few' => q({0} megavata),
4285             'name' => q(megavati),
4286             'one' => q({0} megavat),
4287             'other' => q({0} megavati),
4288             },
4289             # Long Unit Identifier
4290             'power-milliwatt' => {
4291             '1' => q(inanimate),
4292             'few' => q({0} milivata),
4293             'name' => q(milivati),
4294             'one' => q({0} milivat),
4295             'other' => q({0} milivati),
4296             },
4297             # Core Unit Identifier
4298             'milliwatt' => {
4299             '1' => q(inanimate),
4300             'few' => q({0} milivata),
4301             'name' => q(milivati),
4302             'one' => q({0} milivat),
4303             'other' => q({0} milivati),
4304             },
4305             # Long Unit Identifier
4306             'power-watt' => {
4307             '1' => q(inanimate),
4308             'few' => q({0} vata),
4309             'name' => q(vati),
4310             'one' => q({0} vat),
4311             'other' => q({0} vati),
4312             },
4313             # Core Unit Identifier
4314             'watt' => {
4315             '1' => q(inanimate),
4316             'few' => q({0} vata),
4317             'name' => q(vati),
4318             'one' => q({0} vat),
4319             'other' => q({0} vati),
4320             },
4321             # Long Unit Identifier
4322             'power2' => {
4323             '1' => q(kvadratni {0}),
4324             'few' => q(kvadratna {0}),
4325             'one' => q(kvadratni {0}),
4326             'other' => q(kvadratnih {0}),
4327             },
4328             # Core Unit Identifier
4329             'power2' => {
4330             '1' => q(kvadratni {0}),
4331             'few' => q(kvadratna {0}),
4332             'one' => q(kvadratni {0}),
4333             'other' => q(kvadratnih {0}),
4334             },
4335             # Long Unit Identifier
4336             'power3' => {
4337             '1' => q(kubni {0}),
4338             'few' => q(kubna {0}),
4339             'one' => q(kubni {0}),
4340             'other' => q(kubnih {0}),
4341             },
4342             # Core Unit Identifier
4343             'power3' => {
4344             '1' => q(kubni {0}),
4345             'few' => q(kubna {0}),
4346             'one' => q(kubni {0}),
4347             'other' => q(kubnih {0}),
4348             },
4349             # Long Unit Identifier
4350             'pressure-atmosphere' => {
4351             '1' => q(feminine),
4352             'few' => q({0} atmosfere),
4353             'name' => q(atmosfere),
4354             'one' => q({0} atmosfera),
4355             'other' => q({0} atmosfera),
4356             },
4357             # Core Unit Identifier
4358             'atmosphere' => {
4359             '1' => q(feminine),
4360             'few' => q({0} atmosfere),
4361             'name' => q(atmosfere),
4362             'one' => q({0} atmosfera),
4363             'other' => q({0} atmosfera),
4364             },
4365             # Long Unit Identifier
4366             'pressure-bar' => {
4367             '1' => q(inanimate),
4368             'few' => q({0} bara),
4369             'name' => q(bari),
4370             'one' => q({0} bar),
4371             'other' => q({0} bara),
4372             },
4373             # Core Unit Identifier
4374             'bar' => {
4375             '1' => q(inanimate),
4376             'few' => q({0} bara),
4377             'name' => q(bari),
4378             'one' => q({0} bar),
4379             'other' => q({0} bara),
4380             },
4381             # Long Unit Identifier
4382             'pressure-hectopascal' => {
4383             '1' => q(inanimate),
4384             'few' => q({0} hektopaskala),
4385             'name' => q(hektopaskali),
4386             'one' => q({0} hektopaskal),
4387             'other' => q({0} hektopaskala),
4388             },
4389             # Core Unit Identifier
4390             'hectopascal' => {
4391             '1' => q(inanimate),
4392             'few' => q({0} hektopaskala),
4393             'name' => q(hektopaskali),
4394             'one' => q({0} hektopaskal),
4395             'other' => q({0} hektopaskala),
4396             },
4397             # Long Unit Identifier
4398             'pressure-inch-ofhg' => {
4399             'few' => q({0} inča živinog stuba),
4400             'name' => q(inči živinog stuba),
4401             'one' => q({0} inč živinog stuba),
4402             'other' => q({0} inča živinog stuba),
4403             },
4404             # Core Unit Identifier
4405             'inch-ofhg' => {
4406             'few' => q({0} inča živinog stuba),
4407             'name' => q(inči živinog stuba),
4408             'one' => q({0} inč živinog stuba),
4409             'other' => q({0} inča živinog stuba),
4410             },
4411             # Long Unit Identifier
4412             'pressure-kilopascal' => {
4413             '1' => q(inanimate),
4414             'few' => q({0} kilopaskala),
4415             'name' => q(kilopaskali),
4416             'one' => q({0} kilopaskal),
4417             'other' => q({0} kilopaskala),
4418             },
4419             # Core Unit Identifier
4420             'kilopascal' => {
4421             '1' => q(inanimate),
4422             'few' => q({0} kilopaskala),
4423             'name' => q(kilopaskali),
4424             'one' => q({0} kilopaskal),
4425             'other' => q({0} kilopaskala),
4426             },
4427             # Long Unit Identifier
4428             'pressure-megapascal' => {
4429             '1' => q(inanimate),
4430             'few' => q({0} megapaskala),
4431             'name' => q(megapaskali),
4432             'one' => q({0} megapaskal),
4433             'other' => q({0} megapaskala),
4434             },
4435             # Core Unit Identifier
4436             'megapascal' => {
4437             '1' => q(inanimate),
4438             'few' => q({0} megapaskala),
4439             'name' => q(megapaskali),
4440             'one' => q({0} megapaskal),
4441             'other' => q({0} megapaskala),
4442             },
4443             # Long Unit Identifier
4444             'pressure-millibar' => {
4445             '1' => q(inanimate),
4446             'few' => q({0} milibara),
4447             'name' => q(milibari),
4448             'one' => q({0} milibar),
4449             'other' => q({0} milibara),
4450             },
4451             # Core Unit Identifier
4452             'millibar' => {
4453             '1' => q(inanimate),
4454             'few' => q({0} milibara),
4455             'name' => q(milibari),
4456             'one' => q({0} milibar),
4457             'other' => q({0} milibara),
4458             },
4459             # Long Unit Identifier
4460             'pressure-millimeter-ofhg' => {
4461             '1' => q(inanimate),
4462             'few' => q({0} milimetra živinog stuba),
4463             'name' => q(milimetri živinog stuba),
4464             'one' => q({0} milimetar živinog stuba),
4465             'other' => q({0} milimetara živinog stuba),
4466             },
4467             # Core Unit Identifier
4468             'millimeter-ofhg' => {
4469             '1' => q(inanimate),
4470             'few' => q({0} milimetra živinog stuba),
4471             'name' => q(milimetri živinog stuba),
4472             'one' => q({0} milimetar živinog stuba),
4473             'other' => q({0} milimetara živinog stuba),
4474             },
4475             # Long Unit Identifier
4476             'pressure-pascal' => {
4477             '1' => q(inanimate),
4478             'few' => q({0} paskala),
4479             'name' => q(paskali),
4480             'one' => q({0} paskal),
4481             'other' => q({0} paskala),
4482             },
4483             # Core Unit Identifier
4484             'pascal' => {
4485             '1' => q(inanimate),
4486             'few' => q({0} paskala),
4487             'name' => q(paskali),
4488             'one' => q({0} paskal),
4489             'other' => q({0} paskala),
4490             },
4491             # Long Unit Identifier
4492             'pressure-pound-force-per-square-inch' => {
4493             'few' => q({0} funte po kvadratnom inču),
4494             'name' => q(funte po kvadratnom inču),
4495             'one' => q({0} funta po kvadratnom inču),
4496             'other' => q({0} funti po kvadratnom inču),
4497             },
4498             # Core Unit Identifier
4499             'pound-force-per-square-inch' => {
4500             'few' => q({0} funte po kvadratnom inču),
4501             'name' => q(funte po kvadratnom inču),
4502             'one' => q({0} funta po kvadratnom inču),
4503             'other' => q({0} funti po kvadratnom inču),
4504             },
4505             # Long Unit Identifier
4506             'speed-beaufort' => {
4507             'few' => q(B {0}),
4508             'name' => q(Bofor),
4509             'one' => q(Bofor {0}),
4510             'other' => q(Bofor {0}),
4511             },
4512             # Core Unit Identifier
4513             'beaufort' => {
4514             'few' => q(B {0}),
4515             'name' => q(Bofor),
4516             'one' => q(Bofor {0}),
4517             'other' => q(Bofor {0}),
4518             },
4519             # Long Unit Identifier
4520             'speed-kilometer-per-hour' => {
4521             '1' => q(inanimate),
4522             'few' => q({0} kilometra na sat),
4523             'name' => q(kilometri na sat),
4524             'one' => q({0} kilometar na sat),
4525             'other' => q({0} kilometara na sat),
4526             },
4527             # Core Unit Identifier
4528             'kilometer-per-hour' => {
4529             '1' => q(inanimate),
4530             'few' => q({0} kilometra na sat),
4531             'name' => q(kilometri na sat),
4532             'one' => q({0} kilometar na sat),
4533             'other' => q({0} kilometara na sat),
4534             },
4535             # Long Unit Identifier
4536             'speed-knot' => {
4537             'few' => q({0} čvora),
4538             'name' => q(čvor),
4539             'one' => q({0} čvor),
4540             'other' => q({0} čvorova),
4541             },
4542             # Core Unit Identifier
4543             'knot' => {
4544             'few' => q({0} čvora),
4545             'name' => q(čvor),
4546             'one' => q({0} čvor),
4547             'other' => q({0} čvorova),
4548             },
4549             # Long Unit Identifier
4550             'speed-light-speed' => {
4551             '1' => q(neuter),
4552             'few' => q({0} svetla),
4553             'name' => q(svetlo),
4554             'one' => q({0} svetlo),
4555             'other' => q({0} svetala),
4556             },
4557             # Core Unit Identifier
4558             'light-speed' => {
4559             '1' => q(neuter),
4560             'few' => q({0} svetla),
4561             'name' => q(svetlo),
4562             'one' => q({0} svetlo),
4563             'other' => q({0} svetala),
4564             },
4565             # Long Unit Identifier
4566             'speed-meter-per-second' => {
4567             '1' => q(inanimate),
4568             'few' => q({0} metra u sekundi),
4569             'one' => q({0} metar u sekundi),
4570             'other' => q({0} metara u sekundi),
4571             },
4572             # Core Unit Identifier
4573             'meter-per-second' => {
4574             '1' => q(inanimate),
4575             'few' => q({0} metra u sekundi),
4576             'one' => q({0} metar u sekundi),
4577             'other' => q({0} metara u sekundi),
4578             },
4579             # Long Unit Identifier
4580             'speed-mile-per-hour' => {
4581             'few' => q({0} milje na sat),
4582             'one' => q({0} milja na sat),
4583             'other' => q({0} milja na sat),
4584             },
4585             # Core Unit Identifier
4586             'mile-per-hour' => {
4587             'few' => q({0} milje na sat),
4588             'one' => q({0} milja na sat),
4589             'other' => q({0} milja na sat),
4590             },
4591             # Long Unit Identifier
4592             'temperature-celsius' => {
4593             '1' => q(inanimate),
4594             'few' => q({0} stepena Celzijusa),
4595             'name' => q(stepeni Celzijusa),
4596             'one' => q({0} stepen Celzijusa),
4597             'other' => q({0} stepeni Celzijusa),
4598             },
4599             # Core Unit Identifier
4600             'celsius' => {
4601             '1' => q(inanimate),
4602             'few' => q({0} stepena Celzijusa),
4603             'name' => q(stepeni Celzijusa),
4604             'one' => q({0} stepen Celzijusa),
4605             'other' => q({0} stepeni Celzijusa),
4606             },
4607             # Long Unit Identifier
4608             'temperature-fahrenheit' => {
4609             'few' => q({0} stepena Farenhajta),
4610             'one' => q({0} stepen Farenhajta),
4611             'other' => q({0} stepeni Farenhajta),
4612             },
4613             # Core Unit Identifier
4614             'fahrenheit' => {
4615             'few' => q({0} stepena Farenhajta),
4616             'one' => q({0} stepen Farenhajta),
4617             'other' => q({0} stepeni Farenhajta),
4618             },
4619             # Long Unit Identifier
4620             'temperature-generic' => {
4621             '1' => q(inanimate),
4622             },
4623             # Core Unit Identifier
4624             'generic' => {
4625             '1' => q(inanimate),
4626             },
4627             # Long Unit Identifier
4628             'temperature-kelvin' => {
4629             '1' => q(inanimate),
4630             'few' => q({0} kelvina),
4631             'name' => q(kelvin),
4632             'one' => q({0} kelvin),
4633             'other' => q({0} kelvina),
4634             },
4635             # Core Unit Identifier
4636             'kelvin' => {
4637             '1' => q(inanimate),
4638             'few' => q({0} kelvina),
4639             'name' => q(kelvin),
4640             'one' => q({0} kelvin),
4641             'other' => q({0} kelvina),
4642             },
4643             # Long Unit Identifier
4644             'times' => {
4645             '1' => q({0}-{1}),
4646             },
4647             # Core Unit Identifier
4648             'times' => {
4649             '1' => q({0}-{1}),
4650             },
4651             # Long Unit Identifier
4652             'torque-newton-meter' => {
4653             '1' => q(inanimate),
4654             'few' => q({0} njutn-metra),
4655             'name' => q(njutn-metri),
4656             'one' => q({0} njutn-metar),
4657             'other' => q({0} njutn-metara),
4658             },
4659             # Core Unit Identifier
4660             'newton-meter' => {
4661             '1' => q(inanimate),
4662             'few' => q({0} njutn-metra),
4663             'name' => q(njutn-metri),
4664             'one' => q({0} njutn-metar),
4665             'other' => q({0} njutn-metara),
4666             },
4667             # Long Unit Identifier
4668             'torque-pound-force-foot' => {
4669             'few' => q({0} funte sile stope),
4670             'name' => q(funta-stope),
4671             'one' => q({0} funta sile stope),
4672             'other' => q({0} funti sile stope),
4673             },
4674             # Core Unit Identifier
4675             'pound-force-foot' => {
4676             'few' => q({0} funte sile stope),
4677             'name' => q(funta-stope),
4678             'one' => q({0} funta sile stope),
4679             'other' => q({0} funti sile stope),
4680             },
4681             # Long Unit Identifier
4682             'volume-acre-foot' => {
4683             'few' => q({0} aker stope),
4684             'name' => q(aker stope),
4685             'one' => q({0} aker stopa),
4686             'other' => q({0} aker stopa),
4687             },
4688             # Core Unit Identifier
4689             'acre-foot' => {
4690             'few' => q({0} aker stope),
4691             'name' => q(aker stope),
4692             'one' => q({0} aker stopa),
4693             'other' => q({0} aker stopa),
4694             },
4695             # Long Unit Identifier
4696             'volume-barrel' => {
4697             'few' => q({0} barela),
4698             'name' => q(bareli),
4699             'one' => q({0} barel),
4700             'other' => q({0} barela),
4701             },
4702             # Core Unit Identifier
4703             'barrel' => {
4704             'few' => q({0} barela),
4705             'name' => q(bareli),
4706             'one' => q({0} barel),
4707             'other' => q({0} barela),
4708             },
4709             # Long Unit Identifier
4710             'volume-bushel' => {
4711             'few' => q({0} bušela),
4712             'name' => q(bušeli),
4713             'one' => q({0} bušel),
4714             'other' => q({0} bušela),
4715             },
4716             # Core Unit Identifier
4717             'bushel' => {
4718             'few' => q({0} bušela),
4719             'name' => q(bušeli),
4720             'one' => q({0} bušel),
4721             'other' => q({0} bušela),
4722             },
4723             # Long Unit Identifier
4724             'volume-centiliter' => {
4725             '1' => q(inanimate),
4726             'few' => q({0} centilitra),
4727             'name' => q(centilitri),
4728             'one' => q({0} centilitar),
4729             'other' => q({0} centilitara),
4730             },
4731             # Core Unit Identifier
4732             'centiliter' => {
4733             '1' => q(inanimate),
4734             'few' => q({0} centilitra),
4735             'name' => q(centilitri),
4736             'one' => q({0} centilitar),
4737             'other' => q({0} centilitara),
4738             },
4739             # Long Unit Identifier
4740             'volume-cubic-centimeter' => {
4741             '1' => q(inanimate),
4742             'few' => q({0} kubna centimetra),
4743             'name' => q(kubni centimetri),
4744             'one' => q({0} kubni centimetar),
4745             'other' => q({0} kubnih centimetara),
4746             },
4747             # Core Unit Identifier
4748             'cubic-centimeter' => {
4749             '1' => q(inanimate),
4750             'few' => q({0} kubna centimetra),
4751             'name' => q(kubni centimetri),
4752             'one' => q({0} kubni centimetar),
4753             'other' => q({0} kubnih centimetara),
4754             },
4755             # Long Unit Identifier
4756             'volume-cubic-foot' => {
4757             'few' => q({0} kubne stope),
4758             'name' => q(kubne stope),
4759             'one' => q({0} kubna stopa),
4760             'other' => q({0} kubnih stopa),
4761             },
4762             # Core Unit Identifier
4763             'cubic-foot' => {
4764             'few' => q({0} kubne stope),
4765             'name' => q(kubne stope),
4766             'one' => q({0} kubna stopa),
4767             'other' => q({0} kubnih stopa),
4768             },
4769             # Long Unit Identifier
4770             'volume-cubic-inch' => {
4771             'few' => q({0} kubna inča),
4772             'name' => q(kubni inči),
4773             'one' => q({0} kubni inč),
4774             'other' => q({0} kubnih inča),
4775             },
4776             # Core Unit Identifier
4777             'cubic-inch' => {
4778             'few' => q({0} kubna inča),
4779             'name' => q(kubni inči),
4780             'one' => q({0} kubni inč),
4781             'other' => q({0} kubnih inča),
4782             },
4783             # Long Unit Identifier
4784             'volume-cubic-kilometer' => {
4785             '1' => q(inanimate),
4786             'few' => q({0} kubna kilometra),
4787             'name' => q(kubni kilometri),
4788             'one' => q({0} kubni kilometar),
4789             'other' => q({0} kubnih kilometara),
4790             },
4791             # Core Unit Identifier
4792             'cubic-kilometer' => {
4793             '1' => q(inanimate),
4794             'few' => q({0} kubna kilometra),
4795             'name' => q(kubni kilometri),
4796             'one' => q({0} kubni kilometar),
4797             'other' => q({0} kubnih kilometara),
4798             },
4799             # Long Unit Identifier
4800             'volume-cubic-meter' => {
4801             '1' => q(inanimate),
4802             'few' => q({0} kubna metra),
4803             'name' => q(kubni metri),
4804             'one' => q({0} kubni metar),
4805             'other' => q({0} kubnih metara),
4806             },
4807             # Core Unit Identifier
4808             'cubic-meter' => {
4809             '1' => q(inanimate),
4810             'few' => q({0} kubna metra),
4811             'name' => q(kubni metri),
4812             'one' => q({0} kubni metar),
4813             'other' => q({0} kubnih metara),
4814             },
4815             # Long Unit Identifier
4816             'volume-cubic-mile' => {
4817             'few' => q({0} kubne milje),
4818             'name' => q(kubne milje),
4819             'one' => q({0} kubna milja),
4820             'other' => q({0} kubnih milja),
4821             },
4822             # Core Unit Identifier
4823             'cubic-mile' => {
4824             'few' => q({0} kubne milje),
4825             'name' => q(kubne milje),
4826             'one' => q({0} kubna milja),
4827             'other' => q({0} kubnih milja),
4828             },
4829             # Long Unit Identifier
4830             'volume-cubic-yard' => {
4831             'few' => q({0} kubna jarda),
4832             'name' => q(kubni jardi),
4833             'one' => q({0} kubni jard),
4834             'other' => q({0} kubnih jardi),
4835             },
4836             # Core Unit Identifier
4837             'cubic-yard' => {
4838             'few' => q({0} kubna jarda),
4839             'name' => q(kubni jardi),
4840             'one' => q({0} kubni jard),
4841             'other' => q({0} kubnih jardi),
4842             },
4843             # Long Unit Identifier
4844             'volume-cup' => {
4845             'few' => q({0} šolje),
4846             'one' => q({0} šolja),
4847             'other' => q({0} šolja),
4848             },
4849             # Core Unit Identifier
4850             'cup' => {
4851             'few' => q({0} šolje),
4852             'one' => q({0} šolja),
4853             'other' => q({0} šolja),
4854             },
4855             # Long Unit Identifier
4856             'volume-cup-metric' => {
4857             '1' => q(feminine),
4858             'few' => q({0} metričke šolje),
4859             'name' => q(metrička šolja),
4860             'one' => q({0} metrička šolja),
4861             'other' => q({0} metričkih šolja),
4862             },
4863             # Core Unit Identifier
4864             'cup-metric' => {
4865             '1' => q(feminine),
4866             'few' => q({0} metričke šolje),
4867             'name' => q(metrička šolja),
4868             'one' => q({0} metrička šolja),
4869             'other' => q({0} metričkih šolja),
4870             },
4871             # Long Unit Identifier
4872             'volume-deciliter' => {
4873             '1' => q(inanimate),
4874             'few' => q({0} decilitra),
4875             'name' => q(decilitri),
4876             'one' => q({0} decilitar),
4877             'other' => q({0} decilitara),
4878             },
4879             # Core Unit Identifier
4880             'deciliter' => {
4881             '1' => q(inanimate),
4882             'few' => q({0} decilitra),
4883             'name' => q(decilitri),
4884             'one' => q({0} decilitar),
4885             'other' => q({0} decilitara),
4886             },
4887             # Long Unit Identifier
4888             'volume-dessert-spoon' => {
4889             'few' => q({0} desertne kašičice),
4890             'name' => q(desertna kašičica),
4891             'one' => q({0} desertna kašičica),
4892             'other' => q({0} desertnih kašičica),
4893             },
4894             # Core Unit Identifier
4895             'dessert-spoon' => {
4896             'few' => q({0} desertne kašičice),
4897             'name' => q(desertna kašičica),
4898             'one' => q({0} desertna kašičica),
4899             'other' => q({0} desertnih kašičica),
4900             },
4901             # Long Unit Identifier
4902             'volume-dessert-spoon-imperial' => {
4903             'few' => q({0} imperijske desertne kašičice),
4904             'name' => q(imperijska desertna kašičica),
4905             'one' => q({0} imperijska desertna kašičica),
4906             'other' => q({0} imperijskih desertnih kašičica),
4907             },
4908             # Core Unit Identifier
4909             'dessert-spoon-imperial' => {
4910             'few' => q({0} imperijske desertne kašičice),
4911             'name' => q(imperijska desertna kašičica),
4912             'one' => q({0} imperijska desertna kašičica),
4913             'other' => q({0} imperijskih desertnih kašičica),
4914             },
4915             # Long Unit Identifier
4916             'volume-dram' => {
4917             'few' => q({0} drama tečnosti),
4918             'one' => q({0} dram tečnosti),
4919             'other' => q({0} drama tečnosti),
4920             },
4921             # Core Unit Identifier
4922             'dram' => {
4923             'few' => q({0} drama tečnosti),
4924             'one' => q({0} dram tečnosti),
4925             'other' => q({0} drama tečnosti),
4926             },
4927             # Long Unit Identifier
4928             'volume-fluid-ounce' => {
4929             'few' => q({0} unce tečnosti),
4930             'name' => q(unce tečnosti),
4931             'one' => q({0} unca tečnosti),
4932             'other' => q({0} unci tečnosti),
4933             },
4934             # Core Unit Identifier
4935             'fluid-ounce' => {
4936             'few' => q({0} unce tečnosti),
4937             'name' => q(unce tečnosti),
4938             'one' => q({0} unca tečnosti),
4939             'other' => q({0} unci tečnosti),
4940             },
4941             # Long Unit Identifier
4942             'volume-fluid-ounce-imperial' => {
4943             'few' => q({0} imperijske unce tečnosti),
4944             'name' => q(imperijske unce tečnosti),
4945             'one' => q({0} imperijska unca tečnosti),
4946             'other' => q({0} imperijskih unci tečnosti),
4947             },
4948             # Core Unit Identifier
4949             'fluid-ounce-imperial' => {
4950             'few' => q({0} imperijske unce tečnosti),
4951             'name' => q(imperijske unce tečnosti),
4952             'one' => q({0} imperijska unca tečnosti),
4953             'other' => q({0} imperijskih unci tečnosti),
4954             },
4955             # Long Unit Identifier
4956             'volume-gallon' => {
4957             'few' => q({0} galona),
4958             'name' => q(galoni),
4959             'one' => q({0} galon),
4960             'other' => q({0} galona),
4961             'per' => q({0} po galonu),
4962             },
4963             # Core Unit Identifier
4964             'gallon' => {
4965             'few' => q({0} galona),
4966             'name' => q(galoni),
4967             'one' => q({0} galon),
4968             'other' => q({0} galona),
4969             'per' => q({0} po galonu),
4970             },
4971             # Long Unit Identifier
4972             'volume-gallon-imperial' => {
4973             'few' => q({0} imp. galona),
4974             'name' => q(imperijalni galon),
4975             'one' => q({0} imp. galon),
4976             'other' => q({0} imp. galona),
4977             'per' => q({0} po imp. galonu),
4978             },
4979             # Core Unit Identifier
4980             'gallon-imperial' => {
4981             'few' => q({0} imp. galona),
4982             'name' => q(imperijalni galon),
4983             'one' => q({0} imp. galon),
4984             'other' => q({0} imp. galona),
4985             'per' => q({0} po imp. galonu),
4986             },
4987             # Long Unit Identifier
4988             'volume-hectoliter' => {
4989             '1' => q(inanimate),
4990             'few' => q({0} hektolitra),
4991             'name' => q(hektolitri),
4992             'one' => q({0} hektolitar),
4993             'other' => q({0} hektolitara),
4994             },
4995             # Core Unit Identifier
4996             'hectoliter' => {
4997             '1' => q(inanimate),
4998             'few' => q({0} hektolitra),
4999             'name' => q(hektolitri),
5000             'one' => q({0} hektolitar),
5001             'other' => q({0} hektolitara),
5002             },
5003             # Long Unit Identifier
5004             'volume-liter' => {
5005             '1' => q(inanimate),
5006             'few' => q({0} litra),
5007             'one' => q({0} litar),
5008             'other' => q({0} litara),
5009             'per' => q({0} po litri),
5010             },
5011             # Core Unit Identifier
5012             'liter' => {
5013             '1' => q(inanimate),
5014             'few' => q({0} litra),
5015             'one' => q({0} litar),
5016             'other' => q({0} litara),
5017             'per' => q({0} po litri),
5018             },
5019             # Long Unit Identifier
5020             'volume-megaliter' => {
5021             '1' => q(inanimate),
5022             'few' => q({0} megalitra),
5023             'name' => q(megalitri),
5024             'one' => q({0} megalitar),
5025             'other' => q({0} megalitara),
5026             },
5027             # Core Unit Identifier
5028             'megaliter' => {
5029             '1' => q(inanimate),
5030             'few' => q({0} megalitra),
5031             'name' => q(megalitri),
5032             'one' => q({0} megalitar),
5033             'other' => q({0} megalitara),
5034             },
5035             # Long Unit Identifier
5036             'volume-milliliter' => {
5037             '1' => q(inanimate),
5038             'few' => q({0} mililitra),
5039             'name' => q(mililitri),
5040             'one' => q({0} mililitar),
5041             'other' => q({0} mililitara),
5042             },
5043             # Core Unit Identifier
5044             'milliliter' => {
5045             '1' => q(inanimate),
5046             'few' => q({0} mililitra),
5047             'name' => q(mililitri),
5048             'one' => q({0} mililitar),
5049             'other' => q({0} mililitara),
5050             },
5051             # Long Unit Identifier
5052             'volume-pint' => {
5053             'few' => q({0} pinte),
5054             'name' => q(pinte),
5055             'one' => q({0} pinta),
5056             'other' => q({0} pinti),
5057             },
5058             # Core Unit Identifier
5059             'pint' => {
5060             'few' => q({0} pinte),
5061             'name' => q(pinte),
5062             'one' => q({0} pinta),
5063             'other' => q({0} pinti),
5064             },
5065             # Long Unit Identifier
5066             'volume-pint-metric' => {
5067             '1' => q(feminine),
5068             'few' => q({0} metričke pinte),
5069             'name' => q(metričke pinte),
5070             'one' => q({0} metrička pinta),
5071             'other' => q({0} metričkih pinti),
5072             },
5073             # Core Unit Identifier
5074             'pint-metric' => {
5075             '1' => q(feminine),
5076             'few' => q({0} metričke pinte),
5077             'name' => q(metričke pinte),
5078             'one' => q({0} metrička pinta),
5079             'other' => q({0} metričkih pinti),
5080             },
5081             # Long Unit Identifier
5082             'volume-quart' => {
5083             'few' => q({0} kvarta),
5084             'name' => q(kvarti),
5085             'one' => q({0} kvarat),
5086             'other' => q({0} kvarata),
5087             },
5088             # Core Unit Identifier
5089             'quart' => {
5090             'few' => q({0} kvarta),
5091             'name' => q(kvarti),
5092             'one' => q({0} kvarat),
5093             'other' => q({0} kvarata),
5094             },
5095             # Long Unit Identifier
5096             'volume-quart-imperial' => {
5097             'few' => q({0} imperijske četvrtine),
5098             'name' => q(imperijska četvrtina),
5099             'one' => q({0} imperijska četvrtina),
5100             'other' => q({0} imperijskih četvrtina),
5101             },
5102             # Core Unit Identifier
5103             'quart-imperial' => {
5104             'few' => q({0} imperijske četvrtine),
5105             'name' => q(imperijska četvrtina),
5106             'one' => q({0} imperijska četvrtina),
5107             'other' => q({0} imperijskih četvrtina),
5108             },
5109             # Long Unit Identifier
5110             'volume-tablespoon' => {
5111             'few' => q({0} kašike),
5112             'name' => q(kašike),
5113             'one' => q({0} kašika),
5114             'other' => q({0} kašika),
5115             },
5116             # Core Unit Identifier
5117             'tablespoon' => {
5118             'few' => q({0} kašike),
5119             'name' => q(kašike),
5120             'one' => q({0} kašika),
5121             'other' => q({0} kašika),
5122             },
5123             # Long Unit Identifier
5124             'volume-teaspoon' => {
5125             'few' => q({0} kašičice),
5126             'name' => q(kašičice),
5127             'one' => q({0} kašičica),
5128             'other' => q({0} kašičica),
5129             },
5130             # Core Unit Identifier
5131             'teaspoon' => {
5132             'few' => q({0} kašičice),
5133             'name' => q(kašičice),
5134             'one' => q({0} kašičica),
5135             'other' => q({0} kašičica),
5136             },
5137             },
5138             'narrow' => {
5139             # Long Unit Identifier
5140             'concentr-percent' => {
5141             'name' => q(%),
5142             },
5143             # Core Unit Identifier
5144             'percent' => {
5145             'name' => q(%),
5146             },
5147             # Long Unit Identifier
5148             'consumption-liter-per-100-kilometer' => {
5149             'few' => q({0} L/100km),
5150             'name' => q(L/100km),
5151             'one' => q({0} L/100km),
5152             'other' => q({0} L/100km),
5153             },
5154             # Core Unit Identifier
5155             'liter-per-100-kilometer' => {
5156             'few' => q({0} L/100km),
5157             'name' => q(L/100km),
5158             'one' => q({0} L/100km),
5159             'other' => q({0} L/100km),
5160             },
5161             # Long Unit Identifier
5162             'consumption-mile-per-gallon-imperial' => {
5163             'few' => q({0} mpg Imp),
5164             'name' => q(mpg Imp),
5165             'one' => q({0} mpg Imp),
5166             'other' => q({0} mpg Imp),
5167             },
5168             # Core Unit Identifier
5169             'mile-per-gallon-imperial' => {
5170             'few' => q({0} mpg Imp),
5171             'name' => q(mpg Imp),
5172             'one' => q({0} mpg Imp),
5173             'other' => q({0} mpg Imp),
5174             },
5175             # Long Unit Identifier
5176             'coordinate' => {
5177             'east' => q({0}E),
5178             'north' => q({0}N),
5179             'south' => q({0}S),
5180             'west' => q({0}W),
5181             },
5182             # Core Unit Identifier
5183             'coordinate' => {
5184             'east' => q({0}E),
5185             'north' => q({0}N),
5186             'south' => q({0}S),
5187             'west' => q({0}W),
5188             },
5189             # Long Unit Identifier
5190             'duration-day' => {
5191             'few' => q({0} d),
5192             'name' => q(d),
5193             'one' => q({0} d),
5194             'other' => q({0} d),
5195             },
5196             # Core Unit Identifier
5197             'day' => {
5198             'few' => q({0} d),
5199             'name' => q(d),
5200             'one' => q({0} d),
5201             'other' => q({0} d),
5202             },
5203             # Long Unit Identifier
5204             'duration-hour' => {
5205             'few' => q({0} č),
5206             'name' => q(č),
5207             'one' => q({0} č),
5208             'other' => q({0} č),
5209             },
5210             # Core Unit Identifier
5211             'hour' => {
5212             'few' => q({0} č),
5213             'name' => q(č),
5214             'one' => q({0} č),
5215             'other' => q({0} č),
5216             },
5217             # Long Unit Identifier
5218             'duration-minute' => {
5219             'few' => q({0} m),
5220             'one' => q({0} m),
5221             'other' => q({0} m),
5222             },
5223             # Core Unit Identifier
5224             'minute' => {
5225             'few' => q({0} m),
5226             'one' => q({0} m),
5227             'other' => q({0} m),
5228             },
5229             # Long Unit Identifier
5230             'duration-month' => {
5231             'few' => q({0} m),
5232             'name' => q(m.),
5233             'one' => q({0} m),
5234             'other' => q({0} m),
5235             },
5236             # Core Unit Identifier
5237             'month' => {
5238             'few' => q({0} m),
5239             'name' => q(m.),
5240             'one' => q({0} m),
5241             'other' => q({0} m),
5242             },
5243             # Long Unit Identifier
5244             'duration-night' => {
5245             'few' => q({0} noći),
5246             'name' => q(noć),
5247             'one' => q({0} noć),
5248             'other' => q({0} noći),
5249             'per' => q({0}/noć),
5250             },
5251             # Core Unit Identifier
5252             'night' => {
5253             'few' => q({0} noći),
5254             'name' => q(noć),
5255             'one' => q({0} noć),
5256             'other' => q({0} noći),
5257             'per' => q({0}/noć),
5258             },
5259             # Long Unit Identifier
5260             'duration-quarter' => {
5261             'few' => q({0} k),
5262             'one' => q({0} k),
5263             'other' => q({0} k),
5264             },
5265             # Core Unit Identifier
5266             'quarter' => {
5267             'few' => q({0} k),
5268             'one' => q({0} k),
5269             'other' => q({0} k),
5270             },
5271             # Long Unit Identifier
5272             'duration-second' => {
5273             'few' => q({0} s),
5274             'name' => q(s),
5275             'one' => q({0} s),
5276             'other' => q({0} s),
5277             },
5278             # Core Unit Identifier
5279             'second' => {
5280             'few' => q({0} s),
5281             'name' => q(s),
5282             'one' => q({0} s),
5283             'other' => q({0} s),
5284             },
5285             # Long Unit Identifier
5286             'duration-week' => {
5287             'few' => q({0} n),
5288             'name' => q(n.),
5289             'one' => q({0} n),
5290             'other' => q({0} n),
5291             },
5292             # Core Unit Identifier
5293             'week' => {
5294             'few' => q({0} n),
5295             'name' => q(n.),
5296             'one' => q({0} n),
5297             'other' => q({0} n),
5298             },
5299             # Long Unit Identifier
5300             'duration-year' => {
5301             'few' => q({0} g),
5302             'name' => q(g.),
5303             'one' => q({0} g),
5304             'other' => q({0} g),
5305             },
5306             # Core Unit Identifier
5307             'year' => {
5308             'few' => q({0} g),
5309             'name' => q(g.),
5310             'one' => q({0} g),
5311             'other' => q({0} g),
5312             },
5313             # Long Unit Identifier
5314             'energy-electronvolt' => {
5315             'name' => q(eV),
5316             },
5317             # Core Unit Identifier
5318             'electronvolt' => {
5319             'name' => q(eV),
5320             },
5321             # Long Unit Identifier
5322             'length-furlong' => {
5323             'name' => q(furlong),
5324             },
5325             # Core Unit Identifier
5326             'furlong' => {
5327             'name' => q(furlong),
5328             },
5329             # Long Unit Identifier
5330             'length-inch' => {
5331             'few' => q({0} in),
5332             'name' => q(in),
5333             'one' => q({0} in),
5334             'other' => q({0} in),
5335             },
5336             # Core Unit Identifier
5337             'inch' => {
5338             'few' => q({0} in),
5339             'name' => q(in),
5340             'one' => q({0} in),
5341             'other' => q({0} in),
5342             },
5343             # Long Unit Identifier
5344             'length-light-year' => {
5345             'few' => q({0} ly),
5346             'one' => q({0} ly),
5347             'other' => q({0} ly),
5348             },
5349             # Core Unit Identifier
5350             'light-year' => {
5351             'few' => q({0} ly),
5352             'one' => q({0} ly),
5353             'other' => q({0} ly),
5354             },
5355             # Long Unit Identifier
5356             'length-mile' => {
5357             'few' => q({0} milje),
5358             'one' => q({0} milja),
5359             'other' => q({0} milja),
5360             },
5361             # Core Unit Identifier
5362             'mile' => {
5363             'few' => q({0} milje),
5364             'one' => q({0} milja),
5365             'other' => q({0} milja),
5366             },
5367             # Long Unit Identifier
5368             'length-yard' => {
5369             'few' => q({0} yd),
5370             'name' => q(yd),
5371             'one' => q({0} yd),
5372             'other' => q({0} yd),
5373             },
5374             # Core Unit Identifier
5375             'yard' => {
5376             'few' => q({0} yd),
5377             'name' => q(yd),
5378             'one' => q({0} yd),
5379             'other' => q({0} yd),
5380             },
5381             # Long Unit Identifier
5382             'mass-gram' => {
5383             'name' => q(g),
5384             },
5385             # Core Unit Identifier
5386             'gram' => {
5387             'name' => q(g),
5388             },
5389             # Long Unit Identifier
5390             'mass-ounce' => {
5391             'few' => q({0} unce),
5392             'one' => q({0} unca),
5393             'other' => q({0} unci),
5394             },
5395             # Core Unit Identifier
5396             'ounce' => {
5397             'few' => q({0} unce),
5398             'one' => q({0} unca),
5399             'other' => q({0} unci),
5400             },
5401             # Long Unit Identifier
5402             'power-horsepower' => {
5403             'few' => q({0} ks),
5404             'one' => q({0} ks),
5405             'other' => q({0} ks),
5406             },
5407             # Core Unit Identifier
5408             'horsepower' => {
5409             'few' => q({0} ks),
5410             'one' => q({0} ks),
5411             'other' => q({0} ks),
5412             },
5413             # Long Unit Identifier
5414             'speed-light-speed' => {
5415             'few' => q({0} svetla),
5416             'name' => q(svetlo),
5417             'one' => q({0} svetlo),
5418             'other' => q({0} svetala),
5419             },
5420             # Core Unit Identifier
5421             'light-speed' => {
5422             'few' => q({0} svetla),
5423             'name' => q(svetlo),
5424             'one' => q({0} svetlo),
5425             'other' => q({0} svetala),
5426             },
5427             # Long Unit Identifier
5428             'volume-fluid-ounce-imperial' => {
5429             'few' => q({0} fl oz Imp),
5430             'name' => q(Imp fl oz),
5431             'one' => q({0} fl oz Imp),
5432             'other' => q({0} fl oz Imp),
5433             },
5434             # Core Unit Identifier
5435             'fluid-ounce-imperial' => {
5436             'few' => q({0} fl oz Imp),
5437             'name' => q(Imp fl oz),
5438             'one' => q({0} fl oz Imp),
5439             'other' => q({0} fl oz Imp),
5440             },
5441             # Long Unit Identifier
5442             'volume-gallon-imperial' => {
5443             'few' => q({0}/gal Imp),
5444             'name' => q(Imp gal),
5445             'one' => q({0}/gal Imp),
5446             'other' => q({0}/gal Imp),
5447             'per' => q({0}/gal Imp),
5448             },
5449             # Core Unit Identifier
5450             'gallon-imperial' => {
5451             'few' => q({0}/gal Imp),
5452             'name' => q(Imp gal),
5453             'one' => q({0}/gal Imp),
5454             'other' => q({0}/gal Imp),
5455             'per' => q({0}/gal Imp),
5456             },
5457             # Long Unit Identifier
5458             'volume-jigger' => {
5459             'few' => q({0} džigera),
5460             'one' => q({0} džigera),
5461             'other' => q({0} džigera),
5462             },
5463             # Core Unit Identifier
5464             'jigger' => {
5465             'few' => q({0} džigera),
5466             'one' => q({0} džigera),
5467             'other' => q({0} džigera),
5468             },
5469             # Long Unit Identifier
5470             'volume-liter' => {
5471             'name' => q(l),
5472             },
5473             # Core Unit Identifier
5474             'liter' => {
5475             'name' => q(l),
5476             },
5477             # Long Unit Identifier
5478             'volume-pinch' => {
5479             'few' => q({0} pn),
5480             'one' => q({0} pn),
5481             'other' => q({0} pn),
5482             },
5483             # Core Unit Identifier
5484             'pinch' => {
5485             'few' => q({0} pn),
5486             'one' => q({0} pn),
5487             'other' => q({0} pn),
5488             },
5489             # Long Unit Identifier
5490             'volume-quart-imperial' => {
5491             'few' => q({0} qt Imp),
5492             'one' => q({0} qt Imp),
5493             'other' => q({0} qt Imp),
5494             },
5495             # Core Unit Identifier
5496             'quart-imperial' => {
5497             'few' => q({0} qt Imp),
5498             'one' => q({0} qt Imp),
5499             'other' => q({0} qt Imp),
5500             },
5501             },
5502             'short' => {
5503             # Long Unit Identifier
5504             '' => {
5505             'name' => q(pravac),
5506             },
5507             # Core Unit Identifier
5508             '' => {
5509             'name' => q(pravac),
5510             },
5511             # Long Unit Identifier
5512             'acceleration-g-force' => {
5513             'name' => q(ge sila),
5514             },
5515             # Core Unit Identifier
5516             'g-force' => {
5517             'name' => q(ge sila),
5518             },
5519             # Long Unit Identifier
5520             'angle-arc-minute' => {
5521             'name' => q(lučni min),
5522             },
5523             # Core Unit Identifier
5524             'arc-minute' => {
5525             'name' => q(lučni min),
5526             },
5527             # Long Unit Identifier
5528             'angle-arc-second' => {
5529             'name' => q(lučne sek),
5530             },
5531             # Core Unit Identifier
5532             'arc-second' => {
5533             'name' => q(lučne sek),
5534             },
5535             # Long Unit Identifier
5536             'angle-degree' => {
5537             'name' => q(stepeni),
5538             },
5539             # Core Unit Identifier
5540             'degree' => {
5541             'name' => q(stepeni),
5542             },
5543             # Long Unit Identifier
5544             'area-acre' => {
5545             'name' => q(akeri),
5546             },
5547             # Core Unit Identifier
5548             'acre' => {
5549             'name' => q(akeri),
5550             },
5551             # Long Unit Identifier
5552             'area-dunam' => {
5553             'few' => q({0} dunama),
5554             'name' => q(dunami),
5555             'one' => q({0} dunam),
5556             'other' => q({0} dunama),
5557             },
5558             # Core Unit Identifier
5559             'dunam' => {
5560             'few' => q({0} dunama),
5561             'name' => q(dunami),
5562             'one' => q({0} dunam),
5563             'other' => q({0} dunama),
5564             },
5565             # Long Unit Identifier
5566             'area-hectare' => {
5567             'name' => q(hektari),
5568             },
5569             # Core Unit Identifier
5570             'hectare' => {
5571             'name' => q(hektari),
5572             },
5573             # Long Unit Identifier
5574             'area-square-foot' => {
5575             'name' => q(kvadratne stope),
5576             },
5577             # Core Unit Identifier
5578             'square-foot' => {
5579             'name' => q(kvadratne stope),
5580             },
5581             # Long Unit Identifier
5582             'area-square-kilometer' => {
5583             'name' => q(kvadratni kilometri),
5584             },
5585             # Core Unit Identifier
5586             'square-kilometer' => {
5587             'name' => q(kvadratni kilometri),
5588             },
5589             # Long Unit Identifier
5590             'area-square-meter' => {
5591             'name' => q(kvadratni metri),
5592             },
5593             # Core Unit Identifier
5594             'square-meter' => {
5595             'name' => q(kvadratni metri),
5596             },
5597             # Long Unit Identifier
5598             'concentr-item' => {
5599             'few' => q({0} stavke),
5600             'name' => q(stavka),
5601             'one' => q({0} stavka),
5602             'other' => q({0} stavki),
5603             },
5604             # Core Unit Identifier
5605             'item' => {
5606             'few' => q({0} stavke),
5607             'name' => q(stavka),
5608             'one' => q({0} stavka),
5609             'other' => q({0} stavki),
5610             },
5611             # Long Unit Identifier
5612             'concentr-percent' => {
5613             'name' => q(procenat),
5614             },
5615             # Core Unit Identifier
5616             'percent' => {
5617             'name' => q(procenat),
5618             },
5619             # Long Unit Identifier
5620             'concentr-permille' => {
5621             'name' => q(promil),
5622             },
5623             # Core Unit Identifier
5624             'permille' => {
5625             'name' => q(promil),
5626             },
5627             # Long Unit Identifier
5628             'concentr-portion-per-1e9' => {
5629             'name' => q(delovi/milijarda),
5630             },
5631             # Core Unit Identifier
5632             'portion-per-1e9' => {
5633             'name' => q(delovi/milijarda),
5634             },
5635             # Long Unit Identifier
5636             'consumption-liter-per-100-kilometer' => {
5637             'few' => q({0} L/100 km),
5638             'name' => q(L/100 km),
5639             'one' => q({0} L/100 km),
5640             'other' => q({0} L/100 km),
5641             },
5642             # Core Unit Identifier
5643             'liter-per-100-kilometer' => {
5644             'few' => q({0} L/100 km),
5645             'name' => q(L/100 km),
5646             'one' => q({0} L/100 km),
5647             'other' => q({0} L/100 km),
5648             },
5649             # Long Unit Identifier
5650             'consumption-mile-per-gallon' => {
5651             'few' => q({0} mpg),
5652             'name' => q(mpg),
5653             'one' => q({0} mpg),
5654             'other' => q({0} mpg),
5655             },
5656             # Core Unit Identifier
5657             'mile-per-gallon' => {
5658             'few' => q({0} mpg),
5659             'name' => q(mpg),
5660             'one' => q({0} mpg),
5661             'other' => q({0} mpg),
5662             },
5663             # Long Unit Identifier
5664             'coordinate' => {
5665             'east' => q({0} E),
5666             'north' => q({0} N),
5667             'south' => q({0} S),
5668             'west' => q({0} W),
5669             },
5670             # Core Unit Identifier
5671             'coordinate' => {
5672             'east' => q({0} E),
5673             'north' => q({0} N),
5674             'south' => q({0} S),
5675             'west' => q({0} W),
5676             },
5677             # Long Unit Identifier
5678             'digital-bit' => {
5679             'few' => q({0} b),
5680             'name' => q(bit),
5681             'one' => q({0} b),
5682             'other' => q({0} b),
5683             },
5684             # Core Unit Identifier
5685             'bit' => {
5686             'few' => q({0} b),
5687             'name' => q(bit),
5688             'one' => q({0} b),
5689             'other' => q({0} b),
5690             },
5691             # Long Unit Identifier
5692             'digital-byte' => {
5693             'few' => q({0} B),
5694             'name' => q(bajt),
5695             'one' => q({0} B),
5696             'other' => q({0} B),
5697             },
5698             # Core Unit Identifier
5699             'byte' => {
5700             'few' => q({0} B),
5701             'name' => q(bajt),
5702             'one' => q({0} B),
5703             'other' => q({0} B),
5704             },
5705             # Long Unit Identifier
5706             'duration-century' => {
5707             'few' => q({0} v),
5708             'name' => q(v.),
5709             'one' => q({0} v),
5710             'other' => q({0} v),
5711             },
5712             # Core Unit Identifier
5713             'century' => {
5714             'few' => q({0} v),
5715             'name' => q(v.),
5716             'one' => q({0} v),
5717             'other' => q({0} v),
5718             },
5719             # Long Unit Identifier
5720             'duration-day' => {
5721             'few' => q({0} dana),
5722             'name' => q(d.),
5723             'one' => q({0} dan),
5724             'other' => q({0} dana),
5725             'per' => q({0}/d),
5726             },
5727             # Core Unit Identifier
5728             'day' => {
5729             'few' => q({0} dana),
5730             'name' => q(d.),
5731             'one' => q({0} dan),
5732             'other' => q({0} dana),
5733             'per' => q({0}/d),
5734             },
5735             # Long Unit Identifier
5736             'duration-decade' => {
5737             'few' => q({0} dec.),
5738             'name' => q(dec.),
5739             'one' => q({0} dec.),
5740             'other' => q({0} dec.),
5741             },
5742             # Core Unit Identifier
5743             'decade' => {
5744             'few' => q({0} dec.),
5745             'name' => q(dec.),
5746             'one' => q({0} dec.),
5747             'other' => q({0} dec.),
5748             },
5749             # Long Unit Identifier
5750             'duration-hour' => {
5751             'few' => q({0} sata),
5752             'name' => q(sati),
5753             'one' => q({0} sat),
5754             'other' => q({0} sati),
5755             'per' => q({0}/č),
5756             },
5757             # Core Unit Identifier
5758             'hour' => {
5759             'few' => q({0} sata),
5760             'name' => q(sati),
5761             'one' => q({0} sat),
5762             'other' => q({0} sati),
5763             'per' => q({0}/č),
5764             },
5765             # Long Unit Identifier
5766             'duration-minute' => {
5767             'few' => q({0} min),
5768             'name' => q(min),
5769             'one' => q({0} min),
5770             'other' => q({0} min),
5771             'per' => q({0}/min),
5772             },
5773             # Core Unit Identifier
5774             'minute' => {
5775             'few' => q({0} min),
5776             'name' => q(min),
5777             'one' => q({0} min),
5778             'other' => q({0} min),
5779             'per' => q({0}/min),
5780             },
5781             # Long Unit Identifier
5782             'duration-month' => {
5783             'few' => q({0} mes.),
5784             'name' => q(meseci),
5785             'one' => q({0} mes.),
5786             'other' => q({0} mes.),
5787             'per' => q({0}/m),
5788             },
5789             # Core Unit Identifier
5790             'month' => {
5791             'few' => q({0} mes.),
5792             'name' => q(meseci),
5793             'one' => q({0} mes.),
5794             'other' => q({0} mes.),
5795             'per' => q({0}/m),
5796             },
5797             # Long Unit Identifier
5798             'duration-night' => {
5799             'few' => q({0} noći),
5800             'name' => q(noć),
5801             'one' => q({0} noć),
5802             'other' => q({0} noći),
5803             'per' => q({0}/noć),
5804             },
5805             # Core Unit Identifier
5806             'night' => {
5807             'few' => q({0} noći),
5808             'name' => q(noć),
5809             'one' => q({0} noć),
5810             'other' => q({0} noći),
5811             'per' => q({0}/noć),
5812             },
5813             # Long Unit Identifier
5814             'duration-quarter' => {
5815             'few' => q({0} kv),
5816             'name' => q(kv),
5817             'one' => q({0} kv),
5818             'other' => q({0} kv),
5819             'per' => q({0}/k),
5820             },
5821             # Core Unit Identifier
5822             'quarter' => {
5823             'few' => q({0} kv),
5824             'name' => q(kv),
5825             'one' => q({0} kv),
5826             'other' => q({0} kv),
5827             'per' => q({0}/k),
5828             },
5829             # Long Unit Identifier
5830             'duration-second' => {
5831             'few' => q({0} sek),
5832             'name' => q(sek),
5833             'one' => q({0} sek),
5834             'other' => q({0} sek),
5835             'per' => q({0}/s),
5836             },
5837             # Core Unit Identifier
5838             'second' => {
5839             'few' => q({0} sek),
5840             'name' => q(sek),
5841             'one' => q({0} sek),
5842             'other' => q({0} sek),
5843             'per' => q({0}/s),
5844             },
5845             # Long Unit Identifier
5846             'duration-week' => {
5847             'few' => q({0} ned.),
5848             'name' => q(ned.),
5849             'one' => q({0} ned.),
5850             'other' => q({0} ned.),
5851             'per' => q({0}/n),
5852             },
5853             # Core Unit Identifier
5854             'week' => {
5855             'few' => q({0} ned.),
5856             'name' => q(ned.),
5857             'one' => q({0} ned.),
5858             'other' => q({0} ned.),
5859             'per' => q({0}/n),
5860             },
5861             # Long Unit Identifier
5862             'duration-year' => {
5863             'few' => q({0} god.),
5864             'name' => q(god.),
5865             'one' => q({0} god),
5866             'other' => q({0} god.),
5867             'per' => q({0}/god),
5868             },
5869             # Core Unit Identifier
5870             'year' => {
5871             'few' => q({0} god.),
5872             'name' => q(god.),
5873             'one' => q({0} god),
5874             'other' => q({0} god.),
5875             'per' => q({0}/god),
5876             },
5877             # Long Unit Identifier
5878             'electric-ampere' => {
5879             'name' => q(A),
5880             },
5881             # Core Unit Identifier
5882             'ampere' => {
5883             'name' => q(A),
5884             },
5885             # Long Unit Identifier
5886             'electric-ohm' => {
5887             'name' => q(Ω),
5888             },
5889             # Core Unit Identifier
5890             'ohm' => {
5891             'name' => q(Ω),
5892             },
5893             # Long Unit Identifier
5894             'electric-volt' => {
5895             'name' => q(V),
5896             },
5897             # Core Unit Identifier
5898             'volt' => {
5899             'name' => q(V),
5900             },
5901             # Long Unit Identifier
5902             'energy-electronvolt' => {
5903             'name' => q(elektronvolt),
5904             },
5905             # Core Unit Identifier
5906             'electronvolt' => {
5907             'name' => q(elektronvolt),
5908             },
5909             # Long Unit Identifier
5910             'energy-foodcalorie' => {
5911             'few' => q({0} Cal),
5912             'name' => q(Cal),
5913             'one' => q({0} Cal),
5914             'other' => q({0} Cal),
5915             },
5916             # Core Unit Identifier
5917             'foodcalorie' => {
5918             'few' => q({0} Cal),
5919             'name' => q(Cal),
5920             'one' => q({0} Cal),
5921             'other' => q({0} Cal),
5922             },
5923             # Long Unit Identifier
5924             'energy-joule' => {
5925             'name' => q(J),
5926             },
5927             # Core Unit Identifier
5928             'joule' => {
5929             'name' => q(J),
5930             },
5931             # Long Unit Identifier
5932             'energy-therm-us' => {
5933             'few' => q({0} US therms),
5934             'one' => q({0} US therm),
5935             'other' => q({0} US therms),
5936             },
5937             # Core Unit Identifier
5938             'therm-us' => {
5939             'few' => q({0} US therms),
5940             'one' => q({0} US therm),
5941             'other' => q({0} US therms),
5942             },
5943             # Long Unit Identifier
5944             'force-newton' => {
5945             'name' => q(njutn),
5946             },
5947             # Core Unit Identifier
5948             'newton' => {
5949             'name' => q(njutn),
5950             },
5951             # Long Unit Identifier
5952             'graphics-dot' => {
5953             'few' => q({0} tačke),
5954             'name' => q(tačka),
5955             'one' => q({0} tačka),
5956             'other' => q({0} tačaka),
5957             },
5958             # Core Unit Identifier
5959             'dot' => {
5960             'few' => q({0} tačke),
5961             'name' => q(tačka),
5962             'one' => q({0} tačka),
5963             'other' => q({0} tačaka),
5964             },
5965             # Long Unit Identifier
5966             'graphics-dot-per-centimeter' => {
5967             'few' => q({0} ppcm),
5968             'name' => q(dpcm),
5969             'one' => q({0} ppcm),
5970             'other' => q({0} dpcm),
5971             },
5972             # Core Unit Identifier
5973             'dot-per-centimeter' => {
5974             'few' => q({0} ppcm),
5975             'name' => q(dpcm),
5976             'one' => q({0} ppcm),
5977             'other' => q({0} dpcm),
5978             },
5979             # Long Unit Identifier
5980             'graphics-dot-per-inch' => {
5981             'few' => q({0} ppi),
5982             'name' => q(dpi),
5983             'one' => q({0} ppi),
5984             'other' => q({0} dpi),
5985             },
5986             # Core Unit Identifier
5987             'dot-per-inch' => {
5988             'few' => q({0} ppi),
5989             'name' => q(dpi),
5990             'one' => q({0} ppi),
5991             'other' => q({0} dpi),
5992             },
5993             # Long Unit Identifier
5994             'length-astronomical-unit' => {
5995             'few' => q({0} aj),
5996             'name' => q(aj),
5997             'one' => q({0} aj),
5998             'other' => q({0} aj),
5999             },
6000             # Core Unit Identifier
6001             'astronomical-unit' => {
6002             'few' => q({0} aj),
6003             'name' => q(aj),
6004             'one' => q({0} aj),
6005             'other' => q({0} aj),
6006             },
6007             # Long Unit Identifier
6008             'length-fathom' => {
6009             'name' => q(hv),
6010             },
6011             # Core Unit Identifier
6012             'fathom' => {
6013             'name' => q(hv),
6014             },
6015             # Long Unit Identifier
6016             'length-furlong' => {
6017             'name' => q(furlonzi),
6018             },
6019             # Core Unit Identifier
6020             'furlong' => {
6021             'name' => q(furlonzi),
6022             },
6023             # Long Unit Identifier
6024             'length-inch' => {
6025             'few' => q({0} inča),
6026             'name' => q(inči),
6027             'one' => q({0} inč),
6028             'other' => q({0} inča),
6029             },
6030             # Core Unit Identifier
6031             'inch' => {
6032             'few' => q({0} inča),
6033             'name' => q(inči),
6034             'one' => q({0} inč),
6035             'other' => q({0} inča),
6036             },
6037             # Long Unit Identifier
6038             'length-light-year' => {
6039             'few' => q({0} sg),
6040             'name' => q(svetlosne god.),
6041             'one' => q({0} sg),
6042             'other' => q({0} sg),
6043             },
6044             # Core Unit Identifier
6045             'light-year' => {
6046             'few' => q({0} sg),
6047             'name' => q(svetlosne god.),
6048             'one' => q({0} sg),
6049             'other' => q({0} sg),
6050             },
6051             # Long Unit Identifier
6052             'length-meter' => {
6053             'name' => q(m),
6054             },
6055             # Core Unit Identifier
6056             'meter' => {
6057             'name' => q(m),
6058             },
6059             # Long Unit Identifier
6060             'length-mile' => {
6061             'name' => q(milje),
6062             },
6063             # Core Unit Identifier
6064             'mile' => {
6065             'name' => q(milje),
6066             },
6067             # Long Unit Identifier
6068             'length-parsec' => {
6069             'name' => q(parseci),
6070             },
6071             # Core Unit Identifier
6072             'parsec' => {
6073             'name' => q(parseci),
6074             },
6075             # Long Unit Identifier
6076             'length-picometer' => {
6077             'name' => q(pikometri),
6078             },
6079             # Core Unit Identifier
6080             'picometer' => {
6081             'name' => q(pikometri),
6082             },
6083             # Long Unit Identifier
6084             'length-point' => {
6085             'name' => q(tipografske tačke),
6086             },
6087             # Core Unit Identifier
6088             'point' => {
6089             'name' => q(tipografske tačke),
6090             },
6091             # Long Unit Identifier
6092             'length-yard' => {
6093             'few' => q({0} jrd),
6094             'name' => q(jardi),
6095             'one' => q({0} jrd),
6096             'other' => q({0} jrd),
6097             },
6098             # Core Unit Identifier
6099             'yard' => {
6100             'few' => q({0} jrd),
6101             'name' => q(jardi),
6102             'one' => q({0} jrd),
6103             'other' => q({0} jrd),
6104             },
6105             # Long Unit Identifier
6106             'mass-carat' => {
6107             'name' => q(karati),
6108             },
6109             # Core Unit Identifier
6110             'carat' => {
6111             'name' => q(karati),
6112             },
6113             # Long Unit Identifier
6114             'mass-grain' => {
6115             'name' => q(grejn),
6116             },
6117             # Core Unit Identifier
6118             'grain' => {
6119             'name' => q(grejn),
6120             },
6121             # Long Unit Identifier
6122             'mass-gram' => {
6123             'name' => q(grami),
6124             },
6125             # Core Unit Identifier
6126             'gram' => {
6127             'name' => q(grami),
6128             },
6129             # Long Unit Identifier
6130             'power-watt' => {
6131             'name' => q(W),
6132             },
6133             # Core Unit Identifier
6134             'watt' => {
6135             'name' => q(W),
6136             },
6137             # Long Unit Identifier
6138             'speed-beaufort' => {
6139             'few' => q(B {0}),
6140             'name' => q(Bf),
6141             'one' => q(B {0}),
6142             'other' => q(B {0}),
6143             },
6144             # Core Unit Identifier
6145             'beaufort' => {
6146             'few' => q(B {0}),
6147             'name' => q(Bf),
6148             'one' => q(B {0}),
6149             'other' => q(B {0}),
6150             },
6151             # Long Unit Identifier
6152             'speed-light-speed' => {
6153             'few' => q({0} svetla),
6154             'name' => q(svetlo),
6155             'one' => q({0} svetlo),
6156             'other' => q({0} svetala),
6157             },
6158             # Core Unit Identifier
6159             'light-speed' => {
6160             'few' => q({0} svetla),
6161             'name' => q(svetlo),
6162             'one' => q({0} svetlo),
6163             'other' => q({0} svetala),
6164             },
6165             # Long Unit Identifier
6166             'speed-meter-per-second' => {
6167             'name' => q(metri u sekundi),
6168             },
6169             # Core Unit Identifier
6170             'meter-per-second' => {
6171             'name' => q(metri u sekundi),
6172             },
6173             # Long Unit Identifier
6174             'speed-mile-per-hour' => {
6175             'name' => q(milje na sat),
6176             },
6177             # Core Unit Identifier
6178             'mile-per-hour' => {
6179             'name' => q(milje na sat),
6180             },
6181             # Long Unit Identifier
6182             'temperature-fahrenheit' => {
6183             'name' => q(stepeni Farenhajta),
6184             },
6185             # Core Unit Identifier
6186             'fahrenheit' => {
6187             'name' => q(stepeni Farenhajta),
6188             },
6189             # Long Unit Identifier
6190             'volume-cup' => {
6191             'few' => q({0} š.),
6192             'name' => q(šolje),
6193             'one' => q({0} š.),
6194             'other' => q({0} š.),
6195             },
6196             # Core Unit Identifier
6197             'cup' => {
6198             'few' => q({0} š.),
6199             'name' => q(šolje),
6200             'one' => q({0} š.),
6201             'other' => q({0} š.),
6202             },
6203             # Long Unit Identifier
6204             'volume-dessert-spoon' => {
6205             'few' => q({0} des. kaš.),
6206             'name' => q(des. kaš.),
6207             'one' => q({0} des. kaš.),
6208             'other' => q({0} des. kaš.),
6209             },
6210             # Core Unit Identifier
6211             'dessert-spoon' => {
6212             'few' => q({0} des. kaš.),
6213             'name' => q(des. kaš.),
6214             'one' => q({0} des. kaš.),
6215             'other' => q({0} des. kaš.),
6216             },
6217             # Long Unit Identifier
6218             'volume-dessert-spoon-imperial' => {
6219             'few' => q({0} imp. des. kaš.),
6220             'name' => q(imp. des. kaš.),
6221             'one' => q({0} imp. des. kaš.),
6222             'other' => q({0} imp. des. kaš.),
6223             },
6224             # Core Unit Identifier
6225             'dessert-spoon-imperial' => {
6226             'few' => q({0} imp. des. kaš.),
6227             'name' => q(imp. des. kaš.),
6228             'one' => q({0} imp. des. kaš.),
6229             'other' => q({0} imp. des. kaš.),
6230             },
6231             # Long Unit Identifier
6232             'volume-dram' => {
6233             'name' => q(dram tečnosti),
6234             },
6235             # Core Unit Identifier
6236             'dram' => {
6237             'name' => q(dram tečnosti),
6238             },
6239             # Long Unit Identifier
6240             'volume-drop' => {
6241             'few' => q({0} kapi),
6242             'name' => q(kap),
6243             'one' => q({0} kap),
6244             'other' => q({0} kapi),
6245             },
6246             # Core Unit Identifier
6247             'drop' => {
6248             'few' => q({0} kapi),
6249             'name' => q(kap),
6250             'one' => q({0} kap),
6251             'other' => q({0} kapi),
6252             },
6253             # Long Unit Identifier
6254             'volume-fluid-ounce' => {
6255             'few' => q({0} fl oz),
6256             'name' => q(fl oz),
6257             'one' => q({0} fl oz),
6258             'other' => q({0} fl oz),
6259             },
6260             # Core Unit Identifier
6261             'fluid-ounce' => {
6262             'few' => q({0} fl oz),
6263             'name' => q(fl oz),
6264             'one' => q({0} fl oz),
6265             'other' => q({0} fl oz),
6266             },
6267             # Long Unit Identifier
6268             'volume-gallon' => {
6269             'few' => q({0} gal),
6270             'name' => q(gal),
6271             'one' => q({0} gal),
6272             'other' => q({0} gal),
6273             'per' => q({0}/gal),
6274             },
6275             # Core Unit Identifier
6276             'gallon' => {
6277             'few' => q({0} gal),
6278             'name' => q(gal),
6279             'one' => q({0} gal),
6280             'other' => q({0} gal),
6281             'per' => q({0}/gal),
6282             },
6283             # Long Unit Identifier
6284             'volume-jigger' => {
6285             'few' => q({0} džigera),
6286             'name' => q(džiger),
6287             'one' => q({0} džiger),
6288             'other' => q({0} džigera),
6289             },
6290             # Core Unit Identifier
6291             'jigger' => {
6292             'few' => q({0} džigera),
6293             'name' => q(džiger),
6294             'one' => q({0} džiger),
6295             'other' => q({0} džigera),
6296             },
6297             # Long Unit Identifier
6298             'volume-liter' => {
6299             'name' => q(litri),
6300             },
6301             # Core Unit Identifier
6302             'liter' => {
6303             'name' => q(litri),
6304             },
6305             # Long Unit Identifier
6306             'volume-pinch' => {
6307             'few' => q({0} prstohvata),
6308             'name' => q(prstohvat),
6309             'one' => q({0} prstohvat),
6310             'other' => q({0} prstohvata),
6311             },
6312             # Core Unit Identifier
6313             'pinch' => {
6314             'few' => q({0} prstohvata),
6315             'name' => q(prstohvat),
6316             'one' => q({0} prstohvat),
6317             'other' => q({0} prstohvata),
6318             },
6319             # Long Unit Identifier
6320             'volume-tablespoon' => {
6321             'few' => q({0} kaš.),
6322             'name' => q(kaš.),
6323             'one' => q({0} kaš.),
6324             'other' => q({0} kaš.),
6325             },
6326             # Core Unit Identifier
6327             'tablespoon' => {
6328             'few' => q({0} kaš.),
6329             'name' => q(kaš.),
6330             'one' => q({0} kaš.),
6331             'other' => q({0} kaš.),
6332             },
6333             # Long Unit Identifier
6334             'volume-teaspoon' => {
6335             'few' => q({0} kašič.),
6336             'name' => q(kašič.),
6337             'one' => q({0} kašič.),
6338             'other' => q({0} kašič.),
6339             },
6340             # Core Unit Identifier
6341             'teaspoon' => {
6342             'few' => q({0} kašič.),
6343             'name' => q(kašič.),
6344             'one' => q({0} kašič.),
6345             'other' => q({0} kašič.),
6346             },
6347             },
6348             } }
6349             );
6350              
6351             has 'yesstr' => (
6352             is => 'ro',
6353             isa => RegexpRef,
6354             init_arg => undef,
6355             default => sub { qr'^(?i:da|d|yes|y)$' }
6356             );
6357              
6358             has 'nostr' => (
6359             is => 'ro',
6360             isa => RegexpRef,
6361             init_arg => undef,
6362             default => sub { qr'^(?i:ne|n)$' }
6363             );
6364              
6365             has 'listPatterns' => (
6366             is => 'ro',
6367             isa => HashRef,
6368             init_arg => undef,
6369             default => sub { {
6370             end => q({0} i {1}),
6371             2 => q({0} i {1}),
6372             } }
6373             );
6374              
6375             has 'number_symbols' => (
6376             is => 'ro',
6377             isa => HashRef,
6378             init_arg => undef,
6379             default => sub { {
6380             'latn' => {
6381             'decimal' => q(,),
6382             'group' => q(.),
6383             },
6384             } }
6385             );
6386              
6387             has 'number_formats' => (
6388             is => 'ro',
6389             isa => HashRef,
6390             init_arg => undef,
6391             default => sub { {
6392             decimalFormat => {
6393             'long' => {
6394             '1000' => {
6395             'few' => '0 hiljade',
6396             'one' => '0 hiljada',
6397             'other' => '0 hiljada',
6398             },
6399             '10000' => {
6400             'few' => '00 hiljade',
6401             'one' => '00 hiljada',
6402             'other' => '00 hiljada',
6403             },
6404             '100000' => {
6405             'few' => '000 hiljade',
6406             'one' => '000 hiljada',
6407             'other' => '000 hiljada',
6408             },
6409             '1000000' => {
6410             'few' => '0 miliona',
6411             'one' => '0 milion',
6412             'other' => '0 miliona',
6413             },
6414             '10000000' => {
6415             'few' => '00 miliona',
6416             'one' => '00 milion',
6417             'other' => '00 miliona',
6418             },
6419             '100000000' => {
6420             'few' => '000 miliona',
6421             'one' => '000 milion',
6422             'other' => '000 miliona',
6423             },
6424             '1000000000' => {
6425             'few' => '0 milijarde',
6426             'one' => '0 milijarda',
6427             'other' => '0 milijardi',
6428             },
6429             '10000000000' => {
6430             'few' => '00 milijarde',
6431             'one' => '00 milijarda',
6432             'other' => '00 milijardi',
6433             },
6434             '100000000000' => {
6435             'few' => '000 milijarde',
6436             'one' => '000 milijarda',
6437             'other' => '000 milijardi',
6438             },
6439             '1000000000000' => {
6440             'few' => '0 biliona',
6441             'one' => '0 bilion',
6442             'other' => '0 biliona',
6443             },
6444             '10000000000000' => {
6445             'few' => '00 biliona',
6446             'one' => '00 bilion',
6447             'other' => '00 biliona',
6448             },
6449             '100000000000000' => {
6450             'few' => '000 biliona',
6451             'one' => '000 bilion',
6452             'other' => '000 biliona',
6453             },
6454             },
6455             'short' => {
6456             '1000' => {
6457             'one' => '0 hilj'.'',
6458             'other' => '0 hilj'.'',
6459             },
6460             '10000' => {
6461             'one' => '00 hilj'.'',
6462             'other' => '00 hilj'.'',
6463             },
6464             '100000' => {
6465             'one' => '000 hilj'.'',
6466             'other' => '000 hilj'.'',
6467             },
6468             '1000000' => {
6469             'one' => '0 mil'.'',
6470             'other' => '0 mil'.'',
6471             },
6472             '10000000' => {
6473             'one' => '00 mil'.'',
6474             'other' => '00 mil'.'',
6475             },
6476             '100000000' => {
6477             'one' => '000 mil'.'',
6478             'other' => '000 mil'.'',
6479             },
6480             '1000000000' => {
6481             'one' => '0 mlrd'.'',
6482             'other' => '0 mlrd'.'',
6483             },
6484             '10000000000' => {
6485             'one' => '00 mlrd'.'',
6486             'other' => '00 mlrd'.'',
6487             },
6488             '100000000000' => {
6489             'one' => '000 mlrd'.'',
6490             'other' => '000 mlrd'.'',
6491             },
6492             '1000000000000' => {
6493             'one' => '0 bil'.'',
6494             'other' => '0 bil'.'',
6495             },
6496             '10000000000000' => {
6497             'one' => '00 bil'.'',
6498             'other' => '00 bil'.'',
6499             },
6500             '100000000000000' => {
6501             'one' => '000 bil'.'',
6502             'other' => '000 bil'.'',
6503             },
6504             },
6505             },
6506             } },
6507             );
6508              
6509             has 'number_currency_formats' => (
6510             is => 'ro',
6511             isa => HashRef,
6512             init_arg => undef,
6513             default => sub { {
6514             'latn' => {
6515             'pattern' => {
6516             'default' => {
6517             'accounting' => {
6518             'negative' => '(#,##0.00 ¤)',
6519             'positive' => '#,##0.00 ¤',
6520             },
6521             'standard' => {
6522             'positive' => '#,##0.00 ¤',
6523             },
6524             },
6525             },
6526             },
6527             } },
6528             );
6529              
6530             has 'currencies' => (
6531             is => 'ro',
6532             isa => HashRef,
6533             init_arg => undef,
6534             default => sub { {
6535             'ADP' => {
6536             display_name => {
6537             'currency' => q(Andorska pezeta),
6538             'few' => q(andorske pezete),
6539             'one' => q(andorska pezeta),
6540             'other' => q(andorske pezete),
6541             },
6542             },
6543             'AED' => {
6544             display_name => {
6545             'currency' => q(dirham UAE),
6546             'few' => q(dirhama UAE),
6547             'one' => q(dirham UAE),
6548             'other' => q(dirhama UAE),
6549             },
6550             },
6551             'AFA' => {
6552             display_name => {
6553             'currency' => q(Avganistanski avgani \(1927–2002\)),
6554             'few' => q(avganistanska avgana \(1927–2002\)),
6555             'one' => q(avganistanski avgani \(1927–2002\)),
6556             'other' => q(avganistanskih avgana \(1927–2002\)),
6557             },
6558             },
6559             'AFN' => {
6560             display_name => {
6561             'currency' => q(avganistanski avgani),
6562             'few' => q(avganistanska avgana),
6563             'one' => q(avganistanski avgani),
6564             'other' => q(avganistanskih avgana),
6565             },
6566             },
6567             'ALK' => {
6568             display_name => {
6569             'few' => q(stara albanska leka),
6570             'one' => q(stari albanski lek),
6571             'other' => q(starih albanskih leka),
6572             },
6573             },
6574             'ALL' => {
6575             display_name => {
6576             'currency' => q(albanski lek),
6577             'few' => q(albanska leka),
6578             'one' => q(albanski lek),
6579             'other' => q(albanskih leka),
6580             },
6581             },
6582             'AMD' => {
6583             display_name => {
6584             'currency' => q(jermenski dram),
6585             'few' => q(jermenska drama),
6586             'one' => q(jermenski dram),
6587             'other' => q(jermenska drama),
6588             },
6589             },
6590             'ANG' => {
6591             display_name => {
6592             'currency' => q(holandskoantilski gulden),
6593             'few' => q(holandskoantilska guldena),
6594             'one' => q(holandskoantilski gulden),
6595             'other' => q(holandskoantilskih guldena),
6596             },
6597             },
6598             'AOA' => {
6599             display_name => {
6600             'currency' => q(angolska kvanza),
6601             'few' => q(angolske kvanze),
6602             'one' => q(angolska kvanza),
6603             'other' => q(angolskih kvanzi),
6604             },
6605             },
6606             'AOK' => {
6607             display_name => {
6608             'currency' => q(Angolijska kvanza \(1977–1990\)),
6609             'few' => q(angolijske kvanze \(1977–1990\)),
6610             'one' => q(angolijska kvanza \(1977–1990\)),
6611             'other' => q(angolijskih kvanzi \(1977–1990\)),
6612             },
6613             },
6614             'AON' => {
6615             display_name => {
6616             'currency' => q(Angolijska nova kvanza \(1990–2000\)),
6617             'few' => q(angolijske nove kvanze),
6618             'one' => q(angolijska nova kvanza),
6619             'other' => q(angolijskih novih kvanzi),
6620             },
6621             },
6622             'AOR' => {
6623             display_name => {
6624             'currency' => q(Angolijska kvanza reađustado \(1995–1999\)),
6625             'few' => q(angolijske kvanze reađustado \(1995–1999\)),
6626             'one' => q(angolijska kvanza reađustado \(1995–1999\)),
6627             'other' => q(angolijskih kvanzi reađustado \(1995–1999\)),
6628             },
6629             },
6630             'ARA' => {
6631             display_name => {
6632             'currency' => q(Argentinski austral),
6633             'few' => q(argentinska australa),
6634             'one' => q(argentinski austral),
6635             'other' => q(argentinskih australa),
6636             },
6637             },
6638             'ARL' => {
6639             display_name => {
6640             'currency' => q(Argentinski pezos lej),
6641             'few' => q(argentinska pezos leja),
6642             'one' => q(argentinski pezos lej),
6643             'other' => q(argentinskih pezos leja),
6644             },
6645             },
6646             'ARM' => {
6647             display_name => {
6648             'currency' => q(Argentinski pezos monedo nacional),
6649             'few' => q(argentinska pezos moneda nacional),
6650             'one' => q(argentinski pezos monedo nacional),
6651             'other' => q(argentinskih pezos moneda nacionala),
6652             },
6653             },
6654             'ARP' => {
6655             display_name => {
6656             'currency' => q(Argentinski pezo \(1983–1985\)),
6657             'few' => q(argentinska pezosa \(1983–1985\)),
6658             'one' => q(argentinski pezo \(1983–1985\)),
6659             'other' => q(argentinskih pezosa \(1983–1985\)),
6660             },
6661             },
6662             'ARS' => {
6663             display_name => {
6664             'currency' => q(argentinski pezos),
6665             'few' => q(argentinska pezosa),
6666             'one' => q(argentinski pezos),
6667             'other' => q(argentinskih pezosa),
6668             },
6669             },
6670             'ATS' => {
6671             display_name => {
6672             'currency' => q(Austrijski šiling),
6673             'few' => q(austrijska šilinga),
6674             'one' => q(austrijski šiling),
6675             'other' => q(austrijskih šilinga),
6676             },
6677             },
6678             'AUD' => {
6679             symbol => 'AUD',
6680             display_name => {
6681             'currency' => q(australijski dolar),
6682             'few' => q(australijska dolara),
6683             'one' => q(australijski dolar),
6684             'other' => q(australijskih dolara),
6685             },
6686             },
6687             'AWG' => {
6688             display_name => {
6689             'currency' => q(arubanski florin),
6690             'few' => q(arubanska florina),
6691             'one' => q(arubanski florin),
6692             'other' => q(arubanskih florina),
6693             },
6694             },
6695             'AZM' => {
6696             display_name => {
6697             'currency' => q(Azerbejdžanski manat \(1993–2006\)),
6698             'few' => q(azerbejdžanska manata \(1993–2006\)),
6699             'one' => q(azerbejdžanski manat \(1993–2006\)),
6700             'other' => q(azerbejdžanskih manata \(1993–2006\)),
6701             },
6702             },
6703             'AZN' => {
6704             display_name => {
6705             'currency' => q(azerbejdžanski manat),
6706             'few' => q(azerbejdžanska manata),
6707             'one' => q(azerbejdžanski manat),
6708             'other' => q(azerbejdžanskih manata),
6709             },
6710             },
6711             'BAD' => {
6712             display_name => {
6713             'currency' => q(Bosansko-Hercegovački dinar),
6714             'few' => q(bosansko-hercegovačka dinara),
6715             'one' => q(bosansko-hercegovački dinar),
6716             'other' => q(bosansko-hercegovačkih dinara),
6717             },
6718             },
6719             'BAM' => {
6720             symbol => 'KM',
6721             display_name => {
6722             'currency' => q(bosanskohercegovačka konvertibilna marka),
6723             'few' => q(bosanskohercegovačke konvertibilne marke),
6724             'one' => q(bosanskohercegovačka konvertibilna marka),
6725             'other' => q(bosanskohercegovačkih konvertibilnih maraka),
6726             },
6727             },
6728             'BAN' => {
6729             display_name => {
6730             'currency' => q(Bosansko-hercegovački novi dinar),
6731             'few' => q(bosansko-hercegovačka nova dinara),
6732             'one' => q(bosansko-hercegovački novi dinar),
6733             'other' => q(bosansko-hercegovačkih novih dinara),
6734             },
6735             },
6736             'BBD' => {
6737             display_name => {
6738             'currency' => q(barbadoški dolar),
6739             'few' => q(barbadoška dolara),
6740             'one' => q(barbadoški dolar),
6741             'other' => q(barbadoških dolara),
6742             },
6743             },
6744             'BDT' => {
6745             display_name => {
6746             'currency' => q(bangladeška taka),
6747             'few' => q(bangladeške take),
6748             'one' => q(bangladeška taka),
6749             'other' => q(bangladeških taka),
6750             },
6751             },
6752             'BEC' => {
6753             display_name => {
6754             'currency' => q(Belgijski franak \(konvertibilni\)),
6755             'few' => q(belgijska franka \(konvertibilna\)),
6756             'one' => q(belgijski franak \(konvertibilni\)),
6757             'other' => q(belgijskih franaka \(konvertibilnih\)),
6758             },
6759             },
6760             'BEF' => {
6761             display_name => {
6762             'currency' => q(Belgijski franak),
6763             'few' => q(belgijska franka),
6764             'one' => q(belgijski franak),
6765             'other' => q(belgijskih franaka),
6766             },
6767             },
6768             'BEL' => {
6769             display_name => {
6770             'currency' => q(Belgijski franak \(finansijski\)),
6771             'few' => q(belgijska franka \(finansijska\)),
6772             'one' => q(belgijski franak \(finansijski\)),
6773             'other' => q(belgijskih franaka \(finansijskih\)),
6774             },
6775             },
6776             'BGL' => {
6777             display_name => {
6778             'currency' => q(Bugarski tvrdi lev),
6779             'few' => q(bugarska tvrda leva),
6780             'one' => q(bugarski tvrdi lev),
6781             'other' => q(bugarskih tvrdih leva),
6782             },
6783             },
6784             'BGM' => {
6785             display_name => {
6786             'currency' => q(Bugarski socijalistički lev),
6787             'few' => q(bugarska socijalistička leva),
6788             'one' => q(bugarski socijalistički lev),
6789             'other' => q(bugarskih socijalističkih leva),
6790             },
6791             },
6792             'BGN' => {
6793             display_name => {
6794             'currency' => q(bugarski lev),
6795             'few' => q(bugarska leva),
6796             'one' => q(bugarski lev),
6797             'other' => q(bugarskih leva),
6798             },
6799             },
6800             'BGO' => {
6801             display_name => {
6802             'currency' => q(Stari bugarski lev),
6803             'few' => q(stara bugarska leva),
6804             'one' => q(stari bugarski lev),
6805             'other' => q(starih bugarskih leva),
6806             },
6807             },
6808             'BHD' => {
6809             display_name => {
6810             'currency' => q(bahreinski dinar),
6811             'few' => q(bahreinska dinara),
6812             'one' => q(bahreinski dinar),
6813             'other' => q(bahreinskih dinara),
6814             },
6815             },
6816             'BIF' => {
6817             display_name => {
6818             'currency' => q(burundski franak),
6819             'few' => q(burundska franka),
6820             'one' => q(burundski franak),
6821             'other' => q(burundskih franaka),
6822             },
6823             },
6824             'BMD' => {
6825             display_name => {
6826             'currency' => q(bermudski dolar),
6827             'few' => q(bermudska dolara),
6828             'one' => q(bermudski dolar),
6829             'other' => q(bermudskih dolara),
6830             },
6831             },
6832             'BND' => {
6833             display_name => {
6834             'currency' => q(brunejski dolar),
6835             'few' => q(brunejska dolara),
6836             'one' => q(brunejski dolar),
6837             'other' => q(brunejskih dolara),
6838             },
6839             },
6840             'BOB' => {
6841             display_name => {
6842             'currency' => q(bolivijski bolivijano),
6843             'few' => q(bolivijska bolivijana),
6844             'one' => q(bolivijski bolivijano),
6845             'other' => q(bolivijskih bolivijana),
6846             },
6847             },
6848             'BOL' => {
6849             display_name => {
6850             'currency' => q(Stari bolivijski bolivijano),
6851             'few' => q(stara bolivijska bolivijana),
6852             'one' => q(stari bolivijski bolivijano),
6853             'other' => q(starih bolivijskih bolivijana),
6854             },
6855             },
6856             'BOP' => {
6857             display_name => {
6858             'currency' => q(Bolivijski pezo),
6859             'few' => q(bolivijska pezosa),
6860             'one' => q(bolivijski pezo),
6861             'other' => q(bolivijskih pezosa),
6862             },
6863             },
6864             'BOV' => {
6865             display_name => {
6866             'currency' => q(Bolivijski mvdol),
6867             'few' => q(bolivijska mvdola),
6868             'one' => q(bolivijski mvdol),
6869             'other' => q(bolivijskih mvdola),
6870             },
6871             },
6872             'BRB' => {
6873             display_name => {
6874             'currency' => q(Brazilski novi kruzeiro \(1967–1986\)),
6875             'few' => q(brazilska nova kruzeira \(1967–1986\)),
6876             'one' => q(brazilski novi kruzeiro \(1967–1986\)),
6877             'other' => q(brazilskih novih kruzeira \(1967–1986\)),
6878             },
6879             },
6880             'BRC' => {
6881             display_name => {
6882             'currency' => q(Brazilijski kruzado),
6883             'few' => q(brazilska kruzadosa),
6884             'one' => q(brazilski kruzados),
6885             'other' => q(brazilskih kruzadosa),
6886             },
6887             },
6888             'BRE' => {
6889             display_name => {
6890             'currency' => q(Brazilski kruzeiro \(1990–1993\)),
6891             'few' => q(brazilska kruzeira \(1990–1993\)),
6892             'one' => q(brazilski kruzeiro \(1990–1993\)),
6893             'other' => q(brazilskih kruzeira \(1990–1993\)),
6894             },
6895             },
6896             'BRL' => {
6897             display_name => {
6898             'currency' => q(brazilski real),
6899             'few' => q(brazilska reala),
6900             'one' => q(brazilski real),
6901             'other' => q(brazilskih reala),
6902             },
6903             },
6904             'BRN' => {
6905             display_name => {
6906             'currency' => q(Brazilijski novi kruzado),
6907             'few' => q(brazilska nova kruzada),
6908             'one' => q(brazilski novi kruzado),
6909             'other' => q(brazilskih novih kruzada),
6910             },
6911             },
6912             'BRR' => {
6913             display_name => {
6914             'currency' => q(Brazilski kruzeiro),
6915             'few' => q(brazilska kruzeira),
6916             'one' => q(brazilski kruzeiro),
6917             'other' => q(brazilskih kruzeira),
6918             },
6919             },
6920             'BRZ' => {
6921             display_name => {
6922             'currency' => q(Stari brazilski kruzeiro),
6923             'few' => q(stara brazilska kruzeira),
6924             'one' => q(stari brazilski kruzeiro),
6925             'other' => q(starih brazilskih kruzeira),
6926             },
6927             },
6928             'BSD' => {
6929             display_name => {
6930             'currency' => q(bahamski dolar),
6931             'few' => q(bahamska dolara),
6932             'one' => q(bahamski dolar),
6933             'other' => q(bahamskih dolara),
6934             },
6935             },
6936             'BTN' => {
6937             display_name => {
6938             'currency' => q(butanski ngultrum),
6939             'few' => q(butanska ngultruma),
6940             'one' => q(butanski ngultrum),
6941             'other' => q(butanskih ngultruma),
6942             },
6943             },
6944             'BUK' => {
6945             display_name => {
6946             'currency' => q(Burmanski kjat),
6947             'few' => q(burmanska kjata),
6948             'one' => q(burmanski kjat),
6949             'other' => q(burmanskih kjata),
6950             },
6951             },
6952             'BWP' => {
6953             display_name => {
6954             'currency' => q(bocvanska pula),
6955             'few' => q(bocvanske pule),
6956             'one' => q(bocvanska pula),
6957             'other' => q(bocvanskih pula),
6958             },
6959             },
6960             'BYB' => {
6961             display_name => {
6962             'currency' => q(Beloruska nova rublja \(1994–1999\)),
6963             'few' => q(beloruske nove rublja \(1994–1999\)),
6964             'one' => q(beloruska nova rublja \(1994–1999\)),
6965             'other' => q(beloruskih novih rublji \(1994–1999\)),
6966             },
6967             },
6968             'BYN' => {
6969             symbol => 'r.',
6970             display_name => {
6971             'currency' => q(beloruska rublja),
6972             'few' => q(beloruske rublje),
6973             'one' => q(beloruska rublja),
6974             'other' => q(beloruskih rublji),
6975             },
6976             },
6977             'BYR' => {
6978             display_name => {
6979             'currency' => q(Beloruska rublja \(2000–2016\)),
6980             'few' => q(beloruske rublje \(2000–2016\)),
6981             'one' => q(beloruska rublja \(2000–2016\)),
6982             'other' => q(beloruskih rublji \(2000–2016\)),
6983             },
6984             },
6985             'BZD' => {
6986             display_name => {
6987             'currency' => q(beliski dolar),
6988             'few' => q(beliska dolara),
6989             'one' => q(beliski dolar),
6990             'other' => q(beliskih dolara),
6991             },
6992             },
6993             'CAD' => {
6994             display_name => {
6995             'currency' => q(kanadski dolar),
6996             'few' => q(kanadska dolara),
6997             'one' => q(kanadski dolar),
6998             'other' => q(kanadskih dolara),
6999             },
7000             },
7001             'CDF' => {
7002             display_name => {
7003             'currency' => q(kongoanski franak),
7004             'few' => q(kongoanska franka),
7005             'one' => q(kongoanski franak),
7006             'other' => q(kongoanskih franaka),
7007             },
7008             },
7009             'CHE' => {
7010             display_name => {
7011             'currency' => q(WIR evro),
7012             'few' => q(WIR evra),
7013             'one' => q(WIR evro),
7014             'other' => q(WIR evra),
7015             },
7016             },
7017             'CHF' => {
7018             display_name => {
7019             'currency' => q(švajcarski franak),
7020             'few' => q(švajcarska franka),
7021             'one' => q(švajcarski franak),
7022             'other' => q(švajcarskih franaka),
7023             },
7024             },
7025             'CHW' => {
7026             display_name => {
7027             'currency' => q(WIR franak),
7028             'few' => q(WIR franka),
7029             'one' => q(WIR franak),
7030             'other' => q(WIR franaka),
7031             },
7032             },
7033             'CLE' => {
7034             display_name => {
7035             'currency' => q(Čileanski eskudo),
7036             'few' => q(čileanska eskuda),
7037             'one' => q(čileanski eskudo),
7038             'other' => q(čileanskih eskuda),
7039             },
7040             },
7041             'CLF' => {
7042             display_name => {
7043             'currency' => q(Čileovski unidades se fomento),
7044             'few' => q(čileanska unidades de fomenta),
7045             'one' => q(čileanski unidades de fomento),
7046             'other' => q(čileanski unidadesi de fomento),
7047             },
7048             },
7049             'CLP' => {
7050             display_name => {
7051             'currency' => q(čileanski pezos),
7052             'few' => q(čileanska pezosa),
7053             'one' => q(čileanski pezos),
7054             'other' => q(čileanskih pezosa),
7055             },
7056             },
7057             'CNH' => {
7058             display_name => {
7059             'currency' => q(kineski juan \(ostrvski\)),
7060             'few' => q(kineska juana \(ostrvska\)),
7061             'one' => q(kineski juan \(ostrvski\)),
7062             'other' => q(kineskih juana \(ostrvskih\)),
7063             },
7064             },
7065             'CNX' => {
7066             display_name => {
7067             'currency' => q(Dolar kineske narodne banke),
7068             'few' => q(dolara kineske narodne banke),
7069             'one' => q(dolar kineske narodne banke),
7070             'other' => q(dolara kineske narodne banke),
7071             },
7072             },
7073             'CNY' => {
7074             display_name => {
7075             'currency' => q(kineski juan),
7076             'few' => q(kineska juana),
7077             'one' => q(kineski juan),
7078             'other' => q(kineskih juana),
7079             },
7080             },
7081             'COP' => {
7082             display_name => {
7083             'currency' => q(kolumbijski pezos),
7084             'few' => q(kolumbijska pezosa),
7085             'one' => q(kolumbijski pezos),
7086             'other' => q(kolumbijskih pezosa),
7087             },
7088             },
7089             'COU' => {
7090             display_name => {
7091             'currency' => q(Unidad de valorški real),
7092             'few' => q(nidad de valor reala),
7093             'one' => q(unidad de valorški real),
7094             'other' => q(unidad de valorških reala),
7095             },
7096             },
7097             'CRC' => {
7098             display_name => {
7099             'currency' => q(kostarikanski kolon),
7100             'few' => q(kostarikanska kolona),
7101             'one' => q(kostarikanski kolon),
7102             'other' => q(kostarikanskih kolona),
7103             },
7104             },
7105             'CSD' => {
7106             display_name => {
7107             'currency' => q(Stari srpski dinar),
7108             'few' => q(stara srpska dinara),
7109             'one' => q(stari srpski dinar),
7110             'other' => q(starih srpskih dinara),
7111             },
7112             },
7113             'CSK' => {
7114             display_name => {
7115             'currency' => q(Čehoslovačka tvrda kruna),
7116             'few' => q(čehoslovačke tvrde krune),
7117             'one' => q(čehoslovačka tvrda kruna),
7118             'other' => q(čehoslovačkih tvrdih kruna),
7119             },
7120             },
7121             'CUC' => {
7122             display_name => {
7123             'currency' => q(kubanski konvertibilni pezos),
7124             'few' => q(kubanska konvertibilna pezosa),
7125             'one' => q(kubanski konvertibilni pezos),
7126             'other' => q(kubanskih konvertibilnih pezosa),
7127             },
7128             },
7129             'CUP' => {
7130             display_name => {
7131             'currency' => q(kubanski pezos),
7132             'few' => q(kubanska pezosa),
7133             'one' => q(kubanski pezos),
7134             'other' => q(kubanskih pezosa),
7135             },
7136             },
7137             'CVE' => {
7138             display_name => {
7139             'currency' => q(zelenortski eskudo),
7140             'few' => q(zelenortska eskuda),
7141             'one' => q(zelenortski eskudo),
7142             'other' => q(zelenortskih eskuda),
7143             },
7144             },
7145             'CYP' => {
7146             display_name => {
7147             'currency' => q(Kiparska funta),
7148             'few' => q(kiparske funte),
7149             'one' => q(kiparska funta),
7150             'other' => q(kiparskih funti),
7151             },
7152             },
7153             'CZK' => {
7154             display_name => {
7155             'currency' => q(češka kruna),
7156             'few' => q(češke krune),
7157             'one' => q(češka kruna),
7158             'other' => q(čeških kruna),
7159             },
7160             },
7161             'DDM' => {
7162             display_name => {
7163             'currency' => q(Istočno-nemačka marka),
7164             'few' => q(istočno-nemačke marke),
7165             'one' => q(istočno-nemačka marka),
7166             'other' => q(istočno-nemačkih maraka),
7167             },
7168             },
7169             'DEM' => {
7170             display_name => {
7171             'currency' => q(Nemačka marka),
7172             'few' => q(nemačke marke),
7173             'one' => q(nemačka marka),
7174             'other' => q(nemačkih maraka),
7175             },
7176             },
7177             'DJF' => {
7178             display_name => {
7179             'currency' => q(džibutski franak),
7180             'few' => q(džibutska franka),
7181             'one' => q(džibutski franak),
7182             'other' => q(džibutskih franaka),
7183             },
7184             },
7185             'DKK' => {
7186             display_name => {
7187             'currency' => q(danska kruna),
7188             'few' => q(danske krune),
7189             'one' => q(danska kruna),
7190             'other' => q(danskih kruna),
7191             },
7192             },
7193             'DOP' => {
7194             display_name => {
7195             'currency' => q(dominikanski pezos),
7196             'few' => q(dominikanska pezosa),
7197             'one' => q(dominikanski pezos),
7198             'other' => q(dominikanskih pezosa),
7199             },
7200             },
7201             'DZD' => {
7202             display_name => {
7203             'currency' => q(alžirski dinar),
7204             'few' => q(alžirska dinara),
7205             'one' => q(alžirski dinar),
7206             'other' => q(alžirskih dinara),
7207             },
7208             },
7209             'ECS' => {
7210             display_name => {
7211             'currency' => q(Ekvadorski sakr),
7212             'few' => q(ekvadorska sakra),
7213             'one' => q(ekvadorski sakr),
7214             'other' => q(ekvadorskih sakra),
7215             },
7216             },
7217             'ECV' => {
7218             display_name => {
7219             'currency' => q(Ekvadorski unidad de valor konstante),
7220             'few' => q(ekvadorska unidad de valor konstanta),
7221             'one' => q(ekvadorski unidad de valor konstante),
7222             'other' => q(ekvadorskih unidad de valor konstanta),
7223             },
7224             },
7225             'EEK' => {
7226             display_name => {
7227             'currency' => q(Estonska kroon),
7228             'few' => q(estonske krune),
7229             'one' => q(estonska kruna),
7230             'other' => q(estonskih kruna),
7231             },
7232             },
7233             'EGP' => {
7234             display_name => {
7235             'currency' => q(egipatska funta),
7236             'few' => q(egipatske funte),
7237             'one' => q(egipatska funta),
7238             'other' => q(egipatskih funti),
7239             },
7240             },
7241             'ERN' => {
7242             display_name => {
7243             'currency' => q(eritrejska nakfa),
7244             'few' => q(eritrejske nakfe),
7245             'one' => q(eritrejska nakfa),
7246             'other' => q(eritrejskih nakfi),
7247             },
7248             },
7249             'ESA' => {
7250             display_name => {
7251             'currency' => q(Španska pezeta \(račun\)),
7252             'few' => q(španske pezete \(A račun\)),
7253             'one' => q(španska pezeta \(A račun\)),
7254             'other' => q(španskih pezeta \(A račun\)),
7255             },
7256             },
7257             'ESB' => {
7258             display_name => {
7259             'currency' => q(Španska pezeta \(konvertibilniračun\)),
7260             'few' => q(španske pezete \(konvertibilan račun\)),
7261             'one' => q(španska pezeta \(konvertibilan račun\)),
7262             'other' => q(španskih pezeta \(konvertibilan račun\)),
7263             },
7264             },
7265             'ESP' => {
7266             display_name => {
7267             'currency' => q(Španska pezeta),
7268             'few' => q(španska pezeta),
7269             'one' => q(španska pezeta),
7270             'other' => q(španske pezete),
7271             },
7272             },
7273             'ETB' => {
7274             display_name => {
7275             'currency' => q(etiopijski bir),
7276             'few' => q(etiopska bira),
7277             'one' => q(etiopski bir),
7278             'other' => q(etiopskih bira),
7279             },
7280             },
7281             'EUR' => {
7282             display_name => {
7283             'currency' => q(evro),
7284             'few' => q(evra),
7285             'one' => q(evro),
7286             'other' => q(evra),
7287             },
7288             },
7289             'FIM' => {
7290             display_name => {
7291             'currency' => q(Finska marka),
7292             'few' => q(finske marke),
7293             'one' => q(finska marka),
7294             'other' => q(finskih maraka),
7295             },
7296             },
7297             'FJD' => {
7298             display_name => {
7299             'currency' => q(fidžijski dolar),
7300             'few' => q(fidžijska dolara),
7301             'one' => q(fidžijski dolar),
7302             'other' => q(fidžijskih dolara),
7303             },
7304             },
7305             'FKP' => {
7306             display_name => {
7307             'currency' => q(folklandska funta),
7308             'few' => q(foklandske funte),
7309             'one' => q(foklandska funta),
7310             'other' => q(foklandskih funti),
7311             },
7312             },
7313             'FRF' => {
7314             display_name => {
7315             'currency' => q(Francuski franak),
7316             'few' => q(francuska franka),
7317             'one' => q(francuski franak),
7318             'other' => q(francuskih franaka),
7319             },
7320             },
7321             'GBP' => {
7322             display_name => {
7323             'currency' => q(britanska funta),
7324             'few' => q(britanske funte),
7325             'one' => q(britanska funta),
7326             'other' => q(britanskih funti),
7327             },
7328             },
7329             'GEK' => {
7330             display_name => {
7331             'currency' => q(Gruzijski kupon larit),
7332             'few' => q(gruzijska kupon larita),
7333             'one' => q(gruzijski kupon larit),
7334             'other' => q(gruzijskih kupon larita),
7335             },
7336             },
7337             'GEL' => {
7338             symbol => 'ლ',
7339             display_name => {
7340             'currency' => q(gruzijski lari),
7341             'few' => q(gruzijska larija),
7342             'one' => q(gruzijski lari),
7343             'other' => q(gruzijskih larija),
7344             },
7345             },
7346             'GHC' => {
7347             display_name => {
7348             'currency' => q(Ganski cedi \(1979–2007\)),
7349             'few' => q(ganska ceda \(1979–2007\)),
7350             'one' => q(ganski ced \(1979–2007\)),
7351             'other' => q(ganskih ceda \(1979–2007\)),
7352             },
7353             },
7354             'GHS' => {
7355             display_name => {
7356             'currency' => q(ganski sedi),
7357             'few' => q(ganska sedija),
7358             'one' => q(ganski sedi),
7359             'other' => q(ganskih sedija),
7360             },
7361             },
7362             'GIP' => {
7363             display_name => {
7364             'currency' => q(gibraltarska funta),
7365             'few' => q(gibraltarske funte),
7366             'one' => q(gibraltarska funta),
7367             'other' => q(gibraltarskih funti),
7368             },
7369             },
7370             'GMD' => {
7371             display_name => {
7372             'currency' => q(gambijski dalasi),
7373             'few' => q(gambijskih dalasija),
7374             'one' => q(gambijski dalasi),
7375             'other' => q(gambijskih dalasija),
7376             },
7377             },
7378             'GNF' => {
7379             display_name => {
7380             'currency' => q(gvinejski franak),
7381             'few' => q(gvinejska franka),
7382             'one' => q(gvinejski franak),
7383             'other' => q(gvinejskih franaka),
7384             },
7385             },
7386             'GNS' => {
7387             display_name => {
7388             'currency' => q(Gvinejski sili),
7389             'few' => q(gvinejska sila),
7390             'one' => q(gvinejski sili),
7391             'other' => q(gvinejskih sila),
7392             },
7393             },
7394             'GQE' => {
7395             display_name => {
7396             'currency' => q(Ekvatorijalno-gvinejski ekvele),
7397             'few' => q(ekvatorijalno-gvinejska ekvela),
7398             'one' => q(ekvatorijalno-gvinejski ekvele),
7399             'other' => q(ekvatorijalno-gvinejskih ekvela),
7400             },
7401             },
7402             'GRD' => {
7403             display_name => {
7404             'currency' => q(Grčka drahma),
7405             'few' => q(grčke drahme),
7406             'one' => q(grčka drahma),
7407             'other' => q(grčkih drahmi),
7408             },
7409             },
7410             'GTQ' => {
7411             display_name => {
7412             'currency' => q(gvatemalski kecal),
7413             'few' => q(gvatemalska kecala),
7414             'one' => q(gvatemalski kecal),
7415             'other' => q(gvatemalskih kecala),
7416             },
7417             },
7418             'GWE' => {
7419             display_name => {
7420             'currency' => q(Portugalska gvineja eskudo),
7421             'few' => q(portugalsko-gvinejska eskuda),
7422             'one' => q(portugalsko-gvinejski eskudo),
7423             'other' => q(portugalsko-gvinejskih eskuda),
7424             },
7425             },
7426             'GWP' => {
7427             display_name => {
7428             'currency' => q(Gvineja Bisao Pezo),
7429             'few' => q(gvineja-bisaoška pezosa),
7430             'one' => q(gvineja-bisaoški pezo),
7431             'other' => q(gvineja-bisaoških pezosa),
7432             },
7433             },
7434             'GYD' => {
7435             display_name => {
7436             'currency' => q(gvajanski dolar),
7437             'few' => q(gvajanska dolara),
7438             'one' => q(gvajanski dolar),
7439             'other' => q(gvajanskih dolara),
7440             },
7441             },
7442             'HKD' => {
7443             display_name => {
7444             'currency' => q(hongkonški dolar),
7445             'few' => q(hongkonška dolara),
7446             'one' => q(hongkonški dolar),
7447             'other' => q(hongkonških dolara),
7448             },
7449             },
7450             'HNL' => {
7451             display_name => {
7452             'currency' => q(honduraška lempira),
7453             'few' => q(honduraške lempire),
7454             'one' => q(honduraška lempira),
7455             'other' => q(honduraških lempira),
7456             },
7457             },
7458             'HRD' => {
7459             display_name => {
7460             'currency' => q(Hrvatski dinar),
7461             'few' => q(hrvatska dinara),
7462             'one' => q(hrvatski dinar),
7463             'other' => q(hrvatskih dinara),
7464             },
7465             },
7466             'HRK' => {
7467             display_name => {
7468             'currency' => q(hrvatska kuna),
7469             'few' => q(hrvatske kune),
7470             'one' => q(hrvatska kuna),
7471             'other' => q(hrvatskih kuna),
7472             },
7473             },
7474             'HTG' => {
7475             display_name => {
7476             'currency' => q(haićanski gurd),
7477             'few' => q(haićanska gurda),
7478             'one' => q(haićanski gurd),
7479             'other' => q(haićanskih gurda),
7480             },
7481             },
7482             'HUF' => {
7483             display_name => {
7484             'currency' => q(mađarska forinta),
7485             'few' => q(mađarske forinte),
7486             'one' => q(mađarska forinta),
7487             'other' => q(mađarskih forinti),
7488             },
7489             },
7490             'IDR' => {
7491             display_name => {
7492             'currency' => q(indonežanska rupija),
7493             'few' => q(indonežanske rupije),
7494             'one' => q(indonežanska rupija),
7495             'other' => q(indonežanskih rupija),
7496             },
7497             },
7498             'IEP' => {
7499             display_name => {
7500             'currency' => q(Irska funta),
7501             'few' => q(irske funte),
7502             'one' => q(irska funta),
7503             'other' => q(irskih funti),
7504             },
7505             },
7506             'ILP' => {
7507             display_name => {
7508             'currency' => q(Izraelska funta),
7509             'few' => q(izraelske funte),
7510             'one' => q(izraelska funta),
7511             'other' => q(izraelskih funti),
7512             },
7513             },
7514             'ILR' => {
7515             display_name => {
7516             'currency' => q(Stari izraelski šekeli),
7517             'few' => q(stari izraelski šekeli),
7518             'one' => q(stari izraelski šekeli),
7519             'other' => q(stari izraelski šekeli),
7520             },
7521             },
7522             'ILS' => {
7523             display_name => {
7524             'currency' => q(izraelski novi šekel),
7525             'few' => q(izraelska nova šekela),
7526             'one' => q(izraelski novi šekel),
7527             'other' => q(izraelskih novih šekela),
7528             },
7529             },
7530             'INR' => {
7531             display_name => {
7532             'currency' => q(indijska rupija),
7533             'few' => q(indijske rupije),
7534             'one' => q(indijska rupija),
7535             'other' => q(indijskih rupija),
7536             },
7537             },
7538             'IQD' => {
7539             display_name => {
7540             'currency' => q(irački dinar),
7541             'few' => q(iračka dinara),
7542             'one' => q(irački dinar),
7543             'other' => q(iračkih dinara),
7544             },
7545             },
7546             'IRR' => {
7547             display_name => {
7548             'currency' => q(iranski rijal),
7549             'few' => q(iranska rijala),
7550             'one' => q(iranski rijal),
7551             'other' => q(iranskih rijala),
7552             },
7553             },
7554             'ISJ' => {
7555             display_name => {
7556             'currency' => q(Stara islandska kruna),
7557             'few' => q(stara islandska kruna),
7558             'one' => q(stara islandska kruna),
7559             'other' => q(stara islandska kruna),
7560             },
7561             },
7562             'ISK' => {
7563             display_name => {
7564             'currency' => q(islandska kruna),
7565             'few' => q(islandske krune),
7566             'one' => q(islandska kruna),
7567             'other' => q(islandskih kruna),
7568             },
7569             },
7570             'ITL' => {
7571             display_name => {
7572             'currency' => q(Italijanska lira),
7573             'few' => q(italijanske lire),
7574             'one' => q(italijanska lira),
7575             'other' => q(italijanske lire),
7576             },
7577             },
7578             'JMD' => {
7579             display_name => {
7580             'currency' => q(jamajčanski dolar),
7581             'few' => q(jamajčanska dolara),
7582             'one' => q(jamajčanski dolar),
7583             'other' => q(jamajčanskix dolara),
7584             },
7585             },
7586             'JOD' => {
7587             display_name => {
7588             'currency' => q(jordanski dinar),
7589             'few' => q(jordanska dinara),
7590             'one' => q(jordanski dinar),
7591             'other' => q(jordanskih dinara),
7592             },
7593             },
7594             'JPY' => {
7595             symbol => '¥',
7596             display_name => {
7597             'currency' => q(japanski jen),
7598             'few' => q(japanska jena),
7599             'one' => q(japanski jen),
7600             'other' => q(japanskih jena),
7601             },
7602             },
7603             'KES' => {
7604             display_name => {
7605             'currency' => q(kenijski šiling),
7606             'few' => q(kenijska šilinga),
7607             'one' => q(kenijski šiling),
7608             'other' => q(kenijskih šilinga),
7609             },
7610             },
7611             'KGS' => {
7612             display_name => {
7613             'currency' => q(kirgistanski som),
7614             'few' => q(kirgistanska soma),
7615             'one' => q(kirgistanski som),
7616             'other' => q(kirgistanskih soma),
7617             },
7618             },
7619             'KHR' => {
7620             display_name => {
7621             'currency' => q(kambodžanski rijel),
7622             'few' => q(kambodžanska rijela),
7623             'one' => q(kambodžanski rijel),
7624             'other' => q(kambodžanskih rijela),
7625             },
7626             },
7627             'KMF' => {
7628             display_name => {
7629             'currency' => q(komorski franak),
7630             'few' => q(komorska franka),
7631             'one' => q(komorski franak),
7632             'other' => q(komorskih franaka),
7633             },
7634             },
7635             'KPW' => {
7636             display_name => {
7637             'currency' => q(severnokorejski von),
7638             'few' => q(severnokorejska vona),
7639             'one' => q(severnokorejski von),
7640             'other' => q(severnokorejskih vona),
7641             },
7642             },
7643             'KRH' => {
7644             display_name => {
7645             'currency' => q(Južnokorejski hvan),
7646             'few' => q(južnokorejska hvana),
7647             'one' => q(južnokorejski hvan),
7648             'other' => q(južnokorejskih hvana),
7649             },
7650             },
7651             'KRO' => {
7652             display_name => {
7653             'currency' => q(Stari južnokorejski von),
7654             'few' => q(stara južnokorejska vona),
7655             'one' => q(stari južnokorejski von),
7656             'other' => q(starih južnokorejskih vona),
7657             },
7658             },
7659             'KRW' => {
7660             symbol => 'KRW',
7661             display_name => {
7662             'currency' => q(južnokorejski von),
7663             'few' => q(južnokorejska vona),
7664             'one' => q(južnokorejski von),
7665             'other' => q(južnokorejskih vona),
7666             },
7667             },
7668             'KWD' => {
7669             display_name => {
7670             'currency' => q(kuvajtski dinar),
7671             'few' => q(kuvajtska dinara),
7672             'one' => q(kuvajtski dinar),
7673             'other' => q(kuvajtskih dinara),
7674             },
7675             },
7676             'KYD' => {
7677             display_name => {
7678             'currency' => q(kajmanski dolar),
7679             'few' => q(kajmanska dolara),
7680             'one' => q(kajmanski dolar),
7681             'other' => q(kajmanskih dolara),
7682             },
7683             },
7684             'KZT' => {
7685             display_name => {
7686             'currency' => q(kazahstanski tenge),
7687             'few' => q(kazahstanska tengea),
7688             'one' => q(kazahstanski tenge),
7689             'other' => q(kazahstanskih tengea),
7690             },
7691             },
7692             'LAK' => {
7693             display_name => {
7694             'currency' => q(laoski kip),
7695             'few' => q(laoska kipa),
7696             'one' => q(laoski kip),
7697             'other' => q(laoskih kipa),
7698             },
7699             },
7700             'LBP' => {
7701             display_name => {
7702             'currency' => q(libanska funta),
7703             'few' => q(libanske funte),
7704             'one' => q(libanska funta),
7705             'other' => q(libanskih funti),
7706             },
7707             },
7708             'LKR' => {
7709             display_name => {
7710             'currency' => q(šrilančanska rupija),
7711             'few' => q(šrilančanske rupije),
7712             'one' => q(šrilančanska rupija),
7713             'other' => q(šrilančanskih rupija),
7714             },
7715             },
7716             'LRD' => {
7717             display_name => {
7718             'currency' => q(liberijski dolar),
7719             'few' => q(liberijska dolara),
7720             'one' => q(liberijski dolar),
7721             'other' => q(liberijskih dolara),
7722             },
7723             },
7724             'LSL' => {
7725             display_name => {
7726             'currency' => q(lesotski loti),
7727             'few' => q(lesotska lotija),
7728             'one' => q(lesotski loti),
7729             'other' => q(lesotskih lotija),
7730             },
7731             },
7732             'LTL' => {
7733             display_name => {
7734             'currency' => q(Litvanski litas),
7735             'few' => q(litvanska litasa),
7736             'one' => q(litvanski litas),
7737             'other' => q(litvanskih litasa),
7738             },
7739             },
7740             'LTT' => {
7741             display_name => {
7742             'currency' => q(Litvanski talonas),
7743             'few' => q(litvanska talonasa),
7744             'one' => q(litvanski talonas),
7745             'other' => q(litvanskih talonasa),
7746             },
7747             },
7748             'LUC' => {
7749             display_name => {
7750             'currency' => q(Luksemburški konvertibilni franak),
7751             'few' => q(luksemburška konvertibilna franka),
7752             'one' => q(luksemburški konvertibilni franak),
7753             'other' => q(luksemburških konvertibilnih franaka),
7754             },
7755             },
7756             'LUF' => {
7757             display_name => {
7758             'currency' => q(Luksemburški franak),
7759             'few' => q(luksemburška franka),
7760             'one' => q(luksemburški franak),
7761             'other' => q(luksemburški franci),
7762             },
7763             },
7764             'LUL' => {
7765             display_name => {
7766             'currency' => q(Luksemburški finansijski franak),
7767             'few' => q(luksemburška finansijska franka),
7768             'one' => q(luksemburški finansijski franak),
7769             'other' => q(luksemburških finansijskih franaka),
7770             },
7771             },
7772             'LVL' => {
7773             display_name => {
7774             'currency' => q(Latvijski lati),
7775             'few' => q(latvijska lata),
7776             'one' => q(latvijski lat),
7777             'other' => q(latvijskih lata),
7778             },
7779             },
7780             'LVR' => {
7781             display_name => {
7782             'currency' => q(Latvijska rublja),
7783             'few' => q(latvijske rublje),
7784             'one' => q(latvijska rublja),
7785             'other' => q(latvijskih rublji),
7786             },
7787             },
7788             'LYD' => {
7789             display_name => {
7790             'currency' => q(libijski dinar),
7791             'few' => q(libijska dinara),
7792             'one' => q(libijski dinar),
7793             'other' => q(libijskih dinara),
7794             },
7795             },
7796             'MAD' => {
7797             display_name => {
7798             'currency' => q(marokanski dirham),
7799             'few' => q(marokanska dirhama),
7800             'one' => q(marokanski dirham),
7801             'other' => q(marokanskih dirhama),
7802             },
7803             },
7804             'MAF' => {
7805             display_name => {
7806             'currency' => q(Marokanski franak),
7807             'few' => q(marokanska franka),
7808             'one' => q(marokanski franak),
7809             'other' => q(marokanskih franaka),
7810             },
7811             },
7812             'MCF' => {
7813             display_name => {
7814             'currency' => q(Monegaskanski franak),
7815             'few' => q(monegaskanska franka),
7816             'one' => q(monegaskanski franak),
7817             'other' => q(monegaskanskih franaka),
7818             },
7819             },
7820             'MDC' => {
7821             display_name => {
7822             'currency' => q(Moldovanski kupon),
7823             'few' => q(moldovanska kupona),
7824             'one' => q(moldovanski kupon),
7825             'other' => q(moldovanskih kupona),
7826             },
7827             },
7828             'MDL' => {
7829             display_name => {
7830             'currency' => q(moldavski lej),
7831             'few' => q(moldavska leja),
7832             'one' => q(moldavski lej),
7833             'other' => q(moldavskih leja),
7834             },
7835             },
7836             'MGA' => {
7837             display_name => {
7838             'currency' => q(malgaški arijari),
7839             'few' => q(malgaška arijarija),
7840             'one' => q(malgaški arijari),
7841             'other' => q(malgaških arijarija),
7842             },
7843             },
7844             'MGF' => {
7845             display_name => {
7846             'currency' => q(Malagasijski franak),
7847             'few' => q(malagašajska franka),
7848             'one' => q(malagašajski franak),
7849             'other' => q(malagašajski franci),
7850             },
7851             },
7852             'MKD' => {
7853             display_name => {
7854             'currency' => q(makedonski denar),
7855             'few' => q(makedonska denara),
7856             'one' => q(makedonski denar),
7857             'other' => q(makedonskih denara),
7858             },
7859             },
7860             'MKN' => {
7861             display_name => {
7862             'currency' => q(Stari makedonski denar),
7863             'few' => q(stara makedonska denara),
7864             'one' => q(stari makedonski denar),
7865             'other' => q(starih makedonskih denara),
7866             },
7867             },
7868             'MLF' => {
7869             display_name => {
7870             'currency' => q(Malijanski franak),
7871             'few' => q(malijska franka),
7872             'one' => q(malijski franak),
7873             'other' => q(malijskih franaka),
7874             },
7875             },
7876             'MMK' => {
7877             display_name => {
7878             'currency' => q(mjanmarski kjat),
7879             'few' => q(mjanmarska kjata),
7880             'one' => q(mjanmarski kjat),
7881             'other' => q(mjanmarskih kjata),
7882             },
7883             },
7884             'MNT' => {
7885             display_name => {
7886             'currency' => q(mongolski tugrik),
7887             'few' => q(mongolska tugrika),
7888             'one' => q(mongolski tugrik),
7889             'other' => q(mongolskih tugrika),
7890             },
7891             },
7892             'MOP' => {
7893             display_name => {
7894             'currency' => q(makaoska pataka),
7895             'few' => q(makaoske patake),
7896             'one' => q(makaoska pataka),
7897             'other' => q(makaoskih pataka),
7898             },
7899             },
7900             'MRO' => {
7901             display_name => {
7902             'currency' => q(Mauritanijska ogija \(1973–2017\)),
7903             'few' => q(mauritanijske ogije \(1973–2017\)),
7904             'one' => q(mauritanijska ogija \(1973–2017\)),
7905             'other' => q(mauritanijskih ogija \(1973–2017\)),
7906             },
7907             },
7908             'MRU' => {
7909             display_name => {
7910             'currency' => q(mauritanska ogija),
7911             'few' => q(mauritanske ogije),
7912             'one' => q(mauritanska ogija),
7913             'other' => q(mauritanskih ogija),
7914             },
7915             },
7916             'MTL' => {
7917             display_name => {
7918             'currency' => q(Malteška lira),
7919             'few' => q(malteške lire),
7920             'one' => q(malteška lira),
7921             'other' => q(malteških lira),
7922             },
7923             },
7924             'MTP' => {
7925             display_name => {
7926             'currency' => q(Malteška funta),
7927             'few' => q(malteške funte),
7928             'one' => q(malteška funta),
7929             'other' => q(malteških funti),
7930             },
7931             },
7932             'MUR' => {
7933             display_name => {
7934             'currency' => q(mauricijska rupija),
7935             'few' => q(mauricijske rupije),
7936             'one' => q(mauricijska rupija),
7937             'other' => q(mauricijskih rupija),
7938             },
7939             },
7940             'MVR' => {
7941             display_name => {
7942             'currency' => q(maldivska rufija),
7943             'few' => q(maldivske rufije),
7944             'one' => q(maldivska rufija),
7945             'other' => q(maldivskih rufija),
7946             },
7947             },
7948             'MWK' => {
7949             display_name => {
7950             'currency' => q(malavijska kvača),
7951             'few' => q(malavijske kvače),
7952             'one' => q(malavijska kvača),
7953             'other' => q(malavijskih kvača),
7954             },
7955             },
7956             'MXN' => {
7957             display_name => {
7958             'currency' => q(meksički pezos),
7959             'few' => q(meksička pezosa),
7960             'one' => q(meksički pezos),
7961             'other' => q(meksičkih pezosa),
7962             },
7963             },
7964             'MXP' => {
7965             display_name => {
7966             'currency' => q(Meksički srebrni pezo \(1861–1992\)),
7967             'few' => q(meksička srebrna pezosa),
7968             'one' => q(meksički srebrni pezo),
7969             'other' => q(meksičkih srebrnih pezosa),
7970             },
7971             },
7972             'MXV' => {
7973             display_name => {
7974             'currency' => q(Meksički unidad de inversion \(UDI\)),
7975             'few' => q(meksička unidads de inverziona),
7976             'one' => q(meksički unidads de inverzion),
7977             'other' => q(meksičkih unidads de inverziona),
7978             },
7979             },
7980             'MYR' => {
7981             display_name => {
7982             'currency' => q(malezijski ringit),
7983             'few' => q(malezijska ringita),
7984             'one' => q(malezijski ringit),
7985             'other' => q(malezijskih ringita),
7986             },
7987             },
7988             'MZE' => {
7989             display_name => {
7990             'currency' => q(Mozambijski eskudo),
7991             'few' => q(mozambijska eskuda),
7992             'one' => q(mozambijski eskudo),
7993             'other' => q(mozambijskih eskuda),
7994             },
7995             },
7996             'MZM' => {
7997             display_name => {
7998             'currency' => q(Stari mozambijski metikal),
7999             'few' => q(stara mozambijska metikala),
8000             'one' => q(stari mozambijski metikal),
8001             'other' => q(starih mozambijskih metikala),
8002             },
8003             },
8004             'MZN' => {
8005             display_name => {
8006             'currency' => q(mozambički metikal),
8007             'few' => q(mozambička metikala),
8008             'one' => q(mozambički metikal),
8009             'other' => q(mozambičkih metikala),
8010             },
8011             },
8012             'NAD' => {
8013             display_name => {
8014             'currency' => q(namibijski dolar),
8015             'few' => q(namibijska dolara),
8016             'one' => q(namibijski dolar),
8017             'other' => q(namibijskih dolara),
8018             },
8019             },
8020             'NGN' => {
8021             display_name => {
8022             'currency' => q(nigerijska naira),
8023             'few' => q(nigerijske naire),
8024             'one' => q(nigerijska naira),
8025             'other' => q(nigerijskih naira),
8026             },
8027             },
8028             'NIC' => {
8029             display_name => {
8030             'currency' => q(nikaragvanska kordoba \(1988–1991\)),
8031             'few' => q(nikaragvanske kordobe \(1988–1991\)),
8032             'one' => q(nikaragvanska kordoba \(1988–1991\)),
8033             'other' => q(nikaragvanskih kordoba \(1988–1991\)),
8034             },
8035             },
8036             'NIO' => {
8037             display_name => {
8038             'currency' => q(nikaragvanska kordoba),
8039             'few' => q(nikaragvanske kordobe),
8040             'one' => q(nikaragvanska kordoba),
8041             'other' => q(nikaragvanskih kordoba),
8042             },
8043             },
8044             'NLG' => {
8045             display_name => {
8046             'currency' => q(Holandski gulden),
8047             'few' => q(holandska guldena),
8048             'one' => q(holandski gulden),
8049             'other' => q(holandskih guldena),
8050             },
8051             },
8052             'NOK' => {
8053             display_name => {
8054             'currency' => q(norveška kruna),
8055             'few' => q(norveške krune),
8056             'one' => q(norveška kruna),
8057             'other' => q(norveških kruna),
8058             },
8059             },
8060             'NPR' => {
8061             display_name => {
8062             'currency' => q(nepalska rupija),
8063             'few' => q(nepalske rupije),
8064             'one' => q(nepalska rupija),
8065             'other' => q(nepalskih rupija),
8066             },
8067             },
8068             'NZD' => {
8069             symbol => 'NZD',
8070             display_name => {
8071             'currency' => q(novozelandski dolar),
8072             'few' => q(novozelandska dolara),
8073             'one' => q(novozelandski dolar),
8074             'other' => q(novozelandskih dolara),
8075             },
8076             },
8077             'OMR' => {
8078             display_name => {
8079             'currency' => q(omanski rijal),
8080             'few' => q(omanska rijala),
8081             'one' => q(omanski rijal),
8082             'other' => q(omanskih rijala),
8083             },
8084             },
8085             'PAB' => {
8086             display_name => {
8087             'currency' => q(panamska balboa),
8088             'few' => q(panamske balboe),
8089             'one' => q(panamska balboa),
8090             'other' => q(panamskih balboa),
8091             },
8092             },
8093             'PEI' => {
8094             display_name => {
8095             'currency' => q(Peruanski inti),
8096             'few' => q(peruvijska intija),
8097             'one' => q(peruvijski inti),
8098             'other' => q(peruvijskih intija),
8099             },
8100             },
8101             'PEN' => {
8102             display_name => {
8103             'currency' => q(peruanski sol),
8104             'few' => q(peruanska sola),
8105             'one' => q(peruanski sol),
8106             'other' => q(peruanskih sola),
8107             },
8108             },
8109             'PES' => {
8110             display_name => {
8111             'currency' => q(Peruanski sol \(1863–1965\)),
8112             'few' => q(peruanska sola \(1863–1965\)),
8113             'one' => q(peruanski sol \(1863–1965\)),
8114             'other' => q(peruanskih sola \(1863–1965\)),
8115             },
8116             },
8117             'PGK' => {
8118             display_name => {
8119             'currency' => q(papuanska kina),
8120             'few' => q(papuanske kine),
8121             'one' => q(papuanska kina),
8122             'other' => q(papuanskih kina),
8123             },
8124             },
8125             'PHP' => {
8126             symbol => 'PHP',
8127             display_name => {
8128             'currency' => q(filipinski pezos),
8129             'few' => q(filipinska pezosa),
8130             'one' => q(filipinski pezos),
8131             'other' => q(filipinskih pezosa),
8132             },
8133             },
8134             'PKR' => {
8135             display_name => {
8136             'currency' => q(pakistanska rupija),
8137             'few' => q(pakistanske rupije),
8138             'one' => q(pakistanska rupija),
8139             'other' => q(pakistanskih rupija),
8140             },
8141             },
8142             'PLN' => {
8143             display_name => {
8144             'currency' => q(poljski zlot),
8145             'few' => q(poljska zlota),
8146             'one' => q(poljski zlot),
8147             'other' => q(poljskih zlota),
8148             },
8149             },
8150             'PLZ' => {
8151             display_name => {
8152             'currency' => q(Poljski zloti \(1950–1995\)),
8153             'few' => q(poljska zlota \(1950–1995\)),
8154             'one' => q(poljski zlot \(1950–1995\)),
8155             'other' => q(poljskih zlota \(1950–1995\)),
8156             },
8157             },
8158             'PTE' => {
8159             display_name => {
8160             'currency' => q(Portugalski eskudo),
8161             'few' => q(portugalska eskuda),
8162             'one' => q(portugalski eskudo),
8163             'other' => q(portugalskih eskuda),
8164             },
8165             },
8166             'PYG' => {
8167             display_name => {
8168             'currency' => q(paragvajski gvarani),
8169             'few' => q(paragvajska gvaranija),
8170             'one' => q(paragvajski gvarani),
8171             'other' => q(paragvajskih gvaranija),
8172             },
8173             },
8174             'QAR' => {
8175             display_name => {
8176             'currency' => q(katarski rijal),
8177             'few' => q(katarska rijala),
8178             'one' => q(katarski rijal),
8179             'other' => q(katarskih rijala),
8180             },
8181             },
8182             'RHD' => {
8183             display_name => {
8184             'currency' => q(Rodejskidolar),
8185             'few' => q(rodežanska dolara),
8186             'one' => q(rodežanski dolar),
8187             'other' => q(rodežanskih dolara),
8188             },
8189             },
8190             'ROL' => {
8191             display_name => {
8192             'currency' => q(Rumunski lej \(1952–2006\)),
8193             'few' => q(rumunska leja \(1952–2006\)),
8194             'one' => q(rumunski lej \(1952–2006\)),
8195             'other' => q(rumunskih leja \(1952–2006\)),
8196             },
8197             },
8198             'RON' => {
8199             display_name => {
8200             'currency' => q(rumunski lej),
8201             'few' => q(rumunska leja),
8202             'one' => q(rumunski lej),
8203             'other' => q(rumunskih leja),
8204             },
8205             },
8206             'RSD' => {
8207             display_name => {
8208             'currency' => q(srpski dinar),
8209             'few' => q(srpska dinara),
8210             'one' => q(srpski dinar),
8211             'other' => q(srpskih dinara),
8212             },
8213             },
8214             'RUB' => {
8215             display_name => {
8216             'currency' => q(ruska rublja),
8217             'few' => q(ruske rublje),
8218             'one' => q(ruska rublja),
8219             'other' => q(ruskih rublji),
8220             },
8221             },
8222             'RUR' => {
8223             display_name => {
8224             'currency' => q(Ruska rublja \(1991–1998\)),
8225             'few' => q(ruske rublje \(1991–1998\)),
8226             'one' => q(ruska rublja \(1991–1998\)),
8227             'other' => q(ruskih rublji \(1991–1998\)),
8228             },
8229             },
8230             'RWF' => {
8231             display_name => {
8232             'currency' => q(ruandski franak),
8233             'few' => q(ruandska franka),
8234             'one' => q(ruandski franak),
8235             'other' => q(ruandskih franaka),
8236             },
8237             },
8238             'SAR' => {
8239             display_name => {
8240             'currency' => q(saudijski rijal),
8241             'few' => q(saudijska rijala),
8242             'one' => q(saudijski rijal),
8243             'other' => q(saudijskih rijala),
8244             },
8245             },
8246             'SBD' => {
8247             display_name => {
8248             'currency' => q(solomonski dolar),
8249             'few' => q(solomonska dolara),
8250             'one' => q(solomonski dolar),
8251             'other' => q(solomonskih dolara),
8252             },
8253             },
8254             'SCR' => {
8255             display_name => {
8256             'currency' => q(sejšelska rupija),
8257             'few' => q(sejšelske rupije),
8258             'one' => q(sejšelska rupija),
8259             'other' => q(sejšelskih rupija),
8260             },
8261             },
8262             'SDD' => {
8263             display_name => {
8264             'currency' => q(Stari sudanski dinar),
8265             'few' => q(stara sudanska dinara),
8266             'one' => q(stari sudanski dinar),
8267             'other' => q(starih sudanskih dinara),
8268             },
8269             },
8270             'SDG' => {
8271             display_name => {
8272             'currency' => q(sudanska funta),
8273             'few' => q(sudanske funte),
8274             'one' => q(sudanska funta),
8275             'other' => q(sudanskih funti),
8276             },
8277             },
8278             'SDP' => {
8279             display_name => {
8280             'currency' => q(Stara sudanska funta),
8281             'few' => q(stare sudanske funte),
8282             'one' => q(stara sudanska funta),
8283             'other' => q(starih sudanskih funti),
8284             },
8285             },
8286             'SEK' => {
8287             display_name => {
8288             'currency' => q(švedska kruna),
8289             'few' => q(švedske krune),
8290             'one' => q(švedska kruna),
8291             'other' => q(švedskih kruna),
8292             },
8293             },
8294             'SGD' => {
8295             display_name => {
8296             'currency' => q(singapurski dolar),
8297             'few' => q(singapurska dolara),
8298             'one' => q(singapurski dolar),
8299             'other' => q(singapurskih dolara),
8300             },
8301             },
8302             'SHP' => {
8303             display_name => {
8304             'currency' => q(funta Svete Jelene),
8305             'few' => q(funte Svete Jelene),
8306             'one' => q(funta Svete Jelene),
8307             'other' => q(funti Svete Jelene),
8308             },
8309             },
8310             'SIT' => {
8311             display_name => {
8312             'currency' => q(Slovenački tolar),
8313             'few' => q(slovenačka tolara),
8314             'one' => q(slovenački tolar),
8315             'other' => q(slovenačkih tolara),
8316             },
8317             },
8318             'SKK' => {
8319             display_name => {
8320             'currency' => q(Slovačka kruna),
8321             'few' => q(slovačke krune),
8322             'one' => q(slovačka kruna),
8323             'other' => q(slovačkih kruna),
8324             },
8325             },
8326             'SLE' => {
8327             display_name => {
8328             'currency' => q(sijeraleonski leone),
8329             'few' => q(sijeraleonska leona),
8330             'one' => q(sijeraleonski leone),
8331             'other' => q(sijeraleonskih leona),
8332             },
8333             },
8334             'SLL' => {
8335             display_name => {
8336             'currency' => q(sijeraleonski leone \(1964—2022\)),
8337             'few' => q(sijeraleonska leona \(1964—2022\)),
8338             'one' => q(sijeraleonski leone \(1964—2022\)),
8339             'other' => q(sijeraleonskih leona \(1964—2022\)),
8340             },
8341             },
8342             'SOS' => {
8343             display_name => {
8344             'currency' => q(somalijski šiling),
8345             'few' => q(somalijska šilinga),
8346             'one' => q(somalijski šiling),
8347             'other' => q(somalijskih šilinga),
8348             },
8349             },
8350             'SRD' => {
8351             display_name => {
8352             'currency' => q(surinamski dolar),
8353             'few' => q(surinamska dolara),
8354             'one' => q(surinamski dolar),
8355             'other' => q(surinamskih dolara),
8356             },
8357             },
8358             'SRG' => {
8359             display_name => {
8360             'currency' => q(Surinamski gilder),
8361             'few' => q(surinamska gildera),
8362             'one' => q(surinamski gilder),
8363             'other' => q(surinamskih gildera),
8364             },
8365             },
8366             'SSP' => {
8367             display_name => {
8368             'currency' => q(južnosudanska funta),
8369             'few' => q(južnosudanske funte),
8370             'one' => q(južnosudanska funta),
8371             'other' => q(južnosudanskih funti),
8372             },
8373             },
8374             'STD' => {
8375             display_name => {
8376             'currency' => q(Saotomska dobra \(1977–2017\)),
8377             'few' => q(saotomske dobre \(1977–2017\)),
8378             'one' => q(saotomska dobra \(1977–2017\)),
8379             'other' => q(saotomskih dobri \(1977–2017\)),
8380             },
8381             },
8382             'STN' => {
8383             display_name => {
8384             'currency' => q(saotomska dobra),
8385             'few' => q(saotomske dobre),
8386             'one' => q(saotomska dobra),
8387             'other' => q(saotomskih dobri),
8388             },
8389             },
8390             'SUR' => {
8391             display_name => {
8392             'currency' => q(Sovjetska rublja),
8393             'few' => q(sovjetske rublje),
8394             'one' => q(sovjetska rublja),
8395             'other' => q(sovjetskih rublji),
8396             },
8397             },
8398             'SVC' => {
8399             display_name => {
8400             'currency' => q(Salvadorski kolon),
8401             'few' => q(salvadorska kolona),
8402             'one' => q(salvadorski kolon),
8403             'other' => q(salvadorskih kolona),
8404             },
8405             },
8406             'SYP' => {
8407             display_name => {
8408             'currency' => q(sirijska funta),
8409             'few' => q(sirijske funte),
8410             'one' => q(sirijska funta),
8411             'other' => q(sirijskih funti),
8412             },
8413             },
8414             'SZL' => {
8415             display_name => {
8416             'currency' => q(svazilendski lilangeni),
8417             'few' => q(svazilendska lilangenija),
8418             'one' => q(svazilendski lilangeni),
8419             'other' => q(svazilendskih lilangenija),
8420             },
8421             },
8422             'THB' => {
8423             display_name => {
8424             'currency' => q(tajlandski bat),
8425             'few' => q(tajlandska bata),
8426             'one' => q(tajlandski bat),
8427             'other' => q(tajlandskih bata),
8428             },
8429             },
8430             'TJR' => {
8431             display_name => {
8432             'currency' => q(Tadžihistanska rublja),
8433             'few' => q(tadžihistanske rublje),
8434             'one' => q(tadžihistanska rublja),
8435             'other' => q(tadžihistanskih rublji),
8436             },
8437             },
8438             'TJS' => {
8439             display_name => {
8440             'currency' => q(tadžikistanski somon),
8441             'few' => q(tadžikistanska somona),
8442             'one' => q(tadžikistanski somon),
8443             'other' => q(tadžikistanskih somona),
8444             },
8445             },
8446             'TMM' => {
8447             display_name => {
8448             'currency' => q(Turkmenistanski manat \(1993–2009\)),
8449             'few' => q(turkmenistanska manata \(1993–2009\)),
8450             'one' => q(turkmenistanski manat \(1993–2009\)),
8451             'other' => q(turkmenistanski manat \(1993–2009\)),
8452             },
8453             },
8454             'TMT' => {
8455             display_name => {
8456             'currency' => q(turkmenistanski manat),
8457             'few' => q(turkmenistanska manata),
8458             'one' => q(turkmenistanski manat),
8459             'other' => q(turkmenistanskih manata),
8460             },
8461             },
8462             'TND' => {
8463             display_name => {
8464             'currency' => q(tuniski dinar),
8465             'few' => q(tuniska dinara),
8466             'one' => q(tuniski dinar),
8467             'other' => q(tuniskih dinara),
8468             },
8469             },
8470             'TOP' => {
8471             display_name => {
8472             'currency' => q(tonganska panga),
8473             'few' => q(tonganske pange),
8474             'one' => q(tonganska panga),
8475             'other' => q(tonganskih pangi),
8476             },
8477             },
8478             'TPE' => {
8479             display_name => {
8480             'currency' => q(Timorški eskudo),
8481             'few' => q(timorška eskuda),
8482             'one' => q(timorški eskudo),
8483             'other' => q(timorških eskuda),
8484             },
8485             },
8486             'TRL' => {
8487             display_name => {
8488             'currency' => q(Turska lira \(1922–2005\)),
8489             'few' => q(turske lire \(1922–2005\)),
8490             'one' => q(turska lira \(1922–2005\)),
8491             'other' => q(turskih lira \(1922–2005\)),
8492             },
8493             },
8494             'TRY' => {
8495             display_name => {
8496             'currency' => q(turska lira),
8497             'few' => q(turske lire),
8498             'one' => q(turska lira),
8499             'other' => q(turskih lira),
8500             },
8501             },
8502             'TTD' => {
8503             display_name => {
8504             'currency' => q(trinidadskotobaški dolar),
8505             'few' => q(trinidadskotobaška dolara),
8506             'one' => q(trinidadskotobaški dolar),
8507             'other' => q(trinidadskotobaških dolara),
8508             },
8509             },
8510             'TWD' => {
8511             symbol => 'NT$',
8512             display_name => {
8513             'currency' => q(novi tajvanski dolar),
8514             'few' => q(nova tajvanska dolara),
8515             'one' => q(novi tajvanski dolar),
8516             'other' => q(novih tajvanskih dolara),
8517             },
8518             },
8519             'TZS' => {
8520             display_name => {
8521             'currency' => q(tanzanijski šiling),
8522             'few' => q(tanzanijska šilinga),
8523             'one' => q(tanzanijski šiling),
8524             'other' => q(tanzanijskih šilinga),
8525             },
8526             },
8527             'UAH' => {
8528             display_name => {
8529             'currency' => q(ukrajinska grivna),
8530             'few' => q(ukrajinske grivne),
8531             'one' => q(ukrajinska grivna),
8532             'other' => q(ukrajinskih hrivnji),
8533             },
8534             },
8535             'UAK' => {
8536             display_name => {
8537             'currency' => q(Ukrajinski karbovaneti),
8538             'few' => q(ukrajinska karbovanciva),
8539             'one' => q(ukrajinski karbovanec),
8540             'other' => q(ukrajinskih karbovanciva),
8541             },
8542             },
8543             'UGS' => {
8544             display_name => {
8545             'currency' => q(Ugandski šiling \(1966–1987\)),
8546             'few' => q(ugandijska šilinga \(1966–1987\)),
8547             'one' => q(ugandijski šiling \(1966–1987\)),
8548             'other' => q(ugandijskih šilinga \(1966–1987\)),
8549             },
8550             },
8551             'UGX' => {
8552             display_name => {
8553             'currency' => q(ugandski šiling),
8554             'few' => q(ugandska šilinga),
8555             'one' => q(ugandski šiling),
8556             'other' => q(ugandskih šilinga),
8557             },
8558             },
8559             'USD' => {
8560             display_name => {
8561             'currency' => q(američki dolar),
8562             'few' => q(američka dolara),
8563             'one' => q(američki dolar),
8564             'other' => q(američkih dolara),
8565             },
8566             },
8567             'USN' => {
8568             display_name => {
8569             'currency' => q(SAD dolar \(sledeći dan\)),
8570             'few' => q(SAD dolara \(sledeći dan\)),
8571             'one' => q(SAD dolar \(sledeći dan\)),
8572             'other' => q(SAD dolara \(sledeći dan\)),
8573             },
8574             },
8575             'USS' => {
8576             display_name => {
8577             'currency' => q(SAD dolar \(isti dan\)),
8578             'few' => q(SAD dolara \(isti dan\)),
8579             'one' => q(SAD dolar \(isti dan\)),
8580             'other' => q(SAD dolara \(isti dan\)),
8581             },
8582             },
8583             'UYI' => {
8584             display_name => {
8585             'currency' => q(Urugvajski pezo en unidades indeksadas),
8586             'few' => q(urugvajska pezosa en unidades indeksadesa),
8587             'one' => q(urugvajski pezo en unidades indeksades),
8588             'other' => q(ugvajskih pezosa en unidades indeksadesa),
8589             },
8590             },
8591             'UYP' => {
8592             display_name => {
8593             'currency' => q(Urugvajski pezo \(1975–1993\)),
8594             'few' => q(urugvajska pezosa \(1975–1993\)),
8595             'one' => q(urugvajski pezo \(1975–1993\)),
8596             'other' => q(urugvajskih pezosa \(1975–1993\)),
8597             },
8598             },
8599             'UYU' => {
8600             display_name => {
8601             'currency' => q(urugvajski pezos),
8602             'few' => q(urugvajska pezosa),
8603             'one' => q(urugvajski pezos),
8604             'other' => q(urugvajskih pezosa),
8605             },
8606             },
8607             'UZS' => {
8608             display_name => {
8609             'currency' => q(uzbekistanski som),
8610             'few' => q(uzbekistanska soma),
8611             'one' => q(uzbekistanski som),
8612             'other' => q(uzbekistanskih soma),
8613             },
8614             },
8615             'VEB' => {
8616             display_name => {
8617             'currency' => q(Venecuelanski bolivar \(1871–2008\)),
8618             'few' => q(venecuelanska bolivara \(1871–2008\)),
8619             'one' => q(venecuelanski bolivar \(1871–2008\)),
8620             'other' => q(venecuelanskih bolivara \(1871–2008\)),
8621             },
8622             },
8623             'VEF' => {
8624             display_name => {
8625             'currency' => q(Venecuelanski bolivar \(2008–2018\)),
8626             'few' => q(venecuelanska bolivara \(2008–2018\)),
8627             'one' => q(venecuelanski bolivar \(2008–2018\)),
8628             'other' => q(venecuelanskih bolivara \(2008–2018\)),
8629             },
8630             },
8631             'VES' => {
8632             display_name => {
8633             'currency' => q(venecuelanski bolivar),
8634             'few' => q(venecuelanska bolivara),
8635             'one' => q(venecuelanski bolivar),
8636             'other' => q(venecuelanskih bolivara),
8637             },
8638             },
8639             'VND' => {
8640             symbol => 'VND',
8641             display_name => {
8642             'currency' => q(vijetnamski dong),
8643             'few' => q(vijetnamska donga),
8644             'one' => q(vijetnamski dong),
8645             'other' => q(vijetnamskih donga),
8646             },
8647             },
8648             'VNN' => {
8649             display_name => {
8650             'currency' => q(Vijetnamski dong \(1978–1985\)),
8651             'few' => q(vijetnamska donga \(1978–1985\)),
8652             'one' => q(vijetnamski dong \(1978–1985\)),
8653             'other' => q(vijetnamskih donga \(1978–1985\)),
8654             },
8655             },
8656             'VUV' => {
8657             display_name => {
8658             'currency' => q(vanuatski vatu),
8659             'few' => q(vanuatska vatua),
8660             'one' => q(vanuatski vatu),
8661             'other' => q(vanuatskih vatua),
8662             },
8663             },
8664             'WST' => {
8665             display_name => {
8666             'currency' => q(samoanska tala),
8667             'few' => q(samoanske tale),
8668             'one' => q(samoanska tala),
8669             'other' => q(samoanskih tala),
8670             },
8671             },
8672             'XAF' => {
8673             display_name => {
8674             'currency' => q(centralnoafrički franak),
8675             'few' => q(centralnoafrička franka),
8676             'one' => q(centralnoafrički franak),
8677             'other' => q(centralnoafričkih franaka),
8678             },
8679             },
8680             'XAG' => {
8681             display_name => {
8682             'currency' => q(Srebro),
8683             'few' => q(srebra),
8684             'one' => q(srebro),
8685             'other' => q(srebra),
8686             },
8687             },
8688             'XAU' => {
8689             display_name => {
8690             'currency' => q(Zlato),
8691             'few' => q(zlata),
8692             'one' => q(zlato),
8693             'other' => q(zlata),
8694             },
8695             },
8696             'XBA' => {
8697             display_name => {
8698             'currency' => q(Evropska kompozitna jedinica),
8699             'few' => q(evropske kompozitne jedinice),
8700             'one' => q(evropska kompozitna jedinica),
8701             'other' => q(evropskih kompozitnih jedinica),
8702             },
8703             },
8704             'XBB' => {
8705             display_name => {
8706             'currency' => q(Evropska novčana jedinica),
8707             'few' => q(evropske novčane jedinice \(XBB\)),
8708             'one' => q(evropska novčana jedinica \(XBB\)),
8709             'other' => q(evropske novčane jedinice \(XBB\)),
8710             },
8711             },
8712             'XBC' => {
8713             display_name => {
8714             'currency' => q(Evropska jedinica računa \(XBC\)),
8715             'few' => q(evropske jedinice računa \(XBC\)),
8716             'one' => q(evropska jedinica računa \(XBC\)),
8717             'other' => q(evropskih jedinica računa \(XBC\)),
8718             },
8719             },
8720             'XBD' => {
8721             display_name => {
8722             'currency' => q(Evropska jedinica računa \(XBD\)),
8723             'few' => q(evropske jedinice računa \(XBD\)),
8724             'one' => q(evropska jedinica računa \(XBD\)),
8725             'other' => q(evropskih jedinica računa \(XBD\)),
8726             },
8727             },
8728             'XCD' => {
8729             display_name => {
8730             'currency' => q(istočnokaripski dolar),
8731             'few' => q(istočnokaripska dolara),
8732             'one' => q(istočnokaripski dolar),
8733             'other' => q(istočnokaripskix dolara),
8734             },
8735             },
8736             'XDR' => {
8737             display_name => {
8738             'currency' => q(Posebna crtaća prava),
8739             'few' => q(posebna crtaća prava),
8740             'one' => q(posebno crtaće pravo),
8741             'other' => q(posebnih crtaćih prava),
8742             },
8743             },
8744             'XEU' => {
8745             display_name => {
8746             'currency' => q(Evropska valutna jedinica),
8747             'few' => q(evropske novčane jedinice \(XEU\)),
8748             'one' => q(evropska novčana jedinica \(XEU\)),
8749             'other' => q(evropskih novčanih jedinica),
8750             },
8751             },
8752             'XFO' => {
8753             display_name => {
8754             'currency' => q(Francuski zlatni franak),
8755             'few' => q(francuska zlatna franka),
8756             'one' => q(francuski zlatni franak),
8757             'other' => q(francuskih zlatnih franaka),
8758             },
8759             },
8760             'XFU' => {
8761             display_name => {
8762             'currency' => q(Francuski UIC-franak),
8763             'few' => q(francuska UIC-franka),
8764             'one' => q(francuski UIC-franak),
8765             'other' => q(francuskih UIC-franaka),
8766             },
8767             },
8768             'XOF' => {
8769             display_name => {
8770             'currency' => q(zapadnoafrički franak),
8771             'few' => q(zapadnoafrička franka),
8772             'one' => q(zapadnoafrički franak),
8773             'other' => q(zapadnoafričkih franaka),
8774             },
8775             },
8776             'XPD' => {
8777             display_name => {
8778             'currency' => q(Paladijum),
8779             'few' => q(paladijuma),
8780             'one' => q(paladijum),
8781             'other' => q(paladijuma),
8782             },
8783             },
8784             'XPF' => {
8785             display_name => {
8786             'currency' => q(CFP franak),
8787             'few' => q(CFP franka),
8788             'one' => q(CFP franak),
8789             'other' => q(CFP franaka),
8790             },
8791             },
8792             'XPT' => {
8793             display_name => {
8794             'currency' => q(Platina),
8795             'few' => q(platine),
8796             'one' => q(platina),
8797             'other' => q(platina),
8798             },
8799             },
8800             'XRE' => {
8801             display_name => {
8802             'currency' => q(RINET fond),
8803             'few' => q(RINET fonda),
8804             'one' => q(RINET fond),
8805             'other' => q(RINET fondova),
8806             },
8807             },
8808             'XTS' => {
8809             display_name => {
8810             'currency' => q(Kod testirane valute),
8811             'few' => q(koda testirane valute),
8812             'one' => q(kod testirane valute),
8813             'other' => q(kodova testirane valute),
8814             },
8815             },
8816             'XXX' => {
8817             display_name => {
8818             'currency' => q(nepoznata valuta),
8819             'few' => q(nepoznate valute),
8820             'one' => q(nepoznata jedinica valute),
8821             'other' => q(nepoznatih valuta),
8822             },
8823             },
8824             'YDD' => {
8825             display_name => {
8826             'currency' => q(Jemenski dinar),
8827             'few' => q(jemenska dolara),
8828             'one' => q(jemenski dolar),
8829             'other' => q(jemenskih dolara),
8830             },
8831             },
8832             'YER' => {
8833             display_name => {
8834             'currency' => q(jemenski rijal),
8835             'few' => q(jemenska rijala),
8836             'one' => q(jemenski rijal),
8837             'other' => q(jemenskih rijala),
8838             },
8839             },
8840             'YUD' => {
8841             display_name => {
8842             'currency' => q(Jugoslovenski tvrdi dinar),
8843             'few' => q(jugoslovenska tvrda dinara),
8844             'one' => q(jugoslovenski tvrdi dinar),
8845             'other' => q(jugoslovenskih tvrdih dinara),
8846             },
8847             },
8848             'YUM' => {
8849             display_name => {
8850             'currency' => q(Jugoslovenski novi dinar),
8851             'few' => q(jugoslovenska nova dinara),
8852             'one' => q(jugoslovenski novi dinar),
8853             'other' => q(jugoslovenskih novih dinara),
8854             },
8855             },
8856             'YUN' => {
8857             display_name => {
8858             'currency' => q(Jugoslovenski konvertibilni dinar),
8859             'few' => q(jugoslovenska konvertibilna dinara),
8860             'one' => q(jugoslovenski konvertibilni dinar),
8861             'other' => q(jugoslovenskih konvertibilnih dinara),
8862             },
8863             },
8864             'YUR' => {
8865             display_name => {
8866             'currency' => q(Jugoslovenski reformirani dinar),
8867             'few' => q(jugoslovenska reformirana dinara),
8868             'one' => q(jugoslovenski reformirani dinar),
8869             'other' => q(jugoslovenskih reformiranih dinara),
8870             },
8871             },
8872             'ZAL' => {
8873             display_name => {
8874             'currency' => q(Južno-afrički rand \(finansijski\)),
8875             'few' => q(južnoafrička randa \(finansijska\)),
8876             'one' => q(južnoafrički rand \(finansijski\)),
8877             'other' => q(južnoafričkih randa \(finansijskih\)),
8878             },
8879             },
8880             'ZAR' => {
8881             display_name => {
8882             'currency' => q(južnoafrički rand),
8883             'few' => q(južnoafrička randa),
8884             'one' => q(južnoafrički rand),
8885             'other' => q(južnoafričkih randa),
8886             },
8887             },
8888             'ZMK' => {
8889             display_name => {
8890             'currency' => q(Zambijska kvača \(1968–2012\)),
8891             'few' => q(zambijske kvače \(1968–2012\)),
8892             'one' => q(zambijska kvača \(1968–2012\)),
8893             'other' => q(zambijskih kvača \(1968–2012\)),
8894             },
8895             },
8896             'ZMW' => {
8897             display_name => {
8898             'currency' => q(zambijska kvača),
8899             'few' => q(zambijske kvače),
8900             'one' => q(zambijska kvača),
8901             'other' => q(zambijskih kvača),
8902             },
8903             },
8904             'ZRN' => {
8905             display_name => {
8906             'currency' => q(Zairski novi zair),
8907             'few' => q(zairska nova zaira),
8908             'one' => q(zairski novi zair),
8909             'other' => q(zairskih novih zaira),
8910             },
8911             },
8912             'ZRZ' => {
8913             display_name => {
8914             'currency' => q(Zairski zair),
8915             'few' => q(zairska zaira),
8916             'one' => q(zairski zair),
8917             'other' => q(zairskih zaira),
8918             },
8919             },
8920             'ZWD' => {
8921             display_name => {
8922             'currency' => q(Zimbabveanski dolar \(1980–2008\)),
8923             'few' => q(zimbabvejska dolara \(1980–2008\)),
8924             'one' => q(zimbabvejski dolar \(1980–2008\)),
8925             'other' => q(zimbabvejskih dolara \(1980–2008\)),
8926             },
8927             },
8928             'ZWL' => {
8929             display_name => {
8930             'currency' => q(Zimbabveanski dolar \(2009\)),
8931             'few' => q(zimbabvejska dolara \(2009\)),
8932             'one' => q(zimbabvejski dolar \(2009\)),
8933             'other' => q(zimbabvejskih dolara \(2009\)),
8934             },
8935             },
8936             'ZWR' => {
8937             display_name => {
8938             'currency' => q(Zimbabveanski dolar \(2008\)),
8939             'few' => q(zimbabvejska dolara \(2008\)),
8940             'one' => q(zimbabvejski dolar \(2008\)),
8941             'other' => q(zimbabvejskih dolara \(2008\)),
8942             },
8943             },
8944             } },
8945             );
8946              
8947              
8948             has 'calendar_months' => (
8949             is => 'ro',
8950             isa => HashRef,
8951             init_arg => undef,
8952             default => sub { {
8953             'coptic' => {
8954             'format' => {
8955             wide => {
8956             nonleap => [
8957             'Taut',
8958             'Baba',
8959             'Hator',
8960             'Kiahk',
8961             'Toba',
8962             'Amšir',
8963             'Baramhat',
8964             'Baramuda',
8965             'Bašans',
8966             'Paona',
8967             'Epep',
8968             'Mesra',
8969             'Nasi'
8970             ],
8971             leap => [
8972            
8973             ],
8974             },
8975             },
8976             },
8977             'ethiopic' => {
8978             'format' => {
8979             wide => {
8980             nonleap => [
8981             'Meskerem',
8982             'Tekemt',
8983             'Hedar',
8984             'Tahsas',
8985             'Ter',
8986             'Jekatit',
8987             'Megabit',
8988             'Miazia',
8989             'Genbot',
8990             'Sene',
8991             'Hamle',
8992             'Nehase',
8993             'Pagumen'
8994             ],
8995             leap => [
8996            
8997             ],
8998             },
8999             },
9000             },
9001             'gregorian' => {
9002             'format' => {
9003             abbreviated => {
9004             nonleap => [
9005             'jan',
9006             'feb',
9007             'mar',
9008             'apr',
9009             'maj',
9010             'jun',
9011             'jul',
9012             'avg',
9013             'sep',
9014             'okt',
9015             'nov',
9016             'dec'
9017             ],
9018             leap => [
9019            
9020             ],
9021             },
9022             wide => {
9023             nonleap => [
9024             'januar',
9025             'februar',
9026             'mart',
9027             'april',
9028             'maj',
9029             'jun',
9030             'jul',
9031             'avgust',
9032             'septembar',
9033             'oktobar',
9034             'novembar',
9035             'decembar'
9036             ],
9037             leap => [
9038            
9039             ],
9040             },
9041             },
9042             'stand-alone' => {
9043             narrow => {
9044             nonleap => [
9045             'j',
9046             'f',
9047             'm',
9048             'a',
9049             'm',
9050             'j',
9051             'j',
9052             'a',
9053             's',
9054             'o',
9055             'n',
9056             'd'
9057             ],
9058             leap => [
9059            
9060             ],
9061             },
9062             },
9063             },
9064             'hebrew' => {
9065             'format' => {
9066             wide => {
9067             nonleap => [
9068             'Tišri',
9069             'Hešvan',
9070             'Kislev',
9071             'Tevet',
9072             'Ševat',
9073             'Adar I',
9074             'Adar',
9075             'Nisan',
9076             'Ijar',
9077             'Sivan',
9078             'Tamuz',
9079             'Av',
9080             'Elul'
9081             ],
9082             leap => [
9083             undef(),
9084             undef(),
9085             undef(),
9086             undef(),
9087             undef(),
9088             undef(),
9089            
9090             ],
9091             },
9092             },
9093             },
9094             'indian' => {
9095             'format' => {
9096             wide => {
9097             nonleap => [
9098             'Čaitra',
9099             'Vaisaka',
9100             'Jiaista',
9101             'Asada',
9102             'Sravana',
9103             'Badra',
9104             'Asvina',
9105             'Kartika',
9106             'Argajana',
9107             'Pauza',
9108             'Maga',
9109             'Falguna'
9110             ],
9111             leap => [
9112            
9113             ],
9114             },
9115             },
9116             },
9117             'islamic' => {
9118             'format' => {
9119             abbreviated => {
9120             nonleap => [
9121             'Muh.',
9122             'Saf.',
9123             'Reb. 1',
9124             'Reb. 2',
9125             'Džum. 1',
9126             'Džum. 2',
9127             'Redž.',
9128             'Ša.',
9129             'Ram.',
9130             'Še.',
9131             'Zul-k.',
9132             'Zul-h.'
9133             ],
9134             leap => [
9135            
9136             ],
9137             },
9138             wide => {
9139             nonleap => [
9140             'Muharem',
9141             'Safar',
9142             'Rabiʻ I',
9143             'Rabiʻ II',
9144             'Jumada I',
9145             'Jumada II',
9146             'Rađab',
9147             'Šaʻban',
9148             'Ramadan',
9149             'Šaval',
9150             'Duʻl-Kiʻda',
9151             'Duʻl-hiđa'
9152             ],
9153             leap => [
9154            
9155             ],
9156             },
9157             },
9158             'stand-alone' => {
9159             wide => {
9160             nonleap => [
9161             'Muharem',
9162             'Safer',
9163             'Rebi 1',
9164             'Rebi 2',
9165             'Džumade 1',
9166             'Džumade 2',
9167             'Redžeb',
9168             'Šaʻban',
9169             'Ramazan',
9170             'Ševal',
9171             'Zul-kade',
9172             'Zul-hidže'
9173             ],
9174             leap => [
9175            
9176             ],
9177             },
9178             },
9179             },
9180             'persian' => {
9181             'format' => {
9182             wide => {
9183             nonleap => [
9184             'Faravadin',
9185             'Ordibehešt',
9186             'Kordad',
9187             'Tir',
9188             'Mordad',
9189             'Šahrivar',
9190             'Mehr',
9191             'Aban',
9192             'Azar',
9193             'Dej',
9194             'Bahman',
9195             'Esfand'
9196             ],
9197             leap => [
9198            
9199             ],
9200             },
9201             },
9202             },
9203             } },
9204             );
9205              
9206             has 'calendar_days' => (
9207             is => 'ro',
9208             isa => HashRef,
9209             init_arg => undef,
9210             default => sub { {
9211             'gregorian' => {
9212             'format' => {
9213             abbreviated => {
9214             mon => 'pon',
9215             tue => 'uto',
9216             wed => 'sre',
9217             thu => 'čet',
9218             fri => 'pet',
9219             sat => 'sub',
9220             sun => 'ned'
9221             },
9222             short => {
9223             mon => 'po',
9224             tue => 'ut',
9225             wed => 'sr',
9226             thu => 'če',
9227             fri => 'pe',
9228             sat => 'su',
9229             sun => 'ne'
9230             },
9231             wide => {
9232             mon => 'ponedeljak',
9233             tue => 'utorak',
9234             wed => 'sreda',
9235             thu => 'četvrtak',
9236             fri => 'petak',
9237             sat => 'subota',
9238             sun => 'nedelja'
9239             },
9240             },
9241             'stand-alone' => {
9242             narrow => {
9243             mon => 'p',
9244             tue => 'u',
9245             wed => 's',
9246             thu => 'č',
9247             fri => 'p',
9248             sat => 's',
9249             sun => 'n'
9250             },
9251             },
9252             },
9253             } },
9254             );
9255              
9256             has 'calendar_quarters' => (
9257             is => 'ro',
9258             isa => HashRef,
9259             init_arg => undef,
9260             default => sub { {
9261             'gregorian' => {
9262             'format' => {
9263             abbreviated => {0 => '1. kv.',
9264             1 => '2. kv.',
9265             2 => '3. kv.',
9266             3 => '4. kv.'
9267             },
9268             wide => {0 => 'prvi kvartal',
9269             1 => 'drugi kvartal',
9270             2 => 'treći kvartal',
9271             3 => 'četvrti kvartal'
9272             },
9273             },
9274             'stand-alone' => {
9275             narrow => {0 => '1.',
9276             1 => '2.',
9277             2 => '3.',
9278             3 => '4.'
9279             },
9280             },
9281             },
9282             } },
9283             );
9284              
9285             has 'day_period_data' => (
9286             is => 'ro',
9287             isa => CodeRef,
9288             init_arg => undef,
9289             default => sub { sub {
9290             # Time in hhmm format
9291             my ($self, $type, $time, $day_period_type) = @_;
9292             $day_period_type //= 'default';
9293             SWITCH:
9294             for ($type) {
9295             if ($_ eq 'buddhist') {
9296             if($day_period_type eq 'default') {
9297             return 'midnight' if $time == 0;
9298             return 'noon' if $time == 1200;
9299             return 'afternoon1' if $time >= 1200
9300             && $time < 1800;
9301             return 'evening1' if $time >= 1800
9302             && $time < 2100;
9303             return 'morning1' if $time >= 600
9304             && $time < 1200;
9305             return 'night1' if $time >= 2100;
9306             return 'night1' if $time < 600;
9307             }
9308             if($day_period_type eq 'selection') {
9309             return 'afternoon1' if $time >= 1200
9310             && $time < 1800;
9311             return 'evening1' if $time >= 1800
9312             && $time < 2100;
9313             return 'morning1' if $time >= 600
9314             && $time < 1200;
9315             return 'night1' if $time >= 2100;
9316             return 'night1' if $time < 600;
9317             }
9318             last SWITCH;
9319             }
9320             if ($_ eq 'coptic') {
9321             if($day_period_type eq 'default') {
9322             return 'midnight' if $time == 0;
9323             return 'noon' if $time == 1200;
9324             return 'afternoon1' if $time >= 1200
9325             && $time < 1800;
9326             return 'evening1' if $time >= 1800
9327             && $time < 2100;
9328             return 'morning1' if $time >= 600
9329             && $time < 1200;
9330             return 'night1' if $time >= 2100;
9331             return 'night1' if $time < 600;
9332             }
9333             if($day_period_type eq 'selection') {
9334             return 'afternoon1' if $time >= 1200
9335             && $time < 1800;
9336             return 'evening1' if $time >= 1800
9337             && $time < 2100;
9338             return 'morning1' if $time >= 600
9339             && $time < 1200;
9340             return 'night1' if $time >= 2100;
9341             return 'night1' if $time < 600;
9342             }
9343             last SWITCH;
9344             }
9345             if ($_ eq 'ethiopic') {
9346             if($day_period_type eq 'default') {
9347             return 'midnight' if $time == 0;
9348             return 'noon' if $time == 1200;
9349             return 'afternoon1' if $time >= 1200
9350             && $time < 1800;
9351             return 'evening1' if $time >= 1800
9352             && $time < 2100;
9353             return 'morning1' if $time >= 600
9354             && $time < 1200;
9355             return 'night1' if $time >= 2100;
9356             return 'night1' if $time < 600;
9357             }
9358             if($day_period_type eq 'selection') {
9359             return 'afternoon1' if $time >= 1200
9360             && $time < 1800;
9361             return 'evening1' if $time >= 1800
9362             && $time < 2100;
9363             return 'morning1' if $time >= 600
9364             && $time < 1200;
9365             return 'night1' if $time >= 2100;
9366             return 'night1' if $time < 600;
9367             }
9368             last SWITCH;
9369             }
9370             if ($_ eq 'generic') {
9371             if($day_period_type eq 'default') {
9372             return 'midnight' if $time == 0;
9373             return 'noon' if $time == 1200;
9374             return 'afternoon1' if $time >= 1200
9375             && $time < 1800;
9376             return 'evening1' if $time >= 1800
9377             && $time < 2100;
9378             return 'morning1' if $time >= 600
9379             && $time < 1200;
9380             return 'night1' if $time >= 2100;
9381             return 'night1' if $time < 600;
9382             }
9383             if($day_period_type eq 'selection') {
9384             return 'afternoon1' if $time >= 1200
9385             && $time < 1800;
9386             return 'evening1' if $time >= 1800
9387             && $time < 2100;
9388             return 'morning1' if $time >= 600
9389             && $time < 1200;
9390             return 'night1' if $time >= 2100;
9391             return 'night1' if $time < 600;
9392             }
9393             last SWITCH;
9394             }
9395             if ($_ eq 'gregorian') {
9396             if($day_period_type eq 'default') {
9397             return 'midnight' if $time == 0;
9398             return 'noon' if $time == 1200;
9399             return 'afternoon1' if $time >= 1200
9400             && $time < 1800;
9401             return 'evening1' if $time >= 1800
9402             && $time < 2100;
9403             return 'morning1' if $time >= 600
9404             && $time < 1200;
9405             return 'night1' if $time >= 2100;
9406             return 'night1' if $time < 600;
9407             }
9408             if($day_period_type eq 'selection') {
9409             return 'afternoon1' if $time >= 1200
9410             && $time < 1800;
9411             return 'evening1' if $time >= 1800
9412             && $time < 2100;
9413             return 'morning1' if $time >= 600
9414             && $time < 1200;
9415             return 'night1' if $time >= 2100;
9416             return 'night1' if $time < 600;
9417             }
9418             last SWITCH;
9419             }
9420             if ($_ eq 'hebrew') {
9421             if($day_period_type eq 'default') {
9422             return 'midnight' if $time == 0;
9423             return 'noon' if $time == 1200;
9424             return 'afternoon1' if $time >= 1200
9425             && $time < 1800;
9426             return 'evening1' if $time >= 1800
9427             && $time < 2100;
9428             return 'morning1' if $time >= 600
9429             && $time < 1200;
9430             return 'night1' if $time >= 2100;
9431             return 'night1' if $time < 600;
9432             }
9433             if($day_period_type eq 'selection') {
9434             return 'afternoon1' if $time >= 1200
9435             && $time < 1800;
9436             return 'evening1' if $time >= 1800
9437             && $time < 2100;
9438             return 'morning1' if $time >= 600
9439             && $time < 1200;
9440             return 'night1' if $time >= 2100;
9441             return 'night1' if $time < 600;
9442             }
9443             last SWITCH;
9444             }
9445             if ($_ eq 'indian') {
9446             if($day_period_type eq 'default') {
9447             return 'midnight' if $time == 0;
9448             return 'noon' if $time == 1200;
9449             return 'afternoon1' if $time >= 1200
9450             && $time < 1800;
9451             return 'evening1' if $time >= 1800
9452             && $time < 2100;
9453             return 'morning1' if $time >= 600
9454             && $time < 1200;
9455             return 'night1' if $time >= 2100;
9456             return 'night1' if $time < 600;
9457             }
9458             if($day_period_type eq 'selection') {
9459             return 'afternoon1' if $time >= 1200
9460             && $time < 1800;
9461             return 'evening1' if $time >= 1800
9462             && $time < 2100;
9463             return 'morning1' if $time >= 600
9464             && $time < 1200;
9465             return 'night1' if $time >= 2100;
9466             return 'night1' if $time < 600;
9467             }
9468             last SWITCH;
9469             }
9470             if ($_ eq 'islamic') {
9471             if($day_period_type eq 'default') {
9472             return 'midnight' if $time == 0;
9473             return 'noon' if $time == 1200;
9474             return 'afternoon1' if $time >= 1200
9475             && $time < 1800;
9476             return 'evening1' if $time >= 1800
9477             && $time < 2100;
9478             return 'morning1' if $time >= 600
9479             && $time < 1200;
9480             return 'night1' if $time >= 2100;
9481             return 'night1' if $time < 600;
9482             }
9483             if($day_period_type eq 'selection') {
9484             return 'afternoon1' if $time >= 1200
9485             && $time < 1800;
9486             return 'evening1' if $time >= 1800
9487             && $time < 2100;
9488             return 'morning1' if $time >= 600
9489             && $time < 1200;
9490             return 'night1' if $time >= 2100;
9491             return 'night1' if $time < 600;
9492             }
9493             last SWITCH;
9494             }
9495             if ($_ eq 'japanese') {
9496             if($day_period_type eq 'default') {
9497             return 'midnight' if $time == 0;
9498             return 'noon' if $time == 1200;
9499             return 'afternoon1' if $time >= 1200
9500             && $time < 1800;
9501             return 'evening1' if $time >= 1800
9502             && $time < 2100;
9503             return 'morning1' if $time >= 600
9504             && $time < 1200;
9505             return 'night1' if $time >= 2100;
9506             return 'night1' if $time < 600;
9507             }
9508             if($day_period_type eq 'selection') {
9509             return 'afternoon1' if $time >= 1200
9510             && $time < 1800;
9511             return 'evening1' if $time >= 1800
9512             && $time < 2100;
9513             return 'morning1' if $time >= 600
9514             && $time < 1200;
9515             return 'night1' if $time >= 2100;
9516             return 'night1' if $time < 600;
9517             }
9518             last SWITCH;
9519             }
9520             if ($_ eq 'persian') {
9521             if($day_period_type eq 'default') {
9522             return 'midnight' if $time == 0;
9523             return 'noon' if $time == 1200;
9524             return 'afternoon1' if $time >= 1200
9525             && $time < 1800;
9526             return 'evening1' if $time >= 1800
9527             && $time < 2100;
9528             return 'morning1' if $time >= 600
9529             && $time < 1200;
9530             return 'night1' if $time >= 2100;
9531             return 'night1' if $time < 600;
9532             }
9533             if($day_period_type eq 'selection') {
9534             return 'afternoon1' if $time >= 1200
9535             && $time < 1800;
9536             return 'evening1' if $time >= 1800
9537             && $time < 2100;
9538             return 'morning1' if $time >= 600
9539             && $time < 1200;
9540             return 'night1' if $time >= 2100;
9541             return 'night1' if $time < 600;
9542             }
9543             last SWITCH;
9544             }
9545             if ($_ eq 'roc') {
9546             if($day_period_type eq 'default') {
9547             return 'midnight' if $time == 0;
9548             return 'noon' if $time == 1200;
9549             return 'afternoon1' if $time >= 1200
9550             && $time < 1800;
9551             return 'evening1' if $time >= 1800
9552             && $time < 2100;
9553             return 'morning1' if $time >= 600
9554             && $time < 1200;
9555             return 'night1' if $time >= 2100;
9556             return 'night1' if $time < 600;
9557             }
9558             if($day_period_type eq 'selection') {
9559             return 'afternoon1' if $time >= 1200
9560             && $time < 1800;
9561             return 'evening1' if $time >= 1800
9562             && $time < 2100;
9563             return 'morning1' if $time >= 600
9564             && $time < 1200;
9565             return 'night1' if $time >= 2100;
9566             return 'night1' if $time < 600;
9567             }
9568             last SWITCH;
9569             }
9570             }
9571             } },
9572             );
9573              
9574             around day_period_data => sub {
9575             my ($orig, $self) = @_;
9576             return $self->$orig;
9577             };
9578              
9579             has 'day_periods' => (
9580             is => 'ro',
9581             isa => HashRef,
9582             init_arg => undef,
9583             default => sub { {
9584             'gregorian' => {
9585             'format' => {
9586             'abbreviated' => {
9587             'afternoon1' => q{po podne},
9588             'evening1' => q{uveče},
9589             'midnight' => q{ponoć},
9590             'morning1' => q{ujutru},
9591             'night1' => q{noću},
9592             'noon' => q{podne},
9593             },
9594             'narrow' => {
9595             'afternoon1' => q{po podne},
9596             'evening1' => q{uveče},
9597             'midnight' => q{ponoć},
9598             'morning1' => q{ujutru},
9599             'night1' => q{noću},
9600             'noon' => q{podne},
9601             },
9602             'wide' => {
9603             'afternoon1' => q{po podne},
9604             'evening1' => q{uveče},
9605             'midnight' => q{ponoć},
9606             'morning1' => q{ujutru},
9607             'night1' => q{noću},
9608             'noon' => q{podne},
9609             },
9610             },
9611             'stand-alone' => {
9612             'abbreviated' => {
9613             'afternoon1' => q{popodne},
9614             'evening1' => q{veče},
9615             'morning1' => q{jutro},
9616             'night1' => q{noć},
9617             },
9618             },
9619             },
9620             } },
9621             );
9622              
9623             has 'eras' => (
9624             is => 'ro',
9625             isa => HashRef,
9626             init_arg => undef,
9627             default => sub { {
9628             'buddhist' => {
9629             abbreviated => {
9630             '0' => 'BE'
9631             },
9632             },
9633             'coptic' => {
9634             },
9635             'ethiopic' => {
9636             },
9637             'generic' => {
9638             },
9639             'gregorian' => {
9640             abbreviated => {
9641             '0' => 'p. n. e.',
9642             '1' => 'n. e.'
9643             },
9644             narrow => {
9645             '0' => 'p.n.e.',
9646             '1' => 'n.e.'
9647             },
9648             wide => {
9649             '0' => 'pre nove ere',
9650             '1' => 'nove ere'
9651             },
9652             },
9653             'hebrew' => {
9654             },
9655             'indian' => {
9656             abbreviated => {
9657             '0' => 'SAKA'
9658             },
9659             },
9660             'islamic' => {
9661             abbreviated => {
9662             '0' => 'AH'
9663             },
9664             },
9665             'japanese' => {
9666             abbreviated => {
9667             '0' => 'Taika (645–650)',
9668             '1' => 'Hakuči (650–671)',
9669             '2' => 'Hakuho (672–686)',
9670             '3' => 'Šučo (686–701)',
9671             '4' => 'Taiho (701–704)',
9672             '5' => 'Keiun (704–708)',
9673             '6' => 'Vado (708–715)',
9674             '7' => 'Reiki (715–717)',
9675             '8' => 'Joro (717–724)',
9676             '9' => 'Jinki (724–729)',
9677             '10' => 'Tempio (729–749)',
9678             '11' => 'Tempio-kampo (749-749)',
9679             '12' => 'Tempio-šoho (749-757)',
9680             '13' => 'Tempio-hođi (757-765)',
9681             '14' => 'Tempo-đingo (765-767)',
9682             '15' => 'Đingo-keiun (767-770)',
9683             '16' => 'Hoki (770–780)',
9684             '17' => 'Ten-o (781-782)',
9685             '18' => 'Enrjaku (782–806)',
9686             '19' => 'Daido (806–810)',
9687             '20' => 'Konin (810–824)',
9688             '21' => 'Tenčo (824–834)',
9689             '22' => 'Šova (834–848)',
9690             '23' => 'Kajo (848–851)',
9691             '24' => 'Ninju (851–854)',
9692             '25' => 'Saiko (854–857)',
9693             '26' => 'Tenan (857–859)',
9694             '27' => 'Jogan (859–877)',
9695             '28' => 'Genkei (877–885)',
9696             '29' => 'Ninja (885–889)',
9697             '30' => 'Kampjo (889–898)',
9698             '31' => 'Šotai (898–901)',
9699             '32' => 'Enđi (901–923)',
9700             '33' => 'Enčo (923–931)',
9701             '34' => 'Šohei (931–938)',
9702             '35' => 'Tengjo (938–947)',
9703             '36' => 'Tenriaku (947–957)',
9704             '37' => 'Tentoku (957–961)',
9705             '38' => 'Ova (961–964)',
9706             '39' => 'Koho (964–968)',
9707             '40' => 'Ana (968–970)',
9708             '41' => 'Tenroku (970–973)',
9709             '42' => 'Ten-en (973-976)',
9710             '43' => 'Jogen (976–978)',
9711             '44' => 'Tengen (978–983)',
9712             '45' => 'Eikan (983–985)',
9713             '46' => 'Kana (985–987)',
9714             '47' => 'Ei-en (987-989)',
9715             '48' => 'Eiso (989–990)',
9716             '49' => 'Šorjaku (990–995)',
9717             '50' => 'Čotoku (995–999)',
9718             '51' => 'Čoho (999–1004)',
9719             '52' => 'Kanko (1004–1012)',
9720             '53' => 'Čova (1012–1017)',
9721             '54' => 'Kanin (1017–1021)',
9722             '55' => 'Đian (1021–1024)',
9723             '56' => 'Manju (1024–1028)',
9724             '57' => 'Čogen (1028–1037)',
9725             '58' => 'Čorjaku (1037–1040)',
9726             '59' => 'Čokju (1040–1044)',
9727             '60' => 'Kantoku (1044–1046)',
9728             '61' => 'Eišo (1046–1053)',
9729             '62' => 'Tenđi (1053–1058)',
9730             '63' => 'Kohei (1058–1065)',
9731             '64' => 'Đirjaku (1065–1069)',
9732             '65' => 'Enkju (1069–1074)',
9733             '66' => 'Šoho (1074–1077)',
9734             '67' => 'Šorjaku (1077–1081)',
9735             '68' => 'Eišo (1081–1084)',
9736             '69' => 'Otoku (1084–1087)',
9737             '70' => 'Kanđi (1087–1094)',
9738             '71' => 'Kaho (1094–1096)',
9739             '72' => 'Eičo (1096–1097)',
9740             '73' => 'Šotoku (1097–1099)',
9741             '74' => 'Kova (1099–1104)',
9742             '75' => 'Čođi (1104–1106)',
9743             '76' => 'Kašo (1106–1108)',
9744             '77' => 'Tenin (1108–1110)',
9745             '78' => 'Ten-ei (1110-1113)',
9746             '79' => 'Eikju (1113–1118)',
9747             '80' => 'Đen-ei (1118-1120)',
9748             '81' => 'Hoan (1120–1124)',
9749             '82' => 'Tenđi (1124–1126)',
9750             '83' => 'Daiđi (1126–1131)',
9751             '84' => 'Tenšo (1131–1132)',
9752             '85' => 'Čošao (1132–1135)',
9753             '86' => 'Hoen (1135–1141)',
9754             '87' => 'Eiđi (1141–1142)',
9755             '88' => 'Kođi (1142–1144)',
9756             '89' => 'Tenjo (1144–1145)',
9757             '90' => 'Kjuan (1145–1151)',
9758             '91' => 'Ninpei (1151–1154)',
9759             '92' => 'Kjuju (1154–1156)',
9760             '93' => 'Hogen (1156–1159)',
9761             '94' => 'Heiđi (1159–1160)',
9762             '95' => 'Eirjaku (1160–1161)',
9763             '96' => 'Oho (1161–1163)',
9764             '97' => 'Čokan (1163–1165)',
9765             '98' => 'Eiman (1165–1166)',
9766             '99' => 'Nin-an (1166-1169)',
9767             '100' => 'Kao (1169–1171)',
9768             '101' => 'Šoan (1171–1175)',
9769             '102' => 'Angen (1175–1177)',
9770             '103' => 'Đišo (1177–1181)',
9771             '104' => 'Jova (1181–1182)',
9772             '105' => 'Đuei (1182–1184)',
9773             '106' => 'Genrjuku (1184–1185)',
9774             '107' => 'Bunđi (1185–1190)',
9775             '108' => 'Kenkju (1190–1199)',
9776             '109' => 'Šođi (1199–1201)',
9777             '110' => 'Kenin (1201–1204)',
9778             '111' => 'Genkju (1204–1206)',
9779             '112' => 'Ken-ei (1206-1207)',
9780             '113' => 'Šogen (1207–1211)',
9781             '114' => 'Kenrjaku (1211–1213)',
9782             '115' => 'Kenpo (1213–1219)',
9783             '116' => 'Šokju (1219–1222)',
9784             '117' => 'Đu (1222–1224)',
9785             '118' => 'Đenin (1224–1225)',
9786             '119' => 'Karoku (1225–1227)',
9787             '120' => 'Antei (1227–1229)',
9788             '121' => 'Kanki (1229–1232)',
9789             '122' => 'Đoei (1232–1233)',
9790             '123' => 'Tempuku (1233–1234)',
9791             '124' => 'Bunrjaku (1234–1235)',
9792             '125' => 'Katei (1235–1238)',
9793             '126' => 'Rjakunin (1238–1239)',
9794             '127' => 'En-o (1239-1240)',
9795             '128' => 'Ninji (1240–1243)',
9796             '129' => 'Kangen (1243–1247)',
9797             '130' => 'Hođi (1247–1249)',
9798             '131' => 'Kenčo (1249–1256)',
9799             '132' => 'Kogen (1256–1257)',
9800             '133' => 'Šoka (1257–1259)',
9801             '134' => 'Šogen (1259–1260)',
9802             '135' => 'Bun-o (1260-1261)',
9803             '136' => 'Kočo (1261–1264)',
9804             '137' => 'Bun-ei (1264-1275)',
9805             '138' => 'Kenđi (1275–1278)',
9806             '139' => 'Koan (1278–1288)',
9807             '140' => 'Šu (1288–1293)',
9808             '141' => 'Einin (1293–1299)',
9809             '142' => 'Šoan (1299–1302)',
9810             '143' => 'Kengen (1302–1303)',
9811             '144' => 'Kagen (1303–1306)',
9812             '145' => 'Tokuđi (1306–1308)',
9813             '146' => 'Enkei (1308–1311)',
9814             '147' => 'Očo (1311–1312)',
9815             '148' => 'Šova (1312–1317)',
9816             '149' => 'Bunpo (1317–1319)',
9817             '150' => 'Đeno (1319–1321)',
9818             '151' => 'Đenkjo (1321–1324)',
9819             '152' => 'Šoču (1324–1326)',
9820             '153' => 'Kareki (1326–1329)',
9821             '154' => 'Gentoku (1329–1331)',
9822             '155' => 'Genko (1331–1334)',
9823             '156' => 'Kemu (1334–1336)',
9824             '157' => 'Engen (1336–1340)',
9825             '158' => 'Kokoku (1340–1346)',
9826             '159' => 'Šohei (1346–1370)',
9827             '160' => 'Kentoku (1370–1372)',
9828             '161' => 'Buču (1372–1375)',
9829             '162' => 'Tenju (1375–1379)',
9830             '163' => 'Korjaku (1379–1381)',
9831             '164' => 'Kova (1381–1384)',
9832             '165' => 'Genču (1384–1392)',
9833             '166' => 'Meitoku (1384–1387)',
9834             '167' => 'Kakei (1387–1389)',
9835             '168' => 'Ku (1389–1390)',
9836             '169' => 'Meitoku (1390–1394)',
9837             '170' => 'Oei (1394–1428)',
9838             '171' => 'Šočo (1428–1429)',
9839             '172' => 'Eikjo (1429–1441)',
9840             '173' => 'Kakitsu (1441–1444)',
9841             '174' => 'Bun-an (1444-1449)',
9842             '175' => 'Hotoku (1449–1452)',
9843             '176' => 'Kjotoku (1452–1455)',
9844             '177' => 'Košo (1455–1457)',
9845             '178' => 'Čoroku (1457–1460)',
9846             '179' => 'Kanšo (1460–1466)',
9847             '180' => 'Bunšo (1466–1467)',
9848             '181' => 'Onin (1467–1469)',
9849             '182' => 'Bunmei (1469–1487)',
9850             '183' => 'Čokjo (1487–1489)',
9851             '184' => 'Entoku (1489–1492)',
9852             '185' => 'Meio (1492–1501)',
9853             '186' => 'Bunki (1501–1504)',
9854             '187' => 'Eišo (1504–1521)',
9855             '188' => 'Taiei (1521–1528)',
9856             '189' => 'Kjoroku (1528–1532)',
9857             '190' => 'Tenmon (1532–1555)',
9858             '191' => 'Kođi (1555–1558)',
9859             '192' => 'Eiroku (1558–1570)',
9860             '193' => 'Genki (1570–1573)',
9861             '194' => 'Tenšo (1573–1592)',
9862             '195' => 'Bunroku (1592–1596)',
9863             '196' => 'Keičo (1596–1615)',
9864             '197' => 'Genva (1615–1624)',
9865             '198' => 'Kan-ei (1624-1644)',
9866             '199' => 'Šoho (1644–1648)',
9867             '200' => 'Keian (1648–1652)',
9868             '201' => 'Šu (1652–1655)',
9869             '202' => 'Meirjaku (1655–1658)',
9870             '203' => 'Manji (1658–1661)',
9871             '204' => 'Kanbun (1661–1673)',
9872             '205' => 'Enpo (1673–1681)',
9873             '206' => 'Tenva (1681–1684)',
9874             '207' => 'Jokjo (1684–1688)',
9875             '208' => 'Genroku (1688–1704)',
9876             '209' => 'Hoei (1704–1711)',
9877             '210' => 'Šotoku (1711–1716)',
9878             '211' => 'Kjoho (1716–1736)',
9879             '212' => 'Genbun (1736–1741)',
9880             '213' => 'Kanpo (1741–1744)',
9881             '214' => 'Enkjo (1744–1748)',
9882             '215' => 'Kan-en (1748-1751)',
9883             '216' => 'Horjaku (1751–1764)',
9884             '217' => 'Meiva (1764–1772)',
9885             '218' => 'An-ei (1772-1781)',
9886             '219' => 'Tenmei (1781–1789)',
9887             '220' => 'Kansei (1789–1801)',
9888             '221' => 'Kjova (1801–1804)',
9889             '222' => 'Bunka (1804–1818)',
9890             '223' => 'Bunsei (1818–1830)',
9891             '224' => 'Tenpo (1830–1844)',
9892             '225' => 'Koka (1844–1848)',
9893             '226' => 'Kaei (1848–1854)',
9894             '227' => 'Ansei (1854–1860)',
9895             '228' => 'Man-en (1860-1861)',
9896             '229' => 'Bunkju (1861–1864)',
9897             '230' => 'Genđi (1864–1865)',
9898             '231' => 'Keiko (1865–1868)',
9899             '232' => 'Meiđi',
9900             '233' => 'Taišo',
9901             '234' => 'Šova',
9902             '235' => 'Haisei',
9903             '236' => 'Reiva'
9904             },
9905             },
9906             'persian' => {
9907             abbreviated => {
9908             '0' => 'AP'
9909             },
9910             },
9911             'roc' => {
9912             abbreviated => {
9913             '0' => 'Pre RK',
9914             '1' => 'RK'
9915             },
9916             },
9917             } },
9918             );
9919              
9920             has 'date_formats' => (
9921             is => 'ro',
9922             isa => HashRef,
9923             init_arg => undef,
9924             default => sub { {
9925             'buddhist' => {
9926             },
9927             'coptic' => {
9928             },
9929             'ethiopic' => {
9930             },
9931             'generic' => {
9932             'full' => q{EEEE, d. MMMM y. G},
9933             'long' => q{d. MMMM y. G},
9934             'medium' => q{d.MM.y. G},
9935             'short' => q{d.M.y. GGGGG},
9936             },
9937             'gregorian' => {
9938             'full' => q{EEEE, d. MMMM y.},
9939             'long' => q{d. MMMM y.},
9940             'medium' => q{d. M. y.},
9941             'short' => q{d. M. y.},
9942             },
9943             'hebrew' => {
9944             },
9945             'indian' => {
9946             },
9947             'islamic' => {
9948             },
9949             'japanese' => {
9950             'full' => q{EEEE, MMMM d, y G},
9951             'long' => q{MMMM d, y G},
9952             'medium' => q{MMM d, y G},
9953             'short' => q{M/d/yy G},
9954             },
9955             'persian' => {
9956             },
9957             'roc' => {
9958             },
9959             } },
9960             );
9961              
9962             has 'time_formats' => (
9963             is => 'ro',
9964             isa => HashRef,
9965             init_arg => undef,
9966             default => sub { {
9967             'buddhist' => {
9968             },
9969             'coptic' => {
9970             },
9971             'ethiopic' => {
9972             },
9973             'generic' => {
9974             },
9975             'gregorian' => {
9976             'full' => q{HH:mm:ss zzzz},
9977             'long' => q{HH:mm:ss z},
9978             'medium' => q{HH:mm:ss},
9979             'short' => q{HH:mm},
9980             },
9981             'hebrew' => {
9982             },
9983             'indian' => {
9984             },
9985             'islamic' => {
9986             },
9987             'japanese' => {
9988             },
9989             'persian' => {
9990             },
9991             'roc' => {
9992             },
9993             } },
9994             );
9995              
9996             has 'datetime_formats' => (
9997             is => 'ro',
9998             isa => HashRef,
9999             init_arg => undef,
10000             default => sub { {
10001             'buddhist' => {
10002             },
10003             'coptic' => {
10004             },
10005             'ethiopic' => {
10006             },
10007             'generic' => {
10008             'full' => q{{1} {0}},
10009             'long' => q{{1} {0}},
10010             'medium' => q{{1} {0}},
10011             'short' => q{{1} {0}},
10012             },
10013             'gregorian' => {
10014             'full' => q{{1} {0}},
10015             'long' => q{{1} {0}},
10016             'medium' => q{{1} {0}},
10017             'short' => q{{1} {0}},
10018             },
10019             'hebrew' => {
10020             },
10021             'indian' => {
10022             },
10023             'islamic' => {
10024             },
10025             'japanese' => {
10026             },
10027             'persian' => {
10028             },
10029             'roc' => {
10030             },
10031             } },
10032             );
10033              
10034             has 'datetime_formats_available_formats' => (
10035             is => 'ro',
10036             isa => HashRef,
10037             init_arg => undef,
10038             default => sub { {
10039             'generic' => {
10040             Bhm => q{hh:mm B},
10041             Bhms => q{hh:mm:ss B},
10042             EBhm => q{E hh:mm B},
10043             EBhms => q{E hh:mm:ss B},
10044             Ed => q{E d.},
10045             Ehm => q{E hh:mm a},
10046             Ehms => q{E hh:mm:ss a},
10047             Gy => q{y. G},
10048             GyMMM => q{MMM y. G},
10049             GyMMMEd => q{E, d. MMM y. G},
10050             GyMMMd => q{d. MMM y. G},
10051             GyMd => q{d.M.y. GGGGG},
10052             MEd => q{E, d.M.},
10053             MMMEd => q{E, d. MMM},
10054             MMMMEd => q{E, d. MMMM},
10055             MMMMd => q{d. MMMM},
10056             MMMd => q{d. MMM},
10057             MMMdd => q{dd.MMM},
10058             MMdd => q{MM-dd},
10059             Md => q{d.M.},
10060             h => q{h a},
10061             hm => q{hh:mm a},
10062             hms => q{hh:mm:ss a},
10063             y => q{y. G},
10064             yyyy => q{y. G},
10065             yyyyM => q{M.y. GGGGG},
10066             yyyyMEd => q{E, d.M.y. GGGGG},
10067             yyyyMM => q{MM.y. G},
10068             yyyyMMM => q{MMM y. G},
10069             yyyyMMMEd => q{E, d. MMM y. G},
10070             yyyyMMMM => q{MMMM y. G},
10071             yyyyMMMd => q{d. MMM y. G},
10072             yyyyMMdd => q{dd.MM.y. G},
10073             yyyyMd => q{d.M.y. GGGGG},
10074             yyyyQQQ => q{QQQ, y. G},
10075             yyyyQQQQ => q{QQQQ y. G},
10076             },
10077             'gregorian' => {
10078             Bhm => q{hh:mm B},
10079             Bhms => q{hh:mm:ss B},
10080             E => q{E},
10081             EBhms => q{E, hh:mm:ss B},
10082             Ed => q{E d.},
10083             Ehm => q{E h:mm a},
10084             Ehms => q{E h:mm:ss a},
10085             Gy => q{y. G},
10086             GyMMM => q{MMM y. G},
10087             GyMMMEd => q{E, d. MMM y. G},
10088             GyMMMd => q{d. MMM y. G},
10089             GyMd => q{d.MM.y. GGGGG},
10090             MEd => q{E, d. M.},
10091             MMMEd => q{E d. MMM},
10092             MMMMEd => q{E, d. MMMM},
10093             MMMMW => q{MMMM: W. 'nedelja'},
10094             MMMMd => q{d. MMMM},
10095             MMMd => q{d. MMM},
10096             MMMdd => q{dd.MMM},
10097             MMdd => q{dd.MM.},
10098             Md => q{d. M.},
10099             h => q{h a},
10100             hm => q{h:mm a},
10101             hms => q{h:mm:ss a},
10102             hmsv => q{h:mm:ss a v},
10103             hmv => q{h:mm a v},
10104             y => q{y.},
10105             yM => q{M. y.},
10106             yMEd => q{E, d. M. y.},
10107             yMM => q{MM.y.},
10108             yMMM => q{MMM y.},
10109             yMMMEd => q{E, d. MMM y.},
10110             yMMMM => q{MMMM y.},
10111             yMMMd => q{d. MMM y.},
10112             yMMdd => q{dd.MM.y.},
10113             yMd => q{d. M. y.},
10114             yQQQ => q{QQQ y.},
10115             yQQQQ => q{QQQQ y.},
10116             yw => q{w. 'nedelja' 'u' Y.},
10117             },
10118             } },
10119             );
10120              
10121             has 'datetime_formats_append_item' => (
10122             is => 'ro',
10123             isa => HashRef,
10124             init_arg => undef,
10125             default => sub { {
10126             } },
10127             );
10128              
10129             has 'datetime_formats_interval' => (
10130             is => 'ro',
10131             isa => HashRef,
10132             init_arg => undef,
10133             default => sub { {
10134             'generic' => {
10135             M => {
10136             M => q{M–M},
10137             },
10138             MEd => {
10139             M => q{E, d.M – E, d.M},
10140             d => q{E, d.M – E, d.M},
10141             },
10142             MMM => {
10143             M => q{MMM–MMM},
10144             },
10145             MMMEd => {
10146             M => q{E, dd. MMM – E, dd. MMM},
10147             d => q{E, dd. – E, dd. MMM},
10148             },
10149             MMMd => {
10150             M => q{d. MMM – d. MMM},
10151             d => q{d – d. MMM},
10152             },
10153             Md => {
10154             M => q{d.M – d.M},
10155             d => q{d.M – d.M},
10156             },
10157             fallback => '{0} – {1}',
10158             h => {
10159             a => q{h a – h a},
10160             h => q{h–h a},
10161             },
10162             hm => {
10163             a => q{h:mm a – h:mm a},
10164             h => q{h:mm–h:mm a},
10165             m => q{h:mm–h:mm a},
10166             },
10167             hmv => {
10168             a => q{h:mm a – h:mm a v},
10169             h => q{h:mm–h:mm a v},
10170             m => q{h:mm–h:mm a v},
10171             },
10172             hv => {
10173             a => q{h a – h a v},
10174             h => q{h–h a v},
10175             },
10176             y => {
10177             y => q{y – y. G},
10178             },
10179             yM => {
10180             M => q{M.y – M.y. GGGGG},
10181             y => q{M.y – M.y. GGGGG},
10182             },
10183             yMEd => {
10184             M => q{E, d.M.y – E, d.M.y. GGGGG},
10185             d => q{E, d.M.y – E, d.M.y. GGGGG},
10186             y => q{E, d.M.y – E, d.M.y. GGGGG},
10187             },
10188             yMMM => {
10189             M => q{MMM – MMM y. G},
10190             y => q{MMM y – MMM y. G},
10191             },
10192             yMMMEd => {
10193             M => q{E, d. MMM – E, d. MMM y. G},
10194             d => q{E, d. MMM – E, d. MMM y. G},
10195             y => q{E, d. MMM y – E, d. MMM y. G},
10196             },
10197             yMMMM => {
10198             M => q{MMMM – MMMM y. G},
10199             y => q{MMMM y. – MMMM y. G},
10200             },
10201             yMMMd => {
10202             M => q{d. MMM – d. MMM y. G},
10203             d => q{d–d. MMM y. G},
10204             y => q{d. MMM y. – d. MMM y. G},
10205             },
10206             yMd => {
10207             M => q{d.M.y. – d.M.y.},
10208             d => q{d.M.y – d.M.y. GGGGG},
10209             y => q{d.M.y – d.M.y. GGGGG},
10210             },
10211             },
10212             'gregorian' => {
10213             M => {
10214             M => q{M–M},
10215             },
10216             MEd => {
10217             M => q{E, d. M. – E, d. M.},
10218             d => q{E, d. M. – E, d. M.},
10219             },
10220             MMM => {
10221             M => q{MMM–MMM},
10222             },
10223             MMMEd => {
10224             M => q{E, dd. MMM – E, dd. MMM},
10225             d => q{E, dd. – E, dd. MMM},
10226             },
10227             MMMd => {
10228             M => q{dd. MMM – dd. MMM},
10229             d => q{dd.–dd. MMM},
10230             },
10231             Md => {
10232             M => q{d. M. – d. M.},
10233             d => q{d. M. – d. M.},
10234             },
10235             fallback => '{0} – {1}',
10236             h => {
10237             a => q{h a – h a},
10238             h => q{h–h a},
10239             },
10240             hm => {
10241             a => q{h:mm a – h:mm a},
10242             h => q{h:mm–h:mm a},
10243             m => q{h:mm–h:mm a},
10244             },
10245             hmv => {
10246             a => q{h:mm a – h:mm a v},
10247             h => q{h:mm–h:mm a v},
10248             m => q{h:mm–h:mm a v},
10249             },
10250             hv => {
10251             a => q{h a – h a v},
10252             h => q{h–h a v},
10253             },
10254             yM => {
10255             M => q{M – M. y.},
10256             y => q{M.y. – M.y.},
10257             },
10258             yMEd => {
10259             M => q{E, d. M. y. – E, d. M. y.},
10260             d => q{E, d. M. y. – E, d. M. y.},
10261             y => q{E, d. M. y. – E, d. M. y.},
10262             },
10263             yMMM => {
10264             M => q{MMM–MMM y.},
10265             y => q{MMM y. – MMM y.},
10266             },
10267             yMMMEd => {
10268             M => q{E, dd. MMM – E, dd. MMM y.},
10269             d => q{E, dd. – E, dd. MMM y.},
10270             y => q{E, dd. MMM y. – E, dd. MMM y.},
10271             },
10272             yMMMM => {
10273             M => q{MMMM – MMMM y.},
10274             y => q{MMMM y. – MMMM y.},
10275             },
10276             yMMMd => {
10277             M => q{dd. MMM – dd. MMM y.},
10278             d => q{dd.–dd. MMM y.},
10279             y => q{dd. MMM y. – dd. MMM y.},
10280             },
10281             yMd => {
10282             M => q{d. M. y. – d. M. y.},
10283             d => q{d. M. y. – d. M. y.},
10284             y => q{d. M. y. – d. M. y.},
10285             },
10286             },
10287             } },
10288             );
10289              
10290             has 'time_zone_names' => (
10291             is => 'ro',
10292             isa => HashRef,
10293             init_arg => undef,
10294             default => sub { {
10295             regionFormat => q({0}, letnje vreme),
10296             regionFormat => q({0}, standardno vreme),
10297             'Acre' => {
10298             long => {
10299             'daylight' => q#Akre letnje računanje vremena#,
10300             'generic' => q#Akre vreme#,
10301             'standard' => q#Akre standardno vreme#,
10302             },
10303             },
10304             'Afghanistan' => {
10305             long => {
10306             'standard' => q#Avganistan vreme#,
10307             },
10308             },
10309             'Africa/Abidjan' => {
10310             exemplarCity => q#Abidžan#,
10311             },
10312             'Africa/Accra' => {
10313             exemplarCity => q#Akra#,
10314             },
10315             'Africa/Addis_Ababa' => {
10316             exemplarCity => q#Adis Abeba#,
10317             },
10318             'Africa/Algiers' => {
10319             exemplarCity => q#Alžir#,
10320             },
10321             'Africa/Asmera' => {
10322             exemplarCity => q#Asmera#,
10323             },
10324             'Africa/Bamako' => {
10325             exemplarCity => q#Bamako#,
10326             },
10327             'Africa/Bangui' => {
10328             exemplarCity => q#Bangui#,
10329             },
10330             'Africa/Banjul' => {
10331             exemplarCity => q#Banžul#,
10332             },
10333             'Africa/Bissau' => {
10334             exemplarCity => q#Bisao#,
10335             },
10336             'Africa/Blantyre' => {
10337             exemplarCity => q#Blantir#,
10338             },
10339             'Africa/Brazzaville' => {
10340             exemplarCity => q#Brazavil#,
10341             },
10342             'Africa/Bujumbura' => {
10343             exemplarCity => q#Budžumbura#,
10344             },
10345             'Africa/Cairo' => {
10346             exemplarCity => q#Kairo#,
10347             },
10348             'Africa/Casablanca' => {
10349             exemplarCity => q#Kazablanka#,
10350             },
10351             'Africa/Ceuta' => {
10352             exemplarCity => q#Seuta#,
10353             },
10354             'Africa/Conakry' => {
10355             exemplarCity => q#Konakri#,
10356             },
10357             'Africa/Dakar' => {
10358             exemplarCity => q#Dakar#,
10359             },
10360             'Africa/Dar_es_Salaam' => {
10361             exemplarCity => q#Dar-es-Salam#,
10362             },
10363             'Africa/Djibouti' => {
10364             exemplarCity => q#Džibuti#,
10365             },
10366             'Africa/Douala' => {
10367             exemplarCity => q#Duala#,
10368             },
10369             'Africa/El_Aaiun' => {
10370             exemplarCity => q#El Ajun#,
10371             },
10372             'Africa/Freetown' => {
10373             exemplarCity => q#Fritaun#,
10374             },
10375             'Africa/Gaborone' => {
10376             exemplarCity => q#Gaboron#,
10377             },
10378             'Africa/Harare' => {
10379             exemplarCity => q#Harare#,
10380             },
10381             'Africa/Johannesburg' => {
10382             exemplarCity => q#Johanesburg#,
10383             },
10384             'Africa/Juba' => {
10385             exemplarCity => q#Džuba#,
10386             },
10387             'Africa/Kampala' => {
10388             exemplarCity => q#Kampala#,
10389             },
10390             'Africa/Khartoum' => {
10391             exemplarCity => q#Kartum#,
10392             },
10393             'Africa/Kigali' => {
10394             exemplarCity => q#Kigali#,
10395             },
10396             'Africa/Kinshasa' => {
10397             exemplarCity => q#Kinšasa#,
10398             },
10399             'Africa/Lagos' => {
10400             exemplarCity => q#Lagos#,
10401             },
10402             'Africa/Libreville' => {
10403             exemplarCity => q#Librevil#,
10404             },
10405             'Africa/Lome' => {
10406             exemplarCity => q#Lome#,
10407             },
10408             'Africa/Luanda' => {
10409             exemplarCity => q#Luanda#,
10410             },
10411             'Africa/Lubumbashi' => {
10412             exemplarCity => q#Lubumbaši#,
10413             },
10414             'Africa/Lusaka' => {
10415             exemplarCity => q#Lusaka#,
10416             },
10417             'Africa/Malabo' => {
10418             exemplarCity => q#Malabo#,
10419             },
10420             'Africa/Maputo' => {
10421             exemplarCity => q#Maputo#,
10422             },
10423             'Africa/Maseru' => {
10424             exemplarCity => q#Maseru#,
10425             },
10426             'Africa/Mbabane' => {
10427             exemplarCity => q#Mbabane#,
10428             },
10429             'Africa/Mogadishu' => {
10430             exemplarCity => q#Mogadiš#,
10431             },
10432             'Africa/Monrovia' => {
10433             exemplarCity => q#Monrovija#,
10434             },
10435             'Africa/Nairobi' => {
10436             exemplarCity => q#Najrobi#,
10437             },
10438             'Africa/Ndjamena' => {
10439             exemplarCity => q#Ndžamena#,
10440             },
10441             'Africa/Niamey' => {
10442             exemplarCity => q#Nijamej#,
10443             },
10444             'Africa/Nouakchott' => {
10445             exemplarCity => q#Nuakšot#,
10446             },
10447             'Africa/Ouagadougou' => {
10448             exemplarCity => q#Uagadugu#,
10449             },
10450             'Africa/Porto-Novo' => {
10451             exemplarCity => q#Porto Novo#,
10452             },
10453             'Africa/Sao_Tome' => {
10454             exemplarCity => q#Sao Tome#,
10455             },
10456             'Africa/Tripoli' => {
10457             exemplarCity => q#Tripoli#,
10458             },
10459             'Africa/Tunis' => {
10460             exemplarCity => q#Tunis#,
10461             },
10462             'Africa/Windhoek' => {
10463             exemplarCity => q#Vindhuk#,
10464             },
10465             'Africa_Central' => {
10466             long => {
10467             'standard' => q#Centralno-afričko vreme#,
10468             },
10469             },
10470             'Africa_Eastern' => {
10471             long => {
10472             'standard' => q#Istočno-afričko vreme#,
10473             },
10474             },
10475             'Africa_Southern' => {
10476             long => {
10477             'standard' => q#Južno-afričko vreme#,
10478             },
10479             },
10480             'Africa_Western' => {
10481             long => {
10482             'daylight' => q#Zapadno-afričko letnje vreme#,
10483             'generic' => q#Zapadno-afričko vreme#,
10484             'standard' => q#Zapadno-afričko standardno vreme#,
10485             },
10486             },
10487             'Alaska' => {
10488             long => {
10489             'daylight' => q#Aljaska, letnje vreme#,
10490             'generic' => q#Aljaska#,
10491             'standard' => q#Aljaska, standardno vreme#,
10492             },
10493             },
10494             'Almaty' => {
10495             long => {
10496             'daylight' => q#Almati letnje računanje vremena#,
10497             'generic' => q#Almati vreme#,
10498             'standard' => q#Almati standardno vreme#,
10499             },
10500             },
10501             'Amazon' => {
10502             long => {
10503             'daylight' => q#Amazon, letnje vreme#,
10504             'generic' => q#Amazon vreme#,
10505             'standard' => q#Amazon, standardno vreme#,
10506             },
10507             },
10508             'America/Adak' => {
10509             exemplarCity => q#Adak#,
10510             },
10511             'America/Anchorage' => {
10512             exemplarCity => q#Enkoridž#,
10513             },
10514             'America/Anguilla' => {
10515             exemplarCity => q#Angvila#,
10516             },
10517             'America/Antigua' => {
10518             exemplarCity => q#Antigva#,
10519             },
10520             'America/Araguaina' => {
10521             exemplarCity => q#Aragvajana#,
10522             },
10523             'America/Argentina/La_Rioja' => {
10524             exemplarCity => q#La Rioha#,
10525             },
10526             'America/Argentina/Rio_Gallegos' => {
10527             exemplarCity => q#Rio Galjegos#,
10528             },
10529             'America/Argentina/Salta' => {
10530             exemplarCity => q#Salta#,
10531             },
10532             'America/Argentina/San_Juan' => {
10533             exemplarCity => q#San Huan#,
10534             },
10535             'America/Argentina/San_Luis' => {
10536             exemplarCity => q#San Lui#,
10537             },
10538             'America/Argentina/Tucuman' => {
10539             exemplarCity => q#Tukuman#,
10540             },
10541             'America/Argentina/Ushuaia' => {
10542             exemplarCity => q#Ušuaija#,
10543             },
10544             'America/Aruba' => {
10545             exemplarCity => q#Aruba#,
10546             },
10547             'America/Asuncion' => {
10548             exemplarCity => q#Asunsion#,
10549             },
10550             'America/Bahia' => {
10551             exemplarCity => q#Baija#,
10552             },
10553             'America/Bahia_Banderas' => {
10554             exemplarCity => q#Baija Banderas#,
10555             },
10556             'America/Barbados' => {
10557             exemplarCity => q#Barbados#,
10558             },
10559             'America/Belem' => {
10560             exemplarCity => q#Belem#,
10561             },
10562             'America/Belize' => {
10563             exemplarCity => q#Belize#,
10564             },
10565             'America/Blanc-Sablon' => {
10566             exemplarCity => q#Blank-Sejblon#,
10567             },
10568             'America/Boa_Vista' => {
10569             exemplarCity => q#Boa Vista#,
10570             },
10571             'America/Bogota' => {
10572             exemplarCity => q#Bogota#,
10573             },
10574             'America/Boise' => {
10575             exemplarCity => q#Bojzi#,
10576             },
10577             'America/Buenos_Aires' => {
10578             exemplarCity => q#Buenos Ajres#,
10579             },
10580             'America/Cambridge_Bay' => {
10581             exemplarCity => q#Kembridž Bej#,
10582             },
10583             'America/Campo_Grande' => {
10584             exemplarCity => q#Kampo Grande#,
10585             },
10586             'America/Cancun' => {
10587             exemplarCity => q#Kankun#,
10588             },
10589             'America/Caracas' => {
10590             exemplarCity => q#Karakas#,
10591             },
10592             'America/Catamarca' => {
10593             exemplarCity => q#Katamarka#,
10594             },
10595             'America/Cayenne' => {
10596             exemplarCity => q#Kajen#,
10597             },
10598             'America/Cayman' => {
10599             exemplarCity => q#Kajmanska Ostrva#,
10600             },
10601             'America/Chicago' => {
10602             exemplarCity => q#Čikago#,
10603             },
10604             'America/Chihuahua' => {
10605             exemplarCity => q#Čihuahua#,
10606             },
10607             'America/Ciudad_Juarez' => {
10608             exemplarCity => q#Siudad Huarez#,
10609             },
10610             'America/Coral_Harbour' => {
10611             exemplarCity => q#Koral Harbur#,
10612             },
10613             'America/Cordoba' => {
10614             exemplarCity => q#Kordoba#,
10615             },
10616             'America/Costa_Rica' => {
10617             exemplarCity => q#Kostarika#,
10618             },
10619             'America/Creston' => {
10620             exemplarCity => q#Kreston#,
10621             },
10622             'America/Cuiaba' => {
10623             exemplarCity => q#Kuiaba#,
10624             },
10625             'America/Curacao' => {
10626             exemplarCity => q#Kurasao#,
10627             },
10628             'America/Danmarkshavn' => {
10629             exemplarCity => q#Danmarkshagen#,
10630             },
10631             'America/Dawson' => {
10632             exemplarCity => q#Doson#,
10633             },
10634             'America/Dawson_Creek' => {
10635             exemplarCity => q#Doson Krik#,
10636             },
10637             'America/Denver' => {
10638             exemplarCity => q#Denver#,
10639             },
10640             'America/Detroit' => {
10641             exemplarCity => q#Detroit#,
10642             },
10643             'America/Dominica' => {
10644             exemplarCity => q#Dominika#,
10645             },
10646             'America/Edmonton' => {
10647             exemplarCity => q#Edmonton#,
10648             },
10649             'America/Eirunepe' => {
10650             exemplarCity => q#Eirunepe#,
10651             },
10652             'America/El_Salvador' => {
10653             exemplarCity => q#Salvador#,
10654             },
10655             'America/Fort_Nelson' => {
10656             exemplarCity => q#Fort Nelson#,
10657             },
10658             'America/Fortaleza' => {
10659             exemplarCity => q#Fortaleza#,
10660             },
10661             'America/Glace_Bay' => {
10662             exemplarCity => q#Glejs Bej#,
10663             },
10664             'America/Godthab' => {
10665             exemplarCity => q#Gothab#,
10666             },
10667             'America/Goose_Bay' => {
10668             exemplarCity => q#Gus Bej#,
10669             },
10670             'America/Grand_Turk' => {
10671             exemplarCity => q#Grand Turk#,
10672             },
10673             'America/Grenada' => {
10674             exemplarCity => q#Grenada#,
10675             },
10676             'America/Guadeloupe' => {
10677             exemplarCity => q#Gvadalupe#,
10678             },
10679             'America/Guatemala' => {
10680             exemplarCity => q#Gvatemala#,
10681             },
10682             'America/Guayaquil' => {
10683             exemplarCity => q#Gvajakil#,
10684             },
10685             'America/Guyana' => {
10686             exemplarCity => q#Gvajana#,
10687             },
10688             'America/Halifax' => {
10689             exemplarCity => q#Halifaks#,
10690             },
10691             'America/Havana' => {
10692             exemplarCity => q#Havana#,
10693             },
10694             'America/Hermosillo' => {
10695             exemplarCity => q#Hermosiljo#,
10696             },
10697             'America/Indiana/Knox' => {
10698             exemplarCity => q#Noks, Indijana#,
10699             },
10700             'America/Indiana/Marengo' => {
10701             exemplarCity => q#Marengo, Indijana#,
10702             },
10703             'America/Indiana/Petersburg' => {
10704             exemplarCity => q#Pitersburg, Indijana#,
10705             },
10706             'America/Indiana/Tell_City' => {
10707             exemplarCity => q#Tel Siti, Indijana#,
10708             },
10709             'America/Indiana/Vevay' => {
10710             exemplarCity => q#Vevaj, Indijana#,
10711             },
10712             'America/Indiana/Vincennes' => {
10713             exemplarCity => q#Vincenes, Indijana#,
10714             },
10715             'America/Indiana/Winamac' => {
10716             exemplarCity => q#Vinamak, Indijana#,
10717             },
10718             'America/Indianapolis' => {
10719             exemplarCity => q#Indianapolis#,
10720             },
10721             'America/Inuvik' => {
10722             exemplarCity => q#Inuvik#,
10723             },
10724             'America/Iqaluit' => {
10725             exemplarCity => q#Ikvaluit#,
10726             },
10727             'America/Jamaica' => {
10728             exemplarCity => q#Jamajka#,
10729             },
10730             'America/Jujuy' => {
10731             exemplarCity => q#Žužui#,
10732             },
10733             'America/Juneau' => {
10734             exemplarCity => q#Žuno#,
10735             },
10736             'America/Kentucky/Monticello' => {
10737             exemplarCity => q#Montičelo, Kentaki#,
10738             },
10739             'America/Kralendijk' => {
10740             exemplarCity => q#Kralendajk#,
10741             },
10742             'America/La_Paz' => {
10743             exemplarCity => q#La Paz#,
10744             },
10745             'America/Lima' => {
10746             exemplarCity => q#Lima#,
10747             },
10748             'America/Los_Angeles' => {
10749             exemplarCity => q#Los Anđeles#,
10750             },
10751             'America/Louisville' => {
10752             exemplarCity => q#Luivile#,
10753             },
10754             'America/Lower_Princes' => {
10755             exemplarCity => q#Louer Prinsiz Kvorter#,
10756             },
10757             'America/Maceio' => {
10758             exemplarCity => q#Masejo#,
10759             },
10760             'America/Managua' => {
10761             exemplarCity => q#Managva#,
10762             },
10763             'America/Manaus' => {
10764             exemplarCity => q#Manaus#,
10765             },
10766             'America/Marigot' => {
10767             exemplarCity => q#Marigo#,
10768             },
10769             'America/Martinique' => {
10770             exemplarCity => q#Martinik#,
10771             },
10772             'America/Matamoros' => {
10773             exemplarCity => q#Matamoros#,
10774             },
10775             'America/Mazatlan' => {
10776             exemplarCity => q#Mazatlan#,
10777             },
10778             'America/Mendoza' => {
10779             exemplarCity => q#Mendosa#,
10780             },
10781             'America/Menominee' => {
10782             exemplarCity => q#Menomini#,
10783             },
10784             'America/Merida' => {
10785             exemplarCity => q#Merida#,
10786             },
10787             'America/Metlakatla' => {
10788             exemplarCity => q#Metlakatla#,
10789             },
10790             'America/Mexico_City' => {
10791             exemplarCity => q#Meksiko Siti#,
10792             },
10793             'America/Miquelon' => {
10794             exemplarCity => q#Mikelon#,
10795             },
10796             'America/Moncton' => {
10797             exemplarCity => q#Monkton#,
10798             },
10799             'America/Monterrey' => {
10800             exemplarCity => q#Monterej#,
10801             },
10802             'America/Montevideo' => {
10803             exemplarCity => q#Montevideo#,
10804             },
10805             'America/Montserrat' => {
10806             exemplarCity => q#Montserat#,
10807             },
10808             'America/Nassau' => {
10809             exemplarCity => q#Nasau#,
10810             },
10811             'America/New_York' => {
10812             exemplarCity => q#Njujork#,
10813             },
10814             'America/Nome' => {
10815             exemplarCity => q#Nom#,
10816             },
10817             'America/Noronha' => {
10818             exemplarCity => q#Noronja#,
10819             },
10820             'America/North_Dakota/Beulah' => {
10821             exemplarCity => q#Bijula, Severna Dakota#,
10822             },
10823             'America/North_Dakota/Center' => {
10824             exemplarCity => q#Centar, Severna Dakota#,
10825             },
10826             'America/North_Dakota/New_Salem' => {
10827             exemplarCity => q#Novi Salem, Severna Dakota#,
10828             },
10829             'America/Ojinaga' => {
10830             exemplarCity => q#Ohinaga#,
10831             },
10832             'America/Panama' => {
10833             exemplarCity => q#Panama#,
10834             },
10835             'America/Paramaribo' => {
10836             exemplarCity => q#Paramaribo#,
10837             },
10838             'America/Phoenix' => {
10839             exemplarCity => q#Finiks#,
10840             },
10841             'America/Port-au-Prince' => {
10842             exemplarCity => q#Port o Prens#,
10843             },
10844             'America/Port_of_Spain' => {
10845             exemplarCity => q#Port of Spejn#,
10846             },
10847             'America/Porto_Velho' => {
10848             exemplarCity => q#Porto Veljo#,
10849             },
10850             'America/Puerto_Rico' => {
10851             exemplarCity => q#Porto Riko#,
10852             },
10853             'America/Punta_Arenas' => {
10854             exemplarCity => q#Punta Arenas#,
10855             },
10856             'America/Rankin_Inlet' => {
10857             exemplarCity => q#Rankin Inlet#,
10858             },
10859             'America/Recife' => {
10860             exemplarCity => q#Resife#,
10861             },
10862             'America/Regina' => {
10863             exemplarCity => q#Regina#,
10864             },
10865             'America/Resolute' => {
10866             exemplarCity => q#Resolut#,
10867             },
10868             'America/Rio_Branco' => {
10869             exemplarCity => q#Rio Branko#,
10870             },
10871             'America/Santarem' => {
10872             exemplarCity => q#Santarem#,
10873             },
10874             'America/Santiago' => {
10875             exemplarCity => q#Santjago#,
10876             },
10877             'America/Santo_Domingo' => {
10878             exemplarCity => q#Santo Domingo#,
10879             },
10880             'America/Sao_Paulo' => {
10881             exemplarCity => q#Sao Paolo#,
10882             },
10883             'America/Scoresbysund' => {
10884             exemplarCity => q#Skorezbisund#,
10885             },
10886             'America/Sitka' => {
10887             exemplarCity => q#Sitka#,
10888             },
10889             'America/St_Barthelemy' => {
10890             exemplarCity => q#Sv. Bartolomej#,
10891             },
10892             'America/St_Johns' => {
10893             exemplarCity => q#Sv. Džon#,
10894             },
10895             'America/St_Kitts' => {
10896             exemplarCity => q#Sent Kits#,
10897             },
10898             'America/St_Lucia' => {
10899             exemplarCity => q#Sv. Lucija#,
10900             },
10901             'America/St_Thomas' => {
10902             exemplarCity => q#Sv. Toma#,
10903             },
10904             'America/St_Vincent' => {
10905             exemplarCity => q#Sent Vinsent#,
10906             },
10907             'America/Swift_Current' => {
10908             exemplarCity => q#Svift Kurent#,
10909             },
10910             'America/Tegucigalpa' => {
10911             exemplarCity => q#Tegusigalpa#,
10912             },
10913             'America/Thule' => {
10914             exemplarCity => q#Tul#,
10915             },
10916             'America/Tijuana' => {
10917             exemplarCity => q#Tihuana#,
10918             },
10919             'America/Toronto' => {
10920             exemplarCity => q#Toronto#,
10921             },
10922             'America/Tortola' => {
10923             exemplarCity => q#Tortola#,
10924             },
10925             'America/Vancouver' => {
10926             exemplarCity => q#Vankuver#,
10927             },
10928             'America/Whitehorse' => {
10929             exemplarCity => q#Vajthors#,
10930             },
10931             'America/Winnipeg' => {
10932             exemplarCity => q#Vinipeg#,
10933             },
10934             'America/Yakutat' => {
10935             exemplarCity => q#Jakutat#,
10936             },
10937             'America_Central' => {
10938             long => {
10939             'daylight' => q#Severnoameričko centralno letnje vreme#,
10940             'generic' => q#Severnoameričko centralno vreme#,
10941             'standard' => q#Severnoameričko centralno standardno vreme#,
10942             },
10943             },
10944             'America_Eastern' => {
10945             long => {
10946             'daylight' => q#Severnoameričko istočno letnje vreme#,
10947             'generic' => q#Severnoameričko istočno vreme#,
10948             'standard' => q#Severnoameričko istočno standardno vreme#,
10949             },
10950             },
10951             'America_Mountain' => {
10952             long => {
10953             'daylight' => q#Severnoameričko planinsko letnje vreme#,
10954             'generic' => q#Severnoameričko planinsko vreme#,
10955             'standard' => q#Severnoameričko planinsko standardno vreme#,
10956             },
10957             },
10958             'America_Pacific' => {
10959             long => {
10960             'daylight' => q#Severnoameričko pacifičko letnje vreme#,
10961             'generic' => q#Severnoameričko pacifičko vreme#,
10962             'standard' => q#Severnoameričko pacifičko standardno vreme#,
10963             },
10964             },
10965             'Anadyr' => {
10966             long => {
10967             'daylight' => q#Anadir letnje računanje vremena#,
10968             'generic' => q#Anadir vreme#,
10969             'standard' => q#Anadir standardno vreme#,
10970             },
10971             },
10972             'Antarctica/Casey' => {
10973             exemplarCity => q#Kejsi#,
10974             },
10975             'Antarctica/Davis' => {
10976             exemplarCity => q#Dejvis#,
10977             },
10978             'Antarctica/DumontDUrville' => {
10979             exemplarCity => q#Dimon d’Urvil#,
10980             },
10981             'Antarctica/Macquarie' => {
10982             exemplarCity => q#Mekvori#,
10983             },
10984             'Antarctica/Mawson' => {
10985             exemplarCity => q#Moson#,
10986             },
10987             'Antarctica/McMurdo' => {
10988             exemplarCity => q#Makmurdo#,
10989             },
10990             'Antarctica/Palmer' => {
10991             exemplarCity => q#Palmer#,
10992             },
10993             'Antarctica/Rothera' => {
10994             exemplarCity => q#Rotera#,
10995             },
10996             'Antarctica/Syowa' => {
10997             exemplarCity => q#Šova#,
10998             },
10999             'Antarctica/Troll' => {
11000             exemplarCity => q#Trol#,
11001             },
11002             'Antarctica/Vostok' => {
11003             exemplarCity => q#Vostok#,
11004             },
11005             'Apia' => {
11006             long => {
11007             'daylight' => q#Apija, letnje vreme#,
11008             'generic' => q#Apija vreme#,
11009             'standard' => q#Apija, standardno vreme#,
11010             },
11011             },
11012             'Aqtau' => {
11013             long => {
11014             'daylight' => q#Akvatau letnje računanje vremena#,
11015             'generic' => q#Akvatau vreme#,
11016             'standard' => q#Akvatau standardno vreme#,
11017             },
11018             },
11019             'Aqtobe' => {
11020             long => {
11021             'daylight' => q#Akutobe letnje računanje vremena#,
11022             'generic' => q#Akutobe vreme#,
11023             'standard' => q#Akutobe standardno vreme#,
11024             },
11025             },
11026             'Arabian' => {
11027             long => {
11028             'daylight' => q#Arabijsko letnje vreme#,
11029             'generic' => q#Arabijsko vreme#,
11030             'standard' => q#Arabijsko standardno vreme#,
11031             },
11032             },
11033             'Arctic/Longyearbyen' => {
11034             exemplarCity => q#Longjerbjen#,
11035             },
11036             'Argentina' => {
11037             long => {
11038             'daylight' => q#Argentina, letnje vreme#,
11039             'generic' => q#Argentina vreme#,
11040             'standard' => q#Argentina, standardno vreme#,
11041             },
11042             },
11043             'Argentina_Western' => {
11044             long => {
11045             'daylight' => q#Zapadna Argentina, letnje vreme#,
11046             'generic' => q#Zapadna Argentina vreme#,
11047             'standard' => q#Zapadna Argentina, standardno vreme#,
11048             },
11049             },
11050             'Armenia' => {
11051             long => {
11052             'daylight' => q#Jermenija, letnje vreme#,
11053             'generic' => q#Jermenija vreme#,
11054             'standard' => q#Jermenija, standardno vreme#,
11055             },
11056             },
11057             'Asia/Aden' => {
11058             exemplarCity => q#Aden#,
11059             },
11060             'Asia/Almaty' => {
11061             exemplarCity => q#Almati#,
11062             },
11063             'Asia/Amman' => {
11064             exemplarCity => q#Aman#,
11065             },
11066             'Asia/Anadyr' => {
11067             exemplarCity => q#Anadir#,
11068             },
11069             'Asia/Aqtau' => {
11070             exemplarCity => q#Aktau#,
11071             },
11072             'Asia/Aqtobe' => {
11073             exemplarCity => q#Akutobe#,
11074             },
11075             'Asia/Ashgabat' => {
11076             exemplarCity => q#Ašhabad#,
11077             },
11078             'Asia/Atyrau' => {
11079             exemplarCity => q#Atirau#,
11080             },
11081             'Asia/Baghdad' => {
11082             exemplarCity => q#Bagdad#,
11083             },
11084             'Asia/Bahrain' => {
11085             exemplarCity => q#Bahrein#,
11086             },
11087             'Asia/Baku' => {
11088             exemplarCity => q#Baku#,
11089             },
11090             'Asia/Bangkok' => {
11091             exemplarCity => q#Bangkok#,
11092             },
11093             'Asia/Barnaul' => {
11094             exemplarCity => q#Barnaul#,
11095             },
11096             'Asia/Beirut' => {
11097             exemplarCity => q#Bejrut#,
11098             },
11099             'Asia/Bishkek' => {
11100             exemplarCity => q#Biškek#,
11101             },
11102             'Asia/Brunei' => {
11103             exemplarCity => q#Brunej#,
11104             },
11105             'Asia/Calcutta' => {
11106             exemplarCity => q#Kalkuta#,
11107             },
11108             'Asia/Chita' => {
11109             exemplarCity => q#Čita#,
11110             },
11111             'Asia/Colombo' => {
11112             exemplarCity => q#Kolombo#,
11113             },
11114             'Asia/Damascus' => {
11115             exemplarCity => q#Damask#,
11116             },
11117             'Asia/Dhaka' => {
11118             exemplarCity => q#Daka#,
11119             },
11120             'Asia/Dili' => {
11121             exemplarCity => q#Dili#,
11122             },
11123             'Asia/Dubai' => {
11124             exemplarCity => q#Dubai#,
11125             },
11126             'Asia/Dushanbe' => {
11127             exemplarCity => q#Dušanbe#,
11128             },
11129             'Asia/Famagusta' => {
11130             exemplarCity => q#Famagusta#,
11131             },
11132             'Asia/Gaza' => {
11133             exemplarCity => q#Gaza#,
11134             },
11135             'Asia/Hebron' => {
11136             exemplarCity => q#Hebron#,
11137             },
11138             'Asia/Hong_Kong' => {
11139             exemplarCity => q#Hongkong#,
11140             },
11141             'Asia/Hovd' => {
11142             exemplarCity => q#Hovd#,
11143             },
11144             'Asia/Irkutsk' => {
11145             exemplarCity => q#Irkuck#,
11146             },
11147             'Asia/Jakarta' => {
11148             exemplarCity => q#Džakarta#,
11149             },
11150             'Asia/Jayapura' => {
11151             exemplarCity => q#Džajapura#,
11152             },
11153             'Asia/Jerusalem' => {
11154             exemplarCity => q#Jerusalim#,
11155             },
11156             'Asia/Kabul' => {
11157             exemplarCity => q#Kabul#,
11158             },
11159             'Asia/Kamchatka' => {
11160             exemplarCity => q#Kamčatka#,
11161             },
11162             'Asia/Karachi' => {
11163             exemplarCity => q#Karači#,
11164             },
11165             'Asia/Katmandu' => {
11166             exemplarCity => q#Katmandu#,
11167             },
11168             'Asia/Khandyga' => {
11169             exemplarCity => q#Handiga#,
11170             },
11171             'Asia/Krasnoyarsk' => {
11172             exemplarCity => q#Krasnojarsk#,
11173             },
11174             'Asia/Kuala_Lumpur' => {
11175             exemplarCity => q#Kuala Lumpur#,
11176             },
11177             'Asia/Kuching' => {
11178             exemplarCity => q#Kučing#,
11179             },
11180             'Asia/Kuwait' => {
11181             exemplarCity => q#Kuvajt#,
11182             },
11183             'Asia/Macau' => {
11184             exemplarCity => q#Makao#,
11185             },
11186             'Asia/Magadan' => {
11187             exemplarCity => q#Magadan#,
11188             },
11189             'Asia/Makassar' => {
11190             exemplarCity => q#Makasar#,
11191             },
11192             'Asia/Manila' => {
11193             exemplarCity => q#Manila#,
11194             },
11195             'Asia/Muscat' => {
11196             exemplarCity => q#Muskat#,
11197             },
11198             'Asia/Nicosia' => {
11199             exemplarCity => q#Nikozija#,
11200             },
11201             'Asia/Novokuznetsk' => {
11202             exemplarCity => q#Novokuznjeck#,
11203             },
11204             'Asia/Novosibirsk' => {
11205             exemplarCity => q#Novosibirsk#,
11206             },
11207             'Asia/Omsk' => {
11208             exemplarCity => q#Omsk#,
11209             },
11210             'Asia/Oral' => {
11211             exemplarCity => q#Oral#,
11212             },
11213             'Asia/Phnom_Penh' => {
11214             exemplarCity => q#Pnom Pen#,
11215             },
11216             'Asia/Pontianak' => {
11217             exemplarCity => q#Pontijanak#,
11218             },
11219             'Asia/Pyongyang' => {
11220             exemplarCity => q#Pjongjang#,
11221             },
11222             'Asia/Qatar' => {
11223             exemplarCity => q#Katar#,
11224             },
11225             'Asia/Qostanay' => {
11226             exemplarCity => q#Kostanaj#,
11227             },
11228             'Asia/Qyzylorda' => {
11229             exemplarCity => q#Kizilorda#,
11230             },
11231             'Asia/Rangoon' => {
11232             exemplarCity => q#Rangun#,
11233             },
11234             'Asia/Riyadh' => {
11235             exemplarCity => q#Rijad#,
11236             },
11237             'Asia/Saigon' => {
11238             exemplarCity => q#Ho Ši Min#,
11239             },
11240             'Asia/Sakhalin' => {
11241             exemplarCity => q#Sahalin#,
11242             },
11243             'Asia/Samarkand' => {
11244             exemplarCity => q#Samarkand#,
11245             },
11246             'Asia/Seoul' => {
11247             exemplarCity => q#Seul#,
11248             },
11249             'Asia/Shanghai' => {
11250             exemplarCity => q#Šangaj#,
11251             },
11252             'Asia/Singapore' => {
11253             exemplarCity => q#Singapur#,
11254             },
11255             'Asia/Srednekolymsk' => {
11256             exemplarCity => q#Srednjekolimsk#,
11257             },
11258             'Asia/Taipei' => {
11259             exemplarCity => q#Tajpej#,
11260             },
11261             'Asia/Tashkent' => {
11262             exemplarCity => q#Taškent#,
11263             },
11264             'Asia/Tbilisi' => {
11265             exemplarCity => q#Tbilisi#,
11266             },
11267             'Asia/Tehran' => {
11268             exemplarCity => q#Teheran#,
11269             },
11270             'Asia/Thimphu' => {
11271             exemplarCity => q#Timpu#,
11272             },
11273             'Asia/Tokyo' => {
11274             exemplarCity => q#Tokio#,
11275             },
11276             'Asia/Tomsk' => {
11277             exemplarCity => q#Tomsk#,
11278             },
11279             'Asia/Ulaanbaatar' => {
11280             exemplarCity => q#Ulan Bator#,
11281             },
11282             'Asia/Urumqi' => {
11283             exemplarCity => q#Urumći#,
11284             },
11285             'Asia/Ust-Nera' => {
11286             exemplarCity => q#Ust-Nera#,
11287             },
11288             'Asia/Vientiane' => {
11289             exemplarCity => q#Vijentijan#,
11290             },
11291             'Asia/Vladivostok' => {
11292             exemplarCity => q#Vladivostok#,
11293             },
11294             'Asia/Yakutsk' => {
11295             exemplarCity => q#Jakutsk#,
11296             },
11297             'Asia/Yekaterinburg' => {
11298             exemplarCity => q#Jekaterinburg#,
11299             },
11300             'Asia/Yerevan' => {
11301             exemplarCity => q#Jerevan#,
11302             },
11303             'Atlantic' => {
11304             long => {
11305             'daylight' => q#Atlantsko letnje vreme#,
11306             'generic' => q#Atlantsko vreme#,
11307             'standard' => q#Atlantsko standardno vreme#,
11308             },
11309             },
11310             'Atlantic/Azores' => {
11311             exemplarCity => q#Azori#,
11312             },
11313             'Atlantic/Bermuda' => {
11314             exemplarCity => q#Bermuda#,
11315             },
11316             'Atlantic/Canary' => {
11317             exemplarCity => q#Kanarska ostrva#,
11318             },
11319             'Atlantic/Cape_Verde' => {
11320             exemplarCity => q#Zelenortska Ostrva#,
11321             },
11322             'Atlantic/Faeroe' => {
11323             exemplarCity => q#Farska Ostrva#,
11324             },
11325             'Atlantic/Madeira' => {
11326             exemplarCity => q#Madeira#,
11327             },
11328             'Atlantic/Reykjavik' => {
11329             exemplarCity => q#Rejkjavik#,
11330             },
11331             'Atlantic/South_Georgia' => {
11332             exemplarCity => q#Južna Džordžija#,
11333             },
11334             'Atlantic/St_Helena' => {
11335             exemplarCity => q#Sveta Jelena#,
11336             },
11337             'Atlantic/Stanley' => {
11338             exemplarCity => q#Stenli#,
11339             },
11340             'Australia/Adelaide' => {
11341             exemplarCity => q#Adelejd#,
11342             },
11343             'Australia/Brisbane' => {
11344             exemplarCity => q#Brizbejn#,
11345             },
11346             'Australia/Broken_Hill' => {
11347             exemplarCity => q#Broken Hil#,
11348             },
11349             'Australia/Darwin' => {
11350             exemplarCity => q#Darvin#,
11351             },
11352             'Australia/Eucla' => {
11353             exemplarCity => q#Iukla#,
11354             },
11355             'Australia/Hobart' => {
11356             exemplarCity => q#Hobart#,
11357             },
11358             'Australia/Lindeman' => {
11359             exemplarCity => q#Lindeman#,
11360             },
11361             'Australia/Lord_Howe' => {
11362             exemplarCity => q#Lord Hau#,
11363             },
11364             'Australia/Melbourne' => {
11365             exemplarCity => q#Melburn#,
11366             },
11367             'Australia/Perth' => {
11368             exemplarCity => q#Pert#,
11369             },
11370             'Australia/Sydney' => {
11371             exemplarCity => q#Sidnej#,
11372             },
11373             'Australia_Central' => {
11374             long => {
11375             'daylight' => q#Australijsko centralno letnje vreme#,
11376             'generic' => q#Australijsko centralno vreme#,
11377             'standard' => q#Australijsko centralno standardno vreme#,
11378             },
11379             },
11380             'Australia_CentralWestern' => {
11381             long => {
11382             'daylight' => q#Australijsko centralno zapadno letnje vreme#,
11383             'generic' => q#Australijsko centralno zapadno vreme#,
11384             'standard' => q#Australijsko centralno zapadno standardno vreme#,
11385             },
11386             },
11387             'Australia_Eastern' => {
11388             long => {
11389             'daylight' => q#Australijsko istočno letnje vreme#,
11390             'generic' => q#Australijsko istočno vreme#,
11391             'standard' => q#Australijsko istočno standardno vreme#,
11392             },
11393             },
11394             'Australia_Western' => {
11395             long => {
11396             'daylight' => q#Australijsko zapadno letnje vreme#,
11397             'generic' => q#Australijsko zapadno vreme#,
11398             'standard' => q#Australijsko zapadno standardno vreme#,
11399             },
11400             },
11401             'Azerbaijan' => {
11402             long => {
11403             'daylight' => q#Azerbejdžan, letnje vreme#,
11404             'generic' => q#Azerbejdžan vreme#,
11405             'standard' => q#Azerbejdžan, standardno vreme#,
11406             },
11407             },
11408             'Azores' => {
11409             long => {
11410             'daylight' => q#Azori, letnje vreme#,
11411             'generic' => q#Azori vreme#,
11412             'standard' => q#Azori, standardno vreme#,
11413             },
11414             },
11415             'Bangladesh' => {
11416             long => {
11417             'daylight' => q#Bangladeš, letnje vreme#,
11418             'generic' => q#Bangladeš vreme#,
11419             'standard' => q#Bangladeš, standardno vreme#,
11420             },
11421             },
11422             'Bhutan' => {
11423             long => {
11424             'standard' => q#Butan vreme#,
11425             },
11426             },
11427             'Bolivia' => {
11428             long => {
11429             'standard' => q#Bolivija vreme#,
11430             },
11431             },
11432             'Brasilia' => {
11433             long => {
11434             'daylight' => q#Brazilija, letnje vreme#,
11435             'generic' => q#Brazilija vreme#,
11436             'standard' => q#Brazilija, standardno vreme#,
11437             },
11438             },
11439             'Brunei' => {
11440             long => {
11441             'standard' => q#Brunej Darusalum vreme#,
11442             },
11443             },
11444             'Cape_Verde' => {
11445             long => {
11446             'daylight' => q#Zelenortska Ostrva, letnje vreme#,
11447             'generic' => q#Zelenortska Ostrva vreme#,
11448             'standard' => q#Zelenortska Ostrva, standardno vreme#,
11449             },
11450             },
11451             'Chamorro' => {
11452             long => {
11453             'standard' => q#Čamoro vreme#,
11454             },
11455             },
11456             'Chatham' => {
11457             long => {
11458             'daylight' => q#Čatam, letnje vreme#,
11459             'generic' => q#Čatam vreme#,
11460             'standard' => q#Čatam, standardno vreme#,
11461             },
11462             },
11463             'Chile' => {
11464             long => {
11465             'daylight' => q#Čile, letnje vreme#,
11466             'generic' => q#Čile vreme#,
11467             'standard' => q#Čile, standardno vreme#,
11468             },
11469             },
11470             'China' => {
11471             long => {
11472             'daylight' => q#Kina, letnje vreme#,
11473             'generic' => q#Kina vreme#,
11474             'standard' => q#Kinesko standardno vreme#,
11475             },
11476             },
11477             'Christmas' => {
11478             long => {
11479             'standard' => q#Božićno ostrvo vreme#,
11480             },
11481             },
11482             'Cocos' => {
11483             long => {
11484             'standard' => q#Kokos (Keling) Ostrva vreme#,
11485             },
11486             },
11487             'Colombia' => {
11488             long => {
11489             'daylight' => q#Kolumbija, letnje vreme#,
11490             'generic' => q#Kolumbija vreme#,
11491             'standard' => q#Kolumbija, standardno vreme#,
11492             },
11493             },
11494             'Cook' => {
11495             long => {
11496             'daylight' => q#Kukova ostrva, polu-letnje vreme#,
11497             'generic' => q#Kukova ostrva vreme#,
11498             'standard' => q#Kukova ostrva, standardno vreme#,
11499             },
11500             },
11501             'Cuba' => {
11502             long => {
11503             'daylight' => q#Kuba, letnje vreme#,
11504             'generic' => q#Kuba#,
11505             'standard' => q#Kuba, standardno vreme#,
11506             },
11507             },
11508             'Davis' => {
11509             long => {
11510             'standard' => q#Dejvis vreme#,
11511             },
11512             },
11513             'DumontDUrville' => {
11514             long => {
11515             'standard' => q#Dimon d’Urvil vreme#,
11516             },
11517             },
11518             'East_Timor' => {
11519             long => {
11520             'standard' => q#Istočni timor vreme#,
11521             },
11522             },
11523             'Easter' => {
11524             long => {
11525             'daylight' => q#Uskršnja ostrva, letnje vreme#,
11526             'generic' => q#Uskršnja ostrva vreme#,
11527             'standard' => q#Uskršnja ostrva, standardno vreme#,
11528             },
11529             },
11530             'Ecuador' => {
11531             long => {
11532             'standard' => q#Ekvador vreme#,
11533             },
11534             },
11535             'Etc/UTC' => {
11536             long => {
11537             'standard' => q#Koordinisano univerzalno vreme#,
11538             },
11539             },
11540             'Etc/Unknown' => {
11541             exemplarCity => q#Nepoznat grad#,
11542             },
11543             'Europe/Amsterdam' => {
11544             exemplarCity => q#Amsterdam#,
11545             },
11546             'Europe/Andorra' => {
11547             exemplarCity => q#Andora#,
11548             },
11549             'Europe/Astrakhan' => {
11550             exemplarCity => q#Astrakan#,
11551             },
11552             'Europe/Athens' => {
11553             exemplarCity => q#Atina#,
11554             },
11555             'Europe/Belgrade' => {
11556             exemplarCity => q#Beograd#,
11557             },
11558             'Europe/Berlin' => {
11559             exemplarCity => q#Berlin#,
11560             },
11561             'Europe/Bratislava' => {
11562             exemplarCity => q#Bratislava#,
11563             },
11564             'Europe/Brussels' => {
11565             exemplarCity => q#Brisel#,
11566             },
11567             'Europe/Bucharest' => {
11568             exemplarCity => q#Bukurešt#,
11569             },
11570             'Europe/Budapest' => {
11571             exemplarCity => q#Budimpešta#,
11572             },
11573             'Europe/Busingen' => {
11574             exemplarCity => q#Bisingen#,
11575             },
11576             'Europe/Chisinau' => {
11577             exemplarCity => q#Kišinjev#,
11578             },
11579             'Europe/Copenhagen' => {
11580             exemplarCity => q#Kopenhagen#,
11581             },
11582             'Europe/Dublin' => {
11583             exemplarCity => q#Dablin#,
11584             long => {
11585             'daylight' => q#Irska, standardno vreme#,
11586             },
11587             },
11588             'Europe/Gibraltar' => {
11589             exemplarCity => q#Gibraltar#,
11590             },
11591             'Europe/Guernsey' => {
11592             exemplarCity => q#Gernzi#,
11593             },
11594             'Europe/Helsinki' => {
11595             exemplarCity => q#Helsinki#,
11596             },
11597             'Europe/Isle_of_Man' => {
11598             exemplarCity => q#Ostrvo Man#,
11599             },
11600             'Europe/Istanbul' => {
11601             exemplarCity => q#Istanbul#,
11602             },
11603             'Europe/Jersey' => {
11604             exemplarCity => q#Džerzi#,
11605             },
11606             'Europe/Kaliningrad' => {
11607             exemplarCity => q#Kalinjingrad#,
11608             },
11609             'Europe/Kiev' => {
11610             exemplarCity => q#Kijev#,
11611             },
11612             'Europe/Kirov' => {
11613             exemplarCity => q#Kirov#,
11614             },
11615             'Europe/Lisbon' => {
11616             exemplarCity => q#Lisabon#,
11617             },
11618             'Europe/Ljubljana' => {
11619             exemplarCity => q#Ljubljana#,
11620             },
11621             'Europe/London' => {
11622             exemplarCity => q#London#,
11623             long => {
11624             'daylight' => q#Britanija, letnje vreme#,
11625             },
11626             },
11627             'Europe/Luxembourg' => {
11628             exemplarCity => q#Luksemburg#,
11629             },
11630             'Europe/Madrid' => {
11631             exemplarCity => q#Madrid#,
11632             },
11633             'Europe/Malta' => {
11634             exemplarCity => q#Malta#,
11635             },
11636             'Europe/Mariehamn' => {
11637             exemplarCity => q#Marihamn#,
11638             },
11639             'Europe/Minsk' => {
11640             exemplarCity => q#Minsk#,
11641             },
11642             'Europe/Monaco' => {
11643             exemplarCity => q#Monako#,
11644             },
11645             'Europe/Moscow' => {
11646             exemplarCity => q#Moskva#,
11647             },
11648             'Europe/Oslo' => {
11649             exemplarCity => q#Oslo#,
11650             },
11651             'Europe/Paris' => {
11652             exemplarCity => q#Pariz#,
11653             },
11654             'Europe/Podgorica' => {
11655             exemplarCity => q#Podgorica#,
11656             },
11657             'Europe/Prague' => {
11658             exemplarCity => q#Prag#,
11659             },
11660             'Europe/Riga' => {
11661             exemplarCity => q#Riga#,
11662             },
11663             'Europe/Rome' => {
11664             exemplarCity => q#Rim#,
11665             },
11666             'Europe/Samara' => {
11667             exemplarCity => q#Samara#,
11668             },
11669             'Europe/San_Marino' => {
11670             exemplarCity => q#San Marino#,
11671             },
11672             'Europe/Sarajevo' => {
11673             exemplarCity => q#Sarajevo#,
11674             },
11675             'Europe/Saratov' => {
11676             exemplarCity => q#Saratov#,
11677             },
11678             'Europe/Simferopol' => {
11679             exemplarCity => q#Simferopolj#,
11680             },
11681             'Europe/Skopje' => {
11682             exemplarCity => q#Skoplje#,
11683             },
11684             'Europe/Sofia' => {
11685             exemplarCity => q#Sofija#,
11686             },
11687             'Europe/Stockholm' => {
11688             exemplarCity => q#Stokholm#,
11689             },
11690             'Europe/Tallinn' => {
11691             exemplarCity => q#Talin#,
11692             },
11693             'Europe/Tirane' => {
11694             exemplarCity => q#Tirana#,
11695             },
11696             'Europe/Ulyanovsk' => {
11697             exemplarCity => q#Uljanovsk#,
11698             },
11699             'Europe/Vaduz' => {
11700             exemplarCity => q#Vaduz#,
11701             },
11702             'Europe/Vatican' => {
11703             exemplarCity => q#Vatikan#,
11704             },
11705             'Europe/Vienna' => {
11706             exemplarCity => q#Beč#,
11707             },
11708             'Europe/Vilnius' => {
11709             exemplarCity => q#Vilnjus#,
11710             },
11711             'Europe/Volgograd' => {
11712             exemplarCity => q#Volgograd#,
11713             },
11714             'Europe/Warsaw' => {
11715             exemplarCity => q#Varšava#,
11716             },
11717             'Europe/Zagreb' => {
11718             exemplarCity => q#Zagreb#,
11719             },
11720             'Europe/Zurich' => {
11721             exemplarCity => q#Cirih#,
11722             },
11723             'Europe_Central' => {
11724             long => {
11725             'daylight' => q#Srednjeevropsko letnje vreme#,
11726             'generic' => q#Srednjeevropsko vreme#,
11727             'standard' => q#Srednjeevropsko standardno vreme#,
11728             },
11729             short => {
11730             'daylight' => q#CEST#,
11731             'generic' => q#CET#,
11732             'standard' => q#CET#,
11733             },
11734             },
11735             'Europe_Eastern' => {
11736             long => {
11737             'daylight' => q#Istočnoevropsko letnje vreme#,
11738             'generic' => q#Istočnoevropsko vreme#,
11739             'standard' => q#Istočnoevropsko standardno vreme#,
11740             },
11741             short => {
11742             'daylight' => q#EEST#,
11743             'generic' => q#EET#,
11744             'standard' => q#EET#,
11745             },
11746             },
11747             'Europe_Further_Eastern' => {
11748             long => {
11749             'standard' => q#Vreme daljeg istoka Evrope#,
11750             },
11751             },
11752             'Europe_Western' => {
11753             long => {
11754             'daylight' => q#Zapadnoevropsko letnje vreme#,
11755             'generic' => q#Zapadnoevropsko vreme#,
11756             'standard' => q#Zapadnoevropsko standardno vreme#,
11757             },
11758             short => {
11759             'daylight' => q#WEST#,
11760             'generic' => q#WET#,
11761             'standard' => q#WET#,
11762             },
11763             },
11764             'Falkland' => {
11765             long => {
11766             'daylight' => q#Folklandska Ostrva, letnje vreme#,
11767             'generic' => q#Folklandska Ostrva vreme#,
11768             'standard' => q#Folklandska Ostrva, standardno vreme#,
11769             },
11770             },
11771             'Fiji' => {
11772             long => {
11773             'daylight' => q#Fidži, letnje vreme#,
11774             'generic' => q#Fidži vreme#,
11775             'standard' => q#Fidži, standardno vreme#,
11776             },
11777             },
11778             'French_Guiana' => {
11779             long => {
11780             'standard' => q#Francuska Gvajana vreme#,
11781             },
11782             },
11783             'French_Southern' => {
11784             long => {
11785             'standard' => q#Francusko južno i antarktičko vreme#,
11786             },
11787             },
11788             'GMT' => {
11789             long => {
11790             'standard' => q#Srednje vreme po Griniču#,
11791             },
11792             short => {
11793             'standard' => q#GMT#,
11794             },
11795             },
11796             'Galapagos' => {
11797             long => {
11798             'standard' => q#Galapagos vreme#,
11799             },
11800             },
11801             'Gambier' => {
11802             long => {
11803             'standard' => q#Gambije vreme#,
11804             },
11805             },
11806             'Georgia' => {
11807             long => {
11808             'daylight' => q#Gruzija, letnje vreme#,
11809             'generic' => q#Gruzija vreme#,
11810             'standard' => q#Gruzija, standardno vreme#,
11811             },
11812             },
11813             'Gilbert_Islands' => {
11814             long => {
11815             'standard' => q#Gilbert ostrva vreme#,
11816             },
11817             },
11818             'Greenland_Eastern' => {
11819             long => {
11820             'daylight' => q#Istočni Grenland, letnje vreme#,
11821             'generic' => q#Istočni Grenland#,
11822             'standard' => q#Istočni Grenland, standardno vreme#,
11823             },
11824             },
11825             'Greenland_Western' => {
11826             long => {
11827             'daylight' => q#Zapadni Grenland, letnje vreme#,
11828             'generic' => q#Zapadni Grenland#,
11829             'standard' => q#Zapadni Grenland, standardno vreme#,
11830             },
11831             },
11832             'Guam' => {
11833             long => {
11834             'standard' => q#Guam standardno vreme#,
11835             },
11836             },
11837             'Gulf' => {
11838             long => {
11839             'standard' => q#Zalivsko vreme#,
11840             },
11841             },
11842             'Guyana' => {
11843             long => {
11844             'standard' => q#Gvajana vreme#,
11845             },
11846             },
11847             'Hawaii_Aleutian' => {
11848             long => {
11849             'daylight' => q#Havajsko-aleutsko letnje vreme#,
11850             'generic' => q#Havajsko-aleutsko vreme#,
11851             'standard' => q#Havajsko-aleutsko standardno vreme#,
11852             },
11853             },
11854             'Hong_Kong' => {
11855             long => {
11856             'daylight' => q#Hong Kong, letnje vreme#,
11857             'generic' => q#Hong Kong vreme#,
11858             'standard' => q#Hong Kong, standardno vreme#,
11859             },
11860             },
11861             'Hovd' => {
11862             long => {
11863             'daylight' => q#Hovd, letnje vreme#,
11864             'generic' => q#Hovd vreme#,
11865             'standard' => q#Hovd, standardno vreme#,
11866             },
11867             },
11868             'India' => {
11869             long => {
11870             'standard' => q#Indijsko standardno vreme#,
11871             },
11872             },
11873             'Indian/Antananarivo' => {
11874             exemplarCity => q#Antananarivo#,
11875             },
11876             'Indian/Chagos' => {
11877             exemplarCity => q#Čagos#,
11878             },
11879             'Indian/Christmas' => {
11880             exemplarCity => q#Božić#,
11881             },
11882             'Indian/Cocos' => {
11883             exemplarCity => q#Kokos#,
11884             },
11885             'Indian/Comoro' => {
11886             exemplarCity => q#Komoro#,
11887             },
11888             'Indian/Kerguelen' => {
11889             exemplarCity => q#Kergelen#,
11890             },
11891             'Indian/Mahe' => {
11892             exemplarCity => q#Mahe#,
11893             },
11894             'Indian/Maldives' => {
11895             exemplarCity => q#Maldivi#,
11896             },
11897             'Indian/Mauritius' => {
11898             exemplarCity => q#Mauricijus#,
11899             },
11900             'Indian/Mayotte' => {
11901             exemplarCity => q#Majot#,
11902             },
11903             'Indian/Reunion' => {
11904             exemplarCity => q#Reunion#,
11905             },
11906             'Indian_Ocean' => {
11907             long => {
11908             'standard' => q#Indijsko okeansko vreme#,
11909             },
11910             },
11911             'Indochina' => {
11912             long => {
11913             'standard' => q#Indokina vreme#,
11914             },
11915             },
11916             'Indonesia_Central' => {
11917             long => {
11918             'standard' => q#Centralno-indonezijsko vreme#,
11919             },
11920             },
11921             'Indonesia_Eastern' => {
11922             long => {
11923             'standard' => q#Istočno-indonezijsko vreme#,
11924             },
11925             },
11926             'Indonesia_Western' => {
11927             long => {
11928             'standard' => q#Zapadno-indonezijsko vreme#,
11929             },
11930             },
11931             'Iran' => {
11932             long => {
11933             'daylight' => q#Iran, letnje vreme#,
11934             'generic' => q#Iran vreme#,
11935             'standard' => q#Iran, standardno vreme#,
11936             },
11937             },
11938             'Irkutsk' => {
11939             long => {
11940             'daylight' => q#Irkuck, letnje vreme#,
11941             'generic' => q#Irkuck vreme#,
11942             'standard' => q#Irkuck, standardno vreme#,
11943             },
11944             },
11945             'Israel' => {
11946             long => {
11947             'daylight' => q#Izraelsko letnje vreme#,
11948             'generic' => q#Izraelsko vreme#,
11949             'standard' => q#Izraelsko standardno vreme#,
11950             },
11951             },
11952             'Japan' => {
11953             long => {
11954             'daylight' => q#Japansko letnje vreme#,
11955             'generic' => q#Japansko vreme#,
11956             'standard' => q#Japansko standardno vreme#,
11957             },
11958             },
11959             'Kamchatka' => {
11960             long => {
11961             'daylight' => q#Petropavlovsko-kamčatsko letnje računanje vremena#,
11962             'generic' => q#Petropavlovsko-kamčatsko vreme#,
11963             'standard' => q#Petropavlovsko-kamčatsko standardno vreme#,
11964             },
11965             },
11966             'Kazakhstan' => {
11967             long => {
11968             'standard' => q#Kazahstansko vreme#,
11969             },
11970             },
11971             'Kazakhstan_Eastern' => {
11972             long => {
11973             'standard' => q#Istočno-kazahstansko vreme#,
11974             },
11975             },
11976             'Kazakhstan_Western' => {
11977             long => {
11978             'standard' => q#Zapadno-kazahstansko vreme#,
11979             },
11980             },
11981             'Korea' => {
11982             long => {
11983             'daylight' => q#Korejsko letnje vreme#,
11984             'generic' => q#Korejsko vreme#,
11985             'standard' => q#Korejsko standardno vreme#,
11986             },
11987             },
11988             'Kosrae' => {
11989             long => {
11990             'standard' => q#Košre vreme#,
11991             },
11992             },
11993             'Krasnoyarsk' => {
11994             long => {
11995             'daylight' => q#Krasnojarsk, letnje vreme#,
11996             'generic' => q#Krasnojarsk vreme#,
11997             'standard' => q#Krasnojarsk, standardno vreme#,
11998             },
11999             },
12000             'Kyrgystan' => {
12001             long => {
12002             'standard' => q#Kirgistan vreme#,
12003             },
12004             },
12005             'Lanka' => {
12006             long => {
12007             'standard' => q#Šri Lanka vreme#,
12008             },
12009             },
12010             'Line_Islands' => {
12011             long => {
12012             'standard' => q#Ostrva Lajn vreme#,
12013             },
12014             },
12015             'Lord_Howe' => {
12016             long => {
12017             'daylight' => q#Lord Hov, letnje vreme#,
12018             'generic' => q#Lord Hov vreme#,
12019             'standard' => q#Lord Hov, standardno vreme#,
12020             },
12021             },
12022             'Macau' => {
12023             long => {
12024             'daylight' => q#Makao letnje računanje vremena#,
12025             'generic' => q#Makao vreme#,
12026             'standard' => q#Makao standardno vreme#,
12027             },
12028             },
12029             'Magadan' => {
12030             long => {
12031             'daylight' => q#Magadan, letnje vreme#,
12032             'generic' => q#Magadan vreme#,
12033             'standard' => q#Magadan, standardno vreme#,
12034             },
12035             },
12036             'Malaysia' => {
12037             long => {
12038             'standard' => q#Malezija vreme#,
12039             },
12040             },
12041             'Maldives' => {
12042             long => {
12043             'standard' => q#Maldivi vreme#,
12044             },
12045             },
12046             'Marquesas' => {
12047             long => {
12048             'standard' => q#Markiz vreme#,
12049             },
12050             },
12051             'Marshall_Islands' => {
12052             long => {
12053             'standard' => q#Maršalska Ostrva vreme#,
12054             },
12055             },
12056             'Mauritius' => {
12057             long => {
12058             'daylight' => q#Mauricijus, letnje vreme#,
12059             'generic' => q#Mauricijus vreme#,
12060             'standard' => q#Mauricijus, standardno vreme#,
12061             },
12062             },
12063             'Mawson' => {
12064             long => {
12065             'standard' => q#Moson vreme#,
12066             },
12067             },
12068             'Mexico_Pacific' => {
12069             long => {
12070             'daylight' => q#Meksički Pacifik, letnje vreme#,
12071             'generic' => q#Meksički Pacifik#,
12072             'standard' => q#Meksički Pacifik, standardno vreme#,
12073             },
12074             },
12075             'Mongolia' => {
12076             long => {
12077             'daylight' => q#Ulan Bator, letnje vreme#,
12078             'generic' => q#Ulan Bator vreme#,
12079             'standard' => q#Ulan Bator, standardno vreme#,
12080             },
12081             },
12082             'Moscow' => {
12083             long => {
12084             'daylight' => q#Moskva, letnje vreme#,
12085             'generic' => q#Moskva vreme#,
12086             'standard' => q#Moskva, standardno vreme#,
12087             },
12088             },
12089             'Myanmar' => {
12090             long => {
12091             'standard' => q#Mijanmar vreme#,
12092             },
12093             },
12094             'Nauru' => {
12095             long => {
12096             'standard' => q#Nauru vreme#,
12097             },
12098             },
12099             'Nepal' => {
12100             long => {
12101             'standard' => q#Nepal vreme#,
12102             },
12103             },
12104             'New_Caledonia' => {
12105             long => {
12106             'daylight' => q#Nova Kaledonija, letnje vreme#,
12107             'generic' => q#Nova Kaledonija vreme#,
12108             'standard' => q#Nova Kaledonija, standardno vreme#,
12109             },
12110             },
12111             'New_Zealand' => {
12112             long => {
12113             'daylight' => q#Novi Zeland, letnje vreme#,
12114             'generic' => q#Novi Zeland vreme#,
12115             'standard' => q#Novi Zeland, standardno vreme#,
12116             },
12117             },
12118             'Newfoundland' => {
12119             long => {
12120             'daylight' => q#Njufaundlend, letnje vreme#,
12121             'generic' => q#Njufaundlend#,
12122             'standard' => q#Njufaundlend, standardno vreme#,
12123             },
12124             },
12125             'Niue' => {
12126             long => {
12127             'standard' => q#Niue vreme#,
12128             },
12129             },
12130             'Norfolk' => {
12131             long => {
12132             'daylight' => q#Norfolk Ostrvo, letnje vreme#,
12133             'generic' => q#Norfolk Ostrvo vreme#,
12134             'standard' => q#Norfolk Ostrvo, standardno vreme#,
12135             },
12136             },
12137             'Noronha' => {
12138             long => {
12139             'daylight' => q#Fernando de Noronja, letnje vreme#,
12140             'generic' => q#Fernando de Noronja vreme#,
12141             'standard' => q#Fernando de Noronja, standardno vreme#,
12142             },
12143             },
12144             'North_Mariana' => {
12145             long => {
12146             'standard' => q#Severna Marijanska Ostrva vreme#,
12147             },
12148             },
12149             'Novosibirsk' => {
12150             long => {
12151             'daylight' => q#Novosibirsk, letnje vreme#,
12152             'generic' => q#Novosibirsk vreme#,
12153             'standard' => q#Novosibirsk, standardno vreme#,
12154             },
12155             },
12156             'Omsk' => {
12157             long => {
12158             'daylight' => q#Omsk, letnje vreme#,
12159             'generic' => q#Omsk vreme#,
12160             'standard' => q#Omsk, standardno vreme#,
12161             },
12162             },
12163             'Pacific/Apia' => {
12164             exemplarCity => q#Apija#,
12165             },
12166             'Pacific/Auckland' => {
12167             exemplarCity => q#Okland#,
12168             },
12169             'Pacific/Bougainville' => {
12170             exemplarCity => q#Buganvil#,
12171             },
12172             'Pacific/Chatham' => {
12173             exemplarCity => q#Čatam#,
12174             },
12175             'Pacific/Easter' => {
12176             exemplarCity => q#Uskršnje ostrvo#,
12177             },
12178             'Pacific/Efate' => {
12179             exemplarCity => q#Efat#,
12180             },
12181             'Pacific/Enderbury' => {
12182             exemplarCity => q#Enderberi#,
12183             },
12184             'Pacific/Fakaofo' => {
12185             exemplarCity => q#Fakaofo#,
12186             },
12187             'Pacific/Fiji' => {
12188             exemplarCity => q#Fidži#,
12189             },
12190             'Pacific/Funafuti' => {
12191             exemplarCity => q#Funafuti#,
12192             },
12193             'Pacific/Galapagos' => {
12194             exemplarCity => q#Galapagos#,
12195             },
12196             'Pacific/Gambier' => {
12197             exemplarCity => q#Gambije#,
12198             },
12199             'Pacific/Guadalcanal' => {
12200             exemplarCity => q#Gvadalkanal#,
12201             },
12202             'Pacific/Guam' => {
12203             exemplarCity => q#Guam#,
12204             },
12205             'Pacific/Honolulu' => {
12206             exemplarCity => q#Honolulu#,
12207             },
12208             'Pacific/Kanton' => {
12209             exemplarCity => q#Kanton#,
12210             },
12211             'Pacific/Kiritimati' => {
12212             exemplarCity => q#Kiritimati#,
12213             },
12214             'Pacific/Kosrae' => {
12215             exemplarCity => q#Košre#,
12216             },
12217             'Pacific/Kwajalein' => {
12218             exemplarCity => q#Kvadžalejin#,
12219             },
12220             'Pacific/Majuro' => {
12221             exemplarCity => q#Majuro#,
12222             },
12223             'Pacific/Marquesas' => {
12224             exemplarCity => q#Markiz#,
12225             },
12226             'Pacific/Midway' => {
12227             exemplarCity => q#Midvej#,
12228             },
12229             'Pacific/Nauru' => {
12230             exemplarCity => q#Nauru#,
12231             },
12232             'Pacific/Niue' => {
12233             exemplarCity => q#Niue#,
12234             },
12235             'Pacific/Norfolk' => {
12236             exemplarCity => q#Norfolk#,
12237             },
12238             'Pacific/Noumea' => {
12239             exemplarCity => q#Numea#,
12240             },
12241             'Pacific/Pago_Pago' => {
12242             exemplarCity => q#Pago Pago#,
12243             },
12244             'Pacific/Palau' => {
12245             exemplarCity => q#Palau#,
12246             },
12247             'Pacific/Pitcairn' => {
12248             exemplarCity => q#Pitkern#,
12249             },
12250             'Pacific/Ponape' => {
12251             exemplarCity => q#Ponape#,
12252             },
12253             'Pacific/Port_Moresby' => {
12254             exemplarCity => q#Port Morzbi#,
12255             },
12256             'Pacific/Rarotonga' => {
12257             exemplarCity => q#Rarotonga#,
12258             },
12259             'Pacific/Saipan' => {
12260             exemplarCity => q#Sajpan#,
12261             },
12262             'Pacific/Tahiti' => {
12263             exemplarCity => q#Tahiti#,
12264             },
12265             'Pacific/Tarawa' => {
12266             exemplarCity => q#Tarava#,
12267             },
12268             'Pacific/Tongatapu' => {
12269             exemplarCity => q#Tongatapu#,
12270             },
12271             'Pacific/Truk' => {
12272             exemplarCity => q#Truk#,
12273             },
12274             'Pacific/Wake' => {
12275             exemplarCity => q#Vejk#,
12276             },
12277             'Pacific/Wallis' => {
12278             exemplarCity => q#Valis#,
12279             },
12280             'Pakistan' => {
12281             long => {
12282             'daylight' => q#Pakistan, letnje vreme#,
12283             'generic' => q#Pakistan vreme#,
12284             'standard' => q#Pakistan, standardno vreme#,
12285             },
12286             },
12287             'Palau' => {
12288             long => {
12289             'standard' => q#Palau vreme#,
12290             },
12291             },
12292             'Papua_New_Guinea' => {
12293             long => {
12294             'standard' => q#Papua Nova Gvineja vreme#,
12295             },
12296             },
12297             'Paraguay' => {
12298             long => {
12299             'daylight' => q#Paragvaj, letnje vreme#,
12300             'generic' => q#Paragvaj vreme#,
12301             'standard' => q#Paragvaj, standardno vreme#,
12302             },
12303             },
12304             'Peru' => {
12305             long => {
12306             'daylight' => q#Peru, letnje vreme#,
12307             'generic' => q#Peru vreme#,
12308             'standard' => q#Peru, standardno vreme#,
12309             },
12310             },
12311             'Philippines' => {
12312             long => {
12313             'daylight' => q#Filipini, letnje vreme#,
12314             'generic' => q#Filipini vreme#,
12315             'standard' => q#Filipini, standardno vreme#,
12316             },
12317             },
12318             'Phoenix_Islands' => {
12319             long => {
12320             'standard' => q#Feniks ostrva vreme#,
12321             },
12322             },
12323             'Pierre_Miquelon' => {
12324             long => {
12325             'daylight' => q#Sen Pjer i Mikelon, letnje vreme#,
12326             'generic' => q#Sen Pjer i Mikelon#,
12327             'standard' => q#Sen Pjer i Mikelon, standardno vreme#,
12328             },
12329             },
12330             'Pitcairn' => {
12331             long => {
12332             'standard' => q#Pitkern vreme#,
12333             },
12334             },
12335             'Ponape' => {
12336             long => {
12337             'standard' => q#Ponpej vreme#,
12338             },
12339             },
12340             'Pyongyang' => {
12341             long => {
12342             'standard' => q#Pjongjanško vreme#,
12343             },
12344             },
12345             'Qyzylorda' => {
12346             long => {
12347             'daylight' => q#Kizilorda letnje računanje vremena#,
12348             'generic' => q#Kizilorda vreme#,
12349             'standard' => q#Kizilorda standardno vreme#,
12350             },
12351             },
12352             'Reunion' => {
12353             long => {
12354             'standard' => q#Reinion vreme#,
12355             },
12356             },
12357             'Rothera' => {
12358             long => {
12359             'standard' => q#Rotera vreme#,
12360             },
12361             },
12362             'Sakhalin' => {
12363             long => {
12364             'daylight' => q#Sahalin, letnje vreme#,
12365             'generic' => q#Sahalin vreme#,
12366             'standard' => q#Sahalin, standardno vreme#,
12367             },
12368             },
12369             'Samara' => {
12370             long => {
12371             'daylight' => q#Samara letnje računanje vremena#,
12372             'generic' => q#Samara vreme#,
12373             'standard' => q#Samara standardno vreme#,
12374             },
12375             },
12376             'Samoa' => {
12377             long => {
12378             'daylight' => q#Samoa, letnje vreme#,
12379             'generic' => q#Samoa vreme#,
12380             'standard' => q#Samoa, standardno vreme#,
12381             },
12382             },
12383             'Seychelles' => {
12384             long => {
12385             'standard' => q#Sejšeli vreme#,
12386             },
12387             },
12388             'Singapore' => {
12389             long => {
12390             'standard' => q#Singapur, standardno vreme#,
12391             },
12392             },
12393             'Solomon' => {
12394             long => {
12395             'standard' => q#Solomonska Ostrva vreme#,
12396             },
12397             },
12398             'South_Georgia' => {
12399             long => {
12400             'standard' => q#Južna Džordžija vreme#,
12401             },
12402             },
12403             'Suriname' => {
12404             long => {
12405             'standard' => q#Surinam vreme#,
12406             },
12407             },
12408             'Syowa' => {
12409             long => {
12410             'standard' => q#Šova vreme#,
12411             },
12412             },
12413             'Tahiti' => {
12414             long => {
12415             'standard' => q#Tahiti vreme#,
12416             },
12417             },
12418             'Taipei' => {
12419             long => {
12420             'daylight' => q#Tajpej, letnje vreme#,
12421             'generic' => q#Tajpej vreme#,
12422             'standard' => q#Tajpej, standardno vreme#,
12423             },
12424             },
12425             'Tajikistan' => {
12426             long => {
12427             'standard' => q#Tadžikistan vreme#,
12428             },
12429             },
12430             'Tokelau' => {
12431             long => {
12432             'standard' => q#Tokelau vreme#,
12433             },
12434             },
12435             'Tonga' => {
12436             long => {
12437             'daylight' => q#Tonga, letnje vreme#,
12438             'generic' => q#Tonga vreme#,
12439             'standard' => q#Tonga, standardno vreme#,
12440             },
12441             },
12442             'Truk' => {
12443             long => {
12444             'standard' => q#Čuuk vreme#,
12445             },
12446             },
12447             'Turkmenistan' => {
12448             long => {
12449             'daylight' => q#Turkmenistan, letnje vreme#,
12450             'generic' => q#Turkmenistan vreme#,
12451             'standard' => q#Turkmenistan, standardno vreme#,
12452             },
12453             },
12454             'Tuvalu' => {
12455             long => {
12456             'standard' => q#Tuvalu vreme#,
12457             },
12458             },
12459             'Uruguay' => {
12460             long => {
12461             'daylight' => q#Urugvaj, letnje vreme#,
12462             'generic' => q#Urugvaj vreme#,
12463             'standard' => q#Urugvaj, standardno vreme#,
12464             },
12465             },
12466             'Uzbekistan' => {
12467             long => {
12468             'daylight' => q#Uzbekistan, letnje vreme#,
12469             'generic' => q#Uzbekistan vreme#,
12470             'standard' => q#Uzbekistan, standardno vreme#,
12471             },
12472             },
12473             'Vanuatu' => {
12474             long => {
12475             'daylight' => q#Vanuatu, letnje vreme#,
12476             'generic' => q#Vanuatu vreme#,
12477             'standard' => q#Vanuatu, standardno vreme#,
12478             },
12479             },
12480             'Venezuela' => {
12481             long => {
12482             'standard' => q#Venecuela vreme#,
12483             },
12484             },
12485             'Vladivostok' => {
12486             long => {
12487             'daylight' => q#Vladivostok, letnje vreme#,
12488             'generic' => q#Vladivostok vreme#,
12489             'standard' => q#Vladivostok, standardno vreme#,
12490             },
12491             },
12492             'Volgograd' => {
12493             long => {
12494             'daylight' => q#Volgograd, letnje vreme#,
12495             'generic' => q#Volgograd vreme#,
12496             'standard' => q#Volgograd, standardno vreme#,
12497             },
12498             },
12499             'Vostok' => {
12500             long => {
12501             'standard' => q#Vostok vreme#,
12502             },
12503             },
12504             'Wake' => {
12505             long => {
12506             'standard' => q#Vejk ostrvo vreme#,
12507             },
12508             },
12509             'Wallis' => {
12510             long => {
12511             'standard' => q#Valis i Futuna Ostrva vreme#,
12512             },
12513             },
12514             'Yakutsk' => {
12515             long => {
12516             'daylight' => q#Jakutsk, letnje vreme#,
12517             'generic' => q#Jakutsk vreme#,
12518             'standard' => q#Jakutsk, standardno vreme#,
12519             },
12520             },
12521             'Yekaterinburg' => {
12522             long => {
12523             'daylight' => q#Jekaterinburg, letnje vreme#,
12524             'generic' => q#Jekaterinburg vreme#,
12525             'standard' => q#Jekaterinburg, standardno vreme#,
12526             },
12527             },
12528             'Yukon' => {
12529             long => {
12530             'standard' => q#Jukon#,
12531             },
12532             },
12533             } }
12534             );
12535 1     1   40669 no Moo;
  1         3  
  1         10  
12536              
12537             1;
12538              
12539             # vim: tabstop=4