17 lines
419 B
JSON
17 lines
419 B
JSON
{
|
|
"i18n-ally.localesPaths": "src/locales",
|
|
"i18n-ally.regex.key": ".*?",
|
|
"i18n-ally.sourceLanguage": "en",
|
|
"i18n-ally.keysInUse": [
|
|
"date.long.*",
|
|
"yeah"
|
|
],
|
|
"i18n-ally.includeSubfolders": true,
|
|
"i18n-ally.dirStructure": "auto",
|
|
"i18n-ally.enabledFrameworks": [
|
|
"vue"
|
|
],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.extract.autoDetect": true,
|
|
"vue.features.takeOverMode.enabled": true
|
|
} |