aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/commerceguys/intl/scripts/generate_locale_data.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_locale_data.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_locale_data.php')
-rw-r--r--vendor/commerceguys/intl/scripts/generate_locale_data.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/commerceguys/intl/scripts/generate_locale_data.php b/vendor/commerceguys/intl/scripts/generate_locale_data.php
index d1e77b8d8..67240fd7e 100644
--- a/vendor/commerceguys/intl/scripts/generate_locale_data.php
+++ b/vendor/commerceguys/intl/scripts/generate_locale_data.php
@@ -6,7 +6,7 @@
require __DIR__ . '/generate_base.php';
-$parentLocales = __DIR__ . '/assets/cldr-core/supplemental/parentLocales.json';
+$parentLocales = __DIR__ . '/assets/cldr/cldr-json/cldr-core/supplemental/parentLocales.json';
$parentLocales = json_decode(file_get_contents($parentLocales), true);
$parentLocales = $parentLocales['supplemental']['parentLocales']['parentLocale'];
foreach ($parentLocales as $locale => $parentLocale) {