[Zope3-checkins] CVS: Zope3/src/zope/app/i18n/browser - configure.zcml:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Mar 21 19:52:44 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/i18n/browser
In directory cvs.zope.org:/tmp/cvs-serv1221/src/zope/app/i18n/browser

Modified Files:
	configure.zcml 
Log Message:


Added tool directive for local Tools UI.




=== Zope3/src/zope/app/i18n/browser/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/i18n/browser/configure.zcml:1.2	Thu Mar 11 07:38:11 2004
+++ Zope3/src/zope/app/i18n/browser/configure.zcml	Sun Mar 21 19:52:14 2004
@@ -2,6 +2,13 @@
   xmlns:zope="http://namespaces.zope.org/zope"
   xmlns="http://namespaces.zope.org/browser">
 
+  <tool
+      interface="zope.i18n.interfaces.ITranslationDomain"
+      title="Translation Domains"
+      description="Translation Domains allow you to localize your software by
+      providing message translations."
+      />
+
   <pages 
       permission="zope.ManageServices" 
       for="zope.i18n.interfaces.ITranslationDomain"




More information about the Zope3-Checkins mailing list