TWLight includes translation support, but it has not been checked against an RTL language. The Bootstrap template used (https://startbootstrap.com/template-overviews/sb-admin-2/) has a user-contributed RTL version, which (if high-quality) should simplify the process of making the site RTL-compatible, but we still need to:
- get an RTL translation
- add machinery for switching stylesheets based on the user's language (Django is already handling recording/detecting language preference)
- have RTL-language-fluent users tell us what's wrong
- create an RTL-specific stylesheet accordingly