Module:lfv-IPA: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 257: Line 257:
if p_current == "v" then
if p_current == "v" then
if consonant[p_prev] and p_prev ~= "u̯" then
if consonant[p_prev] and p_prev ~= "u̯" then
p_resolve("ʋ")
elseif (consonant[p_prev] or boundary[p_prev] or p_prev == nil) and consonant[p_next] then
p_resolve("ʋ")
p_resolve("ʋ")
elseif consonant[p_next] or boundary[p_next] or p_next == nil then
elseif consonant[p_next] or boundary[p_next] or p_next == nil then

Navigation menu