mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +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'):
|
if os.path.exists(f'{path_to_compare}/en.json'):
|
||||||
compareJsonInFolder(f'{path_to_compare}/en.json')
|
compareJsonInFolder(f'{path_to_compare}/en.json')
|
||||||
else:
|
else:
|
||||||
for editor in ['documenteditor','spreadsheeteditor','presentationeditor']:
|
for editor in ['documenteditor','spreadsheeteditor','presentationeditor','visioeditor']:
|
||||||
path = f'{path_to_compare}/{editor}/mobile/locale/en.json'
|
path = f'{path_to_compare}/{editor}/mobile/locale/en.json'
|
||||||
if os.path.exists(path):
|
if os.path.exists(path):
|
||||||
compareJsonInFolder(path)
|
compareJsonInFolder(path)
|
||||||
|
|||||||
Reference in New Issue
Block a user