slovenian mapping done right

SVN revision: 14567
This commit is contained in:
Carsten Haitzler 2005-05-03 08:14:45 +00:00
parent e13f386abf
commit 14b320515c
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ e_intl_language_simple_get(const char *lang)
return "zh_TW";
if (ISL("hu") || ISL("hu_HU") || ISL("HU"))
return "hu";
if (ISL("sl") || ISL("sl_SL") || ISL("SL"))
if (ISL("sl") || ISL("sl_SI") || ISL("SI"))
return "sl";
if (ISL("it") || ISL("it_IT") || ISL("IT"))
return "it";