quran.com-frontend-v2 icon indicating copy to clipboard operation
quran.com-frontend-v2 copied to clipboard

Left to right issue in Arabic translation

Open Qataada opened this issue 4 years ago • 2 comments

ret

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.

Qataada avatar Nov 18 '20 22:11 Qataada

How about dir = "rtl" in <main> or even for the whole <body>?

benomaire avatar Nov 22 '20 19:11 benomaire

How about dir = "rtl" in <main> or even for the whole <body>?

Or even better, dir = "auto" which should handle both directions?

Yuniac avatar Aug 07 '21 11:08 Yuniac