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
Currently, in version 7.0 the english name of south korea following ISO 3166/MA is not accepted by the package.
Current Behavior: i18nIsoCountries.getAlpha2Code("Korea, Republic of") -> undefined i18nIsoCountries.getAlpha2Code("Republic of Korea") -> undefined i18nIsoCountries.getAlpha2Code("South Korea") -> KR
Expected Behavior: i18nIsoCountries.getAlpha2Code("Korea, Republic of") -> KR i18nIsoCountries.getAlpha2Code("Republic of Korea") -> KR i18nIsoCountries.getAlpha2Code("South Korea") -> KR
A Pull Request to add the alias has been proposed
The text was updated successfully, but these errors were encountered:
closed by #312
Sorry, something went wrong.
No branches or pull requests
Currently, in version 7.0 the english name of south korea following ISO 3166/MA is not accepted by the package.
Current Behavior:
i18nIsoCountries.getAlpha2Code("Korea, Republic of") -> undefined
i18nIsoCountries.getAlpha2Code("Republic of Korea") -> undefined
i18nIsoCountries.getAlpha2Code("South Korea") -> KR
Expected Behavior:
i18nIsoCountries.getAlpha2Code("Korea, Republic of") -> KR
i18nIsoCountries.getAlpha2Code("Republic of Korea") -> KR
i18nIsoCountries.getAlpha2Code("South Korea") -> KR
A Pull Request to add the alias has been proposed
The text was updated successfully, but these errors were encountered: