45,646
edits
No edit summary |
No edit summary |
||
Line 60: | Line 60: | ||
or gsubbh("Bӈ",{["o"]="о̆",["e"]="э̆"},"ɔ") | or gsubbh("Bӈ",{["o"]="о̆",["e"]="э̆"},"ɔ") | ||
data.pl = { | data.pl = { | ||
["i"] = wordpron(word):match(voiceless .. "ː?$") and gsubbh(" | ["i"] = wordpron(word):match(voiceless .. "ː?$") and gsubbh("шBд",{["o"]="о̆",["e"]="э̆"},"ɔ") or gsubbh("жBд",{["o"]="о̆",["e"]="э̆"},"ɔ"), | ||
["a"] = wordpron(word):match(voiceless .. "ː?$") and gsubbh(" | ["a"] = wordpron(word):match(voiceless .. "ː?$") and gsubbh("фBд",{["o"]="ө",["e"]="э"},"ɛ") or gsubbh("вBд",{["o"]="ө",["e"]="э"},"ɛ"), | ||
} | } | ||