line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=head1 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
Locale::CLDR::Locales::Dyo - Package for language Jola-Fonyi |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=cut |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Dyo; |
8
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\dyo.xml |
9
|
|
|
|
|
|
|
# on Sun 24 Apr 8:22:58 am GMT |
10
|
|
|
|
|
|
|
|
11
|
1
|
|
|
1
|
|
2395258
|
use version; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
9
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.29.0'); |
14
|
|
|
|
|
|
|
|
15
|
1
|
|
|
1
|
|
134
|
use v5.10.1; |
|
1
|
|
|
|
|
5
|
|
16
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
1
|
|
|
|
|
6
|
|
|
1
|
|
|
|
|
10
|
|
17
|
1
|
|
|
1
|
|
33
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
18
|
1
|
|
|
1
|
|
30
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
14
|
|
19
|
|
|
|
|
|
|
|
20
|
1
|
|
|
1
|
|
1137
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
53946
|
|
|
1
|
|
|
|
|
13
|
|
21
|
1
|
|
|
1
|
|
1561
|
use Moo; |
|
1
|
|
|
|
|
10060
|
|
|
1
|
|
|
|
|
5
|
|
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
24
|
|
|
|
|
|
|
has 'display_name_language' => ( |
25
|
|
|
|
|
|
|
is => 'ro', |
26
|
|
|
|
|
|
|
isa => CodeRef, |
27
|
|
|
|
|
|
|
init_arg => undef, |
28
|
|
|
|
|
|
|
default => sub { |
29
|
|
|
|
|
|
|
sub { |
30
|
|
|
|
|
|
|
my %languages = ( |
31
|
|
|
|
|
|
|
'ak' => 'akan', |
32
|
|
|
|
|
|
|
'am' => 'amharik', |
33
|
|
|
|
|
|
|
'ar' => 'arab', |
34
|
|
|
|
|
|
|
'be' => 'belarus', |
35
|
|
|
|
|
|
|
'bg' => 'bulgaari', |
36
|
|
|
|
|
|
|
'bn' => 'bengali', |
37
|
|
|
|
|
|
|
'cs' => 'sek', |
38
|
|
|
|
|
|
|
'de' => 'alman', |
39
|
|
|
|
|
|
|
'dyo' => 'joola', |
40
|
|
|
|
|
|
|
'el' => 'greek', |
41
|
|
|
|
|
|
|
'en' => 'angle', |
42
|
|
|
|
|
|
|
'es' => 'español', |
43
|
|
|
|
|
|
|
'fa' => 'persan', |
44
|
|
|
|
|
|
|
'fr' => 'franse', |
45
|
|
|
|
|
|
|
'ha' => 'hausa', |
46
|
|
|
|
|
|
|
'hi' => 'endu', |
47
|
|
|
|
|
|
|
'hu' => 'ongrua', |
48
|
|
|
|
|
|
|
'id' => 'indoneesi', |
49
|
|
|
|
|
|
|
'ig' => 'igbo', |
50
|
|
|
|
|
|
|
'it' => 'italien', |
51
|
|
|
|
|
|
|
'ja' => 'saponee', |
52
|
|
|
|
|
|
|
'jv' => 'savanee', |
53
|
|
|
|
|
|
|
'km' => 'kmeer', |
54
|
|
|
|
|
|
|
'ko' => 'koree', |
55
|
|
|
|
|
|
|
'ms' => 'maleesi', |
56
|
|
|
|
|
|
|
'my' => 'birmani', |
57
|
|
|
|
|
|
|
'ne' => 'nepalees', |
58
|
|
|
|
|
|
|
'nl' => 'neerlande', |
59
|
|
|
|
|
|
|
'pa' => 'penjabi', |
60
|
|
|
|
|
|
|
'pl' => 'polonees', |
61
|
|
|
|
|
|
|
'pt' => 'portugees', |
62
|
|
|
|
|
|
|
'ro' => 'rumeen', |
63
|
|
|
|
|
|
|
'ru' => 'rus', |
64
|
|
|
|
|
|
|
'rw' => 'ruanda', |
65
|
|
|
|
|
|
|
'so' => 'somali', |
66
|
|
|
|
|
|
|
'sv' => 'suedi', |
67
|
|
|
|
|
|
|
'ta' => 'tamil', |
68
|
|
|
|
|
|
|
'th' => 'tay', |
69
|
|
|
|
|
|
|
'tr' => 'turki', |
70
|
|
|
|
|
|
|
'uk' => 'ukrain', |
71
|
|
|
|
|
|
|
'ur' => 'urdu', |
72
|
|
|
|
|
|
|
'vi' => 'vietnam', |
73
|
|
|
|
|
|
|
'yo' => 'yoruba', |
74
|
|
|
|
|
|
|
'zh' => 'sinua', |
75
|
|
|
|
|
|
|
'zu' => 'sulu', |
76
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
); |
78
|
|
|
|
|
|
|
if (@_) { |
79
|
|
|
|
|
|
|
return $languages{$_[0]}; |
80
|
|
|
|
|
|
|
} |
81
|
|
|
|
|
|
|
return \%languages; |
82
|
|
|
|
|
|
|
} |
83
|
|
|
|
|
|
|
}, |
84
|
|
|
|
|
|
|
); |
85
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
has 'display_name_region' => ( |
87
|
|
|
|
|
|
|
is => 'ro', |
88
|
|
|
|
|
|
|
isa => HashRef[Str], |
89
|
|
|
|
|
|
|
init_arg => undef, |
90
|
|
|
|
|
|
|
default => sub { |
91
|
|
|
|
|
|
|
{ |
92
|
|
|
|
|
|
|
'AD' => 'Andorra', |
93
|
|
|
|
|
|
|
'AF' => 'Afganistan', |
94
|
|
|
|
|
|
|
'AG' => 'Antigua di Barbuda', |
95
|
|
|
|
|
|
|
'AI' => 'Angiiya', |
96
|
|
|
|
|
|
|
'AL' => 'Albani', |
97
|
|
|
|
|
|
|
'AM' => 'Armeni', |
98
|
|
|
|
|
|
|
'AO' => 'Angola', |
99
|
|
|
|
|
|
|
'AR' => 'Arsantin', |
100
|
|
|
|
|
|
|
'AS' => 'Samoa yati Amerik', |
101
|
|
|
|
|
|
|
'AT' => 'Otris', |
102
|
|
|
|
|
|
|
'AU' => 'Ostraalia', |
103
|
|
|
|
|
|
|
'AW' => 'Aruba', |
104
|
|
|
|
|
|
|
'AZ' => 'Aserbaysan', |
105
|
|
|
|
|
|
|
'BA' => 'Bosni di Hersegovin', |
106
|
|
|
|
|
|
|
'BB' => 'Barbad', |
107
|
|
|
|
|
|
|
'BD' => 'Banglades', |
108
|
|
|
|
|
|
|
'BE' => 'Belsik', |
109
|
|
|
|
|
|
|
'BF' => 'Burukiina Faso', |
110
|
|
|
|
|
|
|
'BG' => 'Bulgari', |
111
|
|
|
|
|
|
|
'BH' => 'Bahrayn', |
112
|
|
|
|
|
|
|
'BI' => 'Burundi', |
113
|
|
|
|
|
|
|
'BJ' => 'Bene', |
114
|
|
|
|
|
|
|
'BM' => 'Bermud', |
115
|
|
|
|
|
|
|
'BN' => 'Buruney', |
116
|
|
|
|
|
|
|
'BO' => 'Boliivi', |
117
|
|
|
|
|
|
|
'BR' => 'Bresil', |
118
|
|
|
|
|
|
|
'BS' => 'Bahama', |
119
|
|
|
|
|
|
|
'BT' => 'Butan', |
120
|
|
|
|
|
|
|
'BW' => 'Boswana', |
121
|
|
|
|
|
|
|
'BY' => 'Belarus', |
122
|
|
|
|
|
|
|
'BZ' => 'Beliis', |
123
|
|
|
|
|
|
|
'CA' => 'Kanada', |
124
|
|
|
|
|
|
|
'CD' => 'Mofam demokratik mati Kongo', |
125
|
|
|
|
|
|
|
'CG' => 'Kongo', |
126
|
|
|
|
|
|
|
'CI' => 'Koddiwar', |
127
|
|
|
|
|
|
|
'CL' => 'Cili', |
128
|
|
|
|
|
|
|
'CM' => 'Kamerun', |
129
|
|
|
|
|
|
|
'CN' => 'Siin', |
130
|
|
|
|
|
|
|
'CO' => 'Kolombi', |
131
|
|
|
|
|
|
|
'CR' => 'Kosta Rika', |
132
|
|
|
|
|
|
|
'CU' => 'Kuba', |
133
|
|
|
|
|
|
|
'CV' => 'Kap Ver', |
134
|
|
|
|
|
|
|
'CY' => 'Siipr', |
135
|
|
|
|
|
|
|
'CZ' => 'Mofam mati Cek', |
136
|
|
|
|
|
|
|
'DE' => 'Almaañ', |
137
|
|
|
|
|
|
|
'DJ' => 'Jibuti', |
138
|
|
|
|
|
|
|
'DK' => 'Danmark', |
139
|
|
|
|
|
|
|
'DM' => 'Dominika', |
140
|
|
|
|
|
|
|
'DO' => 'Mofam mati Dominik', |
141
|
|
|
|
|
|
|
'DZ' => 'Alseri', |
142
|
|
|
|
|
|
|
'EC' => 'Ekuador', |
143
|
|
|
|
|
|
|
'EE' => 'Estoni', |
144
|
|
|
|
|
|
|
'EG' => 'EsÃpt', |
145
|
|
|
|
|
|
|
'ER' => 'Eritree', |
146
|
|
|
|
|
|
|
'ES' => 'Espaañ', |
147
|
|
|
|
|
|
|
'ET' => 'Ecoopi', |
148
|
|
|
|
|
|
|
'FI' => 'Finland', |
149
|
|
|
|
|
|
|
'FJ' => 'Fiji', |
150
|
|
|
|
|
|
|
'FR' => 'Frans', |
151
|
|
|
|
|
|
|
'GA' => 'Gabon', |
152
|
|
|
|
|
|
|
'GD' => 'Grenada', |
153
|
|
|
|
|
|
|
'GE' => 'Seorsi', |
154
|
|
|
|
|
|
|
'GH' => 'Gaana', |
155
|
|
|
|
|
|
|
'GI' => 'Sipraltaar', |
156
|
|
|
|
|
|
|
'GL' => 'Greenland', |
157
|
|
|
|
|
|
|
'GM' => 'Gambi', |
158
|
|
|
|
|
|
|
'GN' => 'Giné', |
159
|
|
|
|
|
|
|
'GP' => 'Guwadalup', |
160
|
|
|
|
|
|
|
'GR' => 'Gres', |
161
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
162
|
|
|
|
|
|
|
'GU' => 'Guam', |
163
|
|
|
|
|
|
|
'GW' => 'Giné Bisaau', |
164
|
|
|
|
|
|
|
'GY' => 'Giyan', |
165
|
|
|
|
|
|
|
'HN' => 'Onduras', |
166
|
|
|
|
|
|
|
'HR' => 'Kroasi', |
167
|
|
|
|
|
|
|
'HT' => 'Ayti', |
168
|
|
|
|
|
|
|
'HU' => 'OÅri', |
169
|
|
|
|
|
|
|
'ID' => 'Endonesi', |
170
|
|
|
|
|
|
|
'IE' => 'Irland', |
171
|
|
|
|
|
|
|
'IL' => 'Israel', |
172
|
|
|
|
|
|
|
'IN' => 'End', |
173
|
|
|
|
|
|
|
'IQ' => 'Irak', |
174
|
|
|
|
|
|
|
'IR' => 'Iran', |
175
|
|
|
|
|
|
|
'IS' => 'Iisland', |
176
|
|
|
|
|
|
|
'IT' => 'Itali', |
177
|
|
|
|
|
|
|
'JM' => 'Samaik', |
178
|
|
|
|
|
|
|
'JP' => 'SapoÅ', |
179
|
|
|
|
|
|
|
'KE' => 'Keniya', |
180
|
|
|
|
|
|
|
'KH' => 'Kamboj', |
181
|
|
|
|
|
|
|
'KM' => 'Komor', |
182
|
|
|
|
|
|
|
'LC' => 'SaÅ Lusia', |
183
|
|
|
|
|
|
|
'LK' => 'Siri Lanka', |
184
|
|
|
|
|
|
|
'LR' => 'Liberia', |
185
|
|
|
|
|
|
|
'MG' => 'Madagaskaar', |
186
|
|
|
|
|
|
|
'ML' => 'Mali', |
187
|
|
|
|
|
|
|
'NF' => 'Ecinkey yati Noorfok', |
188
|
|
|
|
|
|
|
'SA' => 'Abari Saudi', |
189
|
|
|
|
|
|
|
'SD' => 'Sudan', |
190
|
|
|
|
|
|
|
'SG' => 'Singapur', |
191
|
|
|
|
|
|
|
'SI' => 'Sloveni', |
192
|
|
|
|
|
|
|
'SK' => 'Slovaki', |
193
|
|
|
|
|
|
|
'SL' => 'Serra Leon', |
194
|
|
|
|
|
|
|
'SN' => 'Senegal', |
195
|
|
|
|
|
|
|
'SO' => 'Somali', |
196
|
|
|
|
|
|
|
'SV' => 'Salvadoor', |
197
|
|
|
|
|
|
|
'TD' => 'Cad', |
198
|
|
|
|
|
|
|
'TG' => 'Togo', |
199
|
|
|
|
|
|
|
'TH' => 'Tailand', |
200
|
|
|
|
|
|
|
|
201
|
|
|
|
|
|
|
} |
202
|
|
|
|
|
|
|
}, |
203
|
|
|
|
|
|
|
); |
204
|
|
|
|
|
|
|
|
205
|
|
|
|
|
|
|
has 'characters' => ( |
206
|
|
|
|
|
|
|
is => 'ro', |
207
|
|
|
|
|
|
|
isa => HashRef, |
208
|
|
|
|
|
|
|
init_arg => undef, |
209
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
210
|
|
|
|
|
|
|
? eval <<'EOT' |
211
|
|
|
|
|
|
|
sub { |
212
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
213
|
|
|
|
|
|
|
return { |
214
|
|
|
|
|
|
|
auxiliary => qr{(?^u:[z])}, |
215
|
|
|
|
|
|
|
index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Ã', 'Å', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y'], |
216
|
|
|
|
|
|
|
main => qr{(?^u:[a á b c d e é f g h i à j k l m n ñ Šo ó p q r s t u ú v w x y])}, |
217
|
|
|
|
|
|
|
}; |
218
|
|
|
|
|
|
|
}, |
219
|
|
|
|
|
|
|
EOT |
220
|
|
|
|
|
|
|
: sub { |
221
|
|
|
|
|
|
|
return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Ã', 'Å', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y'], }; |
222
|
|
|
|
|
|
|
}, |
223
|
1
|
|
|
1
|
|
160
|
); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
131
|
|
224
|
|
|
|
|
|
|
|
225
|
|
|
|
|
|
|
|
226
|
|
|
|
|
|
|
has 'quote_start' => ( |
227
|
|
|
|
|
|
|
is => 'ro', |
228
|
|
|
|
|
|
|
isa => Str, |
229
|
|
|
|
|
|
|
init_arg => undef, |
230
|
|
|
|
|
|
|
default => qq{«}, |
231
|
|
|
|
|
|
|
); |
232
|
|
|
|
|
|
|
|
233
|
|
|
|
|
|
|
has 'quote_end' => ( |
234
|
|
|
|
|
|
|
is => 'ro', |
235
|
|
|
|
|
|
|
isa => Str, |
236
|
|
|
|
|
|
|
init_arg => undef, |
237
|
|
|
|
|
|
|
default => qq{»}, |
238
|
|
|
|
|
|
|
); |
239
|
|
|
|
|
|
|
|
240
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
241
|
|
|
|
|
|
|
is => 'ro', |
242
|
|
|
|
|
|
|
isa => Str, |
243
|
|
|
|
|
|
|
init_arg => undef, |
244
|
|
|
|
|
|
|
default => qq{â}, |
245
|
|
|
|
|
|
|
); |
246
|
|
|
|
|
|
|
|
247
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
248
|
|
|
|
|
|
|
is => 'ro', |
249
|
|
|
|
|
|
|
isa => Str, |
250
|
|
|
|
|
|
|
init_arg => undef, |
251
|
|
|
|
|
|
|
default => qq{â}, |
252
|
|
|
|
|
|
|
); |
253
|
|
|
|
|
|
|
|
254
|
|
|
|
|
|
|
has 'yesstr' => ( |
255
|
|
|
|
|
|
|
is => 'ro', |
256
|
|
|
|
|
|
|
isa => RegexpRef, |
257
|
|
|
|
|
|
|
init_arg => undef, |
258
|
|
|
|
|
|
|
default => sub { qr'^(?i:Eey|E|yes|y)$' } |
259
|
|
|
|
|
|
|
); |
260
|
|
|
|
|
|
|
|
261
|
|
|
|
|
|
|
has 'nostr' => ( |
262
|
|
|
|
|
|
|
is => 'ro', |
263
|
|
|
|
|
|
|
isa => RegexpRef, |
264
|
|
|
|
|
|
|
init_arg => undef, |
265
|
|
|
|
|
|
|
default => sub { qr'^(?i:Hani|H|no|n)$' } |
266
|
|
|
|
|
|
|
); |
267
|
|
|
|
|
|
|
|
268
|
|
|
|
|
|
|
has 'number_symbols' => ( |
269
|
|
|
|
|
|
|
is => 'ro', |
270
|
|
|
|
|
|
|
isa => HashRef, |
271
|
|
|
|
|
|
|
init_arg => undef, |
272
|
|
|
|
|
|
|
default => sub { { |
273
|
|
|
|
|
|
|
'latn' => { |
274
|
|
|
|
|
|
|
'decimal' => q(,), |
275
|
|
|
|
|
|
|
'group' => q(Â ), |
276
|
|
|
|
|
|
|
}, |
277
|
|
|
|
|
|
|
} } |
278
|
|
|
|
|
|
|
); |
279
|
|
|
|
|
|
|
|
280
|
|
|
|
|
|
|
has 'number_formats' => ( |
281
|
|
|
|
|
|
|
is => 'ro', |
282
|
|
|
|
|
|
|
isa => HashRef, |
283
|
|
|
|
|
|
|
init_arg => undef, |
284
|
|
|
|
|
|
|
default => sub { { |
285
|
|
|
|
|
|
|
decimalFormat => { |
286
|
|
|
|
|
|
|
'default' => { |
287
|
|
|
|
|
|
|
'standard' => { |
288
|
|
|
|
|
|
|
'' => '#,##0.###', |
289
|
|
|
|
|
|
|
}, |
290
|
|
|
|
|
|
|
}, |
291
|
|
|
|
|
|
|
}, |
292
|
|
|
|
|
|
|
percentFormat => { |
293
|
|
|
|
|
|
|
'default' => { |
294
|
|
|
|
|
|
|
'standard' => { |
295
|
|
|
|
|
|
|
'' => '#,##0%', |
296
|
|
|
|
|
|
|
}, |
297
|
|
|
|
|
|
|
}, |
298
|
|
|
|
|
|
|
}, |
299
|
|
|
|
|
|
|
} }, |
300
|
|
|
|
|
|
|
); |
301
|
|
|
|
|
|
|
|
302
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
303
|
|
|
|
|
|
|
is => 'ro', |
304
|
|
|
|
|
|
|
isa => HashRef, |
305
|
|
|
|
|
|
|
init_arg => undef, |
306
|
|
|
|
|
|
|
default => sub { { |
307
|
|
|
|
|
|
|
'latn' => { |
308
|
|
|
|
|
|
|
'pattern' => { |
309
|
|
|
|
|
|
|
'default' => { |
310
|
|
|
|
|
|
|
'standard' => { |
311
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
312
|
|
|
|
|
|
|
}, |
313
|
|
|
|
|
|
|
}, |
314
|
|
|
|
|
|
|
}, |
315
|
|
|
|
|
|
|
}, |
316
|
|
|
|
|
|
|
} }, |
317
|
|
|
|
|
|
|
); |
318
|
|
|
|
|
|
|
|
319
|
|
|
|
|
|
|
has 'currencies' => ( |
320
|
|
|
|
|
|
|
is => 'ro', |
321
|
|
|
|
|
|
|
isa => HashRef, |
322
|
|
|
|
|
|
|
init_arg => undef, |
323
|
|
|
|
|
|
|
default => sub { { |
324
|
|
|
|
|
|
|
'AOA' => { |
325
|
|
|
|
|
|
|
display_name => { |
326
|
|
|
|
|
|
|
'currency' => q(kwanza yati Angola), |
327
|
|
|
|
|
|
|
}, |
328
|
|
|
|
|
|
|
}, |
329
|
|
|
|
|
|
|
'AUD' => { |
330
|
|
|
|
|
|
|
display_name => { |
331
|
|
|
|
|
|
|
'currency' => q(dolaar yati Ostraalia), |
332
|
|
|
|
|
|
|
}, |
333
|
|
|
|
|
|
|
}, |
334
|
|
|
|
|
|
|
'BHD' => { |
335
|
|
|
|
|
|
|
display_name => { |
336
|
|
|
|
|
|
|
'currency' => q(dinaar yati Bahrayn), |
337
|
|
|
|
|
|
|
}, |
338
|
|
|
|
|
|
|
}, |
339
|
|
|
|
|
|
|
'BIF' => { |
340
|
|
|
|
|
|
|
display_name => { |
341
|
|
|
|
|
|
|
'currency' => q(fraaÅ yati Burundi), |
342
|
|
|
|
|
|
|
}, |
343
|
|
|
|
|
|
|
}, |
344
|
|
|
|
|
|
|
'BWP' => { |
345
|
|
|
|
|
|
|
display_name => { |
346
|
|
|
|
|
|
|
'currency' => q(pula yati Boswana), |
347
|
|
|
|
|
|
|
}, |
348
|
|
|
|
|
|
|
}, |
349
|
|
|
|
|
|
|
'CAD' => { |
350
|
|
|
|
|
|
|
display_name => { |
351
|
|
|
|
|
|
|
'currency' => q(dolaar yati Kanada), |
352
|
|
|
|
|
|
|
}, |
353
|
|
|
|
|
|
|
}, |
354
|
|
|
|
|
|
|
'CDF' => { |
355
|
|
|
|
|
|
|
display_name => { |
356
|
|
|
|
|
|
|
'currency' => q(fraaÅ yati Kongo), |
357
|
|
|
|
|
|
|
}, |
358
|
|
|
|
|
|
|
}, |
359
|
|
|
|
|
|
|
'CNY' => { |
360
|
|
|
|
|
|
|
display_name => { |
361
|
|
|
|
|
|
|
'currency' => q(yuan yati Siin), |
362
|
|
|
|
|
|
|
}, |
363
|
|
|
|
|
|
|
}, |
364
|
|
|
|
|
|
|
'CVE' => { |
365
|
|
|
|
|
|
|
display_name => { |
366
|
|
|
|
|
|
|
'currency' => q(eskuudo yati Kap Ver), |
367
|
|
|
|
|
|
|
}, |
368
|
|
|
|
|
|
|
}, |
369
|
|
|
|
|
|
|
'DJF' => { |
370
|
|
|
|
|
|
|
display_name => { |
371
|
|
|
|
|
|
|
'currency' => q(fraaÅ yati Jibuti), |
372
|
|
|
|
|
|
|
}, |
373
|
|
|
|
|
|
|
}, |
374
|
|
|
|
|
|
|
'DZD' => { |
375
|
|
|
|
|
|
|
display_name => { |
376
|
|
|
|
|
|
|
'currency' => q(dinaar yati Alseri), |
377
|
|
|
|
|
|
|
}, |
378
|
|
|
|
|
|
|
}, |
379
|
|
|
|
|
|
|
'EGP' => { |
380
|
|
|
|
|
|
|
display_name => { |
381
|
|
|
|
|
|
|
'currency' => q(liiverey yati EsÃpt), |
382
|
|
|
|
|
|
|
}, |
383
|
|
|
|
|
|
|
}, |
384
|
|
|
|
|
|
|
'ERN' => { |
385
|
|
|
|
|
|
|
display_name => { |
386
|
|
|
|
|
|
|
'currency' => q(nafka yati Eritree), |
387
|
|
|
|
|
|
|
}, |
388
|
|
|
|
|
|
|
}, |
389
|
|
|
|
|
|
|
'ETB' => { |
390
|
|
|
|
|
|
|
display_name => { |
391
|
|
|
|
|
|
|
'currency' => q(birr yati Ecoopi), |
392
|
|
|
|
|
|
|
}, |
393
|
|
|
|
|
|
|
}, |
394
|
|
|
|
|
|
|
'EUR' => { |
395
|
|
|
|
|
|
|
display_name => { |
396
|
|
|
|
|
|
|
'currency' => q(euro), |
397
|
|
|
|
|
|
|
}, |
398
|
|
|
|
|
|
|
}, |
399
|
|
|
|
|
|
|
'GHC' => { |
400
|
|
|
|
|
|
|
display_name => { |
401
|
|
|
|
|
|
|
'currency' => q(cedi yati Gaana), |
402
|
|
|
|
|
|
|
}, |
403
|
|
|
|
|
|
|
}, |
404
|
|
|
|
|
|
|
'GMD' => { |
405
|
|
|
|
|
|
|
display_name => { |
406
|
|
|
|
|
|
|
'currency' => q(dalasi yati Gambi), |
407
|
|
|
|
|
|
|
}, |
408
|
|
|
|
|
|
|
}, |
409
|
|
|
|
|
|
|
'GNS' => { |
410
|
|
|
|
|
|
|
display_name => { |
411
|
|
|
|
|
|
|
'currency' => q(sili yati Giné), |
412
|
|
|
|
|
|
|
}, |
413
|
|
|
|
|
|
|
}, |
414
|
|
|
|
|
|
|
'INR' => { |
415
|
|
|
|
|
|
|
display_name => { |
416
|
|
|
|
|
|
|
'currency' => q(rupii yati End), |
417
|
|
|
|
|
|
|
}, |
418
|
|
|
|
|
|
|
}, |
419
|
|
|
|
|
|
|
'JPY' => { |
420
|
|
|
|
|
|
|
display_name => { |
421
|
|
|
|
|
|
|
'currency' => q(yen yati SapoÅ), |
422
|
|
|
|
|
|
|
}, |
423
|
|
|
|
|
|
|
}, |
424
|
|
|
|
|
|
|
'KES' => { |
425
|
|
|
|
|
|
|
display_name => { |
426
|
|
|
|
|
|
|
'currency' => q(silliÅ yati Keniya), |
427
|
|
|
|
|
|
|
}, |
428
|
|
|
|
|
|
|
}, |
429
|
|
|
|
|
|
|
'KMF' => { |
430
|
|
|
|
|
|
|
display_name => { |
431
|
|
|
|
|
|
|
'currency' => q(fraaÅ yati Komor), |
432
|
|
|
|
|
|
|
}, |
433
|
|
|
|
|
|
|
}, |
434
|
|
|
|
|
|
|
'LRD' => { |
435
|
|
|
|
|
|
|
display_name => { |
436
|
|
|
|
|
|
|
'currency' => q(dolaar yati Liberia), |
437
|
|
|
|
|
|
|
}, |
438
|
|
|
|
|
|
|
}, |
439
|
|
|
|
|
|
|
'LYD' => { |
440
|
|
|
|
|
|
|
display_name => { |
441
|
|
|
|
|
|
|
'currency' => q(dinaar yati Libia), |
442
|
|
|
|
|
|
|
}, |
443
|
|
|
|
|
|
|
}, |
444
|
|
|
|
|
|
|
'MGA' => { |
445
|
|
|
|
|
|
|
display_name => { |
446
|
|
|
|
|
|
|
'currency' => q(ariari yati Madagaskaar), |
447
|
|
|
|
|
|
|
}, |
448
|
|
|
|
|
|
|
}, |
449
|
|
|
|
|
|
|
'MRO' => { |
450
|
|
|
|
|
|
|
display_name => { |
451
|
|
|
|
|
|
|
'currency' => q(ugiiya yati Mooritanii), |
452
|
|
|
|
|
|
|
}, |
453
|
|
|
|
|
|
|
}, |
454
|
|
|
|
|
|
|
'MWK' => { |
455
|
|
|
|
|
|
|
display_name => { |
456
|
|
|
|
|
|
|
'currency' => q(kwacha yati Malawi), |
457
|
|
|
|
|
|
|
}, |
458
|
|
|
|
|
|
|
}, |
459
|
|
|
|
|
|
|
'XAF' => { |
460
|
|
|
|
|
|
|
display_name => { |
461
|
|
|
|
|
|
|
'currency' => q(seefa BEAC), |
462
|
|
|
|
|
|
|
}, |
463
|
|
|
|
|
|
|
}, |
464
|
|
|
|
|
|
|
'XOF' => { |
465
|
|
|
|
|
|
|
display_name => { |
466
|
|
|
|
|
|
|
'currency' => q(seefa yati BCEAO), |
467
|
|
|
|
|
|
|
}, |
468
|
|
|
|
|
|
|
}, |
469
|
|
|
|
|
|
|
} }, |
470
|
|
|
|
|
|
|
); |
471
|
|
|
|
|
|
|
|
472
|
|
|
|
|
|
|
|
473
|
|
|
|
|
|
|
has 'calendar_months' => ( |
474
|
|
|
|
|
|
|
is => 'ro', |
475
|
|
|
|
|
|
|
isa => HashRef, |
476
|
|
|
|
|
|
|
init_arg => undef, |
477
|
|
|
|
|
|
|
default => sub { { |
478
|
|
|
|
|
|
|
'gregorian' => { |
479
|
|
|
|
|
|
|
'format' => { |
480
|
|
|
|
|
|
|
abbreviated => { |
481
|
|
|
|
|
|
|
nonleap => [ |
482
|
|
|
|
|
|
|
'Sa', |
483
|
|
|
|
|
|
|
'Fe', |
484
|
|
|
|
|
|
|
'Ma', |
485
|
|
|
|
|
|
|
'Ab', |
486
|
|
|
|
|
|
|
'Me', |
487
|
|
|
|
|
|
|
'Su', |
488
|
|
|
|
|
|
|
'Sú', |
489
|
|
|
|
|
|
|
'Ut', |
490
|
|
|
|
|
|
|
'Se', |
491
|
|
|
|
|
|
|
'Ok', |
492
|
|
|
|
|
|
|
'No', |
493
|
|
|
|
|
|
|
'De' |
494
|
|
|
|
|
|
|
], |
495
|
|
|
|
|
|
|
leap => [ |
496
|
|
|
|
|
|
|
|
497
|
|
|
|
|
|
|
], |
498
|
|
|
|
|
|
|
}, |
499
|
|
|
|
|
|
|
wide => { |
500
|
|
|
|
|
|
|
nonleap => [ |
501
|
|
|
|
|
|
|
'Sanvie', |
502
|
|
|
|
|
|
|
'Fébirie', |
503
|
|
|
|
|
|
|
'Mars', |
504
|
|
|
|
|
|
|
'Aburil', |
505
|
|
|
|
|
|
|
'Mee', |
506
|
|
|
|
|
|
|
'SueÅ', |
507
|
|
|
|
|
|
|
'Súuyee', |
508
|
|
|
|
|
|
|
'Ut', |
509
|
|
|
|
|
|
|
'Settembar', |
510
|
|
|
|
|
|
|
'Oktobar', |
511
|
|
|
|
|
|
|
'Novembar', |
512
|
|
|
|
|
|
|
'Disambar' |
513
|
|
|
|
|
|
|
], |
514
|
|
|
|
|
|
|
leap => [ |
515
|
|
|
|
|
|
|
|
516
|
|
|
|
|
|
|
], |
517
|
|
|
|
|
|
|
}, |
518
|
|
|
|
|
|
|
}, |
519
|
|
|
|
|
|
|
'stand-alone' => { |
520
|
|
|
|
|
|
|
narrow => { |
521
|
|
|
|
|
|
|
nonleap => [ |
522
|
|
|
|
|
|
|
'S', |
523
|
|
|
|
|
|
|
'F', |
524
|
|
|
|
|
|
|
'M', |
525
|
|
|
|
|
|
|
'A', |
526
|
|
|
|
|
|
|
'M', |
527
|
|
|
|
|
|
|
'S', |
528
|
|
|
|
|
|
|
'S', |
529
|
|
|
|
|
|
|
'U', |
530
|
|
|
|
|
|
|
'S', |
531
|
|
|
|
|
|
|
'O', |
532
|
|
|
|
|
|
|
'N', |
533
|
|
|
|
|
|
|
'D' |
534
|
|
|
|
|
|
|
], |
535
|
|
|
|
|
|
|
leap => [ |
536
|
|
|
|
|
|
|
|
537
|
|
|
|
|
|
|
], |
538
|
|
|
|
|
|
|
}, |
539
|
|
|
|
|
|
|
}, |
540
|
|
|
|
|
|
|
}, |
541
|
|
|
|
|
|
|
} }, |
542
|
|
|
|
|
|
|
); |
543
|
|
|
|
|
|
|
|
544
|
|
|
|
|
|
|
has 'calendar_days' => ( |
545
|
|
|
|
|
|
|
is => 'ro', |
546
|
|
|
|
|
|
|
isa => HashRef, |
547
|
|
|
|
|
|
|
init_arg => undef, |
548
|
|
|
|
|
|
|
default => sub { { |
549
|
|
|
|
|
|
|
'gregorian' => { |
550
|
|
|
|
|
|
|
'format' => { |
551
|
|
|
|
|
|
|
abbreviated => { |
552
|
|
|
|
|
|
|
mon => 'Ten', |
553
|
|
|
|
|
|
|
tue => 'Tal', |
554
|
|
|
|
|
|
|
wed => 'Ala', |
555
|
|
|
|
|
|
|
thu => 'Ara', |
556
|
|
|
|
|
|
|
fri => 'Arj', |
557
|
|
|
|
|
|
|
sat => 'Sib', |
558
|
|
|
|
|
|
|
sun => 'Dim' |
559
|
|
|
|
|
|
|
}, |
560
|
|
|
|
|
|
|
wide => { |
561
|
|
|
|
|
|
|
mon => 'TeneÅ', |
562
|
|
|
|
|
|
|
tue => 'Talata', |
563
|
|
|
|
|
|
|
wed => 'Alarbay', |
564
|
|
|
|
|
|
|
thu => 'Aramisay', |
565
|
|
|
|
|
|
|
fri => 'Arjuma', |
566
|
|
|
|
|
|
|
sat => 'Sibiti', |
567
|
|
|
|
|
|
|
sun => 'Dimas' |
568
|
|
|
|
|
|
|
}, |
569
|
|
|
|
|
|
|
}, |
570
|
|
|
|
|
|
|
'stand-alone' => { |
571
|
|
|
|
|
|
|
narrow => { |
572
|
|
|
|
|
|
|
mon => 'T', |
573
|
|
|
|
|
|
|
tue => 'T', |
574
|
|
|
|
|
|
|
wed => 'A', |
575
|
|
|
|
|
|
|
thu => 'A', |
576
|
|
|
|
|
|
|
fri => 'A', |
577
|
|
|
|
|
|
|
sat => 'S', |
578
|
|
|
|
|
|
|
sun => 'D' |
579
|
|
|
|
|
|
|
}, |
580
|
|
|
|
|
|
|
}, |
581
|
|
|
|
|
|
|
}, |
582
|
|
|
|
|
|
|
} }, |
583
|
|
|
|
|
|
|
); |
584
|
|
|
|
|
|
|
|
585
|
|
|
|
|
|
|
has 'eras' => ( |
586
|
|
|
|
|
|
|
is => 'ro', |
587
|
|
|
|
|
|
|
isa => HashRef, |
588
|
|
|
|
|
|
|
init_arg => undef, |
589
|
|
|
|
|
|
|
default => sub { { |
590
|
|
|
|
|
|
|
'generic' => { |
591
|
|
|
|
|
|
|
}, |
592
|
|
|
|
|
|
|
'gregorian' => { |
593
|
|
|
|
|
|
|
abbreviated => { |
594
|
|
|
|
|
|
|
'0' => 'ArY', |
595
|
|
|
|
|
|
|
'1' => 'AtY' |
596
|
|
|
|
|
|
|
}, |
597
|
|
|
|
|
|
|
wide => { |
598
|
|
|
|
|
|
|
'0' => 'AriÅuu Yeesu', |
599
|
|
|
|
|
|
|
'1' => 'AtooÅe Yeesu' |
600
|
|
|
|
|
|
|
}, |
601
|
|
|
|
|
|
|
}, |
602
|
|
|
|
|
|
|
} }, |
603
|
|
|
|
|
|
|
); |
604
|
|
|
|
|
|
|
|
605
|
|
|
|
|
|
|
has 'date_formats' => ( |
606
|
|
|
|
|
|
|
is => 'ro', |
607
|
|
|
|
|
|
|
isa => HashRef, |
608
|
|
|
|
|
|
|
init_arg => undef, |
609
|
|
|
|
|
|
|
default => sub { { |
610
|
|
|
|
|
|
|
'generic' => { |
611
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y G}, |
612
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
613
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
614
|
|
|
|
|
|
|
'short' => q{d/M/y GGGGG}, |
615
|
|
|
|
|
|
|
}, |
616
|
|
|
|
|
|
|
'gregorian' => { |
617
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y}, |
618
|
|
|
|
|
|
|
'long' => q{d MMMM y}, |
619
|
|
|
|
|
|
|
'medium' => q{d MMM y}, |
620
|
|
|
|
|
|
|
'short' => q{d/M/y}, |
621
|
|
|
|
|
|
|
}, |
622
|
|
|
|
|
|
|
} }, |
623
|
|
|
|
|
|
|
); |
624
|
|
|
|
|
|
|
|
625
|
|
|
|
|
|
|
has 'time_formats' => ( |
626
|
|
|
|
|
|
|
is => 'ro', |
627
|
|
|
|
|
|
|
isa => HashRef, |
628
|
|
|
|
|
|
|
init_arg => undef, |
629
|
|
|
|
|
|
|
default => sub { { |
630
|
|
|
|
|
|
|
'generic' => { |
631
|
|
|
|
|
|
|
}, |
632
|
|
|
|
|
|
|
'gregorian' => { |
633
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
634
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
635
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
636
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
637
|
|
|
|
|
|
|
}, |
638
|
|
|
|
|
|
|
} }, |
639
|
|
|
|
|
|
|
); |
640
|
|
|
|
|
|
|
|
641
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
642
|
|
|
|
|
|
|
is => 'ro', |
643
|
|
|
|
|
|
|
isa => HashRef, |
644
|
|
|
|
|
|
|
init_arg => undef, |
645
|
|
|
|
|
|
|
default => sub { { |
646
|
|
|
|
|
|
|
'generic' => { |
647
|
|
|
|
|
|
|
}, |
648
|
|
|
|
|
|
|
'gregorian' => { |
649
|
|
|
|
|
|
|
}, |
650
|
|
|
|
|
|
|
} }, |
651
|
|
|
|
|
|
|
); |
652
|
|
|
|
|
|
|
|
653
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
654
|
|
|
|
|
|
|
is => 'ro', |
655
|
|
|
|
|
|
|
isa => HashRef, |
656
|
|
|
|
|
|
|
init_arg => undef, |
657
|
|
|
|
|
|
|
default => sub { { |
658
|
|
|
|
|
|
|
'gregorian' => { |
659
|
|
|
|
|
|
|
Ed => q{E d}, |
660
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
661
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
662
|
|
|
|
|
|
|
M => q{L}, |
663
|
|
|
|
|
|
|
MEd => q{E d/M}, |
664
|
|
|
|
|
|
|
MMM => q{LLL}, |
665
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
666
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
667
|
|
|
|
|
|
|
Md => q{d/M}, |
668
|
|
|
|
|
|
|
d => q{d}, |
669
|
|
|
|
|
|
|
hm => q{h:mm a}, |
670
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
671
|
|
|
|
|
|
|
ms => q{m:ss}, |
672
|
|
|
|
|
|
|
y => q{y}, |
673
|
|
|
|
|
|
|
yM => q{M/y}, |
674
|
|
|
|
|
|
|
yMEd => q{E d/M/y}, |
675
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
676
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
677
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
678
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
679
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
680
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
681
|
|
|
|
|
|
|
}, |
682
|
|
|
|
|
|
|
'generic' => { |
683
|
|
|
|
|
|
|
Ed => q{E d}, |
684
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
685
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
686
|
|
|
|
|
|
|
M => q{L}, |
687
|
|
|
|
|
|
|
MEd => q{E d/M}, |
688
|
|
|
|
|
|
|
MMM => q{LLL}, |
689
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
690
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
691
|
|
|
|
|
|
|
Md => q{d/M}, |
692
|
|
|
|
|
|
|
d => q{d}, |
693
|
|
|
|
|
|
|
hm => q{h:mm a}, |
694
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
695
|
|
|
|
|
|
|
ms => q{m:ss}, |
696
|
|
|
|
|
|
|
y => q{y}, |
697
|
|
|
|
|
|
|
yM => q{M/y}, |
698
|
|
|
|
|
|
|
yMEd => q{E d/M/y}, |
699
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
700
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
701
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
702
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
703
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
704
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
705
|
|
|
|
|
|
|
}, |
706
|
|
|
|
|
|
|
} }, |
707
|
|
|
|
|
|
|
); |
708
|
|
|
|
|
|
|
|
709
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
710
|
|
|
|
|
|
|
is => 'ro', |
711
|
|
|
|
|
|
|
isa => HashRef, |
712
|
|
|
|
|
|
|
init_arg => undef, |
713
|
|
|
|
|
|
|
default => sub { { |
714
|
|
|
|
|
|
|
} }, |
715
|
|
|
|
|
|
|
); |
716
|
|
|
|
|
|
|
|
717
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
718
|
|
|
|
|
|
|
is => 'ro', |
719
|
|
|
|
|
|
|
isa => HashRef, |
720
|
|
|
|
|
|
|
init_arg => undef, |
721
|
|
|
|
|
|
|
default => sub { { |
722
|
|
|
|
|
|
|
} }, |
723
|
|
|
|
|
|
|
); |
724
|
|
|
|
|
|
|
|
725
|
1
|
|
|
1
|
|
5672
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
726
|
|
|
|
|
|
|
|
727
|
|
|
|
|
|
|
1; |
728
|
|
|
|
|
|
|
|
729
|
|
|
|
|
|
|
# vim: tabstop=4 |