Module:rad-IPA: Difference between revisions

m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 807: Line 807:
-- tv and kv
-- tv and kv
if p_current == "v" and p_prev == "t" or p_prev == "k" then
if p_current == "v" and (p_prev == "t" or p_prev == "k") then
p_Resolve("f")
p_Resolve("f")
mw.log("[" .. p_prev .. "][v] → [" .. p_prev .. "][f] in position " .. i .. ".")
mw.log("[" .. p_prev .. "][v] → [" .. p_prev .. "][f] in position " .. i .. ".")