Skip to content

Commit

Permalink
feat: add spanish rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tallguys committed Dec 7, 2023
1 parent 5a06b6a commit f6ee964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/country_phone_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export default [
alpha3: 'ESP',
country_code: '34',
country_name: 'Spain',
mobile_begin_with: ['6', '7'],
mobile_begin_with: ['6', '7', '9'],
phone_number_lengths: [9]
},
{
Expand Down

0 comments on commit f6ee964

Please sign in to comment.