line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Yav - Package for language Yangben |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
# This file auto generated from Data/common/main/yav.xml |
10
|
|
|
|
|
|
|
# on Mon 11 Apr 5:41:12 pm GMT |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
use strict; |
13
|
1
|
|
|
1
|
|
835768
|
use warnings; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
25
|
|
14
|
1
|
|
|
1
|
|
4
|
use version; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
21
|
|
15
|
1
|
|
|
1
|
|
4
|
|
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
16
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.1'); |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
use v5.10.1; |
19
|
1
|
|
|
1
|
|
97
|
use mro 'c3'; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
4
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
21
|
1
|
|
|
1
|
|
20
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
22
|
1
|
|
|
1
|
|
36
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
22
|
|
23
|
1
|
|
|
1
|
|
103
|
use Moo; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
8
|
|
24
|
1
|
|
|
1
|
|
878
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
25
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Root'); |
26
|
|
|
|
|
|
|
has 'display_name_language' => ( |
27
|
|
|
|
|
|
|
is => 'ro', |
28
|
|
|
|
|
|
|
isa => CodeRef, |
29
|
|
|
|
|
|
|
init_arg => undef, |
30
|
|
|
|
|
|
|
default => sub { |
31
|
|
|
|
|
|
|
sub { |
32
|
|
|
|
|
|
|
my %languages = ( |
33
|
|
|
|
|
|
|
'ak' => 'akánɛ', |
34
|
|
|
|
|
|
|
'am' => 'amalíke', |
35
|
|
|
|
|
|
|
'ar' => '́pakas', |
36
|
|
|
|
|
|
|
'be' => 'pielúse', |
37
|
|
|
|
|
|
|
'bg' => 'bulgálɛ', |
38
|
|
|
|
|
|
|
'bn' => 'pengálɛ́ɛ', |
39
|
|
|
|
|
|
|
'cs' => 'cɛ́kɛ́ɛ', |
40
|
|
|
|
|
|
|
'de' => 'ŋndiáman', |
41
|
|
|
|
|
|
|
'el' => 'yavánɛ', |
42
|
|
|
|
|
|
|
'en' => 'íŋgilísé', |
43
|
|
|
|
|
|
|
'es' => 'nuɛspanyɔ́lɛ', |
44
|
|
|
|
|
|
|
'fa' => 'nupɛ́lisɛ', |
45
|
|
|
|
|
|
|
'fr' => 'feleŋsí', |
46
|
|
|
|
|
|
|
'ha' => 'pakas', |
47
|
|
|
|
|
|
|
'hi' => 'índí', |
48
|
|
|
|
|
|
|
'hu' => 'ɔ́ŋgɛ', |
49
|
|
|
|
|
|
|
'id' => 'índonísiɛ', |
50
|
|
|
|
|
|
|
'ig' => 'íbo', |
51
|
|
|
|
|
|
|
'it' => 'itáliɛ', |
52
|
|
|
|
|
|
|
'ja' => 'ndiáman', |
53
|
|
|
|
|
|
|
'jv' => 'yávanɛ', |
54
|
|
|
|
|
|
|
'km' => 'kímɛɛ', |
55
|
|
|
|
|
|
|
'ko' => 'kolíe', |
56
|
|
|
|
|
|
|
'ms' => 'máliɛ', |
57
|
|
|
|
|
|
|
'my' => 'bímanɛ', |
58
|
|
|
|
|
|
|
'ne' => 'nunipálɛ', |
59
|
|
|
|
|
|
|
'nl' => 'nilándɛ', |
60
|
|
|
|
|
|
|
'pa' => 'nupunsapíɛ́', |
61
|
|
|
|
|
|
|
'pl' => 'nupolonɛ́ɛ', |
62
|
|
|
|
|
|
|
'pt' => 'nupɔlitukɛ́ɛ', |
63
|
|
|
|
|
|
|
'ro' => 'nulumɛ́ŋɛ', |
64
|
|
|
|
|
|
|
'ru' => 'nulúse', |
65
|
|
|
|
|
|
|
'rw' => 'nuluándɛ́ɛ', |
66
|
|
|
|
|
|
|
'so' => 'nusomalíɛ', |
67
|
|
|
|
|
|
|
'sv' => 'nusuetua', |
68
|
|
|
|
|
|
|
'ta' => 'nutámule', |
69
|
|
|
|
|
|
|
'th' => 'nutáyɛ', |
70
|
|
|
|
|
|
|
'tr' => 'nutúluke', |
71
|
|
|
|
|
|
|
'uk' => 'nukeleniɛ́ŋɛ', |
72
|
|
|
|
|
|
|
'ur' => 'nulutú', |
73
|
|
|
|
|
|
|
'vi' => 'nufiɛtnamíɛŋ', |
74
|
|
|
|
|
|
|
'yav' => 'nuasue', |
75
|
|
|
|
|
|
|
'yo' => 'nuyolúpa', |
76
|
|
|
|
|
|
|
'zh' => 'sinúɛ', |
77
|
|
|
|
|
|
|
'zu' => 'nusulú', |
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
); |
80
|
|
|
|
|
|
|
if (@_) { |
81
|
|
|
|
|
|
|
return $languages{$_[0]}; |
82
|
|
|
|
|
|
|
} |
83
|
|
|
|
|
|
|
return \%languages; |
84
|
|
|
|
|
|
|
} |
85
|
|
|
|
|
|
|
}, |
86
|
|
|
|
|
|
|
); |
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
has 'display_name_region' => ( |
89
|
|
|
|
|
|
|
is => 'ro', |
90
|
|
|
|
|
|
|
isa => HashRef[Str], |
91
|
|
|
|
|
|
|
init_arg => undef, |
92
|
|
|
|
|
|
|
default => sub { |
93
|
|
|
|
|
|
|
{ |
94
|
|
|
|
|
|
|
'AD' => 'Aŋtúla', |
95
|
|
|
|
|
|
|
'AE' => 'imiláat i paaláap', |
96
|
|
|
|
|
|
|
'AF' => 'Afkanistáŋ', |
97
|
|
|
|
|
|
|
'AG' => 'Aŋtíka na Palpúta', |
98
|
|
|
|
|
|
|
'AI' => 'Aŋkíla', |
99
|
|
|
|
|
|
|
'AL' => 'Alpaní', |
100
|
|
|
|
|
|
|
'AM' => 'Almanía', |
101
|
|
|
|
|
|
|
'AO' => 'Aŋkúla', |
102
|
|
|
|
|
|
|
'AR' => 'Alsaŋtín', |
103
|
|
|
|
|
|
|
'AS' => 'Sámua u Amelíka', |
104
|
|
|
|
|
|
|
'AT' => 'Otilís', |
105
|
|
|
|
|
|
|
'AU' => 'Otalalí', |
106
|
|
|
|
|
|
|
'AW' => 'Alúpa', |
107
|
|
|
|
|
|
|
'AZ' => 'Asɛlpaisáŋ', |
108
|
|
|
|
|
|
|
'BA' => 'Pusiní-ɛlkofína', |
109
|
|
|
|
|
|
|
'BB' => 'Palpatós', |
110
|
|
|
|
|
|
|
'BD' => 'Paŋkalatɛs', |
111
|
|
|
|
|
|
|
'BE' => 'Pɛlsíik', |
112
|
|
|
|
|
|
|
'BF' => 'Pulikínafásó', |
113
|
|
|
|
|
|
|
'BG' => 'Pulukalíi', |
114
|
|
|
|
|
|
|
'BH' => 'Palɛŋ', |
115
|
|
|
|
|
|
|
'BI' => 'Púlúndí', |
116
|
|
|
|
|
|
|
'BJ' => 'Penɛŋ', |
117
|
|
|
|
|
|
|
'BM' => 'Pɛlmúta', |
118
|
|
|
|
|
|
|
'BN' => 'Pulunéy', |
119
|
|
|
|
|
|
|
'BO' => 'Polífia', |
120
|
|
|
|
|
|
|
'BR' => 'Pilesíl', |
121
|
|
|
|
|
|
|
'BS' => 'Pahámas', |
122
|
|
|
|
|
|
|
'BT' => 'Putaŋ', |
123
|
|
|
|
|
|
|
'BW' => 'Posuána', |
124
|
|
|
|
|
|
|
'BY' => 'Pelalús', |
125
|
|
|
|
|
|
|
'BZ' => 'Pelíse', |
126
|
|
|
|
|
|
|
'CA' => 'Kánáta', |
127
|
|
|
|
|
|
|
'CD' => 'kitɔŋ kí kongó', |
128
|
|
|
|
|
|
|
'CF' => 'Santalafilíik', |
129
|
|
|
|
|
|
|
'CG' => 'Kongó', |
130
|
|
|
|
|
|
|
'CH' => 'suwíis', |
131
|
|
|
|
|
|
|
'CI' => 'Kótifualɛ', |
132
|
|
|
|
|
|
|
'CK' => 'Kúuke', |
133
|
|
|
|
|
|
|
'CL' => 'Silí', |
134
|
|
|
|
|
|
|
'CM' => 'Kemelún', |
135
|
|
|
|
|
|
|
'CN' => 'Síine', |
136
|
|
|
|
|
|
|
'CO' => 'Kɔlɔ́mbía', |
137
|
|
|
|
|
|
|
'CR' => 'Kóstálíka', |
138
|
|
|
|
|
|
|
'CU' => 'kúpa', |
139
|
|
|
|
|
|
|
'CV' => 'Kápfɛl', |
140
|
|
|
|
|
|
|
'CY' => 'síplɛ', |
141
|
|
|
|
|
|
|
'CZ' => 'kitɔŋ kí cɛ́k', |
142
|
|
|
|
|
|
|
'DE' => 'nsáman', |
143
|
|
|
|
|
|
|
'DJ' => 'síputí', |
144
|
|
|
|
|
|
|
'DK' => 'tanemálk', |
145
|
|
|
|
|
|
|
'DM' => 'túmúnéke', |
146
|
|
|
|
|
|
|
'DO' => 'kitɔŋ kí tumunikɛ́ŋ', |
147
|
|
|
|
|
|
|
'DZ' => 'Alselí', |
148
|
|
|
|
|
|
|
'EC' => 'ekuatɛ́l', |
149
|
|
|
|
|
|
|
'EE' => 'ɛstoni', |
150
|
|
|
|
|
|
|
'EG' => 'isípit', |
151
|
|
|
|
|
|
|
'ER' => 'elitée', |
152
|
|
|
|
|
|
|
'ES' => 'panyá', |
153
|
|
|
|
|
|
|
'ET' => 'etiopí', |
154
|
|
|
|
|
|
|
'FI' => 'fɛnlánd', |
155
|
|
|
|
|
|
|
'FJ' => 'físi', |
156
|
|
|
|
|
|
|
'FK' => 'maluwín', |
157
|
|
|
|
|
|
|
'FM' => 'mikolonesí', |
158
|
|
|
|
|
|
|
'FR' => 'felensí', |
159
|
|
|
|
|
|
|
'GA' => 'kapɔ́ŋ', |
160
|
|
|
|
|
|
|
'GB' => 'ingilíís', |
161
|
|
|
|
|
|
|
'GD' => 'kelenáat', |
162
|
|
|
|
|
|
|
'GE' => 'sɔlsíi', |
163
|
|
|
|
|
|
|
'GF' => 'kuyáan u felensí', |
164
|
|
|
|
|
|
|
'GH' => 'kaná', |
165
|
|
|
|
|
|
|
'GI' => 'sílpalatáal', |
166
|
|
|
|
|
|
|
'GL' => 'kuluɛnlánd', |
167
|
|
|
|
|
|
|
'GM' => 'kambíi', |
168
|
|
|
|
|
|
|
'GN' => 'kiiné', |
169
|
|
|
|
|
|
|
'GP' => 'kuatelúup', |
170
|
|
|
|
|
|
|
'GQ' => 'kinéekuatolial', |
171
|
|
|
|
|
|
|
'GR' => 'kilɛ́ɛk', |
172
|
|
|
|
|
|
|
'GT' => 'kuatemalá', |
173
|
|
|
|
|
|
|
'GU' => 'kuamiɛ', |
174
|
|
|
|
|
|
|
'GW' => 'kiinépisaó', |
175
|
|
|
|
|
|
|
'GY' => 'kuyáan', |
176
|
|
|
|
|
|
|
'HN' => 'ɔndúlas', |
177
|
|
|
|
|
|
|
'HR' => 'Kolowasíi', |
178
|
|
|
|
|
|
|
'HT' => 'ayíti', |
179
|
|
|
|
|
|
|
'HU' => 'ɔngilí', |
180
|
|
|
|
|
|
|
'ID' => 'ɛndonesí', |
181
|
|
|
|
|
|
|
'IE' => 'ililánd', |
182
|
|
|
|
|
|
|
'IL' => 'ísilayɛ́l', |
183
|
|
|
|
|
|
|
'IN' => 'ɛ́ɛnd', |
184
|
|
|
|
|
|
|
'IO' => 'Kɔɔ́m kí ndián yi ngilís', |
185
|
|
|
|
|
|
|
'IQ' => 'ilák', |
186
|
|
|
|
|
|
|
'IR' => 'iláŋ', |
187
|
|
|
|
|
|
|
'IS' => 'isláand', |
188
|
|
|
|
|
|
|
'IT' => 'italí', |
189
|
|
|
|
|
|
|
'JM' => 'samayíik', |
190
|
|
|
|
|
|
|
'JO' => 'sɔltaní', |
191
|
|
|
|
|
|
|
'JP' => 'sapɔ́ɔŋ', |
192
|
|
|
|
|
|
|
'KE' => 'kénia', |
193
|
|
|
|
|
|
|
'KG' => 'kilikisistáŋ', |
194
|
|
|
|
|
|
|
'KH' => 'Kámbóse', |
195
|
|
|
|
|
|
|
'KI' => 'kilipatí', |
196
|
|
|
|
|
|
|
'KM' => 'Kɔmɔ́ɔl', |
197
|
|
|
|
|
|
|
'KN' => 'sɛ́ŋkilistɔ́f eniɛ́f', |
198
|
|
|
|
|
|
|
'KP' => 'kɔlé u muɛnɛ́', |
199
|
|
|
|
|
|
|
'KR' => 'kɔlé wu mbát', |
200
|
|
|
|
|
|
|
'KW' => 'kowéet', |
201
|
|
|
|
|
|
|
'KY' => 'Káyímanɛ', |
202
|
|
|
|
|
|
|
'KZ' => 'kasaksitáŋ', |
203
|
|
|
|
|
|
|
'LA' => 'lawós', |
204
|
|
|
|
|
|
|
'LB' => 'lipáŋ', |
205
|
|
|
|
|
|
|
'LC' => 'sɛ́ŋtɛ́lusí', |
206
|
|
|
|
|
|
|
'LI' => 'lístɛ́nsitáyin', |
207
|
|
|
|
|
|
|
'LK' => 'silíláŋka', |
208
|
|
|
|
|
|
|
'LR' => 'lipélia', |
209
|
|
|
|
|
|
|
'LS' => 'lesotó', |
210
|
|
|
|
|
|
|
'LT' => 'litiyaní', |
211
|
|
|
|
|
|
|
'LU' => 'liksambúul', |
212
|
|
|
|
|
|
|
'LV' => 'letoní', |
213
|
|
|
|
|
|
|
'LY' => 'lipíi', |
214
|
|
|
|
|
|
|
'MA' => 'malóok', |
215
|
|
|
|
|
|
|
'MC' => 'monakó', |
216
|
|
|
|
|
|
|
'MD' => 'moltafí', |
217
|
|
|
|
|
|
|
'MG' => 'matakaskáal', |
218
|
|
|
|
|
|
|
'MH' => 'ílmalasáal', |
219
|
|
|
|
|
|
|
'MK' => 'masetuán', |
220
|
|
|
|
|
|
|
'ML' => 'malí', |
221
|
|
|
|
|
|
|
'MM' => 'miaŋmáal', |
222
|
|
|
|
|
|
|
'MN' => 'mongolí', |
223
|
|
|
|
|
|
|
'MP' => 'il maliyanɛ u muɛnɛ́', |
224
|
|
|
|
|
|
|
'MQ' => 'maltiníik', |
225
|
|
|
|
|
|
|
'MR' => 'molitaní', |
226
|
|
|
|
|
|
|
'MS' => 'mɔŋsilá', |
227
|
|
|
|
|
|
|
'MT' => 'málɛ́t', |
228
|
|
|
|
|
|
|
'MU' => 'molís', |
229
|
|
|
|
|
|
|
'MV' => 'maletíif', |
230
|
|
|
|
|
|
|
'MW' => 'malawí', |
231
|
|
|
|
|
|
|
'MX' => 'mɛksíik', |
232
|
|
|
|
|
|
|
'MY' => 'malesí', |
233
|
|
|
|
|
|
|
'MZ' => 'mosambík', |
234
|
|
|
|
|
|
|
'NA' => 'namipí', |
235
|
|
|
|
|
|
|
'NC' => 'nufɛ́l kaletoní', |
236
|
|
|
|
|
|
|
'NE' => 'nisɛ́ɛl', |
237
|
|
|
|
|
|
|
'NF' => 'il nɔ́lfɔ́lɔk', |
238
|
|
|
|
|
|
|
'NG' => 'nisélia', |
239
|
|
|
|
|
|
|
'NI' => 'nikalaká', |
240
|
|
|
|
|
|
|
'NL' => 'nitililáand', |
241
|
|
|
|
|
|
|
'NO' => 'nɔlfɛ́ɛs', |
242
|
|
|
|
|
|
|
'NP' => 'nepáal', |
243
|
|
|
|
|
|
|
'NR' => 'nawulú', |
244
|
|
|
|
|
|
|
'NU' => 'niyuwé', |
245
|
|
|
|
|
|
|
'NZ' => 'nufɛ́l seláand', |
246
|
|
|
|
|
|
|
'OM' => 'omáŋ', |
247
|
|
|
|
|
|
|
'PA' => 'panamá', |
248
|
|
|
|
|
|
|
'PE' => 'pelú', |
249
|
|
|
|
|
|
|
'PF' => 'polinesí u felensí', |
250
|
|
|
|
|
|
|
'PG' => 'papuasí nufɛ́l kiiné', |
251
|
|
|
|
|
|
|
'PH' => 'filipíin', |
252
|
|
|
|
|
|
|
'PK' => 'pakistáŋ', |
253
|
|
|
|
|
|
|
'PL' => 'pɔlɔ́ɔny', |
254
|
|
|
|
|
|
|
'PM' => 'sɛ́ŋpiɛ́l e mikelɔ́ŋ', |
255
|
|
|
|
|
|
|
'PN' => 'pitikɛ́ɛlínɛ́', |
256
|
|
|
|
|
|
|
'PR' => 'pólótolíko', |
257
|
|
|
|
|
|
|
'PS' => 'kitɔŋ ki palɛstíin', |
258
|
|
|
|
|
|
|
'PT' => 'pɔltukáal', |
259
|
|
|
|
|
|
|
'PW' => 'palawú', |
260
|
|
|
|
|
|
|
'PY' => 'palakúé', |
261
|
|
|
|
|
|
|
'QA' => 'katáal', |
262
|
|
|
|
|
|
|
'RE' => 'elewuniɔ́ŋ', |
263
|
|
|
|
|
|
|
'RO' => 'ulumaní', |
264
|
|
|
|
|
|
|
'RU' => 'ulusí', |
265
|
|
|
|
|
|
|
'RW' => 'uluándá', |
266
|
|
|
|
|
|
|
'SA' => 'alapísawutíit', |
267
|
|
|
|
|
|
|
'SB' => 'il salomɔ́ŋ', |
268
|
|
|
|
|
|
|
'SC' => 'sesɛ́ɛl', |
269
|
|
|
|
|
|
|
'SD' => 'sutáaŋ', |
270
|
|
|
|
|
|
|
'SE' => 'suɛ́t', |
271
|
|
|
|
|
|
|
'SG' => 'singapúul', |
272
|
|
|
|
|
|
|
'SH' => 'sɛ́ŋtɛ́ elɛ́ɛnɛ', |
273
|
|
|
|
|
|
|
'SI' => 'silofení', |
274
|
|
|
|
|
|
|
'SK' => 'silofakí', |
275
|
|
|
|
|
|
|
'SL' => 'sieláleyɔ́ɔn', |
276
|
|
|
|
|
|
|
'SM' => 'san malíno', |
277
|
|
|
|
|
|
|
'SN' => 'senekáal', |
278
|
|
|
|
|
|
|
'SO' => 'somalí', |
279
|
|
|
|
|
|
|
'SR' => 'sulináam', |
280
|
|
|
|
|
|
|
'ST' => 'sáwó tomé e pelensípe', |
281
|
|
|
|
|
|
|
'SV' => 'salfatɔ́ɔl', |
282
|
|
|
|
|
|
|
'SZ' => 'suasiláand', |
283
|
|
|
|
|
|
|
'TC' => 'túluk na káyiik', |
284
|
|
|
|
|
|
|
'TD' => 'Sáat', |
285
|
|
|
|
|
|
|
'TG' => 'tokó', |
286
|
|
|
|
|
|
|
'TH' => 'tayiláand', |
287
|
|
|
|
|
|
|
'TJ' => 'tasikistáaŋ', |
288
|
|
|
|
|
|
|
'TK' => 'tokeló', |
289
|
|
|
|
|
|
|
'TL' => 'timɔ́ɔl u nipálɛ́n', |
290
|
|
|
|
|
|
|
'TM' => 'tulukmenisitáaŋ', |
291
|
|
|
|
|
|
|
'TN' => 'tunusí', |
292
|
|
|
|
|
|
|
'TO' => 'tɔ́ŋka', |
293
|
|
|
|
|
|
|
'TR' => 'tulukíi', |
294
|
|
|
|
|
|
|
'TT' => 'tilinitáat na tupákɔ', |
295
|
|
|
|
|
|
|
'TV' => 'tufalú', |
296
|
|
|
|
|
|
|
'TW' => 'tayiwáan', |
297
|
|
|
|
|
|
|
'TZ' => 'taŋsaní', |
298
|
|
|
|
|
|
|
'UA' => 'ukilɛ́ɛn', |
299
|
|
|
|
|
|
|
'UG' => 'ukánda', |
300
|
|
|
|
|
|
|
'US' => 'amálíka', |
301
|
|
|
|
|
|
|
'UY' => 'ulukuéy', |
302
|
|
|
|
|
|
|
'UZ' => 'usupekistáaŋ', |
303
|
|
|
|
|
|
|
'VA' => 'fatikáaŋ', |
304
|
|
|
|
|
|
|
'VC' => 'sɛ́ŋ fɛŋsáŋ elekelenatíin', |
305
|
|
|
|
|
|
|
'VE' => 'fenesuwelá', |
306
|
|
|
|
|
|
|
'VG' => 'Filisíin ungilís', |
307
|
|
|
|
|
|
|
'VI' => 'pindisúlɛ́ pi amálíka', |
308
|
|
|
|
|
|
|
'VN' => 'fiɛtnáam', |
309
|
|
|
|
|
|
|
'VU' => 'fanuatú', |
310
|
|
|
|
|
|
|
'WF' => 'walíis na futúna', |
311
|
|
|
|
|
|
|
'WS' => 'samowá', |
312
|
|
|
|
|
|
|
'YE' => 'yémɛn', |
313
|
|
|
|
|
|
|
'YT' => 'mayɔ́ɔt', |
314
|
|
|
|
|
|
|
'ZA' => 'afilí mbátɛ́', |
315
|
|
|
|
|
|
|
'ZM' => 'saambíi', |
316
|
|
|
|
|
|
|
'ZW' => 'simbapuwé', |
317
|
|
|
|
|
|
|
|
318
|
|
|
|
|
|
|
} |
319
|
|
|
|
|
|
|
}, |
320
|
|
|
|
|
|
|
); |
321
|
|
|
|
|
|
|
|
322
|
|
|
|
|
|
|
has 'characters' => ( |
323
|
|
|
|
|
|
|
is => 'ro', |
324
|
|
|
|
|
|
|
isa => HashRef, |
325
|
|
|
|
|
|
|
init_arg => undef, |
326
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
327
|
|
|
|
|
|
|
? eval <<'EOT' |
328
|
|
|
|
|
|
|
sub { |
329
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
330
|
|
|
|
|
|
|
return { |
331
|
|
|
|
|
|
|
auxiliary => qr{[g j q r x z]}, |
332
|
|
|
|
|
|
|
index => ['A', 'B', 'C', 'D', 'E', 'Ɛ', 'F', 'H', 'I', 'K', 'L', 'M', 'N', 'Ŋ', 'O', 'Ɔ', 'P', 'S', 'T', 'U', 'V', 'W', 'Y'], |
333
|
|
|
|
|
|
|
main => qr{[a á à â ǎ ā b c d e é è ɛ {ɛ́} {ɛ̀} f h i í ì î ī k l m {mb} n {ny} ŋ {ŋg} o ó ò ô ǒ ō ɔ {ɔ́} {ɔ̀} p s t u ú ù û ǔ ū v w y]}, |
334
|
|
|
|
|
|
|
numbers => qr{[ \- , % ‰ + 0 1 2 3 4 5 6 7 8 9]}, |
335
|
|
|
|
|
|
|
}; |
336
|
|
|
|
|
|
|
}, |
337
|
|
|
|
|
|
|
EOT |
338
|
|
|
|
|
|
|
: sub { |
339
|
|
|
|
|
|
|
return { index => ['A', 'B', 'C', 'D', 'E', 'Ɛ', 'F', 'H', 'I', 'K', 'L', 'M', 'N', 'Ŋ', 'O', 'Ɔ', 'P', 'S', 'T', 'U', 'V', 'W', 'Y'], }; |
340
|
|
|
|
|
|
|
}, |
341
|
|
|
|
|
|
|
); |
342
|
1
|
|
|
1
|
|
100
|
|
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
134
|
|
343
|
|
|
|
|
|
|
|
344
|
|
|
|
|
|
|
has 'quote_start' => ( |
345
|
|
|
|
|
|
|
is => 'ro', |
346
|
|
|
|
|
|
|
isa => Str, |
347
|
|
|
|
|
|
|
init_arg => undef, |
348
|
|
|
|
|
|
|
default => qq{«}, |
349
|
|
|
|
|
|
|
); |
350
|
|
|
|
|
|
|
|
351
|
|
|
|
|
|
|
has 'quote_end' => ( |
352
|
|
|
|
|
|
|
is => 'ro', |
353
|
|
|
|
|
|
|
isa => Str, |
354
|
|
|
|
|
|
|
init_arg => undef, |
355
|
|
|
|
|
|
|
default => qq{»}, |
356
|
|
|
|
|
|
|
); |
357
|
|
|
|
|
|
|
|
358
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
359
|
|
|
|
|
|
|
is => 'ro', |
360
|
|
|
|
|
|
|
isa => Str, |
361
|
|
|
|
|
|
|
init_arg => undef, |
362
|
|
|
|
|
|
|
default => qq{«}, |
363
|
|
|
|
|
|
|
); |
364
|
|
|
|
|
|
|
|
365
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
366
|
|
|
|
|
|
|
is => 'ro', |
367
|
|
|
|
|
|
|
isa => Str, |
368
|
|
|
|
|
|
|
init_arg => undef, |
369
|
|
|
|
|
|
|
default => qq{»}, |
370
|
|
|
|
|
|
|
); |
371
|
|
|
|
|
|
|
|
372
|
|
|
|
|
|
|
has 'yesstr' => ( |
373
|
|
|
|
|
|
|
is => 'ro', |
374
|
|
|
|
|
|
|
isa => RegexpRef, |
375
|
|
|
|
|
|
|
init_arg => undef, |
376
|
|
|
|
|
|
|
default => sub { qr'^(?i:ɛ́ɛ́ɛ|ɛ|yes|y)$' } |
377
|
|
|
|
|
|
|
); |
378
|
|
|
|
|
|
|
|
379
|
|
|
|
|
|
|
has 'nostr' => ( |
380
|
|
|
|
|
|
|
is => 'ro', |
381
|
|
|
|
|
|
|
isa => RegexpRef, |
382
|
|
|
|
|
|
|
init_arg => undef, |
383
|
|
|
|
|
|
|
default => sub { qr'^(?i:aákó|a|no|n)$' } |
384
|
|
|
|
|
|
|
); |
385
|
|
|
|
|
|
|
|
386
|
|
|
|
|
|
|
has 'number_symbols' => ( |
387
|
|
|
|
|
|
|
is => 'ro', |
388
|
|
|
|
|
|
|
isa => HashRef, |
389
|
|
|
|
|
|
|
init_arg => undef, |
390
|
|
|
|
|
|
|
default => sub { { |
391
|
|
|
|
|
|
|
'latn' => { |
392
|
|
|
|
|
|
|
'decimal' => q(,), |
393
|
|
|
|
|
|
|
'group' => q( ), |
394
|
|
|
|
|
|
|
}, |
395
|
|
|
|
|
|
|
} } |
396
|
|
|
|
|
|
|
); |
397
|
|
|
|
|
|
|
|
398
|
|
|
|
|
|
|
has 'number_formats' => ( |
399
|
|
|
|
|
|
|
is => 'ro', |
400
|
|
|
|
|
|
|
isa => HashRef, |
401
|
|
|
|
|
|
|
init_arg => undef, |
402
|
|
|
|
|
|
|
default => sub { { |
403
|
|
|
|
|
|
|
decimalFormat => { |
404
|
|
|
|
|
|
|
'default' => { |
405
|
|
|
|
|
|
|
'standard' => { |
406
|
|
|
|
|
|
|
'default' => '#,##0.###', |
407
|
|
|
|
|
|
|
}, |
408
|
|
|
|
|
|
|
}, |
409
|
|
|
|
|
|
|
}, |
410
|
|
|
|
|
|
|
percentFormat => { |
411
|
|
|
|
|
|
|
'default' => { |
412
|
|
|
|
|
|
|
'standard' => { |
413
|
|
|
|
|
|
|
'default' => '#,##0%', |
414
|
|
|
|
|
|
|
}, |
415
|
|
|
|
|
|
|
}, |
416
|
|
|
|
|
|
|
}, |
417
|
|
|
|
|
|
|
} }, |
418
|
|
|
|
|
|
|
); |
419
|
|
|
|
|
|
|
|
420
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
421
|
|
|
|
|
|
|
is => 'ro', |
422
|
|
|
|
|
|
|
isa => HashRef, |
423
|
|
|
|
|
|
|
init_arg => undef, |
424
|
|
|
|
|
|
|
default => sub { { |
425
|
|
|
|
|
|
|
'latn' => { |
426
|
|
|
|
|
|
|
'pattern' => { |
427
|
|
|
|
|
|
|
'default' => { |
428
|
|
|
|
|
|
|
'accounting' => { |
429
|
|
|
|
|
|
|
'negative' => '(#,##0.00 ¤)', |
430
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
431
|
|
|
|
|
|
|
}, |
432
|
|
|
|
|
|
|
'standard' => { |
433
|
|
|
|
|
|
|
'positive' => '#,##0.00 ¤', |
434
|
|
|
|
|
|
|
}, |
435
|
|
|
|
|
|
|
}, |
436
|
|
|
|
|
|
|
}, |
437
|
|
|
|
|
|
|
}, |
438
|
|
|
|
|
|
|
} }, |
439
|
|
|
|
|
|
|
); |
440
|
|
|
|
|
|
|
|
441
|
|
|
|
|
|
|
has 'currencies' => ( |
442
|
|
|
|
|
|
|
is => 'ro', |
443
|
|
|
|
|
|
|
isa => HashRef, |
444
|
|
|
|
|
|
|
init_arg => undef, |
445
|
|
|
|
|
|
|
default => sub { { |
446
|
|
|
|
|
|
|
'AOA' => { |
447
|
|
|
|
|
|
|
display_name => { |
448
|
|
|
|
|
|
|
'currency' => q(kuansa wu angolá), |
449
|
|
|
|
|
|
|
}, |
450
|
|
|
|
|
|
|
}, |
451
|
|
|
|
|
|
|
'AUD' => { |
452
|
|
|
|
|
|
|
display_name => { |
453
|
|
|
|
|
|
|
'currency' => q(toláal wu ostalalí), |
454
|
|
|
|
|
|
|
}, |
455
|
|
|
|
|
|
|
}, |
456
|
|
|
|
|
|
|
'BHD' => { |
457
|
|
|
|
|
|
|
display_name => { |
458
|
|
|
|
|
|
|
'currency' => q(tináal wu paaléen), |
459
|
|
|
|
|
|
|
}, |
460
|
|
|
|
|
|
|
}, |
461
|
|
|
|
|
|
|
'BIF' => { |
462
|
|
|
|
|
|
|
display_name => { |
463
|
|
|
|
|
|
|
'currency' => q(faláŋɛ u pulundí), |
464
|
|
|
|
|
|
|
}, |
465
|
|
|
|
|
|
|
}, |
466
|
|
|
|
|
|
|
'BWP' => { |
467
|
|
|
|
|
|
|
display_name => { |
468
|
|
|
|
|
|
|
'currency' => q(pula pu posuána), |
469
|
|
|
|
|
|
|
}, |
470
|
|
|
|
|
|
|
}, |
471
|
|
|
|
|
|
|
'CAD' => { |
472
|
|
|
|
|
|
|
display_name => { |
473
|
|
|
|
|
|
|
'currency' => q(toláal u kanáta), |
474
|
|
|
|
|
|
|
}, |
475
|
|
|
|
|
|
|
}, |
476
|
|
|
|
|
|
|
'CDF' => { |
477
|
|
|
|
|
|
|
display_name => { |
478
|
|
|
|
|
|
|
'currency' => q(́faláŋɛ u kongó), |
479
|
|
|
|
|
|
|
}, |
480
|
|
|
|
|
|
|
}, |
481
|
|
|
|
|
|
|
'CNY' => { |
482
|
|
|
|
|
|
|
display_name => { |
483
|
|
|
|
|
|
|
'currency' => q(yuan ɛlɛnmimbí), |
484
|
|
|
|
|
|
|
}, |
485
|
|
|
|
|
|
|
}, |
486
|
|
|
|
|
|
|
'CVE' => { |
487
|
|
|
|
|
|
|
display_name => { |
488
|
|
|
|
|
|
|
'currency' => q(ɛskúdo u kápfɛ́ɛl), |
489
|
|
|
|
|
|
|
}, |
490
|
|
|
|
|
|
|
}, |
491
|
|
|
|
|
|
|
'DJF' => { |
492
|
|
|
|
|
|
|
display_name => { |
493
|
|
|
|
|
|
|
'currency' => q(́faláŋɛ u síputí), |
494
|
|
|
|
|
|
|
}, |
495
|
|
|
|
|
|
|
}, |
496
|
|
|
|
|
|
|
'DZD' => { |
497
|
|
|
|
|
|
|
display_name => { |
498
|
|
|
|
|
|
|
'currency' => q(tináal wu alselí), |
499
|
|
|
|
|
|
|
}, |
500
|
|
|
|
|
|
|
}, |
501
|
|
|
|
|
|
|
'EGP' => { |
502
|
|
|
|
|
|
|
display_name => { |
503
|
|
|
|
|
|
|
'currency' => q(lífilɛ wu isípit), |
504
|
|
|
|
|
|
|
}, |
505
|
|
|
|
|
|
|
}, |
506
|
|
|
|
|
|
|
'ERN' => { |
507
|
|
|
|
|
|
|
display_name => { |
508
|
|
|
|
|
|
|
'currency' => q(náfka wu elitilée), |
509
|
|
|
|
|
|
|
}, |
510
|
|
|
|
|
|
|
}, |
511
|
|
|
|
|
|
|
'ETB' => { |
512
|
|
|
|
|
|
|
display_name => { |
513
|
|
|
|
|
|
|
'currency' => q(píil wu etiopí), |
514
|
|
|
|
|
|
|
}, |
515
|
|
|
|
|
|
|
}, |
516
|
|
|
|
|
|
|
'EUR' => { |
517
|
|
|
|
|
|
|
display_name => { |
518
|
|
|
|
|
|
|
'currency' => q(olóo), |
519
|
|
|
|
|
|
|
}, |
520
|
|
|
|
|
|
|
}, |
521
|
|
|
|
|
|
|
'GBP' => { |
522
|
|
|
|
|
|
|
display_name => { |
523
|
|
|
|
|
|
|
'currency' => q(lífilɛ sitelelíiŋ), |
524
|
|
|
|
|
|
|
}, |
525
|
|
|
|
|
|
|
}, |
526
|
|
|
|
|
|
|
'GHC' => { |
527
|
|
|
|
|
|
|
display_name => { |
528
|
|
|
|
|
|
|
'currency' => q(setí), |
529
|
|
|
|
|
|
|
}, |
530
|
|
|
|
|
|
|
}, |
531
|
|
|
|
|
|
|
'GMD' => { |
532
|
|
|
|
|
|
|
display_name => { |
533
|
|
|
|
|
|
|
'currency' => q(talasí u kaambí), |
534
|
|
|
|
|
|
|
}, |
535
|
|
|
|
|
|
|
}, |
536
|
|
|
|
|
|
|
'GNS' => { |
537
|
|
|
|
|
|
|
display_name => { |
538
|
|
|
|
|
|
|
'currency' => q(silí u kiiné), |
539
|
|
|
|
|
|
|
}, |
540
|
|
|
|
|
|
|
}, |
541
|
|
|
|
|
|
|
'INR' => { |
542
|
|
|
|
|
|
|
display_name => { |
543
|
|
|
|
|
|
|
'currency' => q(ulupí), |
544
|
|
|
|
|
|
|
}, |
545
|
|
|
|
|
|
|
}, |
546
|
|
|
|
|
|
|
'JPY' => { |
547
|
|
|
|
|
|
|
display_name => { |
548
|
|
|
|
|
|
|
'currency' => q(yɛ́ɛn u sapɔ́ɔŋ), |
549
|
|
|
|
|
|
|
}, |
550
|
|
|
|
|
|
|
}, |
551
|
|
|
|
|
|
|
'KES' => { |
552
|
|
|
|
|
|
|
display_name => { |
553
|
|
|
|
|
|
|
'currency' => q(síliŋ u kénia), |
554
|
|
|
|
|
|
|
}, |
555
|
|
|
|
|
|
|
}, |
556
|
|
|
|
|
|
|
'KMF' => { |
557
|
|
|
|
|
|
|
display_name => { |
558
|
|
|
|
|
|
|
'currency' => q(́faláŋɛ u kɔmɔ́ɔl), |
559
|
|
|
|
|
|
|
}, |
560
|
|
|
|
|
|
|
}, |
561
|
|
|
|
|
|
|
} }, |
562
|
|
|
|
|
|
|
); |
563
|
|
|
|
|
|
|
|
564
|
|
|
|
|
|
|
|
565
|
|
|
|
|
|
|
has 'calendar_months' => ( |
566
|
|
|
|
|
|
|
is => 'ro', |
567
|
|
|
|
|
|
|
isa => HashRef, |
568
|
|
|
|
|
|
|
init_arg => undef, |
569
|
|
|
|
|
|
|
default => sub { { |
570
|
|
|
|
|
|
|
'gregorian' => { |
571
|
|
|
|
|
|
|
'format' => { |
572
|
|
|
|
|
|
|
abbreviated => { |
573
|
|
|
|
|
|
|
nonleap => [ |
574
|
|
|
|
|
|
|
'o.1', |
575
|
|
|
|
|
|
|
'o.2', |
576
|
|
|
|
|
|
|
'o.3', |
577
|
|
|
|
|
|
|
'o.4', |
578
|
|
|
|
|
|
|
'o.5', |
579
|
|
|
|
|
|
|
'o.6', |
580
|
|
|
|
|
|
|
'o.7', |
581
|
|
|
|
|
|
|
'o.8', |
582
|
|
|
|
|
|
|
'o.9', |
583
|
|
|
|
|
|
|
'o.10', |
584
|
|
|
|
|
|
|
'o.11', |
585
|
|
|
|
|
|
|
'o.12' |
586
|
|
|
|
|
|
|
], |
587
|
|
|
|
|
|
|
leap => [ |
588
|
|
|
|
|
|
|
|
589
|
|
|
|
|
|
|
], |
590
|
|
|
|
|
|
|
}, |
591
|
|
|
|
|
|
|
wide => { |
592
|
|
|
|
|
|
|
nonleap => [ |
593
|
|
|
|
|
|
|
'pikítíkítie, oólí ú kutúan', |
594
|
|
|
|
|
|
|
'siɛyɛ́, oóli ú kándíɛ', |
595
|
|
|
|
|
|
|
'ɔnsúmbɔl, oóli ú kátátúɛ', |
596
|
|
|
|
|
|
|
'mesiŋ, oóli ú kénie', |
597
|
|
|
|
|
|
|
'ensil, oóli ú kátánuɛ', |
598
|
|
|
|
|
|
|
'ɔsɔn', |
599
|
|
|
|
|
|
|
'efute', |
600
|
|
|
|
|
|
|
'pisuyú', |
601
|
|
|
|
|
|
|
'imɛŋ i puɔs', |
602
|
|
|
|
|
|
|
'imɛŋ i putúk,oóli ú kátíɛ', |
603
|
|
|
|
|
|
|
'makandikɛ', |
604
|
|
|
|
|
|
|
'pilɔndɔ́' |
605
|
|
|
|
|
|
|
], |
606
|
|
|
|
|
|
|
leap => [ |
607
|
|
|
|
|
|
|
|
608
|
|
|
|
|
|
|
], |
609
|
|
|
|
|
|
|
}, |
610
|
|
|
|
|
|
|
}, |
611
|
|
|
|
|
|
|
}, |
612
|
|
|
|
|
|
|
} }, |
613
|
|
|
|
|
|
|
); |
614
|
|
|
|
|
|
|
|
615
|
|
|
|
|
|
|
has 'calendar_days' => ( |
616
|
|
|
|
|
|
|
is => 'ro', |
617
|
|
|
|
|
|
|
isa => HashRef, |
618
|
|
|
|
|
|
|
init_arg => undef, |
619
|
|
|
|
|
|
|
default => sub { { |
620
|
|
|
|
|
|
|
'gregorian' => { |
621
|
|
|
|
|
|
|
'format' => { |
622
|
|
|
|
|
|
|
abbreviated => { |
623
|
|
|
|
|
|
|
mon => 'md', |
624
|
|
|
|
|
|
|
tue => 'mw', |
625
|
|
|
|
|
|
|
wed => 'et', |
626
|
|
|
|
|
|
|
thu => 'kl', |
627
|
|
|
|
|
|
|
fri => 'fl', |
628
|
|
|
|
|
|
|
sat => 'ss', |
629
|
|
|
|
|
|
|
sun => 'sd' |
630
|
|
|
|
|
|
|
}, |
631
|
|
|
|
|
|
|
wide => { |
632
|
|
|
|
|
|
|
mon => 'móndie', |
633
|
|
|
|
|
|
|
tue => 'muányáŋmóndie', |
634
|
|
|
|
|
|
|
wed => 'metúkpíápɛ', |
635
|
|
|
|
|
|
|
thu => 'kúpélimetúkpiapɛ', |
636
|
|
|
|
|
|
|
fri => 'feléte', |
637
|
|
|
|
|
|
|
sat => 'séselé', |
638
|
|
|
|
|
|
|
sun => 'sɔ́ndiɛ' |
639
|
|
|
|
|
|
|
}, |
640
|
|
|
|
|
|
|
}, |
641
|
|
|
|
|
|
|
'stand-alone' => { |
642
|
|
|
|
|
|
|
narrow => { |
643
|
|
|
|
|
|
|
mon => 'm', |
644
|
|
|
|
|
|
|
tue => 'm', |
645
|
|
|
|
|
|
|
wed => 'e', |
646
|
|
|
|
|
|
|
thu => 'k', |
647
|
|
|
|
|
|
|
fri => 'f', |
648
|
|
|
|
|
|
|
sat => 's', |
649
|
|
|
|
|
|
|
sun => 's' |
650
|
|
|
|
|
|
|
}, |
651
|
|
|
|
|
|
|
}, |
652
|
|
|
|
|
|
|
}, |
653
|
|
|
|
|
|
|
} }, |
654
|
|
|
|
|
|
|
); |
655
|
|
|
|
|
|
|
|
656
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
657
|
|
|
|
|
|
|
is => 'ro', |
658
|
|
|
|
|
|
|
isa => HashRef, |
659
|
|
|
|
|
|
|
init_arg => undef, |
660
|
|
|
|
|
|
|
default => sub { { |
661
|
|
|
|
|
|
|
'gregorian' => { |
662
|
|
|
|
|
|
|
'format' => { |
663
|
|
|
|
|
|
|
abbreviated => {0 => 'Q1', |
664
|
|
|
|
|
|
|
1 => 'Q2', |
665
|
|
|
|
|
|
|
2 => 'Q3', |
666
|
|
|
|
|
|
|
3 => 'Q4' |
667
|
|
|
|
|
|
|
}, |
668
|
|
|
|
|
|
|
wide => {0 => 'ndátúɛ 1', |
669
|
|
|
|
|
|
|
1 => 'ndátúɛ 2', |
670
|
|
|
|
|
|
|
2 => 'ndátúɛ 3', |
671
|
|
|
|
|
|
|
3 => 'ndátúɛ 4' |
672
|
|
|
|
|
|
|
}, |
673
|
|
|
|
|
|
|
}, |
674
|
|
|
|
|
|
|
}, |
675
|
|
|
|
|
|
|
} }, |
676
|
|
|
|
|
|
|
); |
677
|
|
|
|
|
|
|
|
678
|
|
|
|
|
|
|
has 'day_periods' => ( |
679
|
|
|
|
|
|
|
is => 'ro', |
680
|
|
|
|
|
|
|
isa => HashRef, |
681
|
|
|
|
|
|
|
init_arg => undef, |
682
|
|
|
|
|
|
|
default => sub { { |
683
|
|
|
|
|
|
|
'gregorian' => { |
684
|
|
|
|
|
|
|
'format' => { |
685
|
|
|
|
|
|
|
'abbreviated' => { |
686
|
|
|
|
|
|
|
'am' => q{kiɛmɛ́ɛm}, |
687
|
|
|
|
|
|
|
'pm' => q{kisɛ́ndɛ}, |
688
|
|
|
|
|
|
|
}, |
689
|
|
|
|
|
|
|
'wide' => { |
690
|
|
|
|
|
|
|
'am' => q{kiɛmɛ́ɛm}, |
691
|
|
|
|
|
|
|
'pm' => q{kisɛ́ndɛ}, |
692
|
|
|
|
|
|
|
}, |
693
|
|
|
|
|
|
|
}, |
694
|
|
|
|
|
|
|
}, |
695
|
|
|
|
|
|
|
} }, |
696
|
|
|
|
|
|
|
); |
697
|
|
|
|
|
|
|
|
698
|
|
|
|
|
|
|
has 'eras' => ( |
699
|
|
|
|
|
|
|
is => 'ro', |
700
|
|
|
|
|
|
|
isa => HashRef, |
701
|
|
|
|
|
|
|
init_arg => undef, |
702
|
|
|
|
|
|
|
default => sub { { |
703
|
|
|
|
|
|
|
'generic' => { |
704
|
|
|
|
|
|
|
}, |
705
|
|
|
|
|
|
|
'gregorian' => { |
706
|
|
|
|
|
|
|
abbreviated => { |
707
|
|
|
|
|
|
|
'0' => 'k.Y.', |
708
|
|
|
|
|
|
|
'1' => '+J.C.' |
709
|
|
|
|
|
|
|
}, |
710
|
|
|
|
|
|
|
wide => { |
711
|
|
|
|
|
|
|
'0' => 'katikupíen Yésuse', |
712
|
|
|
|
|
|
|
'1' => 'ékélémkúnupíén n' |
713
|
|
|
|
|
|
|
}, |
714
|
|
|
|
|
|
|
}, |
715
|
|
|
|
|
|
|
} }, |
716
|
|
|
|
|
|
|
); |
717
|
|
|
|
|
|
|
|
718
|
|
|
|
|
|
|
has 'date_formats' => ( |
719
|
|
|
|
|
|
|
is => 'ro', |
720
|
|
|
|
|
|
|
isa => HashRef, |
721
|
|
|
|
|
|
|
init_arg => undef, |
722
|
|
|
|
|
|
|
default => sub { { |
723
|
|
|
|
|
|
|
'generic' => { |
724
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y G}, |
725
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
726
|
|
|
|
|
|
|
'medium' => q{d MMM y G}, |
727
|
|
|
|
|
|
|
'short' => q{d/M/y GGGGG}, |
728
|
|
|
|
|
|
|
}, |
729
|
|
|
|
|
|
|
'gregorian' => { |
730
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y}, |
731
|
|
|
|
|
|
|
'long' => q{d MMMM y}, |
732
|
|
|
|
|
|
|
'medium' => q{d MMM y}, |
733
|
|
|
|
|
|
|
'short' => q{d/M/y}, |
734
|
|
|
|
|
|
|
}, |
735
|
|
|
|
|
|
|
} }, |
736
|
|
|
|
|
|
|
); |
737
|
|
|
|
|
|
|
|
738
|
|
|
|
|
|
|
has 'time_formats' => ( |
739
|
|
|
|
|
|
|
is => 'ro', |
740
|
|
|
|
|
|
|
isa => HashRef, |
741
|
|
|
|
|
|
|
init_arg => undef, |
742
|
|
|
|
|
|
|
default => sub { { |
743
|
|
|
|
|
|
|
'generic' => { |
744
|
|
|
|
|
|
|
}, |
745
|
|
|
|
|
|
|
'gregorian' => { |
746
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
747
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
748
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
749
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
750
|
|
|
|
|
|
|
}, |
751
|
|
|
|
|
|
|
} }, |
752
|
|
|
|
|
|
|
); |
753
|
|
|
|
|
|
|
|
754
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
755
|
|
|
|
|
|
|
is => 'ro', |
756
|
|
|
|
|
|
|
isa => HashRef, |
757
|
|
|
|
|
|
|
init_arg => undef, |
758
|
|
|
|
|
|
|
default => sub { { |
759
|
|
|
|
|
|
|
'generic' => { |
760
|
|
|
|
|
|
|
}, |
761
|
|
|
|
|
|
|
'gregorian' => { |
762
|
|
|
|
|
|
|
}, |
763
|
|
|
|
|
|
|
} }, |
764
|
|
|
|
|
|
|
); |
765
|
|
|
|
|
|
|
|
766
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
767
|
|
|
|
|
|
|
is => 'ro', |
768
|
|
|
|
|
|
|
isa => HashRef, |
769
|
|
|
|
|
|
|
init_arg => undef, |
770
|
|
|
|
|
|
|
default => sub { { |
771
|
|
|
|
|
|
|
'generic' => { |
772
|
|
|
|
|
|
|
Ed => q{E d}, |
773
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
774
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
775
|
|
|
|
|
|
|
M => q{L}, |
776
|
|
|
|
|
|
|
MEd => q{E d/M}, |
777
|
|
|
|
|
|
|
MMM => q{LLL}, |
778
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
779
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
780
|
|
|
|
|
|
|
Md => q{d/M}, |
781
|
|
|
|
|
|
|
d => q{d}, |
782
|
|
|
|
|
|
|
hm => q{h:mm a}, |
783
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
784
|
|
|
|
|
|
|
ms => q{m:ss}, |
785
|
|
|
|
|
|
|
y => q{y}, |
786
|
|
|
|
|
|
|
yM => q{M/y}, |
787
|
|
|
|
|
|
|
yMEd => q{E d/M/y}, |
788
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
789
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
790
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
791
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
792
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
793
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
794
|
|
|
|
|
|
|
}, |
795
|
|
|
|
|
|
|
'gregorian' => { |
796
|
|
|
|
|
|
|
Ed => q{E d}, |
797
|
|
|
|
|
|
|
Hm => q{HH:mm}, |
798
|
|
|
|
|
|
|
Hms => q{HH:mm:ss}, |
799
|
|
|
|
|
|
|
M => q{L}, |
800
|
|
|
|
|
|
|
MEd => q{E d/M}, |
801
|
|
|
|
|
|
|
MMM => q{LLL}, |
802
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
803
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
804
|
|
|
|
|
|
|
Md => q{d/M}, |
805
|
|
|
|
|
|
|
d => q{d}, |
806
|
|
|
|
|
|
|
hm => q{h:mm a}, |
807
|
|
|
|
|
|
|
hms => q{h:mm:ss a}, |
808
|
|
|
|
|
|
|
ms => q{m:ss}, |
809
|
|
|
|
|
|
|
y => q{y}, |
810
|
|
|
|
|
|
|
yM => q{M/y}, |
811
|
|
|
|
|
|
|
yMEd => q{E d/M/y}, |
812
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
813
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
814
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
815
|
|
|
|
|
|
|
yMd => q{d/M/y}, |
816
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
817
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
818
|
|
|
|
|
|
|
}, |
819
|
|
|
|
|
|
|
} }, |
820
|
|
|
|
|
|
|
); |
821
|
|
|
|
|
|
|
|
822
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
823
|
|
|
|
|
|
|
is => 'ro', |
824
|
|
|
|
|
|
|
isa => HashRef, |
825
|
|
|
|
|
|
|
init_arg => undef, |
826
|
|
|
|
|
|
|
default => sub { { |
827
|
|
|
|
|
|
|
} }, |
828
|
|
|
|
|
|
|
); |
829
|
|
|
|
|
|
|
|
830
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
831
|
|
|
|
|
|
|
is => 'ro', |
832
|
|
|
|
|
|
|
isa => HashRef, |
833
|
|
|
|
|
|
|
init_arg => undef, |
834
|
|
|
|
|
|
|
default => sub { { |
835
|
|
|
|
|
|
|
} }, |
836
|
|
|
|
|
|
|
); |
837
|
|
|
|
|
|
|
|
838
|
|
|
|
|
|
|
no Moo; |
839
|
1
|
|
|
1
|
|
8138
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
840
|
|
|
|
|
|
|
1; |
841
|
|
|
|
|
|
|
|
842
|
|
|
|
|
|
|
# vim: tabstop=4 |