rizinorg/cutter

Support RTL (Right-to-Left) languages and layouts

Open

#3 164 ouverte le 26 avr. 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (1 123 forks)batch import
EnhancementHelp WantedUI

Métriques du dépôt

Stars
 (14 852 stars)
Métriques de merge PR
 (Merge moyen 8j 12h) (6 PRs mergées en 30 j)

Description

Is your feature request related to a problem? Please describe.

There are multiple RTL/BiDi languages in the world. Using them often requires also the matching layouts. Qt allows creating interfaces that play well with those layouts (see links below).

Describe the solution you'd like

Currently Cutter has some (but incomplete) RTL languages translations, but they all require RTL/BiDi-friendly layouts. We should support them out of the box:

  • Urdu (unimplemented)
  • Arabic (complete translation is available)
  • Persian (incomplete)
  • Hebrew (incomplete)

Describe alternatives you've considered

Additional context

Guide contributeur