changeset 17 | 5a04bf80d3d9 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/pyams_catalog/configure.zcml Tue Dec 27 15:41:11 2016 +0100 @@ -0,0 +1,10 @@ +<configure + xmlns="http://pylonshq.com/pyramid" + xmlns:i18n="http://namespaces.zope.org/i18n"> + + <include package="pyramid_zcml" /> + <include package="zope.i18n" file="meta.zcml" /> + + <i18n:registerTranslations directory="locales" /> + +</configure>