From ab6f57dc2816e7026129864b90e15e84c4962412 Mon Sep 17 00:00:00 2001 From: sigve Date: Thu, 3 Oct 2024 00:40:08 +0100 Subject: [PATCH] updated region codes 6 and 7 to reflect Oceania (New Zealand) and USA, respectively --- data/regions.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/regions.php b/data/regions.php index 1384690..8454085 100644 --- a/data/regions.php +++ b/data/regions.php @@ -234,12 +234,13 @@ 'region' => 'Oceania', 'countries' => [ 'ABCDEFGHJKLMNPRSTUVW' => 'Australia', + 'YZ1' => 'New Zealand', ], ], '7' => [ - 'region' => 'Oceania', + 'region' => 'North America', 'countries' => [ - 'ABCDE' => 'New Zealand', + 'ABCDEFGHJKLMNPRSTUVWXYZ1234567890' => 'United States', ], ], '8' => [