branch | 3.5 |
changeset 3275 | 5247789df541 |
parent 3270 | ae43a0ddc1d9 |
child 3539 | f3b14d052798 |
--- a/cwconfig.py Wed Sep 16 21:23:35 2009 +0200 +++ b/cwconfig.py Wed Sep 16 21:29:17 2009 +0200 @@ -812,7 +812,7 @@ self.info("loading language %s", language) try: tr = translation('cubicweb', path, languages=[language]) - self.translations[language] = tr.ugettext + self.translations[language] = (tr.ugettext, tr.upgettext) except (ImportError, AttributeError, IOError): self.exception('localisation support error for language %s', language)