Skip to content

Commit

Permalink
Merge branch 'master' of gitlab.com:restcountries/restcountries
Browse files Browse the repository at this point in the history
  • Loading branch information
amatosg committed Jan 14, 2024
2 parents ee498c7 + bc15c46 commit 8ed5625
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
26 changes: 12 additions & 14 deletions src/main/resources/countriesV3.1.json
Expand Up @@ -3371,10 +3371,6 @@
"aze": {
"official": "Az\u0259rbaycan Respublikas\u0131",
"common": "Az\u0259rbaycan"
},
"rus": {
"official": "\u0410\u0437\u0435\u0440\u0431\u0430\u0439\u0434\u0436\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430",
"common": "\u0410\u0437\u0435\u0440\u0431\u0430\u0439\u0434\u0436\u0430\u043d"
}
}
},
Expand Down Expand Up @@ -3418,11 +3414,11 @@
"region": "Asia",
"subregion": "Western Asia",
"continents": [
"Europe",
"Asia"
],
"languages": {
"aze": "Azerbaijani",
"rus": "Russian"
"aze": "Azerbaijani"
},
"translations": {
"ara": {
Expand Down Expand Up @@ -10922,7 +10918,7 @@
},
"population": 50882884,
"maps": {
"googleMaps": "https://goo.gl/maps/RdwTG8e7gPwS62oR6",
"googleMaps": "https://goo.gl/maps/zix9qNFX69E9yZ2M6",
"openStreetMaps": "https://www.openstreetmap.org/relation/120027"
},
"gini": {
Expand Down Expand Up @@ -15065,7 +15061,10 @@
"Europe"
],
"languages": {
"spa": "Spanish"
"spa": "Spanish",
"cat": "Catalan",
"eus": "Basque",
"glc": "Galician"
},
"translations": {
"ara": {
Expand Down Expand Up @@ -36160,7 +36159,6 @@
},
"startOfWeek": "monday",
"timezones": [
"UTC-04:00",
"UTC+01:00"
]
},
Expand Down Expand Up @@ -42004,14 +42002,14 @@
"common": "Singapore",
"official": "Republic of Singapore",
"nativeName": {
"zho": {
"official": "\u65b0\u52a0\u5761\u5171\u548c\u56fd",
"common": "\u65b0\u52a0\u5761"
},
"eng": {
"official": "Republic of Singapore",
"common": "Singapore"
},
"zho": {
"official": "\u65b0\u52a0\u5761\u5171\u548c\u56fd",
"common": "\u65b0\u52a0\u5761"
},
"msa": {
"official": "Republik Singapura",
"common": "Singapura"
Expand Down Expand Up @@ -42068,8 +42066,8 @@
"Asia"
],
"languages": {
"zho": "Chinese",
"eng": "English",
"zho": "Chinese",
"msa": "Malay",
"tam": "Tamil"
},
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/countriesV3.json
Expand Up @@ -21518,6 +21518,7 @@
"idd": {
"root": "+1",
"suffixes": [
"658",
"876"
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/flatdoc.md
Expand Up @@ -174,7 +174,7 @@ https://restcountries.com/v3.1/demonym/peruvian
Search by language code or name

``` html
https://restcountries.com/v3.1/lang/{currency}
https://restcountries.com/v3.1/lang/{language}
```

``` html
Expand Down

0 comments on commit 8ed5625

Please sign in to comment.