Further migration to flask_babel

Bugfix sort order
Bugfix tasklist
This commit is contained in:
Ozzie Isaacs
2022-04-26 14:55:00 +02:00
parent 2e007a160e
commit aaa749933d
9 changed files with 42 additions and 34 deletions

View File

@@ -1,6 +1,5 @@
from babel import Locale
from babel import negotiate_locale
from flask_babel import Babel
from flask_babel import Babel, Locale
from babel.core import UnknownLocaleError
from flask import request, g