1
0
forked from GitHub/gf-rgl

completed French ordinals and thereby French/Romance

This commit is contained in:
aarne
2006-01-24 12:55:30 +00:00
parent 2be31a8b8a
commit 1618f2d203
3 changed files with 57 additions and 35 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} ;
}