=head1
Locale::CLDR::Locales::En::Any::At - Package for language English
=cut
# This file auto generated from Data\common\main\en_AT.xml
# on Thu 29 Mar 8:57:25 pm GMT
use strict;
use version;
our $VERSION = version->declare('v0.32.0');
use v5.10.1;
use mro 'c3';
use utf8;
use if $^V ge v5.12.0, feature => 'unicode_strings';
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
use Moo;
extends('Locale::CLDR::Locales::En::Any::150');
has 'number_symbols' => (
is => 'ro',
isa => HashRef,
init_arg => undef,
default => sub { {
'latn' => {
'superscriptingExponent' => q(·),
},
} }
);
has 'number_formats' => (
is => 'ro',
isa => HashRef,
init_arg => undef,
default => sub { {
percentFormat => {
'default' => {
'standard' => {
'default' => '#,##0 %',
},
},
},
} },
);
has 'number_currency_formats' => (
is => 'ro',
isa => HashRef,
init_arg => undef,
default => sub { {
'latn' => {
'pattern' => {
'default' => {
'accounting' => {
'positive' => '¤ #,##0.00',
},
'standard' => {
'positive' => '¤ #,##0.00',
},
},
},
},
} },
);
no Moo;
1;
# vim: tabstop=4