[Jifty-commit] r778 - in jifty/trunk: lib lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Mar 31 03:27:15 EST 2006


Author: jesse
Date: Fri Mar 31 03:27:14 2006
New Revision: 778

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty.pm
   jifty/trunk/lib/Jifty/Everything.pm

Log:
 r10650 at hualien:  jesse | 2006-03-31 14:01:25 +0900
  * First pass at internationalization that passes smoke tests


Modified: jifty/trunk/lib/Jifty.pm
==============================================================================
--- jifty/trunk/lib/Jifty.pm	(original)
+++ jifty/trunk/lib/Jifty.pm	Fri Mar 31 03:27:14 2006
@@ -103,6 +103,9 @@
     # Load the configuration. stash it in ->config
     __PACKAGE__->config( Jifty::Config->new() );
 
+    require Jifty::I18N; # can't do this before we have the config set up
+
+
     # Now that we've loaded the configuration, we can remove the temporary 
     # Jifty::DBI::Record baseclass for records and insert our "real" baseclass,
     # which is likely Record::Cachable or Record::Memcached

Modified: jifty/trunk/lib/Jifty/Everything.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Everything.pm	(original)
+++ jifty/trunk/lib/Jifty/Everything.pm	Fri Mar 31 03:27:14 2006
@@ -10,7 +10,6 @@
 =cut
 
 use Jifty ();
-use Jifty::I18N; # exporter
 use Jifty::Dispatcher ();
 use Jifty::Object ();
 use Jifty::Config ();


More information about the Jifty-commit mailing list