Skip to content

Commit

Permalink
Merge pull request #52 from eridiumdev/master
Browse files Browse the repository at this point in the history
Update Uzbekistan mobile numbers
  • Loading branch information
dongri authored Dec 6, 2024
2 parents 588fbaf + bdff466 commit d7c8b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso3166.go
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@ func populateISO3166() {
i.Alpha3 = "UZB"
i.CountryCode = "998"
i.CountryName = "Uzbekistan"
i.MobileBeginWith = []string{"9"}
i.MobileBeginWith = []string{"20", "33", "50", "77", "88", "9"}
i.PhoneNumberLengths = []int{9}
iso3166Datas = append(iso3166Datas, i)

Expand Down

0 comments on commit d7c8b68

Please sign in to comment.