[Jifty-commit] r2659 - in jifty/branches/template-declare: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jan 27 05:42:08 EST 2007


Author: jesse
Date: Sat Jan 27 05:42:08 2007
New Revision: 2659

Modified:
   jifty/branches/template-declare/   (props changed)
   jifty/branches/template-declare/lib/Jifty/I18N.pm

Log:
 r21560 at hualien (orig r2658):  jesse | 2007-01-27 18:41:25 +0800
  r21559 at hualien:  jesse | 2007-01-27 18:40:33 +0800
  * Our fallback I18N handle needs to specify that it should autocreate keys if they're not found
 


Modified: jifty/branches/template-declare/lib/Jifty/I18N.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/I18N.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/I18N.pm	Sat Jan 27 05:42:08 2007
@@ -203,6 +203,6 @@
 
 package Jifty::I18N::en;
 use base 'Locale::Maketext';
-our %Lexicon = ( _fallback => 1 );
+our %Lexicon = ( _fallback => 1, _AUTO => 1 );
 
 1;


More information about the Jifty-commit mailing list