translate command now works with global languages

This commit is contained in:
argoneus 2020-02-20 23:57:09 +01:00 committed by Gitea
parent 9b998704e2
commit 15afb39759
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: