Release 2.0.32 (#4256)

This commit is contained in:
Kevin Papst
2023-08-31 15:33:53 +02:00
committed by GitHub
parent 452de88e18
commit 31348da4c0
42 changed files with 412 additions and 130 deletions

View File

@@ -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".
*