From 5e04b8f881984eb49dc1fc48381d118d71289a7c Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:00:13 +0300 Subject: [PATCH] add i18n ally config to landing --- landing/.vscode/settings.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 landing/.vscode/settings.json diff --git a/landing/.vscode/settings.json b/landing/.vscode/settings.json new file mode 100644 index 00000000..074ef97a --- /dev/null +++ b/landing/.vscode/settings.json @@ -0,0 +1,14 @@ +{ + // i18n + "i18n-ally.enabledParsers": ["ts", "json"], + "i18n-ally.sortKeys": true, + "i18n-ally.namespace": true, + "i18n-ally.sourceLanguage": "en-US", + "i18n-ally.enabledFrameworks": ["react", "svelte"], + "i18n-ally.keystyle": "flat", + "i18n-ally.translate.engines": ["google",], + "i18n-ally.tabStyle": "tab", + "i18n-ally.localesPaths": [ + "static/locales" + ], +}