line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=head1 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
Locale::CLDR::Locales::Mfe - Package for language Morisyen |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=cut |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Mfe; |
8
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\mfe.xml |
9
|
|
|
|
|
|
|
# on Sun 24 Apr 8:41:17 am GMT |
10
|
|
|
|
|
|
|
|
11
|
1
|
|
|
1
|
|
2411710
|
use version; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
9
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.29.0'); |
14
|
|
|
|
|
|
|
|
15
|
1
|
|
|
1
|
|
108
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
16
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
8
|
|
17
|
1
|
|
|
1
|
|
32
|
use utf8; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
8
|
|
18
|
1
|
|
|
1
|
|
28
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
0
|
|
|
1
|
|
|
|
|
12
|
|
19
|
|
|
|
|
|
|
|
20
|
1
|
|
|
1
|
|
645
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
48551
|
|
|
1
|
|
|
|
|
10
|
|
21
|
1
|
|
|
1
|
|
1455
|
use Moo; |
|
1
|
|
|
|
|
8984
|
|
|
1
|
|
|
|
|
4
|
|
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' => 'amarik', |
33
|
|
|
|
|
|
|
'ar' => 'arab', |
34
|
|
|
|
|
|
|
'be' => 'bieloris', |
35
|
|
|
|
|
|
|
'bg' => 'bilgar', |
36
|
|
|
|
|
|
|
'bn' => 'bengali', |
37
|
|
|
|
|
|
|
'cs' => 'tchek', |
38
|
|
|
|
|
|
|
'de' => 'alman', |
39
|
|
|
|
|
|
|
'el' => 'grek', |
40
|
|
|
|
|
|
|
'en' => 'angle', |
41
|
|
|
|
|
|
|
'es' => 'espagnol', |
42
|
|
|
|
|
|
|
'fa' => 'persan', |
43
|
|
|
|
|
|
|
'fr' => 'franse', |
44
|
|
|
|
|
|
|
'ha' => 'haoussa', |
45
|
|
|
|
|
|
|
'hi' => 'hindi', |
46
|
|
|
|
|
|
|
'hu' => 'hongrwa', |
47
|
|
|
|
|
|
|
'id' => 'indonezien', |
48
|
|
|
|
|
|
|
'ig' => 'igbo', |
49
|
|
|
|
|
|
|
'it' => 'italien', |
50
|
|
|
|
|
|
|
'ja' => 'zapone', |
51
|
|
|
|
|
|
|
'jv' => 'zavane', |
52
|
|
|
|
|
|
|
'km' => 'khmer, santral', |
53
|
|
|
|
|
|
|
'ko' => 'koreen', |
54
|
|
|
|
|
|
|
'mfe' => 'kreol morisien', |
55
|
|
|
|
|
|
|
'ms' => 'male', |
56
|
|
|
|
|
|
|
'my' => 'birman', |
57
|
|
|
|
|
|
|
'ne' => 'nepale', |
58
|
|
|
|
|
|
|
'nl' => 'olande', |
59
|
|
|
|
|
|
|
'pa' => 'penjabi', |
60
|
|
|
|
|
|
|
'pl' => 'polone', |
61
|
|
|
|
|
|
|
'pt' => 'portige', |
62
|
|
|
|
|
|
|
'ro' => 'roumin', |
63
|
|
|
|
|
|
|
'ru' => 'ris', |
64
|
|
|
|
|
|
|
'rw' => 'rwanda', |
65
|
|
|
|
|
|
|
'so' => 'somali', |
66
|
|
|
|
|
|
|
'sv' => 'swedwa', |
67
|
|
|
|
|
|
|
'ta' => 'tamoul', |
68
|
|
|
|
|
|
|
'th' => 'thaï', |
69
|
|
|
|
|
|
|
'tr' => 'tirk', |
70
|
|
|
|
|
|
|
'uk' => 'ikrenien', |
71
|
|
|
|
|
|
|
'ur' => 'ourdou', |
72
|
|
|
|
|
|
|
'vi' => 'vietnamien', |
73
|
|
|
|
|
|
|
'yo' => 'yoruba', |
74
|
|
|
|
|
|
|
'zh' => 'sinwa, mandarin', |
75
|
|
|
|
|
|
|
'zu' => 'zoulou', |
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' => 'Andor', |
93
|
|
|
|
|
|
|
'AE' => 'Emira arab ini', |
94
|
|
|
|
|
|
|
'AF' => 'Afganistan', |
95
|
|
|
|
|
|
|
'AG' => 'Antigua-ek-Barbuda', |
96
|
|
|
|
|
|
|
'AI' => 'Anguilla', |
97
|
|
|
|
|
|
|
'AL' => 'Albani', |
98
|
|
|
|
|
|
|
'AM' => 'Armeni', |
99
|
|
|
|
|
|
|
'AO' => 'Angola', |
100
|
|
|
|
|
|
|
'AR' => 'Larzantinn', |
101
|
|
|
|
|
|
|
'AS' => 'Samoa amerikin', |
102
|
|
|
|
|
|
|
'AT' => 'Lostris', |
103
|
|
|
|
|
|
|
'AU' => 'Lostrali', |
104
|
|
|
|
|
|
|
'AW' => 'Aruba', |
105
|
|
|
|
|
|
|
'AZ' => 'Azerbaïdjan', |
106
|
|
|
|
|
|
|
'BA' => 'Bosni-Herzegovinn', |
107
|
|
|
|
|
|
|
'BB' => 'Barbad', |
108
|
|
|
|
|
|
|
'BD' => 'Banglades', |
109
|
|
|
|
|
|
|
'BE' => 'Belzik', |
110
|
|
|
|
|
|
|
'BF' => 'Burkina Faso', |
111
|
|
|
|
|
|
|
'BG' => 'Bilgari', |
112
|
|
|
|
|
|
|
'BH' => 'Bahreïn', |
113
|
|
|
|
|
|
|
'BI' => 'Burundi', |
114
|
|
|
|
|
|
|
'BJ' => 'Benin', |
115
|
|
|
|
|
|
|
'BM' => 'Bermid', |
116
|
|
|
|
|
|
|
'BN' => 'Brunei', |
117
|
|
|
|
|
|
|
'BO' => 'Bolivi', |
118
|
|
|
|
|
|
|
'BR' => 'Brezil', |
119
|
|
|
|
|
|
|
'BS' => 'Bahamas', |
120
|
|
|
|
|
|
|
'BT' => 'Boutan', |
121
|
|
|
|
|
|
|
'BW' => 'Botswana', |
122
|
|
|
|
|
|
|
'BY' => 'Belaris', |
123
|
|
|
|
|
|
|
'BZ' => 'Beliz', |
124
|
|
|
|
|
|
|
'CA' => 'Kanada', |
125
|
|
|
|
|
|
|
'CD' => 'Repiblik demokratik Kongo', |
126
|
|
|
|
|
|
|
'CF' => 'Repiblik Lafrik Santral', |
127
|
|
|
|
|
|
|
'CG' => 'Kongo', |
128
|
|
|
|
|
|
|
'CH' => 'Laswis', |
129
|
|
|
|
|
|
|
'CI' => 'Côte dâIvoire', |
130
|
|
|
|
|
|
|
'CK' => 'Zil Cook', |
131
|
|
|
|
|
|
|
'CL' => 'Shili', |
132
|
|
|
|
|
|
|
'CM' => 'Kamerounn', |
133
|
|
|
|
|
|
|
'CN' => 'Lasinn', |
134
|
|
|
|
|
|
|
'CO' => 'Kolonbi', |
135
|
|
|
|
|
|
|
'CR' => 'Costa Rica', |
136
|
|
|
|
|
|
|
'CU' => 'Cuba', |
137
|
|
|
|
|
|
|
'CV' => 'Kap-Ver', |
138
|
|
|
|
|
|
|
'CY' => 'Cyprus', |
139
|
|
|
|
|
|
|
'CZ' => 'Repiblik Chek', |
140
|
|
|
|
|
|
|
'DE' => 'Almagn', |
141
|
|
|
|
|
|
|
'DJ' => 'Djibouti', |
142
|
|
|
|
|
|
|
'DK' => 'Dannmark', |
143
|
|
|
|
|
|
|
'DM' => 'Dominik', |
144
|
|
|
|
|
|
|
'DO' => 'Repiblik dominikin', |
145
|
|
|
|
|
|
|
'DZ' => 'Alzeri', |
146
|
|
|
|
|
|
|
'EC' => 'Ekwater', |
147
|
|
|
|
|
|
|
'EE' => 'Estoni', |
148
|
|
|
|
|
|
|
'EG' => 'Lezipt', |
149
|
|
|
|
|
|
|
'ER' => 'Erythre', |
150
|
|
|
|
|
|
|
'ES' => 'Lespagn', |
151
|
|
|
|
|
|
|
'ET' => 'Letiopi', |
152
|
|
|
|
|
|
|
'FI' => 'Finland', |
153
|
|
|
|
|
|
|
'FJ' => 'Fidji', |
154
|
|
|
|
|
|
|
'FK' => 'Zil malwinn', |
155
|
|
|
|
|
|
|
'FM' => 'Mikronezi', |
156
|
|
|
|
|
|
|
'FR' => 'Lafrans', |
157
|
|
|
|
|
|
|
'GA' => 'Gabon', |
158
|
|
|
|
|
|
|
'GB' => 'United Kingdom', |
159
|
|
|
|
|
|
|
'GD' => 'Grenad', |
160
|
|
|
|
|
|
|
'GE' => 'Zeorzi', |
161
|
|
|
|
|
|
|
'GF' => 'Gwiyann franse', |
162
|
|
|
|
|
|
|
'GH' => 'Ghana', |
163
|
|
|
|
|
|
|
'GI' => 'Zibraltar', |
164
|
|
|
|
|
|
|
'GL' => 'Greenland', |
165
|
|
|
|
|
|
|
'GM' => 'Gambi', |
166
|
|
|
|
|
|
|
'GN' => 'Gine', |
167
|
|
|
|
|
|
|
'GP' => 'Guadloup', |
168
|
|
|
|
|
|
|
'GQ' => 'Gine ekwatoryal', |
169
|
|
|
|
|
|
|
'GR' => 'Gres', |
170
|
|
|
|
|
|
|
'GT' => 'Guatemala', |
171
|
|
|
|
|
|
|
'GU' => 'Guam', |
172
|
|
|
|
|
|
|
'GW' => 'Gine-Bisau', |
173
|
|
|
|
|
|
|
'GY' => 'Guyana', |
174
|
|
|
|
|
|
|
'HN' => 'Honduras', |
175
|
|
|
|
|
|
|
'HR' => 'Kroasi', |
176
|
|
|
|
|
|
|
'HT' => 'Ayti', |
177
|
|
|
|
|
|
|
'HU' => 'Ongri', |
178
|
|
|
|
|
|
|
'ID' => 'Indonezi', |
179
|
|
|
|
|
|
|
'IE' => 'Irland', |
180
|
|
|
|
|
|
|
'IL' => 'Izrael', |
181
|
|
|
|
|
|
|
'IN' => 'Lenn', |
182
|
|
|
|
|
|
|
'IO' => 'Teritwar Britanik Losean Indien', |
183
|
|
|
|
|
|
|
'IQ' => 'Irak', |
184
|
|
|
|
|
|
|
'IR' => 'Iran', |
185
|
|
|
|
|
|
|
'IS' => 'Island', |
186
|
|
|
|
|
|
|
'IT' => 'Itali', |
187
|
|
|
|
|
|
|
'JM' => 'Zamaik', |
188
|
|
|
|
|
|
|
'JO' => 'Zordani', |
189
|
|
|
|
|
|
|
'JP' => 'Zapon', |
190
|
|
|
|
|
|
|
'KE' => 'Kenya', |
191
|
|
|
|
|
|
|
'KG' => 'Kirghizistan', |
192
|
|
|
|
|
|
|
'KH' => 'Kambodj', |
193
|
|
|
|
|
|
|
'KI' => 'Kiribati', |
194
|
|
|
|
|
|
|
'KM' => 'Komor', |
195
|
|
|
|
|
|
|
'KN' => 'Saint-Christophe-ek-Niévès', |
196
|
|
|
|
|
|
|
'KP' => 'Lakore-dinor', |
197
|
|
|
|
|
|
|
'KR' => 'Lakore-disid', |
198
|
|
|
|
|
|
|
'KW' => 'Koweit', |
199
|
|
|
|
|
|
|
'KY' => 'Zil Kayman', |
200
|
|
|
|
|
|
|
'KZ' => 'Kazakstan', |
201
|
|
|
|
|
|
|
'LA' => 'Laos', |
202
|
|
|
|
|
|
|
'LB' => 'Liban', |
203
|
|
|
|
|
|
|
'LC' => 'Sainte-Lucie', |
204
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
205
|
|
|
|
|
|
|
'LK' => 'Sri Lanka', |
206
|
|
|
|
|
|
|
'LR' => 'Liberia', |
207
|
|
|
|
|
|
|
'LS' => 'Lezoto', |
208
|
|
|
|
|
|
|
'LT' => 'Lituani', |
209
|
|
|
|
|
|
|
'LU' => 'Luxembourg', |
210
|
|
|
|
|
|
|
'LV' => 'Letoni', |
211
|
|
|
|
|
|
|
'LY' => 'Libi', |
212
|
|
|
|
|
|
|
'MA' => 'Marok', |
213
|
|
|
|
|
|
|
'MC' => 'Monako', |
214
|
|
|
|
|
|
|
'MD' => 'Moldavi', |
215
|
|
|
|
|
|
|
'MG' => 'Madagaskar', |
216
|
|
|
|
|
|
|
'MH' => 'Zil Marshall', |
217
|
|
|
|
|
|
|
'MK' => 'Masedwann', |
218
|
|
|
|
|
|
|
'ML' => 'Mali', |
219
|
|
|
|
|
|
|
'MM' => 'Myanmar', |
220
|
|
|
|
|
|
|
'MN' => 'Mongoli', |
221
|
|
|
|
|
|
|
'MP' => 'Zil Maryann dinor', |
222
|
|
|
|
|
|
|
'MQ' => 'Martinik', |
223
|
|
|
|
|
|
|
'MR' => 'Moritani', |
224
|
|
|
|
|
|
|
'MS' => 'Montsera', |
225
|
|
|
|
|
|
|
'MT' => 'Malt', |
226
|
|
|
|
|
|
|
'MU' => 'Moris', |
227
|
|
|
|
|
|
|
'MV' => 'Maldiv', |
228
|
|
|
|
|
|
|
'MW' => 'Malawi', |
229
|
|
|
|
|
|
|
'MX' => 'Mexik', |
230
|
|
|
|
|
|
|
'MY' => 'Malezi', |
231
|
|
|
|
|
|
|
'MZ' => 'Mozambik', |
232
|
|
|
|
|
|
|
'NA' => 'Namibi', |
233
|
|
|
|
|
|
|
'NC' => 'Nouvel-Kaledoni', |
234
|
|
|
|
|
|
|
'NE' => 'Nizer', |
235
|
|
|
|
|
|
|
'NF' => 'Lil Norfolk', |
236
|
|
|
|
|
|
|
'NG' => 'Nizeria', |
237
|
|
|
|
|
|
|
'NI' => 'Nicaragua', |
238
|
|
|
|
|
|
|
'NL' => 'Oland', |
239
|
|
|
|
|
|
|
'NO' => 'Norvez', |
240
|
|
|
|
|
|
|
'NP' => 'Nepal', |
241
|
|
|
|
|
|
|
'NR' => 'Nauru', |
242
|
|
|
|
|
|
|
'NU' => 'Niowe', |
243
|
|
|
|
|
|
|
'NZ' => 'Nouvel Zeland', |
244
|
|
|
|
|
|
|
'OM' => 'Oman', |
245
|
|
|
|
|
|
|
'PA' => 'Panama', |
246
|
|
|
|
|
|
|
'PE' => 'Perou', |
247
|
|
|
|
|
|
|
'PF' => 'Polinezi franse', |
248
|
|
|
|
|
|
|
'PG' => 'Papouazi-Nouvel-Gine', |
249
|
|
|
|
|
|
|
'PH' => 'Filipinn', |
250
|
|
|
|
|
|
|
'PK' => 'Pakistan', |
251
|
|
|
|
|
|
|
'PL' => 'Pologn', |
252
|
|
|
|
|
|
|
'PM' => 'Saint-Pierre-ek-Miquelon', |
253
|
|
|
|
|
|
|
'PN' => 'Pitcairn', |
254
|
|
|
|
|
|
|
'PR' => 'Porto Rico', |
255
|
|
|
|
|
|
|
'PS' => 'Teritwar Palestinn', |
256
|
|
|
|
|
|
|
'PT' => 'Portigal', |
257
|
|
|
|
|
|
|
'PW' => 'Palau', |
258
|
|
|
|
|
|
|
'PY' => 'Paraguay', |
259
|
|
|
|
|
|
|
'QA' => 'Katar', |
260
|
|
|
|
|
|
|
'RE' => 'Larenion', |
261
|
|
|
|
|
|
|
'RO' => 'Roumani', |
262
|
|
|
|
|
|
|
'RU' => 'Larisi', |
263
|
|
|
|
|
|
|
'RW' => 'Rwanda', |
264
|
|
|
|
|
|
|
'SA' => 'Larabi Saoudit', |
265
|
|
|
|
|
|
|
'SB' => 'Zil Salomon', |
266
|
|
|
|
|
|
|
'SC' => 'Sesel', |
267
|
|
|
|
|
|
|
'SD' => 'Soudan', |
268
|
|
|
|
|
|
|
'SE' => 'Laswed', |
269
|
|
|
|
|
|
|
'SG' => 'Singapour', |
270
|
|
|
|
|
|
|
'SH' => 'Sainte-Hélène', |
271
|
|
|
|
|
|
|
'SI' => 'Sloveni', |
272
|
|
|
|
|
|
|
'SK' => 'Slovaki', |
273
|
|
|
|
|
|
|
'SL' => 'Sierra Leone', |
274
|
|
|
|
|
|
|
'SM' => 'Saint-Marin', |
275
|
|
|
|
|
|
|
'SN' => 'Senegal', |
276
|
|
|
|
|
|
|
'SO' => 'Somali', |
277
|
|
|
|
|
|
|
'SR' => 'Surinam', |
278
|
|
|
|
|
|
|
'ST' => 'São Tome-ek-PrÃnsip', |
279
|
|
|
|
|
|
|
'SV' => 'Salvador', |
280
|
|
|
|
|
|
|
'SY' => 'Lasiri', |
281
|
|
|
|
|
|
|
'SZ' => 'Swaziland', |
282
|
|
|
|
|
|
|
'TC' => 'Zil Tirk ek Caïcos', |
283
|
|
|
|
|
|
|
'TD' => 'Tchad', |
284
|
|
|
|
|
|
|
'TG' => 'Togo', |
285
|
|
|
|
|
|
|
'TH' => 'Thayland', |
286
|
|
|
|
|
|
|
'TJ' => 'Tadjikistan', |
287
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
288
|
|
|
|
|
|
|
'TL' => 'Timor oriantal', |
289
|
|
|
|
|
|
|
'TM' => 'Turkmenistan', |
290
|
|
|
|
|
|
|
'TN' => 'Tinizi', |
291
|
|
|
|
|
|
|
'TO' => 'Tonga', |
292
|
|
|
|
|
|
|
'TR' => 'Tirki', |
293
|
|
|
|
|
|
|
'TT' => 'Trinite-ek-Tobago', |
294
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
295
|
|
|
|
|
|
|
'TW' => 'Taiwan', |
296
|
|
|
|
|
|
|
'TZ' => 'Tanzani', |
297
|
|
|
|
|
|
|
'UA' => 'Ikrenn', |
298
|
|
|
|
|
|
|
'UG' => 'Ouganda', |
299
|
|
|
|
|
|
|
'US' => 'Lamerik', |
300
|
|
|
|
|
|
|
'UY' => 'Uruguay', |
301
|
|
|
|
|
|
|
'UZ' => 'Ouzbekistan', |
302
|
|
|
|
|
|
|
'VA' => 'Lata Vatikan', |
303
|
|
|
|
|
|
|
'VC' => 'Saint-Vincent-ek-Grenadines', |
304
|
|
|
|
|
|
|
'VE' => 'Venezuela', |
305
|
|
|
|
|
|
|
'VG' => 'Zil vierz britanik', |
306
|
|
|
|
|
|
|
'VI' => 'Zil Vierz Lamerik', |
307
|
|
|
|
|
|
|
'VN' => 'Vietnam', |
308
|
|
|
|
|
|
|
'VU' => 'Vanuatu', |
309
|
|
|
|
|
|
|
'WF' => 'Wallis-ek-Futuna', |
310
|
|
|
|
|
|
|
'WS' => 'Samoa', |
311
|
|
|
|
|
|
|
'YE' => 'Yemenn', |
312
|
|
|
|
|
|
|
'YT' => 'Mayot', |
313
|
|
|
|
|
|
|
'ZA' => 'Sid-Afrik', |
314
|
|
|
|
|
|
|
'ZM' => 'Zambi', |
315
|
|
|
|
|
|
|
'ZW' => 'Zimbabwe', |
316
|
|
|
|
|
|
|
|
317
|
|
|
|
|
|
|
} |
318
|
|
|
|
|
|
|
}, |
319
|
|
|
|
|
|
|
); |
320
|
|
|
|
|
|
|
|
321
|
|
|
|
|
|
|
has 'characters' => ( |
322
|
|
|
|
|
|
|
is => 'ro', |
323
|
|
|
|
|
|
|
isa => HashRef, |
324
|
|
|
|
|
|
|
init_arg => undef, |
325
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
326
|
|
|
|
|
|
|
? eval <<'EOT' |
327
|
|
|
|
|
|
|
sub { |
328
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
329
|
|
|
|
|
|
|
return { |
330
|
|
|
|
|
|
|
index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], |
331
|
|
|
|
|
|
|
main => qr{(?^u:[a b c d e f g h i j k l m n o p r s t u v w x y z])}, |
332
|
|
|
|
|
|
|
}; |
333
|
|
|
|
|
|
|
}, |
334
|
|
|
|
|
|
|
EOT |
335
|
|
|
|
|
|
|
: sub { |
336
|
|
|
|
|
|
|
return { index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], }; |
337
|
|
|
|
|
|
|
}, |
338
|
1
|
|
|
1
|
|
93
|
); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
76
|
|
339
|
|
|
|
|
|
|
|
340
|
|
|
|
|
|
|
|
341
|
|
|
|
|
|
|
has 'quote_start' => ( |
342
|
|
|
|
|
|
|
is => 'ro', |
343
|
|
|
|
|
|
|
isa => Str, |
344
|
|
|
|
|
|
|
init_arg => undef, |
345
|
|
|
|
|
|
|
default => qq{â}, |
346
|
|
|
|
|
|
|
); |
347
|
|
|
|
|
|
|
|
348
|
|
|
|
|
|
|
has 'quote_end' => ( |
349
|
|
|
|
|
|
|
is => 'ro', |
350
|
|
|
|
|
|
|
isa => Str, |
351
|
|
|
|
|
|
|
init_arg => undef, |
352
|
|
|
|
|
|
|
default => qq{â}, |
353
|
|
|
|
|
|
|
); |
354
|
|
|
|
|
|
|
|
355
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
356
|
|
|
|
|
|
|
is => 'ro', |
357
|
|
|
|
|
|
|
isa => Str, |
358
|
|
|
|
|
|
|
init_arg => undef, |
359
|
|
|
|
|
|
|
default => qq{â}, |
360
|
|
|
|
|
|
|
); |
361
|
|
|
|
|
|
|
|
362
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
363
|
|
|
|
|
|
|
is => 'ro', |
364
|
|
|
|
|
|
|
isa => Str, |
365
|
|
|
|
|
|
|
init_arg => undef, |
366
|
|
|
|
|
|
|
default => qq{â}, |
367
|
|
|
|
|
|
|
); |
368
|
|
|
|
|
|
|
|
369
|
|
|
|
|
|
|
has 'yesstr' => ( |
370
|
|
|
|
|
|
|
is => 'ro', |
371
|
|
|
|
|
|
|
isa => RegexpRef, |
372
|
|
|
|
|
|
|
init_arg => undef, |
373
|
|
|
|
|
|
|
default => sub { qr'^(?i:Wi|W|yes|y)$' } |
374
|
|
|
|
|
|
|
); |
375
|
|
|
|
|
|
|
|
376
|
|
|
|
|
|
|
has 'nostr' => ( |
377
|
|
|
|
|
|
|
is => 'ro', |
378
|
|
|
|
|
|
|
isa => RegexpRef, |
379
|
|
|
|
|
|
|
init_arg => undef, |
380
|
|
|
|
|
|
|
default => sub { qr'^(?i:Non|N)$' } |
381
|
|
|
|
|
|
|
); |
382
|
|
|
|
|
|
|
|
383
|
|
|
|
|
|
|
has 'number_symbols' => ( |
384
|
|
|
|
|
|
|
is => 'ro', |
385
|
|
|
|
|
|
|
isa => HashRef, |
386
|
|
|
|
|
|
|
init_arg => undef, |
387
|
|
|
|
|
|
|
default => sub { { |
388
|
|
|
|
|
|
|
'latn' => { |
389
|
|
|
|
|
|
|
'group' => q(Â ), |
390
|
|
|
|
|
|
|
}, |
391
|
|
|
|
|
|
|
} } |
392
|
|
|
|
|
|
|
); |
393
|
|
|
|
|
|
|
|
394
|
|
|
|
|
|
|
has 'currencies' => ( |
395
|
|
|
|
|
|
|
is => 'ro', |
396
|
|
|
|
|
|
|
isa => HashRef, |
397
|
|
|
|
|
|
|
init_arg => undef, |
398
|
|
|
|
|
|
|
default => sub { { |
399
|
|
|
|
|
|
|
'AED' => { |
400
|
|
|
|
|
|
|
display_name => { |
401
|
|
|
|
|
|
|
'currency' => q(dirham Emira arab ini), |
402
|
|
|
|
|
|
|
}, |
403
|
|
|
|
|
|
|
}, |
404
|
|
|
|
|
|
|
'AOA' => { |
405
|
|
|
|
|
|
|
display_name => { |
406
|
|
|
|
|
|
|
'currency' => q(kwanza angole), |
407
|
|
|
|
|
|
|
}, |
408
|
|
|
|
|
|
|
}, |
409
|
|
|
|
|
|
|
'AUD' => { |
410
|
|
|
|
|
|
|
display_name => { |
411
|
|
|
|
|
|
|
'currency' => q(dolar ostralien), |
412
|
|
|
|
|
|
|
}, |
413
|
|
|
|
|
|
|
}, |
414
|
|
|
|
|
|
|
'BHD' => { |
415
|
|
|
|
|
|
|
display_name => { |
416
|
|
|
|
|
|
|
'currency' => q(dinar bahreïn), |
417
|
|
|
|
|
|
|
}, |
418
|
|
|
|
|
|
|
}, |
419
|
|
|
|
|
|
|
'BIF' => { |
420
|
|
|
|
|
|
|
display_name => { |
421
|
|
|
|
|
|
|
'currency' => q(fran burunde), |
422
|
|
|
|
|
|
|
}, |
423
|
|
|
|
|
|
|
}, |
424
|
|
|
|
|
|
|
'BWP' => { |
425
|
|
|
|
|
|
|
display_name => { |
426
|
|
|
|
|
|
|
'currency' => q(pula ya botswane), |
427
|
|
|
|
|
|
|
}, |
428
|
|
|
|
|
|
|
}, |
429
|
|
|
|
|
|
|
'CAD' => { |
430
|
|
|
|
|
|
|
display_name => { |
431
|
|
|
|
|
|
|
'currency' => q(dolar kanadien), |
432
|
|
|
|
|
|
|
}, |
433
|
|
|
|
|
|
|
}, |
434
|
|
|
|
|
|
|
'CDF' => { |
435
|
|
|
|
|
|
|
display_name => { |
436
|
|
|
|
|
|
|
'currency' => q(fran kongole), |
437
|
|
|
|
|
|
|
}, |
438
|
|
|
|
|
|
|
}, |
439
|
|
|
|
|
|
|
'CHF' => { |
440
|
|
|
|
|
|
|
display_name => { |
441
|
|
|
|
|
|
|
'currency' => q(fran swis), |
442
|
|
|
|
|
|
|
}, |
443
|
|
|
|
|
|
|
}, |
444
|
|
|
|
|
|
|
'CNY' => { |
445
|
|
|
|
|
|
|
display_name => { |
446
|
|
|
|
|
|
|
'currency' => q(yuan renminbi sinwa), |
447
|
|
|
|
|
|
|
}, |
448
|
|
|
|
|
|
|
}, |
449
|
|
|
|
|
|
|
'CVE' => { |
450
|
|
|
|
|
|
|
display_name => { |
451
|
|
|
|
|
|
|
'currency' => q(eskudo kapverdien), |
452
|
|
|
|
|
|
|
}, |
453
|
|
|
|
|
|
|
}, |
454
|
|
|
|
|
|
|
'DJF' => { |
455
|
|
|
|
|
|
|
display_name => { |
456
|
|
|
|
|
|
|
'currency' => q(fran djiboutien), |
457
|
|
|
|
|
|
|
}, |
458
|
|
|
|
|
|
|
}, |
459
|
|
|
|
|
|
|
'DZD' => { |
460
|
|
|
|
|
|
|
display_name => { |
461
|
|
|
|
|
|
|
'currency' => q(dinar alzerien), |
462
|
|
|
|
|
|
|
}, |
463
|
|
|
|
|
|
|
}, |
464
|
|
|
|
|
|
|
'EGP' => { |
465
|
|
|
|
|
|
|
display_name => { |
466
|
|
|
|
|
|
|
'currency' => q(liv ezipsien), |
467
|
|
|
|
|
|
|
}, |
468
|
|
|
|
|
|
|
}, |
469
|
|
|
|
|
|
|
'ERN' => { |
470
|
|
|
|
|
|
|
display_name => { |
471
|
|
|
|
|
|
|
'currency' => q(nafka erythreen), |
472
|
|
|
|
|
|
|
}, |
473
|
|
|
|
|
|
|
}, |
474
|
|
|
|
|
|
|
'ETB' => { |
475
|
|
|
|
|
|
|
display_name => { |
476
|
|
|
|
|
|
|
'currency' => q(birr etiopien), |
477
|
|
|
|
|
|
|
}, |
478
|
|
|
|
|
|
|
}, |
479
|
|
|
|
|
|
|
'EUR' => { |
480
|
|
|
|
|
|
|
display_name => { |
481
|
|
|
|
|
|
|
'currency' => q(euro), |
482
|
|
|
|
|
|
|
}, |
483
|
|
|
|
|
|
|
}, |
484
|
|
|
|
|
|
|
'GBP' => { |
485
|
|
|
|
|
|
|
display_name => { |
486
|
|
|
|
|
|
|
'currency' => q(liv sterlin), |
487
|
|
|
|
|
|
|
}, |
488
|
|
|
|
|
|
|
}, |
489
|
|
|
|
|
|
|
'GHC' => { |
490
|
|
|
|
|
|
|
display_name => { |
491
|
|
|
|
|
|
|
'currency' => q(sedi ganeen), |
492
|
|
|
|
|
|
|
}, |
493
|
|
|
|
|
|
|
}, |
494
|
|
|
|
|
|
|
'GMD' => { |
495
|
|
|
|
|
|
|
display_name => { |
496
|
|
|
|
|
|
|
'currency' => q(dalasi gambien), |
497
|
|
|
|
|
|
|
}, |
498
|
|
|
|
|
|
|
}, |
499
|
|
|
|
|
|
|
'GNS' => { |
500
|
|
|
|
|
|
|
display_name => { |
501
|
|
|
|
|
|
|
'currency' => q(fran gineen), |
502
|
|
|
|
|
|
|
}, |
503
|
|
|
|
|
|
|
}, |
504
|
|
|
|
|
|
|
'INR' => { |
505
|
|
|
|
|
|
|
display_name => { |
506
|
|
|
|
|
|
|
'currency' => q(roupi), |
507
|
|
|
|
|
|
|
}, |
508
|
|
|
|
|
|
|
}, |
509
|
|
|
|
|
|
|
'JPY' => { |
510
|
|
|
|
|
|
|
display_name => { |
511
|
|
|
|
|
|
|
'currency' => q(yen zapone), |
512
|
|
|
|
|
|
|
}, |
513
|
|
|
|
|
|
|
}, |
514
|
|
|
|
|
|
|
'KES' => { |
515
|
|
|
|
|
|
|
display_name => { |
516
|
|
|
|
|
|
|
'currency' => q(shiling kenyan), |
517
|
|
|
|
|
|
|
}, |
518
|
|
|
|
|
|
|
}, |
519
|
|
|
|
|
|
|
'KMF' => { |
520
|
|
|
|
|
|
|
display_name => { |
521
|
|
|
|
|
|
|
'currency' => q(fran komorien), |
522
|
|
|
|
|
|
|
}, |
523
|
|
|
|
|
|
|
}, |
524
|
|
|
|
|
|
|
'LRD' => { |
525
|
|
|
|
|
|
|
display_name => { |
526
|
|
|
|
|
|
|
'currency' => q(dolar liberien), |
527
|
|
|
|
|
|
|
}, |
528
|
|
|
|
|
|
|
}, |
529
|
|
|
|
|
|
|
'LSL' => { |
530
|
|
|
|
|
|
|
display_name => { |
531
|
|
|
|
|
|
|
'currency' => q(loti lezoto), |
532
|
|
|
|
|
|
|
}, |
533
|
|
|
|
|
|
|
}, |
534
|
|
|
|
|
|
|
'LYD' => { |
535
|
|
|
|
|
|
|
display_name => { |
536
|
|
|
|
|
|
|
'currency' => q(dinar libien), |
537
|
|
|
|
|
|
|
}, |
538
|
|
|
|
|
|
|
}, |
539
|
|
|
|
|
|
|
'MAD' => { |
540
|
|
|
|
|
|
|
display_name => { |
541
|
|
|
|
|
|
|
'currency' => q(dirham marokin), |
542
|
|
|
|
|
|
|
}, |
543
|
|
|
|
|
|
|
}, |
544
|
|
|
|
|
|
|
'MGA' => { |
545
|
|
|
|
|
|
|
display_name => { |
546
|
|
|
|
|
|
|
'currency' => q(fran malgas), |
547
|
|
|
|
|
|
|
}, |
548
|
|
|
|
|
|
|
}, |
549
|
|
|
|
|
|
|
'MRO' => { |
550
|
|
|
|
|
|
|
display_name => { |
551
|
|
|
|
|
|
|
'currency' => q(ouguiya moritanien), |
552
|
|
|
|
|
|
|
}, |
553
|
|
|
|
|
|
|
}, |
554
|
|
|
|
|
|
|
'MUR' => { |
555
|
|
|
|
|
|
|
symbol => 'Rs', |
556
|
|
|
|
|
|
|
display_name => { |
557
|
|
|
|
|
|
|
'currency' => q(roupi morisien), |
558
|
|
|
|
|
|
|
}, |
559
|
|
|
|
|
|
|
}, |
560
|
|
|
|
|
|
|
'MWK' => { |
561
|
|
|
|
|
|
|
display_name => { |
562
|
|
|
|
|
|
|
'currency' => q(kwacha malawit), |
563
|
|
|
|
|
|
|
}, |
564
|
|
|
|
|
|
|
}, |
565
|
|
|
|
|
|
|
'MZM' => { |
566
|
|
|
|
|
|
|
display_name => { |
567
|
|
|
|
|
|
|
'currency' => q(metikal mozanbikin), |
568
|
|
|
|
|
|
|
}, |
569
|
|
|
|
|
|
|
}, |
570
|
|
|
|
|
|
|
'NAD' => { |
571
|
|
|
|
|
|
|
display_name => { |
572
|
|
|
|
|
|
|
'currency' => q(dolar namibien), |
573
|
|
|
|
|
|
|
}, |
574
|
|
|
|
|
|
|
}, |
575
|
|
|
|
|
|
|
'NGN' => { |
576
|
|
|
|
|
|
|
display_name => { |
577
|
|
|
|
|
|
|
'currency' => q(naira nizerian), |
578
|
|
|
|
|
|
|
}, |
579
|
|
|
|
|
|
|
}, |
580
|
|
|
|
|
|
|
'RWF' => { |
581
|
|
|
|
|
|
|
display_name => { |
582
|
|
|
|
|
|
|
'currency' => q(fran rwande), |
583
|
|
|
|
|
|
|
}, |
584
|
|
|
|
|
|
|
}, |
585
|
|
|
|
|
|
|
'SAR' => { |
586
|
|
|
|
|
|
|
display_name => { |
587
|
|
|
|
|
|
|
'currency' => q(rial saoudien), |
588
|
|
|
|
|
|
|
}, |
589
|
|
|
|
|
|
|
}, |
590
|
|
|
|
|
|
|
'SCR' => { |
591
|
|
|
|
|
|
|
display_name => { |
592
|
|
|
|
|
|
|
'currency' => q(roupi seselwa), |
593
|
|
|
|
|
|
|
}, |
594
|
|
|
|
|
|
|
}, |
595
|
|
|
|
|
|
|
'SDG' => { |
596
|
|
|
|
|
|
|
display_name => { |
597
|
|
|
|
|
|
|
'currency' => q(dinar soudane), |
598
|
|
|
|
|
|
|
}, |
599
|
|
|
|
|
|
|
}, |
600
|
|
|
|
|
|
|
'SDP' => { |
601
|
|
|
|
|
|
|
display_name => { |
602
|
|
|
|
|
|
|
'currency' => q(liv soudane), |
603
|
|
|
|
|
|
|
}, |
604
|
|
|
|
|
|
|
}, |
605
|
|
|
|
|
|
|
'SHP' => { |
606
|
|
|
|
|
|
|
display_name => { |
607
|
|
|
|
|
|
|
'currency' => q(liv Sainte-Hélène), |
608
|
|
|
|
|
|
|
}, |
609
|
|
|
|
|
|
|
}, |
610
|
|
|
|
|
|
|
'SLL' => { |
611
|
|
|
|
|
|
|
display_name => { |
612
|
|
|
|
|
|
|
'currency' => q(leonn Sierra-Leone), |
613
|
|
|
|
|
|
|
}, |
614
|
|
|
|
|
|
|
}, |
615
|
|
|
|
|
|
|
'SOS' => { |
616
|
|
|
|
|
|
|
display_name => { |
617
|
|
|
|
|
|
|
'currency' => q(shilingi somalien), |
618
|
|
|
|
|
|
|
}, |
619
|
|
|
|
|
|
|
}, |
620
|
|
|
|
|
|
|
'STD' => { |
621
|
|
|
|
|
|
|
display_name => { |
622
|
|
|
|
|
|
|
'currency' => q(dobra santomeen), |
623
|
|
|
|
|
|
|
}, |
624
|
|
|
|
|
|
|
}, |
625
|
|
|
|
|
|
|
'SZL' => { |
626
|
|
|
|
|
|
|
display_name => { |
627
|
|
|
|
|
|
|
'currency' => q(lilangeni swazi), |
628
|
|
|
|
|
|
|
}, |
629
|
|
|
|
|
|
|
}, |
630
|
|
|
|
|
|
|
'TND' => { |
631
|
|
|
|
|
|
|
display_name => { |
632
|
|
|
|
|
|
|
'currency' => q(dinar tinizien), |
633
|
|
|
|
|
|
|
}, |
634
|
|
|
|
|
|
|
}, |
635
|
|
|
|
|
|
|
'TZS' => { |
636
|
|
|
|
|
|
|
display_name => { |
637
|
|
|
|
|
|
|
'currency' => q(shiling tanzanien), |
638
|
|
|
|
|
|
|
}, |
639
|
|
|
|
|
|
|
}, |
640
|
|
|
|
|
|
|
'UGX' => { |
641
|
|
|
|
|
|
|
display_name => { |
642
|
|
|
|
|
|
|
'currency' => q(shiling ougande), |
643
|
|
|
|
|
|
|
}, |
644
|
|
|
|
|
|
|
}, |
645
|
|
|
|
|
|
|
'USD' => { |
646
|
|
|
|
|
|
|
display_name => { |
647
|
|
|
|
|
|
|
'currency' => q(dolar amerikin), |
648
|
|
|
|
|
|
|
}, |
649
|
|
|
|
|
|
|
}, |
650
|
|
|
|
|
|
|
'XAF' => { |
651
|
|
|
|
|
|
|
display_name => { |
652
|
|
|
|
|
|
|
'currency' => q(fran CFA \(BEAC\)), |
653
|
|
|
|
|
|
|
}, |
654
|
|
|
|
|
|
|
}, |
655
|
|
|
|
|
|
|
'XOF' => { |
656
|
|
|
|
|
|
|
display_name => { |
657
|
|
|
|
|
|
|
'currency' => q(fran CFA \(BCEAO\)), |
658
|
|
|
|
|
|
|
}, |
659
|
|
|
|
|
|
|
}, |
660
|
|
|
|
|
|
|
'ZAR' => { |
661
|
|
|
|
|
|
|
display_name => { |
662
|
|
|
|
|
|
|
'currency' => q(rand sid-afrikin), |
663
|
|
|
|
|
|
|
}, |
664
|
|
|
|
|
|
|
}, |
665
|
|
|
|
|
|
|
'ZMK' => { |
666
|
|
|
|
|
|
|
display_name => { |
667
|
|
|
|
|
|
|
'currency' => q(kwacha zanbien \(1968â2012\)), |
668
|
|
|
|
|
|
|
}, |
669
|
|
|
|
|
|
|
}, |
670
|
|
|
|
|
|
|
'ZMW' => { |
671
|
|
|
|
|
|
|
display_name => { |
672
|
|
|
|
|
|
|
'currency' => q(kwacha zanbien), |
673
|
|
|
|
|
|
|
}, |
674
|
|
|
|
|
|
|
}, |
675
|
|
|
|
|
|
|
'ZWD' => { |
676
|
|
|
|
|
|
|
display_name => { |
677
|
|
|
|
|
|
|
'currency' => q(dolar zimbawe), |
678
|
|
|
|
|
|
|
}, |
679
|
|
|
|
|
|
|
}, |
680
|
|
|
|
|
|
|
} }, |
681
|
|
|
|
|
|
|
); |
682
|
|
|
|
|
|
|
|
683
|
|
|
|
|
|
|
|
684
|
|
|
|
|
|
|
has 'calendar_months' => ( |
685
|
|
|
|
|
|
|
is => 'ro', |
686
|
|
|
|
|
|
|
isa => HashRef, |
687
|
|
|
|
|
|
|
init_arg => undef, |
688
|
|
|
|
|
|
|
default => sub { { |
689
|
|
|
|
|
|
|
'gregorian' => { |
690
|
|
|
|
|
|
|
'format' => { |
691
|
|
|
|
|
|
|
abbreviated => { |
692
|
|
|
|
|
|
|
nonleap => [ |
693
|
|
|
|
|
|
|
'zan', |
694
|
|
|
|
|
|
|
'fev', |
695
|
|
|
|
|
|
|
'mar', |
696
|
|
|
|
|
|
|
'avr', |
697
|
|
|
|
|
|
|
'me', |
698
|
|
|
|
|
|
|
'zin', |
699
|
|
|
|
|
|
|
'zil', |
700
|
|
|
|
|
|
|
'out', |
701
|
|
|
|
|
|
|
'sep', |
702
|
|
|
|
|
|
|
'okt', |
703
|
|
|
|
|
|
|
'nov', |
704
|
|
|
|
|
|
|
'des' |
705
|
|
|
|
|
|
|
], |
706
|
|
|
|
|
|
|
leap => [ |
707
|
|
|
|
|
|
|
|
708
|
|
|
|
|
|
|
], |
709
|
|
|
|
|
|
|
}, |
710
|
|
|
|
|
|
|
wide => { |
711
|
|
|
|
|
|
|
nonleap => [ |
712
|
|
|
|
|
|
|
'zanvie', |
713
|
|
|
|
|
|
|
'fevriye', |
714
|
|
|
|
|
|
|
'mars', |
715
|
|
|
|
|
|
|
'avril', |
716
|
|
|
|
|
|
|
'me', |
717
|
|
|
|
|
|
|
'zin', |
718
|
|
|
|
|
|
|
'zilye', |
719
|
|
|
|
|
|
|
'out', |
720
|
|
|
|
|
|
|
'septam', |
721
|
|
|
|
|
|
|
'oktob', |
722
|
|
|
|
|
|
|
'novam', |
723
|
|
|
|
|
|
|
'desam' |
724
|
|
|
|
|
|
|
], |
725
|
|
|
|
|
|
|
leap => [ |
726
|
|
|
|
|
|
|
|
727
|
|
|
|
|
|
|
], |
728
|
|
|
|
|
|
|
}, |
729
|
|
|
|
|
|
|
}, |
730
|
|
|
|
|
|
|
'stand-alone' => { |
731
|
|
|
|
|
|
|
narrow => { |
732
|
|
|
|
|
|
|
nonleap => [ |
733
|
|
|
|
|
|
|
'z', |
734
|
|
|
|
|
|
|
'f', |
735
|
|
|
|
|
|
|
'm', |
736
|
|
|
|
|
|
|
'a', |
737
|
|
|
|
|
|
|
'm', |
738
|
|
|
|
|
|
|
'z', |
739
|
|
|
|
|
|
|
'z', |
740
|
|
|
|
|
|
|
'o', |
741
|
|
|
|
|
|
|
's', |
742
|
|
|
|
|
|
|
'o', |
743
|
|
|
|
|
|
|
'n', |
744
|
|
|
|
|
|
|
'd' |
745
|
|
|
|
|
|
|
], |
746
|
|
|
|
|
|
|
leap => [ |
747
|
|
|
|
|
|
|
|
748
|
|
|
|
|
|
|
], |
749
|
|
|
|
|
|
|
}, |
750
|
|
|
|
|
|
|
}, |
751
|
|
|
|
|
|
|
}, |
752
|
|
|
|
|
|
|
} }, |
753
|
|
|
|
|
|
|
); |
754
|
|
|
|
|
|
|
|
755
|
|
|
|
|
|
|
has 'calendar_days' => ( |
756
|
|
|
|
|
|
|
is => 'ro', |
757
|
|
|
|
|
|
|
isa => HashRef, |
758
|
|
|
|
|
|
|
init_arg => undef, |
759
|
|
|
|
|
|
|
default => sub { { |
760
|
|
|
|
|
|
|
'gregorian' => { |
761
|
|
|
|
|
|
|
'format' => { |
762
|
|
|
|
|
|
|
abbreviated => { |
763
|
|
|
|
|
|
|
mon => 'lin', |
764
|
|
|
|
|
|
|
tue => 'mar', |
765
|
|
|
|
|
|
|
wed => 'mer', |
766
|
|
|
|
|
|
|
thu => 'ze', |
767
|
|
|
|
|
|
|
fri => 'van', |
768
|
|
|
|
|
|
|
sat => 'sam', |
769
|
|
|
|
|
|
|
sun => 'dim' |
770
|
|
|
|
|
|
|
}, |
771
|
|
|
|
|
|
|
wide => { |
772
|
|
|
|
|
|
|
mon => 'lindi', |
773
|
|
|
|
|
|
|
tue => 'mardi', |
774
|
|
|
|
|
|
|
wed => 'merkredi', |
775
|
|
|
|
|
|
|
thu => 'zedi', |
776
|
|
|
|
|
|
|
fri => 'vandredi', |
777
|
|
|
|
|
|
|
sat => 'samdi', |
778
|
|
|
|
|
|
|
sun => 'dimans' |
779
|
|
|
|
|
|
|
}, |
780
|
|
|
|
|
|
|
}, |
781
|
|
|
|
|
|
|
'stand-alone' => { |
782
|
|
|
|
|
|
|
narrow => { |
783
|
|
|
|
|
|
|
mon => 'l', |
784
|
|
|
|
|
|
|
tue => 'm', |
785
|
|
|
|
|
|
|
wed => 'm', |
786
|
|
|
|
|
|
|
thu => 'z', |
787
|
|
|
|
|
|
|
fri => 'v', |
788
|
|
|
|
|
|
|
sat => 's', |
789
|
|
|
|
|
|
|
sun => 'd' |
790
|
|
|
|
|
|
|
}, |
791
|
|
|
|
|
|
|
}, |
792
|
|
|
|
|
|
|
}, |
793
|
|
|
|
|
|
|
} }, |
794
|
|
|
|
|
|
|
); |
795
|
|
|
|
|
|
|
|
796
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
797
|
|
|
|
|
|
|
is => 'ro', |
798
|
|
|
|
|
|
|
isa => HashRef, |
799
|
|
|
|
|
|
|
init_arg => undef, |
800
|
|
|
|
|
|
|
default => sub { { |
801
|
|
|
|
|
|
|
'gregorian' => { |
802
|
|
|
|
|
|
|
'format' => { |
803
|
|
|
|
|
|
|
abbreviated => {0 => 'T1', |
804
|
|
|
|
|
|
|
1 => 'T2', |
805
|
|
|
|
|
|
|
2 => 'T3', |
806
|
|
|
|
|
|
|
3 => 'T4' |
807
|
|
|
|
|
|
|
}, |
808
|
|
|
|
|
|
|
wide => {0 => '1e trimes', |
809
|
|
|
|
|
|
|
1 => '2em trimes', |
810
|
|
|
|
|
|
|
2 => '3em trimes', |
811
|
|
|
|
|
|
|
3 => '4em trimes' |
812
|
|
|
|
|
|
|
}, |
813
|
|
|
|
|
|
|
}, |
814
|
|
|
|
|
|
|
}, |
815
|
|
|
|
|
|
|
} }, |
816
|
|
|
|
|
|
|
); |
817
|
|
|
|
|
|
|
|
818
|
|
|
|
|
|
|
has 'eras' => ( |
819
|
|
|
|
|
|
|
is => 'ro', |
820
|
|
|
|
|
|
|
isa => HashRef, |
821
|
|
|
|
|
|
|
init_arg => undef, |
822
|
|
|
|
|
|
|
default => sub { { |
823
|
|
|
|
|
|
|
'generic' => { |
824
|
|
|
|
|
|
|
}, |
825
|
|
|
|
|
|
|
'gregorian' => { |
826
|
|
|
|
|
|
|
abbreviated => { |
827
|
|
|
|
|
|
|
'0' => 'av. Z-K', |
828
|
|
|
|
|
|
|
'1' => 'ap. Z-K' |
829
|
|
|
|
|
|
|
}, |
830
|
|
|
|
|
|
|
wide => { |
831
|
|
|
|
|
|
|
'0' => 'avan Zezi-Krist', |
832
|
|
|
|
|
|
|
'1' => 'apre Zezi-Krist' |
833
|
|
|
|
|
|
|
}, |
834
|
|
|
|
|
|
|
}, |
835
|
|
|
|
|
|
|
} }, |
836
|
|
|
|
|
|
|
); |
837
|
|
|
|
|
|
|
|
838
|
|
|
|
|
|
|
has 'date_formats' => ( |
839
|
|
|
|
|
|
|
is => 'ro', |
840
|
|
|
|
|
|
|
isa => HashRef, |
841
|
|
|
|
|
|
|
init_arg => undef, |
842
|
|
|
|
|
|
|
default => sub { { |
843
|
|
|
|
|
|
|
'generic' => { |
844
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y G}, |
845
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
846
|
|
|
|
|
|
|
'medium' => q{d MMM, y G}, |
847
|
|
|
|
|
|
|
'short' => q{d/M/y GGGGG}, |
848
|
|
|
|
|
|
|
}, |
849
|
|
|
|
|
|
|
'gregorian' => { |
850
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y}, |
851
|
|
|
|
|
|
|
'long' => q{d MMMM y}, |
852
|
|
|
|
|
|
|
'medium' => q{d MMM, y}, |
853
|
|
|
|
|
|
|
'short' => q{d/M/y}, |
854
|
|
|
|
|
|
|
}, |
855
|
|
|
|
|
|
|
} }, |
856
|
|
|
|
|
|
|
); |
857
|
|
|
|
|
|
|
|
858
|
|
|
|
|
|
|
has 'time_formats' => ( |
859
|
|
|
|
|
|
|
is => 'ro', |
860
|
|
|
|
|
|
|
isa => HashRef, |
861
|
|
|
|
|
|
|
init_arg => undef, |
862
|
|
|
|
|
|
|
default => sub { { |
863
|
|
|
|
|
|
|
'generic' => { |
864
|
|
|
|
|
|
|
}, |
865
|
|
|
|
|
|
|
'gregorian' => { |
866
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
867
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
868
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
869
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
870
|
|
|
|
|
|
|
}, |
871
|
|
|
|
|
|
|
} }, |
872
|
|
|
|
|
|
|
); |
873
|
|
|
|
|
|
|
|
874
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
875
|
|
|
|
|
|
|
is => 'ro', |
876
|
|
|
|
|
|
|
isa => HashRef, |
877
|
|
|
|
|
|
|
init_arg => undef, |
878
|
|
|
|
|
|
|
default => sub { { |
879
|
|
|
|
|
|
|
'generic' => { |
880
|
|
|
|
|
|
|
}, |
881
|
|
|
|
|
|
|
'gregorian' => { |
882
|
|
|
|
|
|
|
}, |
883
|
|
|
|
|
|
|
} }, |
884
|
|
|
|
|
|
|
); |
885
|
|
|
|
|
|
|
|
886
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
887
|
|
|
|
|
|
|
is => 'ro', |
888
|
|
|
|
|
|
|
isa => HashRef, |
889
|
|
|
|
|
|
|
init_arg => undef, |
890
|
|
|
|
|
|
|
default => sub { { |
891
|
|
|
|
|
|
|
'gregorian' => { |
892
|
|
|
|
|
|
|
M => q{M}, |
893
|
|
|
|
|
|
|
MMM => q{MMM}, |
894
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
895
|
|
|
|
|
|
|
MMMMEd => q{E d MMMM}, |
896
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
897
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
898
|
|
|
|
|
|
|
MMd => q{d/MM}, |
899
|
|
|
|
|
|
|
MMdd => q{dd/MM}, |
900
|
|
|
|
|
|
|
Md => q{d/M}, |
901
|
|
|
|
|
|
|
ms => q{m:ss}, |
902
|
|
|
|
|
|
|
y => q{y}, |
903
|
|
|
|
|
|
|
yM => q{M/y}, |
904
|
|
|
|
|
|
|
yMEd => q{E d/M/y}, |
905
|
|
|
|
|
|
|
yMM => q{MM/y}, |
906
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
907
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
908
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
909
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
910
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
911
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
912
|
|
|
|
|
|
|
}, |
913
|
|
|
|
|
|
|
'generic' => { |
914
|
|
|
|
|
|
|
M => q{M}, |
915
|
|
|
|
|
|
|
MMM => q{MMM}, |
916
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
917
|
|
|
|
|
|
|
MMMMEd => q{E d MMMM}, |
918
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
919
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
920
|
|
|
|
|
|
|
MMd => q{d/MM}, |
921
|
|
|
|
|
|
|
MMdd => q{dd/MM}, |
922
|
|
|
|
|
|
|
Md => q{d/M}, |
923
|
|
|
|
|
|
|
ms => q{m:ss}, |
924
|
|
|
|
|
|
|
y => q{y}, |
925
|
|
|
|
|
|
|
yM => q{M/y}, |
926
|
|
|
|
|
|
|
yMEd => q{E d/M/y}, |
927
|
|
|
|
|
|
|
yMM => q{MM/y}, |
928
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
929
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
930
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
931
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
932
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
933
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
934
|
|
|
|
|
|
|
}, |
935
|
|
|
|
|
|
|
} }, |
936
|
|
|
|
|
|
|
); |
937
|
|
|
|
|
|
|
|
938
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
939
|
|
|
|
|
|
|
is => 'ro', |
940
|
|
|
|
|
|
|
isa => HashRef, |
941
|
|
|
|
|
|
|
init_arg => undef, |
942
|
|
|
|
|
|
|
default => sub { { |
943
|
|
|
|
|
|
|
} }, |
944
|
|
|
|
|
|
|
); |
945
|
|
|
|
|
|
|
|
946
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
947
|
|
|
|
|
|
|
is => 'ro', |
948
|
|
|
|
|
|
|
isa => HashRef, |
949
|
|
|
|
|
|
|
init_arg => undef, |
950
|
|
|
|
|
|
|
default => sub { { |
951
|
|
|
|
|
|
|
} }, |
952
|
|
|
|
|
|
|
); |
953
|
|
|
|
|
|
|
|
954
|
1
|
|
|
1
|
|
4907
|
no Moo; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
955
|
|
|
|
|
|
|
|
956
|
|
|
|
|
|
|
1; |
957
|
|
|
|
|
|
|
|
958
|
|
|
|
|
|
|
# vim: tabstop=4 |