Files @ a95c091ff15e
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
i18n: move list of translators to contributors file

Some .po files in kallithea/i18n contained lists of translators, present
from before usage of Weblate.

Move this information to contributor_data.py so all translation copyright
holders are given credits as CONTRIBUTORS and on the about page.

This commit is part of a series that normalizes the kallithea.po files by
removing all comments, in particular source code references.
#!/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