Added Polish, removed Sinhala

This commit is contained in:
billz 2020-04-06 23:17:22 +01:00
parent d5016705bb
commit 5f27636152
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":
$locale = "fi_FI.UTF-8";
break;
case "si":
$locale = "si_LK.UTF-8";
case "pl":
$locale = "pl_PL.UTF-8";
break;
case "tr":
$locale = "tr_TR.UTF-8";

View File

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