diff --git a/core/modules/views/src/Plugin/views/PluginBase.php b/core/modules/views/src/Plugin/views/PluginBase.php index dddfe2a..604f0b8 100644 --- a/core/modules/views/src/Plugin/views/PluginBase.php +++ b/core/modules/views/src/Plugin/views/PluginBase.php @@ -534,9 +534,6 @@ protected function listLanguages($flags = LanguageInterface::STATE_ALL, array $c // like the negotiated languages below. if ($flags & LanguageInterface::STATE_SITE_DEFAULT) { $list[PluginBase::VIEWS_QUERY_LANGUAGE_SITE_DEFAULT] = $this->t($languages[LanguageInterface::LANGCODE_SITE_DEFAULT]->getName()); - // Remove site default language from $languages so it's not added - // with the real languages below. - unset($languages[LanguageInterface::LANGCODE_SITE_DEFAULT]); } // Add in negotiated languages, if requested.