Borhene Abidi Posted December 2, 2021 Share Posted December 2, 2021 Hello, I have built my own module and in the BO when i search my module and trying to translate it i am redirected to "shopadmin/index.php/improve/international/translations/?lang=fr&type=modules&locale=fr-FR&selected=Module_Name&_token=OeEwKt4lWTUTcBerD-_w7LXvoA1Dyl3lcu3cBrYtkaA" instead of "shopadmin/index.php?controller=AdminTranslations&type=modules&module=ag_jsccustom&lang=fr&token=a74aaad65ca627b7ca6bfdc37235594f" anyone can help me with this weird issue? Link to comment Share on other sites More sharing options...
Borhene Abidi Posted December 2, 2021 Author Share Posted December 2, 2021 i found the solution : you have to add this function to your module’s main class : public function isUsingNewTranslationSystem() { return false; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now