about summary refs log tree commit diff
path: root/package.json
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 /package.json
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 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0c7f6da4d..1b351e0d6 100644
--- a/package.json
+++ b/package.json
@@ -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",