chore: remove broken config overrides

This commit is contained in:
EETagent 2023-01-20 14:13:54 +01:00
parent ff3af6bed1
commit a4d1399c9a
2 changed files with 0 additions and 24 deletions

View file

@ -1,18 +0,0 @@
languageIds:
- typescript
- javascript
- typescriptreact
- javascriptreact
- svelte
- html
usageMatchRegex:
- "\\$?LL\\.({key})\\(((\\{.*\\})|([^)]*))\\)"
refactorTemplates:
- '{$LL.$1()}'
- '{LL.$1()}'
- '$LL.$1()'
- 'LL.$1()'
monopoly: true

View file

@ -1,6 +0,0 @@
{
"i18n-ally.pathMatcher": "{locale}/index.{ext}",
"i18n-ally.enabledParsers": ["ts", "js"],
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["src/translations"]
}