source: main/waeup.custom/trunk/src/waeup/custom/configure.zcml @ 7930

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

Upgrade custom package and add internationalization.

I also added dolmen.beaker but I'm not sure if I did it right.

  • Property svn:style set to native
File size: 326 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  <include package="grok" />
5  <i18n:registerTranslations directory="locales" />
6  <includeOverrides package="waeup.custom" file="overrides.zcml" />
7</configure>
Note: See TracBrowser for help on using the repository browser.