From: marcusforsberg Date: Fri, 26 Jan 2018 19:27:28 +0000 (+0100) Subject: Added Swedish locale to config X-Git-Tag: v0.20.0~1^2~20^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/679/head?ds=inline Added Swedish locale to config --- diff --git a/config/app.php b/config/app.php index 3be50b6c5..e408fb3a5 100755 --- a/config/app.php +++ b/config/app.php @@ -58,7 +58,7 @@ return [ */ 'locale' => env('APP_LANG', 'en'), - 'locales' => ['en', 'de', 'es', 'es_AR', 'fr', 'nl', 'pt_BR', 'sk', 'ja', 'pl', 'it', 'ru'], + 'locales' => ['en', 'de', 'es', 'es_AR', 'fr', 'nl', 'pt_BR', 'sk', 'sv', 'ja', 'pl', 'it', 'ru'], /* |--------------------------------------------------------------------------