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.

Home Page:https://rinvex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spain native_name and native_official_name in shortlist.json is incorrect.

shazahm1 opened this issue · comments

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":"🇪🇸"},

Can you correct this soon?