From: Michael Tremer Date: Sat, 21 Oct 2017 16:07:25 +0000 (+0100) Subject: hub: Doesn't need to use translation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2acb77ab1b4d4ec4725a3f43f32c567644003cd5;p=people%2Fjschlag%2Fpbs.git hub: Doesn't need to use translation Signed-off-by: Michael Tremer --- diff --git a/src/hub/__init__.py b/src/hub/__init__.py index 0df68a5..9035e0e 100644 --- a/src/hub/__init__.py +++ b/src/hub/__init__.py @@ -24,9 +24,6 @@ class Application(tornado.web.Application): gzip = True, ) - # Load translations. - tornado.locale.load_gettext_translations(LOCALEDIR, PACKAGE_NAME) - tornado.web.Application.__init__(self, **settings) self.add_handlers(r"pakfirehub.ipfire.org", [