--- a/tests/tools/check_source.sh Wed Oct 03 12:43:35 2018 +0300
+++ b/tests/tools/check_source.sh Wed Oct 03 14:17:19 2018 +0300
@@ -77,6 +77,21 @@
+ echo "Check correct localization formats" + xgettext -s --language=Python --package-name Beremiz --output=/tmp/m.pot $i 2>&1 | grep 'warning' + echo "Syntax error in $i" # pep8 was renamed to pycodestyle
@@ -419,6 +434,7 @@