Skip to content

Add bidi support

This PR adds bidirectional text support to the project so that the direction of the page and the content gets adjusted automatically based of the first strong character of the text.

This, not only helps with rendering different translations in correct order, but also it helps to show the content of a partially translated language in correct direction.

Screenshot:

Before and after in Persian translation:

image

Note: You shouldn't notice any change in LTR languages.

Merge request reports