From d360b1ea719048dc877c5d1971c7efad9aceb39d Mon Sep 17 00:00:00 2001 From: Luke <17616949+nice42q@users.noreply.github.com> Date: Sun, 25 Aug 2024 10:57:46 +0200 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index f8db16f..ec062c7 100644 --- a/index.php +++ b/index.php @@ -127,7 +127,7 @@ if($lang == 'zh' || $lang == 'pt' ){ $lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 5); } -$acceptLang = ['de','es','it','zh-CN','nl','pl','el','pt-BR','ru']; +$acceptLang = ['de','es','it','zh-CN','nl','pl','el','pt-BR','ru','cs']; $lang = in_array($lang, $acceptLang) ? $lang : 'en'; $lang = strtolower($lang); require_once "lang/{$lang}.php";