Setting fo ri18n-ally, progress stepper on order page
This commit is contained in:
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"recommendations": ["Vue.volar"]
|
||||
}
|
||||
15
.vscode/settings.json
vendored
Normal file
15
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"i18n-ally.localesPaths": "software/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"
|
||||
}
|
||||
Reference in New Issue
Block a user