loops/i18n/configure.zcml
helmutm 10bae7f32d provide language switchingby top actions with flags
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2241 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-12-13 16:42:03 +00:00

16 lines
402 B
XML

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