Module:head/languages: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
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["glossary"] = v.glossary
inflection["label"] = v.label
table.insert(inflections, inflection)
inflection["glossary"] = v.glossary
table.insert(inflections, inflection)
end
end
end
end
end