12345678910111213141516171819202122232425 |
- {
- "auto-close-tag.activationOnLanguage": ["xml", "html", "krpano-xml"],
- "cSpell.words": ["handleclearify", "Krpano"],
- "i18n-ally.localesPaths": [
- "packages/qjkankan-editor/src/lang/weblate",
- "packages/qjkankan-view/src/locales"
- ],
- "i18n-ally.keystyle": "nested",
- // "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
- "i18n-ally.namespace": true,
- "i18n-ally.enabledParsers": ["json", "js"],
- "i18n-ally.sortKeys": true,
- "i18n-ally.enabledFrameworks": ["vue", "react"],
- "i18n-ally.sourceLanguage": "zh",
- "i18n-ally.displayLanguage": "zh",
- "i18n-ally.extract.keygenStyle": "camelCase"
- }
|