translate spanish to catalan

This commit is contained in:
francis.tyers
2014-12-03 10:27:21 +00:00
parent 9d084f0aa5
commit 9d728bcbaa

View File

@@ -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
-}
}
}