1
This commit is contained in:
Alex Yatskov 2016-09-18 15:57:07 -07:00
parent e171e81f27
commit 1668cc586a

View File

@ -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)