use que rather than quoi as what_IP in Fre

This commit is contained in:
aarne
2010-12-16 16:27:40 +00:00
parent 28e3f12007
commit 0b563f1fb7

View File

@@ -143,10 +143,10 @@ lin
mkPronoun "nous" "nous" "nous" "nous" "notre" "notre" "nos"
Masc Pl P1 ;
whatSg_IP =
{s = \\c => prepCase c ++ "quoi" ; a = a}
{s = \\c => prepCase c ++ elisQue ; a = a}
where {a = aagr Masc Sg} ;
whatPl_IP =
{s = \\c => prepCase c ++ "quoi" ; a = a}
{s = \\c => prepCase c ++ elisQue ; a = a}
where {a = aagr Masc Pl} ;
when_IAdv = ss "quand" ;
when_Subj = ss "quand" ** {m = Indic} ;