mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
Fixed tvoi/moi poss pronoun pl instr in Russian RG
This commit is contained in:
@@ -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 + "их"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user