services['prestashop.smarty'] = $instance = new \PrestaShop\TranslationToolsBundle\Smarty();
$instance->setCompileDir(($this->targetDir.''.'/smarty'));
$instance->forceCompile(true);
$instance->registerResource('module', ($this->services['prestashop.translation.helper.smarty.smarty_resource_module'] ?? ($this->services['prestashop.translation.helper.smarty.smarty_resource_module'] = new \PrestaShop\TranslationToolsBundle\Translation\Helper\Smarty\SmartyResourceModule())));
$instance->registerResource('parent', ($this->services['prestashop.translation.helper.smarty.smarty_resource_parent'] ?? ($this->services['prestashop.translation.helper.smarty.smarty_resource_parent'] = new \PrestaShop\TranslationToolsBundle\Translation\Helper\Smarty\SmartyResourceParent())));
return $instance;