cwconfig.py
brancholdstable
changeset 6741 b9ffecd0316a
parent 6729 1a423eaee782
child 6748 52226299c352
--- a/cwconfig.py	Thu Dec 09 15:38:12 2010 +0100
+++ b/cwconfig.py	Thu Dec 09 18:06:48 2010 +0100
@@ -947,9 +947,6 @@
     def __init__(self, appid, debugmode=False):
         self.appid = appid
         CubicWebNoAppConfiguration.__init__(self, debugmode)
-        fake_gettext = (unicode, lambda ctx, msgid: unicode(msgid))
-        for lang in self.available_languages():
-            self.translations[lang] = fake_gettext
         self._cubes = None
         self.load_file_configuration(self.main_config_file())