Fix translation script (not used for mobile)

This commit is contained in:
Julia Radzhabova 2021-05-07 13:05:12 +03:00
parent fb6d85948f
commit b76d047758

View file

@ -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/'