**Describe the bug** `1111.localize(:ja, format: :short).to_s` Return `1`, but not `1K`or `1千` **To Reproduce** Do `1111.localize(:ja, format: :short).to_s` in version 6.12.1 **Expected behavior** [A clear and concise description of what you expected to happen.](https://www.unicode.org/cldr/cldr-aux/charts/29/verify/numbers/ja.html) 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.