mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-10-08 16:20:15 +08:00
12 lines
373 B
JSON
12 lines
373 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": "en",
|
|
"i18n-ally.displayLanguage": "zh-CN",
|
|
"i18n-ally.enabledFrameworks": ["vue", "react"]
|
|
}
|