line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=head1 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
Locale::CLDR::Locales::En::Any::Au - Package for language English |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=cut |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package Locale::CLDR::Locales::En::Any::Au; |
8
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\en_AU.xml |
9
|
|
|
|
|
|
|
# on Sun 24 Apr 8:24:31 am GMT |
10
|
|
|
|
|
|
|
|
11
|
1
|
|
|
1
|
|
984
|
use version; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
7
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.29.0'); |
14
|
|
|
|
|
|
|
|
15
|
1
|
|
|
1
|
|
113
|
use v5.10.1; |
|
1
|
|
|
|
|
2
|
|
16
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
17
|
1
|
|
|
1
|
|
32
|
use utf8; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
18
|
1
|
|
|
1
|
|
27
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
12
|
|
19
|
|
|
|
|
|
|
|
20
|
1
|
|
|
1
|
|
99
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
7
|
|
21
|
1
|
|
|
1
|
|
765
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::En::Any::001'); |
24
|
|
|
|
|
|
|
has 'display_name_language' => ( |
25
|
|
|
|
|
|
|
is => 'ro', |
26
|
|
|
|
|
|
|
isa => CodeRef, |
27
|
|
|
|
|
|
|
init_arg => undef, |
28
|
|
|
|
|
|
|
default => sub { |
29
|
|
|
|
|
|
|
sub { |
30
|
|
|
|
|
|
|
my %languages = ( |
31
|
|
|
|
|
|
|
'bax' => 'Bamum', |
32
|
|
|
|
|
|
|
'en_US' => 'United States English', |
33
|
|
|
|
|
|
|
'ro_MD' => 'Moldovan', |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
); |
36
|
|
|
|
|
|
|
if (@_) { |
37
|
|
|
|
|
|
|
return $languages{$_[0]}; |
38
|
|
|
|
|
|
|
} |
39
|
|
|
|
|
|
|
return \%languages; |
40
|
|
|
|
|
|
|
} |
41
|
|
|
|
|
|
|
}, |
42
|
|
|
|
|
|
|
); |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
has 'display_name_type' => ( |
45
|
|
|
|
|
|
|
is => 'ro', |
46
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
47
|
|
|
|
|
|
|
init_arg => undef, |
48
|
|
|
|
|
|
|
default => sub { |
49
|
|
|
|
|
|
|
{ |
50
|
|
|
|
|
|
|
'calendar' => { |
51
|
|
|
|
|
|
|
'dangi' => q{Korean Calendar}, |
52
|
|
|
|
|
|
|
'ethiopic' => q{Ethiopian Calendar}, |
53
|
|
|
|
|
|
|
}, |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
} |
56
|
|
|
|
|
|
|
}, |
57
|
|
|
|
|
|
|
); |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
has 'units' => ( |
60
|
|
|
|
|
|
|
is => 'ro', |
61
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
62
|
|
|
|
|
|
|
init_arg => undef, |
63
|
|
|
|
|
|
|
default => sub { { |
64
|
|
|
|
|
|
|
'long' => { |
65
|
|
|
|
|
|
|
'centimeter' => { |
66
|
|
|
|
|
|
|
'per' => q({0} centimetre), |
67
|
|
|
|
|
|
|
}, |
68
|
|
|
|
|
|
|
'coordinate' => { |
69
|
|
|
|
|
|
|
'east' => q({0} east), |
70
|
|
|
|
|
|
|
'north' => q({0} north), |
71
|
|
|
|
|
|
|
'south' => q({0} south), |
72
|
|
|
|
|
|
|
'west' => q({0} west), |
73
|
|
|
|
|
|
|
}, |
74
|
|
|
|
|
|
|
'decimeter' => { |
75
|
|
|
|
|
|
|
'one' => q(decimetre), |
76
|
|
|
|
|
|
|
'other' => q({0} decimetres), |
77
|
|
|
|
|
|
|
}, |
78
|
|
|
|
|
|
|
'generic' => { |
79
|
|
|
|
|
|
|
'name' => q(degrees), |
80
|
|
|
|
|
|
|
'one' => q({0} degree), |
81
|
|
|
|
|
|
|
'other' => q({0} degrees), |
82
|
|
|
|
|
|
|
}, |
83
|
|
|
|
|
|
|
'kilometer' => { |
84
|
|
|
|
|
|
|
'name' => q(kilometre), |
85
|
|
|
|
|
|
|
}, |
86
|
|
|
|
|
|
|
'kilowatt-hour' => { |
87
|
|
|
|
|
|
|
'name' => q(kilowatt hours), |
88
|
|
|
|
|
|
|
'one' => q({0} kilowatt hour), |
89
|
|
|
|
|
|
|
'other' => q({0} kilowatt hours), |
90
|
|
|
|
|
|
|
}, |
91
|
|
|
|
|
|
|
'metric-ton' => { |
92
|
|
|
|
|
|
|
'name' => q(tonnes), |
93
|
|
|
|
|
|
|
'one' => q(tonne), |
94
|
|
|
|
|
|
|
'other' => q({0} tonnes), |
95
|
|
|
|
|
|
|
}, |
96
|
|
|
|
|
|
|
'micrometer' => { |
97
|
|
|
|
|
|
|
'name' => q(micrometres), |
98
|
|
|
|
|
|
|
}, |
99
|
|
|
|
|
|
|
}, |
100
|
|
|
|
|
|
|
'narrow' => { |
101
|
|
|
|
|
|
|
'bushel' => { |
102
|
|
|
|
|
|
|
'one' => q({0} bus.), |
103
|
|
|
|
|
|
|
'other' => q({0} bus.), |
104
|
|
|
|
|
|
|
}, |
105
|
|
|
|
|
|
|
'celsius' => { |
106
|
|
|
|
|
|
|
'one' => q({0}°C), |
107
|
|
|
|
|
|
|
'other' => q({0}°C), |
108
|
|
|
|
|
|
|
}, |
109
|
|
|
|
|
|
|
'centiliter' => { |
110
|
|
|
|
|
|
|
'name' => q(cL), |
111
|
|
|
|
|
|
|
'one' => q({0}cL), |
112
|
|
|
|
|
|
|
'other' => q({0}cL), |
113
|
|
|
|
|
|
|
}, |
114
|
|
|
|
|
|
|
'deciliter' => { |
115
|
|
|
|
|
|
|
'name' => q(dL), |
116
|
|
|
|
|
|
|
'one' => q({0}dL), |
117
|
|
|
|
|
|
|
'other' => q({0}dL), |
118
|
|
|
|
|
|
|
}, |
119
|
|
|
|
|
|
|
'hectoliter' => { |
120
|
|
|
|
|
|
|
'name' => q(hL), |
121
|
|
|
|
|
|
|
'one' => q({0}hL), |
122
|
|
|
|
|
|
|
'other' => q({0}hL), |
123
|
|
|
|
|
|
|
}, |
124
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
125
|
|
|
|
|
|
|
'name' => q(km/h), |
126
|
|
|
|
|
|
|
'one' => q({0} km/h), |
127
|
|
|
|
|
|
|
'other' => q({0} km/h), |
128
|
|
|
|
|
|
|
}, |
129
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
130
|
|
|
|
|
|
|
'name' => q(L/100km), |
131
|
|
|
|
|
|
|
'one' => q({0}L/100km), |
132
|
|
|
|
|
|
|
'other' => q({0}L/100km), |
133
|
|
|
|
|
|
|
}, |
134
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
135
|
|
|
|
|
|
|
'name' => q(L/km), |
136
|
|
|
|
|
|
|
'one' => q({0}L/km), |
137
|
|
|
|
|
|
|
'other' => q({0}L/km), |
138
|
|
|
|
|
|
|
}, |
139
|
|
|
|
|
|
|
'megaliter' => { |
140
|
|
|
|
|
|
|
'name' => q(ML), |
141
|
|
|
|
|
|
|
'one' => q({0}ML), |
142
|
|
|
|
|
|
|
'other' => q({0}ML), |
143
|
|
|
|
|
|
|
}, |
144
|
|
|
|
|
|
|
'meter' => { |
145
|
|
|
|
|
|
|
'name' => q(metre), |
146
|
|
|
|
|
|
|
}, |
147
|
|
|
|
|
|
|
'mile-per-hour' => { |
148
|
|
|
|
|
|
|
'name' => q(m.p.h.), |
149
|
|
|
|
|
|
|
'one' => q({0} m.p.h.), |
150
|
|
|
|
|
|
|
'other' => q({0} m.p.h.), |
151
|
|
|
|
|
|
|
}, |
152
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
153
|
|
|
|
|
|
|
'name' => q(mg/dL), |
154
|
|
|
|
|
|
|
'one' => q({0}mg/dL), |
155
|
|
|
|
|
|
|
'other' => q({0}mg/dL), |
156
|
|
|
|
|
|
|
}, |
157
|
|
|
|
|
|
|
'milliliter' => { |
158
|
|
|
|
|
|
|
'name' => q(mL), |
159
|
|
|
|
|
|
|
'one' => q({0}mL), |
160
|
|
|
|
|
|
|
'other' => q({0}mL), |
161
|
|
|
|
|
|
|
}, |
162
|
|
|
|
|
|
|
'millimole-per-liter' => { |
163
|
|
|
|
|
|
|
'name' => q(mmol/L), |
164
|
|
|
|
|
|
|
'one' => q({0}mmol/L), |
165
|
|
|
|
|
|
|
'other' => q({0}mmol/L), |
166
|
|
|
|
|
|
|
}, |
167
|
|
|
|
|
|
|
'millisecond' => { |
168
|
|
|
|
|
|
|
'name' => q(msec.), |
169
|
|
|
|
|
|
|
'one' => q({0} ms), |
170
|
|
|
|
|
|
|
'other' => q({0} ms), |
171
|
|
|
|
|
|
|
}, |
172
|
|
|
|
|
|
|
'minute' => { |
173
|
|
|
|
|
|
|
'name' => q(min.), |
174
|
|
|
|
|
|
|
'one' => q({0} min.), |
175
|
|
|
|
|
|
|
'other' => q({0} min.), |
176
|
|
|
|
|
|
|
}, |
177
|
|
|
|
|
|
|
'second' => { |
178
|
|
|
|
|
|
|
'name' => q(sec.), |
179
|
|
|
|
|
|
|
'one' => q({0} s.), |
180
|
|
|
|
|
|
|
'other' => q({0} s.), |
181
|
|
|
|
|
|
|
}, |
182
|
|
|
|
|
|
|
}, |
183
|
|
|
|
|
|
|
'short' => { |
184
|
|
|
|
|
|
|
'arc-minute' => { |
185
|
|
|
|
|
|
|
'name' => q(arcmin.), |
186
|
|
|
|
|
|
|
'one' => q({0} arcmin.), |
187
|
|
|
|
|
|
|
'other' => q({0} arcmin.), |
188
|
|
|
|
|
|
|
}, |
189
|
|
|
|
|
|
|
'arc-second' => { |
190
|
|
|
|
|
|
|
'name' => q(arcsec.), |
191
|
|
|
|
|
|
|
'one' => q({0} arcsec.), |
192
|
|
|
|
|
|
|
'other' => q({0} arcsec.), |
193
|
|
|
|
|
|
|
}, |
194
|
|
|
|
|
|
|
'astronomical-unit' => { |
195
|
|
|
|
|
|
|
'name' => q(AU), |
196
|
|
|
|
|
|
|
'one' => q({0} AU), |
197
|
|
|
|
|
|
|
'other' => q({0} AU), |
198
|
|
|
|
|
|
|
}, |
199
|
|
|
|
|
|
|
'bushel' => { |
200
|
|
|
|
|
|
|
'one' => q({0} bus.), |
201
|
|
|
|
|
|
|
'other' => q({0} bus.), |
202
|
|
|
|
|
|
|
}, |
203
|
|
|
|
|
|
|
'carat' => { |
204
|
|
|
|
|
|
|
'one' => q({0} CM), |
205
|
|
|
|
|
|
|
'other' => q({0} CM), |
206
|
|
|
|
|
|
|
}, |
207
|
|
|
|
|
|
|
'centiliter' => { |
208
|
|
|
|
|
|
|
'name' => q(cL), |
209
|
|
|
|
|
|
|
'one' => q({0} cL), |
210
|
|
|
|
|
|
|
'other' => q({0} cL), |
211
|
|
|
|
|
|
|
}, |
212
|
|
|
|
|
|
|
'century' => { |
213
|
|
|
|
|
|
|
'name' => q(C.), |
214
|
|
|
|
|
|
|
'one' => q({0} C.), |
215
|
|
|
|
|
|
|
'other' => q({0} C.), |
216
|
|
|
|
|
|
|
}, |
217
|
|
|
|
|
|
|
'deciliter' => { |
218
|
|
|
|
|
|
|
'name' => q(dL), |
219
|
|
|
|
|
|
|
'one' => q({0} dL), |
220
|
|
|
|
|
|
|
'other' => q({0} dL), |
221
|
|
|
|
|
|
|
}, |
222
|
|
|
|
|
|
|
'degree' => { |
223
|
|
|
|
|
|
|
'one' => q({0} deg.), |
224
|
|
|
|
|
|
|
'other' => q({0} deg.), |
225
|
|
|
|
|
|
|
}, |
226
|
|
|
|
|
|
|
'fathom' => { |
227
|
|
|
|
|
|
|
'one' => q({0} fm), |
228
|
|
|
|
|
|
|
'other' => q({0} fm), |
229
|
|
|
|
|
|
|
}, |
230
|
|
|
|
|
|
|
'generic' => { |
231
|
|
|
|
|
|
|
'name' => q(deg.), |
232
|
|
|
|
|
|
|
}, |
233
|
|
|
|
|
|
|
'hectoliter' => { |
234
|
|
|
|
|
|
|
'name' => q(hL), |
235
|
|
|
|
|
|
|
'one' => q({0} hL), |
236
|
|
|
|
|
|
|
'other' => q({0} hL), |
237
|
|
|
|
|
|
|
}, |
238
|
|
|
|
|
|
|
'hour' => { |
239
|
|
|
|
|
|
|
'per' => q({0} phr), |
240
|
|
|
|
|
|
|
}, |
241
|
|
|
|
|
|
|
'kilometer-per-hour' => { |
242
|
|
|
|
|
|
|
'one' => q({0} km/h), |
243
|
|
|
|
|
|
|
'other' => q({0} km/h), |
244
|
|
|
|
|
|
|
}, |
245
|
|
|
|
|
|
|
'kilowatt-hour' => { |
246
|
|
|
|
|
|
|
'name' => q(kWh), |
247
|
|
|
|
|
|
|
}, |
248
|
|
|
|
|
|
|
'light-year' => { |
249
|
|
|
|
|
|
|
'one' => q({0} l.y.), |
250
|
|
|
|
|
|
|
'other' => q({0} l.y.), |
251
|
|
|
|
|
|
|
}, |
252
|
|
|
|
|
|
|
'liter' => { |
253
|
|
|
|
|
|
|
'one' => q({0} L), |
254
|
|
|
|
|
|
|
'other' => q({0} L), |
255
|
|
|
|
|
|
|
}, |
256
|
|
|
|
|
|
|
'liter-per-100kilometers' => { |
257
|
|
|
|
|
|
|
'name' => q(L/100 km), |
258
|
|
|
|
|
|
|
'one' => q({0} L/100 km), |
259
|
|
|
|
|
|
|
'other' => q({0} L/100 km), |
260
|
|
|
|
|
|
|
}, |
261
|
|
|
|
|
|
|
'liter-per-kilometer' => { |
262
|
|
|
|
|
|
|
'one' => q({0} L/km), |
263
|
|
|
|
|
|
|
'other' => q({0} L/km), |
264
|
|
|
|
|
|
|
}, |
265
|
|
|
|
|
|
|
'megaliter' => { |
266
|
|
|
|
|
|
|
'name' => q(ML), |
267
|
|
|
|
|
|
|
'one' => q({0} ML), |
268
|
|
|
|
|
|
|
'other' => q({0} ML), |
269
|
|
|
|
|
|
|
}, |
270
|
|
|
|
|
|
|
'meter-per-second' => { |
271
|
|
|
|
|
|
|
'name' => q(metres/sec.), |
272
|
|
|
|
|
|
|
'one' => q({0} m/s.), |
273
|
|
|
|
|
|
|
'other' => q({0} m/s.), |
274
|
|
|
|
|
|
|
}, |
275
|
|
|
|
|
|
|
'microsecond' => { |
276
|
|
|
|
|
|
|
'name' => q(μsec.), |
277
|
|
|
|
|
|
|
}, |
278
|
|
|
|
|
|
|
'mile-per-gallon' => { |
279
|
|
|
|
|
|
|
'name' => q(miles/gal. US), |
280
|
|
|
|
|
|
|
'one' => q({0} m.p.g. US), |
281
|
|
|
|
|
|
|
'other' => q({0} m.p.g. US), |
282
|
|
|
|
|
|
|
}, |
283
|
|
|
|
|
|
|
'mile-per-gallon-imperial' => { |
284
|
|
|
|
|
|
|
'name' => q(miles/gal.), |
285
|
|
|
|
|
|
|
'one' => q({0} m.p.g.), |
286
|
|
|
|
|
|
|
'other' => q({0} m.p.g.), |
287
|
|
|
|
|
|
|
}, |
288
|
|
|
|
|
|
|
'mile-per-hour' => { |
289
|
|
|
|
|
|
|
'one' => q({0} m.p.h.), |
290
|
|
|
|
|
|
|
'other' => q({0} m.p.h.), |
291
|
|
|
|
|
|
|
}, |
292
|
|
|
|
|
|
|
'millibar' => { |
293
|
|
|
|
|
|
|
'name' => q(mb), |
294
|
|
|
|
|
|
|
'one' => q({0} mb), |
295
|
|
|
|
|
|
|
'other' => q({0} mb), |
296
|
|
|
|
|
|
|
}, |
297
|
|
|
|
|
|
|
'milligram-per-deciliter' => { |
298
|
|
|
|
|
|
|
'name' => q(mg/dL), |
299
|
|
|
|
|
|
|
'one' => q({0} mg/dL), |
300
|
|
|
|
|
|
|
'other' => q({0} mg/dL), |
301
|
|
|
|
|
|
|
}, |
302
|
|
|
|
|
|
|
'milliliter' => { |
303
|
|
|
|
|
|
|
'name' => q(mL), |
304
|
|
|
|
|
|
|
'one' => q({0} mL), |
305
|
|
|
|
|
|
|
'other' => q({0} mL), |
306
|
|
|
|
|
|
|
}, |
307
|
|
|
|
|
|
|
'millimole-per-liter' => { |
308
|
|
|
|
|
|
|
'one' => q({0} mmol/L), |
309
|
|
|
|
|
|
|
'other' => q({0} mmol/L), |
310
|
|
|
|
|
|
|
}, |
311
|
|
|
|
|
|
|
'millisecond' => { |
312
|
|
|
|
|
|
|
'name' => q(millisec.), |
313
|
|
|
|
|
|
|
}, |
314
|
|
|
|
|
|
|
'minute' => { |
315
|
|
|
|
|
|
|
'name' => q(min.), |
316
|
|
|
|
|
|
|
'one' => q({0} min.), |
317
|
|
|
|
|
|
|
'other' => q({0} min.), |
318
|
|
|
|
|
|
|
'per' => q({0}/min.), |
319
|
|
|
|
|
|
|
}, |
320
|
|
|
|
|
|
|
'month' => { |
321
|
|
|
|
|
|
|
'one' => q({0} m.), |
322
|
|
|
|
|
|
|
'other' => q({0} m.), |
323
|
|
|
|
|
|
|
}, |
324
|
|
|
|
|
|
|
'nanosecond' => { |
325
|
|
|
|
|
|
|
'name' => q(nanosec.), |
326
|
|
|
|
|
|
|
}, |
327
|
|
|
|
|
|
|
'second' => { |
328
|
|
|
|
|
|
|
'name' => q(sec.), |
329
|
|
|
|
|
|
|
'one' => q({0} sec.), |
330
|
|
|
|
|
|
|
'other' => q({0} sec.), |
331
|
|
|
|
|
|
|
'per' => q({0} ps.), |
332
|
|
|
|
|
|
|
}, |
333
|
|
|
|
|
|
|
'square-meter' => { |
334
|
|
|
|
|
|
|
'name' => q(metres²), |
335
|
|
|
|
|
|
|
}, |
336
|
|
|
|
|
|
|
}, |
337
|
|
|
|
|
|
|
} } |
338
|
|
|
|
|
|
|
); |
339
|
|
|
|
|
|
|
|
340
|
|
|
|
|
|
|
has 'listPatterns' => ( |
341
|
|
|
|
|
|
|
is => 'ro', |
342
|
|
|
|
|
|
|
isa => HashRef, |
343
|
|
|
|
|
|
|
init_arg => undef, |
344
|
|
|
|
|
|
|
default => sub { { |
345
|
|
|
|
|
|
|
end => q({0} and {1}), |
346
|
|
|
|
|
|
|
} } |
347
|
|
|
|
|
|
|
); |
348
|
|
|
|
|
|
|
|
349
|
|
|
|
|
|
|
has 'number_symbols' => ( |
350
|
|
|
|
|
|
|
is => 'ro', |
351
|
|
|
|
|
|
|
isa => HashRef, |
352
|
|
|
|
|
|
|
init_arg => undef, |
353
|
|
|
|
|
|
|
default => sub { { |
354
|
|
|
|
|
|
|
'latn' => { |
355
|
|
|
|
|
|
|
'exponential' => q(e), |
356
|
|
|
|
|
|
|
}, |
357
|
|
|
|
|
|
|
} } |
358
|
|
|
|
|
|
|
); |
359
|
|
|
|
|
|
|
|
360
|
|
|
|
|
|
|
has 'currencies' => ( |
361
|
|
|
|
|
|
|
is => 'ro', |
362
|
|
|
|
|
|
|
isa => HashRef, |
363
|
|
|
|
|
|
|
init_arg => undef, |
364
|
|
|
|
|
|
|
default => sub { { |
365
|
|
|
|
|
|
|
'AUD' => { |
366
|
|
|
|
|
|
|
symbol => '$', |
367
|
|
|
|
|
|
|
}, |
368
|
|
|
|
|
|
|
'AWG' => { |
369
|
|
|
|
|
|
|
display_name => { |
370
|
|
|
|
|
|
|
'currency' => q(Aruba Guilder), |
371
|
|
|
|
|
|
|
'one' => q(Aruba guilder), |
372
|
|
|
|
|
|
|
'other' => q(Aruba guilders), |
373
|
|
|
|
|
|
|
}, |
374
|
|
|
|
|
|
|
}, |
375
|
|
|
|
|
|
|
'BAM' => { |
376
|
|
|
|
|
|
|
display_name => { |
377
|
|
|
|
|
|
|
'currency' => q(Bosnia-Herzegovina Convertible Marka), |
378
|
|
|
|
|
|
|
'one' => q(Bosnia-Herzegovina convertible marka), |
379
|
|
|
|
|
|
|
'other' => q(Bosnia-Herzegovina convertible marka), |
380
|
|
|
|
|
|
|
}, |
381
|
|
|
|
|
|
|
}, |
382
|
|
|
|
|
|
|
'BBD' => { |
383
|
|
|
|
|
|
|
display_name => { |
384
|
|
|
|
|
|
|
'currency' => q(Barbados Dollar), |
385
|
|
|
|
|
|
|
'one' => q(Barbados dollar), |
386
|
|
|
|
|
|
|
'other' => q(Barbados dollars), |
387
|
|
|
|
|
|
|
}, |
388
|
|
|
|
|
|
|
}, |
389
|
|
|
|
|
|
|
'BDT' => { |
390
|
|
|
|
|
|
|
symbol => 'Tk', |
391
|
|
|
|
|
|
|
}, |
392
|
|
|
|
|
|
|
'BMD' => { |
393
|
|
|
|
|
|
|
display_name => { |
394
|
|
|
|
|
|
|
'currency' => q(Bermuda Dollar), |
395
|
|
|
|
|
|
|
'one' => q(Bermuda dollar), |
396
|
|
|
|
|
|
|
'other' => q(Bermuda dollars), |
397
|
|
|
|
|
|
|
}, |
398
|
|
|
|
|
|
|
}, |
399
|
|
|
|
|
|
|
'BOB' => { |
400
|
|
|
|
|
|
|
symbol => '$b', |
401
|
|
|
|
|
|
|
display_name => { |
402
|
|
|
|
|
|
|
'currency' => q(Boliviano), |
403
|
|
|
|
|
|
|
'one' => q(boliviano), |
404
|
|
|
|
|
|
|
'other' => q(bolivianos), |
405
|
|
|
|
|
|
|
}, |
406
|
|
|
|
|
|
|
}, |
407
|
|
|
|
|
|
|
'BRL' => { |
408
|
|
|
|
|
|
|
symbol => 'BRL', |
409
|
|
|
|
|
|
|
}, |
410
|
|
|
|
|
|
|
'CAD' => { |
411
|
|
|
|
|
|
|
symbol => 'CAD', |
412
|
|
|
|
|
|
|
}, |
413
|
|
|
|
|
|
|
'CNY' => { |
414
|
|
|
|
|
|
|
symbol => 'CNY', |
415
|
|
|
|
|
|
|
}, |
416
|
|
|
|
|
|
|
'CUP' => { |
417
|
|
|
|
|
|
|
symbol => 'â±', |
418
|
|
|
|
|
|
|
}, |
419
|
|
|
|
|
|
|
'EGP' => { |
420
|
|
|
|
|
|
|
symbol => '£', |
421
|
|
|
|
|
|
|
}, |
422
|
|
|
|
|
|
|
'EUR' => { |
423
|
|
|
|
|
|
|
symbol => 'EUR', |
424
|
|
|
|
|
|
|
display_name => { |
425
|
|
|
|
|
|
|
'one' => q(euro), |
426
|
|
|
|
|
|
|
'other' => q(euro), |
427
|
|
|
|
|
|
|
}, |
428
|
|
|
|
|
|
|
}, |
429
|
|
|
|
|
|
|
'GBP' => { |
430
|
|
|
|
|
|
|
symbol => 'GBP', |
431
|
|
|
|
|
|
|
}, |
432
|
|
|
|
|
|
|
'GEL' => { |
433
|
|
|
|
|
|
|
symbol => 'GEL', |
434
|
|
|
|
|
|
|
display_name => { |
435
|
|
|
|
|
|
|
'one' => q(Georgian lari), |
436
|
|
|
|
|
|
|
'other' => q(Georgian lari), |
437
|
|
|
|
|
|
|
}, |
438
|
|
|
|
|
|
|
}, |
439
|
|
|
|
|
|
|
'HKD' => { |
440
|
|
|
|
|
|
|
symbol => 'HKD', |
441
|
|
|
|
|
|
|
}, |
442
|
|
|
|
|
|
|
'ILS' => { |
443
|
|
|
|
|
|
|
symbol => 'ILS', |
444
|
|
|
|
|
|
|
display_name => { |
445
|
|
|
|
|
|
|
'currency' => q(Israeli Shekel), |
446
|
|
|
|
|
|
|
'one' => q(Israeli shekel), |
447
|
|
|
|
|
|
|
'other' => q(Israeli sheckles), |
448
|
|
|
|
|
|
|
}, |
449
|
|
|
|
|
|
|
}, |
450
|
|
|
|
|
|
|
'INR' => { |
451
|
|
|
|
|
|
|
symbol => 'INR', |
452
|
|
|
|
|
|
|
}, |
453
|
|
|
|
|
|
|
'ISK' => { |
454
|
|
|
|
|
|
|
symbol => 'Kr', |
455
|
|
|
|
|
|
|
}, |
456
|
|
|
|
|
|
|
'JPY' => { |
457
|
|
|
|
|
|
|
symbol => 'JPY', |
458
|
|
|
|
|
|
|
}, |
459
|
|
|
|
|
|
|
'KRW' => { |
460
|
|
|
|
|
|
|
symbol => 'KRW', |
461
|
|
|
|
|
|
|
}, |
462
|
|
|
|
|
|
|
'KZT' => { |
463
|
|
|
|
|
|
|
display_name => { |
464
|
|
|
|
|
|
|
'one' => q(Kazakhstani tenge), |
465
|
|
|
|
|
|
|
'other' => q(Kazakhstani tenge), |
466
|
|
|
|
|
|
|
}, |
467
|
|
|
|
|
|
|
}, |
468
|
|
|
|
|
|
|
'LAK' => { |
469
|
|
|
|
|
|
|
display_name => { |
470
|
|
|
|
|
|
|
'one' => q(Laotian kip), |
471
|
|
|
|
|
|
|
'other' => q(Laotian kip), |
472
|
|
|
|
|
|
|
}, |
473
|
|
|
|
|
|
|
}, |
474
|
|
|
|
|
|
|
'MKD' => { |
475
|
|
|
|
|
|
|
display_name => { |
476
|
|
|
|
|
|
|
'one' => q(Macedonian denar), |
477
|
|
|
|
|
|
|
'other' => q(Macedonian denar), |
478
|
|
|
|
|
|
|
}, |
479
|
|
|
|
|
|
|
}, |
480
|
|
|
|
|
|
|
'MXN' => { |
481
|
|
|
|
|
|
|
symbol => 'MXN', |
482
|
|
|
|
|
|
|
}, |
483
|
|
|
|
|
|
|
'NZD' => { |
484
|
|
|
|
|
|
|
symbol => 'NZD', |
485
|
|
|
|
|
|
|
}, |
486
|
|
|
|
|
|
|
'PGK' => { |
487
|
|
|
|
|
|
|
display_name => { |
488
|
|
|
|
|
|
|
'one' => q(Papua New Guinean kina), |
489
|
|
|
|
|
|
|
'other' => q(Papua New Guinean kinas), |
490
|
|
|
|
|
|
|
}, |
491
|
|
|
|
|
|
|
}, |
492
|
|
|
|
|
|
|
'PYG' => { |
493
|
|
|
|
|
|
|
symbol => 'Gs', |
494
|
|
|
|
|
|
|
}, |
495
|
|
|
|
|
|
|
'QAR' => { |
496
|
|
|
|
|
|
|
display_name => { |
497
|
|
|
|
|
|
|
'currency' => q(Qatari Riyal), |
498
|
|
|
|
|
|
|
'one' => q(Qatari riyal), |
499
|
|
|
|
|
|
|
'other' => q(Quatari riyals), |
500
|
|
|
|
|
|
|
}, |
501
|
|
|
|
|
|
|
}, |
502
|
|
|
|
|
|
|
'SCR' => { |
503
|
|
|
|
|
|
|
symbol => 'Rs', |
504
|
|
|
|
|
|
|
}, |
505
|
|
|
|
|
|
|
'SEK' => { |
506
|
|
|
|
|
|
|
symbol => 'Kr', |
507
|
|
|
|
|
|
|
}, |
508
|
|
|
|
|
|
|
'SRD' => { |
509
|
|
|
|
|
|
|
display_name => { |
510
|
|
|
|
|
|
|
'currency' => q(Suriname Dollar), |
511
|
|
|
|
|
|
|
'one' => q(Suriname dollar), |
512
|
|
|
|
|
|
|
'other' => q(Suriname dollars), |
513
|
|
|
|
|
|
|
}, |
514
|
|
|
|
|
|
|
}, |
515
|
|
|
|
|
|
|
'TRY' => { |
516
|
|
|
|
|
|
|
symbol => 'TRY', |
517
|
|
|
|
|
|
|
display_name => { |
518
|
|
|
|
|
|
|
'one' => q(Turkish lira), |
519
|
|
|
|
|
|
|
'other' => q(Turkish lire), |
520
|
|
|
|
|
|
|
}, |
521
|
|
|
|
|
|
|
}, |
522
|
|
|
|
|
|
|
'TWD' => { |
523
|
|
|
|
|
|
|
symbol => 'TWD', |
524
|
|
|
|
|
|
|
}, |
525
|
|
|
|
|
|
|
'USD' => { |
526
|
|
|
|
|
|
|
symbol => 'USD', |
527
|
|
|
|
|
|
|
}, |
528
|
|
|
|
|
|
|
'UYU' => { |
529
|
|
|
|
|
|
|
symbol => '$U', |
530
|
|
|
|
|
|
|
display_name => { |
531
|
|
|
|
|
|
|
'currency' => q(Peso Uruguayo), |
532
|
|
|
|
|
|
|
}, |
533
|
|
|
|
|
|
|
}, |
534
|
|
|
|
|
|
|
'UZS' => { |
535
|
|
|
|
|
|
|
display_name => { |
536
|
|
|
|
|
|
|
'one' => q(Uzbekistani som), |
537
|
|
|
|
|
|
|
'other' => q(Uzbekistani soms), |
538
|
|
|
|
|
|
|
}, |
539
|
|
|
|
|
|
|
}, |
540
|
|
|
|
|
|
|
'VND' => { |
541
|
|
|
|
|
|
|
symbol => 'VND', |
542
|
|
|
|
|
|
|
display_name => { |
543
|
|
|
|
|
|
|
'one' => q(Vietnamese dong), |
544
|
|
|
|
|
|
|
'other' => q(Vietnamese dongs), |
545
|
|
|
|
|
|
|
}, |
546
|
|
|
|
|
|
|
}, |
547
|
|
|
|
|
|
|
'WST' => { |
548
|
|
|
|
|
|
|
display_name => { |
549
|
|
|
|
|
|
|
'one' => q(Samoan tala), |
550
|
|
|
|
|
|
|
'other' => q(Samoan talas), |
551
|
|
|
|
|
|
|
}, |
552
|
|
|
|
|
|
|
}, |
553
|
|
|
|
|
|
|
'XAF' => { |
554
|
|
|
|
|
|
|
symbol => 'XAF', |
555
|
|
|
|
|
|
|
}, |
556
|
|
|
|
|
|
|
'XCD' => { |
557
|
|
|
|
|
|
|
symbol => 'XCD', |
558
|
|
|
|
|
|
|
}, |
559
|
|
|
|
|
|
|
'XOF' => { |
560
|
|
|
|
|
|
|
symbol => 'XOF', |
561
|
|
|
|
|
|
|
}, |
562
|
|
|
|
|
|
|
'XPF' => { |
563
|
|
|
|
|
|
|
symbol => 'CFP', |
564
|
|
|
|
|
|
|
}, |
565
|
|
|
|
|
|
|
} }, |
566
|
|
|
|
|
|
|
); |
567
|
|
|
|
|
|
|
|
568
|
|
|
|
|
|
|
|
569
|
|
|
|
|
|
|
has 'calendar_months' => ( |
570
|
|
|
|
|
|
|
is => 'ro', |
571
|
|
|
|
|
|
|
isa => HashRef, |
572
|
|
|
|
|
|
|
init_arg => undef, |
573
|
|
|
|
|
|
|
default => sub { { |
574
|
|
|
|
|
|
|
'gregorian' => { |
575
|
|
|
|
|
|
|
'format' => { |
576
|
|
|
|
|
|
|
abbreviated => { |
577
|
|
|
|
|
|
|
nonleap => [ |
578
|
|
|
|
|
|
|
'Jan.', |
579
|
|
|
|
|
|
|
'Feb.', |
580
|
|
|
|
|
|
|
'Mar.', |
581
|
|
|
|
|
|
|
'Apr.', |
582
|
|
|
|
|
|
|
'May', |
583
|
|
|
|
|
|
|
'Jun.', |
584
|
|
|
|
|
|
|
'Jul.', |
585
|
|
|
|
|
|
|
'Aug.', |
586
|
|
|
|
|
|
|
'Sep.', |
587
|
|
|
|
|
|
|
'Oct.', |
588
|
|
|
|
|
|
|
'Nov.', |
589
|
|
|
|
|
|
|
'Dec.' |
590
|
|
|
|
|
|
|
], |
591
|
|
|
|
|
|
|
leap => [ |
592
|
|
|
|
|
|
|
|
593
|
|
|
|
|
|
|
], |
594
|
|
|
|
|
|
|
}, |
595
|
|
|
|
|
|
|
}, |
596
|
|
|
|
|
|
|
'stand-alone' => { |
597
|
|
|
|
|
|
|
narrow => { |
598
|
|
|
|
|
|
|
nonleap => [ |
599
|
|
|
|
|
|
|
'Jan.', |
600
|
|
|
|
|
|
|
'Feb.', |
601
|
|
|
|
|
|
|
'Mar.', |
602
|
|
|
|
|
|
|
'Apr.', |
603
|
|
|
|
|
|
|
'May', |
604
|
|
|
|
|
|
|
'Jun.', |
605
|
|
|
|
|
|
|
'Jul.', |
606
|
|
|
|
|
|
|
'Aug.', |
607
|
|
|
|
|
|
|
'Sep.', |
608
|
|
|
|
|
|
|
'Oct.', |
609
|
|
|
|
|
|
|
'Nov.', |
610
|
|
|
|
|
|
|
'Dec.' |
611
|
|
|
|
|
|
|
], |
612
|
|
|
|
|
|
|
leap => [ |
613
|
|
|
|
|
|
|
|
614
|
|
|
|
|
|
|
], |
615
|
|
|
|
|
|
|
}, |
616
|
|
|
|
|
|
|
}, |
617
|
|
|
|
|
|
|
}, |
618
|
|
|
|
|
|
|
} }, |
619
|
|
|
|
|
|
|
); |
620
|
|
|
|
|
|
|
|
621
|
|
|
|
|
|
|
has 'calendar_days' => ( |
622
|
|
|
|
|
|
|
is => 'ro', |
623
|
|
|
|
|
|
|
isa => HashRef, |
624
|
|
|
|
|
|
|
init_arg => undef, |
625
|
|
|
|
|
|
|
default => sub { { |
626
|
|
|
|
|
|
|
'gregorian' => { |
627
|
|
|
|
|
|
|
'format' => { |
628
|
|
|
|
|
|
|
abbreviated => { |
629
|
|
|
|
|
|
|
mon => 'Mon.', |
630
|
|
|
|
|
|
|
tue => 'Tue.', |
631
|
|
|
|
|
|
|
wed => 'Wed.', |
632
|
|
|
|
|
|
|
thu => 'Thu.', |
633
|
|
|
|
|
|
|
fri => 'Fri.', |
634
|
|
|
|
|
|
|
sat => 'Sat.', |
635
|
|
|
|
|
|
|
sun => 'Sun.' |
636
|
|
|
|
|
|
|
}, |
637
|
|
|
|
|
|
|
short => { |
638
|
|
|
|
|
|
|
mon => 'Mon.', |
639
|
|
|
|
|
|
|
tue => 'Tu.', |
640
|
|
|
|
|
|
|
wed => 'Wed.', |
641
|
|
|
|
|
|
|
thu => 'Th.', |
642
|
|
|
|
|
|
|
fri => 'Fri.', |
643
|
|
|
|
|
|
|
sat => 'Sat.', |
644
|
|
|
|
|
|
|
sun => 'Su.' |
645
|
|
|
|
|
|
|
}, |
646
|
|
|
|
|
|
|
}, |
647
|
|
|
|
|
|
|
'stand-alone' => { |
648
|
|
|
|
|
|
|
narrow => { |
649
|
|
|
|
|
|
|
mon => 'M.', |
650
|
|
|
|
|
|
|
tue => 'Tu.', |
651
|
|
|
|
|
|
|
wed => 'W.', |
652
|
|
|
|
|
|
|
thu => 'Th.', |
653
|
|
|
|
|
|
|
fri => 'F.', |
654
|
|
|
|
|
|
|
sat => 'Sa.', |
655
|
|
|
|
|
|
|
sun => 'Su.' |
656
|
|
|
|
|
|
|
}, |
657
|
|
|
|
|
|
|
}, |
658
|
|
|
|
|
|
|
}, |
659
|
|
|
|
|
|
|
} }, |
660
|
|
|
|
|
|
|
); |
661
|
|
|
|
|
|
|
|
662
|
|
|
|
|
|
|
has 'day_period_data' => ( |
663
|
|
|
|
|
|
|
is => 'ro', |
664
|
|
|
|
|
|
|
isa => CodeRef, |
665
|
|
|
|
|
|
|
init_arg => undef, |
666
|
|
|
|
|
|
|
default => sub { sub { |
667
|
|
|
|
|
|
|
# Time in hhmm format |
668
|
|
|
|
|
|
|
my ($self, $type, $time, $day_period_type) = @_; |
669
|
|
|
|
|
|
|
$day_period_type //= 'default'; |
670
|
|
|
|
|
|
|
SWITCH: |
671
|
|
|
|
|
|
|
for ($type) { |
672
|
|
|
|
|
|
|
if ($_ eq 'gregorian') { |
673
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
674
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
675
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
676
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
677
|
|
|
|
|
|
|
&& $time < 2100; |
678
|
|
|
|
|
|
|
return 'night1' if $time >= 2100; |
679
|
|
|
|
|
|
|
return 'night1' if $time < 600; |
680
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
681
|
|
|
|
|
|
|
&& $time < 1800; |
682
|
|
|
|
|
|
|
return 'morning1' if $time >= 600 |
683
|
|
|
|
|
|
|
&& $time < 1200; |
684
|
|
|
|
|
|
|
} |
685
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
686
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
687
|
|
|
|
|
|
|
&& $time < 1800; |
688
|
|
|
|
|
|
|
return 'morning1' if $time >= 600 |
689
|
|
|
|
|
|
|
&& $time < 1200; |
690
|
|
|
|
|
|
|
return 'night1' if $time >= 2100; |
691
|
|
|
|
|
|
|
return 'night1' if $time < 600; |
692
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
693
|
|
|
|
|
|
|
&& $time < 2100; |
694
|
|
|
|
|
|
|
} |
695
|
|
|
|
|
|
|
last SWITCH; |
696
|
|
|
|
|
|
|
} |
697
|
|
|
|
|
|
|
if ($_ eq 'generic') { |
698
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
699
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
700
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
701
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
702
|
|
|
|
|
|
|
&& $time < 2100; |
703
|
|
|
|
|
|
|
return 'night1' if $time >= 2100; |
704
|
|
|
|
|
|
|
return 'night1' if $time < 600; |
705
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
706
|
|
|
|
|
|
|
&& $time < 1800; |
707
|
|
|
|
|
|
|
return 'morning1' if $time >= 600 |
708
|
|
|
|
|
|
|
&& $time < 1200; |
709
|
|
|
|
|
|
|
} |
710
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
711
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
712
|
|
|
|
|
|
|
&& $time < 1800; |
713
|
|
|
|
|
|
|
return 'morning1' if $time >= 600 |
714
|
|
|
|
|
|
|
&& $time < 1200; |
715
|
|
|
|
|
|
|
return 'night1' if $time >= 2100; |
716
|
|
|
|
|
|
|
return 'night1' if $time < 600; |
717
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
718
|
|
|
|
|
|
|
&& $time < 2100; |
719
|
|
|
|
|
|
|
} |
720
|
|
|
|
|
|
|
last SWITCH; |
721
|
|
|
|
|
|
|
} |
722
|
|
|
|
|
|
|
if ($_ eq 'japanese') { |
723
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
724
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
725
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
726
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
727
|
|
|
|
|
|
|
&& $time < 2100; |
728
|
|
|
|
|
|
|
return 'night1' if $time >= 2100; |
729
|
|
|
|
|
|
|
return 'night1' if $time < 600; |
730
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
731
|
|
|
|
|
|
|
&& $time < 1800; |
732
|
|
|
|
|
|
|
return 'morning1' if $time >= 600 |
733
|
|
|
|
|
|
|
&& $time < 1200; |
734
|
|
|
|
|
|
|
} |
735
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
736
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
737
|
|
|
|
|
|
|
&& $time < 1800; |
738
|
|
|
|
|
|
|
return 'morning1' if $time >= 600 |
739
|
|
|
|
|
|
|
&& $time < 1200; |
740
|
|
|
|
|
|
|
return 'night1' if $time >= 2100; |
741
|
|
|
|
|
|
|
return 'night1' if $time < 600; |
742
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
743
|
|
|
|
|
|
|
&& $time < 2100; |
744
|
|
|
|
|
|
|
} |
745
|
|
|
|
|
|
|
last SWITCH; |
746
|
|
|
|
|
|
|
} |
747
|
|
|
|
|
|
|
} |
748
|
|
|
|
|
|
|
} }, |
749
|
|
|
|
|
|
|
); |
750
|
|
|
|
|
|
|
|
751
|
|
|
|
|
|
|
around day_period_data => sub { |
752
|
|
|
|
|
|
|
my ($orig, $self) = @_; |
753
|
|
|
|
|
|
|
return $self->$orig; |
754
|
|
|
|
|
|
|
}; |
755
|
|
|
|
|
|
|
|
756
|
|
|
|
|
|
|
has 'day_periods' => ( |
757
|
|
|
|
|
|
|
is => 'ro', |
758
|
|
|
|
|
|
|
isa => HashRef, |
759
|
|
|
|
|
|
|
init_arg => undef, |
760
|
|
|
|
|
|
|
default => sub { { |
761
|
|
|
|
|
|
|
'gregorian' => { |
762
|
|
|
|
|
|
|
'format' => { |
763
|
|
|
|
|
|
|
'narrow' => { |
764
|
|
|
|
|
|
|
'noon' => q{midday}, |
765
|
|
|
|
|
|
|
'evening1' => q{evening}, |
766
|
|
|
|
|
|
|
'am' => q{am}, |
767
|
|
|
|
|
|
|
'morning1' => q{morning}, |
768
|
|
|
|
|
|
|
'pm' => q{pm}, |
769
|
|
|
|
|
|
|
'afternoon1' => q{afternoon}, |
770
|
|
|
|
|
|
|
'night1' => q{night}, |
771
|
|
|
|
|
|
|
'midnight' => q{midnight}, |
772
|
|
|
|
|
|
|
}, |
773
|
|
|
|
|
|
|
'wide' => { |
774
|
|
|
|
|
|
|
'midnight' => q{midnight}, |
775
|
|
|
|
|
|
|
'evening1' => q{evening}, |
776
|
|
|
|
|
|
|
'noon' => q{midday}, |
777
|
|
|
|
|
|
|
'am' => q{am}, |
778
|
|
|
|
|
|
|
'pm' => q{pm}, |
779
|
|
|
|
|
|
|
'afternoon1' => q{afternoon}, |
780
|
|
|
|
|
|
|
'morning1' => q{morning}, |
781
|
|
|
|
|
|
|
'night1' => q{night}, |
782
|
|
|
|
|
|
|
}, |
783
|
|
|
|
|
|
|
'abbreviated' => { |
784
|
|
|
|
|
|
|
'morning1' => q{morning}, |
785
|
|
|
|
|
|
|
'afternoon1' => q{afternoon}, |
786
|
|
|
|
|
|
|
'pm' => q{pm}, |
787
|
|
|
|
|
|
|
'night1' => q{night}, |
788
|
|
|
|
|
|
|
'noon' => q{midday}, |
789
|
|
|
|
|
|
|
'evening1' => q{evening}, |
790
|
|
|
|
|
|
|
'am' => q{am}, |
791
|
|
|
|
|
|
|
'midnight' => q{midnight}, |
792
|
|
|
|
|
|
|
}, |
793
|
|
|
|
|
|
|
}, |
794
|
|
|
|
|
|
|
'stand-alone' => { |
795
|
|
|
|
|
|
|
'abbreviated' => { |
796
|
|
|
|
|
|
|
'pm' => q{pm}, |
797
|
|
|
|
|
|
|
'noon' => q{midday}, |
798
|
|
|
|
|
|
|
'am' => q{am}, |
799
|
|
|
|
|
|
|
}, |
800
|
|
|
|
|
|
|
'narrow' => { |
801
|
|
|
|
|
|
|
'pm' => q{pm}, |
802
|
|
|
|
|
|
|
'am' => q{am}, |
803
|
|
|
|
|
|
|
'noon' => q{midday}, |
804
|
|
|
|
|
|
|
}, |
805
|
|
|
|
|
|
|
'wide' => { |
806
|
|
|
|
|
|
|
'pm' => q{pm}, |
807
|
|
|
|
|
|
|
'noon' => q{midday}, |
808
|
|
|
|
|
|
|
'am' => q{am}, |
809
|
|
|
|
|
|
|
}, |
810
|
|
|
|
|
|
|
}, |
811
|
|
|
|
|
|
|
}, |
812
|
|
|
|
|
|
|
} }, |
813
|
|
|
|
|
|
|
); |
814
|
|
|
|
|
|
|
|
815
|
|
|
|
|
|
|
has 'eras' => ( |
816
|
|
|
|
|
|
|
is => 'ro', |
817
|
|
|
|
|
|
|
isa => HashRef, |
818
|
|
|
|
|
|
|
init_arg => undef, |
819
|
|
|
|
|
|
|
default => sub { { |
820
|
|
|
|
|
|
|
'generic' => { |
821
|
|
|
|
|
|
|
}, |
822
|
|
|
|
|
|
|
'gregorian' => { |
823
|
|
|
|
|
|
|
}, |
824
|
|
|
|
|
|
|
'japanese' => { |
825
|
|
|
|
|
|
|
}, |
826
|
|
|
|
|
|
|
} }, |
827
|
|
|
|
|
|
|
); |
828
|
|
|
|
|
|
|
|
829
|
|
|
|
|
|
|
has 'date_formats' => ( |
830
|
|
|
|
|
|
|
is => 'ro', |
831
|
|
|
|
|
|
|
isa => HashRef, |
832
|
|
|
|
|
|
|
init_arg => undef, |
833
|
|
|
|
|
|
|
default => sub { { |
834
|
|
|
|
|
|
|
'generic' => { |
835
|
|
|
|
|
|
|
}, |
836
|
|
|
|
|
|
|
'gregorian' => { |
837
|
|
|
|
|
|
|
'short' => q{d/M/yy}, |
838
|
|
|
|
|
|
|
}, |
839
|
|
|
|
|
|
|
'japanese' => { |
840
|
|
|
|
|
|
|
}, |
841
|
|
|
|
|
|
|
} }, |
842
|
|
|
|
|
|
|
); |
843
|
|
|
|
|
|
|
|
844
|
|
|
|
|
|
|
has 'time_formats' => ( |
845
|
|
|
|
|
|
|
is => 'ro', |
846
|
|
|
|
|
|
|
isa => HashRef, |
847
|
|
|
|
|
|
|
init_arg => undef, |
848
|
|
|
|
|
|
|
default => sub { { |
849
|
|
|
|
|
|
|
'generic' => { |
850
|
|
|
|
|
|
|
}, |
851
|
|
|
|
|
|
|
'gregorian' => { |
852
|
|
|
|
|
|
|
}, |
853
|
|
|
|
|
|
|
'japanese' => { |
854
|
|
|
|
|
|
|
}, |
855
|
|
|
|
|
|
|
} }, |
856
|
|
|
|
|
|
|
); |
857
|
|
|
|
|
|
|
|
858
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
859
|
|
|
|
|
|
|
is => 'ro', |
860
|
|
|
|
|
|
|
isa => HashRef, |
861
|
|
|
|
|
|
|
init_arg => undef, |
862
|
|
|
|
|
|
|
default => sub { { |
863
|
|
|
|
|
|
|
'generic' => { |
864
|
|
|
|
|
|
|
}, |
865
|
|
|
|
|
|
|
'gregorian' => { |
866
|
|
|
|
|
|
|
}, |
867
|
|
|
|
|
|
|
'japanese' => { |
868
|
|
|
|
|
|
|
}, |
869
|
|
|
|
|
|
|
} }, |
870
|
|
|
|
|
|
|
); |
871
|
|
|
|
|
|
|
|
872
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
873
|
|
|
|
|
|
|
is => 'ro', |
874
|
|
|
|
|
|
|
isa => HashRef, |
875
|
|
|
|
|
|
|
init_arg => undef, |
876
|
|
|
|
|
|
|
default => sub { { |
877
|
|
|
|
|
|
|
'japanese' => { |
878
|
|
|
|
|
|
|
yMEd => q{E, d/M/y}, |
879
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
880
|
|
|
|
|
|
|
}, |
881
|
|
|
|
|
|
|
'generic' => { |
882
|
|
|
|
|
|
|
yMEd => q{E, dd/MM/y}, |
883
|
|
|
|
|
|
|
yMd => q{dd/MM/y}, |
884
|
|
|
|
|
|
|
}, |
885
|
|
|
|
|
|
|
'gregorian' => { |
886
|
|
|
|
|
|
|
M => q{LL}, |
887
|
|
|
|
|
|
|
}, |
888
|
|
|
|
|
|
|
} }, |
889
|
|
|
|
|
|
|
); |
890
|
|
|
|
|
|
|
|
891
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
892
|
|
|
|
|
|
|
is => 'ro', |
893
|
|
|
|
|
|
|
isa => HashRef, |
894
|
|
|
|
|
|
|
init_arg => undef, |
895
|
|
|
|
|
|
|
default => sub { { |
896
|
|
|
|
|
|
|
} }, |
897
|
|
|
|
|
|
|
); |
898
|
|
|
|
|
|
|
|
899
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
900
|
|
|
|
|
|
|
is => 'ro', |
901
|
|
|
|
|
|
|
isa => HashRef, |
902
|
|
|
|
|
|
|
init_arg => undef, |
903
|
|
|
|
|
|
|
default => sub { { |
904
|
|
|
|
|
|
|
'generic' => { |
905
|
|
|
|
|
|
|
MEd => { |
906
|
|
|
|
|
|
|
M => q{E, d/M â E, d/M}, |
907
|
|
|
|
|
|
|
d => q{E, d/M â E, d/M}, |
908
|
|
|
|
|
|
|
}, |
909
|
|
|
|
|
|
|
MMMEd => { |
910
|
|
|
|
|
|
|
M => q{E, d MMM â E, d MMM}, |
911
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM}, |
912
|
|
|
|
|
|
|
}, |
913
|
|
|
|
|
|
|
yMMMEd => { |
914
|
|
|
|
|
|
|
d => q{E, d MMM â E, d MMM y G}, |
915
|
|
|
|
|
|
|
}, |
916
|
|
|
|
|
|
|
}, |
917
|
|
|
|
|
|
|
} }, |
918
|
|
|
|
|
|
|
); |
919
|
|
|
|
|
|
|
|
920
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
921
|
|
|
|
|
|
|
is => 'ro', |
922
|
|
|
|
|
|
|
isa => HashRef, |
923
|
|
|
|
|
|
|
init_arg => undef, |
924
|
|
|
|
|
|
|
default => sub { { |
925
|
|
|
|
|
|
|
'Africa_Eastern' => { |
926
|
|
|
|
|
|
|
long => { |
927
|
|
|
|
|
|
|
'standard' => q(Eastern Africa Time), |
928
|
|
|
|
|
|
|
}, |
929
|
|
|
|
|
|
|
}, |
930
|
|
|
|
|
|
|
'Arabian' => { |
931
|
|
|
|
|
|
|
long => { |
932
|
|
|
|
|
|
|
'daylight' => q(Arabia Daylight Time), |
933
|
|
|
|
|
|
|
'generic' => q(Arabia Time), |
934
|
|
|
|
|
|
|
'standard' => q(Arabia Standard Time), |
935
|
|
|
|
|
|
|
}, |
936
|
|
|
|
|
|
|
}, |
937
|
|
|
|
|
|
|
'Australia_Central' => { |
938
|
|
|
|
|
|
|
long => { |
939
|
|
|
|
|
|
|
'daylight' => q(Australian Central Daylight Time), |
940
|
|
|
|
|
|
|
'generic' => q(Australian Central Time), |
941
|
|
|
|
|
|
|
'standard' => q(Australian Central Standard Time), |
942
|
|
|
|
|
|
|
}, |
943
|
|
|
|
|
|
|
short => { |
944
|
|
|
|
|
|
|
'daylight' => q(ACDT), |
945
|
|
|
|
|
|
|
'generic' => q(ACT), |
946
|
|
|
|
|
|
|
'standard' => q(ACST), |
947
|
|
|
|
|
|
|
}, |
948
|
|
|
|
|
|
|
}, |
949
|
|
|
|
|
|
|
'Australia_CentralWestern' => { |
950
|
|
|
|
|
|
|
short => { |
951
|
|
|
|
|
|
|
'daylight' => q(ACWDT), |
952
|
|
|
|
|
|
|
'generic' => q(ACWT), |
953
|
|
|
|
|
|
|
'standard' => q(ACWST), |
954
|
|
|
|
|
|
|
}, |
955
|
|
|
|
|
|
|
}, |
956
|
|
|
|
|
|
|
'Australia_Eastern' => { |
957
|
|
|
|
|
|
|
long => { |
958
|
|
|
|
|
|
|
'daylight' => q(Australian Eastern Daylight Time), |
959
|
|
|
|
|
|
|
'generic' => q(Australian Eastern Time), |
960
|
|
|
|
|
|
|
'standard' => q(Australian Eastern Standard Time), |
961
|
|
|
|
|
|
|
}, |
962
|
|
|
|
|
|
|
short => { |
963
|
|
|
|
|
|
|
'daylight' => q(AEDT), |
964
|
|
|
|
|
|
|
'generic' => q(AET), |
965
|
|
|
|
|
|
|
'standard' => q(AEST), |
966
|
|
|
|
|
|
|
}, |
967
|
|
|
|
|
|
|
}, |
968
|
|
|
|
|
|
|
'Australia_Western' => { |
969
|
|
|
|
|
|
|
long => { |
970
|
|
|
|
|
|
|
'daylight' => q(Australian Western Daylight Time), |
971
|
|
|
|
|
|
|
'generic' => q(Australian Western Time), |
972
|
|
|
|
|
|
|
'standard' => q(Australian Western Standard Time), |
973
|
|
|
|
|
|
|
}, |
974
|
|
|
|
|
|
|
short => { |
975
|
|
|
|
|
|
|
'daylight' => q(AWDT), |
976
|
|
|
|
|
|
|
'generic' => q(AWT), |
977
|
|
|
|
|
|
|
'standard' => q(AWST), |
978
|
|
|
|
|
|
|
}, |
979
|
|
|
|
|
|
|
}, |
980
|
|
|
|
|
|
|
'Cook' => { |
981
|
|
|
|
|
|
|
long => { |
982
|
|
|
|
|
|
|
'daylight' => q(Cook Island Summer Time), |
983
|
|
|
|
|
|
|
'generic' => q(Cook Island Time), |
984
|
|
|
|
|
|
|
'standard' => q(Cook Island Standard Time), |
985
|
|
|
|
|
|
|
}, |
986
|
|
|
|
|
|
|
}, |
987
|
|
|
|
|
|
|
'Japan' => { |
988
|
|
|
|
|
|
|
long => { |
989
|
|
|
|
|
|
|
'daylight' => q(Japan Summer Time), |
990
|
|
|
|
|
|
|
'generic' => q(Japan Time), |
991
|
|
|
|
|
|
|
'standard' => q(Japan Standard Time), |
992
|
|
|
|
|
|
|
}, |
993
|
|
|
|
|
|
|
}, |
994
|
|
|
|
|
|
|
'Korea' => { |
995
|
|
|
|
|
|
|
long => { |
996
|
|
|
|
|
|
|
'daylight' => q(Korean Summer Time), |
997
|
|
|
|
|
|
|
'generic' => q(Korea Time), |
998
|
|
|
|
|
|
|
'standard' => q(Korean Standard Time), |
999
|
|
|
|
|
|
|
}, |
1000
|
|
|
|
|
|
|
}, |
1001
|
|
|
|
|
|
|
'Lord_Howe' => { |
1002
|
|
|
|
|
|
|
short => { |
1003
|
|
|
|
|
|
|
'daylight' => q(LHDT), |
1004
|
|
|
|
|
|
|
'generic' => q(LHT), |
1005
|
|
|
|
|
|
|
'standard' => q(LHST), |
1006
|
|
|
|
|
|
|
}, |
1007
|
|
|
|
|
|
|
}, |
1008
|
|
|
|
|
|
|
'Moscow' => { |
1009
|
|
|
|
|
|
|
long => { |
1010
|
|
|
|
|
|
|
'daylight' => q(Moscow Daylight Time), |
1011
|
|
|
|
|
|
|
'generic' => q(Moscow Time), |
1012
|
|
|
|
|
|
|
'standard' => q(Moscow Standard Time), |
1013
|
|
|
|
|
|
|
}, |
1014
|
|
|
|
|
|
|
}, |
1015
|
|
|
|
|
|
|
'New_Zealand' => { |
1016
|
|
|
|
|
|
|
short => { |
1017
|
|
|
|
|
|
|
'daylight' => q(NZDT), |
1018
|
|
|
|
|
|
|
'generic' => q(NZT), |
1019
|
|
|
|
|
|
|
'standard' => q(NZST), |
1020
|
|
|
|
|
|
|
}, |
1021
|
|
|
|
|
|
|
}, |
1022
|
|
|
|
|
|
|
'Samoa' => { |
1023
|
|
|
|
|
|
|
long => { |
1024
|
|
|
|
|
|
|
'daylight' => q(Samoa Summer Time), |
1025
|
|
|
|
|
|
|
'generic' => q(Samoa Time), |
1026
|
|
|
|
|
|
|
'standard' => q(Samoa Standard Time), |
1027
|
|
|
|
|
|
|
}, |
1028
|
|
|
|
|
|
|
}, |
1029
|
|
|
|
|
|
|
'Taipei' => { |
1030
|
|
|
|
|
|
|
long => { |
1031
|
|
|
|
|
|
|
'daylight' => q(Taipei Summer Time), |
1032
|
|
|
|
|
|
|
'generic' => q(Taipei Time), |
1033
|
|
|
|
|
|
|
'standard' => q(Taipei Standard Time), |
1034
|
|
|
|
|
|
|
}, |
1035
|
|
|
|
|
|
|
}, |
1036
|
|
|
|
|
|
|
} } |
1037
|
|
|
|
|
|
|
); |
1038
|
1
|
|
|
1
|
|
3781
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
5
|
|
1039
|
|
|
|
|
|
|
|
1040
|
|
|
|
|
|
|
1; |
1041
|
|
|
|
|
|
|
|
1042
|
|
|
|
|
|
|
# vim: tabstop=4 |