Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 10: Line 10:
local gmatch = mw.ustring.gmatch
local gmatch = mw.ustring.gmatch
local gsub = mw.ustring.gsub
local gsub = mw.ustring.gsub
local consonant = "[" .. "mpbvntdsṡrklgġhįų" .. "]"
local vowel = "[" .. "aæɑeɛiɪɔʊyœøɤ" .. "]"


local rules = {
local rules = {
Line 59: Line 62:
},
},
}
}
local consonant = "[" .. "mpbvntdsṡrklgġhįų" .. "]"
local vowel = "[" .. "aæɑeɛiɪɔʊyœøɤ" .. "]"


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