Fixing
This commit is contained in:
parent
e171e81f27
commit
1668cc586a
8
edict.go
8
edict.go
@ -58,8 +58,12 @@ func convertEdictEntry(edictEntry jmdict.JmdictEntry) []termSource {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
entry := entryBase
|
entry := termSource{
|
||||||
entry.Tags = append(entry.Tags, entryBase.Tags...)
|
Reading: entryBase.Reading,
|
||||||
|
Expression: entryBase.Expression,
|
||||||
|
}
|
||||||
|
|
||||||
|
entry.addTags(entryBase.Tags...)
|
||||||
|
|
||||||
for _, glossary := range sense.Glossary {
|
for _, glossary := range sense.Glossary {
|
||||||
entry.Glossary = append(entry.Glossary, glossary.Content)
|
entry.Glossary = append(entry.Glossary, glossary.Content)
|
||||||
|
Loading…
Reference in New Issue
Block a user