Problem/Motivation
\Drupal\views\Plugin\views\display\PathPluginBase::getRoute() uses $this->view->getTitle() as the route's '_title' default. The dumped route titles however must be untranslated as they will be translated later.
Proposed resolution
?
Comments
Comment #2
tstoeckler@kristiaanvandeneynde should be credited here, as he brought this up originally in #2767025: Add entity type label for a collection of entities
Comment #3
dawehnerI believe this is technically a duplicate of #2716019: View titles in breadcrumb and metatag title don't get properly translated
Comment #4
tstoecklerGood point. Sorry, I should have searched.