[DE] Fix translation script: add forms
This commit is contained in:
parent
8a3c065b8c
commit
a1d1f1f49b
|
@ -18,7 +18,7 @@ def sortByAlphabet(inputStr):
|
||||||
|
|
||||||
|
|
||||||
app_names = ['documenteditor', 'presentationeditor', 'spreadsheeteditor']
|
app_names = ['documenteditor', 'presentationeditor', 'spreadsheeteditor']
|
||||||
app_types = ['embed', 'main']
|
app_types = ['embed', 'main', 'forms']
|
||||||
prefix_apps = '../apps/'
|
prefix_apps = '../apps/'
|
||||||
prefix_src = 'src/'
|
prefix_src = 'src/'
|
||||||
prefix_dest = 'dest/'
|
prefix_dest = 'dest/'
|
||||||
|
|
Loading…
Reference in a new issue