xournalpp/xournalpp

Right-to-Left UI for Arabic (Currently Arabic is still LTR)

Open

#3,125 建立於 2021年5月23日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)C++ (9,755 star) (754 fork)batch import
UXbugdifficulty::easygood first issue

描述

Arabic is written from right to left, so the window layout need to be essentially mirrored for Arabic.

Current layout (latest git commit): Screenshot_20210523_171619


A few examples about the expected layout:

LibreOffice Impress:

Ark (KDE's archive manager): Screenshot_20210523_173134

Kate (KDE's text editor): Screenshot_20210523_174847 Notice that the status bar is also mirrored ("Line 1, Col 1" is on the right, and the language, encoding etc are on the right). On the other hand, the editing area itself still has the numbers column on its left, and the tabs run from the left, too; I think it's an issue—tabs need to run from right to left, just like in the LibreOffice Impress screenshot above.

貢獻者指南