diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 0c7f6da4d..1b351e0d6 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "perf:measure": "NODE_ENV=test flashlight measure", "intl:build": "yarn intl:extract && yarn intl:compile", "intl:extract": "lingui extract --clean --locale en", + "intl:extract:all": "lingui extract --clean", "intl:compile": "lingui compile", "intl:pull": "crowdin download translations --verbose -b main", "intl:push": "crowdin push translations --verbose -b main", |