Skip to content

Commit

Permalink
Merge pull request #44 from Fooba24/main
Browse files Browse the repository at this point in the history
Updated Namibia and Zimbabwe mobile numbers
  • Loading branch information
dongri authored Aug 26, 2024
2 parents 9b3ba8f + b7abc93 commit 8d83bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iso3166.go
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ func populateISO3166() {
i.Alpha3 = "NAM"
i.CountryCode = "264"
i.CountryName = "Namibia"
i.MobileBeginWith = []string{"60", "81", "82", "85"}
i.MobileBeginWith = []string{"60", "81", "82", "83", "84", "85"}
i.PhoneNumberLengths = []int{9}
iso3166Datas = append(iso3166Datas, i)

Expand Down Expand Up @@ -1894,7 +1894,7 @@ func populateISO3166() {
i.Alpha3 = "ZWE"
i.CountryCode = "263"
i.CountryName = "Zimbabwe"
i.MobileBeginWith = []string{"71", "73", "77"}
i.MobileBeginWith = []string{"71", "73", "77", "78"}
i.PhoneNumberLengths = []int{9}
iso3166Datas = append(iso3166Datas, i)
}

0 comments on commit 8d83bc2

Please sign in to comment.