Skip to content

Commit

Permalink
Merge pull request #177 from goveo/fix/add-gl-and-ky
Browse files Browse the repository at this point in the history
Add support for Cayman Islands and Greenland
  • Loading branch information
ybrusentsov authored Apr 20, 2024
2 parents 580281e + df90c60 commit 3fd54e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/countryData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const defaultCountries: CountryData[] = [
],
['Cape Verde', 'cv', '238'],
['Caribbean Netherlands', 'bq', '599', '', 1],
['Cayman Islands', 'ky', '1', '... ... ....', 4, ['345']],
['Central African Republic', 'cf', '236'],
['Chad', 'td', '235'],
['Chile', 'cl', '56'],
Expand Down Expand Up @@ -150,6 +151,7 @@ export const defaultCountries: CountryData[] = [
['Germany', 'de', '49', '... .........'],
['Ghana', 'gh', '233'],
['Greece', 'gr', '30'],
['Greenland', 'gl', '299', '.. .. ..'],
['Grenada', 'gd', '1473'],
['Guadeloupe', 'gp', '590', '', 0],
['Guam', 'gu', '1671'],
Expand Down

0 comments on commit 3fd54e4

Please sign in to comment.