Script to fix indentation of given .po files. If --modified is
given, it will only fix modified files according to git (usefull if
your .po files are versionned).
if --quiet is given, the progress bar will not be shown
powrap relies on msgcat from gettext so you'll have to
install gettext first, for example on Debian run:
apt install gettext
Start by creating a venv and installing requirements-dev.in.
To run the tests, use tox -p auto.