From 9d728bcbaa63e881a43eda32aac61b7a2073aa66 Mon Sep 17 00:00:00 2001 From: "francis.tyers" Date: Wed, 3 Dec 2014 10:27:21 +0000 Subject: [PATCH] translate spanish to catalan --- lib/src/translator/ExtensionsCat.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/translator/ExtensionsCat.gf b/lib/src/translator/ExtensionsCat.gf index 4b36a82b2..f6e6c7e69 100644 --- a/lib/src/translator/ExtensionsCat.gf +++ b/lib/src/translator/ExtensionsCat.gf @@ -43,7 +43,7 @@ lin that_RP = which_RP ; - but_Subj = {s = "pero" ; m = Indic} ; ---- strange to have this as Subj + but_Subj = {s = "però" ; m = Indic} ; ---- strange to have this as Subj @@ -104,7 +104,7 @@ lin PredVPovs np vp = mkCl (lin NP np) (lin VP vp) ; - CompS s = {s = \\_ => "de" ++ "que" ++ s.s ! Indic} ; ---- de ? + CompS s = {s = \\_ => "de" ++ "què" ++ s.s ! Indic} ; ---- de ? {- CompQS qs = {s = \\_ => qs.s ! QIndir} ; @@ -136,4 +136,4 @@ lin -} -} \ No newline at end of file +}