firemaples / EverTranslator

Translate text anytime and everywhere, even you are gaming!
https://play.google.com/store/apps/details?id=tw.firemaples.onscreenocr
GNU General Public License v3.0
138 stars 25 forks source link

Shortcut to reverse the ordering of the texts #336

Closed firemaples closed 10 months ago

firemaples commented 11 months ago

For those languages can be written from right to left.

uomar8 commented 11 months ago

The order of the text is right 😅 I don't think button to change the order is useful

What's wrong is (Text alignment) and it's part of the UI images (5)

This is now Screenshot_20231015_155138_com huawei android launcher_edit_365269325985

And this is how it should look like ydydyduf (20231015035934)

And this happened because we stopped RTL from the layout because it made a lot of problems Here

firemaples commented 11 months ago

Oh, for the RTL layout issue... 🤔 I'm thinking about restarting the refactoring of this project to full MVVM + DI + Jetpack compose then some UI issues should be fixed at the same time. It can make the code more understandable and easier to maintain.

uomar8 commented 11 months ago

Oh, for the RTL layout issue... 🤔 I'm thinking about restarting the refactoring of this project to full MVVM + DI + Jetpack compose then some UI issues should be fixed at the same time. It can make the code more understandable and easier to maintain.

I think this is a great idea, and thank you for your great work