Skip to content
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

[Bug] Incorrect Label / Translations Not Loading on 0.109.x #122

Closed
ronaldheft opened this issue May 11, 2020 · 4 comments
Closed

[Bug] Incorrect Label / Translations Not Loading on 0.109.x #122

ronaldheft opened this issue May 11, 2020 · 4 comments
Labels

Comments

@ronaldheft
Copy link

HomeAssistant is migrating to a new translation system, and it looks like there are some spots where the translations aren't loading on 0.109. Note the operations buttons, particularly heat_cool:

Screen Shot 2020-05-11 at 1 05 06 PM

@Andream69
Copy link

Andream69 commented May 13, 2020

Good morning, two requests. The first, if possible to translate the highlighted texts, the second if they can be customized. Type: "Current temperature" or "Real temperature". And "State" with "Stato". Thanks.
Annotazione 2020-05-13 075117

@edenhaus
Copy link

Good morning, two requests. The first, if possible to translate the highlighted texts, the second if they can be customized. Type: "Current temperature" or "Real temperature". And "State" with "Stato". Thanks.
Annotazione 2020-05-13 075117

You can already translate manually the temperature and state. You have to specify the label in your config.
Below an example:

control:
  _headings: false
  preset:
    away: true
    none:
      name: Normal
entity: climate....
label:
  state: stato # insert here your translation for the state
  temperature: temperatura attuale # insert here your translation for the temperature
step_layout: row
type: 'custom:simple-thermostat'

@WongGendheng
Copy link

Thanks, I also overlooked that one! Appreciate it

@github-actions
Copy link

github-actions bot commented Apr 5, 2021

🎉 This issue has been resolved in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants