Update i18n release process to solve missing translations (#7766)

* Update release process to avoid untranslated strings

* Run intl:extract:all
This commit is contained in:
Paul Frazee
2025-02-17 19:52:17 -08:00
committed by GitHub
parent a28791680f
commit 4146f9fe02
37 changed files with 8515 additions and 8022 deletions
+1
View File
@@ -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",