Skip to content

Commit

Permalink
update number formats for Somalia (#311)
Browse files Browse the repository at this point in the history
* update number formats for Somalia
https://en.wikipedia.org/wiki/Telephone_numbers_in_Somalia
fixes #310

* turn off auto formatting
  • Loading branch information
williamli authored Aug 24, 2022
1 parent 9487aa5 commit 26ead81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/country_phone_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1549,8 +1549,8 @@ export default [
alpha3: 'SOM',
country_code: '252',
country_name: 'Somalia',
mobile_begin_with: ['9'],
phone_number_lengths: [8]
mobile_begin_with: ['61', '62', '63', '65', '66', '68', '69', '71', '90'],
phone_number_lengths: [9]
},
{
alpha2: 'SX',
Expand Down

0 comments on commit 26ead81

Please sign in to comment.