diff --git a/.pylintrc b/.pylintrc
index 3d4c950..9c6363c 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -9,6 +9,9 @@ disable=
raise-missing-from, # This does not work on Python 2.7, remove later
super-with-arguments,
too-few-public-methods,
+ too-many-arguments,
too-many-branches,
+ too-many-instance-attributes,
+ too-many-locals,
max-line-length=160
max-statements=70
diff --git a/Makefile b/Makefile
index 8f898a7..bd0737e 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,12 @@ check-translations:
)
@tests/check_for_unused_translations.py
+update-translations:
+ @echo -e "$(white)=$(blue) Updating languages$(reset)"
+ @-$(foreach lang,$(languages), \
+ tests/update_translations.py resources/language/resource.language.$(lang)/strings.po resources/language/resource.language.en_gb/strings.po; \
+ )
+
check-addon: clean build
@echo ">>> Running addon checks"
$(eval TMPDIR := $(shell mktemp -d))
diff --git a/addon.xml b/addon.xml
index 8cc8aa4..19a1816 100644
--- a/addon.xml
+++ b/addon.xml
@@ -3,17 +3,16 @@
+
-
-
+
executable
-
-
+