2,913
edits
TheNightAvl (talk | contribs) No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
if text == "verbal noun" then | if text == "verbal noun" then | ||
glosslink = glosslink .. "[[Category:" .. language.name .. " verbal nouns]]" | glosslink = glosslink .. "[[Category:" .. language.name .. " verbal nouns]]" | ||
end | |||
if text == "diminutive" then | |||
glosslink = glosslink .. "[[Category:" .. language.name .. " diminutive nouns]]" | |||
end | end | ||
table.insert(out, glosslink) | table.insert(out, glosslink) |