From fab1329712bb951033f633ea8f34407a8dcc1889 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 26 Mar 2024 16:52:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90(i18n)=20don't=20keep=20unused=20ke?= =?UTF-8?q?ys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The potential unused keys was the ones from other PR, but we don't use crowdin with every PR, so we don't need to keep the unused keys in the translation files. --- src/frontend/packages/i18n/i18next-parser.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/packages/i18n/i18next-parser.config.mjs b/src/frontend/packages/i18n/i18next-parser.config.mjs index 8322d3a..ad2126c 100644 --- a/src/frontend/packages/i18n/i18next-parser.config.mjs +++ b/src/frontend/packages/i18n/i18next-parser.config.mjs @@ -3,7 +3,7 @@ const config = { message: '${key}', description: '${description}', }, - keepRemoved: true, + keepRemoved: false, keySeparator: false, };