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