From 8342be9bdfcd3ad810bf1dbb59a70653ad78a3b3 Mon Sep 17 00:00:00 2001 From: Javidan Amiraliyev Date: Fri, 11 Aug 2023 11:52:22 +0000 Subject: [PATCH 1/7] Removed the Russian language info from Azerbaijan. Added Europe continent to Azerbaijan. --- src/main/resources/countriesV3.1.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main/resources/countriesV3.1.json b/src/main/resources/countriesV3.1.json index ccc4d81..7561daa 100644 --- a/src/main/resources/countriesV3.1.json +++ b/src/main/resources/countriesV3.1.json @@ -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" } } }, @@ -3418,11 +3414,11 @@ "region": "Asia", "subregion": "Western Asia", "continents": [ + "Europe", "Asia" ], "languages": { - "aze": "Azerbaijani", - "rus": "Russian" + "aze": "Azerbaijani" }, "translations": { "ara": { From 8464f315ec6c904e38e8f5d81cb00bd1259440ca Mon Sep 17 00:00:00 2001 From: Marc Nguyen Marc Date: Fri, 18 Aug 2023 10:18:41 +0200 Subject: [PATCH 2/7] The timezone for the Netherland is only UTC+01:00, the timezone UTC-04:00 belongs to common: Caribbean Netherlands. --- src/main/resources/countriesV3.1.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/countriesV3.1.json b/src/main/resources/countriesV3.1.json index 7561daa..511be52 100644 --- a/src/main/resources/countriesV3.1.json +++ b/src/main/resources/countriesV3.1.json @@ -36156,7 +36156,6 @@ }, "startOfWeek": "monday", "timezones": [ - "UTC-04:00", "UTC+01:00" ] }, From ada356dc8ca2376ea364fbe7ef7cba892cda05a9 Mon Sep 17 00:00:00 2001 From: Alejandro Matos Date: Tue, 12 Sep 2023 18:06:40 +0000 Subject: [PATCH 3/7] Closes #205 --- src/main/resources/countriesV3.1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/countriesV3.1.json b/src/main/resources/countriesV3.1.json index 511be52..dbb6801 100644 --- a/src/main/resources/countriesV3.1.json +++ b/src/main/resources/countriesV3.1.json @@ -10918,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": { From 8026f6d736353b55f180c80a1e8dd23435a3df2d Mon Sep 17 00:00:00 2001 From: Alejandro Matos Date: Wed, 20 Sep 2023 14:47:59 +0000 Subject: [PATCH 4/7] Closes #207 --- src/main/resources/static/flatdoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/flatdoc.md b/src/main/resources/static/flatdoc.md index 52c7190..77d75a5 100644 --- a/src/main/resources/static/flatdoc.md +++ b/src/main/resources/static/flatdoc.md @@ -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 From 5265ba86c60de10268021b435244f9ca3ba1967d Mon Sep 17 00:00:00 2001 From: Danilo Date: Fri, 20 Oct 2023 14:48:54 +0000 Subject: [PATCH 5/7] Add "658" as "callingCodes / idd" for Jamaica, as informed https://nationalnanpa.com/pdf/PL_525.pdf --- src/main/resources/countriesV3.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/countriesV3.json b/src/main/resources/countriesV3.json index fcaf324..132289b 100644 --- a/src/main/resources/countriesV3.json +++ b/src/main/resources/countriesV3.json @@ -21518,6 +21518,7 @@ "idd": { "root": "+1", "suffixes": [ + "658", "876" ] }, From 8ac63ce7075bf32d78eda1905ea8aba5b30c4aba Mon Sep 17 00:00:00 2001 From: Miguel Gisbert Date: Wed, 15 Nov 2023 22:32:51 +0100 Subject: [PATCH 6/7] Update Spanish languages. --- src/main/resources/countriesV3.1.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/countriesV3.1.json b/src/main/resources/countriesV3.1.json index dbb6801..394a251 100644 --- a/src/main/resources/countriesV3.1.json +++ b/src/main/resources/countriesV3.1.json @@ -15061,7 +15061,10 @@ "Europe" ], "languages": { - "spa": "Spanish" + "spa": "Spanish", + "cat": "Catalan", + "eus": "Basque", + "glc": "Galician" }, "translations": { "ara": { From 38e97f44c1e2f02401bbbe78d2ff59a5ec9a5f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=90=D0=B1=D1=80=D0=B0=D0=BC=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Fri, 24 Nov 2023 18:05:14 +0000 Subject: [PATCH 7/7] Singapore English is now primary speaking language of Singapore as of 2020 https://en.wikipedia.org/wiki/Languages_of_Singapore#English_as_the_main_language_of_Singapore https://www.singstat.gov.sg/-/media/files/publications/cop2020/sr1/cop2020sr1.pdf --- src/main/resources/countriesV3.1.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/countriesV3.1.json b/src/main/resources/countriesV3.1.json index 394a251..013f18e 100644 --- a/src/main/resources/countriesV3.1.json +++ b/src/main/resources/countriesV3.1.json @@ -42002,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" @@ -42066,8 +42066,8 @@ "Asia" ], "languages": { - "zho": "Chinese", "eng": "English", + "zho": "Chinese", "msa": "Malay", "tam": "Tamil" },