Chun-Lin / react-select-country-list

This is the country list data format for react-select
MIT License
52 stars 35 forks source link

Added native labels #4

Closed Roboonl closed 4 years ago

Roboonl commented 4 years ago

Hi there,

I added a json file with native labels, thought you might be interested.

I translated the labels by comparing the data.json file to this source file, all of the countries were present.

Chun-Lin commented 4 years ago

Hi @Roboonl It sounds great! I think I can add a method for native name.

Chun-Lin commented 4 years ago

Hey @Roboonl Really appreciate your effort on data-native.json. I just added native method to get native label of the country. Please check that out :)