aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/commerceguys/intl/scripts/generate_base.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-05 09:11:39 +0000
committerMario <mario@mariovavti.com>2021-06-05 09:11:39 +0000
commitcc85c2f4d7fc0e456cc4d4336abe4ee19d03f312 (patch)
treeff4f4619e6630f5d6a3beeba981f27d585e5e5a1 /vendor/commerceguys/intl/scripts/generate_base.php
parentbee4fa9937e2a4292153d6d02e798ba50b5476a9 (diff)
downloadvolse-hubzilla-cc85c2f4d7fc0e456cc4d4336abe4ee19d03f312.tar.gz
volse-hubzilla-cc85c2f4d7fc0e456cc4d4336abe4ee19d03f312.tar.bz2
volse-hubzilla-cc85c2f4d7fc0e456cc4d4336abe4ee19d03f312.zip
composer update commerceguys/intl
Diffstat (limited to 'vendor/commerceguys/intl/scripts/generate_base.php')
-rw-r--r--vendor/commerceguys/intl/scripts/generate_base.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/vendor/commerceguys/intl/scripts/generate_base.php b/vendor/commerceguys/intl/scripts/generate_base.php
index 6932b32f4..102a2cfae 100644
--- a/vendor/commerceguys/intl/scripts/generate_base.php
+++ b/vendor/commerceguys/intl/scripts/generate_base.php
@@ -4,12 +4,10 @@ require __DIR__ . '/../vendor/autoload.php';
// Downloaded from http://www.currency-iso.org/en/home/tables/table-a1.html
$isoCurrencies = __DIR__ . '/assets/c2.xml';
-// Downloaded from https://github.com/unicode-cldr/cldr-core.git
-$currencyData = __DIR__ . '/assets/cldr-core/supplemental/currencyData.json';
-// Downloaded from https://github.com/unicode-cldr/cldr-localenames-full.git
-$localeDirectory = __DIR__ . '/assets/cldr-localenames-full/main/';
-// Downloaded from https://github.com/unicode-cldr/cldr-numbers-full.git
-$numbersDirectory = __DIR__ . '/assets/cldr-numbers-full/main/';
+// Downloaded from https://github.com/unicode-org/cldr-json.git
+$currencyData = __DIR__ . '/assets/cldr/cldr-json/cldr-core/supplemental/currencyData.json';
+$localeDirectory = __DIR__ . '/assets/cldr/cldr-json/cldr-localenames-full/main/';
+$numbersDirectory = __DIR__ . '/assets/cldr/cldr-json/cldr-numbers-full/main/';
// Preflight checks.
if (!file_exists($currencyData)) {