Added Polish, removed Sinhala

This commit is contained in:
billz 2020-04-06 23:17:22 +01:00
parent bb3497ef78
commit a3460da4f9
2 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,8 @@ if (empty($_SESSION['locale']) && strlen($_SERVER['HTTP_ACCEPT_LANGUAGE']) >= 2)
case "fi": case "fi":
$locale = "fi_FI.UTF-8"; $locale = "fi_FI.UTF-8";
break; break;
case "si": case "pl":
$locale = "si_LK.UTF-8"; $locale = "pl_PL.UTF-8";
break; break;
case "tr": case "tr":
$locale = "tr_TR.UTF-8"; $locale = "tr_TR.UTF-8";

View File

@ -121,7 +121,7 @@ function DisplaySystem()
'ru_RU.UTF-8' => 'Русский', 'ru_RU.UTF-8' => 'Русский',
'es_MX.UTF-8' => 'Español', 'es_MX.UTF-8' => 'Español',
'fi_FI.UTF-8' => 'Finnish', 'fi_FI.UTF-8' => 'Finnish',
'si_LK.UTF-8' => 'Sinhala', 'pl_PL.UTF-8' => 'Polish',
'tr_TR.UTF-8' => 'Türkçe', 'tr_TR.UTF-8' => 'Türkçe',
'el_GR.UTF-8' => 'Ελληνικά' 'el_GR.UTF-8' => 'Ελληνικά'
); );