diff --git a/is_imageslider.php b/is_imageslider.php index 6be62f2..1faf62c 100644 --- a/is_imageslider.php +++ b/is_imageslider.php @@ -40,6 +40,11 @@ public function __construct() $this->ps_versions_compliancy = ['min' => '8.0.0', 'max' => _PS_VERSION_]; } + public function isUsingNewTranslationSystem(): bool + { + return true; + } + /** * @return bool */