added IdiomBul

This commit is contained in:
krasimir
2008-03-14 17:07:06 +00:00
parent 4fcf3bd7f2
commit ab0b9d44fa
3 changed files with 75 additions and 1 deletions

View File

@@ -536,4 +536,12 @@ resource ResBul = ParamX ** open Prelude in {
GSg Neut => "òàêîâà" ;
GPl => "òàêèâà"
} ;
thisRP : GenNum => Str
= table {
GSg Masc => "òîçè" ;
GSg Fem => "òaçè" ;
GSg Neut => "òîâà" ;
GPl => "òåçè"
}
}