source: main/waeup.kofa/trunk/src/waeup/kofa/configure.zcml @ 7981

Last change on this file since 7981 was 7981, checked in by Henrik Bettermann, 13 years ago

Initialize customization of message strings from the zope domain.

  • Property svn:style set to native
File size: 500 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:grok="http://namespaces.zope.org/grok"
3           xmlns:i18n="http://namespaces.zope.org/i18n">
4
5  <include package="zope.i18n" file="meta.zcml" />
6  <i18n:registerTranslations directory="locales" />
7  <include package="grok" />
8  <include package="waeup.kofa" file="meta.zcml" />
9  <includeDependencies package="." />
10  <grok:grok package="." />
11  <includeOverrides package="waeup.kofa.utils" file="overrides.zcml" />
12</configure>
Note: See TracBrowser for help on using the repository browser.