services['prestashop.twig.extension.translation'] = $instance = new \PrestaShopBundle\Twig\TranslationsExtension($this, ($this->services['prestashop.router'] ?? $this->load('getPrestashop_RouterService.php')));
$instance->logger = ($this->services['logger'] ?? $this->getLoggerService());
$instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
return $instance;