Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misspelled country names #93

Open
3 tasks done
MajorTomLanded opened this issue Jun 28, 2023 · 0 comments
Open
3 tasks done

Misspelled country names #93

MajorTomLanded opened this issue Jun 28, 2023 · 0 comments

Comments

@MajorTomLanded
Copy link

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

  • visual bug
  • functional bug
  • able to consistently reproduce

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)"

Screenshots

Logs

Context

Your Environment

  • Version used: flagpack-core 2.0.0
  • Browser Name and version:
  • Operating System and version (desktop or mobile):
  • Link to your project: private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant