455
edits
Aleisi Galan (talk | contribs) (adjusted where p t k > ph th kh are from all to just central/northern, oh, and added the northern dialect.) |
Aleisi Galan (talk | contribs) No edit summary |
||
Line 64: | Line 64: | ||
if d == "s" then term = gsub(term, "ʨ", "ʦ"); term = gsub(term, "ʥ", "ʣ") end | if d == "s" then term = gsub(term, "ʨ", "ʦ"); term = gsub(term, "ʥ", "ʣ") end | ||
if d == "n" then term = gsub(term, "p", "pʰ"); term = gsub(term, "t", "tʰ"); term = gsub(term, "k", "kʰ") end | if d == "n" then term = gsub(term, "p", "pʰ"); term = gsub(term, "t", "tʰ"); term = gsub(term, "k", "kʰ") end | ||
if d == "c" then term = gsub(term, "p", "pʰ"); term = gsub(term, "t", "tʰ"); term = gsub(term, "k", "kʰ") end | |||
if d == "c" then term = gsub(term, "a", "ɐ"); term = gsub(term, "e", "ɪ"); term = gsub(term, "i", "ɪ"); term = gsub(term, "o", "ɔ"); term = gsub(term, "u", "ʊ") end | if d == "c" then term = gsub(term, "a", "ɐ"); term = gsub(term, "e", "ɪ"); term = gsub(term, "i", "ɪ"); term = gsub(term, "o", "ɔ"); term = gsub(term, "u", "ʊ") end | ||
if d == "s" then term = gsub(term, "a", "ɐ"); term = gsub(term, "e", "ɛ"); term = gsub(term, "i", "e"); term = gsub(term, "o", "ɔ"); term = gsub(term, "u", "o"); term = gsub(term, "ɪ", "i"); term = gsub(term, "ɪ́", "í"); term = gsub(term, "ų", "u") end | if d == "s" then term = gsub(term, "a", "ɐ"); term = gsub(term, "e", "ɛ"); term = gsub(term, "i", "e"); term = gsub(term, "o", "ɔ"); term = gsub(term, "u", "o"); term = gsub(term, "ɪ", "i"); term = gsub(term, "ɪ́", "í"); term = gsub(term, "ų", "u") end |
edits