Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager authored Dec 11, 2020
1 parent 046d657 commit e6d9ad8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@ The Worldwirde Country Informations are available over the `nuget` package or as
"officialName": "Republic of Austria",
"translations": [
{
"languageCode": "en",
"languageCode": "EN",
"name": "Austria"
},
{
"languageCode": "es",
"languageCode": "ES",
"name": "Austria"
},
{
"languageCode": "fr",
"languageCode": "FR",
"name": "Autriche"
},
...
],
"alpha2Code": "at",
"alpha3Code": "aut",
"alpha2Code": "AT",
"alpha3Code": "AUT",
"numericCode": 40,
"tld": [
".at"
],
"region": "europe",
"subRegion": "westernEurope",
"region": "Europe",
"subRegion": "WesternEurope",
"borderCountrys": [
"cz",
"de",
"hu",
"it",
"li",
"sk",
"si",
"ch"
"CZ",
"DE",
"HU",
"IT",
"LI",
"SK",
"SI",
"CH"
],
"currencies": [
"EUR"
Expand Down

0 comments on commit e6d9ad8

Please sign in to comment.