mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 14:57:12 -04:00
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
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ export default defineConfig({
|
|||
strictMessage: false,
|
||||
include: [
|
||||
resolve(__dirname, 'locales/**'),
|
||||
resolve(__dirname, 'src/tools/*/locales/**'),
|
||||
],
|
||||
}),
|
||||
AutoImport({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue