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"] -}