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
import countryData from 'country-data'; console.log(countryData.languages.nl.name); //outputs Flemish instead of Dutch
This is because the languages.csv file has the entries Dutch and Flemish with identical values
alpha2=nl alpha3=nld bibliographic=dut
I suggest removing the Flemish entry since Flemish it's considered not a language but rather an adjective/thesaurus to define Dutch dialects.
Dutch is the correct English word to define the Dutch language spoken in both The Netherlands and Belgium.
I can prepare a Pull Request with the Flemish entry removed from the languages.csv file.
The text was updated successfully, but these errors were encountered:
fixes issue OpenBookPrices#81 Flemish language entry is overriding Du…
5d34df8
…tch language
@giorgio-zamparelli could you make a pull request to https://github.com/Sonatrix/country-list regarding this issue
Sorry, something went wrong.
Hi @Sonatrix! Has @evdb abandoned this repository permanently and country-data-list is the main fork under development?!
Hi @giorgio-zamparelli , @evdb is not maintaining this library anymore, I created a fork of it and maintaining it.
No branches or pull requests
This is because the languages.csv file has the entries Dutch and Flemish with identical values
I suggest removing the Flemish entry since Flemish it's considered not a language but rather an adjective/thesaurus to define Dutch dialects.
Dutch is the correct English word to define the Dutch language spoken in both The Netherlands and Belgium.
I can prepare a Pull Request with the Flemish entry removed from the languages.csv file.
The text was updated successfully, but these errors were encountered: