🌐(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:
@@ -3,7 +3,7 @@ const config = {
|
||||
message: '${key}',
|
||||
description: '${description}',
|
||||
},
|
||||
keepRemoved: true,
|
||||
keepRemoved: false,
|
||||
keySeparator: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user