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

Australia's numeric code is wrong #97

Open ghsteff opened 10 months ago

ghsteff commented 10 months ago

Please check all that apply

Expected Behavior

isoToCountryCode('036', 'alpha2') should return AU

Current Behavior

Australia's numeric code is wrong, so isoToCountryCode('036', 'alpha2') hits an error

Possible Solution

Update the numeric code for Australia to 036 from 016 (which is a duplicate of American Samoa)

Context

I'm mapping countries numeric codes to their alpha 2 codes which I'm using to display unicode flags

Your Environment