mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore(dev): add i18n-ally vscode config (#4160)
This commit is contained in:
parent
b7c05d6bef
commit
ece91f0c25
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -4,6 +4,7 @@
|
||||
"johnsoncodehk.vscode-typescript-vue-plugin",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode",
|
||||
"antfu.vite"
|
||||
"antfu.vite",
|
||||
"lokalise.i18n-ally"
|
||||
]
|
||||
}
|
||||
|
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -23,5 +23,9 @@
|
||||
"vue",
|
||||
"markdown"
|
||||
],
|
||||
"vite.devCommand": "pnpm run dev -- --"
|
||||
"vite.devCommand": "pnpm run dev -- --",
|
||||
"i18n-ally.localesPaths": "packages/locale/lang",
|
||||
"i18n-ally.enabledParsers": ["ts"],
|
||||
"i18n-ally.enabledFrameworks": ["vue", "vue-sfc"],
|
||||
"i18n-ally.keystyle": "nested"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user