This commit is contained in:
Mauricio Baeza 2019-09-18 19:54:27 -05:00
parent 0406319d1f
commit 487acc0c00
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -22,6 +22,7 @@ try:
lang.install() lang.install()
_ = lang.gettext _ = lang.gettext
except Exception as e: except Exception as e:
from gettext import gettext as _
app.error(e) app.error(e)