catamphetamine / libphonenumber-js

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript
https://catamphetamine.gitlab.io/libphonenumber-js/
MIT License
2.8k stars 216 forks source link

[Feature Request] Falkland Islands Country Code #394

Closed eileen-jiang closed 4 years ago

eileen-jiang commented 4 years ago

We currently use this library to display a dropdown of international country codes to users wanting to enter their phone numbers. However, the Falkland Islands are not supported, and we've received a request to allow for their country code. Please add support for this region in. Thank you!

catamphetamine commented 4 years ago

Hi. The Falkland Islands are supported.

eileen-jiang commented 4 years ago

Thanks for your response! Can I ask where the list of supported countries is listed? I've been trying to find the file for awhile in the repo and can't find it.

catamphetamine commented 4 years ago

In this file: https://github.com/catamphetamine/libphonenumber-js/blob/master/PhoneNumberMetadata.xml

It's huge

eileen-jiang commented 4 years ago

Hahah, it is. Thanks!