Skip to content

Wrong formattring in RTL language #17

Description

@mishatron

Let we have strings in English (LTR) and Hebrew (RTL)

String s = "Well done %s!";
 String t = "! %s כל הכבוד";

So when I use smth like
Text(sprintf(s,[userName]));
everything is correct. But when
Text(sprintf(t,[userName]));

I got "כל הכבוד USER_NAME!". It should be "!USER_NAME כל הכבוד"
Maybe it is related to flutter, maybe to library

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions