From e6394ace273377185fb6c6a489d7852327de7f58 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 8 Aug 2019 15:12:57 -0300 Subject: [PATCH] Add note about using the ISO 3166-2 standard for states names --- i18n/states.php | 1 + 1 file changed, 1 insertion(+) diff --git a/i18n/states.php b/i18n/states.php index e2436c6805c..5b4012e7742 100644 --- a/i18n/states.php +++ b/i18n/states.php @@ -4,6 +4,7 @@ * * Returns an array of country states. This deprecates and replaces the /states/ directory found in older versions. * States should be defined in English and translated native through localisation files. + * Country codes and states (or province) names should follow the ISO_3166-2 standard (https://en.wikipedia.org/wiki/ISO_3166-2). * Countries defined with empty arrays have no states. * * @package WooCommerce/i18n