1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-07 22:45:19 +02:00

Make the plug-in internationalization language independently configurable to reduce the coupling of configurations between plug-ins

This commit is contained in:
jincan 2025-01-04 18:32:03 +08:00
parent b8bade04e0
commit 06422fba4a

View file

@ -29,6 +29,7 @@ export default defineConfig({
strictMessage: false,
include: [
resolve(__dirname, 'locales/**'),
resolve(__dirname, 'src/tools/*/locales/**'),
],
}),
AutoImport({