fix using the message catalog for en_us, RT#19907
authorIvan Kohler <ivan@freeside.biz>
Fri, 1 Feb 2013 05:26:53 +0000 (21:26 -0800)
committerIvan Kohler <ivan@freeside.biz>
Fri, 1 Feb 2013 05:26:53 +0000 (21:26 -0800)
FS/FS/L10N/en_us.pm

index 6ad136b..ed936a5 100644 (file)
@@ -1,6 +1,8 @@
 package FS::L10N::en_us;
-use base qw(FS::L10N);
+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;