Closed uomar8 closed 8 months ago
Thanks for the feedback, let me check why RTL is not working.
i founded an easy fix
style = TextStyle(textDirection = TextDirection.Content),
without this line
with this line (Text direction is view correctly
tired textAlign = TextAlign.Justify
but it didn't work i hava no idea why
Fixed in https://github.com/firemaples/EverTranslator/pull/441 Thank you for the investigation and fixing 🙇♂️
After version 4.0.0 Text direction is wrong it doesn't change with RTL languages
After 4.0.0
Before:
Another example After 4.0.0: Before:
Also I hope text align would be fixed With text direction and text align it should look like this: