Module:qlu-pron: Difference between revisions

No edit summary
No edit summary
Line 130: Line 130:
if #ret >= 4 then
if #ret >= 4 then
if not match(#ret-3, "ˌ") then
if not match(#ret-3, "ˌ") then
table.insert(ret, #ret-3, "ˌ")
ret[#ret-3] = "ˌ" .. ret[#ret-3]
end
end
end
end