Closed tasnim0tantawi closed 3 months ago
@tasnim0tantawi is attempting to deploy a commit to the dottle's projects Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
drawdb | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 5, 2024 9:21am |
RTL languages should make the some parts of UI displayed from right to left.
Most the edits I did:
style={isRtl(i18n.language) ? { direction: "rtl" } : {}}
Which is changing HTML dir to rtl if the language is one of the known 5 rtl languages.