mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-12-04 05:20:34 +00:00
Added locale support for Türkçe. Thanks Cuqer!
This commit is contained in:
parent
2435e0e639
commit
6866cfb266
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ if (empty($_SESSION['locale']) && strlen($_SERVER['HTTP_ACCEPT_LANGUAGE']) >= 2)
|
|||
case "si":
|
||||
$locale = "si_LK.UTF-8";
|
||||
break;
|
||||
case "tr":
|
||||
$locale = "tr_TR.UTF-8";
|
||||
break;
|
||||
default:
|
||||
$locale = "en_GB.UTF-8";
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue