summaryrefslogtreecommitdiff
path: root/FS/FS/L10N/en_us.pm
blob: ed936a5d436309b185ad62732266782bf02dfce0 (plain)
1
2
3
4
5
6
7
8
package FS::L10N::en_us;
use base qw(FS::L10N::DBI);

#prevents english "translation" via FS::L10N::DBI, FS::Msgcat::_gettext already
# does the same sort of fallback 
#our %Lexicon = ( _AUTO=>1 );

1;