Yummygum / flagpack-core

Flagpack contains 250+ flag icons to easily use within your code project.
https://flagpack.xyz
MIT License
576 stars 131 forks source link

Misspelled country names #93

Open MajorTomLanded opened 1 year ago

MajorTomLanded commented 1 year ago

in countryCodeList.json, "Democratis Republic of Congo" should read "Democratic Republic of Congo" and "Phillippines (the)" should be "Philippines (the)"

Please check all that apply

Expected Behavior

We are using this JSON for matching and lookup.

Current Behavior

The user will see misspelled country names.

Possible Solution

Steps to Reproduce

countryCodeList.filter(entry => entry.alpha2 === "PH").map(entry => entry.countryName)[0]

prints out:

"Phillippines (the)" should be "Philippines (the)"

1. 2. 3. 4.

Screenshots

Logs

Context

Your Environment