src/pyams_pagelet/__init__.py
changeset 1 b90ce037f872
parent 0 44692d47182f
child 12 fc3542685741
--- a/src/pyams_pagelet/__init__.py	Thu Feb 19 10:54:13 2015 +0100
+++ b/src/pyams_pagelet/__init__.py	Wed Jun 17 09:58:07 2015 +0200
@@ -18,9 +18,6 @@
 def includeme(config):
     """Pyramid include"""
 
-    # add translations
-    config.add_translation_dirs('pyams_pagelet:locales')
-
     # load registry components
     config.scan()