/**
  * {@inheritdoc}
  */
 protected function matchCollection($pathinfo, RouteCollection $routes)
 {
     return $this->matchI18n($pathinfo, parent::matchCollection($pathinfo, $routes));
 }