RT# 27969 - created 3 new api functions to add, edit and list advertising sources
[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;