45,660
edits
No edit summary |
No edit summary |
||
Line 54: | Line 54: | ||
} | } | ||
local triphthongs = { | local triphthongs = { -- unused, can't get it to work | ||
["([aoe])i([aoue])"] = "%1į%2", ["([aoe])ii"] = "%1gįi", ["([aoe])ỉ"] = "%1gįi", | ["([aoe])i([aoue])"] = "%1į%2", ["([aoe])ii"] = "%1gįi", ["([aoe])ỉ"] = "%1gįi", | ||
["ai[yů]"] = "ey", ["([eo])i[yů]"] = "%1įů", | ["ai[yů]"] = "ey", ["([eo])i[yů]"] = "%1įů", | ||
Line 83: | Line 83: | ||
word = gsub(word, "▫", "") | word = gsub(word, "▫", "") | ||
return word | return word |