10,794
edits
TheNightAvl (talk | contribs) m (Fixed <âi> in data) |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 654: | Line 654: | ||
elseif p_current == "uo" then | elseif p_current == "uo" then | ||
p_Resolve("uː") | p_Resolve("uː") | ||
end | end | ||
Line 674: | Line 668: | ||
end | end | ||
-- Resolution of [j] after [i] | |||
if p_current == "j" and (p_prev == "i" or p_prev == "iː" or p_prev == "iːː") then | |||
table.remove(working_phones, i) | |||
end | |||
end | end | ||