Skip to content

Commit

Permalink
Update all jurisdictions that are different with COLIN (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanlunBCRegistries authored Aug 21, 2024
1 parent 9ea5aa4 commit 8de2cb5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions app/src/list-data/intl-jurisdictions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const Other: JurisdictionI[] = [
{
value: 'BQ',
SHORT_DESC: 'Bonaire',
text: 'Bonaire'
text: 'BONAIRE, ST EUSTATIUS AND SABA'
},
{
value: 'CW',
Expand Down Expand Up @@ -747,13 +747,13 @@ const Other: JurisdictionI[] = [
},
{
value: 'KP',
SHORT_DESC: 'Korea',
text: "Democratic People's Republic Of Korea"
SHORT_DESC: 'Korea, Democrat',
text: "Korea, Democratic People's Republic of"
},
{
value: 'KR',
SHORT_DESC: 'Korea',
text: 'South Korea'
SHORT_DESC: 'Korea, Republic',
text: 'Korea, Republic of'
},
{
value: 'KW',
Expand Down Expand Up @@ -817,9 +817,9 @@ const Other: JurisdictionI[] = [
},
{
value: 'MK',
SHORT_DESC: 'Macedonia',
text: 'Macedonia'
},
SHORT_DESC: 'THE Macedonia',
text: 'Macedonia, The Former Yugoslav Republic'
},
{
value: 'MG',
SHORT_DESC: 'Madagascar',
Expand Down Expand Up @@ -882,13 +882,13 @@ const Other: JurisdictionI[] = [
},
{
value: 'FM',
SHORT_DESC: 'Micronesia',
text: 'Micronesia'
SHORT_DESC: 'Micronesia, FED',
text: 'Micronesia, Federated States of'
},
{
value: 'MD',
SHORT_DESC: 'Moldova',
text: 'Moldova'
SHORT_DESC: 'REPUBL Moldova',
text: 'Moldova, Republic of'
},
{
value: 'MC',
Expand Down Expand Up @@ -1008,7 +1008,7 @@ const Other: JurisdictionI[] = [
{
value: 'PS',
SHORT_DESC: 'Palestinian Ter',
text: 'Palestinian Territory'
text: 'Palestinian Territory, OCCUPIED'
},
{
value: 'PA',
Expand Down Expand Up @@ -1232,7 +1232,7 @@ const Other: JurisdictionI[] = [
},
{
value: 'TZ',
SHORT_DESC: 'Tanzania',
SHORT_DESC: 'Unite Tanzania',
text: 'Tanzania, United Republic Of'
},
{
Expand Down Expand Up @@ -1272,8 +1272,8 @@ const Other: JurisdictionI[] = [
},
{
value: 'TR',
SHORT_DESC: 'Turkiye',
text: 'Turkiye, Republic Of'
SHORT_DESC: 'Turkey',
text: 'Turkey, Republic Of'
}
]

Expand Down

0 comments on commit 8de2cb5

Please sign in to comment.