Skip to content

Commit

Permalink
Merge pull request #35 from cdigruttola/fix/translation
Browse files Browse the repository at this point in the history
Fix for new translation system
  • Loading branch information
Oksydan authored Sep 11, 2023
2 parents 48d31aa + 4170770 commit cd7ffea
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 cd7ffea

Please sign in to comment.