replace ugettext by a simple gettext
This commit is contained in:
parent
a408a583fb
commit
44c96f3a60
|
@ -55,4 +55,4 @@ gettext.translation(APP_NAME, fallback=True)
|
|||
t = gettext.translation(APP_NAME, fallback=True)
|
||||
|
||||
def _(msg):
|
||||
return t.ugettext(msg)
|
||||
return t.gettext(msg)
|
||||
|
|
Loading…
Reference in New Issue