🌐(i18n) don't keep unused keys

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.
This commit is contained in:
Anthony LC
2024-03-26 16:52:04 +01:00
committed by Anthony LC
parent f27b347d1c
commit fab1329712

View File

@@ -3,7 +3,7 @@ const config = {
message: '${key}',
description: '${description}',
},
keepRemoved: true,
keepRemoved: false,
keySeparator: false,
};