Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
* `CQ` is now reserved for Island of Sark by UK
* Update some labels around ISO 3166-3
  • Loading branch information
wooorm committed Nov 4, 2021
1 parent 79309b3 commit 659d03b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions 1-reserved.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ export const iso31661Reserved = [
alpha2: 'CP',
name: 'Clipperton Island'
},
{
state: 'exceptionally-reserved',
alpha2: 'CQ',
name: 'Island of Sark'
},
{
state: 'transitionally-reserved',
alpha2: 'CS',
Expand Down
8 changes: 4 additions & 4 deletions 2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ export const iso31662 = [
},
{
code: 'BA-BRC',
name: 'Brčko District',
name: 'Brčko distrikt',
parent: 'BA'
},
{
Expand Down Expand Up @@ -6221,7 +6221,7 @@ export const iso31662 = [
},
{
code: 'ES-V',
name: 'ValenciaValència',
name: 'València',
parent: 'ES-VC'
},
{
Expand All @@ -6231,7 +6231,7 @@ export const iso31662 = [
},
{
code: 'ES-VC',
name: 'Valenciana, ComunidadValenciana, Comunitat',
name: 'Valenciana, Comunitat',
parent: 'ES'
},
{
Expand Down Expand Up @@ -17471,7 +17471,7 @@ export const iso31662 = [
},
{
code: 'NP-P5',
name: 'Pradesh 5',
name: 'Lumbini',
parent: 'NP'
},
{
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Finally, indexes are available to map between different codes:
<td title="China"><a href="https://en.wikipedia.org/wiki/ISO_3166-1:CN">CN</a></td>
<td title="Colombia"><a href="https://en.wikipedia.org/wiki/ISO_3166-1:CO">CO</a></td>
<td title="Clipperton Island"><s>CP</s></td>
<td>CQ</td>
<td title="Island of Sark"><s>CQ</s></td>
<td title="Costa Rica"><a href="https://en.wikipedia.org/wiki/ISO_3166-1:CR">CR</a></td>
<td title="Serbia and Montenegro"><s>CS</s></td>
<td title="Canton and Enderbury Islands"><s>CT</s></td>
Expand Down

0 comments on commit 659d03b

Please sign in to comment.