chore(dev): add i18n-ally vscode config (#4160)

This commit is contained in:
三咲智子 2021-11-03 15:45:41 +08:00 committed by GitHub
parent b7c05d6bef
commit ece91f0c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,7 @@
"johnsoncodehk.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"antfu.vite"
"antfu.vite",
"lokalise.i18n-ally"
]
}

View File

@ -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"
}