=head1
Locale::CLDR::Locales::En::Any::Nl - Package for language English
=cut
# This file auto generated from Data\common\main\en_NL.xml
# on Thu 8 Oct 12:25:33 am GMT
use version;
our $VERSION = version->declare('v0.28.0');
use v5.10;
use mro 'c3';
use utf8;
use if $^V ge v5.12.0, feature => 'unicode_strings';
use Moose;
extends('Locale::CLDR::Locales::En::Any::150');
has 'number_currency_formats' => (
is => 'ro',
isa => 'HashRef',
init_arg => undef,
default => sub { {
'latn' => {
'pattern' => {
'default' => {
'accounting' => {
'negative' => '(¤ #,##0.00)',
'positive' => '¤ #,##0.00',
},
'standard' => {
'negative' => '¤ -#,##0.00',
'positive' => '¤ #,##0.00',
},
},
},
},
} },
);
no Moose;
__PACKAGE__->meta->make_immutable;
1;
# vim: tabstop=4