rgleason / LogbookKonni_pi

Logbookkonni_pi for OpenCPN
GNU General Public License v3.0
1 stars 4 forks source link

RFE: Lack of decimal units for all languages #28

Open rgleason opened 3 years ago

rgleason commented 3 years ago

lack of decimal units for all languages ​​except US (in display AND addition and subtaraction calculations for fuel and water in particular). To solve this problem, I have to put OpenCPN in US version.

See https://www.cruisersforum.com/forums/f134/logbook-konni-for-opencpn-68945.html#post3408108

rgleason commented 3 years ago

Possibly not related, but Pavel fixed background color problems in statusbar_pi with this change https://github.com/rgleason/statusbar_pi/commit/130787c79919d3b61f941474d2ff6584251f8f66

rgleason commented 3 years ago

Comma and Point in Floating Numbers https://forums.wxwidgets.org/viewtopic.php?t=10691 Then reference to wxLocale and decimal separator https://forums.wxwidgets.org/viewtopic.php?p=48437#48437

Also dot changed to a comma https://forums.wxwidgets.org/viewtopic.php?t=44412

Decimal point assertion after initializing wxlocale http://trac.wxwidgets.org/ticket/16610