mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Uyghur is RTL
https://forums.ankiweb.net/t/rlt-ui-bug-uyghur-language-gui-direction/46610
This commit is contained in:
parent
d678e39350
commit
ec96bfe315
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ def get_def_lang(lang: str | None = None) -> tuple[int, str]:
|
|||
|
||||
|
||||
def is_rtl(lang: str) -> bool:
|
||||
return lang in ("he", "ar", "fa")
|
||||
return lang in ("he", "ar", "fa", "ug")
|
||||
|
||||
|
||||
# strip off unicode isolation markers from a translated string
|
||||
|
|
Loading…
Reference in a new issue