Files @ eaee3507fb35
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mateusz Mendel
i18n: updated translation for Polish

Currently translated at 72.3% (790 of 1093 strings)

[Thomas De Schampheleire: had to solve some merge conflicts from multiple
heads in weblate repo, could have introduced some mistakes.]
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh