voidlabs / mosaico

Mosaico - Responsive Email Template Editor
https://mosaico.io
GNU General Public License v3.0
1.69k stars 500 forks source link

' or ’ in css style for translation #583

Closed GuillaumeSorel closed 4 years ago

GuillaumeSorel commented 4 years ago

Hi, in French we use a lot of simple quotes between words and I haven't succeeded in showing them in the template

imageHeight { label: Taille de l’image; extend: height; }

image

Is this possible and how ?

best regards, Guillaume

bago commented 4 years ago

I don't see &rsquo if I add an "’" to the imageHeight definition like you say. Can you share your template and tell me which browser do you use, which version of mosaico, etc?

Also you may want to put everything in single or double quotes (double if you want to use single without escaping), so:

imageHeight { label: "Taille de l’image"; extend: height; }

or

imageHeight { label: 'Taille de l\'image'; extend: height; }
GuillaumeSorel commented 4 years ago

Thanks for your answer bago, this is what I get in the browser when using

imageHeight { label: 'Taille de l\'image'; extend: height; }

image and when using

imageHeight { label: "Taille de l’image"; extend: height; }

image

Both options are actually not satisfying.

Any ideas? best regards, Guillaume

P.S: I opened an account on POeditor.com

bago commented 4 years ago

Can you share your template and tell me which browser do you use, which version of mosaico, etc?

GuillaumeSorel commented 4 years ago

Here is the template template-versafix-1.html.zip I'm using Firefox 77.0.1 on Ubuntu Mate and Mosaico 2.3.1572289217 on CiviCRM 5.21.0 on DRUPAL 7.69

bago commented 4 years ago

Mosaico 2.3.1572289217 doesn't exists. Maybe you are reporting a CiviCRM bug. Please download mosaico and confirm that you see the bug with mosaico 0.17.5

GuillaumeSorel commented 4 years ago

ok I will get in touch with the developers of Mosaico/CiviCRM

bago commented 4 years ago

No news/updates, so I hope the issue was not in mosaico and I close this. Reopen if you decide to test latest mosaico released code and it is broken.