Module:qlu-pron: Difference between revisions

No edit summary
No edit summary
Line 130: Line 130:
local ret = syllables
local ret = syllables
if not match(table.concat(ret, "·"), "ˈ") then
if not match(table.concat(ret, "·"), "ˈ") then
table.insert(ret, #ret-1, "ˈ")
ret[#ret-1] = "ˈ" .. ret[#ret-1]
end
end