From 66916c1f99639a3461d36e0195e8284f16ca5940 Mon Sep 17 00:00:00 2001 From: Genevieve-K <34507086+Genevieve-K@users.noreply.github.com> Date: Mon, 29 Sep 2025 21:17:51 +0200 Subject: [PATCH 1/2] =?UTF-8?q?'Netherlands=20Antilles'=20is=20replaced=20?= =?UTF-8?q?by=20'Cura=C3=A7ao'=20since=202010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://en.wikipedia.org/wiki/Cura%C3%A7ao --- includes/country-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/country-functions.php b/includes/country-functions.php index 6fd37087ed9..92517bfb7b0 100644 --- a/includes/country-functions.php +++ b/includes/country-functions.php @@ -239,7 +239,7 @@ function give_get_country_list() { 'NR' => esc_html__( 'Nauru', 'give' ), 'NP' => esc_html__( 'Nepal', 'give' ), 'NL' => esc_html__( 'Netherlands', 'give' ), - 'AN' => esc_html__( 'Netherlands Antilles', 'give' ), + 'CW' => esc_html__( 'Curaçao', 'give' ), 'NC' => esc_html__( 'New Caledonia', 'give' ), 'NZ' => esc_html__( 'New Zealand', 'give' ), 'NI' => esc_html__( 'Nicaragua', 'give' ), From 81466267f0fdbe970270e8f47fc9aa385e90dd71 Mon Sep 17 00:00:00 2001 From: Genevieve-K <34507086+Genevieve-K@users.noreply.github.com> Date: Fri, 14 Nov 2025 18:44:42 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Add=20'Cura=C3=A7ao',=20keep=20'Netherlands?= =?UTF-8?q?=20Antilles'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/country-functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/country-functions.php b/includes/country-functions.php index 92517bfb7b0..53793a9f832 100644 --- a/includes/country-functions.php +++ b/includes/country-functions.php @@ -2333,6 +2333,7 @@ function give_get_spain_states_list() { 'CR' => esc_html__( 'Ciudad Real', 'give' ), 'CO' => esc_html__( 'Córdoba', 'give' ), 'CU' => esc_html__( 'Cuenca', 'give' ), + 'CW' => esc_html__( 'Curaçao', 'give' ), 'GI' => esc_html__( 'Girona', 'give' ), 'GR' => esc_html__( 'Granada', 'give' ), 'GU' => esc_html__( 'Guadalajara', 'give' ),