naofireblade / homebridge-weather-plus

A comprehensive weather plugin for homebridge.
MIT License
312 stars 61 forks source link

No translation to Dutch #158

Closed thezjo closed 3 years ago

thezjo commented 3 years ago

Great plug-in, only problem I see is that it does not translate to Dutch. I do have the default english language in both Homebridge and Homekit My config looks like below and so I was expecting to get a Dutch translation Thanks for any help. {             "units": "si",             "interval": 10,             "stations": [                 {                     "nameNow": "Mijn Weer",                     "service": "openweathermap",                     "key": “xxxxxxxxxxxxxxxxxxxxx”,                     "locationCity": "Asten, NL",                     "language": "nl",                     "compatibility": "both",                     "conditionCategory": "detailed",                     "now": true,                     "extraHumidity": false                 }             ],             "platform": "WeatherPlus"         },

naofireblade commented 3 years ago

The language option currently only affects the weather description and not any labels. You can check the progress of localisation here: https://github.com/naofireblade/homebridge-weather-plus/issues/50 Currently I have no free time for that issue :/ .