From fe09278b0e7e8989db9ab5ff640b3465a7e83542 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 18 Jan 2022 16:16:11 +0100 Subject: [PATCH] silenced translation warnings --- vue/src/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue/src/i18n.js b/vue/src/i18n.js index 65dde237c..63dd34b0d 100644 --- a/vue/src/i18n.js +++ b/vue/src/i18n.js @@ -19,5 +19,6 @@ function loadLocaleMessages () { export default new VueI18n({ locale: process.env.VUE_APP_I18N_LOCALE || 'en', fallbackLocale: process.env.VUE_APP_I18N_FALLBACK_LOCALE || 'en', + silentTranslationWarn: true, //TODO fallback war seems to not work, try in next version https://kazupon.github.io/vue-i18n/api/#constructor-options messages: loadLocaleMessages() }) \ No newline at end of file