From ae1831ddc7d8f1ea96e6896f016ad568b731362b Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 9 Jun 2022 13:29:29 +0200 Subject: [PATCH] =?UTF-8?q?Fixing=20language=20to=20nb=20(Norwegian=20Bokm?= =?UTF-8?q?=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n.js b/src/i18n.js index 063e62d..aaff372 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -17,7 +17,8 @@ function loadLocaleMessages () { } export default new VueI18n({ - locale: process.env.VUE_APP_I18N_LOCALE || 'nb', // Here you can customize + //locale: process.env.VUE_APP_I18N_LOCALE || 'nb', // Here you can customize + locale: 'nb', // Here you can customize fallbackLocale: process.env.VUE_APP_I18N_FALLBACK_LOCALE || 'en', messages: loadLocaleMessages() }); -- GitLab