summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-11-24 12:53:57 +0000
committerkrasimir <krasimir@chalmers.se>2008-11-24 12:53:57 +0000
commit1e7c4be78767e508f6f022442d4cdf4f2ebc59e9 (patch)
tree186f8958e3ea2d018d71fc51a28be7cb3c14a4b2
parent594ed22b4e83ee89c9a89344d5d906b32f1be585 (diff)
replace latin 'a' with cyrillic 'a'
-rw-r--r--next-lib/src/bulgarian/ResBul.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/next-lib/src/bulgarian/ResBul.gf b/next-lib/src/bulgarian/ResBul.gf
index 795b9a746..3e18065d9 100644
--- a/next-lib/src/bulgarian/ResBul.gf
+++ b/next-lib/src/bulgarian/ResBul.gf
@@ -367,8 +367,8 @@ resource ResBul = ParamX ** open Prelude in {
ASg Masc Indef => base ;
ASg Masc Def => (base0+"èÿ") ;
ASgMascDefNom => (base0+"èÿò") ;
- ASg Fem Indef => (base0+"a") ;
- ASg Fem Def => (base0+"àòà") ;
+ ASg Fem Indef => (base0+"à") ;
+ ASg Fem Def => (base0+"aòa") ;
ASg Neut Indef => (base0+"î") ;
ASg Neut Def => (base0+"îòî") ;
APl Indef => (ia2e base0+"è") ;