##// END OF EJS Templates
i18n: remove unused translation strings...
i18n: remove unused translation strings Remove translations of strings that are no longer used in Kallithea. These translations can be useful to translators in the future and therefore will be preserved in a separate kallithea-i18n repository with separate *-i18n branches. 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
r7760:ef2387f0 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