添加i18n-ally扩展设置

pull/590/head
lyswhut 2021-06-06 20:31:09 +08:00
parent 3e1c56ff82
commit fa744d9204
1 changed files with 10 additions and 1 deletions

11
.vscode/settings.json vendored
View File

@ -5,5 +5,14 @@
"@lyric/*": "${workspaceFolder}/src/renderer-lyric/*",
"@static/*": "${workspaceFolder}/src/static/*",
"@common/*": "${workspaceFolder}/src/common/*",
}
},
"i18n-ally.localesPaths": [
"src/renderer/lang"
],
"i18n-ally.displayLanguage": "zh-cn",
"i18n-ally.sourceLanguage": "zh-cn",
"i18n-ally.namespace": true,
"i18n-ally.translate.engines": ["google-cn", "google"],
"i18n-ally.pathMatcher": "{locale}/{namespaces}.json",
"i18n-ally.keystyle": "flat",
}