Page 1 of 1
EU localisation option (replace . with ,)
Posted: Tuesday 11 June 2019 10:15
by Gravityz
is there a localisation option for domoticz?
it seems that nowadays this should be standard instead of hard coded.
there are a lot of people in the EU who would like to read meters, counters with the EU standard(. thousand seperator and , for decimal seperator)
while not an option this was coded in the main.js file
Code: Select all
var _THOUSAND_SEPARATOR = '.';
var _DECIMAL_POINT = ',';
i checked but i can not find these variables anywhere.
is there a way to get this done, for now a simple manual change in a file would do but i really think there should be a NON US option
thanks
Re: EU localisation option (replace . with ,)
Posted: Friday 14 June 2019 17:21
by Gravityz
ok, can people who want this please reply with a simple I WANT THIS
otherwise we are getting nowhere
i rest my case if i am the only one
Re: EU localisation option (replace . with ,)
Posted: Wednesday 19 June 2019 11:06
by leecollings
Just my input, in the UK the two symbols you have quoted are round the wrong way.
Thousand separator should be a comma (,) and the decimal point should be a full stop (.)
Re: EU localisation option (replace . with ,)
Posted: Wednesday 19 June 2019 20:54
by Gravityz
Exactly my problem
The EU is using this
Noe you know why the UK is leaving te EU.
They are part of the rest of the world
Re: EU localisation option (replace . with ,)
Posted: Monday 14 December 2020 22:21
by lazaruss72
I WANT THIS

Re: EU localisation option (replace . with ,)
Posted: Thursday 07 January 2021 19:57
by Delfuego
I WANT THIS!
Re: EU localisation option (replace . with ,)
Posted: Tuesday 04 January 2022 14:25
by EddyG
I don't care. Over the years I am used to the way it is.
Re: EU localisation option (replace . with ,)
Posted: Sunday 13 March 2022 9:48
by Kangooroo42
I WANT THIS! in 2022!
Re: EU localisation option (replace . with ,)
Posted: Thursday 05 May 2022 10:30
by SimonW
I WANT THIS TOO! in 2022!
Re: EU localisation option (replace . with ,)
Posted: Thursday 29 September 2022 17:30
by MRabozee
Hello, the possibility to modify the decimal separator and the thousand separator is a must have !
I even tried even to change the js code in
www.app/app.js
(in that part:
//decimalPoint: decimalPoint,
//thousandsSep: thousandsSep,
decimalPoint: ',',
thousandsSep: ' ',
)
but it does change only in the graphs (tooltips for instance), not in the dashboard display of the sensors. '.' as decimal separator and ',' as thousand separator seem just to be hardwired somewhere

)
Re: EU localisation option (replace . with ,)
Posted: Monday 22 July 2024 20:10
by athoopen
I really love Domoticz, however, one thing which is annoying me is the lack of localization

. I do understand that it is Open Source and there is no "business" behind it. But we are in 2024, it’s not 2012. Many non-technical user use Domoticz, it's not techie only system (anymore).
I would (urgently) ask the developers of this great open source product to
start discussing localization.
Does it make sense (I think it does), and if it makes sense
what will be localized (you could start with the decimal point and thousand separator .. just my 2 cents).
To all users who support this request, please let the developers know that you find this important!
Thanks for Domoticz!!
Re: EU localisation option (replace . with ,)
Posted: Saturday 14 September 2024 14:23
by thaui
Would be nice to have the choice between UK / EU decimal seperator.