Fix translation script

This commit is contained in:
Julia Radzhabova
2024-11-28 15:42:01 +03:00
parent 7ca576b9bf
commit 1c503c3a43

View File

@ -70,7 +70,7 @@ def compareJsonInFolder(path):
if os.path.exists(f'{path_to_compare}/en.json'):
compareJsonInFolder(f'{path_to_compare}/en.json')
else:
for editor in ['documenteditor','spreadsheeteditor','presentationeditor']:
for editor in ['documenteditor','spreadsheeteditor','presentationeditor','visioeditor']:
path = f'{path_to_compare}/{editor}/mobile/locale/en.json'
if os.path.exists(path):
compareJsonInFolder(path)