1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update translation utilities

This commit is contained in:
dkanada 2020-05-17 22:41:23 +09:00
parent 4662e19567
commit d7ba814d35
2 changed files with 12 additions and 1 deletions

View file

@ -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()