Skip to content

Commit

Permalink
rewrite Congo to common name
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Oct 18, 2015
1 parent 0bd5199 commit e339e3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/update_calling_codes.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ function mapCountry($c)
return 'Vatican City';
}

if ($c == 'Congo, Democratic Republic of the (Zaire)') {
return 'Democratic Republic of the Congo';
}

return $c;
}

Expand Down

0 comments on commit e339e3b

Please sign in to comment.