line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Nnh - Package for language Ngiemboon |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Nnh; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\nnh.xml |
11
|
|
|
|
|
|
|
# on Sun 16 Dec 4:32:18 pm GMT |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
1007593
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
28
|
|
14
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
24
|
|
15
|
1
|
|
|
1
|
|
5
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
5
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.0'); |
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
90
|
use v5.10.1; |
|
1
|
|
|
|
|
4
|
|
20
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
21
|
1
|
|
|
1
|
|
21
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
22
|
1
|
|
|
1
|
|
41
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
15
|
|
23
|
1
|
|
|
1
|
|
106
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
24
|
1
|
|
|
1
|
|
968
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
27
|
|
|
|
|
|
|
has 'display_name_language' => ( |
28
|
|
|
|
|
|
|
is => 'ro', |
29
|
|
|
|
|
|
|
isa => CodeRef, |
30
|
|
|
|
|
|
|
init_arg => undef, |
31
|
|
|
|
|
|
|
default => sub { |
32
|
|
|
|
|
|
|
sub { |
33
|
|
|
|
|
|
|
my %languages = ( |
34
|
|
|
|
|
|
|
'bas' => 'ShwóÅò pÊa mbasÇ', |
35
|
|
|
|
|
|
|
'bax' => 'ShwóÅò pamom', |
36
|
|
|
|
|
|
|
'bbj' => 'ShwóÅò pÊa nzsekà ʼa', |
37
|
|
|
|
|
|
|
'bfd' => 'ShwóÅò pafud', |
38
|
|
|
|
|
|
|
'bkm' => 'ShwóÅò pÊÌa njinikom', |
39
|
|
|
|
|
|
|
'bss' => 'ShwóÅò pakÉsi', |
40
|
|
|
|
|
|
|
'bum' => 'ShwóÅò mbulu', |
41
|
|
|
|
|
|
|
'byv' => 'ShwóÅò ngáÅtÿÉʼ', |
42
|
|
|
|
|
|
|
'de' => 'nzÇmÉÌÉn', |
43
|
|
|
|
|
|
|
'en' => 'ngilÃsè', |
44
|
|
|
|
|
|
|
'ewo' => 'ShwóÅò pÊa YÉÉnmendi', |
45
|
|
|
|
|
|
|
'ff' => 'ShwóÅò menkesaÅ', |
46
|
|
|
|
|
|
|
'fr' => 'felaÅsée', |
47
|
|
|
|
|
|
|
'kkj' => 'ShwóÅò pÊa shÿó BÉgtùa', |
48
|
|
|
|
|
|
|
'nnh' => 'ShwóÅò ngiembÉÉn', |
49
|
|
|
|
|
|
|
'yav' => 'ShwóÅò pÊa shÿó Mbafìa', |
50
|
|
|
|
|
|
|
'ybb' => 'ShwóÅò TsaÅ', |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
); |
53
|
|
|
|
|
|
|
if (@_) { |
54
|
|
|
|
|
|
|
return $languages{$_[0]}; |
55
|
|
|
|
|
|
|
} |
56
|
|
|
|
|
|
|
return \%languages; |
57
|
|
|
|
|
|
|
} |
58
|
|
|
|
|
|
|
}, |
59
|
|
|
|
|
|
|
); |
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
has 'display_name_region' => ( |
62
|
|
|
|
|
|
|
is => 'ro', |
63
|
|
|
|
|
|
|
isa => HashRef[Str], |
64
|
|
|
|
|
|
|
init_arg => undef, |
65
|
|
|
|
|
|
|
default => sub { |
66
|
|
|
|
|
|
|
{ |
67
|
|
|
|
|
|
|
'CM' => 'Kà malûm', |
68
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
} |
70
|
|
|
|
|
|
|
}, |
71
|
|
|
|
|
|
|
); |
72
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
has 'display_name_key' => ( |
74
|
|
|
|
|
|
|
is => 'ro', |
75
|
|
|
|
|
|
|
isa => HashRef[Str], |
76
|
|
|
|
|
|
|
init_arg => undef, |
77
|
|
|
|
|
|
|
default => sub { |
78
|
|
|
|
|
|
|
{ |
79
|
|
|
|
|
|
|
'calendar' => 'fÊÌʼ njÿó', |
80
|
|
|
|
|
|
|
'currency' => 'nkáb', |
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
} |
83
|
|
|
|
|
|
|
}, |
84
|
|
|
|
|
|
|
); |
85
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
has 'display_name_measurement_system' => ( |
87
|
|
|
|
|
|
|
is => 'ro', |
88
|
|
|
|
|
|
|
isa => HashRef[Str], |
89
|
|
|
|
|
|
|
init_arg => undef, |
90
|
|
|
|
|
|
|
default => sub { |
91
|
|
|
|
|
|
|
{ |
92
|
|
|
|
|
|
|
'metric' => q{fÊÌÊ¼Ê mmó}, |
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
} |
95
|
|
|
|
|
|
|
}, |
96
|
|
|
|
|
|
|
); |
97
|
|
|
|
|
|
|
|
98
|
|
|
|
|
|
|
has 'characters' => ( |
99
|
|
|
|
|
|
|
is => 'ro', |
100
|
|
|
|
|
|
|
isa => HashRef, |
101
|
|
|
|
|
|
|
init_arg => undef, |
102
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
103
|
|
|
|
|
|
|
? eval <<'EOT' |
104
|
|
|
|
|
|
|
sub { |
105
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
106
|
|
|
|
|
|
|
return { |
107
|
|
|
|
|
|
|
auxiliary => qr{[q r x]}, |
108
|
|
|
|
|
|
|
index => ['A', 'B', 'C', 'D', 'E', 'Æ', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Å', 'O', 'Æ', 'P', '{Pf}', 'R', 'S', '{Sh}', 'T', '{Ts}', 'U', 'É', 'V', 'W', 'áº', 'Y', 'Ÿ', 'Z', 'ʼ'], |
109
|
|
|
|
|
|
|
main => qr{[a á à â Ç b c d e é è ê Ä É {ÉÌ} {ÉÌ} {ÉÌ} {ÉÌ} f g h i à ì j k l m ḿ n Å Å o ó ò ô Ç É {ÉÌ} {ÉÌ} {ÉÌ} {ÉÌ} p {pf} s {sh} t {ts} u ú ù û Ç Ê {ÊÌ} {ÊÌ} {ÊÌ} {ÊÌ} v w áº
y ÿ z ʼ]}, |
110
|
|
|
|
|
|
|
numbers => qr{[\- , . % â° + 0 1 2 3 4 5 6 7 8 9]}, |
111
|
|
|
|
|
|
|
punctuation => qr{[, ; \: ! ? . ' â â « »]}, |
112
|
|
|
|
|
|
|
}; |
113
|
|
|
|
|
|
|
}, |
114
|
|
|
|
|
|
|
EOT |
115
|
|
|
|
|
|
|
: sub { |
116
|
|
|
|
|
|
|
return { index => ['A', 'B', 'C', 'D', 'E', 'Æ', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Å', 'O', 'Æ', 'P', '{Pf}', 'R', 'S', '{Sh}', 'T', '{Ts}', 'U', 'É', 'V', 'W', 'áº', 'Y', 'Ÿ', 'Z', 'ʼ'], }; |
117
|
|
|
|
|
|
|
}, |
118
|
1
|
|
|
1
|
|
131
|
); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
336
|
|
119
|
|
|
|
|
|
|
|
120
|
|
|
|
|
|
|
|
121
|
|
|
|
|
|
|
has 'quote_start' => ( |
122
|
|
|
|
|
|
|
is => 'ro', |
123
|
|
|
|
|
|
|
isa => Str, |
124
|
|
|
|
|
|
|
init_arg => undef, |
125
|
|
|
|
|
|
|
default => qq{«}, |
126
|
|
|
|
|
|
|
); |
127
|
|
|
|
|
|
|
|
128
|
|
|
|
|
|
|
has 'quote_end' => ( |
129
|
|
|
|
|
|
|
is => 'ro', |
130
|
|
|
|
|
|
|
isa => Str, |
131
|
|
|
|
|
|
|
init_arg => undef, |
132
|
|
|
|
|
|
|
default => qq{»}, |
133
|
|
|
|
|
|
|
); |
134
|
|
|
|
|
|
|
|
135
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
136
|
|
|
|
|
|
|
is => 'ro', |
137
|
|
|
|
|
|
|
isa => Str, |
138
|
|
|
|
|
|
|
init_arg => undef, |
139
|
|
|
|
|
|
|
default => qq{â}, |
140
|
|
|
|
|
|
|
); |
141
|
|
|
|
|
|
|
|
142
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
143
|
|
|
|
|
|
|
is => 'ro', |
144
|
|
|
|
|
|
|
isa => Str, |
145
|
|
|
|
|
|
|
init_arg => undef, |
146
|
|
|
|
|
|
|
default => qq{â}, |
147
|
|
|
|
|
|
|
); |
148
|
|
|
|
|
|
|
|
149
|
|
|
|
|
|
|
has 'number_symbols' => ( |
150
|
|
|
|
|
|
|
is => 'ro', |
151
|
|
|
|
|
|
|
isa => HashRef, |
152
|
|
|
|
|
|
|
init_arg => undef, |
153
|
|
|
|
|
|
|
default => sub { { |
154
|
|
|
|
|
|
|
'latn' => { |
155
|
|
|
|
|
|
|
'decimal' => q(,), |
156
|
|
|
|
|
|
|
'group' => q(.), |
157
|
|
|
|
|
|
|
'list' => q(;), |
158
|
|
|
|
|
|
|
'percentSign' => q(%), |
159
|
|
|
|
|
|
|
}, |
160
|
|
|
|
|
|
|
} } |
161
|
|
|
|
|
|
|
); |
162
|
|
|
|
|
|
|
|
163
|
|
|
|
|
|
|
has 'number_formats' => ( |
164
|
|
|
|
|
|
|
is => 'ro', |
165
|
|
|
|
|
|
|
isa => HashRef, |
166
|
|
|
|
|
|
|
init_arg => undef, |
167
|
|
|
|
|
|
|
default => sub { { |
168
|
|
|
|
|
|
|
decimalFormat => { |
169
|
|
|
|
|
|
|
'default' => { |
170
|
|
|
|
|
|
|
'standard' => { |
171
|
|
|
|
|
|
|
'default' => '#,##0.###', |
172
|
|
|
|
|
|
|
}, |
173
|
|
|
|
|
|
|
}, |
174
|
|
|
|
|
|
|
}, |
175
|
|
|
|
|
|
|
} }, |
176
|
|
|
|
|
|
|
); |
177
|
|
|
|
|
|
|
|
178
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
179
|
|
|
|
|
|
|
is => 'ro', |
180
|
|
|
|
|
|
|
isa => HashRef, |
181
|
|
|
|
|
|
|
init_arg => undef, |
182
|
|
|
|
|
|
|
default => sub { { |
183
|
|
|
|
|
|
|
'latn' => { |
184
|
|
|
|
|
|
|
'pattern' => { |
185
|
|
|
|
|
|
|
'default' => { |
186
|
|
|
|
|
|
|
'standard' => { |
187
|
|
|
|
|
|
|
'positive' => '¤ #,##0.00', |
188
|
|
|
|
|
|
|
}, |
189
|
|
|
|
|
|
|
}, |
190
|
|
|
|
|
|
|
}, |
191
|
|
|
|
|
|
|
}, |
192
|
|
|
|
|
|
|
} }, |
193
|
|
|
|
|
|
|
); |
194
|
|
|
|
|
|
|
|
195
|
|
|
|
|
|
|
has 'currencies' => ( |
196
|
|
|
|
|
|
|
is => 'ro', |
197
|
|
|
|
|
|
|
isa => HashRef, |
198
|
|
|
|
|
|
|
init_arg => undef, |
199
|
|
|
|
|
|
|
default => sub { { |
200
|
|
|
|
|
|
|
'XAF' => { |
201
|
|
|
|
|
|
|
symbol => 'FCFA', |
202
|
|
|
|
|
|
|
display_name => { |
203
|
|
|
|
|
|
|
'currency' => q(feláŠCFA), |
204
|
|
|
|
|
|
|
}, |
205
|
|
|
|
|
|
|
}, |
206
|
|
|
|
|
|
|
} }, |
207
|
|
|
|
|
|
|
); |
208
|
|
|
|
|
|
|
|
209
|
|
|
|
|
|
|
|
210
|
|
|
|
|
|
|
has 'calendar_months' => ( |
211
|
|
|
|
|
|
|
is => 'ro', |
212
|
|
|
|
|
|
|
isa => HashRef, |
213
|
|
|
|
|
|
|
init_arg => undef, |
214
|
|
|
|
|
|
|
default => sub { { |
215
|
|
|
|
|
|
|
'gregorian' => { |
216
|
|
|
|
|
|
|
'format' => { |
217
|
|
|
|
|
|
|
abbreviated => { |
218
|
|
|
|
|
|
|
nonleap => [ |
219
|
|
|
|
|
|
|
'saÅ tsetsÉÌÉ lùm', |
220
|
|
|
|
|
|
|
'saÅ kà g ngwóÅ', |
221
|
|
|
|
|
|
|
'saŠlepyè shúm', |
222
|
|
|
|
|
|
|
'saŠcÿó', |
223
|
|
|
|
|
|
|
'saÅ tsÉÌÉ cÿó', |
224
|
|
|
|
|
|
|
'saŠnjÿoláʼ', |
225
|
|
|
|
|
|
|
'saÅ tyÉÌb tyÉÌb mbÊÌÅ', |
226
|
|
|
|
|
|
|
'saÅ mbÊÌÅ', |
227
|
|
|
|
|
|
|
'saÅ ngwÉÌʼ mbÿÉ', |
228
|
|
|
|
|
|
|
'saÅ tà Åa tsetsáʼ', |
229
|
|
|
|
|
|
|
'saÅ mejwoÅó', |
230
|
|
|
|
|
|
|
'saŠlùm' |
231
|
|
|
|
|
|
|
], |
232
|
|
|
|
|
|
|
leap => [ |
233
|
|
|
|
|
|
|
|
234
|
|
|
|
|
|
|
], |
235
|
|
|
|
|
|
|
}, |
236
|
|
|
|
|
|
|
wide => { |
237
|
|
|
|
|
|
|
nonleap => [ |
238
|
|
|
|
|
|
|
'saÅ tsetsÉÌÉ lùm', |
239
|
|
|
|
|
|
|
'saÅ kà g ngwóÅ', |
240
|
|
|
|
|
|
|
'saŠlepyè shúm', |
241
|
|
|
|
|
|
|
'saŠcÿó', |
242
|
|
|
|
|
|
|
'saÅ tsÉÌÉ cÿó', |
243
|
|
|
|
|
|
|
'saŠnjÿoláʼ', |
244
|
|
|
|
|
|
|
'saÅ tyÉÌb tyÉÌb mbÊÌÅ', |
245
|
|
|
|
|
|
|
'saÅ mbÊÌÅ', |
246
|
|
|
|
|
|
|
'saÅ ngwÉÌʼ mbÿÉ', |
247
|
|
|
|
|
|
|
'saÅ tà Åa tsetsáʼ', |
248
|
|
|
|
|
|
|
'saÅ mejwoÅó', |
249
|
|
|
|
|
|
|
'saŠlùm' |
250
|
|
|
|
|
|
|
], |
251
|
|
|
|
|
|
|
leap => [ |
252
|
|
|
|
|
|
|
|
253
|
|
|
|
|
|
|
], |
254
|
|
|
|
|
|
|
}, |
255
|
|
|
|
|
|
|
}, |
256
|
|
|
|
|
|
|
'stand-alone' => { |
257
|
|
|
|
|
|
|
abbreviated => { |
258
|
|
|
|
|
|
|
nonleap => [ |
259
|
|
|
|
|
|
|
'saÅ tsetsÉÌÉ lùm', |
260
|
|
|
|
|
|
|
'saÅ kà g ngwóÅ', |
261
|
|
|
|
|
|
|
'saŠlepyè shúm', |
262
|
|
|
|
|
|
|
'saŠcÿó', |
263
|
|
|
|
|
|
|
'saÅ tsÉÌÉ cÿó', |
264
|
|
|
|
|
|
|
'saŠnjÿoláʼ', |
265
|
|
|
|
|
|
|
'saÅ tyÉÌb tyÉÌb mbÊÌÅ', |
266
|
|
|
|
|
|
|
'saÅ mbÊÌÅ', |
267
|
|
|
|
|
|
|
'saÅ ngwÉÌʼ mbÿÉ', |
268
|
|
|
|
|
|
|
'saÅ tà Åa tsetsáʼ', |
269
|
|
|
|
|
|
|
'saÅ mejwoÅó', |
270
|
|
|
|
|
|
|
'saŠlùm' |
271
|
|
|
|
|
|
|
], |
272
|
|
|
|
|
|
|
leap => [ |
273
|
|
|
|
|
|
|
|
274
|
|
|
|
|
|
|
], |
275
|
|
|
|
|
|
|
}, |
276
|
|
|
|
|
|
|
wide => { |
277
|
|
|
|
|
|
|
nonleap => [ |
278
|
|
|
|
|
|
|
'saÅ tsetsÉÌÉ lùm', |
279
|
|
|
|
|
|
|
'saÅ kà g ngwóÅ', |
280
|
|
|
|
|
|
|
'saŠlepyè shúm', |
281
|
|
|
|
|
|
|
'saŠcÿó', |
282
|
|
|
|
|
|
|
'saÅ tsÉÌÉ cÿó', |
283
|
|
|
|
|
|
|
'saŠnjÿoláʼ', |
284
|
|
|
|
|
|
|
'saÅ tyÉÌb tyÉÌb mbÊÌÅ', |
285
|
|
|
|
|
|
|
'saÅ mbÊÌÅ', |
286
|
|
|
|
|
|
|
'saÅ ngwÉÌʼ mbÿÉ', |
287
|
|
|
|
|
|
|
'saÅ tà Åa tsetsáʼ', |
288
|
|
|
|
|
|
|
'saÅ mejwoÅó', |
289
|
|
|
|
|
|
|
'saŠlùm' |
290
|
|
|
|
|
|
|
], |
291
|
|
|
|
|
|
|
leap => [ |
292
|
|
|
|
|
|
|
|
293
|
|
|
|
|
|
|
], |
294
|
|
|
|
|
|
|
}, |
295
|
|
|
|
|
|
|
}, |
296
|
|
|
|
|
|
|
}, |
297
|
|
|
|
|
|
|
} }, |
298
|
|
|
|
|
|
|
); |
299
|
|
|
|
|
|
|
|
300
|
|
|
|
|
|
|
has 'calendar_days' => ( |
301
|
|
|
|
|
|
|
is => 'ro', |
302
|
|
|
|
|
|
|
isa => HashRef, |
303
|
|
|
|
|
|
|
init_arg => undef, |
304
|
|
|
|
|
|
|
default => sub { { |
305
|
|
|
|
|
|
|
'gregorian' => { |
306
|
|
|
|
|
|
|
'format' => { |
307
|
|
|
|
|
|
|
abbreviated => { |
308
|
|
|
|
|
|
|
mon => 'mvfò lyÉÌʼ', |
309
|
|
|
|
|
|
|
tue => 'mbÉÌÉntè mvfò lyÉÌʼ', |
310
|
|
|
|
|
|
|
wed => 'tsètsÉÌÉ lyÉÌʼ', |
311
|
|
|
|
|
|
|
thu => 'mbÉÌÉntè tsetsÉÌÉ lyÉÌʼ', |
312
|
|
|
|
|
|
|
fri => 'mvfò mà ga lyÉÌʼ', |
313
|
|
|
|
|
|
|
sat => 'mà ga lyÉÌʼ', |
314
|
|
|
|
|
|
|
sun => 'lyÉʼÉÌ sáº
́t̬' |
315
|
|
|
|
|
|
|
}, |
316
|
|
|
|
|
|
|
short => { |
317
|
|
|
|
|
|
|
mon => 'mvfò lyÉÌʼ', |
318
|
|
|
|
|
|
|
tue => 'mbÉÌÉntè mvfò lyÉÌʼ', |
319
|
|
|
|
|
|
|
wed => 'tsètsÉÌÉ lyÉÌʼ', |
320
|
|
|
|
|
|
|
thu => 'mbÉÌÉntè tsetsÉÌÉ lyÉÌʼ', |
321
|
|
|
|
|
|
|
fri => 'mvfò mà ga lyÉÌʼ', |
322
|
|
|
|
|
|
|
sat => 'mà ga lyÉÌʼ', |
323
|
|
|
|
|
|
|
sun => 'lyÉʼÉÌ sáº
́t̬' |
324
|
|
|
|
|
|
|
}, |
325
|
|
|
|
|
|
|
wide => { |
326
|
|
|
|
|
|
|
mon => 'mvfò lyÉÌʼ', |
327
|
|
|
|
|
|
|
tue => 'mbÉÌÉntè mvfò lyÉÌʼ', |
328
|
|
|
|
|
|
|
wed => 'tsètsÉÌÉ lyÉÌʼ', |
329
|
|
|
|
|
|
|
thu => 'mbÉÌÉntè tsetsÉÌÉ lyÉÌʼ', |
330
|
|
|
|
|
|
|
fri => 'mvfò mà ga lyÉÌʼ', |
331
|
|
|
|
|
|
|
sat => 'mà ga lyÉÌʼ', |
332
|
|
|
|
|
|
|
sun => 'lyÉʼÉÌ sáº
́t̬' |
333
|
|
|
|
|
|
|
}, |
334
|
|
|
|
|
|
|
}, |
335
|
|
|
|
|
|
|
'stand-alone' => { |
336
|
|
|
|
|
|
|
abbreviated => { |
337
|
|
|
|
|
|
|
mon => 'mvfò lyÉÌʼ', |
338
|
|
|
|
|
|
|
tue => 'mbÉÌÉntè mvfò lyÉÌʼ', |
339
|
|
|
|
|
|
|
wed => 'tsètsÉÌÉ lyÉÌʼ', |
340
|
|
|
|
|
|
|
thu => 'mbÉÌÉntè tsetsÉÌÉ lyÉÌʼ', |
341
|
|
|
|
|
|
|
fri => 'mvfò mà ga lyÉÌʼ', |
342
|
|
|
|
|
|
|
sat => 'mà ga lyÉÌʼ', |
343
|
|
|
|
|
|
|
sun => 'lyÉʼÉÌ sáº
́t̬' |
344
|
|
|
|
|
|
|
}, |
345
|
|
|
|
|
|
|
short => { |
346
|
|
|
|
|
|
|
mon => 'mvfò lyÉÌʼ', |
347
|
|
|
|
|
|
|
tue => 'mbÉÌÉntè mvfò lyÉÌʼ', |
348
|
|
|
|
|
|
|
wed => 'tsètsÉÌÉ lyÉÌʼ', |
349
|
|
|
|
|
|
|
thu => 'mbÉÌÉntè tsetsÉÌÉ lyÉÌʼ', |
350
|
|
|
|
|
|
|
fri => 'mvfò mà ga lyÉÌʼ', |
351
|
|
|
|
|
|
|
sat => 'mà ga lyÉÌʼ', |
352
|
|
|
|
|
|
|
sun => 'lyÉʼÉÌ sáº
́t̬' |
353
|
|
|
|
|
|
|
}, |
354
|
|
|
|
|
|
|
wide => { |
355
|
|
|
|
|
|
|
mon => 'mvfò lyÉÌʼ', |
356
|
|
|
|
|
|
|
tue => 'mbÉÌÉntè mvfò lyÉÌʼ', |
357
|
|
|
|
|
|
|
wed => 'tsètsÉÌÉ lyÉÌʼ', |
358
|
|
|
|
|
|
|
thu => 'mbÉÌÉntè tsetsÉÌÉ lyÉÌʼ', |
359
|
|
|
|
|
|
|
fri => 'mvfò mà ga lyÉÌʼ', |
360
|
|
|
|
|
|
|
sat => 'mà ga lyÉÌʼ', |
361
|
|
|
|
|
|
|
sun => 'lyÉʼÉÌ sáº
́t̬' |
362
|
|
|
|
|
|
|
}, |
363
|
|
|
|
|
|
|
}, |
364
|
|
|
|
|
|
|
}, |
365
|
|
|
|
|
|
|
} }, |
366
|
|
|
|
|
|
|
); |
367
|
|
|
|
|
|
|
|
368
|
|
|
|
|
|
|
has 'day_periods' => ( |
369
|
|
|
|
|
|
|
is => 'ro', |
370
|
|
|
|
|
|
|
isa => HashRef, |
371
|
|
|
|
|
|
|
init_arg => undef, |
372
|
|
|
|
|
|
|
default => sub { { |
373
|
|
|
|
|
|
|
'gregorian' => { |
374
|
|
|
|
|
|
|
'format' => { |
375
|
|
|
|
|
|
|
'abbreviated' => { |
376
|
|
|
|
|
|
|
'pm' => q{ncwònzém}, |
377
|
|
|
|
|
|
|
'am' => q{mbaʼámbaʼ}, |
378
|
|
|
|
|
|
|
}, |
379
|
|
|
|
|
|
|
'wide' => { |
380
|
|
|
|
|
|
|
'pm' => q{ncwònzém}, |
381
|
|
|
|
|
|
|
'am' => q{mbaʼámbaʼ}, |
382
|
|
|
|
|
|
|
}, |
383
|
|
|
|
|
|
|
}, |
384
|
|
|
|
|
|
|
}, |
385
|
|
|
|
|
|
|
} }, |
386
|
|
|
|
|
|
|
); |
387
|
|
|
|
|
|
|
|
388
|
|
|
|
|
|
|
has 'eras' => ( |
389
|
|
|
|
|
|
|
is => 'ro', |
390
|
|
|
|
|
|
|
isa => HashRef, |
391
|
|
|
|
|
|
|
init_arg => undef, |
392
|
|
|
|
|
|
|
default => sub { { |
393
|
|
|
|
|
|
|
'generic' => { |
394
|
|
|
|
|
|
|
}, |
395
|
|
|
|
|
|
|
'gregorian' => { |
396
|
|
|
|
|
|
|
abbreviated => { |
397
|
|
|
|
|
|
|
'0' => 'm.z.Y.', |
398
|
|
|
|
|
|
|
'1' => 'm.g.n.Y.' |
399
|
|
|
|
|
|
|
}, |
400
|
|
|
|
|
|
|
wide => { |
401
|
|
|
|
|
|
|
'0' => 'mé zyé YÄsô', |
402
|
|
|
|
|
|
|
'1' => 'mé gÿo Åzyé YÄsô' |
403
|
|
|
|
|
|
|
}, |
404
|
|
|
|
|
|
|
}, |
405
|
|
|
|
|
|
|
} }, |
406
|
|
|
|
|
|
|
); |
407
|
|
|
|
|
|
|
|
408
|
|
|
|
|
|
|
has 'date_formats' => ( |
409
|
|
|
|
|
|
|
is => 'ro', |
410
|
|
|
|
|
|
|
isa => HashRef, |
411
|
|
|
|
|
|
|
init_arg => undef, |
412
|
|
|
|
|
|
|
default => sub { { |
413
|
|
|
|
|
|
|
'generic' => { |
414
|
|
|
|
|
|
|
'full' => q{EEEE , 'lyÉ'Ìʼ d 'na' MMMM, y G}, |
415
|
|
|
|
|
|
|
'long' => q{'lyÉ'Ìʼ d 'na' MMMM, y G}, |
416
|
|
|
|
|
|
|
'medium' => q{d MMM, y G}, |
417
|
|
|
|
|
|
|
'short' => q{dd/MM/yy GGGGG}, |
418
|
|
|
|
|
|
|
}, |
419
|
|
|
|
|
|
|
'gregorian' => { |
420
|
|
|
|
|
|
|
'full' => q{EEEE , 'lyÉ'Ìʼ d 'na' MMMM, y}, |
421
|
|
|
|
|
|
|
'long' => q{'lyÉ'Ìʼ d 'na' MMMM, y}, |
422
|
|
|
|
|
|
|
'medium' => q{d MMM, y}, |
423
|
|
|
|
|
|
|
'short' => q{dd/MM/yy}, |
424
|
|
|
|
|
|
|
}, |
425
|
|
|
|
|
|
|
} }, |
426
|
|
|
|
|
|
|
); |
427
|
|
|
|
|
|
|
|
428
|
|
|
|
|
|
|
has 'time_formats' => ( |
429
|
|
|
|
|
|
|
is => 'ro', |
430
|
|
|
|
|
|
|
isa => HashRef, |
431
|
|
|
|
|
|
|
init_arg => undef, |
432
|
|
|
|
|
|
|
default => sub { { |
433
|
|
|
|
|
|
|
'generic' => { |
434
|
|
|
|
|
|
|
}, |
435
|
|
|
|
|
|
|
'gregorian' => { |
436
|
|
|
|
|
|
|
}, |
437
|
|
|
|
|
|
|
} }, |
438
|
|
|
|
|
|
|
); |
439
|
|
|
|
|
|
|
|
440
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
441
|
|
|
|
|
|
|
is => 'ro', |
442
|
|
|
|
|
|
|
isa => HashRef, |
443
|
|
|
|
|
|
|
init_arg => undef, |
444
|
|
|
|
|
|
|
default => sub { { |
445
|
|
|
|
|
|
|
'generic' => { |
446
|
|
|
|
|
|
|
'full' => q{{1},{0}}, |
447
|
|
|
|
|
|
|
'long' => q{{1}, {0}}, |
448
|
|
|
|
|
|
|
}, |
449
|
|
|
|
|
|
|
'gregorian' => { |
450
|
|
|
|
|
|
|
'full' => q{{1},{0}}, |
451
|
|
|
|
|
|
|
'long' => q{{1}, {0}}, |
452
|
|
|
|
|
|
|
}, |
453
|
|
|
|
|
|
|
} }, |
454
|
|
|
|
|
|
|
); |
455
|
|
|
|
|
|
|
|
456
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
457
|
|
|
|
|
|
|
is => 'ro', |
458
|
|
|
|
|
|
|
isa => HashRef, |
459
|
|
|
|
|
|
|
init_arg => undef, |
460
|
|
|
|
|
|
|
default => sub { { |
461
|
|
|
|
|
|
|
'generic' => { |
462
|
|
|
|
|
|
|
yMEd => q{E , 'lyÉ'Ìʼ d 'na' M, y}, |
463
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
464
|
|
|
|
|
|
|
yMMMEd => q{E , 'lyÉ'Ìʼ d 'na' MMM, y}, |
465
|
|
|
|
|
|
|
yMMMd => q{'lyÉ'Ìʼ d 'na' MMMM, y}, |
466
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
467
|
|
|
|
|
|
|
}, |
468
|
|
|
|
|
|
|
'gregorian' => { |
469
|
|
|
|
|
|
|
yMEd => q{E , 'lyÉ'Ìʼ d 'na' M, y}, |
470
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
471
|
|
|
|
|
|
|
yMMMEd => q{E , 'lyÉ'Ìʼ d 'na' MMM, y}, |
472
|
|
|
|
|
|
|
yMMMd => q{'lyÉ'Ìʼ d 'na' MMMM, y}, |
473
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
474
|
|
|
|
|
|
|
}, |
475
|
|
|
|
|
|
|
} }, |
476
|
|
|
|
|
|
|
); |
477
|
|
|
|
|
|
|
|
478
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
479
|
|
|
|
|
|
|
is => 'ro', |
480
|
|
|
|
|
|
|
isa => HashRef, |
481
|
|
|
|
|
|
|
init_arg => undef, |
482
|
|
|
|
|
|
|
default => sub { { |
483
|
|
|
|
|
|
|
} }, |
484
|
|
|
|
|
|
|
); |
485
|
|
|
|
|
|
|
|
486
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
487
|
|
|
|
|
|
|
is => 'ro', |
488
|
|
|
|
|
|
|
isa => HashRef, |
489
|
|
|
|
|
|
|
init_arg => undef, |
490
|
|
|
|
|
|
|
default => sub { { |
491
|
|
|
|
|
|
|
} }, |
492
|
|
|
|
|
|
|
); |
493
|
|
|
|
|
|
|
|
494
|
1
|
|
|
1
|
|
1644
|
no Moo; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
5
|
|
495
|
|
|
|
|
|
|
|
496
|
|
|
|
|
|
|
1; |
497
|
|
|
|
|
|
|
|
498
|
|
|
|
|
|
|
# vim: tabstop=4 |