diff --git a/core/scripts/update-countries.sh b/core/scripts/update-countries.sh index 9aa70dc9db2864966a30f358adcc00cc03c22037..52676e9f30bb512d0a777f891e065e538c9b2e74 100755 --- a/core/scripts/update-countries.sh +++ b/core/scripts/update-countries.sh @@ -11,6 +11,8 @@ use Drupal\Core\Locale\CountryManager; +// cspell:ignore localenames + // Determine DRUPAL_ROOT. $dir = dirname(__FILE__); while (!defined('DRUPAL_ROOT')) { @@ -25,10 +27,9 @@ if (!file_exists($uri)) { $usage = <<< USAGE -- Choose the latest release data from http://cldr.unicode.org/index/downloads - and download the json.zip file. -- Unzip the json.zip file and place the main/en/territories.json in the - Drupal root directory. +- Download territories.json from + https://github.com/unicode-org/cldr-json/blob/main/cldr-json/cldr-localenames-full/main/en/territories.json + and place it in the Drupal root directory. - Run this script. USAGE; exit('CLDR data file not found. (' . $uri . ")\n\n" . $usage . "\n");