Fix translation script (not used for mobile)
This commit is contained in:
parent
fb6d85948f
commit
b76d047758
|
@ -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/'
|
||||
|
|
Loading…
Reference in a new issue