From 0e70fc8d14f4dff2648904e6682367034c8eb2b4 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 14 Mar 2012 14:39:07 +0000 Subject: [PATCH] e/ed in Ita --- lib/src/italian/StructuralIta.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/italian/StructuralIta.gf b/lib/src/italian/StructuralIta.gf index df5867471..3fb4ee7e0 100644 --- a/lib/src/italian/StructuralIta.gf +++ b/lib/src/italian/StructuralIta.gf @@ -17,7 +17,7 @@ lin almost_AdA, almost_AdN = ss "quasi" ; always_AdV = ss "sempre" ; although_Subj = ss "benché" ** {m = Conjunct} ; - and_Conj = {s1 = [] ; s2 = "e" ; n = Pl} ; + and_Conj = {s1 = [] ; s2 = pre {#vocale => "ed" ; _ => "e"} ; n = Pl} ; because_Subj = ss "perché" ** {m = Indic} ; before_Prep = mkPrep "prima" ; behind_Prep = mkPrep "dietro" ;