[*] BO : Added translation for the template which are overridden on the BO

This commit is contained in:
lLefevre
2012-07-09 14:32:04 +00:00
parent 206e73790e
commit f7be66176e
@@ -838,6 +838,11 @@ class AdminTranslationsControllerCore extends AdminController
)
)
);
// For translate the template which are overridden
if (file_exists(_PS_OVERRIDE_DIR_.'controllers'.DIRECTORY_SEPARATOR.'admin'.DIRECTORY_SEPARATOR.'templates'))
$directories['tpl'] = array_merge($directories['tpl'], $this->listFiles(_PS_OVERRIDE_DIR_.'controllers'.DIRECTORY_SEPARATOR.'admin'.DIRECTORY_SEPARATOR.'templates'));
break;
case 'errors':