ztfy/utils/configure.zcml
changeset 12 2956fca1709a
parent 0 712d20d2751e
child 30 3c237f16b603
equal deleted inserted replaced
11:89da289790ea 12:2956fca1709a
     1 <configure
     1 <configure
     2 	xmlns="http://namespaces.zope.org/zope" 
     2 	xmlns="http://namespaces.zope.org/zope"
       
     3 	xmlns:i18n="http://namespaces.zope.org/i18n"
     3 	i18n_domain="ztfy.utils">
     4 	i18n_domain="ztfy.utils">
       
     5 
       
     6 	<i18n:registerTranslations directory="locales" />
     4 
     7 
     5 	<adapter
     8 	<adapter
     6 		factory=".timezone.tzinfo" />
     9 		factory=".timezone.tzinfo" />
     7 
    10 
     8 </configure>
    11 </configure>