LucianoGanga / country-codes-list

List of codes per country (languages, calling codes, currency codes, etc)
MIT License
94 stars 48 forks source link

Adding standard dial_number_length #46

Open StyreGraff opened 4 weeks ago

StyreGraff commented 4 weeks ago

each country have a standard for the length of dial number

"+1": [10], // United States, Canada, etc. "+44": [10], // United Kingdom "+91": [10], // India "+33": [9], // France "+47": [8], // Norway

and more could this be added?