standardize whitespace on localizable changelogs

This makes things work better when syncing with Weblate
This commit is contained in:
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__) + '/../') 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: if os.path.getsize(f) == 0:
os.remove(f) os.remove(f)
continue continue