WIP
This commit is contained in:
parent
8eb43c93d9
commit
94dccfd875
@ -133,10 +133,7 @@ class Translator {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return Promise.all(promises).then((sets) => {
|
return Promise.all(promises).then(sets => this.processKanji(sets.reduce((a, b) => a.concat(b))));
|
||||||
const definitions = sets.reduce((a, b) => a.concat(b));
|
|
||||||
return this.processKanji(definitions);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
processTerm(groups, source, tags, rules, root) {
|
processTerm(groups, source, tags, rules, root) {
|
||||||
|
Loading…
Reference in New Issue
Block a user