summaryrefslogtreecommitdiff
path: root/src/zope/i18n/meta.zcml
blob: a499f236721ba4fcf8b6738e1a5329873c9b9333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:meta="http://namespaces.zope.org/meta"
    >

  <meta:directives namespace="http://namespaces.zope.org/i18n">

    <meta:directive
        name="registerTranslations"
        schema="zope.i18n.zcml.IRegisterTranslationsDirective"
        handler="zope.i18n.zcml.registerTranslations"
        />

  </meta:directives>

</configure>