From 19ac91fa21fb81e20be3275e8d58ccb72f8f3f67 Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 13 Jun 2008 22:41:15 +0000 Subject: [PATCH] add "na" if possess_Prep is used --- lib/resource-1.4/bulgarian/RelativeBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resource-1.4/bulgarian/RelativeBul.gf b/lib/resource-1.4/bulgarian/RelativeBul.gf index 8c1fddd8f..4bdcd7faa 100644 --- a/lib/resource-1.4/bulgarian/RelativeBul.gf +++ b/lib/resource-1.4/bulgarian/RelativeBul.gf @@ -23,7 +23,7 @@ concrete RelativeBul of Relative = CatBul ** open ResBul in { } ; FunRP p np rp = { - s = \\gn => np.s ! RObj Acc ++ p.s ++ rp.s ! gn ; + s = \\gn => np.s ! RObj Acc ++ p.s ++ (case p.c of {Acc => []; Dat => "на"}) ++ rp.s ! gn ; } ; IdRP = {