rallly/apps/web/i18n-unused.config.js
Luke Vella f858bcc5f4 👷‍♂️ Only remove unused keys from en locale
This is to avoid conflicts with Crowdin
2023-03-23 11:07:35 +00:00

6 lines
167 B
JavaScript

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