source: main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/locales.zcml @ 12272

Last change on this file since 12272 was 12175, checked in by Henrik Bettermann, 10 years ago

Fill trunk. Components are not yet customized.

File size: 282 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:i18n="http://namespaces.zope.org/i18n">
3
4  <include package="zope.i18n" file="meta.zcml" />
5  <i18n:registerTranslations directory="locales" />
6  <include package="waeup.ikoba" file="locales.zcml" />
7
8</configure>
Note: See TracBrowser for help on using the repository browser.