[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n/Views/Browser - configure.zcml:1.5
Gary Poster
garyposter@earthlink.net
Sat, 22 Jun 2002 13:34:15 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/I18n/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv8494/lib/python/Zope/I18n/Views/Browser
Modified Files:
configure.zcml
Log Message:
Forgot to include i18n translation service to new-type service creation menu. Added.
=== Zope3/lib/python/Zope/I18n/Views/Browser/configure.zcml 1.4 => 1.5 ===
</browser:menuItems>
+ <browser:menuItem menu="add_content"
+ for="Zope.App.OFS.Services.ServiceManager.IServiceAdding."
+ title="Translations" action="TranslationService"
+ description="A Persistent Translation Service for TTW development"
+ />
+
</zopeConfigure>