From e89ae66140c7a50bb00e5e01864d5612c8aa32b9 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Wed, 18 Mar 2026 23:47:18 -0700 Subject: [PATCH] en-US locale not de --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 9701963..bbeb8d1 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -37,7 +37,7 @@ define('WWW_ROOT', PLUGIN_ROOT . DS . 'webroot' . DS); define('TESTS', __DIR__ . DS); define('CONFIG', TESTS . 'config' . DS); -ini_set('intl.default_locale', 'de-DE'); +ini_set('intl.default_locale', 'en-US'); require PLUGIN_ROOT . '/vendor/autoload.php'; require CORE_PATH . 'config/bootstrap.php';