We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some reason I have yet to figure out, the English names for South African provinces aren't being consistently retrieved:
iso-3166/2.js
Lines 25208 to 25252 in 7aacab6
For reference it should be:
{ code: 'ZA-EC', name: 'Eastern Cape', parent: 'ZA' }, { code: 'ZA-FS', name: 'Free State', parent: 'ZA' }, { code: 'ZA-GP', name: 'Gauteng', parent: 'ZA' }, { code: 'ZA-KZN', name: 'Kwazulu-Natal', parent: 'ZA' }, { code: 'ZA-LP', name: 'Limpopo', parent: 'ZA' }, { code: 'ZA-MP', name: 'Mpumalanga', parent: 'ZA' }, { code: 'ZA-NC', name: 'Northern Cape', parent: 'ZA' }, { code: 'ZA-NW', name: 'North-West', parent: 'ZA' }, { code: 'ZA-WC', name: 'Western Cape', parent: 'ZA' },
The text was updated successfully, but these errors were encountered:
Very possible. Wikipedia is contributor based. The data there probably looks different from other countries
Sorry, something went wrong.
No branches or pull requests
For some reason I have yet to figure out, the English names for South African provinces aren't being consistently retrieved:
iso-3166/2.js
Lines 25208 to 25252 in 7aacab6
For reference it should be:
The text was updated successfully, but these errors were encountered: