Module:kilta-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Undo revision 367738 by Sware (talk))
Tag: Undo
No edit summary
Line 71: Line 71:
term = gsub(term, "q·q", "k·q")
term = gsub(term, "q·q", "k·q")
term = gsub(term, "·(" .. consonants .. ")·", "%1·")
term = gsub(term, "·(" .. consonants .. ")·", "%1·")
term = gsub(term, "·([nslɾmt])$", "%1")
term = gsub(term, "·(" .. consonants .. ")$", "%1")
local syllables = split(term, "·")
local syllables = split(term, "·")

Navigation menu