ilyass86 Posted June 3, 2019 Share Posted June 3, 2019 Hi, I'm using prestashop 1.7.5.2 and i try to translate my module using the new translation system 'title' => $this->trans('Products Info', array(), 'Modules.Storepayment.Admin') ( storepayment is the name of my module ) when i go to backOffice > translation> translation of installed modules; I don't find the key 'Products Info' but when i use the classical approch of version 1.6 'title' => $this->l('Products Info'), (deprecated) the key 'Products info' appears and all work fine any suggestion? 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