From 8f12a9e68c1fba1d625c4dfa3a20214d4396617c Mon Sep 17 00:00:00 2001 From: krangelov Date: Sun, 26 Apr 2020 20:28:22 +0200 Subject: [PATCH] in two paces latin 'a' was used instead of cyrillic 'a' --- src/bulgarian/ResBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bulgarian/ResBul.gf b/src/bulgarian/ResBul.gf index da5d50653..37fee66ad 100644 --- a/src/bulgarian/ResBul.gf +++ b/src/bulgarian/ResBul.gf @@ -486,7 +486,7 @@ resource ResBul = ParamX ** open Prelude, Predef in { ASg Masc Def => (base0+"èÿ") ; ASgMascDefNom => (base0+"èÿò") ; ASg Fem Indef => (base0+"à") ; - ASg Fem Def => (base0+"aòa") ; + ASg Fem Def => (base0+"àòà") ; ASg Neut Indef => (base0+"î") ; ASg Neut Def => (base0+"îòî") ; APl Indef => (ia2e base0+"è") ;