diff --git a/src/basque/NumeralEus.gf b/src/basque/NumeralEus.gf index 69d6cb73..4cb1c5fb 100644 --- a/src/basque/NumeralEus.gf +++ b/src/basque/NumeralEus.gf @@ -123,7 +123,7 @@ lin IFrac d i = { if_then_Str d.hasDot BIND (BIND++"."++BIND) ++ i.s ! co ; n = Pl ; - hasDot=False + hasDot=True } ; } diff --git a/src/estonian/NumeralEst.gf b/src/estonian/NumeralEst.gf index 712f5f12..0fb7dd31 100644 --- a/src/estonian/NumeralEst.gf +++ b/src/estonian/NumeralEst.gf @@ -157,7 +157,7 @@ oper if_then_Str d.hasDot BIND (BIND++"."++BIND) ++ i.s ! o ; n = Pl ; - hasDot=False + hasDot=True } ; oper diff --git a/src/greek/NumeralGre.gf b/src/greek/NumeralGre.gf index 1c3eddd1..15f4da14 100644 --- a/src/greek/NumeralGre.gf +++ b/src/greek/NumeralGre.gf @@ -302,7 +302,7 @@ Xilias : CardOrd -> (CardOrd => Str) -> Number -> Str = \co,d,n -> if_then_Str d.hasDot BIND (BIND++"."++BIND) ++ i.s ! o ; n = Pl ; - hasDot=False + hasDot=True } ; oper