From f3e87ca7379b8d907b73b5f3a9836aa4f55a3bb7 Mon Sep 17 00:00:00 2001 From: Marlon Pina Tojal Date: Wed, 10 Apr 2024 19:22:26 +0200 Subject: [PATCH] add i18n ally configuration Signed-off-by: Marlon Pina Tojal --- .vscode/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index dd8484ba0..0b8b3045e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,11 @@ }, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" - } + }, + "i18n-ally.translate.engines": ["google"], + "i18n-ally.localesPaths": [ + "src/i18n/locales" + ], + "i18n-ally.sourceLanguage": "en", + "i18n-ally.keystyle": "nested" }