7 留言 (7 留言)0 反應 (0 反應)0 負責人 (0 負責人)JavaScript4,759 star (4,759 star)645 fork (645 fork)batch import
help wantednew featurenumber modulequick change
- 議題類型
- feature
- 研究方向
- Review the Unicode CLDR number padding specification at http://www.unicode.org/reports/tr35/tr35 numbers.html. Examine the existing number formatting code in globalize, likely in 'src/number.js' or similar, to understand how number patterns are parsed and rendered. Implement padding support by extending pattern parsing to handle the padding specifier and adjust formatting accordingly. Look at existing tests for number formatting to add corresponding tests for padding.