From 75f441a70cc26100e7b7ff36e9f6290d18d6fe6b Mon Sep 17 00:00:00 2001 From: Simon Kohlmeyer Date: Fri, 4 Feb 2022 21:26:14 +0100 Subject: [PATCH] Add demonyms for Wales and Scotland --- countryinfo/data/scotland.json | 1 + countryinfo/data/wales.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/countryinfo/data/scotland.json b/countryinfo/data/scotland.json index a83db4e..2085ba6 100644 --- a/countryinfo/data/scotland.json +++ b/countryinfo/data/scotland.json @@ -2,6 +2,7 @@ "name": "Scotland", "flag": "", "geoJSON": {}, + "demonym": "Scottish", "ISO": { "alpha2": "", "alpha3": "" diff --git a/countryinfo/data/wales.json b/countryinfo/data/wales.json index af45fdc..6963f2a 100644 --- a/countryinfo/data/wales.json +++ b/countryinfo/data/wales.json @@ -1 +1 @@ -{"name":"Wales", "flag":"","geoJSON":{},"ISO":{"alpha2":"GB","alpha3":"GBR"},"provinces":["Blaenau Gwent","Bridgend","Caerphilly","Cardiff","Carmarthenshire","Ceredigion","Conwy","Denbighshire","Flintshire","Gwynedd","Isle of Anglesey","Merthyr Tydfil","Monmouthshire","Neath Port Talbot","Newport","Pembrokeshire","Powys","Rhondda Cynon Taff","Swansea","The Vale of Glamorgan","Torfaen","Wrexham"],"tld":[],"wiki":"http://en.wikipedia.org/wiki/wales"} +{"name":"Wales", "flag":"","geoJSON":{},"ISO":{"alpha2":"GB","alpha3":"GBR"}, "demonym": "Welsh","provinces":["Blaenau Gwent","Bridgend","Caerphilly","Cardiff","Carmarthenshire","Ceredigion","Conwy","Denbighshire","Flintshire","Gwynedd","Isle of Anglesey","Merthyr Tydfil","Monmouthshire","Neath Port Talbot","Newport","Pembrokeshire","Powys","Rhondda Cynon Taff","Swansea","The Vale of Glamorgan","Torfaen","Wrexham"],"tld":[],"wiki":"http://en.wikipedia.org/wiki/wales"}