10,794
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 832: | Line 832: | ||
-- Cv -- | -- Cv -- | ||
if p_current == "v" and obstruent[p_prev] then | if p_current == "v" and obstruent[p_prev] and p_prev ~= "d" and p_prev ~= "g" then | ||
p_Resolve("ʋ") | p_Resolve("ʋ") | ||
mw.log("[" .. p_prev .. "][ʋ] → [" .. p_prev .. "][ʋ] in position " .. i .. ".") | mw.log("[" .. p_prev .. "][ʋ] → [" .. p_prev .. "][ʋ] in position " .. i .. ".") |