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
+2 -1
View File
@@ -47,7 +47,8 @@ Every night, a GitHub action will run `yarn intl:extract` to update the english
### Release process
1. Pull main and create a branch.
1. Run `yarn intl:pull` to fetch all translation updates from Crowdin.
1. Run `yarn intl:pull` to fetch all translation updates from Crowdin. Commit.
1. Run `yarn intl:extract:all` to ensure all `.po` files are synced with the current state of the code. Commit.
1. Create a PR, ensure the translations all look correct, and merge.
1. If needed:
1. Merge all approved translation PRs (contributions from outside crowdin).