olahol / iso-3166-2.js

Lookup information about ISO-3166-2 subdivisions
MIT License
108 stars 41 forks source link

remove TP sub division data #13

Closed unstoppablecarl closed 8 years ago

unstoppablecarl commented 8 years ago

In iso3166.data there is:

"TP": {
    "name": "East Timor",
    "sub": {
      "TP-TP": {
        "type": "Country",
        "name": "East Timor"
      }
    }
  },

TP was changed to TL

https://en.wikipedia.org/wiki/ISO_3166-2:TL

Also it is currently named "Timor-Leste" in the data and should be "East Timor"

olahol commented 8 years ago

Thank you @unstoppablecarl, the information in here is a collaborative effort and I really appreciate people contributing, I've updated the library and published the changes as version 0.4.0.