Module:siwa-pron: Difference between revisions

No edit summary
No edit summary
Line 154: Line 154:
term = gsub(term, "ꬶl", "ʔł")
term = gsub(term, "ꬶl", "ʔł")
for _, anap in ipairs(m_sm.anaptyctic) do
for _, anap in ipairs(m_sm.anaptyctic) do
for s in gmatch(term, anap) do
term = gsub(term, anap[1], anap[2])
term = gsub(term, s[1], s[2])
end
end
end
elseif e then
elseif e then