From ff4cd031f01b2c0fa2bc90a383f189617edeb34e Mon Sep 17 00:00:00 2001 From: BacLuc Date: Sun, 26 Jan 2025 13:51:08 +0100 Subject: [PATCH] vueI18nConfig.js: fallbackLocale.default now needs to be an array This fixes: fallback[locale].filter is not a function or its return value is not iterable Fixes #6761 --- print/locales/vueI18nConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/locales/vueI18nConfig.js b/print/locales/vueI18nConfig.js index ef4b926349..1341d8f030 100644 --- a/print/locales/vueI18nConfig.js +++ b/print/locales/vueI18nConfig.js @@ -25,7 +25,7 @@ import rmCHScoutCommon from '@/common/locales/rm-CH-scout.json' export default defineI18nConfig(() => ({ fallbackLocale: { rm: ['de'], - default: 'en', + default: ['en'], }, messages: deepmerge( {