dolezsa / thermal_comfort

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)
Other
590 stars 110 forks source link

Doesn't translate to Norwegian #168

Closed kongjudas closed 2 years ago

kongjudas commented 2 years ago

The state text doesn't translate (mine should be NO (Norwegian). No error, no nothing. I am using the entity card.

rautesamtr commented 2 years ago

Found the issue, can you tell me if the translation is Norsk Nynorsk or Norsk Bokmål?

{
  "state": {
    "thermal_comfort__thermal_perception": {
      "dry": "Litt tørt",
      "very_comfortable": "Veldig komfortabelt",
      "comfortable": "Komfortabelt",
      "ok_but_humid": "Greit, men fuktig",
      "somewhat_uncomfortable": "Litt ukomfortabelt",
      "quite_uncomfortable": "Veldig fuktig, ganske ukomfortabelt",
      "extremely_uncomfortable": "Ekstremt ukomfortabelt, trykkende",
      "severely_high": "Skadelig, dødelig for astmastikere"
    }
  }
}