mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 05:57:18 +08:00
Fix translation script (not used for mobile)
This commit is contained in:
@ -15,7 +15,8 @@ def sortByAlphabet(inputStr):
|
||||
return inputStr.lower()
|
||||
|
||||
app_names = ['documenteditor', 'presentationeditor', 'spreadsheeteditor']
|
||||
app_types = ['embed', 'main', 'mobile']
|
||||
#app_types = ['embed', 'main', 'mobile']
|
||||
app_types = ['embed', 'main']
|
||||
prefix_apps = '../apps/'
|
||||
prefix_src = 'src/'
|
||||
prefix_dest = 'dest/'
|
||||
|
||||
Reference in New Issue
Block a user