From 1e670bb6e2f168585fd7339eb7f5081203c9577c Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Thu, 4 Apr 2019 13:40:04 +0200 Subject: [PATCH] (Spa) Fix typos and copypasted Portuguese in Extend --- src/spanish/ExtendSpa.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/spanish/ExtendSpa.gf b/src/spanish/ExtendSpa.gf index c92248f61..1514964d9 100644 --- a/src/spanish/ExtendSpa.gf +++ b/src/spanish/ExtendSpa.gf @@ -70,12 +70,12 @@ concrete ExtendSpa of Extend = CatSpa ** ExtendRomanceFunctor - Fem Pl P3 ; ICompAP ap = { - s =\\a => "que tan" ++ ap.s ! (genNum2Aform a.g a.n) ; + s =\\a => "qué tan" ++ ap.s ! (genNum2Aform a.g a.n) ; cop = serCopula } ; IAdvAdv adv = { - s = "que tan" ++ adv.s + s = "qué tan" ++ adv.s } ; ExistsNP np = @@ -85,7 +85,7 @@ concrete ExtendSpa of Extend = CatSpa ** ExtendRomanceFunctor - CompoundN noun noun2 = { -- order is different because that's needed for correct translation from english s = \\n => noun2.s ! n - ++ variants {"de" ; genForms "do" "da" ! noun.g} + ++ variants {"de" ; genForms "del" "de la" ! noun.g} ++ noun.s ! Sg ; g = noun2.g } ;