How do I make Babel use minus signs?

Why is it that Babel does not use the minus sign used by my locale, in functions like format_decimal()? It seems to me like this would be the very job of a library like Babel. Is there a way I can enforce the usage of locale specific minus signs? >>> import babel >>> babel.__version__ ‘2.11.0’… Read More How do I make Babel use minus signs?