From 4fe5a52f2af33979a859f68934a0851615f4ceba Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 12 Sep 2022 19:58:10 +0200 Subject: [PATCH] correct locale path --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7203fc0..02fcdcf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "cSpell.words": ["ciphertext", "cryptgeon"], - "i18n-ally.localesPaths": ["frontend/locales"], + "i18n-ally.localesPaths": ["packages/frontend/locales"], "i18n-ally.enabledFrameworks": ["svelte"], "i18n-ally.keystyle": "nested" }