translate command now works with global languages

This commit is contained in:
argoneus 2020-02-20 23:57:09 +01:00
parent 1ef9a26aee
commit 05a29b6ee6
2 changed files with 46 additions and 17 deletions

View file

@ -18,8 +18,6 @@ def scene_mst(qdb, old_path, dir_in, languages):
locations = load_locations(dir_in)
print(locations)
for id, scene in scenes.items():
i = 0
while True: