samayo / country-json

A simple data of the world by country each in JSON format.
https://data.world/samayo
MIT License
1.07k stars 804 forks source link

Remove Yugoslavia from "country-by-capital-city.json" and add Serbia instead #198

Closed savked closed 3 years ago

savked commented 4 years ago

Yugoslavia does not exist anymore, but Serbia is missing from the JSON.

Remove:

    {
        "country": "Yugoslavia",
        "city": "Beograd"
    },

Add:

    {
        "country": "Serbia",
        "city": "Belgrade"
    },
savked commented 4 years ago

Error is made in other JSON files too.

a1764879 commented 3 years ago

@samayo can I work on this one. #199 is similar to this ?

samayo commented 3 years ago

@a1764879 yes, but please make sure to update all the json files. For example, if you remove Yugoslavia from country-names.json then remove it from other files too.

thanks

a1764879 commented 3 years ago

Yes, I did it. PR #205

samayo commented 3 years ago

added