X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FL10N%2Fen_us.pm;h=ed936a5d436309b185ad62732266782bf02dfce0;hb=31e1d1d72a371b856f4ee3e50252bf596bb8a2d1;hp=e8a592d78f3479e944382897db08a6a23781354c;hpb=22a59960edd8f446d82c60f9ca5ac9b957ef2eac;p=freeside.git diff --git a/FS/FS/L10N/en_us.pm b/FS/FS/L10N/en_us.pm index e8a592d78..ed936a5d4 100644 --- a/FS/FS/L10N/en_us.pm +++ b/FS/FS/L10N/en_us.pm @@ -1,7 +1,8 @@ package FS::L10N::en_us; -use base qw(FS::L10N); -#use strict; +use base qw(FS::L10N::DBI); -our %Lexicon = ( _AUTO=>1 ); +#prevents english "translation" via FS::L10N::DBI, FS::Msgcat::_gettext already +# does the same sort of fallback +#our %Lexicon = ( _AUTO=>1 ); 1;