RT# 80898 - added config option to allow for the changing of the name for credit...
[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;