[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Added i18n_domain
attribute to get rid of warning.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat May 15 08:20:54 EDT 2004
Log message for revision 24711:
Added i18n_domain attribute to get rid of warning.
-=-
Modified: Zope3/trunk/src/zope/app/bundle/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/bundle/configure.zcml 2004-05-15 11:32:22 UTC (rev 24710)
+++ Zope3/trunk/src/zope/app/bundle/configure.zcml 2004-05-15 12:20:53 UTC (rev 24711)
@@ -1,6 +1,7 @@
<configure
xmlns="http://namespaces.zope.org/zope"
- xmlns:fssync="http://namespaces.zope.org/fssync">
+ xmlns:fssync="http://namespaces.zope.org/fssync"
+ i18n_domain="zope">
<content class=".Bundle">
<factory />
Modified: Zope3/trunk/src/zope/app/renderer/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/renderer/configure.zcml 2004-05-15 11:32:22 UTC (rev 24710)
+++ Zope3/trunk/src/zope/app/renderer/configure.zcml 2004-05-15 12:20:53 UTC (rev 24711)
@@ -1,6 +1,7 @@
<configure
xmlns="http://namespaces.zope.org/zope"
- xmlns:browser="http://namespaces.zope.org/browser">
+ xmlns:browser="http://namespaces.zope.org/browser"
+ i18n_domain="zope">
<!-- Source Type Vocabulary Setup -->
Modified: Zope3/trunk/src/zope/app/schemacontent/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/schemacontent/configure.zcml 2004-05-15 11:32:22 UTC (rev 24710)
+++ Zope3/trunk/src/zope/app/schemacontent/configure.zcml 2004-05-15 12:20:53 UTC (rev 24711)
@@ -1,6 +1,7 @@
<configure
xmlns="http://namespaces.zope.org/zope"
- xmlns:browser="http://namespaces.zope.org/browser">
+ xmlns:browser="http://namespaces.zope.org/browser"
+ i18n_domain="zope">
<!-- Content Component Definition -->
More information about the Zope3-Checkins
mailing list