/**
  * Set request locale
  *
  * @param GetResponseEvent $event
  * @return void
  */
 public function onKernelRequest(GetResponseEvent $event)
 {
     $this->translatableListener->setCurrentLocale($event->getRequest()->getLocale());
 }