Log message for revision 76316:
  fix to help run the tests with the eggified zope2
  

Changed:
  U   Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/i18n.zcml

-=-
Modified: 
Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/i18n.zcml
===================================================================
--- Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/i18n.zcml    
2007-06-04 16:07:20 UTC (rev 76315)
+++ Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/i18n.zcml    
2007-06-04 16:10:18 UTC (rev 76316)
@@ -20,8 +20,8 @@
       factory="zope.publisher.http.HTTPCharsets"
       />
 
-  <configure package="zope.app">
-    <i18n:registerTranslations directory="locales"/>
+  <configure package="zope.app.locales">
+    <i18n:registerTranslations directory="."/>
   </configure>
 
 </configure>

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to