view scripts/run-all-cleanup @ 7851:a95c091ff15e

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.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 25 Aug 2019 21:13:15 +0200
parents 40edadecda69
children 51af7c12ffb1
line wrap: on
line source

#!/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