fhem / fhem-docker

A basic Docker image for FHEM house automation system, based on Debian Linux.
https://fhem.de/
MIT License
84 stars 28 forks source link

LC_MESSAGES=en_DK.UTF-8? Why? #86

Closed Kornelius777 closed 2 years ago

Kornelius777 commented 2 years ago

...Typo?

Kind regards!

sidey79 commented 2 years ago

en_DK is a locale which has different time/date format, to fit better to europeans:

https://web.archive.org/web/20200730172228/http://www.ivoras.net/blog/tree/2010-12-20.the-wonderful-en_dk-locale.html

But i can't tell you why this is importand for the image :(

Kornelius777 commented 2 years ago

I changed it to "de_DE". Appears to be working fine...

Of course, this topic can be closed! Thank you for your answer.