10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 636: | Line 636: | ||
if mw.ustring.match(imp_temp, "au$") then | if mw.ustring.match(imp_temp, "au$") then | ||
imp_temp = nil | imp_temp = nil | ||
elseif mw.ustring.find(imp_temp, "[uú]$") then | |||
imp_temp = imp_temp .. "a" | |||
else | else | ||
imp_temp = principle_parts["2s"] .. "a" | |||
end | end | ||
end | end |