fix(projects): fix i18n vscode settings

This commit is contained in:
Soybean 2024-01-16 01:37:58 +08:00
parent 55f7638531
commit fbf4cc430d

View File

@ -11,7 +11,7 @@
"i18n-ally.enabledFrameworks": ["vue"],
"i18n-ally.editor.preferEditor": true,
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["src/locales/lang"],
"i18n-ally.localesPaths": ["src/locales/langs"],
"prettier.enable": false,
"unocss.root": ["./"]
}