mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-10-08 08:10:10 +08:00
14 lines
463 B
JSON
14 lines
463 B
JSON
{
|
|
"i18n-ally.localesPaths": ["src/locales/lang"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.namespace": true,
|
|
"i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
|
|
"i18n-ally.enabledParsers": ["json"],
|
|
"i18n-ally.sourceLanguage": "zh-CN",
|
|
"i18n-ally.displayLanguage": "zh-CN",
|
|
"i18n-ally.enabledFrameworks": ["vue", "react"],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"synthwave84.disableGlow": true
|
|
}
|