perf: Reconstruct the i18n directory structure (#198)

This commit is contained in:
Hayden
2025-08-11 10:38:40 +08:00
committed by GitHub
parent a9675a5d83
commit b692270f87
6 changed files with 168 additions and 156 deletions

View File

@@ -1,5 +1,6 @@
{
"recommendations": [
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"lokalise.i18n-ally"
]
}

View File

@@ -43,5 +43,10 @@
"editor.quickSuggestions": {
"strings": "on"
},
"css.lint.unknownAtRules": "ignore"
"css.lint.unknownAtRules": "ignore",
"i18n-ally.localesPaths": [
"src/locales"
],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.keystyle": "nested"
}