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