48,355
edits
No edit summary |
No edit summary |
||
| Line 48: | Line 48: | ||
data.g = g | data.g = g | ||
data.sg = "" | data.sg = "" | ||
data.pau = wordpron(word):match(" | data.pau = wordpron(word):match("[eiøy]$") and "ч" | ||
or wordpron(word):match("[ɛa]$") and "н" | |||
or wordpron(word):match("[uoɔ]$") and "ӈ" | |||
or gsubh("Bӈ","о̆","э̆",nil,nil,"о̆") | |||
data.pl = { | data.pl = { | ||
["i"] = wordpron(word):match(voiceless .. "ː?$") and gsubh("фBд","ө","э",nil,nil,"э") or gsubh("вBд","ө","э",nil,nil,"э"), | ["i"] = wordpron(word):match(voiceless .. "ː?$") and gsubh("фBд","ө","э",nil,nil,"э") or gsubh("вBд","ө","э",nil,nil,"э"), | ||