Jump to content

Prestashop GDPR module translations not working


DARKF3D3

Recommended Posts

I found other modules with the same problem: translation is not loaded. All modules that I have with that problem dont have "ps_" in name.

To be clear: the translation was ok with version 1.7.3.3 (the file is present in the folder "translations" in the module)

How we can fix translation problem (loading problem) for that modules ? 

My Prestashop version is 1.7.4.1 and was updated from 1.7.3.3 with 1-ckick Update 4.0.0 beta

Edited by Adrian (see edit history)
Link to comment
Share on other sites

  • 1 year later...
  • 2 weeks later...

Hi, any news about this problem? i'm using 1.1.3 version on PS 1.7.6.4, and i cant even see the trasnlations that DARKF3D3 shows in his picture. I only can see translations for checkboxes. any help will be appreciated. Thanks.

Link to comment
Share on other sites

You can delete the /var/cache folder (just the cache folder), all of it.  It will all be generated as and when needed, especially if this is a clean install with no data.

Clear cache through the BO,  then delete /var/cache and then clear all browser cache, then try again.

You can also rename but that doesn't always do it - if this shop is not live yet, no active transactions, you can delete.

 

gtrans.jpeg

  • Thanks 1
Link to comment
Share on other sites

  • 1 year later...

I found a solution that may be useful to someone. It helps to switch the translation mode to the old one, you have to go to the folder and open the file classes / module / Modules.php. Later in the isUsingNewTranslationSystem function, add this code before the foreach loop:

if($moduleBaseDomain == 'ModulesPsgdpr'){
	return false;
}

Clear cache from Backoffice and go to the translation found the words to translate 

Edited by sieczken (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...