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
Hmm, thanks for bringing this to my attention @zszwrsjf. Off the top of my head, I'm not sure what the problem is. In cases like this, the CLDR data is sometimes missing a value, TwitterCLDR isn't falling back to an ancestor locale, etc. I'm not sure when I'll be able to take a look.
Describe the bug
1111.localize(:ja, format: :short).to_s
Return1
, but not1K
or1千
To Reproduce
Do
1111.localize(:ja, format: :short).to_s
in version 6.12.1Expected behavior
A clear and concise description of what you expected to happen.
It can return 1000,
https://github.com/twitter/twitter-cldr-npm/blob/master/full/ja.js#L4326
Or 1千 to get more shorter.
I think 1千 is better.
The text was updated successfully, but these errors were encountered: