[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Added i18n domain declarations. These are needed now because these

Jim Fulton jim at zope.com
Tue Jun 14 06:59:36 EDT 2005


Log message for revision 30792:
  Added i18n domain declarations.  These are needed now because these
  cnfigurations are loaded through package incluses, so they don't get
  their domain from zope/app/configure.zcml.
  

Changed:
  U   Zope3/trunk/src/zope/app/intid/configure.zcml
  U   Zope3/trunk/src/zope/app/keyreference/configure.zcml
  U   Zope3/trunk/src/zope/app/observable/configure.zcml
  U   Zope3/trunk/src/zope/app/schema/configure.zcml

-=-
Modified: Zope3/trunk/src/zope/app/intid/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/intid/configure.zcml	2005-06-14 10:40:20 UTC (rev 30791)
+++ Zope3/trunk/src/zope/app/intid/configure.zcml	2005-06-14 10:59:36 UTC (rev 30792)
@@ -1,4 +1,4 @@
-<configure xmlns="http://namespaces.zope.org/zope">
+<configure xmlns="http://namespaces.zope.org/zope" i18n_domain="zope">
 
   <localUtility class=".IntIds">
     <factory

Modified: Zope3/trunk/src/zope/app/keyreference/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/keyreference/configure.zcml	2005-06-14 10:40:20 UTC (rev 30791)
+++ Zope3/trunk/src/zope/app/keyreference/configure.zcml	2005-06-14 10:59:36 UTC (rev 30792)
@@ -1,4 +1,4 @@
-<configure xmlns="http://namespaces.zope.org/zope">
+<configure xmlns="http://namespaces.zope.org/zope" i18n_domain="zope">
 
   <adapter
       for="persistent.interfaces.IPersistent"

Modified: Zope3/trunk/src/zope/app/observable/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/observable/configure.zcml	2005-06-14 10:40:20 UTC (rev 30791)
+++ Zope3/trunk/src/zope/app/observable/configure.zcml	2005-06-14 10:59:36 UTC (rev 30792)
@@ -1,4 +1,4 @@
-<configure xmlns="http://namespaces.zope.org/zope">
+<configure xmlns="http://namespaces.zope.org/zope" i18n_domain="zope">
 
   <adapter
       for="zope.app.annotation.interfaces.IAnnotatable"

Modified: Zope3/trunk/src/zope/app/schema/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/schema/configure.zcml	2005-06-14 10:40:20 UTC (rev 30791)
+++ Zope3/trunk/src/zope/app/schema/configure.zcml	2005-06-14 10:59:36 UTC (rev 30792)
@@ -1,4 +1,4 @@
-<configure xmlns="http://namespaces.zope.org/zope">
+<configure xmlns="http://namespaces.zope.org/zope" i18n_domain="zope">
 
   <localUtility class=".schema.SchemaUtility">
 



More information about the Zope3-Checkins mailing list