Skip to content

Commit 91f0bf3

Browse files
dr5hnclaude
andauthored
feat(postcodes/MH): add Marshall Islands postcodes (#1039) (#1418)
Adds the 2 main Marshall Islands ZIP codes: 96960 Majuro (capital, Majuro Atoll) 96970 Ebeye (Kwajalein Atoll) Uses US ZIP system (Compact of Free Association). Now passes the cross-reference validator after the MH regex fix in #1414 made the +4 extension optional. Refs: #1039 Builds on: #1414 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 13714a6 commit 91f0bf3

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

contributions/postcodes/MH.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"code": "96960",
4+
"country_id": 137,
5+
"country_code": "MH",
6+
"state_id": 5656,
7+
"state_code": "MAJ",
8+
"locality_name": "Majuro",
9+
"type": "full",
10+
"source": "manual"
11+
},
12+
{
13+
"code": "96970",
14+
"country_id": 137,
15+
"country_code": "MH",
16+
"state_id": 5652,
17+
"state_code": "KWA",
18+
"locality_name": "Ebeye",
19+
"type": "full",
20+
"source": "manual"
21+
}
22+
]

0 commit comments

Comments
 (0)