Added Polish language support, thx Patryk Kubiak

This commit is contained in:
billz
2020-10-01 07:54:40 +01:00
parent 4fc16555cb
commit cbee0996b8
4 changed files with 784 additions and 0 deletions

View File

@@ -72,6 +72,9 @@ if (empty($_SESSION['locale']) && strlen($_SERVER['HTTP_ACCEPT_LANGUAGE']) >= 2)
case "el":
$locale = "el_GR.UTF-8";
break;
case "pl":
$locale = "pl_PL.UTF-8";
break;
default:
$locale = "en_GB.UTF-8";
break;