Skip to content

Commit

Permalink
Merge pull request #81 from CyprianSz/add-missing-units-from-official…
Browse files Browse the repository at this point in the history
…-iso-countries-list

Add missing units from official iso countries list
  • Loading branch information
mrmarkfrench authored Mar 26, 2021
2 parents 6c7c21b + ebf710b commit 6b025a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/js/countrySelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,9 @@
}, {
n: "Anguilla",
i: "ai"
}, {
n: "Antarctica",
i: "aq"
}, {
n: "Antigua and Barbuda",
i: "ag"
Expand Down Expand Up @@ -697,6 +700,9 @@
}, {
n: "Botswana",
i: "bw"
}, {
n: "Bouvet Island (Bouvetøya)",
i: "bv"
}, {
n: "Brazil (Brasil)",
i: "br"
Expand Down Expand Up @@ -844,6 +850,9 @@
}, {
n: "French Polynesia (Polynésie française)",
i: "pf"
}, {
n: "French Southern Territories (Terres australes françaises)",
i: "tf"
}, {
n: "Gabon",
i: "ga"
Expand Down Expand Up @@ -895,6 +904,9 @@
}, {
n: "Haiti",
i: "ht"
}, {
n: "Heard Island and Mcdonald Islands",
i: "hm"
}, {
n: "Honduras",
i: "hn"
Expand Down

0 comments on commit 6b025a0

Please sign in to comment.