Skip to content

Commit

Permalink
Merge pull request #10066 from vladimir-zahradnik/bugfix-cec-slovak
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins4kodi committed Jul 5, 2016
2 parents 76b5a4b + 9c56d03 commit 76d92ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/peripherals/devices/PeripheralCecAdapter.cpp
Expand Up @@ -594,6 +594,8 @@ void CPeripheralCecAdapter::SetMenuLanguage(const char *strLanguage)
else if (!strcmp(strLanguage, "srp"))
strGuiLanguage = "sr_rs@latin";
else if (!strcmp(strLanguage, "slo"))
strGuiLanguage = "sk_sk";
else if (!strcmp(strLanguage, "slv"))
strGuiLanguage = "sl_si";
else if (!strcmp(strLanguage, "spa"))
strGuiLanguage = "es_es";
Expand Down

0 comments on commit 76d92ca

Please sign in to comment.