PMCORE-3663 [27018] No translation on the left bar on the Home Tab - France

This commit is contained in:
Roly Gutierrez
2022-02-17 12:46:44 -04:00
parent 75f714d3ae
commit fa5ea92c68
3 changed files with 19 additions and 11 deletions

View File

@@ -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;
}