loops/i18n/configure.zcml
helmutm d7efbbdcdf provide i18n module for multi-language concepts, starting with glossary items
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2236 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-12-11 18:44:46 +00:00

14 lines
341 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser"
i18n_domain="zope">
<page for="loops.interfaces.INode"
name="language_switch"
class="loops.browser.node.NodeView"
attribute="switchLanguage"
permission="zope.Public" />
</configure>