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

Italy detail in shortlist.json is incorrect. #192

Closed shazahm1 closed 2 years ago

shazahm1 commented 3 years ago

As the subject states, the details for Italy are incorrect. It is the following:

"it":{"name":"Italy","official_name":"Italian Republic","native_name":"Italien","native_official_name":"Italienische Republik","iso_3166_1_alpha2":"IT","iso_3166_1_alpha3":"ITA","calling_code":"39","currency":"EUR","emoji":"🇮🇹"}

And it should be:

"it":{"name":"Italy","official_name":"Italian Republic","native_name":"Italia","native_official_name":"Repubblica italiana","iso_3166_1_alpha2":"IT","iso_3166_1_alpha3":"ITA","calling_code":"39","currency":"EUR","emoji":"🇮🇹"}

It looks like perhaps the german translation is being used instead???

Omranic commented 2 years ago

Thank you for raising this, it's now fixed in https://github.com/rinvex/countries/commit/46676637861917e5436e9c1ec2eb53dbfb1d2c39