countries
countries copied to clipboard
Spain native_name and native_official_name in shortlist.json is incorrect.
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?