mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-04 11:41:51 +02:00
👷♂️ Only remove unused keys from en locale
This is to avoid conflicts with Crowdin
This commit is contained in:
parent
d513309b67
commit
f858bcc5f4
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
module.exports = {
|
||||
localesPath: 'public/locales',
|
||||
srcPath: 'src',
|
||||
translationKeyMatcher: /(?:[$ .{=(](_|t|tc|i18nKey))\(.*?[\),]|i18nKey={?"(.*?)"/gi
|
||||
localesPath: "public/locales/en",
|
||||
srcPath: "src",
|
||||
translationKeyMatcher:
|
||||
/(?:[$ .{=(](_|t|tc|i18nKey))\(.*?[\),]|i18nKey={?"(.*?)"/gi,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue