Added new Languages

Translation outstanding
This commit is contained in:
Luke 2024-06-15 10:17:21 +02:00 committed by GitHub
parent 98baab5111
commit 1f6bbb915b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,7 +128,7 @@ if($lang == 'zh'){
$lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 5);
}
$acceptLang = ['de','es','it','zh-CN'];
$acceptLang = ['de','es','it','zh-CN','nl','pl','el','pt','ru'];
$lang = in_array($lang, $acceptLang) ? $lang : 'en';
$lang = strtolower($lang);
require_once "lang/{$lang}.php";