···2929yarn typecheck # Run TypeScript type checking
30303131# Internationalization
3232-yarn intl:extract # Extract translation strings (you don't typically need to run this manually, we have CI for it)
3333-yarn intl:compile # Compile translations for runtime
3232+# DO NOT run these commands - extraction and compilation are handled by CI
3333+yarn intl:extract # Extract translation strings (nightly CI job)
3434+yarn intl:compile # Compile translations for runtime (nightly CI job)
34353536# Build
3637yarn build-web # Build web version
···299300300301**Commands:**
301302```bash
303303+# DO NOT run these commands - extraction and compilation are handled by a nightly CI job
302304yarn intl:extract # Extract new strings to locale files
303303-yarn intl:compile # Compile for runtime (required after changes)
305305+yarn intl:compile # Compile translations for runtime
304306```
305307306308## State Management
+1-1
src/screens/StarterPack/StarterPackScreen.tsx
···501501 value={starterPack.joinedAllTimeCount || 0}
502502 other="# people have"
503503 />{' '}
504504- used this starter pack!
504504+ joined Bluesky via this starter pack!
505505 </Trans>
506506 </Text>
507507 </View>