[freeside-commits] branch FREESIDE_2_3_BRANCH updated. f7b496e18b998a6eae027e56dc4943d0d6cc9c4b
Ivan
ivan at 420.am
Thu Jan 31 21:26:56 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via f7b496e18b998a6eae027e56dc4943d0d6cc9c4b (commit)
from db81b071af31d803a7707376d06f6b1c6c674bd9 (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 f7b496e18b998a6eae027e56dc4943d0d6cc9c4b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jan 31 21:26:55 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