From 3b76875120165073c8786128d91c4164fa0fe43c Mon Sep 17 00:00:00 2001 From: Dennis Date: Tue, 28 Dec 2021 07:56:33 +0100 Subject: [PATCH] Update new languages --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 056d7ffe..5ed68b37 100644 --- a/config/app.php +++ b/config/app.php @@ -104,7 +104,7 @@ return [ | If the dashboard is 100% translated in a certain language, it will be added here | */ - 'available_locales' => array('English'=>'en','German'=>'de','Italian'=>'it','Chinese'=>'zh'), + 'available_locales' => array('English'=>'en','German'=>'de','Italian'=>'it','Chinese'=>'zh', 'Czech'=>'cs', 'Spanish'=>'es', 'Polish'=>'pl'), /*