2,788
edits
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
inflection = export.attempt_auto_inflection(v, p, term) | inflection = export.attempt_auto_inflection(v, p, term) | ||
end | end | ||
inflection["label"] = v.label | if inflection[1] ~= "-" then | ||
inflection["label"] = v.label | |||
inflection["glossary"] = v.glossary | |||
table.insert(inflections, inflection) | |||
end | |||
end | end | ||
end | end |