C:\Users\Athan\Documents\Devel\EDMarketConnector\l10n.py:254: DeprecationWarning: use _Locale.string_from_number instead.
warnings.warn(DeprecationWarning('use _Locale.string_from_number instead.'))
C:\Users\Athan\Documents\Devel\EDMarketConnector\l10n.py:290: DeprecationWarning: This method will be removed in a future version of Python. Use 'locale.format_string()' instead.
return locale.format('%.*f', (decimals, number), True) # type: ignore # It ends up working out