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