45,646
edits
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
if not n then n = 1 end | if not n then n = 1 end | ||
if w[ | if w[3]:match("[kh]wa$") or w[3]:match("a$") then | ||
w[ | w[3] = sub(w[3], 1, -1) .. "úr" | ||
elseif w[ | elseif w[3]:match("ës$") or w[3]:match("uin$") or w[3]:match("[str]$") then | ||
w[ | w[3] = w[3] .. "á" | ||
elseif w[ | elseif w[3]:match("[nml]$") then | ||
w[ | w[3] = w[3] .. "ur" | ||
end | end | ||