relative_time should render texts in local browser language #7353
Unanswered
BenPru
asked this question in
Localization
Replies: 1 comment 8 replies
-
We get this from the backend, the backend currently doesn't know the user language. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
relative_time render texts currently always in english.
Example: "{{ relative_time(states.sun.sun.last_changed) }}" --> "44 minutes" - Current Browser language: german.
So it should be "44 Minuten".
Beta Was this translation helpful? Give feedback.
All reactions