Make the plug-in internationalization language independently configurable to reduce the coupling of configurations between plug-ins
This commit is contained in:
parent
b8bade04e0
commit
06422fba4a
@ -29,6 +29,7 @@ export default defineConfig({
|
||||
strictMessage: false,
|
||||
include: [
|
||||
resolve(__dirname, 'locales/**'),
|
||||
resolve(__dirname, 'src/tools/*/locales/**'),
|
||||
],
|
||||
}),
|
||||
AutoImport({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user