openhab / openhab-webui

Web UIs of openHAB
Eclipse Public License 2.0
214 stars 235 forks source link

Localized entries for "add-on settings" #2639

Open lolodomo opened 2 days ago

lolodomo commented 2 days ago

The problem

List of add-ons are not localized in Main UI:

image

Your suggestion

Each add-on has a localized label (and description). The entries displayed when building this list should provide the localized label. As an example, I am expecting "Synthèse vocale VoiceRSS" in French rather than "VoiceRss Text-to-Speech".

I guess the API is currently called without providing the expected locale.

lolodomo commented 2 days ago

As a comparison, the middle column for system settings is properly localized (except the first one - Add-on Management).

image