diff --git a/src/russian/NumeralRus.gf b/src/russian/NumeralRus.gf index c63f6e5a..4ca5977d 100644 --- a/src/russian/NumeralRus.gf +++ b/src/russian/NumeralRus.gf @@ -178,10 +178,9 @@ lin pot01 = lin n2 = {s = table {unit => \\ g, a, c => case of { - <(Nom|Acc), Fem, Inanimate > => "две"; - <(Nom|Acc), Masc, Inanimate > => "два"; - <(Nom|Acc), Neut, Inanimate > => "два"; - => "два"; + <(Nom|Acc), Fem, _ > => "две"; + <(Nom|Acc), (Masc|Neut), Inanimate > => "два"; + => "два"; => "двух"; <(Gen|Prepos _), _, _ > => "двух"; => "двум";