]> git.ipfire.org Git - people/jschlag/pbs.git/commitdiff
hub: Doesn't need to use translation
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Oct 2017 16:07:25 +0000 (17:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Oct 2017 16:07:25 +0000 (17:07 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/hub/__init__.py

index 0df68a5a911ed0b782e8bb9633f237bf69c7bb50..9035e0e2c819e66a553bee9bf667946c11947bcb 100644 (file)
@@ -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", [