We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf99a7 commit 5663a94Copy full SHA for 5663a94
Tests/bootstrap.php
@@ -40,7 +40,7 @@ function autoload(string $className) : void
40
41
\PHPFUI\ORM::setTranslationCallback(\PHPFUI\Translation\Translator::trans(...));
42
\PHPFUI\Translation\Translator::setTranslationDirectory(__DIR__ . '/../translations');
43
-\PHPFUI\Translation\Translator::setLocale(\Locale::getDefault());
+\PHPFUI\Translation\Translator::setLocale('en_US');
44
45
$tables = \PHPFUI\ORM::getTables();
46
0 commit comments