Open-Assistant
Open-Assistant copied to clipboard
Properly support RTL languages on web
Before we add a RTL language as a supported language, we need to ensure the UI properly switches into RTL mode and all components behavior and render correctly.
To test we can use ar (Arabic). Once done, we can add RTL languages to the list.
Great point, supporting RTL languages is crucial for providing a seamless user experience to our global audience. I have experience in implementing RTL support on web applications and would be happy to help out with this issue. I suggest using a CSS framework like Bootstrap or Foundation that already have built-in support for RTL languages, this would make the process more efficient and save time. Additionally, we should also test thoroughly to ensure all elements are properly aligned and all components are functioning correctly in RTL mode. I suggest starting with Arabic as a test language and then expanding the list once we are confident that the UI is properly switching into RTL mode. Let me know if there's anything else I can do to help with this issue.
I think someone might have implemented this
still need to fix padding, margins and such...