about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2025-02-17 19:52:17 -0800
committerGitHub <noreply@github.com>2025-02-17 19:52:17 -0800
commit4146f9fe02834481a2ee5736fc48ff37ed5ccf97 (patch)
tree7383cff70133b0c5266e9dea585b26ad93b3f699 /docs
parenta28791680fa78ccf89e912cfc190be20b87a5a64 (diff)
downloadvoidsky-4146f9fe02834481a2ee5736fc48ff37ed5ccf97.tar.zst
Update i18n release process to solve missing translations (#7766)
* Update release process to avoid untranslated strings

* Run intl:extract:all
Diffstat (limited to 'docs')
-rw-r--r--docs/localization.md3
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).