mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[VE] Fix build
This commit is contained in:
@ -17,7 +17,7 @@ def sortByAlphabet(inputStr):
|
||||
return inputStr.lower()
|
||||
|
||||
|
||||
app_names = ['documenteditor', 'presentationeditor', 'spreadsheeteditor', 'pdfeditor']
|
||||
app_names = ['documenteditor', 'presentationeditor', 'spreadsheeteditor', 'pdfeditor', 'visioeditor']
|
||||
app_types = ['embed', 'main', 'forms']
|
||||
prefix_apps = '../apps/'
|
||||
prefix_src = 'src/'
|
||||
|
||||
@ -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','pdfeditor']:
|
||||
for editor in ['documenteditor','spreadsheeteditor','presentationeditor','pdfeditor','visioeditor']:
|
||||
path = f'{path_to_compare}/{editor}/main/locale/en.json'
|
||||
if os.path.exists(path):
|
||||
compareJsonInFolder(path)
|
||||
|
||||
Reference in New Issue
Block a user