Module:ábḫ-ipa: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 88: Line 88:
end
end
elseif val == "n" then
elseif val == "n" then
if mw.ustring.match(word[i+1], "[k]") then
if i == 2 then
table.insert(result, "ŋ")
if mw.ustring.match(word[i+1], "[t]") then
table.insert(result, "ⁿ")
elseif mw.ustring.match(word[i+1], "[k]") then
table.insert(result, "ᵑ")
else
table .nsert(result, "")
end
else
else
table.insert(result, "n̪")
if mw.ustring.match(word[i+1], "[k]") then
table.insert(result, "ŋ")
else
table.insert(result, "n̪")
end
end
end
elseif val == "o" then
elseif val == "o" then