Module:rad-IPA: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
m (Fixed <âi> in data)
mNo edit summary
Line 654: Line 654:
elseif p_current == "uo" then
elseif p_current == "uo" then
p_Resolve("uː")
p_Resolve("uː")
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
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

Navigation menu