Jump to content

Edit History

Odjavel

Odjavel

Le 14/08/2020 à 8:49 AM, Minsky_ae a dit :

I found help by asking on Stack Over Flow 😐 : https://stackoverflow.com/questions/63371581/prestashop-translation-in-email-theme/63375857#63375857

I added a row in the YOURPREFIX_translation table with those value:
- id_lang: 1

- key: My English sentence

- translation: My translanted sentence

- domain: EmailsBody
- theme: mytheme

Hello,

The post is a bit old, but you just saved my day !!

I could finally solve the problem of translating subjects of emails from ps_emailalerts modules, which doesn't even bother itself to create those lines in ps_translation table, or at least an easy way to do it ouserlves.

It is also just incredible that the Translations page of Back Office doesn't allow to do that easily. Noooo... You have to hit directly into the database to make a such a dummy thing.

Thanks again !

Odjavel

Odjavel

Le 14/08/2020 à 8:49 AM, Minsky_ae a dit :

I found help by asking on Stack Over Flow 😐 : https://stackoverflow.com/questions/63371581/prestashop-translation-in-email-theme/63375857#63375857

I added a row in the YOURPREFIX_translation table with those value:
- id_lang: 1

- key: My English sentence

- translation: My translanted sentence

- domain: EmailsBody
- theme: mytheme

Hello,

The post is a bit old, but you just saved my day !!

I could solve the problem of translating subjects of emails from ps_emailalerts modules, which doesn't even bother itself to create those lines in ps_translation table, or at least en easy way to do it ouserlves.

It is also just incredible that the Translations page of Back Office doesn't allow to do that easily. Noooo... You have to hit directly into the database to make a such a dummy thing.

Thanks again !

×
×
  • Create New...