mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Fix translation script
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user