##// END OF EJS Templates
i18n: move list of translators to contributors file...
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.

File last commit:

r6023:40edadec default
r7757:a95c091f default
Show More
run-all-cleanup
10 lines | 185 B | text/plain | TextLexer
#!/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