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