Our website is in Arabic which is RTL language.
when the users receiving the digest emails the entire email is showing from Left to right which is incorrect.
see the picture below
Our website is in Arabic which is RTL language.
when the users receiving the digest emails the entire email is showing from Left to right which is incorrect.
see the picture below
Thanks for reporting this. I can reproduce the problem on my own site. I think this was working correctly until recently. We will have a look at what the problem is with it now.
Edit: I am finding that the Digest Emails only have the wrong direction if I enabled the allow user locale
site setting. When that setting is enabled, Digest Emails are sent out with a LTR layout, even if the site’s default locale and the user’s locale are RTL.
This has been fixed by https://github.com/discourse/discourse/pull/8417#issuecomment-558776567. Digest emails will now use the text direction of the site’s default locale, even if the allow user locale
setting is enabled.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.