From ed019b0334629b3c153a9919489afb8ec4b26b4c Mon Sep 17 00:00:00 2001 From: ShareVB Date: Sun, 18 Feb 2024 12:23:50 +0100 Subject: [PATCH] chore: vue-i18n ignore html tools html entities has & < > in tool description needs to set strictMessage to false to allow these chars --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 0c7f8f16..06270f3a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -27,6 +27,7 @@ export default defineConfig({ compositionOnly: true, fullInstall: true, include: [resolve(__dirname, 'locales/**')], + strictMessage: false, }), AutoImport({ imports: [