1
0
forked from mirrors/0ad
Files
0ad/source
Dunedan 57308bb847 Avoid unnecessary computations
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.
2024-09-22 07:59:07 +02:00
..
2024-07-08 19:07:04 +00:00
2024-08-13 04:59:38 +00:00
2024-08-23 21:00:15 +02:00
2024-09-08 09:31:14 +02:00
2024-09-22 07:59:07 +02:00