update translation utilities
This commit is contained in:
parent
4662e19567
commit
d7ba814d35
2 changed files with 12 additions and 1 deletions
|
@ -34,7 +34,7 @@ for lang in langlst:
|
|||
|
||||
print(dep)
|
||||
print('LENGTH: ' + str(len(dep)))
|
||||
with open('scout.txt', 'w') as out:
|
||||
with open('unused.txt', 'w') as out:
|
||||
for item in dep:
|
||||
out.write(item + '\n')
|
||||
out.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue