Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 33: Line 33:
}
}


local consonants = "mpbvntdsṡrkgġhįų"
local consonant = "[" .. "mpbvntdsṡrkgġhįų" .. "]"
local CONSONANT = "[" .. consonants .. "]"
local vowel = "[" .. "aæɑeɛiɪɔʊyœøɤ" .. "]"
local vowels = "aæɑeɛiɪɔʊyœøɤ"


--[[function export.syllable(frame)
--[[function export.syllable(frame)