necessarylion / country-list-with-dial-code-and-flag

Country Flag with Dial Number Code
46 stars 18 forks source link

Wrong and missing dial codes #8

Closed javiermartingonzalez closed 2 years ago

javiermartingonzalez commented 2 years ago

Hello, I discovered 2 errors in your data:

Wrong dial code: ❌ +595 is duplicated by Paraguay and Guayana in your data file βœ… Prefix por Paraguay is +595 and for Guyana is +592

Missing country: ⚠️ South Sudan πŸ‡ΈπŸ‡Έ (+211) is missing . It's different country as Sudan (Sudan is included)

javiermartingonzalez commented 2 years ago

Also, when getting by dial code, it is returning the first result and not the marked in your data as preferred: true

(example for +44 is not getting United Kingdom and for +1 is returning Canada instead of USA)