7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript4,759 stars (4,759 stars)645 forks (645 forks)batch import
help wantednew featurenumber modulequick change
- Issue type
- feature
- Research direction
- 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.