Files @ 5a15437793d0
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Pheng Heong Tan
i18n: updated translation for Chinese (Simplified)

Currently translated at 36.3% (420 of 1155 strings)
#!/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