Setting fo ri18n-ally, progress stepper on order page

This commit is contained in:
2024-09-12 18:38:56 +02:00
parent 8594763fa6
commit 39ce77ea63
12 changed files with 94 additions and 25 deletions

3
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar"]
}

15
.vscode/settings.json vendored Normal file
View 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"
}