From 2acb77ab1b4d4ec4725a3f43f32c567644003cd5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 21 Oct 2017 17:07:25 +0100 Subject: [PATCH] hub: Doesn't need to use translation Signed-off-by: Michael Tremer --- src/hub/__init__.py | 3 --- 1 file changed, 3 deletions(-) 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", [ -- 2.47.3