[Checkins] SVN: Products.Five/branches/1.5/i18n.zcml Fix for LP #245649 (issue with namespace packages)

Andreas Jung andreas at andreas-jung.com
Sun Jul 13 08:00:18 EDT 2008


Log message for revision 88315:
  Fix for LP #245649 (issue with namespace packages)
  

Changed:
  U   Products.Five/branches/1.5/i18n.zcml

-=-
Modified: Products.Five/branches/1.5/i18n.zcml
===================================================================
--- Products.Five/branches/1.5/i18n.zcml	2008-07-13 11:43:51 UTC (rev 88314)
+++ Products.Five/branches/1.5/i18n.zcml	2008-07-13 12:00:17 UTC (rev 88315)
@@ -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