Module:qlu-pron: Difference between revisions

No edit summary
No edit summary
Line 126: Line 126:
if not match(table.concat(ret, "·"), "ˈ") then
if not match(table.concat(ret, "·"), "ˈ") then
table.insert(ret, #ret-1, "ˈ")
table.insert(ret, #ret-1, "ˈ")
end
if #ret > 4 then
if not match(#ret-4, "ˌ") then
ret[#ret-4] = "ˌ" .. ret[#ret-4]
end
end
end