fixed RelSlash; sta

This commit is contained in:
Roman Suzi
2020-07-27 23:22:00 +03:00
parent 9918e391b3
commit a76a017064
4 changed files with 9 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ oper sta : (Gender => Animacy => Case => Str) -> (Gender => Animacy => Case => S
<(Nom|VocRus|Acc), _ > => n ! Fem ! Animate ! c + "ста";
<Gen|Ptv, _ > => n ! Fem ! Animate ! c + "сот";
<Dat, _ > => n ! Fem ! Animate ! c + "стам";
<Ins, _ > => n ! Fem ! Animate ! c + "юстами";
<Ins, _ > => n ! Fem ! Animate ! c + "стами";
<Pre|Loc, _ > => n ! Fem ! Animate ! c + "стах"
};