diff --git a/lib/src/french/ExtraFre.gf b/lib/src/french/ExtraFre.gf index 0213f1d7b..abd35cfb8 100644 --- a/lib/src/french/ExtraFre.gf +++ b/lib/src/french/ExtraFre.gf @@ -56,5 +56,12 @@ concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre ** _ => elisQue } ; + lin + tout_Det = { + s = \\g,c => prepCase c ++ genForms "tout" "toute" ! g ; + sp = \\g,c => prepCase c ++ genForms "tout" "toute" ! g ; + n = Sg ; + s2 = [] + } ; } diff --git a/lib/src/french/ExtraFreAbs.gf b/lib/src/french/ExtraFreAbs.gf index 166987457..9eb6855e3 100644 --- a/lib/src/french/ExtraFreAbs.gf +++ b/lib/src/french/ExtraFreAbs.gf @@ -31,4 +31,8 @@ abstract ExtraFreAbs = ExtraRomanceAbs - [ProDrop] ** { youPl8fem_Pron : Pron ; youPol8fem_Pron : Pron ; +-- The determiner "tout" in the special use "tout nombre" + + tout_Det : Det ; + }