forked from GitHub/gf-core
fixed numeral agreement and some French verbs
This commit is contained in:
@@ -1246,4 +1246,7 @@ oper
|
||||
regTal : Str -> LinDigit = \fem ->
|
||||
mkTal fem (fem + "ton") (fem + "tio") ;
|
||||
|
||||
numPl : Str -> {s : Gender => Str ; n : Number} = \n ->
|
||||
{s = \\_ => n ; n = Pl} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user