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"}