👷‍♂️ Only remove unused keys from en locale

This is to avoid conflicts with Crowdin
This commit is contained in:
Luke Vella 2023-03-23 11:07:35 +00:00
parent d513309b67
commit f858bcc5f4

View file

@ -1,5 +1,6 @@
module.exports = { module.exports = {
localesPath: 'public/locales', localesPath: "public/locales/en",
srcPath: 'src', srcPath: "src",
translationKeyMatcher: /(?:[$ .{=(](_|t|tc|i18nKey))\(.*?[\),]|i18nKey={?"(.*?)"/gi translationKeyMatcher:
/(?:[$ .{=(](_|t|tc|i18nKey))\(.*?[\),]|i18nKey={?"(.*?)"/gi,
}; };