1
0
forked from GitHub/gf-rgl

Oridnal numerals added ; many fixes

This commit is contained in:
Roman Suzi
2020-08-08 20:30:28 +03:00
parent bbbe9bbb03
commit c0734bdfbb
25 changed files with 4061 additions and 425 deletions
+2 -2
View File
@@ -125,7 +125,7 @@ concrete ConjunctionRus of Conjunction =
BaseCN x y = {
s1 = x.s ;
s2 = y.s ;
g = y.g ;
g = conjGender x.g y.g ;
mayben = JustPl ;
anim = conjAnim x.anim y.anim
} ;
@@ -202,6 +202,6 @@ concrete ConjunctionRus of Conjunction =
= \sfp1,sfp2 ->
case <sfp1,sfp2> of {
<PrefShort, PrefShort> => PrefShort ;
_ => PrefFull
_ => PreferFull
} ;
}