mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-09 09:41:37 +00:00
chore: remove broken config overrides
This commit is contained in:
parent
ff3af6bed1
commit
a4d1399c9a
2 changed files with 0 additions and 24 deletions
18
frontend/.vscode/i18n-ally-custom-framework.yml
vendored
18
frontend/.vscode/i18n-ally-custom-framework.yml
vendored
|
|
@ -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
|
||||
6
frontend/.vscode/settings.json
vendored
6
frontend/.vscode/settings.json
vendored
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"i18n-ally.pathMatcher": "{locale}/index.{ext}",
|
||||
"i18n-ally.enabledParsers": ["ts", "js"],
|
||||
"i18n-ally.keystyle": "nested",
|
||||
"i18n-ally.localesPaths": ["src/translations"]
|
||||
}
|
||||
Loading…
Reference in a new issue