-
Notifications
You must be signed in to change notification settings - Fork 27.4k
i18n - Extended Number Format Symbol Rules #9013
Conversation
I'm sorry, but I wasn't able to verify your Contributor License Agreement (CLA) signature. CLA signature is required for any code contributions to AngularJS. Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match. If you signed the CLA as a corporation, please let us know the company's name. Thanks a bunch! PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR. |
Hi, it looks like you have merged the angular/master branch into your branch? You need to delete these commits, and rebase your branch against current master if you want to stay up to date |
Thanks for the PR. This looks like a duplicate of #4858 |
bc2c27a
to
c2c515b
Compare
@Narretz Sorry, I was trying to squash this change into 2 commits per a comment in #8931 and may have messed it up. Sorry, first time doing this. @mary-poppins I filled out a CLA yesterday but I'll resubmit. |
Try this: |
c2c515b
to
287e8e0
Compare
@caitp That did the trick! Thanks! :) |
awesome --- it generally looks good to me, will verify in a few hours and merge it |
287e8e0
to
3e5615a
Compare
LGTM; just waiting on @mary-poppins to confirm your CLA (she periodically does an automatic check). If you haven't already, can you make sure that the email address you author commits with is the same one you've signed the CLA with? |
…Script Adds missing number format and symbol rules to Closure slurper script. Closes angular#6179
Fixes number formatting and symbols for many locales. Adds support for additional locales. Closes angular#8931 Closes angular#8583 Closes angular#7799
3e5615a
to
9e5ba41
Compare
@btford You were right, it looks like the commits had the wrong email address on them. They should be corrected now. |
CLA signature verified! Thank you! Someone from the team will now triage your PR and it will be processed based on the determined priority (doc updates and fixes with tests are prioritized over other changes). |
👏 |
👍 |
numberformatsymbolsext.js
to Closure Slurper scriptThis should correct the configurations for many locales.
Fixes currency symbol issue in #8931.