rinvex / countries

Rinvex Country is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.
https://rinvex.com
MIT License
1.65k stars 206 forks source link

Spain native_name and native_official_name in shortlist.json is incorrect. #241

Open shazahm1 opened 1 year ago

shazahm1 commented 1 year ago

It appears the Catalan translations are being used instead of the Spanish translation.

Correctly it is:

"es":{"name":"Spain","official_name":"Kingdom of Spain","native_name":"Espanya","native_official_name":"Regne d'Espanya","iso_3166_1_alpha2":"ES","iso_3166_1_alpha3":"ESP","calling_code":"34","currency":"EUR","emoji":"🇪🇸"},

and it should be:

"es":{"name":"Spain","official_name":"Kingdom of Spain","native_name":"España","native_official_name":"Reino de España","iso_3166_1_alpha2":"ES","iso_3166_1_alpha3":"ESP","calling_code":"34","currency":"EUR","emoji":"🇪🇸"},
albertogcatalan commented 5 months ago

Can you correct this soon?