Skip to content

Commit

Permalink
Merge pull request #131 from goveo/development
Browse files Browse the repository at this point in the history
Add country codes for Puerto Rico
  • Loading branch information
ybrusentsov authored Nov 2, 2023
2 parents 746f567 + 411a441 commit d787d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/countryData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export const defaultCountries: CountryData[] = [
['Philippines', 'ph', '63', '.... .......'],
['Poland', 'pl', '48', '...-...-...'],
['Portugal', 'pt', '351'],
['Puerto Rico', 'pr', '1', '', 3],
['Puerto Rico', 'pr', '1', '', 3, ['787', '939']],
['Qatar', 'qa', '974'],
['Réunion', 're', '262'],
['Romania', 'ro', '40'],
Expand Down

2 comments on commit d787d60

@vercel
Copy link

@vercel vercel bot commented on d787d60 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on d787d60 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.