More i18n process updates (#7720)

* Modify intl:extract to only target english, the source language

* Add github action to regularly update english .po file

* Update localization doc
This commit is contained in:
Paul Frazee
2025-02-11 13:47:46 -08:00
committed by GitHub
parent accd1834b3
commit 3ab5c6a71f
3 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
"perf:test:results": "NODE_ENV=test flashlight report .perf/results.json",
"perf:measure": "NODE_ENV=test flashlight measure",
"intl:build": "yarn intl:extract && yarn intl:compile",
"intl:extract": "lingui extract --clean",
"intl:extract": "lingui extract --clean --locale en",
"intl:compile": "lingui compile",
"intl:pull": "crowdin download translations --verbose -b main",
"intl:push": "crowdin push translations --verbose -b main",