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
Currently we can format large numbers with a separator for improving readability. However default separator may look odd for people from Russia or Central Asia since the default number separator in these countries' regional format is a single space. Numbers after comma represents fraction of the number.
So allowing to add custom separator or locale would be beneficial to solve this problem.
Expected API (期望的 API)
<n-number-animation separator=" " />
or <n-number-animation separator-locale="uz-uz" />
or <n-number-animation respect-locale-format="true" />
The text was updated successfully, but these errors were encountered:
This function solves the problem (这个功能解决的问题)
Currently we can format large numbers with a separator for improving readability. However default separator may look odd for people from Russia or Central Asia since the default number separator in these countries' regional format is a single space. Numbers after comma represents fraction of the number.
So allowing to add custom separator or locale would be beneficial to solve this problem.
Expected API (期望的 API)
<n-number-animation separator=" " />
or
<n-number-animation separator-locale="uz-uz" />
or
<n-number-animation respect-locale-format="true" />
The text was updated successfully, but these errors were encountered: