10,794
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 689: | Line 689: | ||
if p_current == "ie" then | if p_current == "ie" then | ||
p_Resolve("iː") | p_Resolve("iː") | ||
elseif p_current == "uo" then | elseif p_current == "uo" and p_next ~= "j" then | ||
p_Resolve("uː") | p_Resolve("uː") | ||
end | end |