LucianoGanga / country-codes-list

List of codes per country (languages, calling codes, currency codes, etc)
MIT License
94 stars 48 forks source link

wrong official language code and language name for Spain #32

Closed oliwoli closed 1 year ago

oliwoli commented 1 year ago

The official language for Spain is Spanish es. It's set to ast at the moment, which I didn't find much information on. Is it Asturian?

Here's the corrected entry:

  {
    "countryNameEn": "Spain",
    "countryNameLocal": "España",
    "countryCode": "ES",
    "currencyCode": "EUR",
    "currencyNameEn": "Euro",
    "tinType": "NIF (CIF)",
    "tinName": "Número de Identificación Fiscal (formerly named Código de Identificación Fiscal)",
    "officialLanguageCode": "es",
    "officialLanguageNameEn": "Spanish, Castilian",
    "officialLanguageNameLocal": "Español",
    "countryCallingCode": "34",
    "areaCodes": [],
    "region": "Europe",
    "flag": "🇪🇸"
  },
gitahievans commented 1 year ago

Can I go ahead and work on this issue?

LucianoPaci commented 1 year ago

@gitahievans Sorry, I didn't see your comment. This was fixed on v1.6.11!

gitahievans commented 1 year ago

No worries @LucianoPaci