Module:qay-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 83: Line 83:
table.insert(syllables, #syllables, "ˈ")
table.insert(syllables, #syllables, "ˈ")
--syllables[#syllables-1] = gsub(syllables[#syllables-1], "ˈ", "")
--syllables[#syllables-1] = gsub(syllables[#syllables-1], "ˈ", "")
return ret
else
table.insert(syllables, #syllables-1, "ˈ")
return ret
return ret
end
end
end
end
if not match(ret, "ˈ") then
--[[if not match(ret, "ˈ") then
--ret = string.reverse(ret)
--ret = string.reverse(ret)
ret = gsub(ret, "·", "ˈ·", -2)
ret = gsub(ret, "·", "ˈ·", -2)
ret = gsub(ret, "ˈ·", "·", -1)
ret = gsub(ret, "ˈ·", "·", -1)
--ret = string.reverse(ret)
--ret = string.reverse(ret)
end
end]]
end
end

Navigation menu