From a4d1399c9a9f0e8fb61a33212cb7c944418733fd Mon Sep 17 00:00:00 2001 From: EETagent Date: Fri, 20 Jan 2023 14:13:54 +0100 Subject: [PATCH] chore: remove broken config overrides --- .../.vscode/i18n-ally-custom-framework.yml | 18 ------------------ frontend/.vscode/settings.json | 6 ------ 2 files changed, 24 deletions(-) delete mode 100644 frontend/.vscode/i18n-ally-custom-framework.yml delete mode 100644 frontend/.vscode/settings.json diff --git a/frontend/.vscode/i18n-ally-custom-framework.yml b/frontend/.vscode/i18n-ally-custom-framework.yml deleted file mode 100644 index c17d03b..0000000 --- a/frontend/.vscode/i18n-ally-custom-framework.yml +++ /dev/null @@ -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 diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json deleted file mode 100644 index c7be7fc..0000000 --- a/frontend/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "i18n-ally.pathMatcher": "{locale}/index.{ext}", - "i18n-ally.enabledParsers": ["ts", "js"], - "i18n-ally.keystyle": "nested", - "i18n-ally.localesPaths": ["src/translations"] -}