Overhaul Scaffold (#2293)
This commit is contained in:
parent
a7cf689df2
commit
5409ae3313
24 changed files with 1936 additions and 1013 deletions
|
@ -47,6 +47,10 @@ var Scaffold_Load = new function() {
|
|||
.sort((a, b) => a.label.localeCompare(b.label));
|
||||
translators["Import Translators"] = (yield translatorProvider.getAllForType("import"))
|
||||
.sort((a, b) => a.label.localeCompare(b.label));
|
||||
translators["Export Translators"] = (yield translatorProvider.getAllForType("export"))
|
||||
.sort((a, b) => a.label.localeCompare(b.label));
|
||||
translators["Search Translators"] = (yield translatorProvider.getAllForType("search"))
|
||||
.sort((a, b) => a.label.localeCompare(b.label));
|
||||
|
||||
for (set in translators) {
|
||||
// Make a separator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue