mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 12:12:09 +08:00
添加i18n-ally扩展设置
This commit is contained in:
parent
e147882471
commit
f7553319a5
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -7,5 +7,13 @@
|
|||||||
// "@screens": "${workspaceFolder}/src/screens",
|
// "@screens": "${workspaceFolder}/src/screens",
|
||||||
// "@theme": "${workspaceFolder}/src/theme",
|
// "@theme": "${workspaceFolder}/src/theme",
|
||||||
"@/*": "${workspaceFolder}/src/*"
|
"@/*": "${workspaceFolder}/src/*"
|
||||||
}
|
},
|
||||||
|
"i18n-ally.localesPaths": [
|
||||||
|
"src/lang"
|
||||||
|
],
|
||||||
|
// "i18n-ally.fullReloadOnChanged": true,
|
||||||
|
"i18n-ally.keystyle": "nested",
|
||||||
|
"i18n-ally.displayLanguage": "zh_cn",
|
||||||
|
"i18n-ally.sourceLanguage": "zh_cn",
|
||||||
|
"i18n-ally.translate.engines": ["google-cn", "google"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user