--[[
-- the first set is broad, and the second set is narrow
-- munster is the primary set
local cons_munster = {
= { "bˠ", "bʲ" },
= { "vˠ", "vʲ"},
= { "vˠ", "vʲ"},
= { "bˠ", "bʲ" },
= { "k", "c" },
= { "x", "ç" },
= { "d̪ˠ", "dʲ" },
= { "ɣ", "j"},
= { "d̪ˠ", "dʲ" },
= { "fˠ", "fʲ"},
= { "", ""}, --silent
= { "ɡ", "ɟ"},
= { "ɡ", "ɟ"},
= { "ɣ", "j"},
= { "h", "h"},
= { "lˠ", "lʲ"},
= { "l̪ˠ", "l̠ʲ"},
= { "mˠ", "mʲ"},
= { "mˠ", "mʲ"},
= { "vˠ", "vʲ"},
= { "nˠ", "nʲ"},
= { "n̪ˠ", "n̠ʲ"},
= { "ŋ", "ɲ"},
= { "n̪ˠ", "n̠ʲ"},
= { "pˠ", "pʲ"},
= { "fˠ", "fʲ"},
= { "ɾˠ", "ɾʲ" },
= { "ɾˠ", "ɾˠ" },
= { "sˠ", "ʃ" },
= { "h", "h"},
= { "t̪ˠ", "tʲ"},
= { "h", "h"},
= { "vˠ", "vʲ"},
= { "zˠ", "ʒ" },
}
text = mw.ustring.gsub(text, 'k', "c")
text = mw.ustring.gsub(text, 'kh', "ch")
text = mw.ustring.gsub(text, 'q', "c")
text = mw.ustring.gsub(text, 'w', "v")
text = mw.ustring.gsub(text, 'x', "cs")
text = mw.ustring.gsub(text, 'y', "i")
-- Connacht changes
text = mw.ustring.gsub(text, '^vˠ', "w")
text = mw.ustring.gsub(text, '()vˠ', "%1w")
local vowels_munster = {
= "ɑ", = "ɑː", = "ə", = "eː", = "ɪ", = "iː", = "ɔ", = "oː", = "ʊ", = "uː",
= "ɑ", = "ɑ", = "ɑː", = "iː", = "eː", = "a", = "eː", = "ɛ", = "eː", = "oː", = "iə̯", = "ʊ" --also ɪ , = "ʊ", = "uə̯", = "uə̯", = "ɪ", = "uː",
}
--]]