[freeside-commits] branch master updated. a15834aba232f1b6239645053107766e30398c94
Ivan
ivan at 420.am
Thu Jan 31 21:26:54 PST 2013
The branch, master has been updated
via a15834aba232f1b6239645053107766e30398c94 (commit)
from 61097b876e692dbf5571a17b9aa415949607085f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a15834aba232f1b6239645053107766e30398c94
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jan 31 21:26:53 2013 -0800
fix using the message catalog for en_us, RT#19907
diff --git a/FS/FS/L10N/en_us.pm b/FS/FS/L10N/en_us.pm
index 6ad136b..ed936a5 100644
--- a/FS/FS/L10N/en_us.pm
+++ b/FS/FS/L10N/en_us.pm
@@ -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;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/L10N/en_us.pm | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list