OpenBookPrices / country-data

Country related data such as ISO codes, currencies etc
MIT License
512 stars 166 forks source link

Rename 'Greek, Modern (1453-)' to 'Greek' #82

Open giorgio-zamparelli opened 6 years ago

giorgio-zamparelli commented 6 years ago
import countryData from 'country-data';
console.log(countryData.languages.el.name); //outputs Greek, Modern (1453-) instead of Greek

The name of the modern Greek language should simply be Greek instead of Greek, Modern (1453-).

All other languages have modern and ancient versions of them. We do not constantly specify Modern English, Modern German when we refer to English and German. The same should be true for Greek.