1
0
forked from GitHub/gf-rgl

Fixed tvoi/moi poss pronoun pl instr in Russian RG

This commit is contained in:
Roman Suzi
2020-05-31 15:18:52 +03:00
parent a98820a292
commit 1b6e193565

View File

@@ -59,7 +59,7 @@ oper pronYaTu : { s : Case => Str } -> Str -> Person -> Gender -> Pronoun =
<Gen, GPl> => mo + "их" ;
<Dat, GPl> => mo + "им" ;
<Acc, GPl> => mo + "их" ;
<Inst, GPl> => mo + "им" ;
<Inst, GPl> => mo + "ими" ;
<Prepos _, GPl> => mo + "их"
}