diff --git a/files/ZAZBarCode_v0.3.0.oxt b/files/ZAZBarCode_v0.3.0.oxt index d87a06c..db9d2e5 100644 Binary files a/files/ZAZBarCode_v0.3.0.oxt and b/files/ZAZBarCode_v0.3.0.oxt differ diff --git a/source/ZAZBarCode.py b/source/ZAZBarCode.py index bebe04d..7fcb43a 100644 --- a/source/ZAZBarCode.py +++ b/source/ZAZBarCode.py @@ -22,6 +22,7 @@ try: lang.install() _ = lang.gettext except Exception as e: + from gettext import gettext as _ app.error(e)