From e0d7861e75a01b508fec018f888b4f3905b287e4 Mon Sep 17 00:00:00 2001 From: odanoburu Date: Tue, 5 Mar 2019 19:38:42 -0300 Subject: [PATCH] (Por) bug/typo in MkImperative - should use the person we select, not the one that is provided (which is always P2) --- src/portuguese/DiffPor.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/portuguese/DiffPor.gf b/src/portuguese/DiffPor.gf index 8ccb77f36..e7463c61c 100644 --- a/src/portuguese/DiffPor.gf +++ b/src/portuguese/DiffPor.gf @@ -69,7 +69,7 @@ instance DiffPor of DiffRomance - [iAdvQuestionInv,chooseTA,otherInv,partAgr,sta clit = vp.clit1 ++ vp.clit2 ; hasClit = vp.clit3.hasClit ; imper = vp.s.s ! vImper n pe ; - subj = vp.s.s ! VFin (VPres Conjunct) n p ; + subj = vp.s.s ! VFin (VPres Conjunct) n pe ; neg = vp.neg ! pol ; agr = {g = g ; n = n ; p = pe} ; compl = neg.p2 ++ vp.comp ! agr ++ vp.ext ! pol