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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user