From a2c5344e1434b884ce189e52e18ef3e43f7de882 Mon Sep 17 00:00:00 2001 From: Darshan Gada Date: Sat, 25 Apr 2026 20:54:14 +0530 Subject: [PATCH] feat(postcodes/PW): add Palau postcode (#1039) Adds Palau's single national postcode 96940. Country-only (Palau has 16 administrative states but they all share the single ZIP). Palau uses the US ZIP system (Compact of Free Association); 96940 is the sole code assigned to the country. Validated: 1 record, country_id 168, code matches regex. Refs: #1039 Co-Authored-By: Claude Opus 4.7 (1M context) --- contributions/postcodes/PW.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contributions/postcodes/PW.json diff --git a/contributions/postcodes/PW.json b/contributions/postcodes/PW.json new file mode 100644 index 000000000..fad4c6661 --- /dev/null +++ b/contributions/postcodes/PW.json @@ -0,0 +1,10 @@ +[ + { + "code": "96940", + "country_id": 168, + "country_code": "PW", + "locality_name": "Palau", + "type": "full", + "source": "manual" + } +]