1
0
forked from GitHub/gf-rgl

in two paces latin 'a' was used instead of cyrillic 'a'

This commit is contained in:
krangelov
2020-04-26 20:28:22 +02:00
parent dd2a6ad0ca
commit 8f12a9e68c

View File

@@ -486,7 +486,7 @@ resource ResBul = ParamX ** open Prelude, Predef in {
ASg Masc Def => (base0+"èÿ") ; ASg Masc Def => (base0+"èÿ") ;
ASgMascDefNom => (base0+"èÿò") ; ASgMascDefNom => (base0+"èÿò") ;
ASg Fem Indef => (base0+"à") ; ASg Fem Indef => (base0+"à") ;
ASg Fem Def => (base0+"aòa") ; ASg Fem Def => (base0+"àòà") ;
ASg Neut Indef => (base0+"î") ; ASg Neut Indef => (base0+"î") ;
ASg Neut Def => (base0+"îòî") ; ASg Neut Def => (base0+"îòî") ;
APl Indef => (ia2e base0+"è") ; APl Indef => (ia2e base0+"è") ;