Skip to content

Commit e339e3b

Browse files
committed
rewrite Congo to common name
1 parent 0bd5199 commit e339e3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/update_calling_codes.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ function mapCountry($c)
7676
return 'Vatican City';
7777
}
7878

79+
if ($c == 'Congo, Democratic Republic of the (Zaire)') {
80+
return 'Democratic Republic of the Congo';
81+
}
82+
7983
return $c;
8084
}
8185

0 commit comments

Comments
 (0)