From 3dca787fa71a41fa607a60b47e56bc2865ff5b75 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 8 Jun 2024 17:32:46 +0200 Subject: [PATCH] chore: configure i18n ally (#606) Note: TypeScript files are read-only https://github.com/lokalise/i18n-ally/wiki/Locale-Formats#supported-locale-formats --- .vscode/settings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b9e6ea443..4bf115e25 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,5 +13,15 @@ "superjson", "trpc", "Umami" - ] + ], + "i18n-ally.dirStructure": "auto", + "i18n-ally.enabledFrameworks": [ + "next-international" + ], + "i18n-ally.localesPaths": [ + "./packages/translation/src/lang/", + ], + "i18n-ally.enabledParsers": ["ts"], + "i18n-ally.extract.keyMaxLength": 0, + "i18n-ally.keystyle": "flat", } \ No newline at end of file