forked from mirrors/0ad
57308bb847
This refactors the script for cleaning the translations to get the same result by doing less. This is achieved by the following changes: - Use glob-patterns for finding the files to clean more efficiently, without the need to exclude collected files again. - Only write files which are supposed to be modified (previously all portable object files did get rewritten by this script, no matter if it did change something or not). - Stop searching for sections in files to clean up, once they are already passed.