ChristoPy / countries-phone-masks

Phone masks, ISO codes and flags
MIT License
71 stars 22 forks source link

Incorrect mask for Bangladesh #1

Closed alexandrchebotar closed 2 years ago

alexandrchebotar commented 2 years ago
{
    "name": "Bangladesh",
    "code": "+880",
    "iso": "BD",
    "flag": "https://www.countryflags.io/BD/flat/24.png",
    "mask": "##-###-###"
  },

There should be 10 digits. https://en.wikipedia.org/wiki/Telephone_numbers_in_Bangladesh

ChristoPy commented 2 years ago

Hi, sorry for late response!

Thanks for the contribution, I'll release a fix for it.

ChristoPy commented 2 years ago

Fixed on #2 ,

Feel free to make more contributions!

Thanks again.