From a71aed81fd2abe142aa71ba75f59bb21a3afbd1e Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 25 May 2009 12:19:32 +0000 Subject: fixed pre expressions, parsing {} patterns, and the path in resource Make.hs --- next-lib/src/russian/ResRus.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'next-lib/src/russian') diff --git a/next-lib/src/russian/ResRus.gf b/next-lib/src/russian/ResRus.gf index 8f298bca6..477c96cc8 100644 --- a/next-lib/src/russian/ResRus.gf +++ b/next-lib/src/russian/ResRus.gf @@ -375,8 +375,8 @@ param Place = attr | indep ; param Size = nom | sgg | plg ; --param Gend = masc | fem | neut ; oper mille : Size => Str = table { - {nom} => "тысяча" ; - {sgg} => "тысячи" ; + nom => "тысяча" ; + sgg => "тысячи" ; _ => "тысяч"} ; oper gg : Str -> Gender => Str = \s -> table {_ => s} ; -- cgit v1.2.3