— |
our $VERSION = version->declare( 'v0.34.3' );
use if $^V ge v5.12.0, feature => 'unicode_strings' ;
extends ( 'Locale::CLDR::Locales::Root' );
has 'display_name_language' => (
is => 'ro' ,
isa => CodeRef,
init_arg => undef ,
default => sub {
sub {
my %languages = (
'ak' => 'Akan' ,
'am' => 'Amariikị' ,
'ar' => 'Arabiikị' ,
'be' => 'Belaruusu' ,
'bg' => 'Bọlụgarịa' ,
'bn' => 'Bengali' ,
'cs' => 'Cheekị' ,
'de' => 'Jamaan' ,
'el' => 'Giriikị' ,
'en' => 'Oyibo' ,
'es' => 'Panya' ,
'fa' => 'Peshan' ,
'fr' => 'Fụrench' ,
'ha' => 'Awụsa' ,
'hi' => 'Hindi' ,
'hu' => 'Magịya' ,
'id' => 'Indonisia' ,
'ig' => 'Igbo' ,
'it' => 'Italo' ,
'ja' => 'Japanese' ,
'jv' => 'Java' ,
'km' => 'Keme, Etiti' ,
'ko' => 'Koria' ,
'ms' => 'Maleyi' ,
'my' => 'Mịanma' ,
'ne' => 'Nepali' ,
'nl' => 'Dọọch' ,
'pa' => 'Punjabi' ,
'pl' => 'Poliishi' ,
'pt' => 'Potoki' ,
'ro' => 'Rumenia' ,
'ru' => 'Rọshan' ,
'rw' => 'Rụwanda' ,
'so' => 'Somali' ,
'sv' => 'Sụwidiishi' ,
'ta' => 'Tamụlụ' ,
'th' => 'Taị' ,
'tr' => 'Tọkiishi' ,
'uk' => 'Ukureenị' ,
'ur' => 'Urudu' ,
'vi' => 'Viyetịnaamụ' ,
'yo' => 'Yoruba' ,
'zh' => 'Mandarịịnị' ,
'zu' => 'Zulu' ,
);
if ( @_ ) {
return $languages { $_ [0]};
}
return \ %languages ;
}
},
);
has 'display_name_region' => (
is => 'ro' ,
isa => HashRef[Str],
init_arg => undef ,
default => sub {
{
'BJ' => 'Binin' ,
'BM' => 'Bemuda' ,
'CN' => 'Chaina' ,
'HT' => 'Hati' ,
'KM' => 'Comorosu' ,
'LY' => 'Libyia' ,
'MV' => 'Maldivesa' ,
'NG' => 'Naịjịrịa' ,
}
},
);
has 'characters' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => $^V ge v5.18.0
? eval <<'EOT'
sub {
no warnings 'experimental::regex_sets';
return {
index => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'],
main => qr{[a b {ch} d e ẹ f g {gb} {gh} {gw} h i ị j k {kp} {kw} l m n ṅ {nw} {ny} o ọ p r s {sh} t u ụ v w y z]},
numbers => qr{[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]},
};
},
EOT
: sub {
return { index => [ 'A' , 'B' , 'C' , 'D' , 'E' , 'F' , 'G' , 'H' , 'I' , 'J' , 'K' , 'L' , 'M' , 'N' , 'O' , 'P' , 'Q' , 'R' , 'S' , 'T' , 'U' , 'V' , 'W' , 'X' , 'Y' , 'Z' ], };
},
);
has 'quote_start' => (
is => 'ro' ,
isa => Str,
init_arg => undef ,
default => qq{“} ,
);
has 'quote_end' => (
is => 'ro' ,
isa => Str,
init_arg => undef ,
default => qq{”} ,
);
has 'alternate_quote_start' => (
is => 'ro' ,
isa => Str,
init_arg => undef ,
default => qq{‘} ,
);
has 'alternate_quote_end' => (
is => 'ro' ,
isa => Str,
init_arg => undef ,
default => qq{’} ,
);
has 'yesstr' => (
is => 'ro' ,
isa => RegexpRef,
init_arg => undef ,
default => sub { qr'^(?i:Eye|E|yes|y)$' }
);
has 'nostr' => (
is => 'ro' ,
isa => RegexpRef,
init_arg => undef ,
default => sub { qr'^(?i:Mba|M|no|n)$' }
);
has 'minimum_grouping_digits' => (
is => 'ro' ,
isa => Int,
init_arg => undef ,
default => 1,
);
has 'number_symbols' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'arab' => {
'decimal' => q(٫) ,
'group' => q(٬) ,
'infinity' => q(∞) ,
'list' => q(؛) ,
'minusSign' => q(-) ,
'nan' => q(NaN) ,
'perMille' => q(؉) ,
'percentSign' => q(٪) ,
'plusSign' => q(+) ,
'superscriptingExponent' => q(×) ,
'timeSeparator' => q(:) ,
},
'arabext' => {
'decimal' => q(٫) ,
'group' => q(٬) ,
'infinity' => q(∞) ,
'list' => q(؛) ,
'minusSign' => q(-) ,
'nan' => q(NaN) ,
'perMille' => q(؉) ,
'percentSign' => q(٪) ,
'plusSign' => q(+) ,
'superscriptingExponent' => q(×) ,
'timeSeparator' => q(٫) ,
},
'bali' => {
'timeSeparator' => q(:) ,
},
'beng' => {
'timeSeparator' => q(:) ,
},
'brah' => {
'timeSeparator' => q(:) ,
},
'cakm' => {
'timeSeparator' => q(:) ,
},
'latn' => {
'decimal' => q(.) ,
'exponential' => q(E) ,
'group' => q(,) ,
'infinity' => q(∞) ,
'list' => q(;) ,
'minusSign' => q(-) ,
'nan' => q(NaN) ,
'perMille' => q(‰) ,
'percentSign' => q(%) ,
'plusSign' => q(+) ,
'superscriptingExponent' => q(×) ,
'timeSeparator' => q(:) ,
},
} }
);
has 'number_formats' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
decimalFormat => {
'default' => {
'standard' => {
'default' => '#,##0.###' ,
},
},
},
percentFormat => {
'default' => {
'standard' => {
'default' => '#,##0%' ,
},
},
},
scientificFormat => {
'default' => {
'standard' => {
'default' => '#E0' ,
},
},
},
} },
);
has 'number_currency_formats' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'arab' => {
'pattern' => {
'default' => {
'standard' => {
'positive' => '¤#,##0.00' ,
},
},
},
},
'latn' => {
'pattern' => {
'default' => {
'accounting' => {
'negative' => '(¤#,##0.00)' ,
'positive' => '¤#,##0.00' ,
},
'standard' => {
'positive' => '¤#,##0.00' ,
},
},
},
},
} },
);
has 'currencies' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'CVE' => {
display_name => {
'currency' => q(Escudo Caboverdiano) ,
},
},
'NGN' => {
symbol => '₦' ,
display_name => {
'currency' => q(Naịra) ,
},
},
} },
);
has 'calendar_months' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'gregorian' => {
'format' => {
abbreviated => {
nonleap => [
'Jen' ,
'Feb' ,
'Maa' ,
'Epr' ,
'Mee' ,
'Juu' ,
'Jul' ,
'Ọgọ' ,
'Sep' ,
'Ọkt' ,
'Nov' ,
'Dis'
],
leap => [
],
},
narrow => {
nonleap => [
'1' ,
'2' ,
'3' ,
'4' ,
'5' ,
'6' ,
'7' ,
'8' ,
'9' ,
'10' ,
'11' ,
'12'
],
leap => [
],
},
wide => {
nonleap => [
'Jenụwarị' ,
'Febrụwarị' ,
'Maachị' ,
'Eprel' ,
'Mee' ,
'Juun' ,
'Julaị' ,
'Ọgọọst' ,
'Septemba' ,
'Ọktoba' ,
'Novemba' ,
'Disemba'
],
leap => [
],
},
},
'stand-alone' => {
abbreviated => {
nonleap => [
'Jen' ,
'Feb' ,
'Maa' ,
'Epr' ,
'Mee' ,
'Juu' ,
'Jul' ,
'Ọgọ' ,
'Sep' ,
'Ọkt' ,
'Nov' ,
'Dis'
],
leap => [
],
},
narrow => {
nonleap => [
'1' ,
'2' ,
'3' ,
'4' ,
'5' ,
'6' ,
'7' ,
'8' ,
'9' ,
'10' ,
'11' ,
'12'
],
leap => [
],
},
wide => {
nonleap => [
'Jenụwarị' ,
'Febrụwarị' ,
'Maachị' ,
'Eprel' ,
'Mee' ,
'Juun' ,
'Julaị' ,
'Ọgọọst' ,
'Septemba' ,
'Ọktoba' ,
'Novemba' ,
'Disemba'
],
leap => [
],
},
},
},
} },
);
has 'calendar_days' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'gregorian' => {
'format' => {
abbreviated => {
mon => 'Mọn' ,
tue => 'Tiu' ,
wed => 'Wen' ,
thu => 'Tọọ' ,
fri => 'Fraị' ,
sat => 'Sat' ,
sun => 'Ụka'
},
narrow => {
mon => 'M' ,
tue => 'T' ,
wed => 'W' ,
thu => 'T' ,
fri => 'F' ,
sat => 'S' ,
sun => 'S'
},
short => {
mon => 'Mọn' ,
tue => 'Tiu' ,
wed => 'Wen' ,
thu => 'Tọọ' ,
fri => 'Fraị' ,
sat => 'Sat' ,
sun => 'Ụka'
},
wide => {
mon => 'Mọnde' ,
tue => 'Tiuzdee' ,
wed => 'Wenezdee' ,
thu => 'Tọọzdee' ,
fri => 'Fraịdee' ,
sat => 'Satọdee' ,
sun => 'Mbọsị Ụka'
},
},
'stand-alone' => {
abbreviated => {
mon => 'Mọn' ,
tue => 'Tiu' ,
wed => 'Wen' ,
thu => 'Tọọ' ,
fri => 'Fraị' ,
sat => 'Sat' ,
sun => 'Ụka'
},
narrow => {
mon => 'M' ,
tue => 'T' ,
wed => 'W' ,
thu => 'T' ,
fri => 'F' ,
sat => 'S' ,
sun => 'S'
},
short => {
mon => 'Mọn' ,
tue => 'Tiu' ,
wed => 'Wen' ,
thu => 'Tọọ' ,
fri => 'Fraị' ,
sat => 'Sat' ,
sun => 'Ụka'
},
wide => {
mon => 'Mọnde' ,
tue => 'Tiuzdee' ,
wed => 'Wenezdee' ,
thu => 'Tọọzdee' ,
fri => 'Fraịdee' ,
sat => 'Satọdee' ,
sun => 'Mbọsị Ụka'
},
},
},
} },
);
has 'calendar_quarters' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'gregorian' => {
'format' => {
abbreviated => { 0 => 'Ọ1' ,
1 => 'Ọ2' ,
2 => 'Ọ3' ,
3 => 'Ọ4'
},
narrow => { 0 => '1' ,
1 => '2' ,
2 => '3' ,
3 => '4'
},
wide => { 0 => 'Ọkara 1' ,
1 => 'Ọkara 2' ,
2 => 'Ọkara 3' ,
3 => 'Ọkara 4'
},
},
'stand-alone' => {
abbreviated => { 0 => 'Ọ1' ,
1 => 'Ọ2' ,
2 => 'Ọ3' ,
3 => 'Ọ4'
},
narrow => { 0 => '1' ,
1 => '2' ,
2 => '3' ,
3 => '4'
},
wide => { 0 => 'Ọkara 1' ,
1 => 'Ọkara 2' ,
2 => 'Ọkara 3' ,
3 => 'Ọkara 4'
},
},
},
} },
);
has 'day_periods' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'gregorian' => {
'format' => {
'abbreviated' => {
'am' => q{A.M.} ,
'pm' => q{P.M.} ,
},
'narrow' => {
'am' => q{A.M.} ,
'pm' => q{P.M.} ,
},
'wide' => {
'am' => q{A.M.} ,
'pm' => q{P.M.} ,
},
},
'stand-alone' => {
'abbreviated' => {
'am' => q{A.M.} ,
'pm' => q{P.M.} ,
},
'narrow' => {
'am' => q{A.M.} ,
'pm' => q{P.M.} ,
},
'wide' => {
'am' => q{A.M.} ,
'pm' => q{P.M.} ,
},
},
},
} },
);
has 'eras' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'generic' => {
},
'gregorian' => {
abbreviated => {
'0' => 'T.K.' ,
'1' => 'A.K.'
},
narrow => {
'0' => 'T.K.' ,
'1' => 'A.K.'
},
wide => {
'0' => 'Tupu Kristi' ,
'1' => 'Afọ Kristi'
},
},
} },
);
has 'date_formats' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'generic' => {
'full' => q{EEEE, d MMMM y G} ,
'long' => q{d MMMM y G} ,
'medium' => q{d MMM y G} ,
'short' => q{dd/MM/y GGGGG} ,
},
'gregorian' => {
'full' => q{EEEE, d MMMM y} ,
'long' => q{d MMMM y} ,
'medium' => q{d MMM y} ,
'short' => q{dd/MM/y} ,
},
} },
);
has 'time_formats' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'generic' => {
},
'gregorian' => {
'full' => q{HH:mm:ss zzzz} ,
'long' => q{HH:mm:ss z} ,
'medium' => q{HH:mm:ss} ,
'short' => q{HH:mm} ,
},
} },
);
has 'datetime_formats' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'generic' => {
},
'gregorian' => {
'full' => q{{1} {0}},
'long' => q{{1} {0}},
'medium' => q{{1} {0}},
'short' => q{{1} {0}},
},
} },
);
has 'datetime_formats_available_formats' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'generic' => {
Hm => q{HH:mm} ,
Hms => q{HH:mm:ss} ,
M => q{L} ,
MEd => q{E, M/d} ,
MMM => q{LLL} ,
MMMEd => q{E, MMM d} ,
MMMMEd => q{E, MMMM d} ,
MMMMd => q{MMMM d} ,
MMMd => q{MMM d} ,
Md => q{M/d} ,
d => q{d} ,
hm => q{h:mm a} ,
ms => q{mm:ss} ,
y => q{y} ,
yM => q{M/y} ,
yMEd => q{E, M/d/y} ,
yMMM => q{MMM y} ,
yMMMEd => q{E, MMM d, y} ,
yMMMM => q{MMMM y} ,
yQQQ => q{QQQ y} ,
yQQQQ => q{QQQQ y} ,
},
'gregorian' => {
E => q{ccc} ,
EHm => q{E HH:mm} ,
EHms => q{E HH:mm:ss} ,
Ed => q{d, E} ,
Ehm => q{E h:mm a} ,
Ehms => q{E h:mm:ss a} ,
Gy => q{y G} ,
GyMMM => q{MMM y G} ,
GyMMMEd => q{E, MMM d, y G} ,
GyMMMd => q{MMM d, y G} ,
H => q{HH} ,
Hm => q{HH:mm} ,
Hms => q{HH:mm:ss} ,
Hmsv => q{HH:mm:ss v} ,
Hmv => q{HH:mm v} ,
M => q{L} ,
MEd => q{E, M/d} ,
MMM => q{LLL} ,
MMMEd => q{E, MMM d} ,
MMMMEd => q{E, MMMM d} ,
MMMMW => q{'week' W 'of' MMM} ,
MMMMd => q{MMMM d} ,
MMMd => q{MMM d} ,
Md => q{M/d} ,
d => q{d} ,
h => q{h a} ,
hm => q{h:mm a} ,
hms => q{h:mm:ss a} ,
hmsv => q{h:mm:ss a v} ,
hmv => q{h:mm a v} ,
ms => q{mm:ss} ,
y => q{y} ,
yM => q{M/y} ,
yMEd => q{E, M/d/y} ,
yMMM => q{MMM y} ,
yMMMEd => q{E, MMM d, y} ,
yMMMM => q{MMMM y} ,
yMMMd => q{MMM d, y} ,
yMd => q{y-MM-dd} ,
yQQQ => q{QQQ y} ,
yQQQQ => q{QQQQ y} ,
yw => q{'week' w 'of' Y} ,
},
} },
);
has 'datetime_formats_append_item' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'gregorian' => {
'Timezone' => '{0} {1}' ,
},
} },
);
has 'datetime_formats_interval' => (
is => 'ro' ,
isa => HashRef,
init_arg => undef ,
default => sub { {
'gregorian' => {
H => {
H => q{HH–HH} ,
},
Hm => {
H => q{HH:mm–HH:mm} ,
m => q{HH:mm–HH:mm} ,
},
Hmv => {
H => q{HH:mm–HH:mm v} ,
m => q{HH:mm–HH:mm v} ,
},
Hv => {
H => q{HH–HH v} ,
},
M => {
M => q{MM–MM} ,
},
MEd => {
M => q{MM-dd, E – MM-dd, E} ,
d => q{E, MM/dd – E, MM/dd} ,
},
MMM => {
M => q{LLL–LLL} ,
},
MMMEd => {
M => q{MMM d, E – MMM d, E} ,
d => q{MMM d, E – MMM d, E} ,
},
MMMd => {
M => q{MMM d – MMM d} ,
d => q{MMM d–d} ,
},
Md => {
M => q{MM/dd – MM/dd} ,
d => q{MM/dd – MM/dd} ,
},
d => {
d => q{d–d} ,
},
fallback => '{0} – {1}' ,
h => {
a => q{h a – h a} ,
h => q{h–h a} ,
},
hm => {
a => q{h:mm a – h:mm a} ,
h => q{h:mm–h:mm a} ,
m => q{h:mm–h:mm a} ,
},
hmv => {
a => q{h:mm a – h:mm a v} ,
h => q{h:mm–h:mm a v} ,
m => q{h:mm–h:mm a v} ,
},
hv => {
a => q{h a – h a v} ,
h => q{h–h a v} ,
},
y => {
y => q{y–y} ,
},
yM => {
M => q{MM/y – MM/y} ,
y => q{y-MM – y-MM} ,
},
yMEd => {
M => q{y-MM-dd, E – y-MM-dd, E} ,
d => q{y-MM-dd, E – y-MM-dd, E} ,
y => q{y-MM-dd, E – y-MM-dd, E} ,
},
yMMM => {
M => q{y MMM–MMM} ,
y => q{y MMM – y MMM} ,
},
yMMMEd => {
M => q{y MMM d, E – MMM d, E} ,
d => q{y MMM d, E – MMM d, E} ,
y => q{y MMM d, E – y MMM d, E} ,
},
yMMMM => {
M => q{y MMMM–MMMM} ,
y => q{y MMMM – y MMMM} ,
},
yMMMd => {
M => q{y MMM d – MMM d} ,
d => q{y MMM d–d} ,
y => q{y MMM d – y MMM d} ,
},
yMd => {
M => q{y-MM-dd – y-MM-dd} ,
d => q{y-MM-dd – y-MM-dd} ,
y => q{y-MM-dd – y-MM-dd} ,
},
},
} },
);
no Moo;
1;
|