From ac210bdfb50fcfe73f6e753898f36ce3c0381f27 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Tue, 13 Jun 2023 17:12:36 +0200 Subject: [PATCH] Update app.php --- config/app.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index ab2bc67..2d82abb 100755 --- a/config/app.php +++ b/config/app.php @@ -1,5 +1,13 @@ env('LOCALES', ['de', 'es', 'pt', 'zh', 'ms']), + 'supported_locales' => locales('LOCALES', 'de, es, pt, zh, ms'), /* |--------------------------------------------------------------------------