45,647
edits
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
if pos == "n" then | if pos == "n" then | ||
if w[n]:match("[kh]wa$") | if w[n]:match("[kh]wa$") then | ||
w[n] = sub(w[n], 1, - | w[n] = sub(w[n], 1, -3) .. "úr" | ||
elseif w[n]:match("a$") then | |||
w[n] = sub(w[n], 1, -2) .. "úr" | |||
elseif w[n]:match("ës$") or w[n]:match("uin$") or w[n]:match("[str]$") then | elseif w[n]:match("ës$") or w[n]:match("uin$") or w[n]:match("[str]$") then | ||
w[n] = w[n] .. "á" | w[n] = w[n] .. "á" |