invoice template and config localization, #12367
[freeside.git] / FS / FS / L10N / en_us.pm
1 package FS::L10N::en_us;
2 use base qw(FS::L10N);
3
4 our %Lexicon = ( _AUTO=>1 );
5
6 1;