eliminate some false laziness in FS::Misc::send_email vs. msg_template/email.pm send_...
[freeside.git] / FS / FS / L10N / en_us.pm
1 package FS::L10N::en_us;
2 use base qw(FS::L10N::DBI);
3
4 #prevents english "translation" via FS::L10N::DBI, FS::Msgcat::_gettext already
5 # does the same sort of fallback 
6 #our %Lexicon = ( _AUTO=>1 );
7
8 1;