455
edits
(added y) |
Aleisi Galan (talk | contribs) No edit summary |
||
| Line 57: | Line 57: | ||
if d == "c" then term = gsub(term, "ʨ", "ʧ"); term = gsub(term, "ʥ", "ʤ") end | if d == "c" then term = gsub(term, "ʨ", "ʧ"); term = gsub(term, "ʥ", "ʤ") end | ||
if d == "s" then term = gsub(term, "ʨ", "ʦ"); term = gsub(term, "ʥ", "ʣ") end | if d == "s" then term = gsub(term, "ʨ", "ʦ"); term = gsub(term, "ʥ", "ʣ") end | ||
if d == "c" then term = gsub(term, "a", "ɐ"); term = gsub(term, "e", "ɪ") end | |||
if d == "s" then term = gsub(term, "ɪ", "i"); term = gsub(term, "ʥ", "ʣ") end | |||
for _, aff in ipairs(affricates) do | for _, aff in ipairs(affricates) do | ||
edits