completed French ordinals and thereby French/Romance

This commit is contained in:
aarne
2006-01-24 12:55:30 +00:00
parent c8a52e297c
commit 06cb55df48
4 changed files with 58 additions and 36 deletions

View File

@@ -1332,15 +1332,9 @@ oper
t => s + tavoir ! t
} ;
-- for NumeralsFre
--- for Numerals
param DForm = unit | teen | jten | ten | tenplus ;
param Place = indep | attr ;
oper
digitPl :
{inh : DForm ; inh1 : Number ; s : DForm => Str} ->
{inh : DForm ; inh1 : Number ; s : Gender => DForm => Str ; n : Number} = \d ->
{inh = d.inh ; inh1 = d.inh1 ; s = \\_ => d.s ; n = Pl} ;
}