v1.129.1 Release Prep (#11303)

This commit is contained in:
Samuel Newman
2026-07-28 09:43:11 +03:00
committed by GitHub
parent ffdfb3c0e7
commit 82c505f286
56 changed files with 6434 additions and 6224 deletions
+1 -1
View File
@@ -82,8 +82,8 @@
"intl:compile": "lingui compile",
"intl:compile-if-needed": "is-ci || [ -f src/locale/locales/en/messages.ts ] || pnpm intl:compile",
"intl:pull": "crowdin download translations --verbose -b main",
"intl:push": "crowdin push translations --verbose -b main",
"intl:push-sources": "crowdin push sources --verbose -b main",
"intl:dangerously-push-translations": "crowdin push translations --verbose -b main",
"intl:release": "pnpm intl:pull && pnpm intl:extract:all",
"nuke": "rm -rf ./node_modules && rm -rf ./ios && rm -rf ./android",
"update-extensions": "bash scripts/updateExtensions.sh",