You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Number formatting. For some reason—even though it's mentioned that numbers are already being formatted—I’m seeing "1 نتیجه برای تست یافت شد" instead of "۱ نتیجه برای تست یافت شد". Am I missing something?
console.log(newIntl.NumberFormat('fa').format(1));// Returns ۱, the expected value
The buttons are incorrectly placed.
As previously mentioned, the positions of the Search and Clear buttons need to be swapped in all RTL layouts, but this behavior doesn't seem to have been implemented yet.
The text was updated successfully, but these errors were encountered:
YektaDev
changed the title
Observations: Issues with **RTL / Persian** in v1.2.0
Observations: Issues with RTL / Persian in v1.2.0Nov 6, 2024
Regarding the number formatting, can you provide a screenshot, or a link to a page exhibiting the issue? Here's the relevant code, where translations.language will be fa. Unsure what could be causing an issue here.
new Intl.NumberFormat(translations.language).format(1)
)}
Regarding the buttons — yes I didn't get that into the 1.2.0 release, but will make sure it's in the next release (1.2.1 or 1.3.0) along with any other feedback that is surfaced 🙂
Actually, I think I see the issue here. That check should also be looking at automatic_translations.language — I'll put a test case into the suite and get that fixed up.
As previously mentioned, the positions of the Search and Clear buttons need to be swapped in all RTL layouts, but this behavior doesn't seem to have been implemented yet.
The text was updated successfully, but these errors were encountered: