-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language days,tomorrow,today should follow User Profile language #349
Comments
@kaosmagix funny, you've created two identical issues that I also wanted to address. I think the output should indeed hook into the translations already availible in HA. This could be especially usefull for foreign people who are living in the Netherlands. |
Yes I really want this too! I haven't found any way to do this however. |
This might be a starting point. |
I'm aware of the docs. This will not use the translations already in HA |
Maybe check this one as an example on how to set it up: Not sure if you can opt in on already defined translations but you can always write you own right? I can image that for your component a bare minimum of NL, EN and FR is sufficient since the focus is on Dutch and Belgian waste collectors only. |
Where do you want me to look? What I can see this sensor is only in English. (only the config flow is translated as far as I can see) |
I'm not that familiar with Python but can imagine the same logic for using translations within the config flow applies to the place where you set the sensor values. |
Hi there! I'm really interested by this feature as well. My family is french speaking and there is no way to translate to french... Is there no easy way to set the entities as standard date values which can be supported by HA ? |
Some info here, I think: https://developers.home-assistant.io/docs/internationalization/core#state-of-entities |
The language on days, tomorrow, today should be based on the language of the user settings. In this case I have my profile set to English and my spouse have it set to Dutch. Currently the labels follow the language of the config option dutch: true/false
The text was updated successfully, but these errors were encountered: