line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 NAME |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Khq - Package for language Koyra Chiini |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Khq; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\khq.xml |
11
|
|
|
|
|
|
|
# on Fri 13 Oct 9:23:18 am GMT |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
951238
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
28
|
|
14
|
1
|
|
|
1
|
|
4
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
24
|
|
15
|
1
|
|
|
1
|
|
4
|
use version; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
6
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.2'); |
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
94
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
5
|
use mro 'c3'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
7
|
|
21
|
1
|
|
|
1
|
|
22
|
use utf8; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
6
|
|
22
|
1
|
|
|
1
|
|
29
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
14
|
|
23
|
1
|
|
|
1
|
|
124
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
9
|
|
24
|
1
|
|
|
1
|
|
961
|
use Moo; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
5
|
|
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
|
|
|
|
|
|
|
'ak' => 'Akan senni', |
35
|
|
|
|
|
|
|
'am' => 'Amhaarik senni', |
36
|
|
|
|
|
|
|
'ar' => 'Laaraw senni', |
37
|
|
|
|
|
|
|
'be' => 'Belaruus senni', |
38
|
|
|
|
|
|
|
'bg' => 'Bulagaari senni', |
39
|
|
|
|
|
|
|
'bn' => 'Bengali senni', |
40
|
|
|
|
|
|
|
'cs' => 'Cek senni', |
41
|
|
|
|
|
|
|
'de' => 'Almaŋ senni', |
42
|
|
|
|
|
|
|
'el' => 'Grek senni', |
43
|
|
|
|
|
|
|
'en' => 'Inglisi senni', |
44
|
|
|
|
|
|
|
'es' => 'Espaaɲe senni', |
45
|
|
|
|
|
|
|
'fa' => 'Farsi senni', |
46
|
|
|
|
|
|
|
'fr' => 'Fransee senni', |
47
|
|
|
|
|
|
|
'ha' => 'Hawsance senni', |
48
|
|
|
|
|
|
|
'hi' => 'Induu senni', |
49
|
|
|
|
|
|
|
'hu' => 'Hungaari senni', |
50
|
|
|
|
|
|
|
'id' => 'Indoneesi senni', |
51
|
|
|
|
|
|
|
'ig' => 'Iboo senni', |
52
|
|
|
|
|
|
|
'it' => 'Itaali senni', |
53
|
|
|
|
|
|
|
'ja' => 'Japonee senni', |
54
|
|
|
|
|
|
|
'jv' => 'Javanee senni', |
55
|
|
|
|
|
|
|
'khq' => 'Koyra ciini', |
56
|
|
|
|
|
|
|
'km' => 'Kmeer senni, Game here', |
57
|
|
|
|
|
|
|
'ko' => 'Koree senni', |
58
|
|
|
|
|
|
|
'ms' => 'Maleezi senni', |
59
|
|
|
|
|
|
|
'my' => 'Burme senni', |
60
|
|
|
|
|
|
|
'ne' => 'Neepal senni', |
61
|
|
|
|
|
|
|
'nl' => 'Holandee senni', |
62
|
|
|
|
|
|
|
'pa' => 'Punjaabi sennii', |
63
|
|
|
|
|
|
|
'pl' => 'Polonee senni', |
64
|
|
|
|
|
|
|
'pt' => 'Portugee senni', |
65
|
|
|
|
|
|
|
'ro' => 'Rumaani senni', |
66
|
|
|
|
|
|
|
'ru' => 'Ruusi senni', |
67
|
|
|
|
|
|
|
'rw' => 'Rwanda senni', |
68
|
|
|
|
|
|
|
'so' => 'Somaali senni', |
69
|
|
|
|
|
|
|
'sv' => 'Suweede senni', |
70
|
|
|
|
|
|
|
'ta' => 'Tamil senni', |
71
|
|
|
|
|
|
|
'th' => 'Taailandu senni', |
72
|
|
|
|
|
|
|
'tr' => 'Turku senni', |
73
|
|
|
|
|
|
|
'uk' => 'Ukreen senni', |
74
|
|
|
|
|
|
|
'ur' => 'Urdu senni', |
75
|
|
|
|
|
|
|
'vi' => 'Vietnaam senni', |
76
|
|
|
|
|
|
|
'yo' => 'Yorbance senni', |
77
|
|
|
|
|
|
|
'zh' => 'Sinuwa senni, Mandareŋ', |
78
|
|
|
|
|
|
|
'zu' => 'Julu senni', |
79
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
); |
81
|
|
|
|
|
|
|
if (@_) { |
82
|
|
|
|
|
|
|
return $languages{$_[0]}; |
83
|
|
|
|
|
|
|
} |
84
|
|
|
|
|
|
|
return \%languages; |
85
|
|
|
|
|
|
|
} |
86
|
|
|
|
|
|
|
}, |
87
|
|
|
|
|
|
|
); |
88
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
has 'display_name_region' => ( |
90
|
|
|
|
|
|
|
is => 'ro', |
91
|
|
|
|
|
|
|
isa => HashRef[Str], |
92
|
|
|
|
|
|
|
init_arg => undef, |
93
|
|
|
|
|
|
|
default => sub { |
94
|
|
|
|
|
|
|
{ |
95
|
|
|
|
|
|
|
'AD' => 'Andoora', |
96
|
|
|
|
|
|
|
'AE' => 'Laaraw Imaarawey Margantey', |
97
|
|
|
|
|
|
|
'AF' => 'Afgaanistan', |
98
|
|
|
|
|
|
|
'AG' => 'Antigua nda Barbuuda', |
99
|
|
|
|
|
|
|
'AI' => 'Angiiya', |
100
|
|
|
|
|
|
|
'AL' => 'Albaani', |
101
|
|
|
|
|
|
|
'AM' => 'Armeeni', |
102
|
|
|
|
|
|
|
'AO' => 'Angoola', |
103
|
|
|
|
|
|
|
'AR' => 'Argentine', |
104
|
|
|
|
|
|
|
'AS' => 'Ameriki Samoa', |
105
|
|
|
|
|
|
|
'AT' => 'Otriši', |
106
|
|
|
|
|
|
|
'AU' => 'Ostraali', |
107
|
|
|
|
|
|
|
'AW' => 'Aruuba', |
108
|
|
|
|
|
|
|
'AZ' => 'Azerbaayijaŋ', |
109
|
|
|
|
|
|
|
'BA' => 'Bosni nda Herzegovine', |
110
|
|
|
|
|
|
|
'BB' => 'Barbaados', |
111
|
|
|
|
|
|
|
'BD' => 'Bangladeši', |
112
|
|
|
|
|
|
|
'BE' => 'Belgiiki', |
113
|
|
|
|
|
|
|
'BF' => 'Burkina faso', |
114
|
|
|
|
|
|
|
'BG' => 'Bulgaari', |
115
|
|
|
|
|
|
|
'BH' => 'Bahareen', |
116
|
|
|
|
|
|
|
'BI' => 'Burundi', |
117
|
|
|
|
|
|
|
'BJ' => 'Beniŋ', |
118
|
|
|
|
|
|
|
'BM' => 'Bermuda', |
119
|
|
|
|
|
|
|
'BN' => 'Bruunee', |
120
|
|
|
|
|
|
|
'BO' => 'Boolivi', |
121
|
|
|
|
|
|
|
'BR' => 'Breezil', |
122
|
|
|
|
|
|
|
'BS' => 'Bahamas', |
123
|
|
|
|
|
|
|
'BT' => 'Buutaŋ', |
124
|
|
|
|
|
|
|
'BW' => 'Botswaana', |
125
|
|
|
|
|
|
|
'BY' => 'Biloriši', |
126
|
|
|
|
|
|
|
'BZ' => 'Beliizi', |
127
|
|
|
|
|
|
|
'CA' => 'Kanaada', |
128
|
|
|
|
|
|
|
'CD' => 'Kongoo demookaratiki laboo', |
129
|
|
|
|
|
|
|
'CF' => 'Centraafriki koyra', |
130
|
|
|
|
|
|
|
'CG' => 'Kongoo', |
131
|
|
|
|
|
|
|
'CH' => 'Swisu', |
132
|
|
|
|
|
|
|
'CI' => 'Kudwar', |
133
|
|
|
|
|
|
|
'CK' => 'Kuuk gungey', |
134
|
|
|
|
|
|
|
'CL' => 'Šiili', |
135
|
|
|
|
|
|
|
'CM' => 'Kameruun', |
136
|
|
|
|
|
|
|
'CN' => 'Šiin', |
137
|
|
|
|
|
|
|
'CO' => 'Kolombi', |
138
|
|
|
|
|
|
|
'CR' => 'Kosta rika', |
139
|
|
|
|
|
|
|
'CU' => 'Kuuba', |
140
|
|
|
|
|
|
|
'CV' => 'Kapuver gungey', |
141
|
|
|
|
|
|
|
'CY' => 'Šiipur', |
142
|
|
|
|
|
|
|
'CZ' => 'Cek labo', |
143
|
|
|
|
|
|
|
'DE' => 'Almaaɲe', |
144
|
|
|
|
|
|
|
'DJ' => 'Jibuuti', |
145
|
|
|
|
|
|
|
'DK' => 'Danemark', |
146
|
|
|
|
|
|
|
'DM' => 'Doominiki', |
147
|
|
|
|
|
|
|
'DO' => 'Doominiki laboo', |
148
|
|
|
|
|
|
|
'DZ' => 'Alžeeri', |
149
|
|
|
|
|
|
|
'EC' => 'Ekwateer', |
150
|
|
|
|
|
|
|
'EE' => 'Estooni', |
151
|
|
|
|
|
|
|
'EG' => 'Misra', |
152
|
|
|
|
|
|
|
'ER' => 'Eritree', |
153
|
|
|
|
|
|
|
'ES' => 'Espaaɲe', |
154
|
|
|
|
|
|
|
'ET' => 'Ecioopi', |
155
|
|
|
|
|
|
|
'FI' => 'Finlandu', |
156
|
|
|
|
|
|
|
'FJ' => 'Fiji', |
157
|
|
|
|
|
|
|
'FK' => 'Kalkan gungey', |
158
|
|
|
|
|
|
|
'FM' => 'Mikronezi', |
159
|
|
|
|
|
|
|
'FR' => 'Faransi', |
160
|
|
|
|
|
|
|
'GA' => 'Gaabon', |
161
|
|
|
|
|
|
|
'GB' => 'Albaasalaama Marganta', |
162
|
|
|
|
|
|
|
'GD' => 'Grenaada', |
163
|
|
|
|
|
|
|
'GE' => 'Gorgi', |
164
|
|
|
|
|
|
|
'GF' => 'Faransi Guyaan', |
165
|
|
|
|
|
|
|
'GH' => 'Gaana', |
166
|
|
|
|
|
|
|
'GI' => 'Gibraltar', |
167
|
|
|
|
|
|
|
'GL' => 'Grinland', |
168
|
|
|
|
|
|
|
'GM' => 'Gambi', |
169
|
|
|
|
|
|
|
'GN' => 'Gine', |
170
|
|
|
|
|
|
|
'GP' => 'Gwadeluup', |
171
|
|
|
|
|
|
|
'GQ' => 'Ginee Ekwatorial', |
172
|
|
|
|
|
|
|
'GR' => 'Greece', |
173
|
|
|
|
|
|
|
'GT' => 'Gwatemaala', |
174
|
|
|
|
|
|
|
'GU' => 'Guam', |
175
|
|
|
|
|
|
|
'GW' => 'Gine-Bisso', |
176
|
|
|
|
|
|
|
'GY' => 'Guyaane', |
177
|
|
|
|
|
|
|
'HN' => 'Honduras', |
178
|
|
|
|
|
|
|
'HR' => 'Krwaasi', |
179
|
|
|
|
|
|
|
'HT' => 'Haiti', |
180
|
|
|
|
|
|
|
'HU' => 'Hungaari', |
181
|
|
|
|
|
|
|
'ID' => 'Indoneezi', |
182
|
|
|
|
|
|
|
'IE' => 'Irlandu', |
183
|
|
|
|
|
|
|
'IL' => 'Israyel', |
184
|
|
|
|
|
|
|
'IN' => 'Indu laboo', |
185
|
|
|
|
|
|
|
'IO' => 'Britiši Indu teekoo laama', |
186
|
|
|
|
|
|
|
'IQ' => 'Iraak', |
187
|
|
|
|
|
|
|
'IR' => 'Iraan', |
188
|
|
|
|
|
|
|
'IS' => 'Ayceland', |
189
|
|
|
|
|
|
|
'IT' => 'Itaali', |
190
|
|
|
|
|
|
|
'JM' => 'Jamaayik', |
191
|
|
|
|
|
|
|
'JO' => 'Urdun', |
192
|
|
|
|
|
|
|
'JP' => 'Jaapoŋ', |
193
|
|
|
|
|
|
|
'KE' => 'Keeniya', |
194
|
|
|
|
|
|
|
'KG' => 'Kyrgyzstan', |
195
|
|
|
|
|
|
|
'KH' => 'Kamboogi', |
196
|
|
|
|
|
|
|
'KI' => 'Kiribaati', |
197
|
|
|
|
|
|
|
'KM' => 'Komoor', |
198
|
|
|
|
|
|
|
'KN' => 'Seŋ Kitts nda Nevis', |
199
|
|
|
|
|
|
|
'KP' => 'Kooree, Gurma', |
200
|
|
|
|
|
|
|
'KR' => 'Kooree, Hawsa', |
201
|
|
|
|
|
|
|
'KW' => 'Kuweet', |
202
|
|
|
|
|
|
|
'KY' => 'Kayman gungey', |
203
|
|
|
|
|
|
|
'KZ' => 'Kaazakstan', |
204
|
|
|
|
|
|
|
'LA' => 'Laawos', |
205
|
|
|
|
|
|
|
'LB' => 'Lubnaan', |
206
|
|
|
|
|
|
|
'LC' => 'Seŋ Lussia', |
207
|
|
|
|
|
|
|
'LI' => 'Liechtenstein', |
208
|
|
|
|
|
|
|
'LK' => 'Srilanka', |
209
|
|
|
|
|
|
|
'LR' => 'Liberia', |
210
|
|
|
|
|
|
|
'LS' => 'Leesoto', |
211
|
|
|
|
|
|
|
'LT' => 'Lituaani', |
212
|
|
|
|
|
|
|
'LU' => 'Luxembourg', |
213
|
|
|
|
|
|
|
'LV' => 'Letooni', |
214
|
|
|
|
|
|
|
'LY' => 'Liibi', |
215
|
|
|
|
|
|
|
'MA' => 'Maarok', |
216
|
|
|
|
|
|
|
'MC' => 'Monako', |
217
|
|
|
|
|
|
|
'MD' => 'Moldovi', |
218
|
|
|
|
|
|
|
'MG' => 'Madagascar', |
219
|
|
|
|
|
|
|
'MH' => 'Maršal gungey', |
220
|
|
|
|
|
|
|
'MK' => 'Maacedooni', |
221
|
|
|
|
|
|
|
'ML' => 'Maali', |
222
|
|
|
|
|
|
|
'MM' => 'Maynamar', |
223
|
|
|
|
|
|
|
'MN' => 'Mongooli', |
224
|
|
|
|
|
|
|
'MP' => 'Mariana Gurma Gungey', |
225
|
|
|
|
|
|
|
'MQ' => 'Martiniiki', |
226
|
|
|
|
|
|
|
'MR' => 'Mooritaani', |
227
|
|
|
|
|
|
|
'MS' => 'Montserrat', |
228
|
|
|
|
|
|
|
'MT' => 'Malta', |
229
|
|
|
|
|
|
|
'MU' => 'Mooris gungey', |
230
|
|
|
|
|
|
|
'MV' => 'Maldiivu', |
231
|
|
|
|
|
|
|
'MW' => 'Malaawi', |
232
|
|
|
|
|
|
|
'MX' => 'Mexiki', |
233
|
|
|
|
|
|
|
'MY' => 'Maleezi', |
234
|
|
|
|
|
|
|
'MZ' => 'Mozambik', |
235
|
|
|
|
|
|
|
'NA' => 'Naamibi', |
236
|
|
|
|
|
|
|
'NC' => 'Kaaledooni Taagaa', |
237
|
|
|
|
|
|
|
'NE' => 'Nižer', |
238
|
|
|
|
|
|
|
'NF' => 'Norfolk Gungoo', |
239
|
|
|
|
|
|
|
'NG' => 'Naajiriia', |
240
|
|
|
|
|
|
|
'NI' => 'Nikaragwa', |
241
|
|
|
|
|
|
|
'NL' => 'Hollandu', |
242
|
|
|
|
|
|
|
'NO' => 'Norveej', |
243
|
|
|
|
|
|
|
'NP' => 'Neepal', |
244
|
|
|
|
|
|
|
'NR' => 'Nauru', |
245
|
|
|
|
|
|
|
'NU' => 'Niue', |
246
|
|
|
|
|
|
|
'NZ' => 'Zeelandu Taaga', |
247
|
|
|
|
|
|
|
'OM' => 'Omaan', |
248
|
|
|
|
|
|
|
'PA' => 'Panama', |
249
|
|
|
|
|
|
|
'PE' => 'Peeru', |
250
|
|
|
|
|
|
|
'PF' => 'Faransi Polineezi', |
251
|
|
|
|
|
|
|
'PG' => 'Papua Ginee Taaga', |
252
|
|
|
|
|
|
|
'PH' => 'Filipine', |
253
|
|
|
|
|
|
|
'PK' => 'Paakistan', |
254
|
|
|
|
|
|
|
'PL' => 'Poloɲe', |
255
|
|
|
|
|
|
|
'PM' => 'Seŋ Piyer nda Mikelon', |
256
|
|
|
|
|
|
|
'PN' => 'Pitikarin', |
257
|
|
|
|
|
|
|
'PR' => 'Porto Riko', |
258
|
|
|
|
|
|
|
'PS' => 'Palestine Dangay nda Gaaza', |
259
|
|
|
|
|
|
|
'PT' => 'Portugaal', |
260
|
|
|
|
|
|
|
'PW' => 'Palu', |
261
|
|
|
|
|
|
|
'PY' => 'Paraguwey', |
262
|
|
|
|
|
|
|
'QA' => 'Kataar', |
263
|
|
|
|
|
|
|
'RE' => 'Reenioŋ', |
264
|
|
|
|
|
|
|
'RO' => 'Rumaani', |
265
|
|
|
|
|
|
|
'RU' => 'Iriši laboo', |
266
|
|
|
|
|
|
|
'RW' => 'Rwanda', |
267
|
|
|
|
|
|
|
'SA' => 'Saudiya', |
268
|
|
|
|
|
|
|
'SB' => 'Solomon Gungey', |
269
|
|
|
|
|
|
|
'SC' => 'Seešel', |
270
|
|
|
|
|
|
|
'SD' => 'Suudaŋ', |
271
|
|
|
|
|
|
|
'SE' => 'Sweede', |
272
|
|
|
|
|
|
|
'SG' => 'Singapur', |
273
|
|
|
|
|
|
|
'SH' => 'Seŋ Helena', |
274
|
|
|
|
|
|
|
'SI' => 'Sloveeni', |
275
|
|
|
|
|
|
|
'SK' => 'Slovaaki', |
276
|
|
|
|
|
|
|
'SL' => 'Seera Leon', |
277
|
|
|
|
|
|
|
'SM' => 'San Marino', |
278
|
|
|
|
|
|
|
'SN' => 'Senegal', |
279
|
|
|
|
|
|
|
'SO' => 'Somaali', |
280
|
|
|
|
|
|
|
'SR' => 'Surinaam', |
281
|
|
|
|
|
|
|
'ST' => 'Sao Tome nda Prinsipe', |
282
|
|
|
|
|
|
|
'SV' => 'Salvador laboo', |
283
|
|
|
|
|
|
|
'SY' => 'Suuria', |
284
|
|
|
|
|
|
|
'SZ' => 'Swaziland', |
285
|
|
|
|
|
|
|
'TC' => 'Turk nda Kayikos Gungey', |
286
|
|
|
|
|
|
|
'TD' => 'Caadu', |
287
|
|
|
|
|
|
|
'TG' => 'Togo', |
288
|
|
|
|
|
|
|
'TH' => 'Taayiland', |
289
|
|
|
|
|
|
|
'TJ' => 'Taažikistan', |
290
|
|
|
|
|
|
|
'TK' => 'Tokelau', |
291
|
|
|
|
|
|
|
'TL' => 'Timoor hawsa', |
292
|
|
|
|
|
|
|
'TM' => 'Turkmenistaŋ', |
293
|
|
|
|
|
|
|
'TN' => 'Tunizi', |
294
|
|
|
|
|
|
|
'TO' => 'Tonga', |
295
|
|
|
|
|
|
|
'TR' => 'Turki', |
296
|
|
|
|
|
|
|
'TT' => 'Trinidad nda Tobaago', |
297
|
|
|
|
|
|
|
'TV' => 'Tuvalu', |
298
|
|
|
|
|
|
|
'TW' => 'Taayiwan', |
299
|
|
|
|
|
|
|
'TZ' => 'Tanzaani', |
300
|
|
|
|
|
|
|
'UA' => 'Ukreen', |
301
|
|
|
|
|
|
|
'UG' => 'Uganda', |
302
|
|
|
|
|
|
|
'US' => 'Ameriki Laabu Margantey', |
303
|
|
|
|
|
|
|
'UY' => 'Uruguwey', |
304
|
|
|
|
|
|
|
'UZ' => 'Uzbeekistan', |
305
|
|
|
|
|
|
|
'VA' => 'Vaatikan Laama', |
306
|
|
|
|
|
|
|
'VC' => 'Seŋvinsaŋ nda Grenadine', |
307
|
|
|
|
|
|
|
'VE' => 'Veneezuyeela', |
308
|
|
|
|
|
|
|
'VG' => 'Britiši Virgin gungey', |
309
|
|
|
|
|
|
|
'VI' => 'Ameerik Virgin Gungey', |
310
|
|
|
|
|
|
|
'VN' => 'Vietnaam', |
311
|
|
|
|
|
|
|
'VU' => 'Vanautu', |
312
|
|
|
|
|
|
|
'WF' => 'Wallis nda Futuna', |
313
|
|
|
|
|
|
|
'WS' => 'Samoa', |
314
|
|
|
|
|
|
|
'YE' => 'Yaman', |
315
|
|
|
|
|
|
|
'YT' => 'Mayooti', |
316
|
|
|
|
|
|
|
'ZA' => 'Hawsa Afriki Laboo', |
317
|
|
|
|
|
|
|
'ZM' => 'Zambi', |
318
|
|
|
|
|
|
|
'ZW' => 'Zimbabwe', |
319
|
|
|
|
|
|
|
|
320
|
|
|
|
|
|
|
} |
321
|
|
|
|
|
|
|
}, |
322
|
|
|
|
|
|
|
); |
323
|
|
|
|
|
|
|
|
324
|
|
|
|
|
|
|
has 'characters' => ( |
325
|
|
|
|
|
|
|
is => 'ro', |
326
|
|
|
|
|
|
|
isa => HashRef, |
327
|
|
|
|
|
|
|
init_arg => undef, |
328
|
|
|
|
|
|
|
default => $^V ge v5.18.0 |
329
|
|
|
|
|
|
|
? eval <<'EOT' |
330
|
|
|
|
|
|
|
sub { |
331
|
|
|
|
|
|
|
no warnings 'experimental::regex_sets'; |
332
|
|
|
|
|
|
|
return { |
333
|
|
|
|
|
|
|
auxiliary => qr{[v]}, |
334
|
|
|
|
|
|
|
index => ['A', 'Ã', 'B', 'C', 'D', 'E', 'Ẽ', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Ɲ', 'Ŋ', 'O', 'Õ', 'P', 'Q', 'R', 'S', 'Š', 'T', 'U', 'W', 'X', 'Y', 'Z', 'Ž'], |
335
|
|
|
|
|
|
|
main => qr{[a ã b c d e ẽ f g h i j k l m n ɲ ŋ o õ p q r s š t u w x y z ž]}, |
336
|
|
|
|
|
|
|
numbers => qr{[ \- . % ‰ + 0 1 2 3 4 5 6 7 8 9]}, |
337
|
|
|
|
|
|
|
}; |
338
|
|
|
|
|
|
|
}, |
339
|
|
|
|
|
|
|
EOT |
340
|
|
|
|
|
|
|
: sub { |
341
|
|
|
|
|
|
|
return { index => ['A', 'Ã', 'B', 'C', 'D', 'E', 'Ẽ', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Ɲ', 'Ŋ', 'O', 'Õ', 'P', 'Q', 'R', 'S', 'Š', 'T', 'U', 'W', 'X', 'Y', 'Z', 'Ž'], }; |
342
|
|
|
|
|
|
|
}, |
343
|
1
|
|
|
1
|
|
105
|
); |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
135
|
|
344
|
|
|
|
|
|
|
|
345
|
|
|
|
|
|
|
|
346
|
|
|
|
|
|
|
has 'quote_start' => ( |
347
|
|
|
|
|
|
|
is => 'ro', |
348
|
|
|
|
|
|
|
isa => Str, |
349
|
|
|
|
|
|
|
init_arg => undef, |
350
|
|
|
|
|
|
|
default => qq{“}, |
351
|
|
|
|
|
|
|
); |
352
|
|
|
|
|
|
|
|
353
|
|
|
|
|
|
|
has 'quote_end' => ( |
354
|
|
|
|
|
|
|
is => 'ro', |
355
|
|
|
|
|
|
|
isa => Str, |
356
|
|
|
|
|
|
|
init_arg => undef, |
357
|
|
|
|
|
|
|
default => qq{”}, |
358
|
|
|
|
|
|
|
); |
359
|
|
|
|
|
|
|
|
360
|
|
|
|
|
|
|
has 'alternate_quote_start' => ( |
361
|
|
|
|
|
|
|
is => 'ro', |
362
|
|
|
|
|
|
|
isa => Str, |
363
|
|
|
|
|
|
|
init_arg => undef, |
364
|
|
|
|
|
|
|
default => qq{‘}, |
365
|
|
|
|
|
|
|
); |
366
|
|
|
|
|
|
|
|
367
|
|
|
|
|
|
|
has 'alternate_quote_end' => ( |
368
|
|
|
|
|
|
|
is => 'ro', |
369
|
|
|
|
|
|
|
isa => Str, |
370
|
|
|
|
|
|
|
init_arg => undef, |
371
|
|
|
|
|
|
|
default => qq{’}, |
372
|
|
|
|
|
|
|
); |
373
|
|
|
|
|
|
|
|
374
|
|
|
|
|
|
|
has 'yesstr' => ( |
375
|
|
|
|
|
|
|
is => 'ro', |
376
|
|
|
|
|
|
|
isa => RegexpRef, |
377
|
|
|
|
|
|
|
init_arg => undef, |
378
|
|
|
|
|
|
|
default => sub { qr'^(?i:Ayyo|A|yes|y)$' } |
379
|
|
|
|
|
|
|
); |
380
|
|
|
|
|
|
|
|
381
|
|
|
|
|
|
|
has 'nostr' => ( |
382
|
|
|
|
|
|
|
is => 'ro', |
383
|
|
|
|
|
|
|
isa => RegexpRef, |
384
|
|
|
|
|
|
|
init_arg => undef, |
385
|
|
|
|
|
|
|
default => sub { qr'^(?i:Kala|K|no|n)$' } |
386
|
|
|
|
|
|
|
); |
387
|
|
|
|
|
|
|
|
388
|
|
|
|
|
|
|
has 'number_symbols' => ( |
389
|
|
|
|
|
|
|
is => 'ro', |
390
|
|
|
|
|
|
|
isa => HashRef, |
391
|
|
|
|
|
|
|
init_arg => undef, |
392
|
|
|
|
|
|
|
default => sub { { |
393
|
|
|
|
|
|
|
'latn' => { |
394
|
|
|
|
|
|
|
'group' => q( ), |
395
|
|
|
|
|
|
|
}, |
396
|
|
|
|
|
|
|
} } |
397
|
|
|
|
|
|
|
); |
398
|
|
|
|
|
|
|
|
399
|
|
|
|
|
|
|
has 'number_currency_formats' => ( |
400
|
|
|
|
|
|
|
is => 'ro', |
401
|
|
|
|
|
|
|
isa => HashRef, |
402
|
|
|
|
|
|
|
init_arg => undef, |
403
|
|
|
|
|
|
|
default => sub { { |
404
|
|
|
|
|
|
|
'latn' => { |
405
|
|
|
|
|
|
|
'pattern' => { |
406
|
|
|
|
|
|
|
'default' => { |
407
|
|
|
|
|
|
|
'standard' => { |
408
|
|
|
|
|
|
|
'positive' => '#,##0.00¤', |
409
|
|
|
|
|
|
|
}, |
410
|
|
|
|
|
|
|
}, |
411
|
|
|
|
|
|
|
}, |
412
|
|
|
|
|
|
|
}, |
413
|
|
|
|
|
|
|
} }, |
414
|
|
|
|
|
|
|
); |
415
|
|
|
|
|
|
|
|
416
|
|
|
|
|
|
|
has 'currencies' => ( |
417
|
|
|
|
|
|
|
is => 'ro', |
418
|
|
|
|
|
|
|
isa => HashRef, |
419
|
|
|
|
|
|
|
init_arg => undef, |
420
|
|
|
|
|
|
|
default => sub { { |
421
|
|
|
|
|
|
|
'AED' => { |
422
|
|
|
|
|
|
|
display_name => { |
423
|
|
|
|
|
|
|
'currency' => q(Laaraw Immaara Margantey Dirham), |
424
|
|
|
|
|
|
|
}, |
425
|
|
|
|
|
|
|
}, |
426
|
|
|
|
|
|
|
'AOA' => { |
427
|
|
|
|
|
|
|
display_name => { |
428
|
|
|
|
|
|
|
'currency' => q(Angoola Kwanza), |
429
|
|
|
|
|
|
|
}, |
430
|
|
|
|
|
|
|
}, |
431
|
|
|
|
|
|
|
'AUD' => { |
432
|
|
|
|
|
|
|
display_name => { |
433
|
|
|
|
|
|
|
'currency' => q(Ostraali Dollar), |
434
|
|
|
|
|
|
|
}, |
435
|
|
|
|
|
|
|
}, |
436
|
|
|
|
|
|
|
'BHD' => { |
437
|
|
|
|
|
|
|
display_name => { |
438
|
|
|
|
|
|
|
'currency' => q(Bahareen Dinar), |
439
|
|
|
|
|
|
|
}, |
440
|
|
|
|
|
|
|
}, |
441
|
|
|
|
|
|
|
'BIF' => { |
442
|
|
|
|
|
|
|
display_name => { |
443
|
|
|
|
|
|
|
'currency' => q(Burundi Fraŋ), |
444
|
|
|
|
|
|
|
}, |
445
|
|
|
|
|
|
|
}, |
446
|
|
|
|
|
|
|
'BWP' => { |
447
|
|
|
|
|
|
|
display_name => { |
448
|
|
|
|
|
|
|
'currency' => q(Botswaana Pund), |
449
|
|
|
|
|
|
|
}, |
450
|
|
|
|
|
|
|
}, |
451
|
|
|
|
|
|
|
'CAD' => { |
452
|
|
|
|
|
|
|
display_name => { |
453
|
|
|
|
|
|
|
'currency' => q(Kanaada Dollar), |
454
|
|
|
|
|
|
|
}, |
455
|
|
|
|
|
|
|
}, |
456
|
|
|
|
|
|
|
'CDF' => { |
457
|
|
|
|
|
|
|
display_name => { |
458
|
|
|
|
|
|
|
'currency' => q(Kongo Fraŋ), |
459
|
|
|
|
|
|
|
}, |
460
|
|
|
|
|
|
|
}, |
461
|
|
|
|
|
|
|
'CHF' => { |
462
|
|
|
|
|
|
|
display_name => { |
463
|
|
|
|
|
|
|
'currency' => q(Swisu Fraŋ), |
464
|
|
|
|
|
|
|
}, |
465
|
|
|
|
|
|
|
}, |
466
|
|
|
|
|
|
|
'CNY' => { |
467
|
|
|
|
|
|
|
display_name => { |
468
|
|
|
|
|
|
|
'currency' => q(Sinwa Yuan Renminbi), |
469
|
|
|
|
|
|
|
}, |
470
|
|
|
|
|
|
|
}, |
471
|
|
|
|
|
|
|
'CVE' => { |
472
|
|
|
|
|
|
|
display_name => { |
473
|
|
|
|
|
|
|
'currency' => q(Kapuver Escudo), |
474
|
|
|
|
|
|
|
}, |
475
|
|
|
|
|
|
|
}, |
476
|
|
|
|
|
|
|
'DJF' => { |
477
|
|
|
|
|
|
|
display_name => { |
478
|
|
|
|
|
|
|
'currency' => q(Jibuuti Fraŋ), |
479
|
|
|
|
|
|
|
}, |
480
|
|
|
|
|
|
|
}, |
481
|
|
|
|
|
|
|
'DZD' => { |
482
|
|
|
|
|
|
|
display_name => { |
483
|
|
|
|
|
|
|
'currency' => q(Alžeeri Dinar), |
484
|
|
|
|
|
|
|
}, |
485
|
|
|
|
|
|
|
}, |
486
|
|
|
|
|
|
|
'EGP' => { |
487
|
|
|
|
|
|
|
display_name => { |
488
|
|
|
|
|
|
|
'currency' => q(Misra Pund), |
489
|
|
|
|
|
|
|
}, |
490
|
|
|
|
|
|
|
}, |
491
|
|
|
|
|
|
|
'ERN' => { |
492
|
|
|
|
|
|
|
display_name => { |
493
|
|
|
|
|
|
|
'currency' => q(Eritree Nafka), |
494
|
|
|
|
|
|
|
}, |
495
|
|
|
|
|
|
|
}, |
496
|
|
|
|
|
|
|
'ETB' => { |
497
|
|
|
|
|
|
|
display_name => { |
498
|
|
|
|
|
|
|
'currency' => q(Ecioopi Birr), |
499
|
|
|
|
|
|
|
}, |
500
|
|
|
|
|
|
|
}, |
501
|
|
|
|
|
|
|
'EUR' => { |
502
|
|
|
|
|
|
|
display_name => { |
503
|
|
|
|
|
|
|
'currency' => q(Eero), |
504
|
|
|
|
|
|
|
}, |
505
|
|
|
|
|
|
|
}, |
506
|
|
|
|
|
|
|
'GBP' => { |
507
|
|
|
|
|
|
|
display_name => { |
508
|
|
|
|
|
|
|
'currency' => q(Britin Pund), |
509
|
|
|
|
|
|
|
}, |
510
|
|
|
|
|
|
|
}, |
511
|
|
|
|
|
|
|
'GHC' => { |
512
|
|
|
|
|
|
|
display_name => { |
513
|
|
|
|
|
|
|
'currency' => q(Gaana Šiidi), |
514
|
|
|
|
|
|
|
}, |
515
|
|
|
|
|
|
|
}, |
516
|
|
|
|
|
|
|
'GMD' => { |
517
|
|
|
|
|
|
|
display_name => { |
518
|
|
|
|
|
|
|
'currency' => q(Gambi Dalasi), |
519
|
|
|
|
|
|
|
}, |
520
|
|
|
|
|
|
|
}, |
521
|
|
|
|
|
|
|
'GNS' => { |
522
|
|
|
|
|
|
|
display_name => { |
523
|
|
|
|
|
|
|
'currency' => q(Ginee Fraŋ), |
524
|
|
|
|
|
|
|
}, |
525
|
|
|
|
|
|
|
}, |
526
|
|
|
|
|
|
|
'INR' => { |
527
|
|
|
|
|
|
|
display_name => { |
528
|
|
|
|
|
|
|
'currency' => q(Indu Rupii), |
529
|
|
|
|
|
|
|
}, |
530
|
|
|
|
|
|
|
}, |
531
|
|
|
|
|
|
|
'JPY' => { |
532
|
|
|
|
|
|
|
display_name => { |
533
|
|
|
|
|
|
|
'currency' => q(Jaapoŋ Yen), |
534
|
|
|
|
|
|
|
}, |
535
|
|
|
|
|
|
|
}, |
536
|
|
|
|
|
|
|
'KES' => { |
537
|
|
|
|
|
|
|
display_name => { |
538
|
|
|
|
|
|
|
'currency' => q(Keeniya Šiiliŋ), |
539
|
|
|
|
|
|
|
}, |
540
|
|
|
|
|
|
|
}, |
541
|
|
|
|
|
|
|
'KMF' => { |
542
|
|
|
|
|
|
|
display_name => { |
543
|
|
|
|
|
|
|
'currency' => q(Komoor Fraŋ), |
544
|
|
|
|
|
|
|
}, |
545
|
|
|
|
|
|
|
}, |
546
|
|
|
|
|
|
|
'LRD' => { |
547
|
|
|
|
|
|
|
display_name => { |
548
|
|
|
|
|
|
|
'currency' => q(Liberia Dollar), |
549
|
|
|
|
|
|
|
}, |
550
|
|
|
|
|
|
|
}, |
551
|
|
|
|
|
|
|
'LSL' => { |
552
|
|
|
|
|
|
|
display_name => { |
553
|
|
|
|
|
|
|
'currency' => q(Leezoto Loti), |
554
|
|
|
|
|
|
|
}, |
555
|
|
|
|
|
|
|
}, |
556
|
|
|
|
|
|
|
'LYD' => { |
557
|
|
|
|
|
|
|
display_name => { |
558
|
|
|
|
|
|
|
'currency' => q(Liibi Dinar), |
559
|
|
|
|
|
|
|
}, |
560
|
|
|
|
|
|
|
}, |
561
|
|
|
|
|
|
|
'MAD' => { |
562
|
|
|
|
|
|
|
display_name => { |
563
|
|
|
|
|
|
|
'currency' => q(Maarok Dirham), |
564
|
|
|
|
|
|
|
}, |
565
|
|
|
|
|
|
|
}, |
566
|
|
|
|
|
|
|
'MGA' => { |
567
|
|
|
|
|
|
|
display_name => { |
568
|
|
|
|
|
|
|
'currency' => q(Malgaaši Fraŋ), |
569
|
|
|
|
|
|
|
}, |
570
|
|
|
|
|
|
|
}, |
571
|
|
|
|
|
|
|
'MRO' => { |
572
|
|
|
|
|
|
|
display_name => { |
573
|
|
|
|
|
|
|
'currency' => q(Mooritaani Ugiya \(1973–2017\)), |
574
|
|
|
|
|
|
|
}, |
575
|
|
|
|
|
|
|
}, |
576
|
|
|
|
|
|
|
'MRU' => { |
577
|
|
|
|
|
|
|
display_name => { |
578
|
|
|
|
|
|
|
'currency' => q(Mooritaani Ugiya), |
579
|
|
|
|
|
|
|
}, |
580
|
|
|
|
|
|
|
}, |
581
|
|
|
|
|
|
|
'MUR' => { |
582
|
|
|
|
|
|
|
display_name => { |
583
|
|
|
|
|
|
|
'currency' => q(Mooris Rupii), |
584
|
|
|
|
|
|
|
}, |
585
|
|
|
|
|
|
|
}, |
586
|
|
|
|
|
|
|
'MWK' => { |
587
|
|
|
|
|
|
|
display_name => { |
588
|
|
|
|
|
|
|
'currency' => q(Malaawi Kwaca), |
589
|
|
|
|
|
|
|
}, |
590
|
|
|
|
|
|
|
}, |
591
|
|
|
|
|
|
|
'MZM' => { |
592
|
|
|
|
|
|
|
display_name => { |
593
|
|
|
|
|
|
|
'currency' => q(Mozambik Metikal), |
594
|
|
|
|
|
|
|
}, |
595
|
|
|
|
|
|
|
}, |
596
|
|
|
|
|
|
|
'NAD' => { |
597
|
|
|
|
|
|
|
display_name => { |
598
|
|
|
|
|
|
|
'currency' => q(Naamibi Dollar), |
599
|
|
|
|
|
|
|
}, |
600
|
|
|
|
|
|
|
}, |
601
|
|
|
|
|
|
|
'NGN' => { |
602
|
|
|
|
|
|
|
display_name => { |
603
|
|
|
|
|
|
|
'currency' => q(Naajiriya Neera), |
604
|
|
|
|
|
|
|
}, |
605
|
|
|
|
|
|
|
}, |
606
|
|
|
|
|
|
|
'RWF' => { |
607
|
|
|
|
|
|
|
display_name => { |
608
|
|
|
|
|
|
|
'currency' => q(Rwanda Fraŋ), |
609
|
|
|
|
|
|
|
}, |
610
|
|
|
|
|
|
|
}, |
611
|
|
|
|
|
|
|
'SAR' => { |
612
|
|
|
|
|
|
|
display_name => { |
613
|
|
|
|
|
|
|
'currency' => q(Saudiya Riyal), |
614
|
|
|
|
|
|
|
}, |
615
|
|
|
|
|
|
|
}, |
616
|
|
|
|
|
|
|
'SCR' => { |
617
|
|
|
|
|
|
|
display_name => { |
618
|
|
|
|
|
|
|
'currency' => q(Seešel Rupii), |
619
|
|
|
|
|
|
|
}, |
620
|
|
|
|
|
|
|
}, |
621
|
|
|
|
|
|
|
'SDG' => { |
622
|
|
|
|
|
|
|
display_name => { |
623
|
|
|
|
|
|
|
'currency' => q(Suudaŋ Dinar), |
624
|
|
|
|
|
|
|
}, |
625
|
|
|
|
|
|
|
}, |
626
|
|
|
|
|
|
|
'SDP' => { |
627
|
|
|
|
|
|
|
display_name => { |
628
|
|
|
|
|
|
|
'currency' => q(Suudaŋ Pund), |
629
|
|
|
|
|
|
|
}, |
630
|
|
|
|
|
|
|
}, |
631
|
|
|
|
|
|
|
'SHP' => { |
632
|
|
|
|
|
|
|
display_name => { |
633
|
|
|
|
|
|
|
'currency' => q(Seŋ Helena Fraŋ), |
634
|
|
|
|
|
|
|
}, |
635
|
|
|
|
|
|
|
}, |
636
|
|
|
|
|
|
|
'SLL' => { |
637
|
|
|
|
|
|
|
display_name => { |
638
|
|
|
|
|
|
|
'currency' => q(Leeon), |
639
|
|
|
|
|
|
|
}, |
640
|
|
|
|
|
|
|
}, |
641
|
|
|
|
|
|
|
'SOS' => { |
642
|
|
|
|
|
|
|
display_name => { |
643
|
|
|
|
|
|
|
'currency' => q(Somaali Šiiliŋ), |
644
|
|
|
|
|
|
|
}, |
645
|
|
|
|
|
|
|
}, |
646
|
|
|
|
|
|
|
'STD' => { |
647
|
|
|
|
|
|
|
display_name => { |
648
|
|
|
|
|
|
|
'currency' => q(Sao Tome nda Prinsipe Dobra \(1977–2017\)), |
649
|
|
|
|
|
|
|
}, |
650
|
|
|
|
|
|
|
}, |
651
|
|
|
|
|
|
|
'STN' => { |
652
|
|
|
|
|
|
|
display_name => { |
653
|
|
|
|
|
|
|
'currency' => q(Sao Tome nda Prinsipe Dobra), |
654
|
|
|
|
|
|
|
}, |
655
|
|
|
|
|
|
|
}, |
656
|
|
|
|
|
|
|
'SZL' => { |
657
|
|
|
|
|
|
|
display_name => { |
658
|
|
|
|
|
|
|
'currency' => q(Lilangeni), |
659
|
|
|
|
|
|
|
}, |
660
|
|
|
|
|
|
|
}, |
661
|
|
|
|
|
|
|
'TND' => { |
662
|
|
|
|
|
|
|
display_name => { |
663
|
|
|
|
|
|
|
'currency' => q(Tunizi Dinar), |
664
|
|
|
|
|
|
|
}, |
665
|
|
|
|
|
|
|
}, |
666
|
|
|
|
|
|
|
'TZS' => { |
667
|
|
|
|
|
|
|
display_name => { |
668
|
|
|
|
|
|
|
'currency' => q(Tanzaani Šiiliŋ), |
669
|
|
|
|
|
|
|
}, |
670
|
|
|
|
|
|
|
}, |
671
|
|
|
|
|
|
|
'UGX' => { |
672
|
|
|
|
|
|
|
display_name => { |
673
|
|
|
|
|
|
|
'currency' => q(Uganda Šiiliŋ), |
674
|
|
|
|
|
|
|
}, |
675
|
|
|
|
|
|
|
}, |
676
|
|
|
|
|
|
|
'USD' => { |
677
|
|
|
|
|
|
|
display_name => { |
678
|
|
|
|
|
|
|
'currency' => q(Ameriki Dollar), |
679
|
|
|
|
|
|
|
}, |
680
|
|
|
|
|
|
|
}, |
681
|
|
|
|
|
|
|
'XAF' => { |
682
|
|
|
|
|
|
|
display_name => { |
683
|
|
|
|
|
|
|
'currency' => q(CFA Fraŋ \(BEAC\)), |
684
|
|
|
|
|
|
|
}, |
685
|
|
|
|
|
|
|
}, |
686
|
|
|
|
|
|
|
'XOF' => { |
687
|
|
|
|
|
|
|
display_name => { |
688
|
|
|
|
|
|
|
'currency' => q(CFA Fraŋ \(BCEAO\)), |
689
|
|
|
|
|
|
|
}, |
690
|
|
|
|
|
|
|
}, |
691
|
|
|
|
|
|
|
'ZAR' => { |
692
|
|
|
|
|
|
|
display_name => { |
693
|
|
|
|
|
|
|
'currency' => q(Hawasa Afriki Rand), |
694
|
|
|
|
|
|
|
}, |
695
|
|
|
|
|
|
|
}, |
696
|
|
|
|
|
|
|
'ZMK' => { |
697
|
|
|
|
|
|
|
display_name => { |
698
|
|
|
|
|
|
|
'currency' => q(Zambi Kwaca \(1968–2012\)), |
699
|
|
|
|
|
|
|
}, |
700
|
|
|
|
|
|
|
}, |
701
|
|
|
|
|
|
|
'ZMW' => { |
702
|
|
|
|
|
|
|
display_name => { |
703
|
|
|
|
|
|
|
'currency' => q(Zambi Kwaca), |
704
|
|
|
|
|
|
|
}, |
705
|
|
|
|
|
|
|
}, |
706
|
|
|
|
|
|
|
'ZWD' => { |
707
|
|
|
|
|
|
|
display_name => { |
708
|
|
|
|
|
|
|
'currency' => q(Zimbabwe Dollar), |
709
|
|
|
|
|
|
|
}, |
710
|
|
|
|
|
|
|
}, |
711
|
|
|
|
|
|
|
} }, |
712
|
|
|
|
|
|
|
); |
713
|
|
|
|
|
|
|
|
714
|
|
|
|
|
|
|
|
715
|
|
|
|
|
|
|
has 'calendar_months' => ( |
716
|
|
|
|
|
|
|
is => 'ro', |
717
|
|
|
|
|
|
|
isa => HashRef, |
718
|
|
|
|
|
|
|
init_arg => undef, |
719
|
|
|
|
|
|
|
default => sub { { |
720
|
|
|
|
|
|
|
'gregorian' => { |
721
|
|
|
|
|
|
|
'format' => { |
722
|
|
|
|
|
|
|
abbreviated => { |
723
|
|
|
|
|
|
|
nonleap => [ |
724
|
|
|
|
|
|
|
'Žan', |
725
|
|
|
|
|
|
|
'Fee', |
726
|
|
|
|
|
|
|
'Mar', |
727
|
|
|
|
|
|
|
'Awi', |
728
|
|
|
|
|
|
|
'Me', |
729
|
|
|
|
|
|
|
'Žuw', |
730
|
|
|
|
|
|
|
'Žuy', |
731
|
|
|
|
|
|
|
'Ut', |
732
|
|
|
|
|
|
|
'Sek', |
733
|
|
|
|
|
|
|
'Okt', |
734
|
|
|
|
|
|
|
'Noo', |
735
|
|
|
|
|
|
|
'Dee' |
736
|
|
|
|
|
|
|
], |
737
|
|
|
|
|
|
|
leap => [ |
738
|
|
|
|
|
|
|
|
739
|
|
|
|
|
|
|
], |
740
|
|
|
|
|
|
|
}, |
741
|
|
|
|
|
|
|
wide => { |
742
|
|
|
|
|
|
|
nonleap => [ |
743
|
|
|
|
|
|
|
'Žanwiye', |
744
|
|
|
|
|
|
|
'Feewiriye', |
745
|
|
|
|
|
|
|
'Marsi', |
746
|
|
|
|
|
|
|
'Awiril', |
747
|
|
|
|
|
|
|
'Me', |
748
|
|
|
|
|
|
|
'Žuweŋ', |
749
|
|
|
|
|
|
|
'Žuyye', |
750
|
|
|
|
|
|
|
'Ut', |
751
|
|
|
|
|
|
|
'Sektanbur', |
752
|
|
|
|
|
|
|
'Oktoobur', |
753
|
|
|
|
|
|
|
'Noowanbur', |
754
|
|
|
|
|
|
|
'Deesanbur' |
755
|
|
|
|
|
|
|
], |
756
|
|
|
|
|
|
|
leap => [ |
757
|
|
|
|
|
|
|
|
758
|
|
|
|
|
|
|
], |
759
|
|
|
|
|
|
|
}, |
760
|
|
|
|
|
|
|
}, |
761
|
|
|
|
|
|
|
'stand-alone' => { |
762
|
|
|
|
|
|
|
narrow => { |
763
|
|
|
|
|
|
|
nonleap => [ |
764
|
|
|
|
|
|
|
'Ž', |
765
|
|
|
|
|
|
|
'F', |
766
|
|
|
|
|
|
|
'M', |
767
|
|
|
|
|
|
|
'A', |
768
|
|
|
|
|
|
|
'M', |
769
|
|
|
|
|
|
|
'Ž', |
770
|
|
|
|
|
|
|
'Ž', |
771
|
|
|
|
|
|
|
'U', |
772
|
|
|
|
|
|
|
'S', |
773
|
|
|
|
|
|
|
'O', |
774
|
|
|
|
|
|
|
'N', |
775
|
|
|
|
|
|
|
'D' |
776
|
|
|
|
|
|
|
], |
777
|
|
|
|
|
|
|
leap => [ |
778
|
|
|
|
|
|
|
|
779
|
|
|
|
|
|
|
], |
780
|
|
|
|
|
|
|
}, |
781
|
|
|
|
|
|
|
}, |
782
|
|
|
|
|
|
|
}, |
783
|
|
|
|
|
|
|
} }, |
784
|
|
|
|
|
|
|
); |
785
|
|
|
|
|
|
|
|
786
|
|
|
|
|
|
|
has 'calendar_days' => ( |
787
|
|
|
|
|
|
|
is => 'ro', |
788
|
|
|
|
|
|
|
isa => HashRef, |
789
|
|
|
|
|
|
|
init_arg => undef, |
790
|
|
|
|
|
|
|
default => sub { { |
791
|
|
|
|
|
|
|
'gregorian' => { |
792
|
|
|
|
|
|
|
'format' => { |
793
|
|
|
|
|
|
|
abbreviated => { |
794
|
|
|
|
|
|
|
mon => 'Ati', |
795
|
|
|
|
|
|
|
tue => 'Ata', |
796
|
|
|
|
|
|
|
wed => 'Ala', |
797
|
|
|
|
|
|
|
thu => 'Alm', |
798
|
|
|
|
|
|
|
fri => 'Alj', |
799
|
|
|
|
|
|
|
sat => 'Ass', |
800
|
|
|
|
|
|
|
sun => 'Alh' |
801
|
|
|
|
|
|
|
}, |
802
|
|
|
|
|
|
|
wide => { |
803
|
|
|
|
|
|
|
mon => 'Atini', |
804
|
|
|
|
|
|
|
tue => 'Atalata', |
805
|
|
|
|
|
|
|
wed => 'Alarba', |
806
|
|
|
|
|
|
|
thu => 'Alhamiisa', |
807
|
|
|
|
|
|
|
fri => 'Aljuma', |
808
|
|
|
|
|
|
|
sat => 'Assabdu', |
809
|
|
|
|
|
|
|
sun => 'Alhadi' |
810
|
|
|
|
|
|
|
}, |
811
|
|
|
|
|
|
|
}, |
812
|
|
|
|
|
|
|
'stand-alone' => { |
813
|
|
|
|
|
|
|
narrow => { |
814
|
|
|
|
|
|
|
mon => 'T', |
815
|
|
|
|
|
|
|
tue => 'T', |
816
|
|
|
|
|
|
|
wed => 'L', |
817
|
|
|
|
|
|
|
thu => 'L', |
818
|
|
|
|
|
|
|
fri => 'L', |
819
|
|
|
|
|
|
|
sat => 'S', |
820
|
|
|
|
|
|
|
sun => 'H' |
821
|
|
|
|
|
|
|
}, |
822
|
|
|
|
|
|
|
}, |
823
|
|
|
|
|
|
|
}, |
824
|
|
|
|
|
|
|
} }, |
825
|
|
|
|
|
|
|
); |
826
|
|
|
|
|
|
|
|
827
|
|
|
|
|
|
|
has 'calendar_quarters' => ( |
828
|
|
|
|
|
|
|
is => 'ro', |
829
|
|
|
|
|
|
|
isa => HashRef, |
830
|
|
|
|
|
|
|
init_arg => undef, |
831
|
|
|
|
|
|
|
default => sub { { |
832
|
|
|
|
|
|
|
'gregorian' => { |
833
|
|
|
|
|
|
|
'format' => { |
834
|
|
|
|
|
|
|
abbreviated => {0 => 'A1', |
835
|
|
|
|
|
|
|
1 => 'A2', |
836
|
|
|
|
|
|
|
2 => 'A3', |
837
|
|
|
|
|
|
|
3 => 'A4' |
838
|
|
|
|
|
|
|
}, |
839
|
|
|
|
|
|
|
wide => {0 => 'Arrubu 1', |
840
|
|
|
|
|
|
|
1 => 'Arrubu 2', |
841
|
|
|
|
|
|
|
2 => 'Arrubu 3', |
842
|
|
|
|
|
|
|
3 => 'Arrubu 4' |
843
|
|
|
|
|
|
|
}, |
844
|
|
|
|
|
|
|
}, |
845
|
|
|
|
|
|
|
}, |
846
|
|
|
|
|
|
|
} }, |
847
|
|
|
|
|
|
|
); |
848
|
|
|
|
|
|
|
|
849
|
|
|
|
|
|
|
has 'day_periods' => ( |
850
|
|
|
|
|
|
|
is => 'ro', |
851
|
|
|
|
|
|
|
isa => HashRef, |
852
|
|
|
|
|
|
|
init_arg => undef, |
853
|
|
|
|
|
|
|
default => sub { { |
854
|
|
|
|
|
|
|
'gregorian' => { |
855
|
|
|
|
|
|
|
'format' => { |
856
|
|
|
|
|
|
|
'abbreviated' => { |
857
|
|
|
|
|
|
|
'am' => q{Adduha}, |
858
|
|
|
|
|
|
|
'pm' => q{Aluula}, |
859
|
|
|
|
|
|
|
}, |
860
|
|
|
|
|
|
|
'wide' => { |
861
|
|
|
|
|
|
|
'am' => q{Adduha}, |
862
|
|
|
|
|
|
|
'pm' => q{Aluula}, |
863
|
|
|
|
|
|
|
}, |
864
|
|
|
|
|
|
|
}, |
865
|
|
|
|
|
|
|
}, |
866
|
|
|
|
|
|
|
} }, |
867
|
|
|
|
|
|
|
); |
868
|
|
|
|
|
|
|
|
869
|
|
|
|
|
|
|
has 'eras' => ( |
870
|
|
|
|
|
|
|
is => 'ro', |
871
|
|
|
|
|
|
|
isa => HashRef, |
872
|
|
|
|
|
|
|
init_arg => undef, |
873
|
|
|
|
|
|
|
default => sub { { |
874
|
|
|
|
|
|
|
'generic' => { |
875
|
|
|
|
|
|
|
}, |
876
|
|
|
|
|
|
|
'gregorian' => { |
877
|
|
|
|
|
|
|
abbreviated => { |
878
|
|
|
|
|
|
|
'0' => 'IJ', |
879
|
|
|
|
|
|
|
'1' => 'IZ' |
880
|
|
|
|
|
|
|
}, |
881
|
|
|
|
|
|
|
wide => { |
882
|
|
|
|
|
|
|
'0' => 'Isaa jine', |
883
|
|
|
|
|
|
|
'1' => 'Isaa jamanoo' |
884
|
|
|
|
|
|
|
}, |
885
|
|
|
|
|
|
|
}, |
886
|
|
|
|
|
|
|
} }, |
887
|
|
|
|
|
|
|
); |
888
|
|
|
|
|
|
|
|
889
|
|
|
|
|
|
|
has 'date_formats' => ( |
890
|
|
|
|
|
|
|
is => 'ro', |
891
|
|
|
|
|
|
|
isa => HashRef, |
892
|
|
|
|
|
|
|
init_arg => undef, |
893
|
|
|
|
|
|
|
default => sub { { |
894
|
|
|
|
|
|
|
'generic' => { |
895
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y G}, |
896
|
|
|
|
|
|
|
'long' => q{d MMMM y G}, |
897
|
|
|
|
|
|
|
'medium' => q{d MMM, y G}, |
898
|
|
|
|
|
|
|
'short' => q{d/M/y GGGGG}, |
899
|
|
|
|
|
|
|
}, |
900
|
|
|
|
|
|
|
'gregorian' => { |
901
|
|
|
|
|
|
|
'full' => q{EEEE d MMMM y}, |
902
|
|
|
|
|
|
|
'long' => q{d MMMM y}, |
903
|
|
|
|
|
|
|
'medium' => q{d MMM, y}, |
904
|
|
|
|
|
|
|
'short' => q{d/M/y}, |
905
|
|
|
|
|
|
|
}, |
906
|
|
|
|
|
|
|
} }, |
907
|
|
|
|
|
|
|
); |
908
|
|
|
|
|
|
|
|
909
|
|
|
|
|
|
|
has 'time_formats' => ( |
910
|
|
|
|
|
|
|
is => 'ro', |
911
|
|
|
|
|
|
|
isa => HashRef, |
912
|
|
|
|
|
|
|
init_arg => undef, |
913
|
|
|
|
|
|
|
default => sub { { |
914
|
|
|
|
|
|
|
'generic' => { |
915
|
|
|
|
|
|
|
}, |
916
|
|
|
|
|
|
|
'gregorian' => { |
917
|
|
|
|
|
|
|
'full' => q{HH:mm:ss zzzz}, |
918
|
|
|
|
|
|
|
'long' => q{HH:mm:ss z}, |
919
|
|
|
|
|
|
|
'medium' => q{HH:mm:ss}, |
920
|
|
|
|
|
|
|
'short' => q{HH:mm}, |
921
|
|
|
|
|
|
|
}, |
922
|
|
|
|
|
|
|
} }, |
923
|
|
|
|
|
|
|
); |
924
|
|
|
|
|
|
|
|
925
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
926
|
|
|
|
|
|
|
is => 'ro', |
927
|
|
|
|
|
|
|
isa => HashRef, |
928
|
|
|
|
|
|
|
init_arg => undef, |
929
|
|
|
|
|
|
|
default => sub { { |
930
|
|
|
|
|
|
|
'generic' => { |
931
|
|
|
|
|
|
|
}, |
932
|
|
|
|
|
|
|
'gregorian' => { |
933
|
|
|
|
|
|
|
}, |
934
|
|
|
|
|
|
|
} }, |
935
|
|
|
|
|
|
|
); |
936
|
|
|
|
|
|
|
|
937
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
938
|
|
|
|
|
|
|
is => 'ro', |
939
|
|
|
|
|
|
|
isa => HashRef, |
940
|
|
|
|
|
|
|
init_arg => undef, |
941
|
|
|
|
|
|
|
default => sub { { |
942
|
|
|
|
|
|
|
'generic' => { |
943
|
|
|
|
|
|
|
M => q{M}, |
944
|
|
|
|
|
|
|
MMM => q{MMM}, |
945
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
946
|
|
|
|
|
|
|
MMMMEd => q{E d MMMM}, |
947
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
948
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
949
|
|
|
|
|
|
|
MMd => q{d/MM}, |
950
|
|
|
|
|
|
|
MMdd => q{dd/MM}, |
951
|
|
|
|
|
|
|
Md => q{d/M}, |
952
|
|
|
|
|
|
|
ms => q{m:ss}, |
953
|
|
|
|
|
|
|
y => q{y}, |
954
|
|
|
|
|
|
|
yM => q{M/y}, |
955
|
|
|
|
|
|
|
yMEd => q{E d/M/y}, |
956
|
|
|
|
|
|
|
yMM => q{MM/y}, |
957
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
958
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
959
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
960
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
961
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
962
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
963
|
|
|
|
|
|
|
}, |
964
|
|
|
|
|
|
|
'gregorian' => { |
965
|
|
|
|
|
|
|
M => q{M}, |
966
|
|
|
|
|
|
|
MMM => q{MMM}, |
967
|
|
|
|
|
|
|
MMMEd => q{E d MMM}, |
968
|
|
|
|
|
|
|
MMMMEd => q{E d MMMM}, |
969
|
|
|
|
|
|
|
MMMMd => q{d MMMM}, |
970
|
|
|
|
|
|
|
MMMd => q{d MMM}, |
971
|
|
|
|
|
|
|
MMd => q{d/MM}, |
972
|
|
|
|
|
|
|
MMdd => q{dd/MM}, |
973
|
|
|
|
|
|
|
Md => q{d/M}, |
974
|
|
|
|
|
|
|
ms => q{m:ss}, |
975
|
|
|
|
|
|
|
y => q{y}, |
976
|
|
|
|
|
|
|
yM => q{M/y}, |
977
|
|
|
|
|
|
|
yMEd => q{E d/M/y}, |
978
|
|
|
|
|
|
|
yMM => q{MM/y}, |
979
|
|
|
|
|
|
|
yMMM => q{MMM y}, |
980
|
|
|
|
|
|
|
yMMMEd => q{E d MMM y}, |
981
|
|
|
|
|
|
|
yMMMM => q{MMMM y}, |
982
|
|
|
|
|
|
|
yMMMd => q{d MMM y}, |
983
|
|
|
|
|
|
|
yQQQ => q{QQQ y}, |
984
|
|
|
|
|
|
|
yQQQQ => q{QQQQ y}, |
985
|
|
|
|
|
|
|
}, |
986
|
|
|
|
|
|
|
} }, |
987
|
|
|
|
|
|
|
); |
988
|
|
|
|
|
|
|
|
989
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
990
|
|
|
|
|
|
|
is => 'ro', |
991
|
|
|
|
|
|
|
isa => HashRef, |
992
|
|
|
|
|
|
|
init_arg => undef, |
993
|
|
|
|
|
|
|
default => sub { { |
994
|
|
|
|
|
|
|
'gregorian' => { |
995
|
|
|
|
|
|
|
'Day' => '{0} ({2}: {1})', |
996
|
|
|
|
|
|
|
'Day-Of-Week' => '{0} {1}', |
997
|
|
|
|
|
|
|
'Era' => '{1} {0}', |
998
|
|
|
|
|
|
|
'Hour' => '{0} ({2}: {1})', |
999
|
|
|
|
|
|
|
'Minute' => '{0} ({2}: {1})', |
1000
|
|
|
|
|
|
|
'Month' => '{0} ({2}: {1})', |
1001
|
|
|
|
|
|
|
'Quarter' => '{0} ({2}: {1})', |
1002
|
|
|
|
|
|
|
'Second' => '{0} ({2}: {1})', |
1003
|
|
|
|
|
|
|
'Timezone' => '{0} {1}', |
1004
|
|
|
|
|
|
|
'Week' => '{0} ({2}: {1})', |
1005
|
|
|
|
|
|
|
'Year' => '{1} {0}', |
1006
|
|
|
|
|
|
|
}, |
1007
|
|
|
|
|
|
|
} }, |
1008
|
|
|
|
|
|
|
); |
1009
|
|
|
|
|
|
|
|
1010
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
1011
|
|
|
|
|
|
|
is => 'ro', |
1012
|
|
|
|
|
|
|
isa => HashRef, |
1013
|
|
|
|
|
|
|
init_arg => undef, |
1014
|
|
|
|
|
|
|
default => sub { { |
1015
|
|
|
|
|
|
|
} }, |
1016
|
|
|
|
|
|
|
); |
1017
|
|
|
|
|
|
|
|
1018
|
1
|
|
|
1
|
|
2354
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
4
|
|
1019
|
|
|
|
|
|
|
|
1020
|
|
|
|
|
|
|
1; |
1021
|
|
|
|
|
|
|
|
1022
|
|
|
|
|
|
|
# vim: tabstop=4 |