-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTL Layout Support #30
Comments
Hi @AI-IMED, you are right, I will look into it. |
@AI-IMED I looked into it, and almost all of the app already supports RTL. I only had to fix paddings in #32. The text field uses fleather which automatically adapts to the language (this is why it's LTR at the beginning of your screen capture, then it switches to RTL as soon as you input some RTL characters). If you ever wish to localize the app in your language, please feel free to read this! |
@AI-IMED Hi, I'm sorry but aren't the two things you hilighted already implemented? In the screen capture you itinialy sent, the interface is RTL, and as soon as you input a RTL character into the editor it switches to RTL. Where exactly do you think I am missing an RTL improvement? |
I didn't notice any changes |
But I don't understand what exactly you would want me to change |
The bugs that I reported to you and that you told me were fixed and implemented, I did not notice at all |
Ok, I am pretty sure I tried the app with an RTL language and that they were but to be sure I will try it again. |
SM-N950F_20240606095512.mp4The interface layout and note writing should be just as this app does |
Ok thanks for the reference |
SM-N950F_20240606101906.mp4 |
Oh well it makes that the interface is in LTR mode. Flutter uses the locale of the app to determine if it should set the interface to LTR or RTL. As no RTL languages are supported yet, even if you phone uses a RTL language, the app defaults to English (which of course is LTR). As for the editor, it should automatically support RTL juste like in the other app you showed, so I will look into it. |
Hi again @AI-IMED.
|
The application needs to support the layout of RTL languages in the interface as well as the orientation and alignment of RTL languages in text input
SM-N950F_20240416064713.mp4
The text was updated successfully, but these errors were encountered: