From 0acda07eb53a85f7b2e87a3e26d90b7cdf1fe012 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 2 Dec 2024 12:42:00 +0100 Subject: [PATCH] add i18n ally snake case config --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 49d335f..8db321f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "i18n-ally.localesPaths": [ "src/locales" ], - "i18n-ally.keystyle": "nested" + "i18n-ally.keystyle": "nested", + "i18n-ally.extract.keygenStyle": "snake_case" } \ No newline at end of file