#Enhanced Right-to-Left languages support

1 messages · Page 1 of 1 (latest)

valid hollow
#

Support for RTL text is easy, you can just do <html dir="rtl">. This changes the whole page to RTL, which initially seems good. However, since we use 'left' and 'right' for positioning and spacing elements, some of them won't display correctly. We'll need to replace left/right with start/end, flip some icons and change position calculations in JS to properly support RTL.

#

This is how it would look, where I already fixed some search bar and navigation menu issues