src/pyams_template/__init__.py
changeset 2 3f6695f0c84b
parent 0 31ded33115d7
child 15 c3d0112a61f6
--- a/src/pyams_template/__init__.py	Wed Mar 11 12:21:00 2015 +0100
+++ b/src/pyams_template/__init__.py	Wed Jun 17 10:00:47 2015 +0200
@@ -18,9 +18,6 @@
 def includeme(config):
     """Pyramid include"""
 
-    # add translations
-    config.add_translation_dirs('pyams_template:locales')
-
     # define configuration settings
     from pyams_template import template
     template.configuration_settings = config.registry.settings