Translation app adding Arabic text without RTL layout — Arabic reads right-to-left and a left-to-right theme with Arabic text creates a broken reading flow immediately obvious to native Arabic readers
Arabic is read right-to-left. When Arabic text is placed inside a left-to-right HTML document without the correct `direction: rtl` CSS declarations and `dir="rtl"` HTML attributes, lines begin on the wrong side, punctuation appears in the wrong position, and the visual flow contradicts what Arabic readers expect. This is not a minor visual inconsistency — it signals to Arabic-speaking customers that the store was not built for them. A translation app that adds Arabic content without changing the page direction addresses the language but not the layout, and the result is worse than an English-only store for Arabic-speaking visitors who notice the mismatch immediately.