Changeset 8031
- Timestamp:
- 3 Apr 2012, 18:54:58 (13 years ago)
- Location:
- main/waeup.custom/trunk/src/waeup/custom
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/configure.zcml
r7695 r8031 1 <configure xmlns="http://namespaces.zope.org/zope" 2 xmlns:grok="http://namespaces.zope.org/grok" 3 xmlns:i18n="http://namespaces.zope.org/i18n">1 <configure xmlns="http://namespaces.zope.org/zope"> 2 3 <include package="waeup.custom" file="locales.zcml" /> 4 4 <include package="grok" /> 5 <i18n:registerTranslations directory="locales" />6 5 <includeOverrides package="waeup.custom" file="overrides.zcml" /> 6 7 7 </configure>
Note: See TracChangeset for help on using the changeset viewer.