Preprocess python files for pylupdate and utf-8
pylupdate treats any string as latin-1, unless it's inside a trUtf8 call.
On the other hand, trUtf8 is deprecated by Qt itself.
So we send all the python files with trUtf8 instead of tr to pylupdate but
still code and release their tr variants.
Revert "Use UTF-8 for translated strings"
This reverts commit 2b7c8d59bd444a1e26411b6c59586b1705a2b59f.
Only push translations on master branch