[Checkins] SVN: Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/i18n.zcml fix to help run the tests with the eggified zope2

Andreas Zeidler az at zitc.de
Mon Jun 4 12:10:19 EDT 2007


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>



More information about the Checkins mailing list