standardize whitespace on localizable changelogs
This makes things work better when syncing with Weblate
This commit is contained in:
parent
a6ad97a1fd
commit
ebb6baa3bd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue