Include i18n-ally config

This commit is contained in:
Natsumi
2022-12-26 08:39:12 +13:00
parent 2715dddbfe
commit cc71fe1b94
3 changed files with 13 additions and 4 deletions

5
.gitignore vendored
View File

@@ -258,7 +258,4 @@ paket-files/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Visual Studio Code config directory
.vscode/
*.pyc

View File

@@ -0,0 +1,8 @@
languageIds:
- jade
- javascript
- vue
usageMatchRegex: "\\$t\\(['\"`]({key})['\"`]"
monoonly: true

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"i18n-ally.localesPaths": ["html/src/localization/strings"],
"i18n-ally.keystyle": "nested"
}