10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 28: | Line 28: | ||
data["infix"] = data["affix"] | data["infix"] = data["affix"] | ||
local root_types = {"verbal", "nominal", "adjectival", "numeral"} | local root_types = {"verbal", "nominal", "adjectival", "numeral", "grammatical"} | ||
for _, root_type in ipairs(root_types) do | for _, root_type in ipairs(root_types) do | ||
data[root_type .. " root"] = data["root"] | data[root_type .. " root"] = data["root"] |