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

  <include file="meta.zcml" package="zope.component" />

  <utility
      provides="zope.i18n.interfaces.INegotiator"
      component="zope.i18n.negotiator.negotiator"
      />

  <include package=".locales" />

</configure>