45,646
edits
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
data.g = g | data.g = g | ||
data.sg = "" | data.sg = "" | ||
data.pau = wordpron(word):match("[eiøy]$") and "ч" | data.pau = wordpron(word):match("[eiøy]ː?$") and "ч" | ||
or wordpron(word):match("[ɛa]$") and "н" | or wordpron(word):match("[ɛa]ː?$") and "н" | ||
or wordpron(word):match("[uoɔ]$") and "ӈ" | or wordpron(word):match("[uoɔ]ː?$") and "ӈ" | ||
or gsubh("Bӈ",{["b"]="о̆",["f"]="э̆"},"b") | or gsubh("Bӈ",{["b"]="о̆",["f"]="э̆"},"b") | ||
data.pl = { | data.pl = { | ||
Line 122: | Line 122: | ||
["pro"] = gsubh("сRц",{["r"]="ө",["u"]="э"}, "r"), | ["pro"] = gsubh("сRц",{["r"]="ө",["u"]="э"}, "r"), | ||
["ade"] = "ляц", | ["ade"] = "ляц", | ||
["abl"] = | ["abl"] = gsubh("сRшB",{["r"]="u",["u"]="i",["b"]="о̄̆",["f"]="э̄̆"},{["roundness"] = "r", ["backness"] = "f"}), | ||
["ill"] = gsubh("кRб",{["r"]="ү",["u"]="ы"},"u"), | ["ill"] = gsubh("кRб",{["r"]="ү",["u"]="ы"},"u"), | ||
} | } |