From 0d9eb13a531d7841104d5aec5a20afd11aa17394 Mon Sep 17 00:00:00 2001 From: krasimir Date: Sat, 15 Mar 2008 12:20:06 +0000 Subject: [PATCH] don't use the countable form for masculine animate --- lib/resource/bulgarian/NounBul.gf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/resource/bulgarian/NounBul.gf b/lib/resource/bulgarian/NounBul.gf index 335f288d6..5693e9c2f 100644 --- a/lib/resource/bulgarian/NounBul.gf +++ b/lib/resource/bulgarian/NounBul.gf @@ -15,9 +15,12 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { _ => NF Sg Indef } ; => NF det.n det.spec ; - => case det.countable of { - True => NFPlCount ; - False => NF Pl Indef + => case cn.g of { + DMascPersonal => NF Pl Indef; + _ => case det.countable of { + True => NFPlCount ; + False => NF Pl Indef + } } } ; s = det.s ! cn.g ! role ++ cn.s ! nf