evgeny-nadymov / telegram-react

Experimental Telegram web client with tdlib, webassembly and react js under the hood
https://evgeny-nadymov.github.io/telegram-react/
GNU General Public License v3.0
2.33k stars 606 forks source link

RTL support #153

Open HKalbasi opened 4 years ago

HKalbasi commented 4 years ago

Not all languages in the world are written left to right. Some languages like Persian, Arabic, and Hebrew are written right to left. And those are poorly rendered in telegram-react. Screen shots are attached ( Examples.zip).

That is a well know issue and will be solved easily by adding a unicode-bidi: plaintext somewhere in css.

HKalbasi commented 4 years ago

No comments?

SMSadegh19 commented 2 years ago

This issue is opened about 2 years ago. And it seems to be very important but forgotten!