##// END OF EJS Templates
i18n: remove source code references from kallithea.po files...
i18n: remove source code references from kallithea.po files Remove all comments with source code references from the kallithea.po files. Such meta data will inherently be outdated, and create unnecessary churn and repository growth, making it harder to spot actual and important changes. None of the removed information is actually 'lost', it can be regenerated via extract_messages/msgmerge, see instructions in kallithea/i18n/how_to. 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
r7762:ce3e289e 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