standardize whitespace on localizable changelogs

This makes things work better when syncing with Weblate
master
Hans-Christoph Steiner 2019-03-01 14:12:31 +01:00
parent a6ad97a1fd
commit ebb6baa3bd
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
117 changed files with 117 additions and 117 deletions

View File

@ -5,7 +5,7 @@ import os
os.chdir(os.path.dirname(__file__) + '/../')
for f in glob.glob('metadata/*/*/*.txt'):
for f in glob.glob('metadata/*/*/*.txt') + glob.glob('metadata/*/*/*/*.txt'):
if os.path.getsize(f) == 0:
os.remove(f)
continue