Skip to content

Commit

Permalink
feat: add partOf for territories
Browse files Browse the repository at this point in the history
  • Loading branch information
LKay committed Dec 3, 2024
1 parent 4374fd2 commit 1bf057e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/countries/src/data/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const countries = {
capital: 'Georgetown',
currency: ['SHP'],
languages: ['en'],
partOf: 'GB'
},
AD: {
name: 'Andorra',
Expand Down Expand Up @@ -1942,6 +1943,7 @@ export const countries = {
capital: 'Edinburgh of the Seven Seas',
currency: ['GBP'],
languages: ['en'],
partOf: 'GB'
},
TC: {
name: 'Turks and Caicos Islands',
Expand Down

0 comments on commit 1bf057e

Please sign in to comment.