quran.com-frontend-v2
quran.com-frontend-v2 copied to clipboard
Left to right issue in Arabic translation

There's an issue here. Since Arabic is read right to left, the "Beginning from" should be on the right, and "To" should be on the left. But it's the opposite here. I assume this issue also exists in Urdu and other right to left languages here.
How about dir = "rtl" in <main> or even for the whole <body>?
How about
dir = "rtl"in<main>or even for the whole<body>?
Or even better, dir = "auto" which should handle both directions?