From a3460da4f97d35dfc53ebf34f3e717031e2113c3 Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 6 Apr 2020 23:17:22 +0100 Subject: [PATCH] Added Polish, removed Sinhala --- includes/locale.php | 4 ++-- includes/system.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/locale.php b/includes/locale.php index 1e4fac76..1fee1c05 100755 --- a/includes/locale.php +++ b/includes/locale.php @@ -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"; diff --git a/includes/system.php b/includes/system.php index 85b418c5..514d6eac 100755 --- a/includes/system.php +++ b/includes/system.php @@ -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' => 'Ελληνικά' );