update dictionary from freeradius 2.2.8 + include (non-standard?) Motorol-Canopy...
[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;