From 03b8c43bc86794c274bf1a776f0f9db5e689c0d0 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 1 Sep 2011 13:53:35 +0000 Subject: [PATCH] variant e of Spanish and_Conj --- lib/src/spanish/StructuralSpa.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/spanish/StructuralSpa.gf b/lib/src/spanish/StructuralSpa.gf index cd90a7df7..4c71bc952 100644 --- a/lib/src/spanish/StructuralSpa.gf +++ b/lib/src/spanish/StructuralSpa.gf @@ -16,7 +16,7 @@ lin almost_AdA, almost_AdN = ss "casi" ; always_AdV = ss "siempre" ; although_Subj = ss "benché" ** {m = Conjunct} ; - and_Conj = {s1 = [] ; s2 = "y" ; n = Pl} ; + and_Conj = {s1 = [] ; s2 = etConj.s ; n = Pl} ; because_Subj = ss "porque" ** {m = Indic} ; before_Prep = {s = "antes" ; c = MorphoSpa.genitive ; isDir = False} ; behind_Prep = {s = "detrás" ; c = MorphoSpa.genitive ; isDir = False} ;