Module:siwa-pron: Difference between revisions

No edit summary
mNo edit summary
Line 173: Line 173:
term = gsub(term, "ꬶl", "ʔł")
term = gsub(term, "ꬶl", "ʔł")
for _, anap in ipairs(anaptyctic) do
for _, anap in ipairs(anaptyctic) do
term = require('ustring').sub(term, anap[1], anap[2])
term = require('ustring').gsub(term, anap[1], anap[2])
end
end
elseif e then
elseif e then