Replies: 2 comments 6 replies
-
@sambeta01, Glad to hear that you got RTL working. |
Beta Was this translation helpful? Give feedback.
4 replies
-
I don't understand where it goes wrong, I input the right file database but still can't be opened. any suggest? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To support RTL languages, Kivy must use Pango to handle the text, to achieve that:
1- Install GTK3 Runtime
2- pip install pango
3- add the following line to the main.py file (after
import os
):os.environ['KIVY_TEXT'] = 'pango'
Beta Was this translation helpful? Give feedback.
All reactions