brewster76 / fuzzy-archer

Graphical gauges and history table generators for Weewx
GNU General Public License v2.0
39 stars 31 forks source link

Decimal separator in historygenerator #110

Closed ManfredK1968 closed 1 year ago

ManfredK1968 commented 1 year ago

Regardless of the default setting, the historygenerator always uses the '.' as decimal separator, and not the ','.

mKainzbauer commented 1 year ago

Historygenerator doesn't format number values according to the OS locale. Having that said, it currently isn't possible to generate a localized report independently from the OS locale, see https://github.com/weewx/weewx/issues/867

ManfredK1968 commented 1 year ago

Hello, Thank you very much for your efforts ;).

mKainzbauer commented 1 year ago

HistoryGenerator is now formatting numbers using the OS locale.

ManfredK1968 commented 1 year ago

Wow!!! Thanks a lot!!