Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 119: Line 119:
-- diphthongs
-- diphthongs
{"øɑ", "üa"}, {"øi", "üɪ"}, {"uɔ", "ʊɔ"},
{"øɑ", "œa"}, {"øi", "œɪ"}, {"uɔ", "ʊɔ"},
{"ɑy", "æœ"}, {"ey", "ɛœ"},
{"ɑy", "æœ"}, {"ey", "ɛœ"},
Line 212: Line 212:
if w then
if w then
--term = gsub(term, "ü", "ɤ")
term = gsub(term, "ü", "ɤ")
else
else
term = gsub(term, "ü", "œ")
term = gsub(term, "ü", "œ")