-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number: Padding support #534
Comments
Hey, i think i will take on this issue. Any suggestions before i start? |
The specific specification section about padding is at: http://www.unicode.org/reports/tr35/tr35-numbers.html#Padding The following stub may be of your interest: https://github.com/jquery/globalize/blob/master/src/number/pattern-properties.js#L78-L83 Please, just let me know if you have any questions. |
hey @rxaviers can i talk to you some time, if you can tell me where to start it will be great. i read http://www.unicode.org/reports/tr35/tr35-numbers.html#Padding I will be really glad if you can provide some more info on how to use the variables in the pattern-properties.js file to implement padding. thanks |
Hi @karan1276, The spec section and where to start are correct. For any further questions, how does tomorrow at 9am BRT IRC sound? In the meantime, you could elaborate the padding function. :) Thanks PS: Also, feel free to post any further questions in here at your will. |
I think i will play a with the code for some more time, if i still don't get it i will surely ask you 👍 |
I'd like to pick this up to work on if that's OK. Looks like it may have gone idle and I actually need the feature :) |
Go ahead. It's still needed. Thanks in advance for your help and just let +55 (16) 98138-1583, skype: rxaviers |
Ref: http://www.unicode.org/reports/tr35/tr35-numbers.html
The text was updated successfully, but these errors were encountered: