Skip to content
Snippets Groups Projects
Commit 3d56b13d authored by Henrik Askjer's avatar Henrik Askjer
Browse files

cleanup

parent 76358efd
No related branches found
No related tags found
No related merge requests found
......@@ -140,9 +140,7 @@ export default {
genus_description += helpers.mapping[self.dictionary]['Masc'] + ', ' + helpers.mapping[self.dictionary]['Fem'] + ' eller ' + helpers.mapping[self.dictionary]['Neuter']
} else {
genus_description += Array.from(genera).map(code => helpers.mapping[self.dictionary][code]).sort().join(' eller ')
}
console.log("genus desc", genus_description)
}
if (genus_map[genus_description]) {
genus_map[genus_description].push(lemma)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment