line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 NAME |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Jgo - Package for language Ngomba |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Jgo; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\jgo.xml |
11
|
|
|
|
|
|
|
# on Fri 13 Oct 9:22:20 am GMT |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
945944
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
27
|
|
14
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
39
|
|
15
|
1
|
|
|
1
|
|
5
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.2'); |
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
96
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
4
|
use mro 'c3'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
21
|
1
|
|
|
1
|
|
21
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
22
|
1
|
|
|
1
|
|
40
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
15
|
|
23
|
1
|
|
|
1
|
|
109
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
24
|
1
|
|
|
1
|
|
965
|
use Moo; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
7
|
|
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
|
|
|
|
|
|
|
'ar' => 'Alâbɛ', |
35
|
|
|
|
|
|
|
'de' => 'Njáman', |
36
|
|
|
|
|
|
|
'el' => 'Ŋgɛlɛ̂k', |
37
|
|
|
|
|
|
|
'en' => 'Aŋgɛlúshi', |
38
|
|
|
|
|
|
|
'fr' => 'Fɛlánci', |
39
|
|
|
|
|
|
|
'jgo' => 'Ndaꞌa', |
40
|
|
|
|
|
|
|
'und' => 'cú-pʉɔ yi pɛ́ ká kɛ́ jí', |
41
|
|
|
|
|
|
|
'zh' => 'Shinwâ', |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
); |
44
|
|
|
|
|
|
|
if (@_) { |
45
|
|
|
|
|
|
|
return $languages{$_[0]}; |
46
|
|
|
|
|
|
|
} |
47
|
|
|
|
|
|
|
return \%languages; |
48
|
|
|
|
|
|
|
} |
49
|
|
|
|
|
|
|
}, |
50
|
|
|
|
|
|
|
); |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
has 'display_name_script' => ( |
53
|
|
|
|
|
|
|
is => 'ro', |
54
|
|
|
|
|
|
|
isa => CodeRef, |
55
|
|
|
|
|
|
|
init_arg => undef, |
56
|
|
|
|
|
|
|
default => sub { |
57
|
|
|
|
|
|
|
sub { |
58
|
|
|
|
|
|
|
my %scripts = ( |
59
|
|
|
|
|
|
|
'Latn' => 'mík -ŋwaꞌnɛ yi ɛ́ líŋɛ́nɛ Latɛ̂ŋ', |
60
|
|
|
|
|
|
|
'Zxxx' => 'ntúu yi pɛ́ ká ŋwaꞌnε', |
61
|
|
|
|
|
|
|
'Zzzz' => 'ntɛ-ŋwaꞌnɛ yí pɛ́ ká kɛ́ jí', |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
); |
64
|
|
|
|
|
|
|
if ( @_ ) { |
65
|
|
|
|
|
|
|
return $scripts{$_[0]}; |
66
|
|
|
|
|
|
|
} |
67
|
|
|
|
|
|
|
return \%scripts; |
68
|
|
|
|
|
|
|
} |
69
|
|
|
|
|
|
|
} |
70
|
|
|
|
|
|
|
); |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
has 'display_name_region' => ( |
73
|
|
|
|
|
|
|
is => 'ro', |
74
|
|
|
|
|
|
|
isa => HashRef[Str], |
75
|
|
|
|
|
|
|
init_arg => undef, |
76
|
|
|
|
|
|
|
default => sub { |
77
|
|
|
|
|
|
|
{ |
78
|
|
|
|
|
|
|
'001' => 'Mbí', |
79
|
|
|
|
|
|
|
'002' => 'Afɛlîk', |
80
|
|
|
|
|
|
|
'019' => 'Amɛlîk', |
81
|
|
|
|
|
|
|
'142' => 'Azî', |
82
|
|
|
|
|
|
|
'150' => 'Ʉlôp', |
83
|
|
|
|
|
|
|
'AO' => 'Aŋgɔ́la', |
84
|
|
|
|
|
|
|
'AR' => 'Ajɛntîn', |
85
|
|
|
|
|
|
|
'BF' => 'Mbulukína Fásɔ', |
86
|
|
|
|
|
|
|
'BI' => 'Mbulundí', |
87
|
|
|
|
|
|
|
'BJ' => 'Mbɛnɛ̂ŋ', |
88
|
|
|
|
|
|
|
'BO' => 'Mbɔlivî', |
89
|
|
|
|
|
|
|
'BR' => 'Mbɛlazîl', |
90
|
|
|
|
|
|
|
'BW' => 'Mbɔtswána', |
91
|
|
|
|
|
|
|
'CA' => 'Kanadâ', |
92
|
|
|
|
|
|
|
'CD' => 'Kɔ́ŋgɔ-Kinshása', |
93
|
|
|
|
|
|
|
'CG' => 'Kɔ́ŋgɔ-Mbɛlazavîl', |
94
|
|
|
|
|
|
|
'CH' => 'Sẅísɛ', |
95
|
|
|
|
|
|
|
'CI' => 'Kɔ́t Ndivwâ', |
96
|
|
|
|
|
|
|
'CL' => 'Cíllɛ', |
97
|
|
|
|
|
|
|
'CM' => 'Kamɛlûn', |
98
|
|
|
|
|
|
|
'CN' => 'Shîn', |
99
|
|
|
|
|
|
|
'CO' => 'Kɔllɔmbî', |
100
|
|
|
|
|
|
|
'CU' => 'Kúba', |
101
|
|
|
|
|
|
|
'DE' => 'Njáman', |
102
|
|
|
|
|
|
|
'DJ' => 'Njimbúti', |
103
|
|
|
|
|
|
|
'DZ' => 'Aljɛlî', |
104
|
|
|
|
|
|
|
'EC' => 'Ɛkwandɔ̂', |
105
|
|
|
|
|
|
|
'EG' => 'Ɛjíptɛ', |
106
|
|
|
|
|
|
|
'ER' => 'Ɛlitɛlɛ́ya', |
107
|
|
|
|
|
|
|
'ES' => 'Ɛspániya', |
108
|
|
|
|
|
|
|
'ET' => 'Ɛtiyɔpî', |
109
|
|
|
|
|
|
|
'FR' => 'Fɛlánci', |
110
|
|
|
|
|
|
|
'GA' => 'Ŋgabɔ̂ŋ', |
111
|
|
|
|
|
|
|
'GH' => 'Ŋgána', |
112
|
|
|
|
|
|
|
'GM' => 'Ŋgambî', |
113
|
|
|
|
|
|
|
'GN' => 'Ŋginɛ̂', |
114
|
|
|
|
|
|
|
'GQ' => 'Ŋginɛ̂ Ɛkwatɔliyâl', |
115
|
|
|
|
|
|
|
'GR' => 'Ŋgɛlɛ̂k', |
116
|
|
|
|
|
|
|
'GW' => 'Ŋginɛ̂ Mbisáwu', |
117
|
|
|
|
|
|
|
'IL' => 'Islayɛ̂l', |
118
|
|
|
|
|
|
|
'IN' => 'Ándɛ', |
119
|
|
|
|
|
|
|
'IQ' => 'Ilâk', |
120
|
|
|
|
|
|
|
'IT' => 'Italî', |
121
|
|
|
|
|
|
|
'JP' => 'Japɔ̂n', |
122
|
|
|
|
|
|
|
'KE' => 'Kɛ́nya', |
123
|
|
|
|
|
|
|
'KM' => 'Kɔmɔ́lɔshi', |
124
|
|
|
|
|
|
|
'LR' => 'Libɛrî', |
125
|
|
|
|
|
|
|
'LS' => 'Lɛsɔ́tɔ', |
126
|
|
|
|
|
|
|
'LY' => 'Libî', |
127
|
|
|
|
|
|
|
'MA' => 'Mɔlɔ̂k', |
128
|
|
|
|
|
|
|
'MG' => 'Mándaŋgasɛkâ', |
129
|
|
|
|
|
|
|
'ML' => 'Malî', |
130
|
|
|
|
|
|
|
'MR' => 'Mɔlitanî', |
131
|
|
|
|
|
|
|
'MW' => 'Maláwi', |
132
|
|
|
|
|
|
|
'MX' => 'Mɛksîk', |
133
|
|
|
|
|
|
|
'MZ' => 'Mɔzambîk', |
134
|
|
|
|
|
|
|
'NA' => 'Namimbî', |
135
|
|
|
|
|
|
|
'NE' => 'Nijɛ̂', |
136
|
|
|
|
|
|
|
'NG' => 'Ninjɛliyâ', |
137
|
|
|
|
|
|
|
'NO' => 'Nɔlɛvɛ́jɛ', |
138
|
|
|
|
|
|
|
'PE' => 'Pɛlû', |
139
|
|
|
|
|
|
|
'RE' => 'Lɛ́uniyɔ̂n', |
140
|
|
|
|
|
|
|
'RS' => 'Sɛlɛbî', |
141
|
|
|
|
|
|
|
'RU' => 'Lusî', |
142
|
|
|
|
|
|
|
'RW' => 'Luwánda', |
143
|
|
|
|
|
|
|
'SC' => 'Pɛsɛ́shɛl', |
144
|
|
|
|
|
|
|
'SD' => 'Sundân', |
145
|
|
|
|
|
|
|
'SL' => 'Siyɛ́la Lɛɔ̂n', |
146
|
|
|
|
|
|
|
'SN' => 'Sɛnɛgâl', |
147
|
|
|
|
|
|
|
'SO' => 'Sɔmalî', |
148
|
|
|
|
|
|
|
'ST' => 'Sáwɔŋ Tɔmɛ́ nɛ́ Pɛlínsipɛ', |
149
|
|
|
|
|
|
|
'SZ' => 'Swazilân', |
150
|
|
|
|
|
|
|
'TD' => 'Cât', |
151
|
|
|
|
|
|
|
'TG' => 'Tɔ́ŋgɔ', |
152
|
|
|
|
|
|
|
'TN' => 'Tunizî', |
153
|
|
|
|
|
|
|
'TZ' => 'Tanzanî', |
154
|
|
|
|
|
|
|
'UG' => 'Uŋgánda', |
155
|
|
|
|
|
|
|
'VE' => 'Vɛnɛzwɛ́la', |
156
|
|
|
|
|
|
|
'YT' => 'Mayɔ̂t', |
157
|
|
|
|
|
|
|
'ZM' => 'Zambî', |
158
|
|
|
|
|
|
|
'ZW' => 'Zimbámbwɛ', |
159
|
|
|
|
|
|
|
'ZZ' => 'ŋgɔŋ yi pɛ́ ká kɛ́ jʉɔ', |
160
|
|
|
|
|
|
|
|
161
|
|
|
|
|
|
|
} |
162
|
|
|
|
|
|
|
}, |
163
|
|
|
|
|
|
|
); |
164
|
|
|
|
|
|
|
|
165
|
|
|
|
|
|
|
has 'display_name_key' => ( |
166
|
|
|
|
|
|
|
is => 'ro', |
167
|
|
|
|
|
|
|
isa => HashRef[Str], |
168
|
|
|
|
|
|
|
init_arg => undef, |
169
|
|
|
|
|
|
|
default => sub { |
170
|
|
|
|
|
|
|
{ |
171
|
|
|
|
|
|
|
'currency' => 'Ŋkáp', |
172
|
|
|
|
|
|
|
'numbers' => 'Pɛnɔ́mba', |
173
|
|
|
|
|
|
|
|
174
|
|
|
|
|
|
|
} |
175
|
|
|
|
|
|
|
}, |
176
|
|
|
|
|
|
|
); |
177
|
|
|
|
|
|
|
|
178
|
|
|
|
|
|
|
has 'display_name_type' => ( |
179
|
|
|
|
|
|
|
is => 'ro', |
180
|
|
|
|
|
|
|
isa => HashRef[HashRef[Str]], |
181
|
|
|
|
|
|
|
init_arg => undef, |
182
|
|
|
|
|
|
|
default => sub { |
183
|
|
|
|
|
|
|
{ |
184
|
|
|
|
|
|
|
'calendar' => { |
185
|
|
|
|
|
|
|
'gregorian' => q{mɛlɛ́ꞌ-mɛkát}, |
186
|
|
|
|
|
|
|
}, |
187
|
|
|
|
|
|
|
'numbers' => { |
188
|
|
|
|
|
|
|
'latn' => q{pɛnɔ́mba}, |
189
|
|
|
|
|
|
|
}, |
190
|
|
|
|
|
|
|
|
191
|
|
|
|
|
|
|
} |
192
|
|
|
|
|
|
|
}, |
193
|
|
|
|
|
|
|
); |
194
|
|
|
|
|
|
|
|
195
|
|
|
|
|
|
|
has 'characters' => ( |
196
|
|
|
|
|
|
|
is => 'ro', |
197
|
|
|
|
|
|
|
isa => HashRef, |
198
|
|
|
|
|
|
|
init_arg => undef, |
199
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
200
|
|
|
|
|
|
|
? eval <<'EOT' |
201
|
|
|
|
|
|
|
sub { |
202
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
203
|
|
|
|
|
|
|
return { |
204
|
|
|
|
|
|
|
auxiliary => qr{[e o q r x]}, |
205
|
|
|
|
|
|
|
index => ['A', 'B', 'C', 'D', 'Ɛ', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Ŋ', 'Ɔ', 'P', '{Pf}', 'S', '{Sh}', 'T', '{Ts}', 'U', 'Ʉ', '{Ʉ\u0308}', 'V', 'W', 'Ẅ', 'Y', 'Z', 'Ꞌ'], |
206
|
|
|
|
|
|
|
main => qr{[a á â ǎ b c d ɛ {ɛ́} {ɛ̀} {ɛ̂} {ɛ̌} {ɛ̄} f g h i í î ǐ j k l m ḿ {m̀} {m̄} n ń ǹ {n̄} ŋ {ŋ́} {ŋ̀} {ŋ̄} ɔ {ɔ́} {ɔ̂} {ɔ̌} p {pf} s {sh} t {ts} u ú û ǔ ʉ {ʉ́} {ʉ̂} {ʉ̌} {ʉ̈} v w ẅ y z ꞌ]}, |
207
|
|
|
|
|
|
|
numbers => qr{[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]}, |
208
|
|
|
|
|
|
|
punctuation => qr{[\- , ; \: ! ? . ‹ › « »]}, |
209
|
|
|
|
|
|
|
}; |
210
|
|
|
|
|
|
|
}, |
211
|
|
|
|
|
|
|
EOT |
212
|
|
|
|
|
|
|
: sub { |
213
|
|
|
|
|
|
|
return { index => ['A', 'B', 'C', 'D', 'Ɛ', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Ŋ', 'Ɔ', 'P', '{Pf}', 'S', '{Sh}', 'T', '{Ts}', 'U', 'Ʉ', '{Ʉ\u0308}', 'V', 'W', 'Ẅ', 'Y', 'Z', 'Ꞌ'], }; |
214
|
|
|
|
|
|
|
}, |
215
|
1
|
|
|
1
|
|
115
|
); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
231
|
|
216
|
|
|
|
|
|
|
|
217
|
|
|
|
|
|
|
|
218
|
|
|
|
|
|
|
has 'more_information' => ( |
219
|
|
|
|
|
|
|
is => 'ro', |
220
|
|
|
|
|
|
|
isa => Str, |
221
|
|
|
|
|
|
|
init_arg => undef, |
222
|
|
|
|
|
|
|
default => qq{?}, |
223
|
|
|
|
|
|
|
); |
224
|
|
|
|
|
|
|
|
225
|
|
|
|
|
|
|
has 'quote_start' => ( |
226
|
|
|
|
|
|
|
is => 'ro', |
227
|
|
|
|
|
|
|
isa => Str, |
228
|
|
|
|
|
|
|
init_arg => undef, |
229
|
|
|
|
|
|
|
default => qq{«}, |
230
|
|
|
|
|
|
|
); |
231
|
|
|
|
|
|
|
|
232
|
|
|
|
|
|
|
has 'quote_end' => ( |
233
|
|
|
|
|
|
|
is => 'ro', |
234
|
|
|
|
|
|
|
isa => Str, |
235
|
|
|
|
|
|
|
init_arg => undef, |
236
|
|
|
|
|
|
|
default => qq{»}, |
237
|
|
|
|
|
|
|
); |
238
|
|
|
|
|
|
|
|
239
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
240
|
|
|
|
|
|
|
is => 'ro', |
241
|
|
|
|
|
|
|
isa => Str, |
242
|
|
|
|
|
|
|
init_arg => undef, |
243
|
|
|
|
|
|
|
default => qq{‹}, |
244
|
|
|
|
|
|
|
); |
245
|
|
|
|
|
|
|
|
246
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
247
|
|
|
|
|
|
|
is => 'ro', |
248
|
|
|
|
|
|
|
isa => Str, |
249
|
|
|
|
|
|
|
init_arg => undef, |
250
|
|
|
|
|
|
|
default => qq{›}, |
251
|
|
|
|
|
|
|
); |
252
|
|
|
|
|
|
|
|
253
|
|
|
|
|
|
|
has 'units' => ( |
254
|
|
|
|
|
|
|
is => 'ro', |
255
|
|
|
|
|
|
|
isa => HashRef[HashRef[HashRef[Str]]], |
256
|
|
|
|
|
|
|
init_arg => undef, |
257
|
|
|
|
|
|
|
default => sub { { |
258
|
|
|
|
|
|
|
'long' => { |
259
|
|
|
|
|
|
|
'day' => { |
260
|
|
|
|
|
|
|
'name' => q(lɛ́Ꞌ), |
261
|
|
|
|
|
|
|
'one' => q({0} lɛ́Ꞌ), |
262
|
|
|
|
|
|
|
'other' => q({0} lɛ́Ꞌ), |
263
|
|
|
|
|
|
|
}, |
264
|
|
|
|
|
|
|
'hour' => { |
265
|
|
|
|
|
|
|
'name' => q(háwa), |
266
|
|
|
|
|
|
|
'one' => q({0} háwa), |
267
|
|
|
|
|
|
|
'other' => q({0} háwa), |
268
|
|
|
|
|
|
|
}, |
269
|
|
|
|
|
|
|
'minute' => { |
270
|
|
|
|
|
|
|
'name' => q(minút), |
271
|
|
|
|
|
|
|
'one' => q({0} minút), |
272
|
|
|
|
|
|
|
'other' => q({0} minút), |
273
|
|
|
|
|
|
|
}, |
274
|
|
|
|
|
|
|
'month' => { |
275
|
|
|
|
|
|
|
'name' => q(pɛsaŋ), |
276
|
|
|
|
|
|
|
'one' => q(pɛsaŋ {0}), |
277
|
|
|
|
|
|
|
'other' => q(pɛsaŋ {0}), |
278
|
|
|
|
|
|
|
}, |
279
|
|
|
|
|
|
|
'year' => { |
280
|
|
|
|
|
|
|
'name' => q(ŋguꞋ), |
281
|
|
|
|
|
|
|
'one' => q(ŋguꞋ {0}), |
282
|
|
|
|
|
|
|
'other' => q(ŋguꞋ {0}), |
283
|
|
|
|
|
|
|
}, |
284
|
|
|
|
|
|
|
}, |
285
|
|
|
|
|
|
|
'short' => { |
286
|
|
|
|
|
|
|
'day' => { |
287
|
|
|
|
|
|
|
'name' => q(lɛ́Ꞌ), |
288
|
|
|
|
|
|
|
}, |
289
|
|
|
|
|
|
|
'hour' => { |
290
|
|
|
|
|
|
|
'name' => q(háwa), |
291
|
|
|
|
|
|
|
}, |
292
|
|
|
|
|
|
|
'minute' => { |
293
|
|
|
|
|
|
|
'name' => q(minút), |
294
|
|
|
|
|
|
|
}, |
295
|
|
|
|
|
|
|
'month' => { |
296
|
|
|
|
|
|
|
'name' => q(pɛsaŋ), |
297
|
|
|
|
|
|
|
}, |
298
|
|
|
|
|
|
|
'year' => { |
299
|
|
|
|
|
|
|
'name' => q(ŋguꞋ), |
300
|
|
|
|
|
|
|
}, |
301
|
|
|
|
|
|
|
}, |
302
|
|
|
|
|
|
|
} } |
303
|
|
|
|
|
|
|
); |
304
|
|
|
|
|
|
|
|
305
|
|
|
|
|
|
|
has 'yesstr' => ( |
306
|
|
|
|
|
|
|
is => 'ro', |
307
|
|
|
|
|
|
|
isa => RegexpRef, |
308
|
|
|
|
|
|
|
init_arg => undef, |
309
|
|
|
|
|
|
|
default => sub { qr'^(?i:ɔ́ŋ|ɔ́|yes|y)$' } |
310
|
|
|
|
|
|
|
); |
311
|
|
|
|
|
|
|
|
312
|
|
|
|
|
|
|
has 'nostr' => ( |
313
|
|
|
|
|
|
|
is => 'ro', |
314
|
|
|
|
|
|
|
isa => RegexpRef, |
315
|
|
|
|
|
|
|
init_arg => undef, |
316
|
|
|
|
|
|
|
default => sub { qr'^(?i:ŋgáŋ|ŋ|no|n)$' } |
317
|
|
|
|
|
|
|
); |
318
|
|
|
|
|
|
|
|
319
|
|
|
|
|
|
|
has 'listPatterns' => ( |
320
|
|
|
|
|
|
|
is => 'ro', |
321
|
|
|
|
|
|
|
isa => HashRef, |
322
|
|
|
|
|
|
|
init_arg => undef, |
323
|
|
|
|
|
|
|
default => sub { { |
324
|
|
|
|
|
|
|
start => q({0}, ŋ́gɛ {1}), |
325
|
|
|
|
|
|
|
middle => q({0}, ŋ́gɛ {1}), |
326
|
|
|
|
|
|
|
end => q({0}, ḿbɛn ŋ́gɛ {1}), |
327
|
|
|
|
|
|
|
2 => q({0} pɔp {1}), |
328
|
|
|
|
|
|
|
} } |
329
|
|
|
|
|
|
|
); |
330
|
|
|
|
|
|
|
|
331
|
|
|
|
|
|
|
has 'default_numbering_system' => ( |
332
|
|
|
|
|
|
|
is => 'ro', |
333
|
|
|
|
|
|
|
isa => Str, |
334
|
|
|
|
|
|
|
init_arg => undef, |
335
|
|
|
|
|
|
|
default => 'latn', |
336
|
|
|
|
|
|
|
); |
337
|
|
|
|
|
|
|
|
338
|
|
|
|
|
|
|
has native_numbering_system => ( |
339
|
|
|
|
|
|
|
is => 'ro', |
340
|
|
|
|
|
|
|
isa => Str, |
341
|
|
|
|
|
|
|
init_arg => undef, |
342
|
|
|
|
|
|
|
default => 'latn', |
343
|
|
|
|
|
|
|
); |
344
|
|
|
|
|
|
|
|
345
|
|
|
|
|
|
|
has 'number_symbols' => ( |
346
|
|
|
|
|
|
|
is => 'ro', |
347
|
|
|
|
|
|
|
isa => HashRef, |
348
|
|
|
|
|
|
|
init_arg => undef, |
349
|
|
|
|
|
|
|
default => sub { { |
350
|
|
|
|
|
|
|
'latn' => { |
351
|
|
|
|
|
|
|
'decimal' => q(,), |
352
|
|
|
|
|
|
|
'exponential' => q(E), |
353
|
|
|
|
|
|
|
'group' => q(.), |
354
|
|
|
|
|
|
|
'infinity' => q(∞), |
355
|
|
|
|
|
|
|
'list' => q(;), |
356
|
|
|
|
|
|
|
'minusSign' => q(-), |
357
|
|
|
|
|
|
|
'nan' => q(NaN), |
358
|
|
|
|
|
|
|
'perMille' => q(‰), |
359
|
|
|
|
|
|
|
'percentSign' => q(%), |
360
|
|
|
|
|
|
|
'plusSign' => q(+), |
361
|
|
|
|
|
|
|
}, |
362
|
|
|
|
|
|
|
} } |
363
|
|
|
|
|
|
|
); |
364
|
|
|
|
|
|
|
|
365
|
|
|
|
|
|
|
has 'number_formats' => ( |
366
|
|
|
|
|
|
|
is => 'ro', |
367
|
|
|
|
|
|
|
isa => HashRef, |
368
|
|
|
|
|
|
|
init_arg => undef, |
369
|
|
|
|
|
|
|
default => sub { { |
370
|
|
|
|
|
|
|
decimalFormat => { |
371
|
|
|
|
|
|
|
'default' => { |
372
|
|
|
|
|
|
|
'standard' => { |
373
|
|
|
|
|
|
|
'default' => '#,##0.###', |
374
|
|
|
|
|
|
|
}, |
375
|
|
|
|
|
|
|
}, |
376
|
|
|
|
|
|
|
}, |
377
|
|
|
|
|
|
|
percentFormat => { |
378
|
|
|
|
|
|
|
'default' => { |
379
|
|
|
|
|
|
|
'standard' => { |
380
|
|
|
|
|
|
|
'default' => '#,##0%', |
381
|
|
|
|
|
|
|
}, |
382
|
|
|
|
|
|
|
}, |
383
|
|
|
|
|
|
|
}, |
384
|
|
|
|
|
|
|
scientificFormat => { |
385
|
|
|
|
|
|
|
'default' => { |
386
|
|
|
|
|
|
|
'standard' => { |
387
|
|
|
|
|
|
|
'default' => '#E0', |
388
|
|
|
|
|
|
|
}, |
389
|
|
|
|
|
|
|
}, |
390
|
|
|
|
|
|
|
}, |
391
|
|
|
|
|
|
|
} }, |
392
|
|
|
|
|
|
|
); |
393
|
|
|
|
|
|
|
|
394
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
395
|
|
|
|
|
|
|
is => 'ro', |
396
|
|
|
|
|
|
|
isa => HashRef, |
397
|
|
|
|
|
|
|
init_arg => undef, |
398
|
|
|
|
|
|
|
default => sub { { |
399
|
|
|
|
|
|
|
'latn' => { |
400
|
|
|
|
|
|
|
'pattern' => { |
401
|
|
|
|
|
|
|
'default' => { |
402
|
|
|
|
|
|
|
'standard' => { |
403
|
|
|
|
|
|
|
'positive' => '¤ #,##0.00', |
404
|
|
|
|
|
|
|
}, |
405
|
|
|
|
|
|
|
}, |
406
|
|
|
|
|
|
|
}, |
407
|
|
|
|
|
|
|
}, |
408
|
|
|
|
|
|
|
} }, |
409
|
|
|
|
|
|
|
); |
410
|
|
|
|
|
|
|
|
411
|
|
|
|
|
|
|
has 'currencies' => ( |
412
|
|
|
|
|
|
|
is => 'ro', |
413
|
|
|
|
|
|
|
isa => HashRef, |
414
|
|
|
|
|
|
|
init_arg => undef, |
415
|
|
|
|
|
|
|
default => sub { { |
416
|
|
|
|
|
|
|
'CAD' => { |
417
|
|
|
|
|
|
|
display_name => { |
418
|
|
|
|
|
|
|
'currency' => q(Ndɔ́la-Kanandâ), |
419
|
|
|
|
|
|
|
}, |
420
|
|
|
|
|
|
|
}, |
421
|
|
|
|
|
|
|
'EUR' => { |
422
|
|
|
|
|
|
|
display_name => { |
423
|
|
|
|
|
|
|
'currency' => q(Ʉ́lɔ), |
424
|
|
|
|
|
|
|
}, |
425
|
|
|
|
|
|
|
}, |
426
|
|
|
|
|
|
|
'USD' => { |
427
|
|
|
|
|
|
|
display_name => { |
428
|
|
|
|
|
|
|
'currency' => q(Ndɔ́la-Amɛlîk), |
429
|
|
|
|
|
|
|
}, |
430
|
|
|
|
|
|
|
}, |
431
|
|
|
|
|
|
|
'XAF' => { |
432
|
|
|
|
|
|
|
symbol => 'FCFA', |
433
|
|
|
|
|
|
|
display_name => { |
434
|
|
|
|
|
|
|
'currency' => q(Fɛlâŋ), |
435
|
|
|
|
|
|
|
}, |
436
|
|
|
|
|
|
|
}, |
437
|
|
|
|
|
|
|
'XXX' => { |
438
|
|
|
|
|
|
|
display_name => { |
439
|
|
|
|
|
|
|
'currency' => q(ntɛ-ŋkáp yi pɛ́ ká kɛ́ jínɛ), |
440
|
|
|
|
|
|
|
}, |
441
|
|
|
|
|
|
|
}, |
442
|
|
|
|
|
|
|
} }, |
443
|
|
|
|
|
|
|
); |
444
|
|
|
|
|
|
|
|
445
|
|
|
|
|
|
|
|
446
|
|
|
|
|
|
|
has 'calendar_months' => ( |
447
|
|
|
|
|
|
|
is => 'ro', |
448
|
|
|
|
|
|
|
isa => HashRef, |
449
|
|
|
|
|
|
|
init_arg => undef, |
450
|
|
|
|
|
|
|
default => sub { { |
451
|
|
|
|
|
|
|
'gregorian' => { |
452
|
|
|
|
|
|
|
'format' => { |
453
|
|
|
|
|
|
|
abbreviated => { |
454
|
|
|
|
|
|
|
nonleap => [ |
455
|
|
|
|
|
|
|
'Nduŋmbi Saŋ', |
456
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́pá', |
457
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́tát', |
458
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́kwa', |
459
|
|
|
|
|
|
|
'Pɛsaŋ Pataa', |
460
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́ntúkú', |
461
|
|
|
|
|
|
|
'Pɛsaŋ Saambá', |
462
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́fɔm', |
463
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́pfúꞋú', |
464
|
|
|
|
|
|
|
'Pɛsaŋ Nɛgɛ́m', |
465
|
|
|
|
|
|
|
'Pɛsaŋ Ntsɔ̌pmɔ́', |
466
|
|
|
|
|
|
|
'Pɛsaŋ Ntsɔ̌ppá' |
467
|
|
|
|
|
|
|
], |
468
|
|
|
|
|
|
|
leap => [ |
469
|
|
|
|
|
|
|
|
470
|
|
|
|
|
|
|
], |
471
|
|
|
|
|
|
|
}, |
472
|
|
|
|
|
|
|
narrow => { |
473
|
|
|
|
|
|
|
nonleap => [ |
474
|
|
|
|
|
|
|
'1', |
475
|
|
|
|
|
|
|
'2', |
476
|
|
|
|
|
|
|
'3', |
477
|
|
|
|
|
|
|
'4', |
478
|
|
|
|
|
|
|
'5', |
479
|
|
|
|
|
|
|
'6', |
480
|
|
|
|
|
|
|
'7', |
481
|
|
|
|
|
|
|
'8', |
482
|
|
|
|
|
|
|
'9', |
483
|
|
|
|
|
|
|
'10', |
484
|
|
|
|
|
|
|
'11', |
485
|
|
|
|
|
|
|
'12' |
486
|
|
|
|
|
|
|
], |
487
|
|
|
|
|
|
|
leap => [ |
488
|
|
|
|
|
|
|
|
489
|
|
|
|
|
|
|
], |
490
|
|
|
|
|
|
|
}, |
491
|
|
|
|
|
|
|
wide => { |
492
|
|
|
|
|
|
|
nonleap => [ |
493
|
|
|
|
|
|
|
'Nduŋmbi Saŋ', |
494
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́pá', |
495
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́tát', |
496
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́kwa', |
497
|
|
|
|
|
|
|
'Pɛsaŋ Pataa', |
498
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́ntúkú', |
499
|
|
|
|
|
|
|
'Pɛsaŋ Saambá', |
500
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́fɔm', |
501
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́pfúꞋú', |
502
|
|
|
|
|
|
|
'Pɛsaŋ Nɛgɛ́m', |
503
|
|
|
|
|
|
|
'Pɛsaŋ Ntsɔ̌pmɔ́', |
504
|
|
|
|
|
|
|
'Pɛsaŋ Ntsɔ̌ppá' |
505
|
|
|
|
|
|
|
], |
506
|
|
|
|
|
|
|
leap => [ |
507
|
|
|
|
|
|
|
|
508
|
|
|
|
|
|
|
], |
509
|
|
|
|
|
|
|
}, |
510
|
|
|
|
|
|
|
}, |
511
|
|
|
|
|
|
|
'stand-alone' => { |
512
|
|
|
|
|
|
|
abbreviated => { |
513
|
|
|
|
|
|
|
nonleap => [ |
514
|
|
|
|
|
|
|
'Nduŋmbi Saŋ', |
515
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́pá', |
516
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́tát', |
517
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́kwa', |
518
|
|
|
|
|
|
|
'Pɛsaŋ Pataa', |
519
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́ntúkú', |
520
|
|
|
|
|
|
|
'Pɛsaŋ Saambá', |
521
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́fɔm', |
522
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́pfúꞋú', |
523
|
|
|
|
|
|
|
'Pɛsaŋ Nɛgɛ́m', |
524
|
|
|
|
|
|
|
'Pɛsaŋ Ntsɔ̌pmɔ́', |
525
|
|
|
|
|
|
|
'Pɛsaŋ Ntsɔ̌ppá' |
526
|
|
|
|
|
|
|
], |
527
|
|
|
|
|
|
|
leap => [ |
528
|
|
|
|
|
|
|
|
529
|
|
|
|
|
|
|
], |
530
|
|
|
|
|
|
|
}, |
531
|
|
|
|
|
|
|
narrow => { |
532
|
|
|
|
|
|
|
nonleap => [ |
533
|
|
|
|
|
|
|
'1', |
534
|
|
|
|
|
|
|
'2', |
535
|
|
|
|
|
|
|
'3', |
536
|
|
|
|
|
|
|
'4', |
537
|
|
|
|
|
|
|
'5', |
538
|
|
|
|
|
|
|
'6', |
539
|
|
|
|
|
|
|
'7', |
540
|
|
|
|
|
|
|
'8', |
541
|
|
|
|
|
|
|
'9', |
542
|
|
|
|
|
|
|
'10', |
543
|
|
|
|
|
|
|
'11', |
544
|
|
|
|
|
|
|
'12' |
545
|
|
|
|
|
|
|
], |
546
|
|
|
|
|
|
|
leap => [ |
547
|
|
|
|
|
|
|
|
548
|
|
|
|
|
|
|
], |
549
|
|
|
|
|
|
|
}, |
550
|
|
|
|
|
|
|
wide => { |
551
|
|
|
|
|
|
|
nonleap => [ |
552
|
|
|
|
|
|
|
'Nduŋmbi Saŋ', |
553
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́pá', |
554
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́tát', |
555
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́kwa', |
556
|
|
|
|
|
|
|
'Pɛsaŋ Pataa', |
557
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́ntúkú', |
558
|
|
|
|
|
|
|
'Pɛsaŋ Saambá', |
559
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́fɔm', |
560
|
|
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́pfúꞋú', |
561
|
|
|
|
|
|
|
'Pɛsaŋ Nɛgɛ́m', |
562
|
|
|
|
|
|
|
'Pɛsaŋ Ntsɔ̌pmɔ́', |
563
|
|
|
|
|
|
|
'Pɛsaŋ Ntsɔ̌ppá' |
564
|
|
|
|
|
|
|
], |
565
|
|
|
|
|
|
|
leap => [ |
566
|
|
|
|
|
|
|
|
567
|
|
|
|
|
|
|
], |
568
|
|
|
|
|
|
|
}, |
569
|
|
|
|
|
|
|
}, |
570
|
|
|
|
|
|
|
}, |
571
|
|
|
|
|
|
|
} }, |
572
|
|
|
|
|
|
|
); |
573
|
|
|
|
|
|
|
|
574
|
|
|
|
|
|
|
has 'calendar_days' => ( |
575
|
|
|
|
|
|
|
is => 'ro', |
576
|
|
|
|
|
|
|
isa => HashRef, |
577
|
|
|
|
|
|
|
init_arg => undef, |
578
|
|
|
|
|
|
|
default => sub { { |
579
|
|
|
|
|
|
|
'gregorian' => { |
580
|
|
|
|
|
|
|
'format' => { |
581
|
|
|
|
|
|
|
abbreviated => { |
582
|
|
|
|
|
|
|
mon => 'Mɔ́ndi', |
583
|
|
|
|
|
|
|
tue => 'Ápta Mɔ́ndi', |
584
|
|
|
|
|
|
|
wed => 'Wɛ́nɛsɛdɛ', |
585
|
|
|
|
|
|
|
thu => 'Tɔ́sɛdɛ', |
586
|
|
|
|
|
|
|
fri => 'Fɛlâyɛdɛ', |
587
|
|
|
|
|
|
|
sat => 'Sásidɛ', |
588
|
|
|
|
|
|
|
sun => 'Sɔ́ndi' |
589
|
|
|
|
|
|
|
}, |
590
|
|
|
|
|
|
|
narrow => { |
591
|
|
|
|
|
|
|
mon => 'Mɔ́', |
592
|
|
|
|
|
|
|
tue => 'ÁM', |
593
|
|
|
|
|
|
|
wed => 'Wɛ́', |
594
|
|
|
|
|
|
|
thu => 'Tɔ́', |
595
|
|
|
|
|
|
|
fri => 'Fɛ', |
596
|
|
|
|
|
|
|
sat => 'Sá', |
597
|
|
|
|
|
|
|
sun => 'Sɔ́' |
598
|
|
|
|
|
|
|
}, |
599
|
|
|
|
|
|
|
wide => { |
600
|
|
|
|
|
|
|
mon => 'Mɔ́ndi', |
601
|
|
|
|
|
|
|
tue => 'Ápta Mɔ́ndi', |
602
|
|
|
|
|
|
|
wed => 'Wɛ́nɛsɛdɛ', |
603
|
|
|
|
|
|
|
thu => 'Tɔ́sɛdɛ', |
604
|
|
|
|
|
|
|
fri => 'Fɛlâyɛdɛ', |
605
|
|
|
|
|
|
|
sat => 'Sásidɛ', |
606
|
|
|
|
|
|
|
sun => 'Sɔ́ndi' |
607
|
|
|
|
|
|
|
}, |
608
|
|
|
|
|
|
|
}, |
609
|
|
|
|
|
|
|
'stand-alone' => { |
610
|
|
|
|
|
|
|
abbreviated => { |
611
|
|
|
|
|
|
|
mon => 'Mɔ́ndi', |
612
|
|
|
|
|
|
|
tue => 'Ápta Mɔ́ndi', |
613
|
|
|
|
|
|
|
wed => 'Wɛ́nɛsɛdɛ', |
614
|
|
|
|
|
|
|
thu => 'Tɔ́sɛdɛ', |
615
|
|
|
|
|
|
|
fri => 'Fɛlâyɛdɛ', |
616
|
|
|
|
|
|
|
sat => 'Sásidɛ', |
617
|
|
|
|
|
|
|
sun => 'Sɔ́ndi' |
618
|
|
|
|
|
|
|
}, |
619
|
|
|
|
|
|
|
narrow => { |
620
|
|
|
|
|
|
|
mon => 'Mɔ́', |
621
|
|
|
|
|
|
|
tue => 'ÁM', |
622
|
|
|
|
|
|
|
wed => 'Wɛ́', |
623
|
|
|
|
|
|
|
thu => 'Tɔ́', |
624
|
|
|
|
|
|
|
fri => 'Fɛ', |
625
|
|
|
|
|
|
|
sat => 'Sá', |
626
|
|
|
|
|
|
|
sun => 'Sɔ́' |
627
|
|
|
|
|
|
|
}, |
628
|
|
|
|
|
|
|
wide => { |
629
|
|
|
|
|
|
|
mon => 'Mɔ́ndi', |
630
|
|
|
|
|
|
|
tue => 'Ápta Mɔ́ndi', |
631
|
|
|
|
|
|
|
wed => 'Wɛ́nɛsɛdɛ', |
632
|
|
|
|
|
|
|
thu => 'Tɔ́sɛdɛ', |
633
|
|
|
|
|
|
|
fri => 'Fɛlâyɛdɛ', |
634
|
|
|
|
|
|
|
sat => 'Sásidɛ', |
635
|
|
|
|
|
|
|
sun => 'Sɔ́ndi' |
636
|
|
|
|
|
|
|
}, |
637
|
|
|
|
|
|
|
}, |
638
|
|
|
|
|
|
|
}, |
639
|
|
|
|
|
|
|
} }, |
640
|
|
|
|
|
|
|
); |
641
|
|
|
|
|
|
|
|
642
|
|
|
|
|
|
|
has 'day_periods' => ( |
643
|
|
|
|
|
|
|
is => 'ro', |
644
|
|
|
|
|
|
|
isa => HashRef, |
645
|
|
|
|
|
|
|
init_arg => undef, |
646
|
|
|
|
|
|
|
default => sub { { |
647
|
|
|
|
|
|
|
'gregorian' => { |
648
|
|
|
|
|
|
|
'format' => { |
649
|
|
|
|
|
|
|
'abbreviated' => { |
650
|
|
|
|
|
|
|
'am' => q{mbaꞌmbaꞌ}, |
651
|
|
|
|
|
|
|
'pm' => q{ŋka mbɔ́t nji}, |
652
|
|
|
|
|
|
|
}, |
653
|
|
|
|
|
|
|
'wide' => { |
654
|
|
|
|
|
|
|
'am' => q{mbaꞌmbaꞌ}, |
655
|
|
|
|
|
|
|
'pm' => q{ŋka mbɔ́t nji}, |
656
|
|
|
|
|
|
|
}, |
657
|
|
|
|
|
|
|
}, |
658
|
|
|
|
|
|
|
}, |
659
|
|
|
|
|
|
|
} }, |
660
|
|
|
|
|
|
|
); |
661
|
|
|
|
|
|
|
|
662
|
|
|
|
|
|
|
has 'eras' => ( |
663
|
|
|
|
|
|
|
is => 'ro', |
664
|
|
|
|
|
|
|
isa => HashRef, |
665
|
|
|
|
|
|
|
init_arg => undef, |
666
|
|
|
|
|
|
|
default => sub { { |
667
|
|
|
|
|
|
|
'generic' => { |
668
|
|
|
|
|
|
|
}, |
669
|
|
|
|
|
|
|
'gregorian' => { |
670
|
|
|
|
|
|
|
abbreviated => { |
671
|
|
|
|
|
|
|
'0' => 'BCE', |
672
|
|
|
|
|
|
|
'1' => 'CE' |
673
|
|
|
|
|
|
|
}, |
674
|
|
|
|
|
|
|
wide => { |
675
|
|
|
|
|
|
|
'0' => 'tsɛttsɛt mɛŋguꞌ mi ɛ́ lɛɛnɛ Kɛlísɛtɔ gɔ ńɔ́', |
676
|
|
|
|
|
|
|
'1' => 'tsɛttsɛt mɛŋguꞌ mi ɛ́ fúnɛ Kɛlísɛtɔ tɔ́ mɔ́' |
677
|
|
|
|
|
|
|
}, |
678
|
|
|
|
|
|
|
}, |
679
|
|
|
|
|
|
|
} }, |
680
|
|
|
|
|
|
|
); |
681
|
|
|
|
|
|
|
|
682
|
|
|
|
|
|
|
has 'date_formats' => ( |
683
|
|
|
|
|
|
|
is => 'ro', |
684
|
|
|
|
|
|
|
isa => HashRef, |
685
|
|
|
|
|
|
|
init_arg => undef, |
686
|
|
|
|
|
|
|
default => sub { { |
687
|
|
|
|
|
|
|
'generic' => { |
688
|
|
|
|
|
|
|
'full' => q{EEEE, G y MMMM dd}, |
689
|
|
|
|
|
|
|
'long' => q{G y MMMM d}, |
690
|
|
|
|
|
|
|
'medium' => q{G y MMM d}, |
691
|
|
|
|
|
|
|
'short' => q{GGGGG y-MM-dd}, |
692
|
|
|
|
|
|
|
}, |
693
|
|
|
|
|
|
|
'gregorian' => { |
694
|
|
|
|
|
|
|
'full' => q{EEEE, y MMMM dd}, |
695
|
|
|
|
|
|
|
'long' => q{y MMMM d}, |
696
|
|
|
|
|
|
|
'medium' => q{y MMM d}, |
697
|
|
|
|
|
|
|
'short' => q{y-MM-dd}, |
698
|
|
|
|
|
|
|
}, |
699
|
|
|
|
|
|
|
} }, |
700
|
|
|
|
|
|
|
); |
701
|
|
|
|
|
|
|
|
702
|
|
|
|
|
|
|
has 'time_formats' => ( |
703
|
|
|
|
|
|
|
is => 'ro', |
704
|
|
|
|
|
|
|
isa => HashRef, |
705
|
|
|
|
|
|
|
init_arg => undef, |
706
|
|
|
|
|
|
|
default => sub { { |
707
|
|
|
|
|
|
|
'generic' => { |
708
|
|
|
|
|
|
|
}, |
709
|
|
|
|
|
|
|
'gregorian' => { |
710
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
711
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
712
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
713
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
714
|
|
|
|
|
|
|
}, |
715
|
|
|
|
|
|
|
} }, |
716
|
|
|
|
|
|
|
); |
717
|
|
|
|
|
|
|
|
718
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
719
|
|
|
|
|
|
|
is => 'ro', |
720
|
|
|
|
|
|
|
isa => HashRef, |
721
|
|
|
|
|
|
|
init_arg => undef, |
722
|
|
|
|
|
|
|
default => sub { { |
723
|
|
|
|
|
|
|
'generic' => { |
724
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
725
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
726
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
727
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
728
|
|
|
|
|
|
|
}, |
729
|
|
|
|
|
|
|
'gregorian' => { |
730
|
|
|
|
|
|
|
'full' => q{{1} {0}}, |
731
|
|
|
|
|
|
|
'long' => q{{1} {0}}, |
732
|
|
|
|
|
|
|
'medium' => q{{1} {0}}, |
733
|
|
|
|
|
|
|
'short' => q{{1} {0}}, |
734
|
|
|
|
|
|
|
}, |
735
|
|
|
|
|
|
|
} }, |
736
|
|
|
|
|
|
|
); |
737
|
|
|
|
|
|
|
|
738
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
739
|
|
|
|
|
|
|
is => 'ro', |
740
|
|
|
|
|
|
|
isa => HashRef, |
741
|
|
|
|
|
|
|
init_arg => undef, |
742
|
|
|
|
|
|
|
default => sub { { |
743
|
|
|
|
|
|
|
'generic' => { |
744
|
|
|
|
|
|
|
Ed => q{E d}, |
745
|
|
|
|
|
|
|
MEd => q{E, d.M}, |
746
|
|
|
|
|
|
|
Md => q{d.M}, |
747
|
|
|
|
|
|
|
yyyyMd => q{M.d.y G}, |
748
|
|
|
|
|
|
|
}, |
749
|
|
|
|
|
|
|
'gregorian' => { |
750
|
|
|
|
|
|
|
Ed => q{E d}, |
751
|
|
|
|
|
|
|
MEd => q{E, d.M}, |
752
|
|
|
|
|
|
|
Md => q{d.M}, |
753
|
|
|
|
|
|
|
yMd => q{M.d.y}, |
754
|
|
|
|
|
|
|
}, |
755
|
|
|
|
|
|
|
} }, |
756
|
|
|
|
|
|
|
); |
757
|
|
|
|
|
|
|
|
758
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
759
|
|
|
|
|
|
|
is => 'ro', |
760
|
|
|
|
|
|
|
isa => HashRef, |
761
|
|
|
|
|
|
|
init_arg => undef, |
762
|
|
|
|
|
|
|
default => sub { { |
763
|
|
|
|
|
|
|
} }, |
764
|
|
|
|
|
|
|
); |
765
|
|
|
|
|
|
|
|
766
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
767
|
|
|
|
|
|
|
is => 'ro', |
768
|
|
|
|
|
|
|
isa => HashRef, |
769
|
|
|
|
|
|
|
init_arg => undef, |
770
|
|
|
|
|
|
|
default => sub { { |
771
|
|
|
|
|
|
|
'generic' => { |
772
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
773
|
|
|
|
|
|
|
}, |
774
|
|
|
|
|
|
|
'gregorian' => { |
775
|
|
|
|
|
|
|
fallback => '{0} – {1}', |
776
|
|
|
|
|
|
|
}, |
777
|
|
|
|
|
|
|
} }, |
778
|
|
|
|
|
|
|
); |
779
|
|
|
|
|
|
|
|
780
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
781
|
|
|
|
|
|
|
is => 'ro', |
782
|
|
|
|
|
|
|
isa => HashRef, |
783
|
|
|
|
|
|
|
init_arg => undef, |
784
|
|
|
|
|
|
|
default => sub { { |
785
|
|
|
|
|
|
|
hourFormat => q(+HH:mm;-HH:mm), |
786
|
|
|
|
|
|
|
gmtFormat => q(GMT{0}), |
787
|
|
|
|
|
|
|
gmtZeroFormat => q(GMT), |
788
|
|
|
|
|
|
|
regionFormat => q({0}), |
789
|
|
|
|
|
|
|
fallbackFormat => q({1} ({0})), |
790
|
|
|
|
|
|
|
} } |
791
|
|
|
|
|
|
|
); |
792
|
1
|
|
|
1
|
|
8887
|
no Moo; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
7
|
|
793
|
|
|
|
|
|
|
|
794
|
|
|
|
|
|
|
1; |
795
|
|
|
|
|
|
|
|
796
|
|
|
|
|
|
|
# vim: tabstop=4 |