Replies: 1 comment 3 replies
-
hi @FADL285 did you find the solution for this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
Intl.NumberFormat
, when using ar locale the numbers are displayed in English format, unlike ar-EG localeIf I want to use ar locale in vue-i18n messages and also want to display numbers in Arabic format, is there a way I can achieve this approach without changing the locale to ar-EG?
This is Arabic numberFormats for vue-i18n
What is currently shown
What I want
Beta Was this translation helpful? Give feedback.
All reactions