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[2]:match("[kh]wa$") or w[2]:match("a$") then | ||
w[ | w[2] = sub(w[2], 1, -1) .. "úr" | ||
elseif w[ | elseif w[2]:match("ës$") or w[2]:match("uin$") or w[2]:match("[str]$") then | ||
w[ | w[2] = w[2] .. "á" | ||
elseif w[ | elseif w[2]:match("[nml]$") then | ||
w[ | w[2] = w[2] .. "ur" | ||
end | end | ||