feat(vscode): add i18n-ally configuration for localization support in Vue projects

This commit is contained in:
keven
2025-10-18 11:00:04 +08:00
parent 80a01a2849
commit ff58262725

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"i18n-ally.localesPaths": ["front/i18n/locales"],
"i18n-ally.enabledFrameworks": ["vue"],
"i18n-ally.keystyle": "nested"
}