ztfy/utils/configure.zcml
branchZTK-1.1
changeset 138 05cfdcb2418d
parent 115 4ec3baf668c2
child 145 1c7e8bef0027
equal deleted inserted replaced
137:8e70a18787e1 138:05cfdcb2418d
     2 	xmlns="http://namespaces.zope.org/zope"
     2 	xmlns="http://namespaces.zope.org/zope"
     3 	xmlns:i18n="http://namespaces.zope.org/i18n"
     3 	xmlns:i18n="http://namespaces.zope.org/i18n"
     4 	i18n_domain="ztfy.utils">
     4 	i18n_domain="ztfy.utils">
     5 
     5 
     6 	<i18n:registerTranslations directory="locales" />
     6 	<i18n:registerTranslations directory="locales" />
       
     7 
       
     8 	<!-- IPersistent adapters copied from zc.twist package -->
       
     9 	<adapter
       
    10 		factory=".zodb.transactionManager" />
     7 
    11 
     8 	<!-- Encodings management -->
    12 	<!-- Encodings management -->
     9 	<utility
    13 	<utility
    10 		name="ZTFY encodings"
    14 		name="ZTFY encodings"
    11 		component=".encoding.EncodingsVocabulary" />
    15 		component=".encoding.EncodingsVocabulary" />