diff --git a/.vscode/settings.json b/.vscode/settings.json index 2ab89f510..01d9b230e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,8 @@ "editor.defaultFormatter": "esbenp.prettier-vscode", "files.eol": "\n", "typescript.tsdk": "node_modules/typescript/lib", + "i18n-ally.sourceLanguage": "en", + "i18n-ally.keystyle": "nested", "i18n-ally.localesPaths": [ "./src/public/translations" ],