-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat(isMobilePhone): add Maldives dv-MV locale #1829
feat(isMobilePhone): add Maldives dv-MV locale #1829
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1829 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 102 102
Lines 2029 2029
Branches 457 457
=========================================
Hits 2029 2029
Continue to review full report at Codecov.
|
Hi, @tux-tn can you please review this PR? Also this is part of my hacktoberfest, can you add the label for it. Thanks 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Prajwalrajbasnet
Thank you for your PR and sorry for the late review. I added a comment concerning your regex, can you please address it?
b80cefd
to
e0172fb
Compare
e0172fb
to
7a70ddb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ! Thank you @Prajwalrajbasnet for making the necessary changes that fast 🎉
@Prajwalrajbasnet -- pls fix the merge conflicts and we should be good to go. Thanks! |
chore: squashed #1829 Add locale for Maldives in mobile phone validator Add tests for mobile numbers validation of maldives locale i.e. dv-MV Update readme to add Maldives locale (dv-MV) in isMobilePhone documentation
No worries, your commit is now included here #1851 |
chore: squashed #1829 Add locale for Maldives in mobile phone validator Add tests for mobile numbers validation of maldives locale i.e. dv-MV Update readme to add Maldives locale (dv-MV) in isMobilePhone documentation
Thanks @profnandaa, sorry for late reply. |
Add regex to validate Maldives mobile phone numbers.
Related to #1761
Checklist