From 06422fba4a8157bcabae01fede6147f394db18b4 Mon Sep 17 00:00:00 2001 From: jincan Date: Sat, 4 Jan 2025 18:32:03 +0800 Subject: [PATCH] Make the plug-in internationalization language independently configurable to reduce the coupling of configurations between plug-ins --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 42a2cb29..6c899e8a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -29,6 +29,7 @@ export default defineConfig({ strictMessage: false, include: [ resolve(__dirname, 'locales/**'), + resolve(__dirname, 'src/tools/*/locales/**'), ], }), AutoImport({