Might as well do this for all errors
This commit is contained in:
parent
05fb49bed6
commit
595a3a02e5
|
@ -26,7 +26,7 @@ try:
|
||||||
import gettext
|
import gettext
|
||||||
gettext.textdomain(APP_NAME)
|
gettext.textdomain(APP_NAME)
|
||||||
_ = gettext.gettext
|
_ = gettext.gettext
|
||||||
except ImportError:
|
except:
|
||||||
dbg("Using fallback _()")
|
dbg("Using fallback _()")
|
||||||
|
|
||||||
def dummytrans (text):
|
def dummytrans (text):
|
||||||
|
|
Loading…
Reference in New Issue