Files @ d59026c90f22
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
i18n: drop translations of push-to-lock strings, removed in 99edd97366e3

A few of the dropped strings had meanwhile been translated. That gave conflicts
when rebasing the po update from 99edd97366e3 and to branch head. That was
resolved by dropping these conflicts.
#!/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