From 4146f9fe02834481a2ee5736fc48ff37ed5ccf97 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 17 Feb 2025 19:52:17 -0800 Subject: Update i18n release process to solve missing translations (#7766) * Update release process to avoid untranslated strings * Run intl:extract:all --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') 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", -- cgit 1.4.1