diff --git a/lib/resource/bulgarian/NumeralBul.gf b/lib/resource/bulgarian/NumeralBul.gf index 13e5b24c7..6ddea8053 100644 --- a/lib/resource/bulgarian/NumeralBul.gf +++ b/lib/resource/bulgarian/NumeralBul.gf @@ -73,7 +73,7 @@ lin pot3 n = { n = Pl } ; lin pot3plus n m = { - s = \\c => (pot3 n).s ! NCard DMascIndef ++ case m.i of {False => []; True => "è"} ++ m.s ! c ; + s = \\c => (pot3 (n ** {lock_Sub1000=<>})).s ! NCard DMascIndef ++ case m.i of {False => []; True => "è"} ++ m.s ! c ; n = Pl } ;