From 2d4cbb07c05c0ea3369e9ef2be92c573333c074b Mon Sep 17 00:00:00 2001 From: NGPixel Date: Fri, 15 Oct 2021 22:28:57 -0400 Subject: [PATCH] misc: i18n-ally config --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7a70ba8e..dc1a054c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,5 +9,8 @@ ], "editor.codeActionsOnSave": { "source.fixAll.eslint": true - } + }, + "i18n-ally.localesPaths": [ + "server/locales" + ] }