Release 2.0.32 (#4256)
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
namespace App\Configuration;
|
||||
|
||||
use App\Constants;
|
||||
|
||||
final class LocaleService
|
||||
{
|
||||
public function __construct(private array $languageSettings)
|
||||
@@ -32,11 +30,6 @@ final class LocaleService
|
||||
return \in_array($language, $this->getAllLocales());
|
||||
}
|
||||
|
||||
public function getDefaultLocale(): string
|
||||
{
|
||||
return Constants::DEFAULT_LOCALE;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the locale specific date format, which should be used in combination with the twig filter "|date".
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user