- neutrino: add localized bouquet names

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-09-04 06:12:39 +02:00
committed by Thilo Graf
parent 9f18bf7960
commit 575357ac70
11 changed files with 46 additions and 35 deletions

View File

@@ -264,6 +264,8 @@ bool COsdLangSetup::changeNotify(const neutrino_locale_t, void *)
//apply osd language
g_Locale->loadLocale(g_settings.language.c_str());
// TODO: reload channellists to apply changes to localized bouquet names?
return true;
}