Skip to content

Commit

Permalink
Update country_phone_data.ts (#406)
Browse files Browse the repository at this point in the history
Add number 77 for Kyivstar in Ukraine
  • Loading branch information
seitbekir authored Oct 29, 2024
1 parent e18657b commit e1da41f
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 @@ -1816,7 +1816,7 @@ export default [
alpha3: 'UKR',
country_code: '380',
country_name: 'Ukraine',
mobile_begin_with: ['39', '50', '63', '66', '67', '68', '73', '75', '9'],
mobile_begin_with: ['39', '50', '63', '66', '67', '68', '73', '75', '77', '9'],
phone_number_lengths: [9]
},
// {alpha2: "UM", alpha3: "UMI", country_code: "", country_name: "United States Minor Outlying Islands", mobile_begin_with: [], phone_number_lengths: []},
Expand Down

0 comments on commit e1da41f

Please sign in to comment.