Skip to content

Commit

Permalink
Fix for new translation system
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine Di Gruttola committed Aug 28, 2023
1 parent 48d31aa commit 4170770
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions is_imageslider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 4170770

Please sign in to comment.