PMCORE-3663 [27018] No translation on the left bar on the Home Tab - France
This commit is contained in:
@@ -2633,7 +2633,7 @@ class Bootstrap
|
||||
$langServer = $locale['LOCALE'];
|
||||
$language = explode('-', $langServer);
|
||||
$language = head($language);
|
||||
if ($language === $acceptLanguage) {
|
||||
if ($language === $acceptLanguage || $langServer === $acceptLanguage) {
|
||||
$inLang = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user