From 4170770e8aa828d74c767b6a27af3255adc8d1e4 Mon Sep 17 00:00:00 2001 From: Carmine Di Gruttola Date: Mon, 28 Aug 2023 09:49:33 +0200 Subject: [PATCH] Fix for new translation system --- is_imageslider.php | 5 +++++ 1 file changed, 5 insertions(+) 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 */