You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
843 B
25 lines
843 B
{
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"i18n-ally.localesPaths": ["packages/locales/languages"],
|
|
"i18n-ally.sourceLanguage": "zh",
|
|
"i18n-ally.displayLanguage": "zh",
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.extract.autoDetect": true,
|
|
"i18n-ally.enabledFrameworks": ["vue"],
|
|
"i18n-ally.enabledParsers": ["json"],
|
|
"i18n-ally.translate.engines":[
|
|
"openai"
|
|
],
|
|
// "i18n-ally.translate.openai.apiKey": "", 自己配置,防止泄露
|
|
"i18n-ally.translate.openai.apiModel": "Qwen/Qwen2.5-72B-Instruct",
|
|
"i18n-ally.translate.openai.apiRoot": "https://api.siliconflow.cn",
|
|
"i18n-ally.translate.overrideExisting": true
|
|
}
|
|
|