Changeset 8031


Ignore:
Timestamp:
3 Apr 2012, 18:54:58 (12 years ago)
Author:
uli
Message:

Register locales before anything else.

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" />
    44  <include package="grok" />
    5   <i18n:registerTranslations directory="locales" />
    65  <includeOverrides package="waeup.custom" file="overrides.zcml" />
     6
    77</configure>
Note: See TracChangeset for help on using the changeset viewer.