blongho / worldCountryData

Android library for country flag, currency, and other country information
https://blongho.github.io/worldCountryData/doc/
MIT License
98 stars 35 forks source link

Wrong plural for Euro #28

Closed sal0max closed 3 years ago

sal0max commented 3 years ago

Describe the bug Euro can be a tough one. There's an entire Wikipedia article about it: https://en.wikipedia.org/wiki/Language_and_the_euro

Nevertheless, in this case (English) and when wanting to use the correct (not the used) plural form of the European currency, it clearly is Euro.

"In the English-language version of European Union legislation, the unit euro, without an s, is used for both singular and plural." https://en.wikipedia.org/wiki/Language_and_the_euro#English

To Reproduce Look at https://github.com/blongho/worldCountryData/blob/master/country_data/src/main/res/raw/com_blongho_country_data_currencies.json e.g.:

  {
    "country": "FI",
    "name": "Euros",
    "code": "EUR",
    "symbol": "€"
  },

Expected behavior Should be "name": "Euro",