diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/localization.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/localization.md b/docs/localization.md index 25c4518e6..cd0c1f01b 100644 --- a/docs/localization.md +++ b/docs/localization.md @@ -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). |