Skip to content
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

Arabic Text with English Numbers Not Rendering Correctly in RTL Format #543

Open
SahalBasheer opened this issue Jun 18, 2024 · 0 comments
Open

Comments

@SahalBasheer
Copy link

Since native RTL support is not available in LightningJS 2.6, I have implemented a workaround to achieve the desired text formatting. However, when displaying Arabic text that includes English numbers in the application, the numbers appear after the text, disrupting the correct RTL format. like for "2024 in June" Instead of showing

"2024 في يونيو"

, it displays "في يونيو 2024",
incorrectly placing the numbers after the text. Even using the Language library from '@lightningjs/sdk' did not resolve the issue.
Is there a way to fix this? I appreciate any communication or guidance regarding this matter.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant