jpasqua / VisibleTesla

Java App to monitor and Control the Tesla Model S
125 stars 41 forks source link

Numbers in Range Gauges in Charge tab aren't localized #48

Open jpasqua opened 10 years ago

jpasqua commented 10 years ago

The units are correct, but decimal numbers aren't respecting the locale. I've looked at the code for the LCD component from jfxtras and it hard codes US separators. This probably won't be fixed until they fix the component.

jpasqua commented 10 years ago

Added the deferred label. This won't be fixed until the underlying code is fixed.