custom-cards / custom-card-helpers

Custom Card Helper Functions/Types for Developers
https://custom-cards.github.io/custom-card-helpers/
MIT License
48 stars 29 forks source link

relative_time helper is broken #45

Closed nielsfaber closed 2 years ago

nielsfaber commented 2 years ago

Since the 2021.10 update, all translations related to relative_time are broken.

E.g. a call to:

this.hass.localize('ui.components.relative_time.just_now')

Results in ' ' (empty space that is).

spacegaier commented 2 years ago

Requires an update to match https://github.com/home-assistant/frontend/pull/9481

JonahKr commented 2 years ago

This got fixed in #50 and will be Part of the next release 👍