Changeset 8035 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 3 Apr 2012, 21:02:56 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/configure.zcml
r8020 r8035 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.uniben" file="locales.zcml" /> 4 4 <include package="grok" /> 5 <i18n:registerTranslations directory="locales" />6 5 <includeOverrides package="waeup.uniben" file="overrides.zcml" /> 6 7 7 </configure>
Note: See TracChangeset for help on using the changeset viewer.