Skip to content

Commit e42ec37

Browse files
committed
fix name of Micronesia
1 parent 4ee9732 commit e42ec37

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

data/calling_codes.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ code,country
166166
230,Mauritius
167167
262,Mayotte
168168
52,Mexico
169-
691,"Micronesia, Federated States of"
169+
691,"Federated States of Micronesia"
170170
1808,"Midway Island, USA"
171171
373,Moldova
172172
377,Monaco

data/calling_codes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668
"code": "52"
669669
},
670670
{
671-
"country": "Micronesia, Federated States of",
671+
"country": "Federated States of Micronesia",
672672
"code": "691"
673673
},
674674
{

tools/update_calling_codes.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ function mapCountry($c)
8080
return 'Democratic Republic of the Congo';
8181
}
8282

83+
if ($c == 'Micronesia, Federated States of') {
84+
return 'Federated States of Micronesia';
85+
}
86+
8387
return $c;
8488
}
8589

0 commit comments

Comments
 (0)