mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Added messages for Czech, thanks @rvallo
This commit is contained in:
parent
b8db06e4f5
commit
8e22f8857d
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ if (empty($_SESSION['locale']) && strlen($_SERVER['HTTP_ACCEPT_LANGUAGE']) >= 2)
|
|||
case "zh":
|
||||
$locale = "zh_CN.UTF-8";
|
||||
break;
|
||||
case "cs":
|
||||
$locale = "cs_CZ.UTF-8";
|
||||
break;
|
||||
default:
|
||||
$locale = "en_GB.UTF-8";
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue