Fix redundant secondary term lookups (#1942)
This commit is contained in:
parent
7883d39496
commit
dfddf3792e
@ -433,11 +433,11 @@ class Translator {
|
|||||||
groups: []
|
groups: []
|
||||||
};
|
};
|
||||||
targetMap.set(key, target);
|
targetMap.set(key, target);
|
||||||
}
|
|
||||||
target.groups.push(group);
|
|
||||||
termList.push({term, reading});
|
termList.push({term, reading});
|
||||||
targetList.push(target);
|
targetList.push(target);
|
||||||
}
|
}
|
||||||
|
target.groups.push(group);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Group unsequenced dictionary entries with sequenced entries that have a matching [term, reading].
|
// Group unsequenced dictionary entries with sequenced entries that have a matching [term, reading].
|
||||||
|
Loading…
Reference in New Issue
Block a user