I'm using the card with sun2, moon sensor and the required time_utc sensor as well.
It seems that the "sunEntity.to_sunset.humanize(true)" (line 192 of the card.ts) is using the fallback to english instead of the localized version. I find it quite strange, since the other information related to the daylight is displaying in the correct localized language.
I've tried other languages as well, but it's always using the english fallback.
Unfortunately I'm not sure if this problem is related to this card, the sensor or the humanize-duration itself.
Hello.
I'm using the card with sun2, moon sensor and the required time_utc sensor as well.
It seems that the
"sunEntity.to_sunset.humanize(true)"
(line 192 of the card.ts) is using the fallback to english instead of the localized version. I find it quite strange, since the other information related to the daylight is displaying in the correct localized language.I've tried other languages as well, but it's always using the english fallback.
Unfortunately I'm not sure if this problem is related to this card, the sensor or the humanize-duration itself.