ztfy/utils/configure.zcml
changeset 12 2956fca1709a
parent 0 712d20d2751e
child 30 3c237f16b603
--- a/ztfy/utils/configure.zcml	Fri Aug 14 01:02:19 2009 +0200
+++ b/ztfy/utils/configure.zcml	Fri Aug 14 23:50:20 2009 +0200
@@ -1,7 +1,10 @@
 <configure
-	xmlns="http://namespaces.zope.org/zope" 
+	xmlns="http://namespaces.zope.org/zope"
+	xmlns:i18n="http://namespaces.zope.org/i18n"
 	i18n_domain="ztfy.utils">
 
+	<i18n:registerTranslations directory="locales" />
+
 	<adapter
 		factory=".timezone.tzinfo" />