From: Ole Aldric Date: Mon, 19 Oct 2020 10:35:05 +0000 (+0200) Subject: updated config to also include Norwegian X-Git-Tag: v0.31.0~3^2~8^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/2334/head?ds=sidebyside updated config to also include Norwegian --- diff --git a/app/Config/app.php b/app/Config/app.php index 8a1d17528..23c4bb0c7 100755 --- a/app/Config/app.php +++ b/app/Config/app.php @@ -52,7 +52,7 @@ return [ 'locale' => env('APP_LANG', 'en'), // Locales available - 'locales' => ['en', 'ar', 'bg', 'cs', 'da', 'de', 'de_informal', 'es', 'es_AR', 'fa', 'fr', 'he', 'hu', 'it', 'ja', 'ko', 'nl', 'pt', 'pt_BR', 'sk', 'sl', 'sv', 'pl', 'ru', 'th', 'tr', 'uk', 'vi', 'zh_CN', 'zh_TW',], + 'locales' => ['en', 'ar', 'bg', 'cs', 'da', 'de', 'de_informal', 'es', 'es_AR', 'fa', 'fr', 'he', 'hu', 'it', 'ja', 'ko', 'nl', 'no_NB', 'pt', 'pt_BR', 'sk', 'sl', 'sv', 'pl', 'ru', 'th', 'tr', 'uk', 'vi', 'zh_CN', 'zh_TW',], // Application Fallback Locale 'fallback_locale' => 'en',